Advertisement
Guest User

gewe

a guest
Mar 28th, 2017
550
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. #IfWinActive, GTA:SA:MP
  2. #SingleInstance, force
  3.  
  4. F1::
  5.     SendInput, {f6}/usedrugs{enter}
  6.     return
  7.  
  8. +F1::
  9.     SendInput, {f6}/bag{enter}
  10.     Sleep, 300
  11.     MouseClick, Left, A_ScreenWidth/1.33, A_ScreenHeight/2.56 + A_ScreenWidth/26.6
  12.     MouseClick, Left, A_ScreenWidth/1.33, A_ScreenHeight/2.56 + A_ScreenWidth/26.6
  13.     Sleep, 300
  14.     SendInput, 98{Enter}{Esc}
  15.     return
  16.  
  17. F3::
  18. While GetKeyState("F3", "P")
  19.     {
  20.         SendInput, {f6}/zahvat{enter}
  21.         Sleep, 1060
  22.     }
  23.     return
  24.  
  25. !F2::SendInput, {f6}/animshamal 2{enter}
  26. !F3::
  27.     While GetKeyState("F3", "P")
  28.     {
  29.         SendInput, {f6}/respzahvat{enter}
  30.         Sleep, 933
  31.     }
  32.     return
  33.  
  34. !CapsLock::SendInput, {f6}/q{enter}
  35. !1::SendInput, {f6}/time{enter}
  36. !2::SendInput, {f6}/rentroom{enter}
  37. !3::SendInput, {f6}/exit{enter}
  38. !4::SendInput, {f6}/accept drugs{enter}
  39. !5::SendInput, {f6}/gangtop{enter}
  40. !6::SendInput, {f6}/hopen{enter}
  41. !7::SendInput, {f6}/inv{enter}
  42. !8::SendInput, {f6}/knockdown{space}
  43.  
  44. XButton1::SendInput, {f6}/stopanim{enter}
  45. CapsLock::
  46.     SendInput, {f6}/stopanim{enter}
  47.     Loop 20
  48.     {
  49.             SendInput {LShift Down}
  50.             Sleep, 20
  51.             SendInput {LShift Up}
  52.             Sleep, 50
  53.     }
  54.     return
  55.  
  56. XButton2::
  57.     While GetKeyState("XButton2", "P")
  58.     {
  59.             SendInput {Space Down}
  60.             Sleep, 20
  61.             SendInput {Space Up}
  62.             Sleep, 50
  63.     }
  64.     return
  65.  
  66. +XButton2::
  67.     SendInput, {f6}/bag{enter}
  68.     Sleep, 300
  69.     MouseClick, Left, A_ScreenWidth/1.33 + A_ScreenWidth/26.6, A_ScreenHeight/2.56
  70.     MouseClick, Left, A_ScreenWidth/1.33 + A_ScreenWidth/26.6, A_ScreenHeight/2.56
  71.     Sleep, 300
  72.     SendInput, 17{Enter}{Esc}
  73.     return
  74.  
  75. NumpadEnd::
  76.     SendInput, {f6}/bag{enter}
  77.     Sleep, 300
  78.     MouseClick, Left, A_ScreenWidth/1.33, A_ScreenHeight/2.56
  79.     MouseClick, Left, A_ScreenWidth/1.33, A_ScreenHeight/2.56
  80.     Sleep, 300
  81.     SendInput, 28{Enter}{Esc}
  82.     return
  83.  
  84. NumpadDown::
  85.     SendInput, {f6}/drink{enter}
  86.     While GetKeyState("NumpadDown", "P")
  87.     {
  88.             SendInput {Space Down}
  89.             Sleep, 64
  90.             SendInput {Space Up}
  91.             Sleep, 64
  92.     }
  93.     Sleep, 64
  94.     SendInput, {Enter}
  95.     Sleep, 64
  96.     return
  97.  
  98. NumpadIns::
  99.     SendInput, {f6}/piss{enter}
  100.     sleep 1060
  101.     SendInput, {f6}/animped 1{enter}
  102.     return
  103.  
  104. NumpadDel::SendInput, {f6}/towcar{enter}
  105. NumpadLeft::SendInput, {F6}/invite{Space}
  106. !NumpadLeft::SendInput, {F6}/unbl{Space}
  107. NumpadClear::SendInput, {F6}/givetwarn{Space}
  108. !NumpadClear::SendInput, {F6}/bl napadenie{Left 10}{Space}
  109.  
  110. !NumpadRight::
  111.     SendInput {f6}/id{space}
  112.     Input, findTarget, V, {enter}
  113.     sleep 50
  114.     return
  115.  
  116. NumpadRight::SendInput, {F6}/find %findTarget%{Enter}
  117. NumpadAdd::SendInput, {f6}/bag{enter}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement