i need help with the Press Release for keys and stuff

Hints, tips and tricks for newbies

Moderators: Dorian (MJT support), JRL

Post Reply
ematrix
Newbie
Posts: 4
Joined: Mon Mar 28, 2005 9:13 am

i need help with the Press Release for keys and stuff

Post by ematrix » Mon Mar 28, 2005 9:24 am

i am trying to get amacro for a game and i need it to when i am in the game for it to press z and press other stuff that wait and press something elts and repeat if u could help i'd appriciate it thx :lol:

Guardian
Newbie
Posts: 2
Joined: Wed Apr 13, 2005 6:17 pm

Post by Guardian » Thu Apr 21, 2005 3:38 am

Dialog>Dialog
Caption=Testie
Top=140
Width=185
Left=210
Height=67
Button=Start,8,8,75,17,1
Button=Exit,96,8,75,17,3
EndDialog>Dialog
show>Dialog,r
if>r=1
goto>start
endif
if>r=3
goto>exit
endif
label>start
setfocus>//your game screen title
send>z
send>//other stuff
wait>//any amount of seconds
send>//something else
goto>start
label>exit


Theres a rough example..If you really want to understand many commands and they're abilties I recommend you read the help htm. file that came with your macro scheduler program. Check out the command reference, there are many other "wait" commands that may better fit your needs.

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