Advertisement
Guest User

Untitled

a guest
Oct 20th, 2014
238
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 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(100)
  12. send('u')
  13. sleep(100)
  14. Send("{RIGHT down}")
  15. Sleep(250)
  16. Send("{RIGHT up}")
  17. Sleep(250)
  18. send('u')
  19. sleep(250)
  20.  
  21. Wend
  22.  
  23. Func Terminate()
  24. Exit
  25. EndFunc ;==>Terminate
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement