Jump to content

Sky Slate Blueberry Blackcurrant Watermelon Strawberry Orange Banana Apple Emerald Chocolate

Spacebar Script Help


  • Please log in to reply
2 replies to this topic
Nex
  • Guests
  • Last active:
  • Joined: --
Hello. I returned to using hotkey, and i'm having trouble on a script. I want to be able to have hotkey hit the spacebar once every 5 minutes or so, but i don't remember how to do it.

any help would be appreciated.

leggah
  • Members
  • 44 posts
  • Last active: Feb 07 2008 03:27 PM
  • Joined: 14 Oct 2007
I doubt you could forget that xD but here:



^q::                          ;hotkey
Loop                          ; Forever
{
Send {Space} 
Sleep 300000             ; 5 minutes
}
return

$F12::ExitApp             ; Kill



Nex
  • Guests
  • Last active:
  • Joined: --
thanks so much for the help! believe me, i havent used hotkey in AGES