Advertisement
Guest User

Untitled

a guest
Sep 25th, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1.  
  2. jump()
  3. {
  4. Loop 12
  5. {
  6. ControlSend, , {Space}, Mortal Online
  7. Sleep, 1000
  8. }
  9. return
  10. }
  11.  
  12. rest()
  13. {
  14. Send 0
  15. Sleep 200000
  16. return
  17. }
  18.  
  19.  
  20. #IfWinActive Mortal Online
  21. ^t::
  22. Send {Enter}
  23. Sleep, 20
  24. Send /trade
  25. Sleep, 20
  26. Send {Enter}
  27. return
  28.  
  29.  
  30. #IfWinActive Mortal Online
  31. ^g::
  32. Send {Enter}
  33. Sleep, 20
  34. Send guard
  35. Sleep, 20
  36. Send {Enter}
  37. return
  38.  
  39. #IfWinActive Mortal Online
  40. ^f::
  41. Send {Enter}
  42. Sleep, 20
  43. Send /feed
  44. Sleep, 20
  45. Send {Enter}
  46. return
  47.  
  48. #IfWinActive Mortal Online
  49. ^r::
  50. Send {Enter}
  51. Sleep, 20
  52. Send /tame
  53. Sleep, 20
  54. Send {Enter}
  55. return
  56.  
  57.  
  58. #IfWinActive Mortal Online
  59. ^j::
  60. Loop
  61. {
  62. Loop 30 {
  63. jump()
  64. Sleep, 8000
  65. }
  66. rest()
  67. Click right
  68. Sleep 15000
  69. }
  70. return
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement