Advertisement
madcatzano

Untitled

Aug 10th, 2015
214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 48.89 KB | None | 0 0
  1. ;AHK. Nope
  2. ;Settings
  3. sens:=1.7
  4. zoomsens:=0.75
  5.  
  6. ;Key binds
  7. key_AK:="F4"
  8. key_M4A1:="F6"
  9. key_M4A4:="F7"
  10. key_Famas:="F8"
  11. key_Galil:="F9"
  12. key_UMP:="F12"
  13. key_AUG:="Home"
  14. key_SG:="End"
  15. key_RCoff:="F11"
  16. key_Terminate:="F12"
  17. key_shoot:="LButton"
  18. key_zoom:="LAlt"
  19.  
  20. ;ne nyulj bele :3
  21. modifier:=2.52/sens
  22. Hotkey, *~$Space, Off
  23. Hotkey, *~$MButton, Off
  24. Hotkey, *~$t, Off
  25.  
  26. ;c
  27. loop {
  28. sleep 1
  29. ;Menu handling
  30. if GetKeyState(key_AK)
  31. {
  32. SoundPlay, %A_ScriptDir%\1.mp3
  33. ak:=true
  34. m4a1:=false
  35. m4a4:=false
  36. famas:=false
  37. galil:=false
  38. ump:=false
  39. aug:=false
  40. sg:=false
  41. }
  42.  
  43. if GetKeyState(key_M4A1)
  44. {
  45. SoundPlay, %A_ScriptDir%\2.mp3
  46. m4a1:=true
  47. ak:=false
  48. m4a4:=false
  49. famas:=false
  50. galil:=false
  51. ump:=false
  52. aug:=false
  53. sg:=false
  54. }
  55.  
  56. if GetKeyState(key_M4A4)
  57. {
  58. SoundPlay, %A_ScriptDir%\3.mp3
  59. m4a4:=true
  60. ak:=false
  61. m4a1:=false
  62. famas:=false
  63. galil:=false
  64. ump:=false
  65. aug:=false
  66. sg:=false
  67. }
  68.  
  69. if GetKeyState(key_Famas)
  70. {
  71. SoundPlay, %A_ScriptDir%\4.mp3
  72. famas:=true
  73. ak:=false
  74. m4a1:=false
  75. m4a4:=false
  76. galil:=false
  77. ump:=false
  78. aug:=false
  79. sg:=false
  80. }
  81.  
  82. if GetKeyState(key_Galil)
  83. {
  84. SoundPlay, %A_ScriptDir%\5.mp3
  85. galil:=true
  86. ak:=false
  87. m4a1:=false
  88. m4a4:=false
  89. famas:=false
  90. ump:=false
  91. aug:=false
  92. sg:=false
  93. }
  94.  
  95. if GetKeyState(key_Terminate)
  96. {
  97. SoundPlay, %A_ScriptDir%\8.mp3
  98. sleep 2000
  99. ExitApp
  100. }
  101.  
  102. if GetKeyState(key_RCoff)
  103. {
  104. SoundPlay, %A_ScriptDir%\7.mp3
  105. ak:=false
  106. m4a1:=false
  107. m4a4:=false
  108. famas:=false
  109. galil:=false
  110. ump:=false
  111. aug:=false
  112. sg:=false
  113. }
  114.  
  115. if GetKeyState(key_UMP)
  116. {
  117. SoundPlay, %A_ScriptDir%\6.mp3
  118. ump:=true
  119. ak:=false
  120. m4a1:=false
  121. m4a4:=false
  122. famas:=false
  123. galil:=false
  124. aug:=false
  125. sg:=false
  126. }
  127.  
  128. if GetKeyState(key_SG)
  129. {
  130. SoundPlay, %A_ScriptDir%\9.mp3
  131. sg:=true
  132. ump:=false
  133. ak:=false
  134. m4a1:=false
  135. m4a4:=false
  136. famas:=false
  137. galil:=false
  138. aug:=false
  139. }
  140.  
  141. if GetKeyState(key_AUG)
  142. {
  143. SoundPlay, %A_ScriptDir%\10.mp3
  144. aug:=true
  145. ump:=false
  146. ak:=false
  147. m4a1:=false
  148. m4a4:=false
  149. famas:=false
  150. galil:=false
  151. sg:=false
  152. }
  153.  
  154. ;NoRecoil
  155. if GetKeyState(key_shoot)
  156. {
  157. ;AK-47
  158. if ak
  159. {
  160. loop
  161. {
  162. DllCall("mouse_event", uint, 2, int, 0, int, 0, uint, 0, int, 0)
  163. sleep 50
  164. if !GetKeyState(key_shoot)
  165. {
  166. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  167. break
  168. }
  169. DllCall("mouse_event", "UInt", 0x01, "UInt", -4*modifier, "UInt", 7*modifier)
  170. sleep 99
  171. if !GetKeyState(key_shoot)
  172. {
  173. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  174. break
  175. }
  176. DllCall("mouse_event", "UInt", 0x01, "UInt", 4*modifier, "UInt", 19*modifier)
  177. sleep 99
  178. if !GetKeyState(key_shoot)
  179. {
  180. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  181. break
  182. }
  183. DllCall("mouse_event", "UInt", 0x01, "UInt", -3*modifier, "UInt", 29*modifier)
  184. sleep 99
  185. if !GetKeyState(key_shoot)
  186. {
  187. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  188. break
  189. }
  190. DllCall("mouse_event", "UInt", 0x01, "UInt", -1*modifier, "UInt", 31*modifier)
  191. sleep 99
  192. if !GetKeyState(key_shoot)
  193. {
  194. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  195. break
  196. }
  197. DllCall("mouse_event", "UInt", 0x01, "UInt", 13*modifier, "UInt", 31*modifier)
  198. sleep 99
  199. if !GetKeyState(key_shoot)
  200. {
  201. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  202. break
  203. }
  204. DllCall("mouse_event", "UInt", 0x01, "UInt", 8*modifier, "UInt", 28*modifier)
  205. sleep 99
  206. if !GetKeyState(key_shoot)
  207. {
  208. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  209. break
  210. }
  211. DllCall("mouse_event", "UInt", 0x01, "UInt", 13*modifier, "UInt", 21*modifier)
  212. sleep 99
  213. if !GetKeyState(key_shoot)
  214. {
  215. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  216. break
  217. }
  218. DllCall("mouse_event", "UInt", 0x01, "UInt", -17*modifier, "UInt", 12*modifier)
  219. sleep 99
  220. if !GetKeyState(key_shoot)
  221. {
  222. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  223. break
  224. }
  225. DllCall("mouse_event", "UInt", 0x01, "UInt", -42*modifier, "UInt", -3*modifier)
  226. sleep 99
  227. if !GetKeyState(key_shoot)
  228. {
  229. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  230. break
  231. }
  232. DllCall("mouse_event", "UInt", 0x01, "UInt", -21*modifier, "UInt", 2*modifier)
  233. sleep 99
  234. if !GetKeyState(key_shoot)
  235. {
  236. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  237. break
  238. }
  239. DllCall("mouse_event", "UInt", 0x01, "UInt", 12*modifier, "UInt", 11*modifier)
  240. sleep 99
  241. if !GetKeyState(key_shoot)
  242. {
  243. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  244. break
  245. }
  246. DllCall("mouse_event", "UInt", 0x01, "UInt", -15*modifier, "UInt", 7*modifier)
  247. sleep 99
  248. if !GetKeyState(key_shoot)
  249. {
  250. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  251. break
  252. }
  253. DllCall("mouse_event", "UInt", 0x01, "UInt", -26*modifier, "UInt", -8*modifier)
  254. sleep 99
  255. if !GetKeyState(key_shoot)
  256. {
  257. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  258. break
  259. }
  260. DllCall("mouse_event", "UInt", 0x01, "UInt", -3*modifier, "UInt", 4*modifier)
  261. sleep 99
  262. if !GetKeyState(key_shoot)
  263. {
  264. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  265. break
  266. }
  267. DllCall("mouse_event", "UInt", 0x01, "UInt", 40*modifier, "UInt", 1*modifier)
  268. sleep 99
  269. if !GetKeyState(key_shoot)
  270. {
  271. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  272. break
  273. }
  274. DllCall("mouse_event", "UInt", 0x01, "UInt", 19*modifier, "UInt", 7*modifier)
  275. sleep 99
  276. if !GetKeyState(key_shoot)
  277. {
  278. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  279. break
  280. }
  281. DllCall("mouse_event", "UInt", 0x01, "UInt", 14*modifier, "UInt", 10*modifier)
  282. sleep 99
  283. if !GetKeyState(key_shoot)
  284. {
  285. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  286. break
  287. }
  288. DllCall("mouse_event", "UInt", 0x01, "UInt", 27*modifier, "UInt", 0*modifier)
  289. sleep 99
  290. if !GetKeyState(key_shoot)
  291. {
  292. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  293. break
  294. }
  295. DllCall("mouse_event", "UInt", 0x01, "UInt", 33*modifier, "UInt", -10*modifier)
  296. sleep 99
  297. if !GetKeyState(key_shoot)
  298. {
  299. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  300. break
  301. }
  302. DllCall("mouse_event", "UInt", 0x01, "UInt", -21*modifier, "UInt", -2*modifier)
  303. sleep 99
  304. if !GetKeyState(key_shoot)
  305. {
  306. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  307. break
  308. }
  309. DllCall("mouse_event", "UInt", 0x01, "UInt", 7*modifier, "UInt", 3*modifier)
  310. sleep 99
  311. if !GetKeyState(key_shoot)
  312. {
  313. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  314. break
  315. }
  316. DllCall("mouse_event", "UInt", 0x01, "UInt", -7*modifier, "UInt", 9*modifier)
  317. sleep 99
  318. if !GetKeyState(key_shoot)
  319. {
  320. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  321. break
  322. }
  323. DllCall("mouse_event", "UInt", 0x01, "UInt", -8*modifier, "UInt", 4*modifier)
  324. sleep 99
  325. if !GetKeyState(key_shoot)
  326. {
  327. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  328. break
  329. }
  330. DllCall("mouse_event", "UInt", 0x01, "UInt", 19*modifier, "UInt", -3*modifier)
  331. sleep 99
  332. if !GetKeyState(key_shoot)
  333. {
  334. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  335. break
  336. }
  337. DllCall("mouse_event", "UInt", 0x01, "UInt", 5*modifier, "UInt", 6*modifier)
  338. sleep 99
  339. if !GetKeyState(key_shoot)
  340. {
  341. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  342. break
  343. }
  344. DllCall("mouse_event", "UInt", 0x01, "UInt", -20*modifier, "UInt", -1*modifier)
  345. sleep 99
  346. if !GetKeyState(key_shoot)
  347. {
  348. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  349. break
  350. }
  351. DllCall("mouse_event", "UInt", 0x01, "UInt", -33*modifier, "UInt", -4*modifier)
  352. sleep 99
  353. if !GetKeyState(key_shoot)
  354. {
  355. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  356. break
  357. }
  358. DllCall("mouse_event", "UInt", 0x01, "UInt", -45*modifier, "UInt", -21*modifier)
  359. sleep 99
  360. if !GetKeyState(key_shoot)
  361. {
  362. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  363. break
  364. }
  365. DllCall("mouse_event", "UInt", 0x01, "UInt", -14*modifier, "UInt", 1*modifier)
  366. if !GetKeyState(key_shoot)
  367. {
  368. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  369. break
  370. }
  371. sleep 80
  372. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  373. sleep 1000
  374. if !GetKeyState(key_shoot)
  375. {
  376. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  377. break
  378. }
  379. }
  380. }
  381. ;M4A1-S
  382. else if m4a1
  383. {
  384. loop
  385. {
  386. DllCall("mouse_event", uint, 2, int, 0, int, 0, uint, 0, int, 0)
  387. sleep 15
  388. if !GetKeyState(key_shoot)
  389. {
  390. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  391. break
  392. }
  393. DllCall("mouse_event", "UInt", 0x01, "UInt", 1*modifier, "UInt", 6*modifier)
  394. sleep 88
  395. if !GetKeyState(key_shoot)
  396. {
  397. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  398. break
  399. }
  400. DllCall("mouse_event", "UInt", 0x01, "UInt", 0*modifier, "UInt", 4*modifier)
  401. sleep 88
  402. if !GetKeyState(key_shoot)
  403. {
  404. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  405. break
  406. }
  407. DllCall("mouse_event", "UInt", 0x01, "UInt", -4*modifier, "UInt", 14*modifier)
  408. sleep 88
  409. if !GetKeyState(key_shoot)
  410. {
  411. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  412. break
  413. }
  414. DllCall("mouse_event", "UInt", 0x01, "UInt", 4*modifier, "UInt", 18*modifier)
  415. sleep 88
  416. if !GetKeyState(key_shoot)
  417. {
  418. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  419. break
  420. }
  421. DllCall("mouse_event", "UInt", 0x01, "UInt", -6*modifier, "UInt", 21*modifier)
  422. sleep 88
  423. if !GetKeyState(key_shoot)
  424. {
  425. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  426. break
  427. }
  428. DllCall("mouse_event", "UInt", 0x01, "UInt", -4*modifier, "UInt", 24*modifier)
  429. sleep 88
  430. if !GetKeyState(key_shoot)
  431. {
  432. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  433. break
  434. }
  435. DllCall("mouse_event", "UInt", 0x01, "UInt", 14*modifier, "UInt", 14*modifier)
  436. sleep 88
  437. if !GetKeyState(key_shoot)
  438. {
  439. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  440. break
  441. }
  442. DllCall("mouse_event", "UInt", 0x01, "UInt", 8*modifier, "UInt", 12*modifier)
  443. sleep 88
  444. if !GetKeyState(key_shoot)
  445. {
  446. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  447. break
  448. }
  449. DllCall("mouse_event", "UInt", 0x01, "UInt", 18*modifier, "UInt", 5*modifier)
  450. sleep 88
  451. if !GetKeyState(key_shoot)
  452. {
  453. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  454. break
  455. }
  456. DllCall("mouse_event", "UInt", 0x01, "UInt", -4*modifier, "UInt", 10*modifier)
  457. sleep 88
  458. if !GetKeyState(key_shoot)
  459. {
  460. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  461. break
  462. }
  463. DllCall("mouse_event", "UInt", 0x01, "UInt", -14*modifier, "UInt", 5*modifier)
  464. sleep 88
  465. if !GetKeyState(key_shoot)
  466. {
  467. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  468. break
  469. }
  470. DllCall("mouse_event", "UInt", 0x01, "UInt", -25*modifier, "UInt", -3*modifier)
  471. sleep 88
  472. if !GetKeyState(key_shoot)
  473. {
  474. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  475. break
  476. }
  477. DllCall("mouse_event", "UInt", 0x01, "UInt", -19*modifier, "UInt", 0*modifier)
  478. sleep 88
  479. if !GetKeyState(key_shoot)
  480. {
  481. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  482. break
  483. }
  484. DllCall("mouse_event", "UInt", 0x01, "UInt", -22*modifier, "UInt", -3*modifier)
  485. sleep 88
  486. if !GetKeyState(key_shoot)
  487. {
  488. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  489. break
  490. }
  491. DllCall("mouse_event", "UInt", 0x01, "UInt", 1*modifier, "UInt", 3*modifier)
  492. sleep 88
  493. if !GetKeyState(key_shoot)
  494. {
  495. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  496. break
  497. }
  498. DllCall("mouse_event", "UInt", 0x01, "UInt", 8*modifier, "UInt", 3*modifier)
  499. sleep 88
  500. if !GetKeyState(key_shoot)
  501. {
  502. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  503. break
  504. }
  505. DllCall("mouse_event", "UInt", 0x01, "UInt", -9*modifier, "UInt", 1*modifier)
  506. sleep 88
  507. if !GetKeyState(key_shoot)
  508. {
  509. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  510. break
  511. }
  512. DllCall("mouse_event", "UInt", 0x01, "UInt", -13*modifier, "UInt", -2*modifier)
  513. sleep 88
  514. if !GetKeyState(key_shoot)
  515. {
  516. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  517. break
  518. }
  519. DllCall("mouse_event", "UInt", 0x01, "UInt", 3*modifier, "UInt", 2*modifier)
  520. sleep 88
  521. if !GetKeyState(key_shoot)
  522. {
  523. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  524. break
  525. }
  526. DllCall("mouse_event", "UInt", 0x01, "UInt", 1*modifier, "UInt", 1*modifier)
  527. sleep 88
  528. if !GetKeyState(key_shoot)
  529. {
  530. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  531. break
  532. }
  533. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  534. sleep 1000
  535. if !GetKeyState(key_shoot)
  536. {
  537. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  538. break
  539. }
  540. }
  541. }
  542. ;M4A4
  543. else if m4a4
  544. {
  545. loop
  546. {
  547. DllCall("mouse_event", uint, 2, int, 0, int, 0, uint, 0, int, 0)
  548. sleep 15
  549. if !GetKeyState(key_shoot)
  550. {
  551. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  552. break
  553. }
  554. DllCall("mouse_event", "UInt", 0x01, "UInt", 2*modifier, "UInt", 7*modifier)
  555. sleep 88
  556. if !GetKeyState(key_shoot)
  557. {
  558. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  559. break
  560. }
  561. DllCall("mouse_event", "UInt", 0x01, "UInt", 0*modifier, "UInt", 9*modifier)
  562. sleep 87
  563. if !GetKeyState(key_shoot)
  564. {
  565. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  566. break
  567. }
  568. DllCall("mouse_event", "UInt", 0x01, "UInt", -6*modifier, "UInt", 16*modifier)
  569. sleep 87
  570. if !GetKeyState(key_shoot)
  571. {
  572. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  573. break
  574. }
  575. DllCall("mouse_event", "UInt", 0x01, "UInt", 7*modifier, "UInt", 21*modifier)
  576. sleep 87
  577. if !GetKeyState(key_shoot)
  578. {
  579. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  580. break
  581. }
  582. DllCall("mouse_event", "UInt", 0x01, "UInt", -9*modifier, "UInt", 23*modifier)
  583. sleep 87
  584. if !GetKeyState(key_shoot)
  585. {
  586. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  587. break
  588. }
  589. DllCall("mouse_event", "UInt", 0x01, "UInt", -5*modifier, "UInt", 27*modifier)
  590. sleep 87
  591. if !GetKeyState(key_shoot)
  592. {
  593. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  594. break
  595. }
  596. DllCall("mouse_event", "UInt", 0x01, "UInt", 16*modifier, "UInt", 15*modifier)
  597. sleep 88
  598. if !GetKeyState(key_shoot)
  599. {
  600. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  601. break
  602. }
  603. DllCall("mouse_event", "UInt", 0x01, "UInt", 11*modifier, "UInt", 13*modifier)
  604. sleep 88
  605. if !GetKeyState(key_shoot)
  606. {
  607. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  608. break
  609. }
  610. DllCall("mouse_event", "UInt", 0x01, "UInt", 22*modifier, "UInt", 5*modifier)
  611. sleep 88
  612. if !GetKeyState(key_shoot)
  613. {
  614. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  615. break
  616. }
  617. DllCall("mouse_event", "UInt", 0x01, "UInt", -4*modifier, "UInt", 11*modifier)
  618. sleep 88
  619. if !GetKeyState(key_shoot)
  620. {
  621. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  622. break
  623. }
  624. DllCall("mouse_event", "UInt", 0x01, "UInt", -18*modifier, "UInt", 6*modifier)
  625. sleep 88
  626. if !GetKeyState(key_shoot)
  627. {
  628. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  629. break
  630. }
  631. DllCall("mouse_event", "UInt", 0x01, "UInt", -30*modifier, "UInt", -4*modifier)
  632. sleep 88
  633. if !GetKeyState(key_shoot)
  634. {
  635. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  636. break
  637. }
  638. DllCall("mouse_event", "UInt", 0x01, "UInt", -24*modifier, "UInt", 0*modifier)
  639. sleep 88
  640. if !GetKeyState(key_shoot)
  641. {
  642. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  643. break
  644. }
  645. DllCall("mouse_event", "UInt", 0x01, "UInt", -25*modifier, "UInt", -6*modifier)
  646. sleep 88
  647. if !GetKeyState(key_shoot)
  648. {
  649. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  650. break
  651. }
  652. DllCall("mouse_event", "UInt", 0x01, "UInt", 0*modifier, "UInt", 4*modifier)
  653. sleep 87
  654. if !GetKeyState(key_shoot)
  655. {
  656. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  657. break
  658. }
  659. DllCall("mouse_event", "UInt", 0x01, "UInt", 8*modifier, "UInt", 4*modifier)
  660. sleep 87
  661. if !GetKeyState(key_shoot)
  662. {
  663. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  664. break
  665. }
  666. DllCall("mouse_event", "UInt", 0x01, "UInt", -11*modifier, "UInt", 1*modifier)
  667. sleep 87
  668. if !GetKeyState(key_shoot)
  669. {
  670. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  671. break
  672. }
  673. DllCall("mouse_event", "UInt", 0x01, "UInt", -13*modifier, "UInt", -2*modifier)
  674. sleep 87
  675. if !GetKeyState(key_shoot)
  676. {
  677. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  678. break
  679. }
  680. DllCall("mouse_event", "UInt", 0x01, "UInt", 2*modifier, "UInt", 2*modifier)
  681. sleep 88
  682. if !GetKeyState(key_shoot)
  683. {
  684. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  685. break
  686. }
  687. DllCall("mouse_event", "UInt", 0x01, "UInt", 33*modifier, "UInt", -1*modifier)
  688. sleep 88
  689. if !GetKeyState(key_shoot)
  690. {
  691. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  692. break
  693. }
  694. DllCall("mouse_event", "UInt", 0x01, "UInt", 10*modifier, "UInt", 6*modifier)
  695. sleep 88
  696. if !GetKeyState(key_shoot)
  697. {
  698. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  699. break
  700. }
  701. DllCall("mouse_event", "UInt", 0x01, "UInt", 27*modifier, "UInt", 3*modifier)
  702. sleep 88
  703. if !GetKeyState(key_shoot)
  704. {
  705. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  706. break
  707. }
  708. DllCall("mouse_event", "UInt", 0x01, "UInt", 10*modifier, "UInt", 2*modifier)
  709. sleep 88
  710. if !GetKeyState(key_shoot)
  711. {
  712. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  713. break
  714. }
  715. DllCall("mouse_event", "UInt", 0x01, "UInt", 11*modifier, "UInt", 0*modifier)
  716. sleep 88
  717. if !GetKeyState(key_shoot)
  718. {
  719. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  720. break
  721. }
  722. DllCall("mouse_event", "UInt", 0x01, "UInt", -12*modifier, "UInt", 0*modifier)
  723. sleep 87
  724. if !GetKeyState(key_shoot)
  725. {
  726. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  727. break
  728. }
  729. DllCall("mouse_event", "UInt", 0x01, "UInt", 6*modifier, "UInt", 5*modifier)
  730. sleep 87
  731. if !GetKeyState(key_shoot)
  732. {
  733. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  734. break
  735. }
  736. DllCall("mouse_event", "UInt", 0x01, "UInt", 4*modifier, "UInt", 5*modifier)
  737. sleep 87
  738. if !GetKeyState(key_shoot)
  739. {
  740. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  741. break
  742. }
  743. DllCall("mouse_event", "UInt", 0x01, "UInt", 3*modifier, "UInt", 1*modifier)
  744. sleep 87
  745. if !GetKeyState(key_shoot)
  746. {
  747. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  748. break
  749. }
  750. DllCall("mouse_event", "UInt", 0x01, "UInt", 4*modifier, "UInt", -1*modifier)
  751. if !GetKeyState(key_shoot)
  752. {
  753. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  754. break
  755. }
  756. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  757. sleep 1000
  758. if !GetKeyState(key_shoot)
  759. {
  760. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  761. break
  762. }
  763. }
  764. }
  765. ;Famas
  766. else if famas
  767. {
  768. loop
  769. {
  770. DllCall("mouse_event", uint, 2, int, 0, int, 0, uint, 0, int, 0)
  771. sleep 30
  772. if !GetKeyState(key_shoot)
  773. {
  774. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  775. break
  776. }
  777. DllCall("mouse_event", "UInt", 0x01, "UInt", -4*modifier, "UInt", 5*modifier)
  778. sleep 88
  779. if !GetKeyState(key_shoot)
  780. {
  781. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  782. break
  783. }
  784. DllCall("mouse_event", "UInt", 0x01, "UInt", 1*modifier, "UInt", 4*modifier)
  785. sleep 88
  786. if !GetKeyState(key_shoot)
  787. {
  788. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  789. break
  790. }
  791. DllCall("mouse_event", "UInt", 0x01, "UInt", -6*modifier, "UInt", 10*modifier)
  792. sleep 88
  793. if !GetKeyState(key_shoot)
  794. {
  795. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  796. break
  797. }
  798. DllCall("mouse_event", "UInt", 0x01, "UInt", -1*modifier, "UInt", 17*modifier)
  799. sleep 88
  800. if !GetKeyState(key_shoot)
  801. {
  802. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  803. break
  804. }
  805. DllCall("mouse_event", "UInt", 0x01, "UInt", 0*modifier, "UInt", 20*modifier)
  806. sleep 88
  807. if !GetKeyState(key_shoot)
  808. {
  809. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  810. break
  811. }
  812. DllCall("mouse_event", "UInt", 0x01, "UInt", 14*modifier, "UInt", 18*modifier)
  813. sleep 88
  814. if !GetKeyState(key_shoot)
  815. {
  816. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  817. break
  818. }
  819. DllCall("mouse_event", "UInt", 0x01, "UInt", 16*modifier, "UInt", 12*modifier)
  820. sleep 88
  821. if !GetKeyState(key_shoot)
  822. {
  823. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  824. break
  825. }
  826. DllCall("mouse_event", "UInt", 0x01, "UInt", -6*modifier, "UInt", 12*modifier)
  827. sleep 88
  828. if !GetKeyState(key_shoot)
  829. {
  830. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  831. break
  832. }
  833. DllCall("mouse_event", "UInt", 0x01, "UInt", -20*modifier, "UInt", 8*modifier)
  834. sleep 88
  835. if !GetKeyState(key_shoot)
  836. {
  837. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  838. break
  839. }
  840. DllCall("mouse_event", "UInt", 0x01, "UInt", -16*modifier, "UInt", 5*modifier)
  841. sleep 88
  842. if !GetKeyState(key_shoot)
  843. {
  844. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  845. break
  846. }
  847. DllCall("mouse_event", "UInt", 0x01, "UInt", -13*modifier, "UInt", 2*modifier)
  848. sleep 88
  849. if !GetKeyState(key_shoot)
  850. {
  851. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  852. break
  853. }
  854. DllCall("mouse_event", "UInt", 0x01, "UInt", 4*modifier, "UInt", 5*modifier)
  855. sleep 87
  856. if !GetKeyState(key_shoot)
  857. {
  858. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  859. break
  860. }
  861. DllCall("mouse_event", "UInt", 0x01, "UInt", 23*modifier, "UInt", 4*modifier)
  862. sleep 88
  863. if !GetKeyState(key_shoot)
  864. {
  865. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  866. break
  867. }
  868. DllCall("mouse_event", "UInt", 0x01, "UInt", 12*modifier, "UInt", 6*modifier)
  869. sleep 88
  870. if !GetKeyState(key_shoot)
  871. {
  872. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  873. break
  874. }
  875. DllCall("mouse_event", "UInt", 0x01, "UInt", 20*modifier, "UInt", -3*modifier)
  876. sleep 88
  877. if !GetKeyState(key_shoot)
  878. {
  879. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  880. break
  881. }
  882. DllCall("mouse_event", "UInt", 0x01, "UInt", 5*modifier, "UInt", 0*modifier)
  883. sleep 88
  884. if !GetKeyState(key_shoot)
  885. {
  886. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  887. break
  888. }
  889. DllCall("mouse_event", "UInt", 0x01, "UInt", 15*modifier, "UInt", 0*modifier)
  890. sleep 88
  891. if !GetKeyState(key_shoot)
  892. {
  893. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  894. break
  895. }
  896. DllCall("mouse_event", "UInt", 0x01, "UInt", 3*modifier, "UInt", 5*modifier)
  897. sleep 80
  898. if !GetKeyState(key_shoot)
  899. {
  900. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  901. break
  902. }
  903. DllCall("mouse_event", "UInt", 0x01, "UInt", -4*modifier, "UInt", 3*modifier)
  904. sleep 88
  905. if !GetKeyState(key_shoot)
  906. {
  907. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  908. break
  909. }
  910. DllCall("mouse_event", "UInt", 0x01, "UInt", -25*modifier, "UInt", -1*modifier)
  911. sleep 80
  912. if !GetKeyState(key_shoot)
  913. {
  914. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  915. break
  916. }
  917. DllCall("mouse_event", "UInt", 0x01, "UInt", -3*modifier, "UInt", 2*modifier)
  918. sleep 84
  919. if !GetKeyState(key_shoot)
  920. {
  921. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  922. break
  923. }
  924. DllCall("mouse_event", "UInt", 0x01, "UInt", 11*modifier, "UInt", 0*modifier)
  925. sleep 80
  926. if !GetKeyState(key_shoot)
  927. {
  928. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  929. break
  930. }
  931. DllCall("mouse_event", "UInt", 0x01, "UInt", 15*modifier, "UInt", -7*modifier)
  932. sleep 88
  933. if !GetKeyState(key_shoot)
  934. {
  935. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  936. break
  937. }
  938. DllCall("mouse_event", "UInt", 0x01, "UInt", 15*modifier, "UInt", -10*modifier)
  939. sleep 88
  940. if !GetKeyState(key_shoot)
  941. {
  942. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  943. break
  944. }
  945. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  946. sleep 1000
  947. if !GetKeyState(key_shoot)
  948. {
  949. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  950. break
  951. }
  952. }
  953. }
  954. ;Galil
  955. else if galil
  956. {
  957. loop
  958. {
  959. DllCall("mouse_event", uint, 2, int, 0, int, 0, uint, 0, int, 0)
  960. sleep 10
  961. if !GetKeyState(key_shoot)
  962. {
  963. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  964. break
  965. }
  966. DllCall("mouse_event", "UInt", 0x01, "UInt", 4*modifier, "UInt", 4*modifier)
  967. sleep 90
  968. if !GetKeyState(key_shoot)
  969. {
  970. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  971. break
  972. }
  973. DllCall("mouse_event", "UInt", 0x01, "UInt", -2*modifier, "UInt", 5*modifier)
  974. sleep 90
  975. if !GetKeyState(key_shoot)
  976. {
  977. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  978. break
  979. }
  980. DllCall("mouse_event", "UInt", 0x01, "UInt", 6*modifier, "UInt", 10*modifier)
  981. sleep 90
  982. if !GetKeyState(key_shoot)
  983. {
  984. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  985. break
  986. }
  987. DllCall("mouse_event", "UInt", 0x01, "UInt", 12*modifier, "UInt", 15*modifier)
  988. sleep 90
  989. if !GetKeyState(key_shoot)
  990. {
  991. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  992. break
  993. }
  994. DllCall("mouse_event", "UInt", 0x01, "UInt", -1*modifier, "UInt", 21*modifier)
  995. sleep 90
  996. if !GetKeyState(key_shoot)
  997. {
  998. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  999. break
  1000. }
  1001. DllCall("mouse_event", "UInt", 0x01, "UInt", 2*modifier, "UInt", 24*modifier)
  1002. sleep 90
  1003. if !GetKeyState(key_shoot)
  1004. {
  1005. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1006. break
  1007. }
  1008. DllCall("mouse_event", "UInt", 0x01, "UInt", 6*modifier, "UInt", 16*modifier)
  1009. sleep 90
  1010. if !GetKeyState(key_shoot)
  1011. {
  1012. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1013. break
  1014. }
  1015. DllCall("mouse_event", "UInt", 0x01, "UInt", 11*modifier, "UInt", 10*modifier)
  1016. sleep 90
  1017. if !GetKeyState(key_shoot)
  1018. {
  1019. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1020. break
  1021. }
  1022. DllCall("mouse_event", "UInt", 0x01, "UInt", -4*modifier, "UInt", 14*modifier)
  1023. sleep 90
  1024. if !GetKeyState(key_shoot)
  1025. {
  1026. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1027. break
  1028. }
  1029. DllCall("mouse_event", "UInt", 0x01, "UInt", -22*modifier, "UInt", 8*modifier)
  1030. sleep 90
  1031. if !GetKeyState(key_shoot)
  1032. {
  1033. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1034. break
  1035. }
  1036. DllCall("mouse_event", "UInt", 0x01, "UInt", -30*modifier, "UInt", -3*modifier)
  1037. sleep 90
  1038. if !GetKeyState(key_shoot)
  1039. {
  1040. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1041. break
  1042. }
  1043. DllCall("mouse_event", "UInt", 0x01, "UInt", -29*modifier, "UInt", -13*modifier)
  1044. sleep 90
  1045. if !GetKeyState(key_shoot)
  1046. {
  1047. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1048. break
  1049. }
  1050. DllCall("mouse_event", "UInt", 0x01, "UInt", -9*modifier, "UInt", 8*modifier)
  1051. sleep 90
  1052. if !GetKeyState(key_shoot)
  1053. {
  1054. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1055. break
  1056. }
  1057. DllCall("mouse_event", "UInt", 0x01, "UInt", -12*modifier, "UInt", 2*modifier)
  1058. sleep 90
  1059. if !GetKeyState(key_shoot)
  1060. {
  1061. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1062. break
  1063. }
  1064. DllCall("mouse_event", "UInt", 0x01, "UInt", -7*modifier, "UInt", 1*modifier)
  1065. sleep 90
  1066. if !GetKeyState(key_shoot)
  1067. {
  1068. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1069. break
  1070. }
  1071. DllCall("mouse_event", "UInt", 0x01, "UInt", 0*modifier, "UInt", 1*modifier)
  1072. sleep 50
  1073. if !GetKeyState(key_shoot)
  1074. {
  1075. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1076. break
  1077. }
  1078. DllCall("mouse_event", "UInt", 0x01, "UInt", 4*modifier, "UInt", 7*modifier)
  1079. sleep 90
  1080. if !GetKeyState(key_shoot)
  1081. {
  1082. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1083. break
  1084. }
  1085. DllCall("mouse_event", "UInt", 0x01, "UInt", 25*modifier, "UInt", 7*modifier)
  1086. sleep 90
  1087. if !GetKeyState(key_shoot)
  1088. {
  1089. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1090. break
  1091. }
  1092. DllCall("mouse_event", "UInt", 0x01, "UInt", 14*modifier, "UInt", 4*modifier)
  1093. sleep 90
  1094. if !GetKeyState(key_shoot)
  1095. {
  1096. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1097. break
  1098. }
  1099. DllCall("mouse_event", "UInt", 0x01, "UInt", 25*modifier, "UInt", -3*modifier)
  1100. sleep 90
  1101. if !GetKeyState(key_shoot)
  1102. {
  1103. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1104. break
  1105. }
  1106. DllCall("mouse_event", "UInt", 0x01, "UInt", 31*modifier, "UInt", -9*modifier)
  1107. sleep 90
  1108. if !GetKeyState(key_shoot)
  1109. {
  1110. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1111. break
  1112. }
  1113. DllCall("mouse_event", "UInt", 0x01, "UInt", 6*modifier, "UInt", 3*modifier)
  1114. sleep 90
  1115. if !GetKeyState(key_shoot)
  1116. {
  1117. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1118. break
  1119. }
  1120. DllCall("mouse_event", "UInt", 0x01, "UInt", -12*modifier, "UInt", 3*modifier)
  1121. sleep 90
  1122. if !GetKeyState(key_shoot)
  1123. {
  1124. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1125. break
  1126. }
  1127. DllCall("mouse_event", "UInt", 0x01, "UInt", 13*modifier, "UInt", -1*modifier)
  1128. sleep 90
  1129. if !GetKeyState(key_shoot)
  1130. {
  1131. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1132. break
  1133. }
  1134. DllCall("mouse_event", "UInt", 0x01, "UInt", 10*modifier, "UInt", -1*modifier)
  1135. sleep 90
  1136. if !GetKeyState(key_shoot)
  1137. {
  1138. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1139. break
  1140. }
  1141. DllCall("mouse_event", "UInt", 0x01, "UInt", 16*modifier, "UInt", -4*modifier)
  1142. sleep 90
  1143. if !GetKeyState(key_shoot)
  1144. {
  1145. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1146. break
  1147. }
  1148. DllCall("mouse_event", "UInt", 0x01, "UInt", -9*modifier, "UInt", 5*modifier)
  1149. sleep 90
  1150. if !GetKeyState(key_shoot)
  1151. {
  1152. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1153. break
  1154. }
  1155. DllCall("mouse_event", "UInt", 0x01, "UInt", -32*modifier, "UInt", -5*modifier)
  1156. sleep 90
  1157. if !GetKeyState(key_shoot)
  1158. {
  1159. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1160. break
  1161. }
  1162. DllCall("mouse_event", "UInt", 0x01, "UInt", -24*modifier, "UInt", -3*modifier)
  1163. sleep 90
  1164. if !GetKeyState(key_shoot)
  1165. {
  1166. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1167. break
  1168. }
  1169. DllCall("mouse_event", "UInt", 0x01, "UInt", -15*modifier, "UInt", 5*modifier)
  1170. sleep 90
  1171. if !GetKeyState(key_shoot)
  1172. {
  1173. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1174. break
  1175. }
  1176. DllCall("mouse_event", "UInt", 0x01, "UInt", 6*modifier, "UInt", 8*modifier)
  1177. sleep 90
  1178. if !GetKeyState(key_shoot)
  1179. {
  1180. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1181. break
  1182. }
  1183. DllCall("mouse_event", "UInt", 0x01, "UInt", -14*modifier, "UInt", -3*modifier)
  1184. sleep 90
  1185. if !GetKeyState(key_shoot)
  1186. {
  1187. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1188. break
  1189. }
  1190. DllCall("mouse_event", "UInt", 0x01, "UInt", -24*modifier, "UInt", -14*modifier)
  1191. sleep 90
  1192. if !GetKeyState(key_shoot)
  1193. {
  1194. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1195. break
  1196. }
  1197. DllCall("mouse_event", "UInt", 0x01, "UInt", -13*modifier, "UInt", -1*modifier)
  1198. sleep 90
  1199. if !GetKeyState(key_shoot)
  1200. {
  1201. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1202. break
  1203. }
  1204. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1205. sleep 1000
  1206. if !GetKeyState(key_shoot)
  1207. {
  1208. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1209. break
  1210. }
  1211. }
  1212. }
  1213. ;UMP-45
  1214. else if ump
  1215. {
  1216. loop
  1217. {
  1218. DllCall("mouse_event", uint, 2, int, 0, int, 0, uint, 0, int, 0)
  1219. sleep 15
  1220. if !GetKeyState(key_shoot)
  1221. {
  1222. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1223. break
  1224. }
  1225. DllCall("mouse_event", "UInt", 0x01, "UInt", -1*modifier, "UInt", 6*modifier)
  1226. sleep 90
  1227. if !GetKeyState(key_shoot)
  1228. {
  1229. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1230. break
  1231. }
  1232. DllCall("mouse_event", "UInt", 0x01, "UInt", -4*modifier, "UInt", 8*modifier)
  1233. sleep 90
  1234. if !GetKeyState(key_shoot)
  1235. {
  1236. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1237. break
  1238. }
  1239. DllCall("mouse_event", "UInt", 0x01, "UInt", -2*modifier, "UInt", 18*modifier)
  1240. sleep 90
  1241. if !GetKeyState(key_shoot)
  1242. {
  1243. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1244. break
  1245. }
  1246. DllCall("mouse_event", "UInt", 0x01, "UInt", -4*modifier, "UInt", 23*modifier)
  1247. sleep 90
  1248. if !GetKeyState(key_shoot)
  1249. {
  1250. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1251. break
  1252. }
  1253. DllCall("mouse_event", "UInt", 0x01, "UInt", -9*modifier, "UInt", 23*modifier)
  1254. sleep 90
  1255. if !GetKeyState(key_shoot)
  1256. {
  1257. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1258. break
  1259. }
  1260. DllCall("mouse_event", "UInt", 0x01, "UInt", -3*modifier, "UInt", 26*modifier)
  1261. sleep 90
  1262. if !GetKeyState(key_shoot)
  1263. {
  1264. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1265. break
  1266. }
  1267. DllCall("mouse_event", "UInt", 0x01, "UInt", 11*modifier, "UInt", 17*modifier)
  1268. sleep 90
  1269. if !GetKeyState(key_shoot)
  1270. {
  1271. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1272. break
  1273. }
  1274. DllCall("mouse_event", "UInt", 0x01, "UInt", -4*modifier, "UInt", 12*modifier)
  1275. sleep 90
  1276. if !GetKeyState(key_shoot)
  1277. {
  1278. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1279. break
  1280. }
  1281. DllCall("mouse_event", "UInt", 0x01, "UInt", 9*modifier, "UInt", 13*modifier)
  1282. sleep 90
  1283. if !GetKeyState(key_shoot)
  1284. {
  1285. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1286. break
  1287. }
  1288. DllCall("mouse_event", "UInt", 0x01, "UInt", 18*modifier, "UInt", 8*modifier)
  1289. sleep 90
  1290. if !GetKeyState(key_shoot)
  1291. {
  1292. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1293. break
  1294. }
  1295. DllCall("mouse_event", "UInt", 0x01, "UInt", 15*modifier, "UInt", 5*modifier)
  1296. sleep 90
  1297. if !GetKeyState(key_shoot)
  1298. {
  1299. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1300. break
  1301. }
  1302. DllCall("mouse_event", "UInt", 0x01, "UInt", -1*modifier, "UInt", 3*modifier)
  1303. sleep 90
  1304. if !GetKeyState(key_shoot)
  1305. {
  1306. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1307. break
  1308. }
  1309. DllCall("mouse_event", "UInt", 0x01, "UInt", 5*modifier, "UInt", 6*modifier)
  1310. sleep 90
  1311. if !GetKeyState(key_shoot)
  1312. {
  1313. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1314. break
  1315. }
  1316. DllCall("mouse_event", "UInt", 0x01, "UInt", 0*modifier, "UInt", 6*modifier)
  1317. sleep 90
  1318. if !GetKeyState(key_shoot)
  1319. {
  1320. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1321. break
  1322. }
  1323. DllCall("mouse_event", "UInt", 0x01, "UInt", 9*modifier, "UInt", -3*modifier)
  1324. sleep 90
  1325. if !GetKeyState(key_shoot)
  1326. {
  1327. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1328. break
  1329. }
  1330. DllCall("mouse_event", "UInt", 0x01, "UInt", 5*modifier, "UInt", -1*modifier)
  1331. sleep 90
  1332. if !GetKeyState(key_shoot)
  1333. {
  1334. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1335. break
  1336. }
  1337. DllCall("mouse_event", "UInt", 0x01, "UInt", -12*modifier, "UInt", 4*modifier)
  1338. sleep 90
  1339. if !GetKeyState(key_shoot)
  1340. {
  1341. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1342. break
  1343. }
  1344. DllCall("mouse_event", "UInt", 0x01, "UInt", -19*modifier, "UInt", 1*modifier)
  1345. sleep 85
  1346. if !GetKeyState(key_shoot)
  1347. {
  1348. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1349. break
  1350. }
  1351. DllCall("mouse_event", "UInt", 0x01, "UInt", -1*modifier, "UInt", -2*modifier)
  1352. sleep 90
  1353. if !GetKeyState(key_shoot)
  1354. {
  1355. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1356. break
  1357. }
  1358. DllCall("mouse_event", "UInt", 0x01, "UInt", 15*modifier, "UInt", -5*modifier)
  1359. sleep 90
  1360. if !GetKeyState(key_shoot)
  1361. {
  1362. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1363. break
  1364. }
  1365. DllCall("mouse_event", "UInt", 0x01, "UInt", 17*modifier, "UInt", -2*modifier)
  1366. sleep 85
  1367. if !GetKeyState(key_shoot)
  1368. {
  1369. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1370. break
  1371. }
  1372. DllCall("mouse_event", "UInt", 0x01, "UInt", -6*modifier, "UInt", 3*modifier)
  1373. sleep 90
  1374. if !GetKeyState(key_shoot)
  1375. {
  1376. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1377. break
  1378. }
  1379. DllCall("mouse_event", "UInt", 0x01, "UInt", -20*modifier, "UInt", -2*modifier)
  1380. sleep 90
  1381. if !GetKeyState(key_shoot)
  1382. {
  1383. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1384. break
  1385. }
  1386. DllCall("mouse_event", "UInt", 0x01, "UInt", -3*modifier, "UInt", -1*modifier)
  1387. sleep 90
  1388. if !GetKeyState(key_shoot)
  1389. {
  1390. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1391. break
  1392. }
  1393. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1394. sleep 1000
  1395. if !GetKeyState(key_shoot)
  1396. {
  1397. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1398. break
  1399. }
  1400. }
  1401. }
  1402. ;AUG
  1403. else if aug
  1404. {
  1405. if GetKeyState(key_zoom)
  1406. {
  1407. ;this is the best scale I could figure out for zoomed in norecoil
  1408. obs:=1.2/zoomsens
  1409. }
  1410. else
  1411. {
  1412. obs:=1
  1413. }
  1414. loop
  1415. {
  1416. DllCall("mouse_event", uint, 2, int, 0, int, 0, uint, 0, int, 0)
  1417. sleep 30
  1418. if !GetKeyState(key_shoot)
  1419. {
  1420. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1421. break
  1422. }
  1423. DllCall("mouse_event", "UInt", 0x01, "UInt", 5*modifier*obs, "UInt", 6*modifier*obs)
  1424. sleep 89
  1425. if !GetKeyState(key_shoot)
  1426. {
  1427. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1428. break
  1429. }
  1430. DllCall("mouse_event", "UInt", 0x01, "UInt", 0*modifier*obs, "UInt", 13*modifier*obs)
  1431. sleep 89
  1432. if !GetKeyState(key_shoot)
  1433. {
  1434. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1435. break
  1436. }
  1437. DllCall("mouse_event", "UInt", 0x01, "UInt", -5*modifier*obs, "UInt", 22*modifier*obs)
  1438. sleep 89
  1439. if !GetKeyState(key_shoot)
  1440. {
  1441. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1442. break
  1443. }
  1444. DllCall("mouse_event", "UInt", 0x01, "UInt", -7*modifier*obs, "UInt", 26*modifier*obs)
  1445. sleep 88
  1446. if !GetKeyState(key_shoot)
  1447. {
  1448. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1449. break
  1450. }
  1451. DllCall("mouse_event", "UInt", 0x01, "UInt", 5*modifier*obs, "UInt", 29*modifier*obs)
  1452. sleep 88
  1453. if !GetKeyState(key_shoot)
  1454. {
  1455. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1456. break
  1457. }
  1458. DllCall("mouse_event", "UInt", 0x01, "UInt", 9*modifier*obs, "UInt", 30*modifier*obs)
  1459. sleep 80
  1460. if !GetKeyState(key_shoot)
  1461. {
  1462. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1463. break
  1464. }
  1465. DllCall("mouse_event", "UInt", 0x01, "UInt", 14*modifier*obs, "UInt", 21*modifier*obs)
  1466. sleep 80
  1467. if !GetKeyState(key_shoot)
  1468. {
  1469. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1470. break
  1471. }
  1472. DllCall("mouse_event", "UInt", 0x01, "UInt", 6*modifier*obs, "UInt", 15*modifier*obs)
  1473. sleep 89
  1474. if !GetKeyState(key_shoot)
  1475. {
  1476. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1477. break
  1478. }
  1479. DllCall("mouse_event", "UInt", 0x01, "UInt", 14*modifier*obs, "UInt", 13*modifier*obs)
  1480. sleep 88
  1481. if !GetKeyState(key_shoot)
  1482. {
  1483. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1484. break
  1485. }
  1486. DllCall("mouse_event", "UInt", 0x01, "UInt", -16*modifier*obs, "UInt", 11*modifier*obs)
  1487. sleep 89
  1488. if !GetKeyState(key_shoot)
  1489. {
  1490. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1491. break
  1492. }
  1493. DllCall("mouse_event", "UInt", 0x01, "UInt", -5*modifier*obs, "UInt", 6*modifier*obs)
  1494. sleep 89
  1495. if !GetKeyState(key_shoot)
  1496. {
  1497. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1498. break
  1499. }
  1500. DllCall("mouse_event", "UInt", 0x01, "UInt", 13*modifier*obs, "UInt", 0*modifier*obs)
  1501. sleep 88
  1502. if !GetKeyState(key_shoot)
  1503. {
  1504. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1505. break
  1506. }
  1507. DllCall("mouse_event", "UInt", 0x01, "UInt", 1*modifier*obs, "UInt", 6*modifier*obs)
  1508. sleep 89
  1509. if !GetKeyState(key_shoot)
  1510. {
  1511. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1512. break
  1513. }
  1514. DllCall("mouse_event", "UInt", 0x01, "UInt", -22*modifier*obs, "UInt", 5*modifier*obs)
  1515. sleep 88
  1516. if !GetKeyState(key_shoot)
  1517. {
  1518. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1519. break
  1520. }
  1521. DllCall("mouse_event", "UInt", 0x01, "UInt", -38*modifier*obs, "UInt", -11*modifier*obs)
  1522. sleep 89
  1523. if !GetKeyState(key_shoot)
  1524. {
  1525. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1526. break
  1527. }
  1528. DllCall("mouse_event", "UInt", 0x01, "UInt", -31*modifier*obs, "UInt", -13*modifier*obs)
  1529. sleep 89
  1530. if !GetKeyState(key_shoot)
  1531. {
  1532. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1533. break
  1534. }
  1535. DllCall("mouse_event", "UInt", 0x01, "UInt", -3*modifier*obs, "UInt", 6*modifier*obs)
  1536. sleep 88
  1537. if !GetKeyState(key_shoot)
  1538. {
  1539. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1540. break
  1541. }
  1542. DllCall("mouse_event", "UInt", 0x01, "UInt", -5*modifier*obs, "UInt", 5*modifier*obs)
  1543. sleep 89
  1544. if !GetKeyState(key_shoot)
  1545. {
  1546. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1547. break
  1548. }
  1549. DllCall("mouse_event", "UInt", 0x01, "UInt", -9*modifier*obs, "UInt", 0*modifier*obs)
  1550. sleep 88
  1551. if !GetKeyState(key_shoot)
  1552. {
  1553. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1554. break
  1555. }
  1556. DllCall("mouse_event", "UInt", 0x01, "UInt", 24*modifier*obs, "UInt", 1*modifier*obs)
  1557. sleep 89
  1558. if !GetKeyState(key_shoot)
  1559. {
  1560. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1561. break
  1562. }
  1563. DllCall("mouse_event", "UInt", 0x01, "UInt", 32*modifier*obs, "UInt", 3*modifier*obs)
  1564. sleep 88
  1565. if !GetKeyState(key_shoot)
  1566. {
  1567. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1568. break
  1569. }
  1570. DllCall("mouse_event", "UInt", 0x01, "UInt", 15*modifier*obs, "UInt", 6*modifier*obs)
  1571. sleep 89
  1572. if !GetKeyState(key_shoot)
  1573. {
  1574. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1575. break
  1576. }
  1577. DllCall("mouse_event", "UInt", 0x01, "UInt", -5*modifier*obs, "UInt", 1*modifier*obs)
  1578. sleep 88
  1579. if !GetKeyState(key_shoot)
  1580. {
  1581. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1582. break
  1583. }
  1584. DllCall("mouse_event", "UInt", 0x01, "UInt", 17*modifier*obs, "UInt", -3*modifier*obs)
  1585. sleep 89
  1586. if !GetKeyState(key_shoot)
  1587. {
  1588. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1589. break
  1590. }
  1591. DllCall("mouse_event", "UInt", 0x01, "UInt", 29*modifier*obs, "UInt", -11*modifier*obs)
  1592. sleep 95
  1593. if !GetKeyState(key_shoot)
  1594. {
  1595. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1596. break
  1597. }
  1598. DllCall("mouse_event", "UInt", 0x01, "UInt", 19*modifier*obs, "UInt", 0*modifier*obs)
  1599. sleep 89
  1600. if !GetKeyState(key_shoot)
  1601. {
  1602. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1603. break
  1604. }
  1605. DllCall("mouse_event", "UInt", 0x01, "UInt", -16*modifier*obs, "UInt", 6*modifier*obs)
  1606. sleep 89
  1607. if !GetKeyState(key_shoot)
  1608. {
  1609. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1610. break
  1611. }
  1612. DllCall("mouse_event", "UInt", 0x01, "UInt", -16*modifier*obs, "UInt", 3*modifier*obs)
  1613. sleep 89
  1614. if !GetKeyState(key_shoot)
  1615. {
  1616. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1617. break
  1618. }
  1619. DllCall("mouse_event", "UInt", 0x01, "UInt", -4*modifier*obs, "UInt", 1*modifier*obs)
  1620. sleep 89
  1621. if !GetKeyState(key_shoot)
  1622. {
  1623. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1624. break
  1625. }
  1626. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1627. sleep 1000
  1628. if !GetKeyState(key_shoot)
  1629. {
  1630. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1631. break
  1632. }
  1633. }
  1634. }
  1635. ;SG 553
  1636. else if sg
  1637. {
  1638. if GetKeyState(key_zoom)
  1639. {
  1640. ;this is the best scale I could figure out for zoomed in norecoil
  1641. obs:=1.2/zoomsens
  1642. }
  1643. else
  1644. {
  1645. obs:=1
  1646. }
  1647. loop
  1648. {
  1649. DllCall("mouse_event", uint, 2, int, 0, int, 0, uint, 0, int, 0)
  1650. sleep 30
  1651. if !GetKeyState(key_shoot)
  1652. {
  1653. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1654. break
  1655. }
  1656. DllCall("mouse_event", "UInt", 0x01, "UInt", -4*modifier*obs, "UInt", 9*modifier*obs)
  1657. sleep 89
  1658. if !GetKeyState(key_shoot)
  1659. {
  1660. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1661. break
  1662. }
  1663. DllCall("mouse_event", "UInt", 0x01, "UInt", -13*modifier*obs, "UInt", 15*modifier*obs)
  1664. sleep 89
  1665. if !GetKeyState(key_shoot)
  1666. {
  1667. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1668. break
  1669. }
  1670. DllCall("mouse_event", "UInt", 0x01, "UInt", -9*modifier*obs, "UInt", 25*modifier*obs)
  1671. sleep 89
  1672. if !GetKeyState(key_shoot)
  1673. {
  1674. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1675. break
  1676. }
  1677. DllCall("mouse_event", "UInt", 0x01, "UInt", -6*modifier*obs, "UInt", 29*modifier*obs)
  1678. sleep 88
  1679. if !GetKeyState(key_shoot)
  1680. {
  1681. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1682. break
  1683. }
  1684. DllCall("mouse_event", "UInt", 0x01, "UInt", -8*modifier*obs, "UInt", 31*modifier*obs)
  1685. sleep 88
  1686. if !GetKeyState(key_shoot)
  1687. {
  1688. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1689. break
  1690. }
  1691. DllCall("mouse_event", "UInt", 0x01, "UInt", -7*modifier*obs, "UInt", 36*modifier*obs)
  1692. sleep 80
  1693. if !GetKeyState(key_shoot)
  1694. {
  1695. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1696. break
  1697. }
  1698. DllCall("mouse_event", "UInt", 0x01, "UInt", -20*modifier*obs, "UInt", 14*modifier*obs)
  1699. sleep 80
  1700. if !GetKeyState(key_shoot)
  1701. {
  1702. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1703. break
  1704. }
  1705. DllCall("mouse_event", "UInt", 0x01, "UInt", 14*modifier*obs, "UInt", 17*modifier*obs)
  1706. sleep 89
  1707. if !GetKeyState(key_shoot)
  1708. {
  1709. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1710. break
  1711. }
  1712. DllCall("mouse_event", "UInt", 0x01, "UInt", -8*modifier*obs, "UInt", 12*modifier*obs)
  1713. sleep 88
  1714. if !GetKeyState(key_shoot)
  1715. {
  1716. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1717. break
  1718. }
  1719. DllCall("mouse_event", "UInt", 0x01, "UInt", -15*modifier*obs, "UInt", 8*modifier*obs)
  1720. sleep 89
  1721. if !GetKeyState(key_shoot)
  1722. {
  1723. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1724. break
  1725. }
  1726. DllCall("mouse_event", "UInt", 0x01, "UInt", -5*modifier*obs, "UInt", 5*modifier*obs)
  1727. sleep 89
  1728. if !GetKeyState(key_shoot)
  1729. {
  1730. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1731. break
  1732. }
  1733. DllCall("mouse_event", "UInt", 0x01, "UInt", 6*modifier*obs, "UInt", 5*modifier*obs)
  1734. sleep 88
  1735. if !GetKeyState(key_shoot)
  1736. {
  1737. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1738. break
  1739. }
  1740. DllCall("mouse_event", "UInt", 0x01, "UInt", -8*modifier*obs, "UInt", 6*modifier*obs)
  1741. sleep 89
  1742. if !GetKeyState(key_shoot)
  1743. {
  1744. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1745. break
  1746. }
  1747. DllCall("mouse_event", "UInt", 0x01, "UInt", 2*modifier*obs, "UInt", 11*modifier*obs)
  1748. sleep 88
  1749. if !GetKeyState(key_shoot)
  1750. {
  1751. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1752. break
  1753. }
  1754. DllCall("mouse_event", "UInt", 0x01, "UInt", -14*modifier*obs, "UInt", -6*modifier*obs)
  1755. sleep 89
  1756. if !GetKeyState(key_shoot)
  1757. {
  1758. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1759. break
  1760. }
  1761. DllCall("mouse_event", "UInt", 0x01, "UInt", -20*modifier*obs, "UInt", -17*modifier*obs)
  1762. sleep 89
  1763. if !GetKeyState(key_shoot)
  1764. {
  1765. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1766. break
  1767. }
  1768. DllCall("mouse_event", "UInt", 0x01, "UInt", -18*modifier*obs, "UInt", -9*modifier*obs)
  1769. sleep 88
  1770. if !GetKeyState(key_shoot)
  1771. {
  1772. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1773. break
  1774. }
  1775. DllCall("mouse_event", "UInt", 0x01, "UInt", -8*modifier*obs, "UInt", -2*modifier*obs)
  1776. sleep 89
  1777. if !GetKeyState(key_shoot)
  1778. {
  1779. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1780. break
  1781. }
  1782. DllCall("mouse_event", "UInt", 0x01, "UInt", 41*modifier*obs, "UInt", 3*modifier*obs)
  1783. sleep 88
  1784. if !GetKeyState(key_shoot)
  1785. {
  1786. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1787. break
  1788. }
  1789. DllCall("mouse_event", "UInt", 0x01, "UInt", 56*modifier*obs, "UInt", -5*modifier*obs)
  1790. sleep 89
  1791. if !GetKeyState(key_shoot)
  1792. {
  1793. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1794. break
  1795. }
  1796. DllCall("mouse_event", "UInt", 0x01, "UInt", 43*modifier*obs, "UInt", -1*modifier*obs)
  1797. sleep 88
  1798. if !GetKeyState(key_shoot)
  1799. {
  1800. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1801. break
  1802. }
  1803. DllCall("mouse_event", "UInt", 0x01, "UInt", 18*modifier*obs, "UInt", 9*modifier*obs)
  1804. sleep 89
  1805. if !GetKeyState(key_shoot)
  1806. {
  1807. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1808. break
  1809. }
  1810. DllCall("mouse_event", "UInt", 0x01, "UInt", 14*modifier*obs, "UInt", 9*modifier*obs)
  1811. sleep 88
  1812. if !GetKeyState(key_shoot)
  1813. {
  1814. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1815. break
  1816. }
  1817. DllCall("mouse_event", "UInt", 0x01, "UInt", 6*modifier*obs, "UInt", 7*modifier*obs)
  1818. sleep 89
  1819. if !GetKeyState(key_shoot)
  1820. {
  1821. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1822. break
  1823. }
  1824. DllCall("mouse_event", "UInt", 0x01, "UInt", 21*modifier*obs, "UInt", -3*modifier*obs)
  1825. sleep 95
  1826. if !GetKeyState(key_shoot)
  1827. {
  1828. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1829. break
  1830. }
  1831. DllCall("mouse_event", "UInt", 0x01, "UInt", 29*modifier*obs, "UInt", -4*modifier*obs)
  1832. sleep 89
  1833. if !GetKeyState(key_shoot)
  1834. {
  1835. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1836. break
  1837. }
  1838. DllCall("mouse_event", "UInt", 0x01, "UInt", -6*modifier*obs, "UInt", 8*modifier*obs)
  1839. sleep 89
  1840. if !GetKeyState(key_shoot)
  1841. {
  1842. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1843. break
  1844. }
  1845. DllCall("mouse_event", "UInt", 0x01, "UInt", -15*modifier*obs, "UInt", 5*modifier*obs)
  1846. sleep 89
  1847. if !GetKeyState(key_shoot)
  1848. {
  1849. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1850. break
  1851. }
  1852. DllCall("mouse_event", "UInt", 0x01, "UInt", -38*modifier*obs, "UInt", -5*modifier*obs)
  1853. sleep 89
  1854. if !GetKeyState(key_shoot)
  1855. {
  1856. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1857. break
  1858. }
  1859. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1860. sleep 1000
  1861. if !GetKeyState(key_shoot)
  1862. {
  1863. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1864. break
  1865. }
  1866. }
  1867. }
  1868. }
  1869. }
  1870.  
  1871. ;Bhop
  1872. ~F1::
  1873. Hotkey, *~$Space, Toggle
  1874. SoundPlay, %A_ScriptDir%\12.mp3
  1875. return
  1876. *~$Space::
  1877. sleep 5
  1878. loop
  1879. {
  1880. GetKeyState, SpaceState, Space, P
  1881. if Spacestate = U
  1882. break
  1883. sleep 1
  1884. Send, {Blind}{Space}
  1885. }
  1886. return
  1887.  
  1888. ;Rapid fire
  1889. ~F2::
  1890. Hotkey, *~$MButton, Toggle
  1891. SoundPlay, %A_ScriptDir%\13.mp3
  1892. return
  1893. *~$MButton::
  1894. sleep 10
  1895. loop
  1896. {
  1897. GetKeyState, state, MButton
  1898. if state = U
  1899. break
  1900. Sleep 1
  1901. Send, {Blind}{LButton}
  1902. }
  1903. return
  1904.  
  1905. ;180 Turnaround
  1906. F3::
  1907. Hotkey, *~$t, Toggle
  1908. SoundPlay, %A_ScriptDir%\11.mp3
  1909. return
  1910. *~$t::
  1911. DllCall("mouse_event", "UInt", 0x01, "UInt", 223*modifier, "UInt", 0)
  1912. sleep 1
  1913. DllCall("mouse_event", "UInt", 0x01, "UInt", 432*modifier, "UInt", 0)
  1914. sleep 1
  1915. DllCall("mouse_event", "UInt", 0x01, "UInt", 432*modifier, "UInt", 0)
  1916. sleep 1
  1917. DllCall("mouse_event", "UInt", 0x01, "UInt", 432*modifier, "UInt", 0)
  1918. sleep 1
  1919. DllCall("mouse_event", "UInt", 0x01, "UInt", 432*modifier, "UInt", 0)
  1920. sleep 1
  1921. DllCall("mouse_event", "UInt", 0x01, "UInt", 432*modifier, "UInt", 0)
  1922. sleep 1
  1923. DllCall("mouse_event", "UInt", 0x01, "UInt", 432*modifier, "UInt", 0)
  1924. sleep 1
  1925. DllCall("mouse_event", "UInt", 0x01, "UInt", 432*modifier, "UInt", 0)
  1926. sleep 200
  1927. return
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement