Advertisement
Guest User

Untitled

a guest
May 22nd, 2017
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.36 KB | None | 0 0
  1. ; Commands
  2. ;
  3. #SingleInstance force
  4. #IfWinActive, GTA:SA:MP
  5. F11::MButton
  6. !G::SendInput t/getmats{enter}
  7. !S::SendInput t/stats{enter}
  8. !Q::SendInput t/quitjob{enter}t/join{enter}t/accept job{enter}
  9. !B::SendInput t/accept bodyguard{enter}
  10. !R::SendInput t/accept crack{enter}
  11. !D::SendInput t/guard 2000{left 5}
  12. !F::SendInput t/repair 1{left 2}
  13. !C::SendInput t/accept repair{enter}
  14. !K::SendInput t/low You have a new cause of death. Guess what it is...{enter}
  15. F2::SendInput t{up}{enter}
  16. F5::SendInput t/getcrate{enter}tcrack{enter}
  17. ^Z::SendInput t/nos{enter}
  18. F3::SendInput t/ad The Black Hand Club is now hiring new employees+1 [SMS]{enter}
  19. !T::
  20. FormatTime, CurrentHour,, HH
  21. if (CurrentHour == 0){
  22. CurrentHour = 23
  23. }
  24. else {
  25. CurrentHour -= 1
  26. }
  27. FormatTime, CurrentMinute,, mm
  28. SendInput t/me checks his digital watch to find that it is %CurrentHour%:%CurrentMinute%.{enter}
  29. return
  30. +!^Q::
  31. MouseGetPos, xpos, ypos
  32. Loop, 2
  33. {
  34. Loop, 7 {
  35. SendInput {Click %xpos%, %ypos%, 0}
  36. SendInput {click right down}
  37. sleep 60
  38. SendInput {click down}
  39. sleep 40
  40. SendInput {click up}
  41. sleep 40
  42. SendInput {click right up}
  43. sleep 40
  44. SendInput {c down}
  45. sleep 40
  46. SendInput {c up}
  47. sleep 40
  48. }
  49. SendInput {q down}
  50. sleep 40
  51. SendInput {q up}
  52. Sleep 100
  53. SendInput {e down}
  54. sleep 40
  55. SendInput {e up}
  56. sleep 100
  57. }
  58. return
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement