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 

Help Me Please, Im in need!

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





PostPosted: Fri Mar 07, 2008 6:14 am    Post subject: Help Me Please, Im in need! Reply with quote

I play San andreas Online and i want my autohotkey
to type the word A every 5 seconds or so, so i stay
idle in the game without being kicked, can someone tell
me the command to write in my script to do this?
Back to top
aCkRiTe



Joined: 21 Jul 2006
Posts: 517

PostPosted: Fri Mar 07, 2008 6:17 am    Post subject: Reply with quote

Code:

Loop
{
     Send, A
     Sleep, 5000
}

_________________

HTH...

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