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 

Pls. make this script loop F1 and click ULTRAFAST!!

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



Joined: 12 Jul 2008
Posts: 6
Location: Philippines

PostPosted: Sun Jul 20, 2008 6:02 am    Post subject: Pls. make this script loop F1 and click ULTRAFAST!! Reply with quote

*F1::
loop
{
GetKeyState, LButtonState, F1, P
GetKeyState, CapsState, CapsLock, T
if (LButtonState = "U") || (CapsState = "U")
{
send {F1} {Click}
break
}
else
{
send {F1} {click down}
sleep, 300
send {F1} {click up}
sleep, 300
}
}
Return Twisted Evil Twisted Evil Twisted Evil
Back to top
View user's profile Send private message Yahoo Messenger
wolfreon



Joined: 12 Jul 2008
Posts: 6
Location: Philippines

PostPosted: Sun Jul 20, 2008 6:10 am    Post subject: i finished it... go players.. remember my name wolfreon Reply with quote

*F1::
loop
{
GetKeyState, LButtonState, F1, P
GetKeyState, CapsState, CapsLock, T
if (LButtonState = "U") || (CapsState = "U")
{
send {F1} {Click}
break
}
else
{
send {F1} {click down}
SetKeyDelay, -1
send {F1} {click up}
}
}
Return
Back to top
View user's profile Send private message Yahoo Messenger
[VxE]



Joined: 07 Oct 2006
Posts: 1128

PostPosted: Sun Jul 20, 2008 6:15 am    Post subject: Re: i finished it... go players.. remember my name wolfreon Reply with quote

Anonymous wrote:
Post subject: i finished it... go players.. remember my name ...
A true triumph amongst n00bhood! You've actually solved your own problem *applause* Cool
_________________
My Home Thread
More Common Answers: 1. It's in the FAQ 2. Ternary ( ? : ) guide 3. Post code with [code][/code] tags
Back to top
View user's profile Send private message
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