AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

how to create a autopistol macro?

 
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Ask for Help
View previous topic :: View next topic  
Author Message
tulioanjos



Joined: 05 May 2006
Posts: 1

PostPosted: Fri May 05, 2006 6:16 pm    Post subject: how to create a autopistol macro? Reply with quote

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
View user's profile Send private message MSN Messenger
Greg



Joined: 22 Dec 2005
Posts: 246

PostPosted: Fri May 05, 2006 7:33 pm    Post subject: Reply with quote

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...

Code:
Space::Send {Jump}
Back to top
View user's profile Send private message
Guest






PostPosted: Fri May 12, 2006 3:04 am    Post subject: Reply with quote

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






PostPosted: Fri May 12, 2006 4:46 am    Post subject: Reply with quote

i made that, but is not fast enough:
Code:
x::Send {space}

i need something faster
Back to top
BoBo
Guest





PostPosted: Fri May 12, 2006 12:00 pm    Post subject: Reply with quote

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. Cool

Sogar Laszlo versteht mich Wink et PhiLho aussi Question, mais o menus ...
Back to top
Greg



Joined: 22 Dec 2005
Posts: 246

PostPosted: Fri May 12, 2006 3:37 pm    Post subject: Reply with quote

Code:
x::Send {space 10}
Back to top
View user's profile Send private message
corrupt



Joined: 29 Dec 2004
Posts: 2436

PostPosted: Sat May 13, 2006 5:17 am    Post subject: Reply with quote

Modified from Laszlo's post here.
Code:
SetBatchLines -1
x::
   Send, {Space}
   If GetKeyState("x","P")
      GoTo x
Return
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Ask for Help All times are GMT
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group