Simple online game macro?

Technical support and scripting issues

Moderators: JRL, Dorian (MJT support)

Post Reply
qwerty1981

Simple online game macro?

Post by qwerty1981 » Thu Mar 04, 2004 10:57 am

I need to be pressing 2 keys, 1 after another, to perform my macro every 3 seconds continuously unless I tell it to stop. How should it be done when I can't find an option that repeats the macro every 3 seconds? It also doesn't help that the macro program doesn't communicate well with the game. Need to hit tye macro more than once.

User avatar
support
Automation Wizard
Posts: 1450
Joined: Sat Oct 19, 2002 4:38 pm
Location: London
Contact:

Post by support » Thu Mar 04, 2004 11:10 am

Hi,

Read the manual, search this site. The answers are here.

To repeat something every 3 seconds do this:

Label>start
.. do something
Wait>3
Goto>start

See - it loops round and round until you stop it and waits 3 seconds before each iteration.

As for interracting with the game - make sure you use a SetFocus command to make sure the game/application is focused before the keys are sent.
MJT Net Support
[email protected]

Post Reply
Sign up to our newsletter for free automation tips, tricks & discounts