Advertisement
Guest User

Untitled

a guest
Nov 25th, 2017
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. #IfWinActive, MapleStory
  2. SendMode Input
  3. #UseHook
  4. #InstallKeybdHook
  5.  
  6. NumberOfTeleports = 0
  7.  
  8. start := A_TickCount
  9.  
  10. Loop {
  11. ControlSend, , d, MapleStory
  12. Sleep 180
  13. VarTeleport++
  14. if (Mod(VarTeleport,100)= 0) {
  15. varTeleport = 0
  16. Send {r}
  17. }
  18. now := A_TickCount-start
  19. if now > 5400000
  20. break
  21.  
  22. }
  23. return
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement