Advertisement
Guest User

HaxBall macro helper

a guest
May 28th, 2012
252
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. // 1. Download AutoHotkey: http://www.autohotkey.com/download/
  2. // 2. Create new file, enter the following:
  3.  
  4. LShift::
  5.  
  6. send {x down}
  7. sleep 50
  8. send {x up}
  9. sleep 50
  10. send {x down}
  11. sleep 50
  12. send {x up}
  13.  
  14. // 3. Save the file as hball.ahk (notice the file extension)
  15. // 4. Open the file with AutoHotkey
  16. // 5. Have fun
  17.  
  18. // "LShift" is the button name, change it to your needs
  19. // Number "50" is the delay between clicks, adjust it to your needs
  20. // Credits go to Kristijonas <3
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement