Simple online game macro?
Moderators: JRL, Dorian (MJT support)
Simple online game macro?
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.
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.
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]
[email protected]