Jump to content

Psychoclick

Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by Psychoclick

  1. Im trying to figure out how to loop the left, then up, then right, then up arrow keys in fast succession. a rest rate of about .250 seconds would be most intended. What is the basic loop command and command for the arrow keys i need?
  2. I need a way to get the following script to end after a certain period of time or after so many commands. ;//Loop space bar input While 1 Send ("{SPACE}") ;//Sleep for half a second before next loop Sleep (500) ;//This allows for exacltey 120 presses per minute WEnd help is much appreciated
  3. Well, there is a PC game i play, and in game, i have rigged the attack button to be the humble Spacebar, which also targets the enemy at the same time. So, i was trying to figure out how to get AutoIt to press the spacebar automatically for me looped for about 120 keystrokes of the spacebar per minute, to run for about 2 hours. Can AutoIt be used to do exactly this?
×
×
  • Create New...