| View previous topic :: View next topic |
| Author |
Message |
tulioanjos
Joined: 05 May 2006 Posts: 1
|
Posted: Fri May 05, 2006 6:16 pm Post subject: how to create a autopistol macro? |
|
|
hi i read the help, but i didnt understand well, because my english is bad
i want help to make a macro like this:
when i hold space it keep autojumping
thanks |
|
| Back to top |
|
 |
Greg
Joined: 22 Dec 2005 Posts: 246
|
Posted: Fri May 05, 2006 7:33 pm Post subject: |
|
|
I don't suppose you care the supply the information as to which button is currently used to jump?
Maybe you just want "psuedo" code...
|
|
| Back to top |
|
 |
Guest
|
Posted: Fri May 12, 2006 3:04 am Post subject: |
|
|
well, the pistol macro
numpad 1 to set ON/OFF
the macro i want is: when i press click, the macro keep clicking, 10 clicks per second, when i let the click, the macro stops... if someone help me... thanks |
|
| Back to top |
|
 |
Guest
|
Posted: Fri May 12, 2006 4:46 am Post subject: |
|
|
i made that, but is not fast enough:
i need something faster |
|
| Back to top |
|
 |
BoBo Guest
|
Posted: Fri May 12, 2006 12:00 pm Post subject: |
|
|
| Quote: | | but i didnt understand well, because my english is bad | What I don't understand is that in such case nobody points out where he/she comes from ?! eg. I'm from Germany. So if I've a problem to express myself in a foreign language why not check if someone is able to rephrase my request if I give it in my own language ... ???
JM2C. Thx for listening.
Sogar Laszlo versteht mich et PhiLho aussi , mais o menus ... |
|
| Back to top |
|
 |
Greg
Joined: 22 Dec 2005 Posts: 246
|
Posted: Fri May 12, 2006 3:37 pm Post subject: |
|
|
|
|
| Back to top |
|
 |
corrupt
Joined: 29 Dec 2004 Posts: 2436
|
Posted: Sat May 13, 2006 5:17 am Post subject: |
|
|
Modified from Laszlo's post here.
| Code: | SetBatchLines -1
x::
Send, {Space}
If GetKeyState("x","P")
GoTo x
Return |
|
|
| Back to top |
|
 |
|