 |
AutoHotkey Community Let's help each other out
|
| View previous topic :: View next topic |
| Author |
Message |
Chrome Guest
|
Posted: Fri Mar 07, 2008 6:14 am Post subject: Help Me Please, Im in need! |
|
|
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
|
Posted: Fri Mar 07, 2008 6:17 am Post subject: |
|
|
| Code: |
Loop
{
Send, A
Sleep, 5000
}
|
_________________
HTH...
 |
|
| Back to top |
|
 |
|
|
You can post new topics in this forum You can reply to topics in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|