OldSchoolHack

Register / Login English

CS:GO Mega Script [AHK]

icon Thread: [Undetected] CS:GO Mega Script [AHK]

Join Date: May 2014

Posts: 412

User-Rating:

20 positive
11 negative
Auto-Fire for Pistols/Bows/AutoSniper [and is working for other games too]


TEXT Code:
  1. #NoEnv
  2.  
  3. #SingleInstance force
  4.  
  5. SendMode Input
  6.  
  7.  
  8.  
  9. ScriptActive = 1
  10.  
  11.  
  12.  
  13. FixAmount = 0.00000000000000000001
  14.  
  15.  
  16.  
  17.  
  18.  
  19. RecoilFix(amount)
  20.  
  21. {
  22.  
  23. DllCall("mouse_event",uint,1,int,x,int,amount,uint ,0,int,0)
  24.  
  25. }
  26.  
  27.  
  28.  
  29.  
  30.  
  31. IfWinActive, Call of Duty 4
  32.  
  33. {
  34.  
  35. ~Lbutton::
  36.  
  37. If ScriptActive = 1
  38.  
  39. {
  40.  
  41. RecoilFix(FixAmount)
  42.  
  43. Loop
  44.  
  45. {
  46.  
  47. GetKeyState, state, Lbutton, P
  48.  
  49. if state=U
  50.  
  51. break
  52.  
  53. Sendinput {Click down}
  54.  
  55. Sleep 35
  56.  
  57. Sendinput {Click up}
  58.  
  59. Sleep 35
  60.  
  61. RecoilFix(FixAmount)
  62.  
  63. }
  64.  
  65. }
  66.  
  67. return
  68.  
  69.  
  70.  
  71.  
  72.  
  73. ;Pauses AutoHotKey Script.
  74.  
  75.  
  76.  
  77. ~F6::
  78.  
  79. If ScriptActive = 1
  80.  
  81. {
  82.  
  83. ScriptActive = 0
  84.  
  85. SoundBeep, 400, 400
  86.  
  87. }
  88.  
  89. else if ScriptActive = 0
  90.  
  91. {
  92.  
  93. ScriptActive = 1
  94.  
  95. SoundBeep, 1000, 100
  96.  
  97. SoundBeep, 1000, 100
  98.  
  99. }
  100.  
  101. return
  102.  
  103.  
  104.  
  105.  
  106.  
  107. ~NumpadAdd::
  108.  
  109. ++FixAmount
  110.  
  111. SoundBeep, 700, 100
  112.  
  113. SoundBeep, 700, 100
  114.  
  115. clipboard = %FixAmount%
  116.  
  117. return
  118.  
  119.  
  120.  
  121.  
  122.  
  123. ~NumpadSub::
  124.  
  125. --FixAmount
  126.  
  127. SoundBeep, 700, 100
  128.  
  129. clipboard = %FixAmount%
  130.  
  131. return
  132.  
  133.  
  134.  
  135. ~NumpadDiv::
  136.  
  137. FixAmount-=0.1
  138.  
  139. SoundBeep, 600, 100
  140.  
  141. clipboard = %FixAmount%
  142.  
  143. return
  144.  
  145.  
  146.  
  147. ~NumpadMult::
  148.  
  149. FixAmount+=0.1
  150.  
  151. SoundBeep, 600, 100
  152.  
  153. SoundBeep, 600, 100
  154.  
  155. clipboard = %FixAmount%
  156.  
  157. return
  158.  
  159. }
  160.  
  161.  
  162.  
  163. ;M9 = FixAmount 1
  164.  
  165. ;G3 = FixAmount 0.700000


__________________

AIMBOT????

https://i.chzbgr.com/maxW500/4551215616/hA0AA39D4/

I DONT SEE ANY AIMBOT

http://data.sinhvienit.net/2011/T05/img/SinhVienIT.NET---aimboto.gif

JUST SKILLS MY FRIEND!!!