Advertisement
NegativeNoodle

AutoSell.AHK

Aug 16th, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. #NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
  2. ; #Warn ; Enable warnings to assist with detecting common errors.
  3. SendMode Input ; Recommended for new scripts due to its superior speed and reliability.
  4. SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.
  5.  
  6. ^L::
  7.  
  8.  
  9. Loop, 10000000
  10. {
  11. sleep 3000
  12. SendEvent {Enter}
  13. sleep 50
  14. SendEvent bal{Enter}
  15. sleep 3000
  16. SendEvent {Enter}
  17. sleep 50
  18. SendEvent sell cactus{Enter}
  19. sleep 50
  20. }
  21.  
  22. Esc::ExitApp
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement