| View previous topic :: View next topic |
| Author |
Message |
Guest
|
Posted: Wed Feb 27, 2008 4:19 am Post subject: quick question :) |
|
|
ok well i dont know much about the program but ive been using it for the simple task of just hitting one button over and over and so far havent had to mess with it much....but atm im in need of somthing to press two buttons over and over in the same order is this possible? for example
pressing 1 2 1 2 1 2 1 2 1 2 1 2 over and over and over, is this possible to do? |
|
| Back to top |
|
 |
Guest
|
Posted: Wed Feb 27, 2008 4:20 am Post subject: |
|
|
crap i couldnt edit it, but i forgot to say, can i do this by just holding down one key...
example 121212121212121 over and over by just holding lets say 3 down. sorry for not saying that in the first post |
|
| Back to top |
|
 |
[VxE]
Joined: 07 Oct 2006 Posts: 1494
|
Posted: Wed Feb 27, 2008 4:25 am Post subject: |
|
|
 _________________ My Home Thread
More Common Answers: [1]. It's in the FAQ [2]. Ternary ( a ? b : c ) guide [3]. Post code inside [code][/code] tags ! |
|
| Back to top |
|
 |
Guest
|
Posted: Wed Feb 27, 2008 4:30 am Post subject: |
|
|
| [VxE] wrote: |  |
Lol is it really that simple? |
|
| Back to top |
|
 |
Guest
|
Posted: Wed Feb 27, 2008 4:39 am Post subject: |
|
|
doesnt seem to be working  |
|
| Back to top |
|
 |
hellhawk
Joined: 27 Feb 2008 Posts: 2
|
Posted: Wed Feb 27, 2008 5:15 am Post subject: |
|
|
ok i got my login to work, sorry about posting so many of those, couldnt edit.
i got it to work, but no theres a problem....basicly what im trying to do is on World of warcraft get it to hit 1 then 2, but im not sure if its going to fast or what or my computer just cant keep up....is there a way to set a speed for it?
for example hit 1 wait a sec hit 2 wait a sec hit 1 ect ect? |
|
| Back to top |
|
 |
dandy
Joined: 09 May 2007 Posts: 45
|
Posted: Wed Feb 27, 2008 6:03 am Post subject: |
|
|
| Code: |
#persistent
hotkey,f5,hotkey
hotkey:
send,{1 down}
sleep,50
send,{1 up}
sleep,1000
send,{2 down}
sleep,50
send,{2 up}
sleep,1000
return |
|
|
| Back to top |
|
 |
hellhawk
Joined: 27 Feb 2008 Posts: 2
|
Posted: Wed Feb 27, 2008 6:04 am Post subject: |
|
|
thanks for your help guys, i really apreciate it ! |
|
| Back to top |
|
 |
|