Advertisement
Guest User

Untitled

a guest
Oct 20th, 2014
217
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. HotKeySet("{ESC}", "Terminate")
  2. WinActivate("MapleStory")
  3. WinWaitActive("MapleStory")
  4.  
  5.  
  6. while 1 = 1
  7. Sleep(250)
  8. Send("{LEFT down}")
  9. Sleep(250)
  10. Send("{LEFT up}")
  11. Sleep(250)
  12. send('u')
  13. sleep(250)
  14. Send("{RIGHT down}")
  15. Sleep(250)
  16. Send("{RIGHT up}")
  17. Sleep(250)
  18. send('u')
  19. sleep(250)
  20. send("{ENTER down}")
  21. sleep(250)
  22. send("{ENTER up}")
  23. Sleep(250)
  24. Wend
  25.  
  26. Func Terminate()
  27. Exit
  28. EndFunc ;==>Terminate
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement