Advertisement
Guest User

Untitled

a guest
Jun 25th, 2017
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 83.12 KB | None | 0 0
  1. #InstallKeybdHook
  2. #InstallMouseHook
  3. #NoEnv
  4. #singleInstance force
  5. #KeyHistory 0
  6. ListLines Off
  7. Process, Priority, , H
  8. SetBatchLines, -1
  9. SetKeyDelay, -1, -1
  10. SetMouseDelay, -1
  11. SetDefaultMouseSpeed, 0
  12. SetWinDelay, -1
  13. SetControlDelay, -1
  14. Sendmode Input
  15.  
  16. sens := 0.65
  17. zoomsens := 0.65
  18. modifier := 2.52/sens
  19. key_zoom := "LAlt"
  20. key_shoot := "LButton"
  21.  
  22. *End::
  23. ExitApp
  24. Return
  25.  
  26. ^~*Tab::
  27. Soundbeep, 1000
  28. Soundbeep, 1000
  29. qs := False
  30. ot := False
  31. rf := False
  32. ak := False
  33. ak2 := False
  34. m4a4 := False
  35. m4a42 := False
  36. ump := False
  37. galil := False
  38. famas := False
  39. sg := False
  40. aug := False
  41. Return
  42.  
  43. *MButton::
  44. rf := !rf
  45. If (rf == True){
  46. Soundbeep, 1000
  47. ot := False
  48. qs := False
  49. ak := False
  50. ak2 := False
  51. m4a4 := False
  52. m4a42 := False
  53. ump := False
  54. galil := False
  55. famas := False
  56. sg := False
  57. aug := False
  58. }Else{
  59. Soundbeep, 400
  60. }
  61. Return
  62.  
  63. ^*MButton::
  64. ot := !ot
  65. If (ot == True){
  66. Soundbeep, 1000
  67. rf := False
  68. qs := False
  69. ak := False
  70. ak2 := False
  71. m4a4 := False
  72. m4a42 := False
  73. ump := False
  74. galil := False
  75. famas := False
  76. sg := False
  77. aug := False
  78. }Else{
  79. Soundbeep, 400
  80. }
  81. Return
  82.  
  83. !*MButton::
  84. qs := !qs
  85. If (qs == True){
  86. Soundbeep, 1000
  87. rf := False
  88. ot := False
  89. ak := False
  90. ak2 := False
  91. m4a4 := False
  92. m4a42 := False
  93. ump := False
  94. galil := False
  95. famas := False
  96. sg := False
  97. aug := False
  98. }Else{
  99. Soundbeep, 400
  100. }
  101. Return
  102.  
  103. *F1::
  104. ak := !ak
  105. If (ak == True){
  106. humanizer := 3.8
  107. waitdivider := 4.7
  108. Soundbeep, 1000
  109. qs := False
  110. ot := False
  111. rf := False
  112. ak2 := False
  113. m4a4 := False
  114. m4a42 := False
  115. ump := False
  116. galil := False
  117. famas := False
  118. sg := False
  119. aug := False
  120. }Else{
  121. Soundbeep, 400
  122. }
  123. Return
  124.  
  125. ^*F1::
  126. ak2 := !ak2
  127. If (ak2 == True){
  128. Soundbeep, 1000
  129. qs := False
  130. ot := False
  131. rf := False
  132. ak := False
  133. m4a4 := False
  134. m4a42 := False
  135. ump := False
  136. galil := False
  137. famas := False
  138. sg := False
  139. aug := False
  140. }Else{
  141. Soundbeep, 400
  142. }
  143. Return
  144.  
  145. ~*F2::
  146. ump := !ump
  147. If (ump == True){
  148. Soundbeep, 1000
  149. qs := False
  150. ot := False
  151. rf := False
  152. ak := False
  153. ak2 := False
  154. m4a4 := False
  155. m4a42 := False
  156. galil := False
  157. famas := False
  158. sg := False
  159. aug := False
  160. }Else{
  161. Soundbeep, 400
  162. }
  163. Return
  164.  
  165. ~*F3::
  166. m4a4 := !m4a4
  167. If (m4a4 == True){
  168. humanizer88 := 3.65
  169. humanizer := 3.64
  170. waitdivider88 := 4.17
  171. waitdivider := 4.13
  172. Soundbeep, 1000
  173. qs := False
  174. ot := False
  175. rf := False
  176. ak := False
  177. ak2 := False
  178. m4a42 := False
  179. ump := False
  180. galil := False
  181. famas := False
  182. sg := False
  183. aug := False
  184. }Else{
  185. Soundbeep, 400
  186. }
  187. Return
  188.  
  189. ^*F3::
  190. m4a42 := !m4a42
  191. If (m4a42 == True){
  192. Soundbeep, 1000
  193. qs := False
  194. ot := False
  195. rf := False
  196. ak := False
  197. ak2 := False
  198. m4a4 := False
  199. ump := False
  200. galil := False
  201. famas := False
  202. sg := False
  203. aug := False
  204. }Else{
  205. Soundbeep, 400
  206. }
  207. Return
  208.  
  209. *F4::
  210. famas := !famas
  211. If (famas == True){
  212. Soundbeep, 1000
  213. qs := False
  214. ot := False
  215. rf := False
  216. ak := False
  217. ak2 := False
  218. m4a4 := False
  219. m4a42 := False
  220. ump := False
  221. galil := False
  222. sg := False
  223. aug := False
  224. }Else{
  225. Soundbeep, 400
  226. }
  227. Return
  228.  
  229. *F5::
  230. galil := !galil
  231. If (galil == True){
  232. Soundbeep, 1000
  233. qs := False
  234. ot := False
  235. rf := False
  236. ak := False
  237. ak2 := False
  238. m4a4 := False
  239. m4a42 := False
  240. ump := False
  241. famas := False
  242. sg := False
  243. aug := False
  244. }Else{
  245. Soundbeep, 400
  246. }
  247. Return
  248.  
  249. *F6::
  250. aug := !aug
  251. If (aug == True){
  252. Soundbeep, 1000
  253. qs := False
  254. ot := False
  255. rf := False
  256. ak := False
  257. ak2 := False
  258. m4a4 := False
  259. m4a42 := False
  260. ump := False
  261. galil := False
  262. famas := False
  263. sg := False
  264. }Else{
  265. Soundbeep, 400
  266. }
  267. Return
  268.  
  269. *F7::
  270. sg := !sg
  271. If (sg == True){
  272. Soundbeep, 1000
  273. qs := False
  274. ot := False
  275. rf := False
  276. ak := False
  277. ak2 := False
  278. m4a4 := False
  279. m4a42 := False
  280. ump := False
  281. galil := False
  282. famas := False
  283. aug := False
  284. }Else{
  285. Soundbeep, 400
  286. }
  287. Return
  288.  
  289. ~*$LButton::
  290. If (qs == True){
  291. Loop {
  292. If (GetKeyState("LButton","P")=1){
  293. Sleep, 50
  294. Send, {XButton1}
  295. Sleep, 30
  296. Send, {XButton1}
  297. Sleep, 1000
  298. }
  299. Return
  300. }
  301. }
  302. if (rf == True){
  303. Loop{
  304. GetKeyState, state, LButton, P
  305. if state=U
  306. break
  307. Sendinput {Click down}
  308. Sleep 1
  309. Sendinput {Click up}
  310. Sleep 20
  311. }
  312. return
  313. }
  314. If (ot == True){
  315. Loop {
  316. Sendinput {Click}
  317. Sleep 30
  318. Keywait LButton
  319. Return
  320. }
  321. }
  322.  
  323. if (ak == True){
  324. loop {
  325. DllCall("mouse_event", uint, 2, int, 0, int, 0, uint, 0, int, 0)
  326. sleep 50
  327. if !GetKeyState(key_shoot)
  328. {
  329. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  330. break
  331. }
  332. DllCall("mouse_event", "UInt", 0x01, "UInt", -4/humanizer*modifier, "UInt", 7/humanizer*modifier)
  333. sleep 99/waitdivider
  334. DllCall("mouse_event", "UInt", 0x01, "UInt", -4/humanizer*modifier, "UInt", 7/humanizer*modifier)
  335. sleep 99/waitdivider
  336. DllCall("mouse_event", "UInt", 0x01, "UInt", -4/humanizer*modifier, "UInt", 7/humanizer*modifier)
  337. sleep 99/waitdivider
  338. DllCall("mouse_event", "UInt", 0x01, "UInt", -4/humanizer*modifier, "UInt", 7/humanizer*modifier)
  339. sleep 99/waitdivider
  340. if !GetKeyState(key_shoot)
  341. {
  342. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  343. break
  344. }
  345. DllCall("mouse_event", "UInt", 0x01, "UInt", 4/humanizer*modifier, "UInt", 19/humanizer*modifier)
  346. sleep 99/waitdivider
  347. DllCall("mouse_event", "UInt", 0x01, "UInt", 4/humanizer*modifier, "UInt", 19/humanizer*modifier)
  348. sleep 99/waitdivider
  349. DllCall("mouse_event", "UInt", 0x01, "UInt", 4/humanizer*modifier, "UInt", 19/humanizer*modifier)
  350. sleep 99/waitdivider
  351. DllCall("mouse_event", "UInt", 0x01, "UInt", 4/humanizer*modifier, "UInt", 19/humanizer*modifier)
  352. sleep 99/waitdivider
  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", -3/humanizer*modifier, "UInt", 29/humanizer*modifier)
  359. sleep 99/waitdivider
  360. DllCall("mouse_event", "UInt", 0x01, "UInt", -3/humanizer*modifier, "UInt", 29/humanizer*modifier)
  361. sleep 99/waitdivider
  362. DllCall("mouse_event", "UInt", 0x01, "UInt", -3/humanizer*modifier, "UInt", 29/humanizer*modifier)
  363. sleep 99/waitdivider
  364. DllCall("mouse_event", "UInt", 0x01, "UInt", -3/humanizer*modifier, "UInt", 29/humanizer*modifier)
  365. sleep 99/waitdivider
  366. if !GetKeyState(key_shoot)
  367. {
  368. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  369. break
  370. }
  371. DllCall("mouse_event", "UInt", 0x01, "UInt", -1/humanizer*modifier, "UInt", 31/humanizer*modifier)
  372. sleep 99/waitdivider
  373. DllCall("mouse_event", "UInt", 0x01, "UInt", -1/humanizer*modifier, "UInt", 31/humanizer*modifier)
  374. sleep 99/waitdivider
  375. DllCall("mouse_event", "UInt", 0x01, "UInt", -1/humanizer*modifier, "UInt", 31/humanizer*modifier)
  376. sleep 99/waitdivider
  377. DllCall("mouse_event", "UInt", 0x01, "UInt", -1/humanizer*modifier, "UInt", 31/humanizer*modifier)
  378. sleep 99/waitdivider
  379. if !GetKeyState(key_shoot)
  380. {
  381. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  382. break
  383. }
  384. DllCall("mouse_event", "UInt", 0x01, "UInt", 13/humanizer*modifier, "UInt", 31/humanizer*modifier)
  385. sleep 99/waitdivider
  386. DllCall("mouse_event", "UInt", 0x01, "UInt", 13/humanizer*modifier, "UInt", 31/humanizer*modifier)
  387. sleep 99/waitdivider
  388. DllCall("mouse_event", "UInt", 0x01, "UInt", 13/humanizer*modifier, "UInt", 31/humanizer*modifier)
  389. sleep 99/waitdivider
  390. DllCall("mouse_event", "UInt", 0x01, "UInt", 13/humanizer*modifier, "UInt", 31/humanizer*modifier)
  391. sleep 99/waitdivider
  392. if !GetKeyState(key_shoot)
  393. {
  394. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  395. break
  396. }
  397. DllCall("mouse_event", "UInt", 0x01, "UInt", 8/humanizer*modifier, "UInt", 28/humanizer*modifier)
  398. sleep 99/waitdivider
  399. DllCall("mouse_event", "UInt", 0x01, "UInt", 8/humanizer*modifier, "UInt", 28/humanizer*modifier)
  400. sleep 99/waitdivider
  401. DllCall("mouse_event", "UInt", 0x01, "UInt", 8/humanizer*modifier, "UInt", 28/humanizer*modifier)
  402. sleep 99/waitdivider
  403. DllCall("mouse_event", "UInt", 0x01, "UInt", 8/humanizer*modifier, "UInt", 28/humanizer*modifier)
  404. sleep 99/waitdivider
  405. if !GetKeyState(key_shoot)
  406. {
  407. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  408. break
  409. }
  410. DllCall("mouse_event", "UInt", 0x01, "UInt", 13/humanizer*modifier, "UInt", 21/humanizer*modifier)
  411. sleep 99/waitdivider
  412. DllCall("mouse_event", "UInt", 0x01, "UInt", 13/humanizer*modifier, "UInt", 21/humanizer*modifier)
  413. sleep 99/waitdivider
  414. DllCall("mouse_event", "UInt", 0x01, "UInt", 13/humanizer*modifier, "UInt", 21/humanizer*modifier)
  415. sleep 99/waitdivider
  416. DllCall("mouse_event", "UInt", 0x01, "UInt", 13/humanizer*modifier, "UInt", 21/humanizer*modifier)
  417. sleep 99/waitdivider
  418. if !GetKeyState(key_shoot)
  419. {
  420. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  421. break
  422. }
  423. DllCall("mouse_event", "UInt", 0x01, "UInt", -17/humanizer*modifier, "UInt", 12/humanizer*modifier)
  424. sleep 99/waitdivider
  425. DllCall("mouse_event", "UInt", 0x01, "UInt", -17/humanizer*modifier, "UInt", 12/humanizer*modifier)
  426. sleep 99/waitdivider
  427. DllCall("mouse_event", "UInt", 0x01, "UInt", -17/humanizer*modifier, "UInt", 12/humanizer*modifier)
  428. sleep 99/waitdivider
  429. DllCall("mouse_event", "UInt", 0x01, "UInt", -17/humanizer*modifier, "UInt", 12/humanizer*modifier)
  430. sleep 99/waitdivider
  431. if !GetKeyState(key_shoot)
  432. {
  433. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  434. break
  435. }
  436. DllCall("mouse_event", "UInt", 0x01, "UInt", -42/humanizer*modifier, "UInt", -3/humanizer*modifier)
  437. sleep 99/waitdivider
  438. DllCall("mouse_event", "UInt", 0x01, "UInt", -42/humanizer*modifier, "UInt", -3/humanizer*modifier)
  439. sleep 99/waitdivider
  440. DllCall("mouse_event", "UInt", 0x01, "UInt", -42/humanizer*modifier, "UInt", -3/humanizer*modifier)
  441. sleep 99/waitdivider
  442. DllCall("mouse_event", "UInt", 0x01, "UInt", -42/humanizer*modifier, "UInt", -3/humanizer*modifier)
  443. sleep 99/waitdivider
  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", -21/humanizer*modifier, "UInt", 2/humanizer*modifier)
  450. sleep 99/waitdivider
  451. DllCall("mouse_event", "UInt", 0x01, "UInt", -21/humanizer*modifier, "UInt", 2/humanizer*modifier)
  452. sleep 99/waitdivider
  453. DllCall("mouse_event", "UInt", 0x01, "UInt", -21/humanizer*modifier, "UInt", 2/humanizer*modifier)
  454. sleep 99/waitdivider
  455. DllCall("mouse_event", "UInt", 0x01, "UInt", -21/humanizer*modifier, "UInt", 2/humanizer*modifier)
  456. sleep 99/waitdivider
  457. if !GetKeyState(key_shoot)
  458. {
  459. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  460. break
  461. }
  462. DllCall("mouse_event", "UInt", 0x01, "UInt", 12/humanizer*modifier, "UInt", 11/humanizer*modifier)
  463. sleep 99/waitdivider
  464. DllCall("mouse_event", "UInt", 0x01, "UInt", 12/humanizer*modifier, "UInt", 11/humanizer*modifier)
  465. sleep 99/waitdivider
  466. DllCall("mouse_event", "UInt", 0x01, "UInt", 12/humanizer*modifier, "UInt", 11/humanizer*modifier)
  467. sleep 99/waitdivider
  468. DllCall("mouse_event", "UInt", 0x01, "UInt", 12/humanizer*modifier, "UInt", 11/humanizer*modifier)
  469. sleep 99/waitdivider
  470. if !GetKeyState(key_shoot)
  471. {
  472. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  473. break
  474. }
  475. DllCall("mouse_event", "UInt", 0x01, "UInt", -15/humanizer*modifier, "UInt", 7/humanizer*modifier)
  476. sleep 99/waitdivider
  477. DllCall("mouse_event", "UInt", 0x01, "UInt", -15/humanizer*modifier, "UInt", 7/humanizer*modifier)
  478. sleep 99/waitdivider
  479. DllCall("mouse_event", "UInt", 0x01, "UInt", -15/humanizer*modifier, "UInt", 7/humanizer*modifier)
  480. sleep 99/waitdivider
  481. DllCall("mouse_event", "UInt", 0x01, "UInt", -15/humanizer*modifier, "UInt", 7/humanizer*modifier)
  482. sleep 99/waitdivider
  483. if !GetKeyState(key_shoot)
  484. {
  485. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  486. break
  487. }
  488. DllCall("mouse_event", "UInt", 0x01, "UInt", -26/humanizer*modifier, "UInt", -8/humanizer*modifier)
  489. sleep 99/waitdivider
  490. DllCall("mouse_event", "UInt", 0x01, "UInt", -26/humanizer*modifier, "UInt", -8/humanizer*modifier)
  491. sleep 99/waitdivider
  492. DllCall("mouse_event", "UInt", 0x01, "UInt", -26/humanizer*modifier, "UInt", -8/humanizer*modifier)
  493. sleep 99/waitdivider
  494. DllCall("mouse_event", "UInt", 0x01, "UInt", -26/humanizer*modifier, "UInt", -8/humanizer*modifier)
  495. sleep 99/waitdivider
  496. if !GetKeyState(key_shoot)
  497. {
  498. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  499. break
  500. }
  501. DllCall("mouse_event", "UInt", 0x01, "UInt", -3/humanizer*modifier, "UInt", 4/humanizer*modifier)
  502. sleep 99/waitdivider
  503. DllCall("mouse_event", "UInt", 0x01, "UInt", -3/humanizer*modifier, "UInt", 4/humanizer*modifier)
  504. sleep 99/waitdivider
  505. DllCall("mouse_event", "UInt", 0x01, "UInt", -3/humanizer*modifier, "UInt", 4/humanizer*modifier)
  506. sleep 99/waitdivider
  507. DllCall("mouse_event", "UInt", 0x01, "UInt", -3/humanizer*modifier, "UInt", 4/humanizer*modifier)
  508. sleep 99/waitdivider
  509. if !GetKeyState(key_shoot)
  510. {
  511. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  512. break
  513. }
  514. DllCall("mouse_event", "UInt", 0x01, "UInt", 40/humanizer*modifier, "UInt", 1/humanizer*modifier)
  515. sleep 99/waitdivider
  516. DllCall("mouse_event", "UInt", 0x01, "UInt", 40/humanizer*modifier, "UInt", 1/humanizer*modifier)
  517. sleep 99/waitdivider
  518. DllCall("mouse_event", "UInt", 0x01, "UInt", 40/humanizer*modifier, "UInt", 1/humanizer*modifier)
  519. sleep 99/waitdivider
  520. DllCall("mouse_event", "UInt", 0x01, "UInt", 40/humanizer*modifier, "UInt", 1/humanizer*modifier)
  521. sleep 99/waitdivider
  522. if !GetKeyState(key_shoot)
  523. {
  524. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  525. break
  526. }
  527. DllCall("mouse_event", "UInt", 0x01, "UInt", 19/humanizer*modifier, "UInt", 7/humanizer*modifier)
  528. sleep 99/waitdivider
  529. DllCall("mouse_event", "UInt", 0x01, "UInt", 19/humanizer*modifier, "UInt", 7/humanizer*modifier)
  530. sleep 99/waitdivider
  531. DllCall("mouse_event", "UInt", 0x01, "UInt", 19/humanizer*modifier, "UInt", 7/humanizer*modifier)
  532. sleep 99/waitdivider
  533. DllCall("mouse_event", "UInt", 0x01, "UInt", 19/humanizer*modifier, "UInt", 7/humanizer*modifier)
  534. sleep 99/waitdivider
  535. if !GetKeyState(key_shoot)
  536. {
  537. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  538. break
  539. }
  540. DllCall("mouse_event", "UInt", 0x01, "UInt", 14/humanizer*modifier, "UInt", 10/humanizer*modifier)
  541. sleep 99/waitdivider
  542. DllCall("mouse_event", "UInt", 0x01, "UInt", 14/humanizer*modifier, "UInt", 10/humanizer*modifier)
  543. sleep 99/waitdivider
  544. DllCall("mouse_event", "UInt", 0x01, "UInt", 14/humanizer*modifier, "UInt", 10/humanizer*modifier)
  545. sleep 99/waitdivider
  546. DllCall("mouse_event", "UInt", 0x01, "UInt", 14/humanizer*modifier, "UInt", 10/humanizer*modifier)
  547. sleep 99/waitdivider
  548. if !GetKeyState(key_shoot)
  549. {
  550. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  551. break
  552. }
  553. DllCall("mouse_event", "UInt", 0x01, "UInt", 27/humanizer*modifier, "UInt", 0/humanizer*modifier)
  554. sleep 99/waitdivider
  555. DllCall("mouse_event", "UInt", 0x01, "UInt", 27/humanizer*modifier, "UInt", 0/humanizer*modifier)
  556. sleep 99/waitdivider
  557. DllCall("mouse_event", "UInt", 0x01, "UInt", 27/humanizer*modifier, "UInt", 0/humanizer*modifier)
  558. sleep 99/waitdivider
  559. DllCall("mouse_event", "UInt", 0x01, "UInt", 27/humanizer*modifier, "UInt", 0/humanizer*modifier)
  560. sleep 99/waitdivider
  561. if !GetKeyState(key_shoot)
  562. {
  563. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  564. break
  565. }
  566. DllCall("mouse_event", "UInt", 0x01, "UInt", 33/humanizer*modifier, "UInt", -10/humanizer*modifier)
  567. sleep 99/waitdivider
  568. DllCall("mouse_event", "UInt", 0x01, "UInt", 33/humanizer*modifier, "UInt", -10/humanizer*modifier)
  569. sleep 99/waitdivider
  570. DllCall("mouse_event", "UInt", 0x01, "UInt", 33/humanizer*modifier, "UInt", -10/humanizer*modifier)
  571. sleep 99/waitdivider
  572. DllCall("mouse_event", "UInt", 0x01, "UInt", 33/humanizer*modifier, "UInt", -10/humanizer*modifier)
  573. sleep 99/waitdivider
  574. if !GetKeyState(key_shoot)
  575. {
  576. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  577. break
  578. }
  579. DllCall("mouse_event", "UInt", 0x01, "UInt", -21/humanizer*modifier, "UInt", -2/humanizer*modifier)
  580. sleep 99/waitdivider
  581. DllCall("mouse_event", "UInt", 0x01, "UInt", -21/humanizer*modifier, "UInt", -2/humanizer*modifier)
  582. sleep 99/waitdivider
  583. DllCall("mouse_event", "UInt", 0x01, "UInt", -21/humanizer*modifier, "UInt", -2/humanizer*modifier)
  584. sleep 99/waitdivider
  585. DllCall("mouse_event", "UInt", 0x01, "UInt", -21/humanizer*modifier, "UInt", -2/humanizer*modifier)
  586. sleep 99/waitdivider
  587. if !GetKeyState(key_shoot)
  588. {
  589. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  590. break
  591. }
  592. DllCall("mouse_event", "UInt", 0x01, "UInt", 7/humanizer*modifier, "UInt", 3/humanizer*modifier)
  593. sleep 99/waitdivider
  594. DllCall("mouse_event", "UInt", 0x01, "UInt", 7/humanizer*modifier, "UInt", 3/humanizer*modifier)
  595. sleep 99/waitdivider
  596. DllCall("mouse_event", "UInt", 0x01, "UInt", 7/humanizer*modifier, "UInt", 3/humanizer*modifier)
  597. sleep 99/waitdivider
  598. DllCall("mouse_event", "UInt", 0x01, "UInt", 7/humanizer*modifier, "UInt", 3/humanizer*modifier)
  599. sleep 99/waitdivider
  600. if !GetKeyState(key_shoot)
  601. {
  602. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  603. break
  604. }
  605. DllCall("mouse_event", "UInt", 0x01, "UInt", -7/humanizer*modifier, "UInt", 9/humanizer*modifier)
  606. sleep 99/waitdivider
  607. DllCall("mouse_event", "UInt", 0x01, "UInt", -7/humanizer*modifier, "UInt", 9/humanizer*modifier)
  608. sleep 99/waitdivider
  609. DllCall("mouse_event", "UInt", 0x01, "UInt", -7/humanizer*modifier, "UInt", 9/humanizer*modifier)
  610. sleep 99/waitdivider
  611. DllCall("mouse_event", "UInt", 0x01, "UInt", -7/humanizer*modifier, "UInt", 9/humanizer*modifier)
  612. sleep 99/waitdivider
  613. if !GetKeyState(key_shoot)
  614. {
  615. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  616. break
  617. }
  618. DllCall("mouse_event", "UInt", 0x01, "UInt", -8/humanizer*modifier, "UInt", 4/humanizer*modifier)
  619. sleep 99/waitdivider
  620. DllCall("mouse_event", "UInt", 0x01, "UInt", -8/humanizer*modifier, "UInt", 4/humanizer*modifier)
  621. sleep 99/waitdivider
  622. DllCall("mouse_event", "UInt", 0x01, "UInt", -8/humanizer*modifier, "UInt", 4/humanizer*modifier)
  623. sleep 99/waitdivider
  624. DllCall("mouse_event", "UInt", 0x01, "UInt", -8/humanizer*modifier, "UInt", 4/humanizer*modifier)
  625. sleep 99/waitdivider
  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", 19/humanizer*modifier, "UInt", -3/humanizer*modifier)
  632. sleep 99/waitdivider
  633. DllCall("mouse_event", "UInt", 0x01, "UInt", 19/humanizer*modifier, "UInt", -3/humanizer*modifier)
  634. sleep 99/waitdivider
  635. DllCall("mouse_event", "UInt", 0x01, "UInt", 19/humanizer*modifier, "UInt", -3/humanizer*modifier)
  636. sleep 99/waitdivider
  637. DllCall("mouse_event", "UInt", 0x01, "UInt", 19/humanizer*modifier, "UInt", -3/humanizer*modifier)
  638. sleep 99/waitdivider
  639. if !GetKeyState(key_shoot)
  640. {
  641. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  642. break
  643. }
  644. DllCall("mouse_event", "UInt", 0x01, "UInt", 5/humanizer*modifier, "UInt", 6/humanizer*modifier)
  645. sleep 99/waitdivider
  646. DllCall("mouse_event", "UInt", 0x01, "UInt", 5/humanizer*modifier, "UInt", 6/humanizer*modifier)
  647. sleep 99/waitdivider
  648. DllCall("mouse_event", "UInt", 0x01, "UInt", 5/humanizer*modifier, "UInt", 6/humanizer*modifier)
  649. sleep 99/waitdivider
  650. DllCall("mouse_event", "UInt", 0x01, "UInt", 5/humanizer*modifier, "UInt", 6/humanizer*modifier)
  651. sleep 99/waitdivider
  652. if !GetKeyState(key_shoot)
  653. {
  654. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  655. break
  656. }
  657. DllCall("mouse_event", "UInt", 0x01, "UInt", -20/humanizer*modifier, "UInt", -1/humanizer*modifier)
  658. sleep 99/waitdivider
  659. DllCall("mouse_event", "UInt", 0x01, "UInt", -20/humanizer*modifier, "UInt", -1/humanizer*modifier)
  660. sleep 99/waitdivider
  661. DllCall("mouse_event", "UInt", 0x01, "UInt", -20/humanizer*modifier, "UInt", -1/humanizer*modifier)
  662. sleep 99/waitdivider
  663. DllCall("mouse_event", "UInt", 0x01, "UInt", -20/humanizer*modifier, "UInt", -1/humanizer*modifier)
  664. sleep 99/waitdivider
  665. if !GetKeyState(key_shoot)
  666. {
  667. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  668. break
  669. }
  670. DllCall("mouse_event", "UInt", 0x01, "UInt", -33/humanizer*modifier, "UInt", -4/humanizer*modifier)
  671. sleep 99/waitdivider
  672. DllCall("mouse_event", "UInt", 0x01, "UInt", -33/humanizer*modifier, "UInt", -4/humanizer*modifier)
  673. sleep 99/waitdivider
  674. DllCall("mouse_event", "UInt", 0x01, "UInt", -33/humanizer*modifier, "UInt", -4/humanizer*modifier)
  675. sleep 99/waitdivider
  676. DllCall("mouse_event", "UInt", 0x01, "UInt", -33/humanizer*modifier, "UInt", -4/humanizer*modifier)
  677. sleep 99/waitdivider
  678. if !GetKeyState(key_shoot)
  679. {
  680. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  681. break
  682. }
  683. DllCall("mouse_event", "UInt", 0x01, "UInt", -45/humanizer*modifier, "UInt", -21/humanizer*modifier)
  684. sleep 99/waitdivider
  685. DllCall("mouse_event", "UInt", 0x01, "UInt", -45/humanizer*modifier, "UInt", -21/humanizer*modifier)
  686. sleep 99/waitdivider
  687. DllCall("mouse_event", "UInt", 0x01, "UInt", -45/humanizer*modifier, "UInt", -21/humanizer*modifier)
  688. sleep 99/waitdivider
  689. DllCall("mouse_event", "UInt", 0x01, "UInt", -45/humanizer*modifier, "UInt", -21/humanizer*modifier)
  690. sleep 99/waitdivider
  691. if !GetKeyState(key_shoot)
  692. {
  693. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  694. break
  695. }
  696. DllCall("mouse_event", "UInt", 0x01, "UInt", -14/humanizer*modifier, "UInt", 1/humanizer*modifier)
  697. if !GetKeyState(key_shoot)
  698. {
  699. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  700. break
  701. }
  702. sleep 80
  703. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  704. sleep 1000
  705. if !GetKeyState(key_shoot)
  706. {
  707. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  708. break
  709. }
  710. }
  711. }
  712. if (ak2 == True){
  713. loop{
  714. DllCall("mouse_event", uint, 2, int, 0, int, 0, uint, 0, int, 0)
  715. sleep 50
  716. if !GetKeyState(key_shoot)
  717. {
  718. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  719. break
  720. }
  721. DllCall("mouse_event", "UInt", 0x01, "UInt", -4*modifier, "UInt", 7*modifier)
  722. sleep 99
  723. if !GetKeyState(key_shoot)
  724. {
  725. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  726. break
  727. }
  728. DllCall("mouse_event", "UInt", 0x01, "UInt", 4*modifier, "UInt", 19*modifier)
  729. sleep 99
  730. if !GetKeyState(key_shoot)
  731. {
  732. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  733. break
  734. }
  735. DllCall("mouse_event", "UInt", 0x01, "UInt", -3*modifier, "UInt", 29*modifier)
  736. sleep 99
  737. if !GetKeyState(key_shoot)
  738. {
  739. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  740. break
  741. }
  742. DllCall("mouse_event", "UInt", 0x01, "UInt", -1*modifier, "UInt", 31*modifier)
  743. sleep 99
  744. if !GetKeyState(key_shoot)
  745. {
  746. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  747. break
  748. }
  749. DllCall("mouse_event", "UInt", 0x01, "UInt", 13*modifier, "UInt", 31*modifier)
  750. sleep 99
  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", 0x01, "UInt", 8*modifier, "UInt", 28*modifier)
  757. sleep 99
  758. if !GetKeyState(key_shoot)
  759. {
  760. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  761. break
  762. }
  763. DllCall("mouse_event", "UInt", 0x01, "UInt", 13*modifier, "UInt", 21*modifier)
  764. sleep 99
  765. if !GetKeyState(key_shoot)
  766. {
  767. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  768. break
  769. }
  770. DllCall("mouse_event", "UInt", 0x01, "UInt", -17*modifier, "UInt", 12*modifier)
  771. sleep 99
  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", -42*modifier, "UInt", -3*modifier)
  778. sleep 99
  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", -21*modifier, "UInt", 2*modifier)
  785. sleep 99
  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", 12*modifier, "UInt", 11*modifier)
  792. sleep 99
  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", -15*modifier, "UInt", 7*modifier)
  799. sleep 99
  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", -26*modifier, "UInt", -8*modifier)
  806. sleep 99
  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", -3*modifier, "UInt", 4*modifier)
  813. sleep 99
  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", 40*modifier, "UInt", 1*modifier)
  820. sleep 99
  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", 19*modifier, "UInt", 7*modifier)
  827. sleep 99
  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", 14*modifier, "UInt", 10*modifier)
  834. sleep 99
  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", 27*modifier, "UInt", 0*modifier)
  841. sleep 99
  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", 33*modifier, "UInt", -10*modifier)
  848. sleep 99
  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", -21*modifier, "UInt", -2*modifier)
  855. sleep 99
  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", 7*modifier, "UInt", 3*modifier)
  862. sleep 99
  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", -7*modifier, "UInt", 9*modifier)
  869. sleep 99
  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", -8*modifier, "UInt", 4*modifier)
  876. sleep 99
  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", 19*modifier, "UInt", -3*modifier)
  883. sleep 99
  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", 5*modifier, "UInt", 6*modifier)
  890. sleep 99
  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", -20*modifier, "UInt", -1*modifier)
  897. sleep 99
  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", -33*modifier, "UInt", -4*modifier)
  904. sleep 99
  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", -45*modifier, "UInt", -21*modifier)
  911. sleep 99
  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", -14*modifier, "UInt", 1*modifier)
  918. if !GetKeyState(key_shoot)
  919. {
  920. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  921. break
  922. }
  923. sleep 80
  924. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  925. sleep 1000
  926. if !GetKeyState(key_shoot)
  927. {
  928. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  929. break
  930. }
  931. }
  932. }
  933. if (m4a4 == True){
  934. loop {
  935. DllCall("mouse_event", uint, 2, int, 0, int, 0, uint, 0, int, 0)
  936. sleep 15
  937. if !GetKeyState(key_shoot)
  938. {
  939. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  940. break
  941. }
  942. DllCall("mouse_event", "UInt", 0x01, "UInt", 2/humanizer88*modifier, "UInt", 7/humanizer88*modifier)
  943. sleep 88/waitdivider88
  944. DllCall("mouse_event", "UInt", 0x01, "UInt", 2/humanizer88*modifier, "UInt", 7/humanizer88*modifier)
  945. sleep 88/waitdivider88
  946. DllCall("mouse_event", "UInt", 0x01, "UInt", 2/humanizer88*modifier, "UInt", 7/humanizer88*modifier)
  947. sleep 88/waitdivider88
  948. DllCall("mouse_event", "UInt", 0x01, "UInt", 2/humanizer88*modifier, "UInt", 7/humanizer88*modifier)
  949. sleep 88/waitdivider88
  950. if !GetKeyState(key_shoot)
  951. {
  952. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  953. break
  954. }
  955. DllCall("mouse_event", "UInt", 0x01, "UInt", 0/humanizer*modifier, "UInt", 9/humanizer*modifier)
  956. sleep 87/waitdivider
  957. DllCall("mouse_event", "UInt", 0x01, "UInt", 0/humanizer*modifier, "UInt", 9/humanizer*modifier)
  958. sleep 87/waitdivider
  959. DllCall("mouse_event", "UInt", 0x01, "UInt", 0/humanizer*modifier, "UInt", 9/humanizer*modifier)
  960. sleep 87/waitdivider
  961. DllCall("mouse_event", "UInt", 0x01, "UInt", 0/humanizer*modifier, "UInt", 9/humanizer*modifier)
  962. sleep 87/waitdivider
  963. if !GetKeyState(key_shoot)
  964. {
  965. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  966. break
  967. }
  968. DllCall("mouse_event", "UInt", 0x01, "UInt", -6/humanizer*modifier, "UInt", 16/humanizer*modifier)
  969. sleep 87/waitdivider
  970. DllCall("mouse_event", "UInt", 0x01, "UInt", -6/humanizer*modifier, "UInt", 16/humanizer*modifier)
  971. sleep 87/waitdivider
  972. DllCall("mouse_event", "UInt", 0x01, "UInt", -6/humanizer*modifier, "UInt", 16/humanizer*modifier)
  973. sleep 87/waitdivider
  974. DllCall("mouse_event", "UInt", 0x01, "UInt", -6/humanizer*modifier, "UInt", 16/humanizer*modifier)
  975. sleep 87/waitdivider
  976. if !GetKeyState(key_shoot)
  977. {
  978. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  979. break
  980. }
  981. DllCall("mouse_event", "UInt", 0x01, "UInt", 7/humanizer*modifier, "UInt", 21/humanizer*modifier+5)
  982. sleep 87/waitdivider
  983. DllCall("mouse_event", "UInt", 0x01, "UInt", 7/humanizer*modifier, "UInt", 21/humanizer*modifier+5)
  984. sleep 87/waitdivider
  985. DllCall("mouse_event", "UInt", 0x01, "UInt", 7/humanizer*modifier, "UInt", 21/humanizer*modifier+5)
  986. sleep 87/waitdivider
  987. DllCall("mouse_event", "UInt", 0x01, "UInt", 7/humanizer*modifier, "UInt", 21/humanizer*modifier+5)
  988. sleep 87/waitdivider
  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", -9/humanizer*modifier, "UInt", 23/humanizer*modifier)
  995. sleep 87/waitdivider
  996. DllCall("mouse_event", "UInt", 0x01, "UInt", -9/humanizer*modifier, "UInt", 23/humanizer*modifier)
  997. sleep 87/waitdivider
  998. DllCall("mouse_event", "UInt", 0x01, "UInt", -9/humanizer*modifier, "UInt", 23/humanizer*modifier)
  999. sleep 87/waitdivider
  1000. DllCall("mouse_event", "UInt", 0x01, "UInt", -9/humanizer*modifier, "UInt", 23/humanizer*modifier)
  1001. sleep 87/waitdivider
  1002. if !GetKeyState(key_shoot)
  1003. {
  1004. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1005. break
  1006. }
  1007. DllCall("mouse_event", "UInt", 0x01, "UInt", -5/humanizer*modifier, "UInt", 27/humanizer*modifier)
  1008. sleep 87/waitdivider
  1009. DllCall("mouse_event", "UInt", 0x01, "UInt", -5/humanizer*modifier, "UInt", 27/humanizer*modifier)
  1010. sleep 87/waitdivider
  1011. DllCall("mouse_event", "UInt", 0x01, "UInt", -5/humanizer*modifier, "UInt", 27/humanizer*modifier)
  1012. sleep 87/waitdivider
  1013. DllCall("mouse_event", "UInt", 0x01, "UInt", -5/humanizer*modifier, "UInt", 27/humanizer*modifier)
  1014. sleep 87/waitdivider
  1015. if !GetKeyState(key_shoot)
  1016. {
  1017. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1018. break
  1019. }
  1020. DllCall("mouse_event", "UInt", 0x01, "UInt", 16/humanizer88*modifier+5, "UInt", 15/humanizer88*modifier-5)
  1021. sleep 88/waitdivider88
  1022. DllCall("mouse_event", "UInt", 0x01, "UInt", 16/humanizer88*modifier+5, "UInt", 15/humanizer88*modifier)
  1023. sleep 88/waitdivider88
  1024. DllCall("mouse_event", "UInt", 0x01, "UInt", 16/humanizer88*modifier+5, "UInt", 15/humanizer88*modifier)
  1025. sleep 88/waitdivider88
  1026. DllCall("mouse_event", "UInt", 0x01, "UInt", 16/humanizer88*modifier+5, "UInt", 15/humanizer88*modifier)
  1027. sleep 88/waitdivider88
  1028. if !GetKeyState(key_shoot)
  1029. {
  1030. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1031. break
  1032. }
  1033. DllCall("mouse_event", "UInt", 0x01, "UInt", 11/humanizer88*modifier+3, "UInt", 13/humanizer88*modifier-5)
  1034. sleep 88/waitdivider88
  1035. DllCall("mouse_event", "UInt", 0x01, "UInt", 11/humanizer88*modifier, "UInt", 13/humanizer88*modifier)
  1036. sleep 88/waitdivider88
  1037. DllCall("mouse_event", "UInt", 0x01, "UInt", 11/humanizer88*modifier, "UInt", 13/humanizer88*modifier)
  1038. sleep 88/waitdivider88
  1039. DllCall("mouse_event", "UInt", 0x01, "UInt", 11/humanizer88*modifier, "UInt", 13/humanizer88*modifier)
  1040. sleep 88/waitdivider88
  1041. if !GetKeyState(key_shoot)
  1042. {
  1043. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1044. break
  1045. }
  1046. DllCall("mouse_event", "UInt", 0x01, "UInt", 22/humanizer88*modifier+5, "UInt", 5/humanizer88*modifier)
  1047. sleep 88/waitdivider88
  1048. DllCall("mouse_event", "UInt", 0x01, "UInt", 22/humanizer88*modifier+5, "UInt", 5/humanizer88*modifier)
  1049. sleep 88/waitdivider88
  1050. DllCall("mouse_event", "UInt", 0x01, "UInt", 22/humanizer88*modifier+5, "UInt", 5/humanizer88*modifier)
  1051. sleep 88/waitdivider88
  1052. DllCall("mouse_event", "UInt", 0x01, "UInt", 22/humanizer88*modifier-30, "UInt", 5/humanizer88*modifier)
  1053. sleep 88/waitdivider88
  1054. if !GetKeyState(key_shoot)
  1055. {
  1056. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1057. break
  1058. }
  1059. DllCall("mouse_event", "UInt", 0x01, "UInt", -4/humanizer88*modifier-10, "UInt", 11/humanizer88*modifier-10)
  1060. sleep 88/waitdivider88
  1061. DllCall("mouse_event", "UInt", 0x01, "UInt", -4/humanizer88*modifier-10, "UInt", 11/humanizer88*modifier)
  1062. sleep 88/waitdivider88
  1063. DllCall("mouse_event", "UInt", 0x01, "UInt", -4/humanizer88*modifier-10, "UInt", 11/humanizer88*modifier)
  1064. sleep 88/waitdivider88
  1065. DllCall("mouse_event", "UInt", 0x01, "UInt", -4/humanizer88*modifier, "UInt", 11/humanizer88*modifier)
  1066. sleep 88/waitdivider88
  1067. if !GetKeyState(key_shoot)
  1068. {
  1069. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1070. break
  1071. }
  1072. DllCall("mouse_event", "UInt", 0x01, "UInt", -18/humanizer88*modifier-10, "UInt", 6/humanizer88*modifier)
  1073. sleep 88/waitdivider88
  1074. DllCall("mouse_event", "UInt", 0x01, "UInt", -18/humanizer88*modifier-10, "UInt", 6/humanizer88*modifier)
  1075. sleep 88/waitdivider88
  1076. DllCall("mouse_event", "UInt", 0x01, "UInt", -18/humanizer88*modifier-10, "UInt", 6/humanizer88*modifier)
  1077. sleep 88/waitdivider88
  1078. DllCall("mouse_event", "UInt", 0x01, "UInt", -18/humanizer88*modifier, "UInt", 6/humanizer88*modifier)
  1079. sleep 88/waitdivider88
  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", -30/humanizer88*modifier, "UInt", -4/humanizer88*modifier)
  1086. sleep 88/waitdivider88
  1087. DllCall("mouse_event", "UInt", 0x01, "UInt", -30/humanizer88*modifier, "UInt", -4/humanizer88*modifier)
  1088. sleep 88/waitdivider88
  1089. DllCall("mouse_event", "UInt", 0x01, "UInt", -30/humanizer88*modifier, "UInt", -4/humanizer88*modifier)
  1090. sleep 88/waitdivider88
  1091. DllCall("mouse_event", "UInt", 0x01, "UInt", -30/humanizer88*modifier, "UInt", -4/humanizer88*modifier)
  1092. sleep 88/waitdivider88
  1093. if !GetKeyState(key_shoot)
  1094. {
  1095. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1096. break
  1097. }
  1098. DllCall("mouse_event", "UInt", 0x01, "UInt", -24/humanizer88*modifier, "UInt", 0/humanizer88*modifier-5)
  1099. sleep 88/waitdivider88
  1100. DllCall("mouse_event", "UInt", 0x01, "UInt", -24/humanizer88*modifier, "UInt", 0/humanizer88*modifier-5)
  1101. sleep 88/waitdivider88
  1102. DllCall("mouse_event", "UInt", 0x01, "UInt", -24/humanizer88*modifier, "UInt", 0/humanizer88*modifier)
  1103. sleep 88/waitdivider88
  1104. DllCall("mouse_event", "UInt", 0x01, "UInt", -24/humanizer88*modifier, "UInt", 0/humanizer88*modifier)
  1105. sleep 88/waitdivider88
  1106. if !GetKeyState(key_shoot)
  1107. {
  1108. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1109. break
  1110. }
  1111. DllCall("mouse_event", "UInt", 0x01, "UInt", -25/humanizer88*modifier+10, "UInt", -6/humanizer88*modifier)
  1112. sleep 88/waitdivider88
  1113. DllCall("mouse_event", "UInt", 0x01, "UInt", -25/humanizer88*modifier+10, "UInt", -6/humanizer88*modifier)
  1114. sleep 88/waitdivider88
  1115. DllCall("mouse_event", "UInt", 0x01, "UInt", -25/humanizer88*modifier+10, "UInt", -6/humanizer88*modifier)
  1116. sleep 88/waitdivider88
  1117. DllCall("mouse_event", "UInt", 0x01, "UInt", -25/humanizer88*modifier+10, "UInt", -6/humanizer88*modifier)
  1118. sleep 88/waitdivider88
  1119. if !GetKeyState(key_shoot)
  1120. {
  1121. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1122. break
  1123. }
  1124. DllCall("mouse_event", "UInt", 0x01, "UInt", 0/humanizer*modifier+10, "UInt", 4/humanizer*modifier)
  1125. sleep 87/waitdivider
  1126. DllCall("mouse_event", "UInt", 0x01, "UInt", 0/humanizer*modifier, "UInt", 4/humanizer*modifier)
  1127. sleep 87/waitdivider
  1128. DllCall("mouse_event", "UInt", 0x01, "UInt", 0/humanizer*modifier, "UInt", 4/humanizer*modifier)
  1129. sleep 87/waitdivider
  1130. DllCall("mouse_event", "UInt", 0x01, "UInt", 0/humanizer*modifier, "UInt", 4/humanizer*modifier)
  1131. sleep 87/waitdivider
  1132. if !GetKeyState(key_shoot)
  1133. {
  1134. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1135. break
  1136. }
  1137. DllCall("mouse_event", "UInt", 0x01, "UInt", 8/humanizer*modifier-10, "UInt", 4/humanizer*modifier)
  1138. sleep 87/waitdivider
  1139. DllCall("mouse_event", "UInt", 0x01, "UInt", 8/humanizer*modifier, "UInt", 4/humanizer*modifier)
  1140. sleep 87/waitdivider
  1141. DllCall("mouse_event", "UInt", 0x01, "UInt", 8/humanizer*modifier, "UInt", 4/humanizer*modifier)
  1142. sleep 87/waitdivider
  1143. DllCall("mouse_event", "UInt", 0x01, "UInt", 8/humanizer*modifier, "UInt", 4/humanizer*modifier)
  1144. sleep 87/waitdivider
  1145. if !GetKeyState(key_shoot)
  1146. {
  1147. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1148. break
  1149. }
  1150. DllCall("mouse_event", "UInt", 0x01, "UInt", -11/humanizer*modifier+10, "UInt", 1/humanizer*modifier)
  1151. sleep 87/waitdivider
  1152. DllCall("mouse_event", "UInt", 0x01, "UInt", -11/humanizer*modifier+5, "UInt", 1/humanizer*modifier)
  1153. sleep 87/waitdivider
  1154. DllCall("mouse_event", "UInt", 0x01, "UInt", -11/humanizer*modifier, "UInt", 1/humanizer*modifier)
  1155. sleep 87/waitdivider
  1156. DllCall("mouse_event", "UInt", 0x01, "UInt", -11/humanizer*modifier, "UInt", 1/humanizer*modifier)
  1157. sleep 87/waitdivider
  1158. if !GetKeyState(key_shoot)
  1159. {
  1160. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1161. break
  1162. }
  1163. DllCall("mouse_event", "UInt", 0x01, "UInt", -13/humanizer*modifier, "UInt", -2/humanizer*modifier)
  1164. sleep 87/waitdivider
  1165. DllCall("mouse_event", "UInt", 0x01, "UInt", -13/humanizer*modifier+10, "UInt", -2/humanizer*modifier)
  1166. sleep 87/waitdivider
  1167. DllCall("mouse_event", "UInt", 0x01, "UInt", -13/humanizer*modifier+10, "UInt", -2/humanizer*modifier)
  1168. sleep 87/waitdivider
  1169. DllCall("mouse_event", "UInt", 0x01, "UInt", -13/humanizer*modifier+20, "UInt", -2/humanizer*modifier)
  1170. sleep 87/waitdivider
  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", 2/humanizer88*modifier+10, "UInt", 2/humanizer88*modifier+5)
  1177. sleep 88/waitdivider88
  1178. DllCall("mouse_event", "UInt", 0x01, "UInt", 2/humanizer88*modifier+10, "UInt", 2/humanizer88*modifier)
  1179. sleep 88/waitdivider88
  1180. DllCall("mouse_event", "UInt", 0x01, "UInt", 2/humanizer88*modifier, "UInt", 2/humanizer88*modifier)
  1181. sleep 88/waitdivider88
  1182. DllCall("mouse_event", "UInt", 0x01, "UInt", 2/humanizer88*modifier, "UInt", 2/humanizer88*modifier)
  1183. sleep 88/waitdivider88
  1184. if !GetKeyState(key_shoot)
  1185. {
  1186. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1187. break
  1188. }
  1189. DllCall("mouse_event", "UInt", 0x01, "UInt", 33/humanizer88*modifier, "UInt", -1/humanizer88*modifier)
  1190. sleep 88/waitdivider88
  1191. DllCall("mouse_event", "UInt", 0x01, "UInt", 33/humanizer88*modifier, "UInt", -1/humanizer88*modifier)
  1192. sleep 88/waitdivider88
  1193. DllCall("mouse_event", "UInt", 0x01, "UInt", 33/humanizer88*modifier, "UInt", -1/humanizer88*modifier)
  1194. sleep 88/waitdivider88
  1195. DllCall("mouse_event", "UInt", 0x01, "UInt", 33/humanizer88*modifier, "UInt", -1/humanizer88*modifier)
  1196. sleep 88/waitdivider88
  1197. if !GetKeyState(key_shoot)
  1198. {
  1199. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1200. break
  1201. }
  1202. DllCall("mouse_event", "UInt", 0x01, "UInt", 10/humanizer88*modifier, "UInt", 6/humanizer88*modifier)
  1203. sleep 88/waitdivider88
  1204. DllCall("mouse_event", "UInt", 0x01, "UInt", 10/humanizer88*modifier, "UInt", 6/humanizer88*modifier)
  1205. sleep 88/waitdivider88
  1206. DllCall("mouse_event", "UInt", 0x01, "UInt", 10/humanizer88*modifier, "UInt", 6/humanizer88*modifier)
  1207. sleep 88/waitdivider88
  1208. DllCall("mouse_event", "UInt", 0x01, "UInt", 10/humanizer88*modifier, "UInt", 6/humanizer88*modifier)
  1209. sleep 88/waitdivider88
  1210. if !GetKeyState(key_shoot)
  1211. {
  1212. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1213. break
  1214. }
  1215. DllCall("mouse_event", "UInt", 0x01, "UInt", 27/humanizer88*modifier, "UInt", 3/humanizer88*modifier)
  1216. sleep 88/waitdivider88
  1217. DllCall("mouse_event", "UInt", 0x01, "UInt", 27/humanizer88*modifier, "UInt", 3/humanizer88*modifier)
  1218. sleep 88/waitdivider88
  1219. DllCall("mouse_event", "UInt", 0x01, "UInt", 27/humanizer88*modifier, "UInt", 3/humanizer88*modifier)
  1220. sleep 88/waitdivider88
  1221. DllCall("mouse_event", "UInt", 0x01, "UInt", 27/humanizer88*modifier, "UInt", 3/humanizer88*modifier)
  1222. sleep 88/waitdivider88
  1223. if !GetKeyState(key_shoot)
  1224. {
  1225. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1226. break
  1227. }
  1228. DllCall("mouse_event", "UInt", 0x01, "UInt", 10/humanizer88*modifier-20, "UInt", 2/humanizer88*modifier+5)
  1229. sleep 88/waitdivider88
  1230. DllCall("mouse_event", "UInt", 0x01, "UInt", 10/humanizer88*modifier, "UInt", 2/humanizer88*modifier)
  1231. sleep 88/waitdivider88
  1232. DllCall("mouse_event", "UInt", 0x01, "UInt", 10/humanizer88*modifier, "UInt", 2/humanizer88*modifier)
  1233. sleep 88/waitdivider88
  1234. DllCall("mouse_event", "UInt", 0x01, "UInt", 10/humanizer88*modifier, "UInt", 2/humanizer88*modifier)
  1235. sleep 88/waitdivider88
  1236. if !GetKeyState(key_shoot)
  1237. {
  1238. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1239. break
  1240. }
  1241. DllCall("mouse_event", "UInt", 0x01, "UInt", 11/humanizer88*modifier-10, "UInt", 0/humanizer88*modifier)
  1242. sleep 88/waitdivider88
  1243. DllCall("mouse_event", "UInt", 0x01, "UInt", 11/humanizer88*modifier, "UInt", 0/humanizer88*modifier)
  1244. sleep 88/waitdivider88
  1245. DllCall("mouse_event", "UInt", 0x01, "UInt", 11/humanizer88*modifier, "UInt", 0/humanizer88*modifier)
  1246. sleep 88/waitdivider88
  1247. DllCall("mouse_event", "UInt", 0x01, "UInt", 11/humanizer88*modifier, "UInt", 0/humanizer88*modifier)
  1248. sleep 88/waitdivider88
  1249. if !GetKeyState(key_shoot)
  1250. {
  1251. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1252. break
  1253. }
  1254. DllCall("mouse_event", "UInt", 0x01, "UInt", -12/humanizer*modifier, "UInt", 0/humanizer*modifier)
  1255. sleep 87/waitdivider
  1256. DllCall("mouse_event", "UInt", 0x01, "UInt", -12/humanizer*modifier, "UInt", 0/humanizer*modifier)
  1257. sleep 87/waitdivider
  1258. DllCall("mouse_event", "UInt", 0x01, "UInt", -12/humanizer*modifier, "UInt", 0/humanizer*modifier)
  1259. sleep 87/waitdivider
  1260. DllCall("mouse_event", "UInt", 0x01, "UInt", -12/humanizer*modifier, "UInt", 0/humanizer*modifier)
  1261. sleep 87/waitdivider
  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", 6/humanizer*modifier, "UInt", 5/humanizer*modifier)
  1268. sleep 87/waitdivider
  1269. DllCall("mouse_event", "UInt", 0x01, "UInt", 6/humanizer*modifier, "UInt", 5/humanizer*modifier)
  1270. sleep 87/waitdivider
  1271. DllCall("mouse_event", "UInt", 0x01, "UInt", 6/humanizer*modifier, "UInt", 5/humanizer*modifier)
  1272. sleep 87/waitdivider
  1273. DllCall("mouse_event", "UInt", 0x01, "UInt", 6/humanizer*modifier, "UInt", 5/humanizer*modifier)
  1274. sleep 87/waitdivider
  1275. if !GetKeyState(key_shoot)
  1276. {
  1277. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1278. break
  1279. }
  1280. DllCall("mouse_event", "UInt", 0x01, "UInt", 4/humanizer*modifier, "UInt", 5/humanizer*modifier)
  1281. sleep 87/waitdivider
  1282. DllCall("mouse_event", "UInt", 0x01, "UInt", 4/humanizer*modifier, "UInt", 5/humanizer*modifier)
  1283. sleep 87/waitdivider
  1284. DllCall("mouse_event", "UInt", 0x01, "UInt", 4/humanizer*modifier, "UInt", 5/humanizer*modifier)
  1285. sleep 87/waitdivider
  1286. DllCall("mouse_event", "UInt", 0x01, "UInt", 4/humanizer*modifier, "UInt", 5/humanizer*modifier)
  1287. sleep 87/waitdivider
  1288. if !GetKeyState(key_shoot)
  1289. {
  1290. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1291. break
  1292. }
  1293. DllCall("mouse_event", "UInt", 0x01, "UInt", 3/humanizer*modifier, "UInt", 1/humanizer*modifier)
  1294. sleep 87/waitdivider
  1295. DllCall("mouse_event", "UInt", 0x01, "UInt", 3/humanizer*modifier, "UInt", 1/humanizer*modifier)
  1296. sleep 87/waitdivider
  1297. DllCall("mouse_event", "UInt", 0x01, "UInt", 3/humanizer*modifier, "UInt", 1/humanizer*modifier)
  1298. sleep 87/waitdivider
  1299. DllCall("mouse_event", "UInt", 0x01, "UInt", 3/humanizer*modifier, "UInt", 1/humanizer*modifier)
  1300. sleep 87/waitdivider
  1301. if !GetKeyState(key_shoot)
  1302. {
  1303. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1304. break
  1305. }
  1306. DllCall("mouse_event", "UInt", 0x01, "UInt", 4/humanizer*modifier, "UInt", -1/humanizer*modifier)
  1307. DllCall("mouse_event", "UInt", 0x01, "UInt", 4/humanizer*modifier, "UInt", -1/humanizer*modifier)
  1308. DllCall("mouse_event", "UInt", 0x01, "UInt", 4/humanizer*modifier, "UInt", -1/humanizer*modifier)
  1309. DllCall("mouse_event", "UInt", 0x01, "UInt", 4/humanizer*modifier, "UInt", -1/humanizer*modifier)
  1310. if !GetKeyState(key_shoot)
  1311. {
  1312. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1313. break
  1314. }
  1315. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1316. sleep 1000
  1317. if !GetKeyState(key_shoot)
  1318. {
  1319. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1320. break
  1321. }
  1322. }
  1323. }
  1324. if (m4a42 == True){
  1325. loop{
  1326. DllCall("mouse_event", uint, 2, int, 0, int, 0, uint, 0, int, 0)
  1327. sleep 15
  1328. if !GetKeyState(key_shoot)
  1329. {
  1330. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1331. break
  1332. }
  1333. DllCall("mouse_event", "UInt", 0x01, "UInt", 1*modifier, "UInt", 6*modifier)
  1334. sleep 88
  1335. if !GetKeyState(key_shoot)
  1336. {
  1337. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1338. break
  1339. }
  1340. DllCall("mouse_event", "UInt", 0x01, "UInt", 0*modifier, "UInt", 4*modifier)
  1341. sleep 88
  1342. if !GetKeyState(key_shoot)
  1343. {
  1344. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1345. break
  1346. }
  1347. DllCall("mouse_event", "UInt", 0x01, "UInt", -4*modifier, "UInt", 14*modifier)
  1348. sleep 88
  1349. if !GetKeyState(key_shoot)
  1350. {
  1351. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1352. break
  1353. }
  1354. DllCall("mouse_event", "UInt", 0x01, "UInt", 4*modifier, "UInt", 18*modifier)
  1355. sleep 88
  1356. if !GetKeyState(key_shoot)
  1357. {
  1358. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1359. break
  1360. }
  1361. DllCall("mouse_event", "UInt", 0x01, "UInt", -6*modifier, "UInt", 21*modifier)
  1362. sleep 88
  1363. if !GetKeyState(key_shoot)
  1364. {
  1365. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1366. break
  1367. }
  1368. DllCall("mouse_event", "UInt", 0x01, "UInt", -4*modifier, "UInt", 24*modifier)
  1369. sleep 88
  1370. if !GetKeyState(key_shoot)
  1371. {
  1372. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1373. break
  1374. }
  1375. DllCall("mouse_event", "UInt", 0x01, "UInt", 14*modifier, "UInt", 14*modifier)
  1376. sleep 88
  1377. if !GetKeyState(key_shoot)
  1378. {
  1379. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1380. break
  1381. }
  1382. DllCall("mouse_event", "UInt", 0x01, "UInt", 8*modifier, "UInt", 12*modifier)
  1383. sleep 88
  1384. if !GetKeyState(key_shoot)
  1385. {
  1386. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1387. break
  1388. }
  1389. DllCall("mouse_event", "UInt", 0x01, "UInt", 18*modifier, "UInt", 5*modifier)
  1390. sleep 88
  1391. if !GetKeyState(key_shoot)
  1392. {
  1393. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1394. break
  1395. }
  1396. DllCall("mouse_event", "UInt", 0x01, "UInt", -4*modifier, "UInt", 10*modifier)
  1397. sleep 88
  1398. if !GetKeyState(key_shoot)
  1399. {
  1400. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1401. break
  1402. }
  1403. DllCall("mouse_event", "UInt", 0x01, "UInt", -14*modifier, "UInt", 5*modifier)
  1404. sleep 88
  1405. if !GetKeyState(key_shoot)
  1406. {
  1407. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1408. break
  1409. }
  1410. DllCall("mouse_event", "UInt", 0x01, "UInt", -25*modifier, "UInt", -3*modifier)
  1411. sleep 88
  1412. if !GetKeyState(key_shoot)
  1413. {
  1414. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1415. break
  1416. }
  1417. DllCall("mouse_event", "UInt", 0x01, "UInt", -19*modifier, "UInt", 0*modifier)
  1418. sleep 88
  1419. if !GetKeyState(key_shoot)
  1420. {
  1421. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1422. break
  1423. }
  1424. DllCall("mouse_event", "UInt", 0x01, "UInt", -22*modifier, "UInt", -3*modifier)
  1425. sleep 88
  1426. if !GetKeyState(key_shoot)
  1427. {
  1428. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1429. break
  1430. }
  1431. DllCall("mouse_event", "UInt", 0x01, "UInt", 1*modifier, "UInt", 3*modifier)
  1432. sleep 88
  1433. if !GetKeyState(key_shoot)
  1434. {
  1435. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1436. break
  1437. }
  1438. DllCall("mouse_event", "UInt", 0x01, "UInt", 8*modifier, "UInt", 3*modifier)
  1439. sleep 88
  1440. if !GetKeyState(key_shoot)
  1441. {
  1442. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1443. break
  1444. }
  1445. DllCall("mouse_event", "UInt", 0x01, "UInt", -9*modifier, "UInt", 1*modifier)
  1446. sleep 88
  1447. if !GetKeyState(key_shoot)
  1448. {
  1449. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1450. break
  1451. }
  1452. DllCall("mouse_event", "UInt", 0x01, "UInt", -13*modifier, "UInt", -2*modifier)
  1453. sleep 88
  1454. if !GetKeyState(key_shoot)
  1455. {
  1456. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1457. break
  1458. }
  1459. DllCall("mouse_event", "UInt", 0x01, "UInt", 3*modifier, "UInt", 2*modifier)
  1460. sleep 88
  1461. if !GetKeyState(key_shoot)
  1462. {
  1463. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1464. break
  1465. }
  1466. DllCall("mouse_event", "UInt", 0x01, "UInt", 1*modifier, "UInt", 1*modifier)
  1467. sleep 88
  1468. if !GetKeyState(key_shoot)
  1469. {
  1470. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1471. break
  1472. }
  1473. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1474. sleep 1000
  1475. if !GetKeyState(key_shoot)
  1476. {
  1477. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1478. break
  1479. }
  1480. }
  1481. }
  1482. if (aug == True){
  1483. if GetKeyState(key_zoom) {
  1484. obs:=1.2/zoomsens
  1485. }
  1486. else {
  1487. obs:=1
  1488. }
  1489. loop {
  1490. DllCall("mouse_event", uint, 2, int, 0, int, 0, uint, 0, int, 0)
  1491. sleep 30
  1492. if !GetKeyState(key_shoot)
  1493. {
  1494. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1495. break
  1496. }
  1497. DllCall("mouse_event", "UInt", 0x01, "UInt", 5*modifier*obs, "UInt", 6*modifier*obs)
  1498. sleep 89
  1499. if !GetKeyState(key_shoot)
  1500. {
  1501. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1502. break
  1503. }
  1504. DllCall("mouse_event", "UInt", 0x01, "UInt", 0*modifier*obs, "UInt", 13*modifier*obs)
  1505. sleep 89
  1506. if !GetKeyState(key_shoot)
  1507. {
  1508. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1509. break
  1510. }
  1511. DllCall("mouse_event", "UInt", 0x01, "UInt", -5*modifier*obs, "UInt", 22*modifier*obs)
  1512. sleep 89
  1513. if !GetKeyState(key_shoot)
  1514. {
  1515. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1516. break
  1517. }
  1518. DllCall("mouse_event", "UInt", 0x01, "UInt", -7*modifier*obs, "UInt", 26*modifier*obs)
  1519. sleep 88
  1520. if !GetKeyState(key_shoot)
  1521. {
  1522. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1523. break
  1524. }
  1525. DllCall("mouse_event", "UInt", 0x01, "UInt", 5*modifier*obs, "UInt", 29*modifier*obs)
  1526. sleep 88
  1527. if !GetKeyState(key_shoot)
  1528. {
  1529. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1530. break
  1531. }
  1532. DllCall("mouse_event", "UInt", 0x01, "UInt", 9*modifier*obs, "UInt", 30*modifier*obs)
  1533. sleep 80
  1534. if !GetKeyState(key_shoot)
  1535. {
  1536. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1537. break
  1538. }
  1539. DllCall("mouse_event", "UInt", 0x01, "UInt", 14*modifier*obs, "UInt", 21*modifier*obs)
  1540. sleep 80
  1541. if !GetKeyState(key_shoot)
  1542. {
  1543. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1544. break
  1545. }
  1546. DllCall("mouse_event", "UInt", 0x01, "UInt", 6*modifier*obs, "UInt", 15*modifier*obs)
  1547. sleep 89
  1548. if !GetKeyState(key_shoot)
  1549. {
  1550. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1551. break
  1552. }
  1553. DllCall("mouse_event", "UInt", 0x01, "UInt", 14*modifier*obs, "UInt", 13*modifier*obs)
  1554. sleep 88
  1555. if !GetKeyState(key_shoot)
  1556. {
  1557. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1558. break
  1559. }
  1560. DllCall("mouse_event", "UInt", 0x01, "UInt", -16*modifier*obs, "UInt", 11*modifier*obs)
  1561. sleep 89
  1562. if !GetKeyState(key_shoot)
  1563. {
  1564. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1565. break
  1566. }
  1567. DllCall("mouse_event", "UInt", 0x01, "UInt", -5*modifier*obs, "UInt", 6*modifier*obs)
  1568. sleep 89
  1569. if !GetKeyState(key_shoot)
  1570. {
  1571. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1572. break
  1573. }
  1574. DllCall("mouse_event", "UInt", 0x01, "UInt", 13*modifier*obs, "UInt", 0*modifier*obs)
  1575. sleep 88
  1576. if !GetKeyState(key_shoot)
  1577. {
  1578. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1579. break
  1580. }
  1581. DllCall("mouse_event", "UInt", 0x01, "UInt", 1*modifier*obs, "UInt", 6*modifier*obs)
  1582. sleep 89
  1583. if !GetKeyState(key_shoot)
  1584. {
  1585. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1586. break
  1587. }
  1588. DllCall("mouse_event", "UInt", 0x01, "UInt", -22*modifier*obs, "UInt", 5*modifier*obs)
  1589. sleep 88
  1590. if !GetKeyState(key_shoot)
  1591. {
  1592. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1593. break
  1594. }
  1595. DllCall("mouse_event", "UInt", 0x01, "UInt", -38*modifier*obs, "UInt", -11*modifier*obs)
  1596. sleep 89
  1597. if !GetKeyState(key_shoot)
  1598. {
  1599. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1600. break
  1601. }
  1602. DllCall("mouse_event", "UInt", 0x01, "UInt", -31*modifier*obs, "UInt", -13*modifier*obs)
  1603. sleep 89
  1604. if !GetKeyState(key_shoot)
  1605. {
  1606. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1607. break
  1608. }
  1609. DllCall("mouse_event", "UInt", 0x01, "UInt", -3*modifier*obs, "UInt", 6*modifier*obs)
  1610. sleep 88
  1611. if !GetKeyState(key_shoot)
  1612. {
  1613. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1614. break
  1615. }
  1616. DllCall("mouse_event", "UInt", 0x01, "UInt", -5*modifier*obs, "UInt", 5*modifier*obs)
  1617. sleep 89
  1618. if !GetKeyState(key_shoot)
  1619. {
  1620. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1621. break
  1622. }
  1623. DllCall("mouse_event", "UInt", 0x01, "UInt", -9*modifier*obs, "UInt", 0*modifier*obs)
  1624. sleep 88
  1625. if !GetKeyState(key_shoot)
  1626. {
  1627. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1628. break
  1629. }
  1630. DllCall("mouse_event", "UInt", 0x01, "UInt", 24*modifier*obs, "UInt", 1*modifier*obs)
  1631. sleep 89
  1632. if !GetKeyState(key_shoot)
  1633. {
  1634. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1635. break
  1636. }
  1637. DllCall("mouse_event", "UInt", 0x01, "UInt", 32*modifier*obs, "UInt", 3*modifier*obs)
  1638. sleep 88
  1639. if !GetKeyState(key_shoot)
  1640. {
  1641. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1642. break
  1643. }
  1644. DllCall("mouse_event", "UInt", 0x01, "UInt", 15*modifier*obs, "UInt", 6*modifier*obs)
  1645. sleep 89
  1646. if !GetKeyState(key_shoot)
  1647. {
  1648. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1649. break
  1650. }
  1651. DllCall("mouse_event", "UInt", 0x01, "UInt", -5*modifier*obs, "UInt", 1*modifier*obs)
  1652. sleep 88
  1653. if !GetKeyState(key_shoot)
  1654. {
  1655. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1656. break
  1657. }
  1658. DllCall("mouse_event", "UInt", 0x01, "UInt", 17*modifier*obs, "UInt", -3*modifier*obs)
  1659. sleep 89
  1660. if !GetKeyState(key_shoot)
  1661. {
  1662. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1663. break
  1664. }
  1665. DllCall("mouse_event", "UInt", 0x01, "UInt", 29*modifier*obs, "UInt", -11*modifier*obs)
  1666. sleep 95
  1667. if !GetKeyState(key_shoot)
  1668. {
  1669. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1670. break
  1671. }
  1672. DllCall("mouse_event", "UInt", 0x01, "UInt", 19*modifier*obs, "UInt", 0*modifier*obs)
  1673. sleep 89
  1674. if !GetKeyState(key_shoot)
  1675. {
  1676. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1677. break
  1678. }
  1679. DllCall("mouse_event", "UInt", 0x01, "UInt", -16*modifier*obs, "UInt", 6*modifier*obs)
  1680. sleep 89
  1681. if !GetKeyState(key_shoot)
  1682. {
  1683. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1684. break
  1685. }
  1686. DllCall("mouse_event", "UInt", 0x01, "UInt", -16*modifier*obs, "UInt", 3*modifier*obs)
  1687. sleep 89
  1688. if !GetKeyState(key_shoot)
  1689. {
  1690. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1691. break
  1692. }
  1693. DllCall("mouse_event", "UInt", 0x01, "UInt", -4*modifier*obs, "UInt", 1*modifier*obs)
  1694. sleep 89
  1695. if !GetKeyState(key_shoot)
  1696. {
  1697. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1698. break
  1699. }
  1700. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1701. sleep 1000
  1702. if !GetKeyState(key_shoot)
  1703. {
  1704. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1705. break
  1706. }
  1707. }
  1708. }
  1709. if (sg == True){
  1710. if GetKeyState(key_zoom) {
  1711. obs:=1.2/zoomsens
  1712. }
  1713. else {
  1714. obs:=1
  1715. }
  1716. loop {
  1717. DllCall("mouse_event", uint, 2, int, 0, int, 0, uint, 0, int, 0)
  1718. sleep 30
  1719. if !GetKeyState(key_shoot)
  1720. {
  1721. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1722. break
  1723. }
  1724. DllCall("mouse_event", "UInt", 0x01, "UInt", -4*modifier*obs, "UInt", 9*modifier*obs)
  1725. sleep 89
  1726. if !GetKeyState(key_shoot)
  1727. {
  1728. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1729. break
  1730. }
  1731. DllCall("mouse_event", "UInt", 0x01, "UInt", -13*modifier*obs, "UInt", 15*modifier*obs)
  1732. sleep 89
  1733. if !GetKeyState(key_shoot)
  1734. {
  1735. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1736. break
  1737. }
  1738. DllCall("mouse_event", "UInt", 0x01, "UInt", -9*modifier*obs, "UInt", 25*modifier*obs)
  1739. sleep 89
  1740. if !GetKeyState(key_shoot)
  1741. {
  1742. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1743. break
  1744. }
  1745. DllCall("mouse_event", "UInt", 0x01, "UInt", -6*modifier*obs, "UInt", 29*modifier*obs)
  1746. sleep 88
  1747. if !GetKeyState(key_shoot)
  1748. {
  1749. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1750. break
  1751. }
  1752. DllCall("mouse_event", "UInt", 0x01, "UInt", -8*modifier*obs, "UInt", 31*modifier*obs)
  1753. sleep 88
  1754. if !GetKeyState(key_shoot)
  1755. {
  1756. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1757. break
  1758. }
  1759. DllCall("mouse_event", "UInt", 0x01, "UInt", -7*modifier*obs, "UInt", 36*modifier*obs)
  1760. sleep 80
  1761. if !GetKeyState(key_shoot)
  1762. {
  1763. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1764. break
  1765. }
  1766. DllCall("mouse_event", "UInt", 0x01, "UInt", -20*modifier*obs, "UInt", 14*modifier*obs)
  1767. sleep 80
  1768. if !GetKeyState(key_shoot)
  1769. {
  1770. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1771. break
  1772. }
  1773. DllCall("mouse_event", "UInt", 0x01, "UInt", 14*modifier*obs, "UInt", 17*modifier*obs)
  1774. sleep 89
  1775. if !GetKeyState(key_shoot)
  1776. {
  1777. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1778. break
  1779. }
  1780. DllCall("mouse_event", "UInt", 0x01, "UInt", -8*modifier*obs, "UInt", 12*modifier*obs)
  1781. sleep 88
  1782. if !GetKeyState(key_shoot)
  1783. {
  1784. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1785. break
  1786. }
  1787. DllCall("mouse_event", "UInt", 0x01, "UInt", -15*modifier*obs, "UInt", 8*modifier*obs)
  1788. sleep 89
  1789. if !GetKeyState(key_shoot)
  1790. {
  1791. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1792. break
  1793. }
  1794. DllCall("mouse_event", "UInt", 0x01, "UInt", -5*modifier*obs, "UInt", 5*modifier*obs)
  1795. sleep 89
  1796. if !GetKeyState(key_shoot)
  1797. {
  1798. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1799. break
  1800. }
  1801. DllCall("mouse_event", "UInt", 0x01, "UInt", 6*modifier*obs, "UInt", 5*modifier*obs)
  1802. sleep 88
  1803. if !GetKeyState(key_shoot)
  1804. {
  1805. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1806. break
  1807. }
  1808. DllCall("mouse_event", "UInt", 0x01, "UInt", -8*modifier*obs, "UInt", 6*modifier*obs)
  1809. sleep 89
  1810. if !GetKeyState(key_shoot)
  1811. {
  1812. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1813. break
  1814. }
  1815. DllCall("mouse_event", "UInt", 0x01, "UInt", 2*modifier*obs, "UInt", 11*modifier*obs)
  1816. sleep 88
  1817. if !GetKeyState(key_shoot)
  1818. {
  1819. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1820. break
  1821. }
  1822. DllCall("mouse_event", "UInt", 0x01, "UInt", -14*modifier*obs, "UInt", -6*modifier*obs)
  1823. sleep 89
  1824. if !GetKeyState(key_shoot)
  1825. {
  1826. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1827. break
  1828. }
  1829. DllCall("mouse_event", "UInt", 0x01, "UInt", -20*modifier*obs, "UInt", -17*modifier*obs)
  1830. sleep 89
  1831. if !GetKeyState(key_shoot)
  1832. {
  1833. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1834. break
  1835. }
  1836. DllCall("mouse_event", "UInt", 0x01, "UInt", -18*modifier*obs, "UInt", -9*modifier*obs)
  1837. sleep 88
  1838. if !GetKeyState(key_shoot)
  1839. {
  1840. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1841. break
  1842. }
  1843. DllCall("mouse_event", "UInt", 0x01, "UInt", -8*modifier*obs, "UInt", -2*modifier*obs)
  1844. sleep 89
  1845. if !GetKeyState(key_shoot)
  1846. {
  1847. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1848. break
  1849. }
  1850. DllCall("mouse_event", "UInt", 0x01, "UInt", 41*modifier*obs, "UInt", 3*modifier*obs)
  1851. sleep 88
  1852. if !GetKeyState(key_shoot)
  1853. {
  1854. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1855. break
  1856. }
  1857. DllCall("mouse_event", "UInt", 0x01, "UInt", 56*modifier*obs, "UInt", -5*modifier*obs)
  1858. sleep 89
  1859. if !GetKeyState(key_shoot)
  1860. {
  1861. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1862. break
  1863. }
  1864. DllCall("mouse_event", "UInt", 0x01, "UInt", 43*modifier*obs, "UInt", -1*modifier*obs)
  1865. sleep 88
  1866. if !GetKeyState(key_shoot)
  1867. {
  1868. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1869. break
  1870. }
  1871. DllCall("mouse_event", "UInt", 0x01, "UInt", 18*modifier*obs, "UInt", 9*modifier*obs)
  1872. sleep 89
  1873. if !GetKeyState(key_shoot)
  1874. {
  1875. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1876. break
  1877. }
  1878. DllCall("mouse_event", "UInt", 0x01, "UInt", 14*modifier*obs, "UInt", 9*modifier*obs)
  1879. sleep 88
  1880. if !GetKeyState(key_shoot)
  1881. {
  1882. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1883. break
  1884. }
  1885. DllCall("mouse_event", "UInt", 0x01, "UInt", 6*modifier*obs, "UInt", 7*modifier*obs)
  1886. sleep 89
  1887. if !GetKeyState(key_shoot)
  1888. {
  1889. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1890. break
  1891. }
  1892. DllCall("mouse_event", "UInt", 0x01, "UInt", 21*modifier*obs, "UInt", -3*modifier*obs)
  1893. sleep 95
  1894. if !GetKeyState(key_shoot)
  1895. {
  1896. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1897. break
  1898. }
  1899. DllCall("mouse_event", "UInt", 0x01, "UInt", 29*modifier*obs, "UInt", -4*modifier*obs)
  1900. sleep 89
  1901. if !GetKeyState(key_shoot)
  1902. {
  1903. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1904. break
  1905. }
  1906. DllCall("mouse_event", "UInt", 0x01, "UInt", -6*modifier*obs, "UInt", 8*modifier*obs)
  1907. sleep 89
  1908. if !GetKeyState(key_shoot)
  1909. {
  1910. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1911. break
  1912. }
  1913. DllCall("mouse_event", "UInt", 0x01, "UInt", -15*modifier*obs, "UInt", 5*modifier*obs)
  1914. sleep 89
  1915. if !GetKeyState(key_shoot)
  1916. {
  1917. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1918. break
  1919. }
  1920. DllCall("mouse_event", "UInt", 0x01, "UInt", -38*modifier*obs, "UInt", -5*modifier*obs)
  1921. sleep 89
  1922. if !GetKeyState(key_shoot)
  1923. {
  1924. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1925. break
  1926. }
  1927. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1928. sleep 1000
  1929. if !GetKeyState(key_shoot)
  1930. {
  1931. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1932. break
  1933. }
  1934. }
  1935. }
  1936. if (famas == True){
  1937. loop {
  1938. DllCall("mouse_event", uint, 2, int, 0, int, 0, uint, 0, int, 0)
  1939. sleep 30
  1940. if !GetKeyState(key_shoot)
  1941. {
  1942. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1943. break
  1944. }
  1945. DllCall("mouse_event", "UInt", 0x01, "UInt", -4*modifier, "UInt", 5*modifier)
  1946. sleep 88
  1947. if !GetKeyState(key_shoot)
  1948. {
  1949. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1950. break
  1951. }
  1952. DllCall("mouse_event", "UInt", 0x01, "UInt", 1*modifier, "UInt", 4*modifier)
  1953. sleep 88
  1954. if !GetKeyState(key_shoot)
  1955. {
  1956. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1957. break
  1958. }
  1959. DllCall("mouse_event", "UInt", 0x01, "UInt", -6*modifier, "UInt", 10*modifier)
  1960. sleep 88
  1961. if !GetKeyState(key_shoot)
  1962. {
  1963. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1964. break
  1965. }
  1966. DllCall("mouse_event", "UInt", 0x01, "UInt", -1*modifier, "UInt", 17*modifier)
  1967. sleep 88
  1968. if !GetKeyState(key_shoot)
  1969. {
  1970. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1971. break
  1972. }
  1973. DllCall("mouse_event", "UInt", 0x01, "UInt", 0*modifier, "UInt", 20*modifier)
  1974. sleep 88
  1975. if !GetKeyState(key_shoot)
  1976. {
  1977. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1978. break
  1979. }
  1980. DllCall("mouse_event", "UInt", 0x01, "UInt", 14*modifier, "UInt", 18*modifier)
  1981. sleep 88
  1982. if !GetKeyState(key_shoot)
  1983. {
  1984. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1985. break
  1986. }
  1987. DllCall("mouse_event", "UInt", 0x01, "UInt", 16*modifier, "UInt", 12*modifier)
  1988. sleep 88
  1989. if !GetKeyState(key_shoot)
  1990. {
  1991. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1992. break
  1993. }
  1994. DllCall("mouse_event", "UInt", 0x01, "UInt", -6*modifier, "UInt", 12*modifier)
  1995. sleep 88
  1996. if !GetKeyState(key_shoot)
  1997. {
  1998. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  1999. break
  2000. }
  2001. DllCall("mouse_event", "UInt", 0x01, "UInt", -20*modifier, "UInt", 8*modifier)
  2002. sleep 88
  2003. if !GetKeyState(key_shoot)
  2004. {
  2005. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  2006. break
  2007. }
  2008. DllCall("mouse_event", "UInt", 0x01, "UInt", -16*modifier, "UInt", 5*modifier)
  2009. sleep 88
  2010. if !GetKeyState(key_shoot)
  2011. {
  2012. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  2013. break
  2014. }
  2015. DllCall("mouse_event", "UInt", 0x01, "UInt", -13*modifier, "UInt", 2*modifier)
  2016. sleep 88
  2017. if !GetKeyState(key_shoot)
  2018. {
  2019. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  2020. break
  2021. }
  2022. DllCall("mouse_event", "UInt", 0x01, "UInt", 4*modifier, "UInt", 5*modifier)
  2023. sleep 87
  2024. if !GetKeyState(key_shoot)
  2025. {
  2026. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  2027. break
  2028. }
  2029. DllCall("mouse_event", "UInt", 0x01, "UInt", 23*modifier, "UInt", 4*modifier)
  2030. sleep 88
  2031. if !GetKeyState(key_shoot)
  2032. {
  2033. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  2034. break
  2035. }
  2036. DllCall("mouse_event", "UInt", 0x01, "UInt", 12*modifier, "UInt", 6*modifier)
  2037. sleep 88
  2038. if !GetKeyState(key_shoot)
  2039. {
  2040. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  2041. break
  2042. }
  2043. DllCall("mouse_event", "UInt", 0x01, "UInt", 20*modifier, "UInt", -3*modifier)
  2044. sleep 88
  2045. if !GetKeyState(key_shoot)
  2046. {
  2047. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  2048. break
  2049. }
  2050. DllCall("mouse_event", "UInt", 0x01, "UInt", 5*modifier, "UInt", 0*modifier)
  2051. sleep 88
  2052. if !GetKeyState(key_shoot)
  2053. {
  2054. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  2055. break
  2056. }
  2057. DllCall("mouse_event", "UInt", 0x01, "UInt", 15*modifier, "UInt", 0*modifier)
  2058. sleep 88
  2059. if !GetKeyState(key_shoot)
  2060. {
  2061. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  2062. break
  2063. }
  2064. DllCall("mouse_event", "UInt", 0x01, "UInt", 3*modifier, "UInt", 5*modifier)
  2065. sleep 80
  2066. if !GetKeyState(key_shoot)
  2067. {
  2068. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  2069. break
  2070. }
  2071. DllCall("mouse_event", "UInt", 0x01, "UInt", -4*modifier, "UInt", 3*modifier)
  2072. sleep 88
  2073. if !GetKeyState(key_shoot)
  2074. {
  2075. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  2076. break
  2077. }
  2078. DllCall("mouse_event", "UInt", 0x01, "UInt", -25*modifier, "UInt", -1*modifier)
  2079. sleep 80
  2080. if !GetKeyState(key_shoot)
  2081. {
  2082. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  2083. break
  2084. }
  2085. DllCall("mouse_event", "UInt", 0x01, "UInt", -3*modifier, "UInt", 2*modifier)
  2086. sleep 84
  2087. if !GetKeyState(key_shoot)
  2088. {
  2089. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  2090. break
  2091. }
  2092. DllCall("mouse_event", "UInt", 0x01, "UInt", 11*modifier, "UInt", 0*modifier)
  2093. sleep 80
  2094. if !GetKeyState(key_shoot)
  2095. {
  2096. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  2097. break
  2098. }
  2099. DllCall("mouse_event", "UInt", 0x01, "UInt", 15*modifier, "UInt", -7*modifier)
  2100. sleep 88
  2101. if !GetKeyState(key_shoot)
  2102. {
  2103. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  2104. break
  2105. }
  2106. DllCall("mouse_event", "UInt", 0x01, "UInt", 15*modifier, "UInt", -10*modifier)
  2107. sleep 88
  2108. if !GetKeyState(key_shoot)
  2109. {
  2110. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  2111. break
  2112. }
  2113. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  2114. sleep 1000
  2115. if !GetKeyState(key_shoot)
  2116. {
  2117. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  2118. break
  2119. }
  2120. }
  2121. }
  2122. if (galil == True){
  2123. loop {
  2124. DllCall("mouse_event", uint, 2, int, 0, int, 0, uint, 0, int, 0)
  2125. sleep 10
  2126. if !GetKeyState(key_shoot)
  2127. {
  2128. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  2129. break
  2130. }
  2131. DllCall("mouse_event", "UInt", 0x01, "UInt", 4*modifier, "UInt", 4*modifier)
  2132. sleep 90
  2133. if !GetKeyState(key_shoot)
  2134. {
  2135. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  2136. break
  2137. }
  2138. DllCall("mouse_event", "UInt", 0x01, "UInt", -2*modifier, "UInt", 5*modifier)
  2139. sleep 90
  2140. if !GetKeyState(key_shoot)
  2141. {
  2142. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  2143. break
  2144. }
  2145. DllCall("mouse_event", "UInt", 0x01, "UInt", 6*modifier, "UInt", 10*modifier)
  2146. sleep 90
  2147. if !GetKeyState(key_shoot)
  2148. {
  2149. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  2150. break
  2151. }
  2152. DllCall("mouse_event", "UInt", 0x01, "UInt", 12*modifier, "UInt", 15*modifier)
  2153. sleep 90
  2154. if !GetKeyState(key_shoot)
  2155. {
  2156. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  2157. break
  2158. }
  2159. DllCall("mouse_event", "UInt", 0x01, "UInt", -1*modifier, "UInt", 21*modifier)
  2160. sleep 90
  2161. if !GetKeyState(key_shoot)
  2162. {
  2163. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  2164. break
  2165. }
  2166. DllCall("mouse_event", "UInt", 0x01, "UInt", 2*modifier, "UInt", 24*modifier)
  2167. sleep 90
  2168. if !GetKeyState(key_shoot)
  2169. {
  2170. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  2171. break
  2172. }
  2173. DllCall("mouse_event", "UInt", 0x01, "UInt", 6*modifier, "UInt", 16*modifier)
  2174. sleep 90
  2175. if !GetKeyState(key_shoot)
  2176. {
  2177. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  2178. break
  2179. }
  2180. DllCall("mouse_event", "UInt", 0x01, "UInt", 11*modifier, "UInt", 10*modifier)
  2181. sleep 90
  2182. if !GetKeyState(key_shoot)
  2183. {
  2184. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  2185. break
  2186. }
  2187. DllCall("mouse_event", "UInt", 0x01, "UInt", -4*modifier, "UInt", 14*modifier)
  2188. sleep 90
  2189. if !GetKeyState(key_shoot)
  2190. {
  2191. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  2192. break
  2193. }
  2194. DllCall("mouse_event", "UInt", 0x01, "UInt", -22*modifier, "UInt", 8*modifier)
  2195. sleep 90
  2196. if !GetKeyState(key_shoot)
  2197. {
  2198. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  2199. break
  2200. }
  2201. DllCall("mouse_event", "UInt", 0x01, "UInt", -30*modifier, "UInt", -3*modifier)
  2202. sleep 90
  2203. if !GetKeyState(key_shoot)
  2204. {
  2205. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  2206. break
  2207. }
  2208. DllCall("mouse_event", "UInt", 0x01, "UInt", -29*modifier, "UInt", -13*modifier)
  2209. sleep 90
  2210. if !GetKeyState(key_shoot)
  2211. {
  2212. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  2213. break
  2214. }
  2215. DllCall("mouse_event", "UInt", 0x01, "UInt", -9*modifier, "UInt", 8*modifier)
  2216. sleep 90
  2217. if !GetKeyState(key_shoot)
  2218. {
  2219. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  2220. break
  2221. }
  2222. DllCall("mouse_event", "UInt", 0x01, "UInt", -12*modifier, "UInt", 2*modifier)
  2223. sleep 90
  2224. if !GetKeyState(key_shoot)
  2225. {
  2226. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  2227. break
  2228. }
  2229. DllCall("mouse_event", "UInt", 0x01, "UInt", -7*modifier, "UInt", 1*modifier)
  2230. sleep 90
  2231. if !GetKeyState(key_shoot)
  2232. {
  2233. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  2234. break
  2235. }
  2236. DllCall("mouse_event", "UInt", 0x01, "UInt", 0*modifier, "UInt", 1*modifier)
  2237. sleep 50
  2238. if !GetKeyState(key_shoot)
  2239. {
  2240. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  2241. break
  2242. }
  2243. DllCall("mouse_event", "UInt", 0x01, "UInt", 4*modifier, "UInt", 7*modifier)
  2244. sleep 90
  2245. if !GetKeyState(key_shoot)
  2246. {
  2247. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  2248. break
  2249. }
  2250. DllCall("mouse_event", "UInt", 0x01, "UInt", 25*modifier, "UInt", 7*modifier)
  2251. sleep 90
  2252. if !GetKeyState(key_shoot)
  2253. {
  2254. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  2255. break
  2256. }
  2257. DllCall("mouse_event", "UInt", 0x01, "UInt", 14*modifier, "UInt", 4*modifier)
  2258. sleep 90
  2259. if !GetKeyState(key_shoot)
  2260. {
  2261. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  2262. break
  2263. }
  2264. DllCall("mouse_event", "UInt", 0x01, "UInt", 25*modifier, "UInt", -3*modifier)
  2265. sleep 90
  2266. if !GetKeyState(key_shoot)
  2267. {
  2268. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  2269. break
  2270. }
  2271. DllCall("mouse_event", "UInt", 0x01, "UInt", 31*modifier, "UInt", -9*modifier)
  2272. sleep 90
  2273. if !GetKeyState(key_shoot)
  2274. {
  2275. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  2276. break
  2277. }
  2278. DllCall("mouse_event", "UInt", 0x01, "UInt", 6*modifier, "UInt", 3*modifier)
  2279. sleep 90
  2280. if !GetKeyState(key_shoot)
  2281. {
  2282. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  2283. break
  2284. }
  2285. DllCall("mouse_event", "UInt", 0x01, "UInt", -12*modifier, "UInt", 3*modifier)
  2286. sleep 90
  2287. if !GetKeyState(key_shoot)
  2288. {
  2289. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  2290. break
  2291. }
  2292. DllCall("mouse_event", "UInt", 0x01, "UInt", 13*modifier, "UInt", -1*modifier)
  2293. sleep 90
  2294. if !GetKeyState(key_shoot)
  2295. {
  2296. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  2297. break
  2298. }
  2299. DllCall("mouse_event", "UInt", 0x01, "UInt", 10*modifier, "UInt", -1*modifier)
  2300. sleep 90
  2301. if !GetKeyState(key_shoot)
  2302. {
  2303. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  2304. break
  2305. }
  2306. DllCall("mouse_event", "UInt", 0x01, "UInt", 16*modifier, "UInt", -4*modifier)
  2307. sleep 90
  2308. if !GetKeyState(key_shoot)
  2309. {
  2310. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  2311. break
  2312. }
  2313. DllCall("mouse_event", "UInt", 0x01, "UInt", -9*modifier, "UInt", 5*modifier)
  2314. sleep 90
  2315. if !GetKeyState(key_shoot)
  2316. {
  2317. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  2318. break
  2319. }
  2320. DllCall("mouse_event", "UInt", 0x01, "UInt", -32*modifier, "UInt", -5*modifier)
  2321. sleep 90
  2322. if !GetKeyState(key_shoot)
  2323. {
  2324. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  2325. break
  2326. }
  2327. DllCall("mouse_event", "UInt", 0x01, "UInt", -24*modifier, "UInt", -3*modifier)
  2328. sleep 90
  2329. if !GetKeyState(key_shoot)
  2330. {
  2331. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  2332. break
  2333. }
  2334. DllCall("mouse_event", "UInt", 0x01, "UInt", -15*modifier, "UInt", 5*modifier)
  2335. sleep 90
  2336. if !GetKeyState(key_shoot)
  2337. {
  2338. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  2339. break
  2340. }
  2341. DllCall("mouse_event", "UInt", 0x01, "UInt", 6*modifier, "UInt", 8*modifier)
  2342. sleep 90
  2343. if !GetKeyState(key_shoot)
  2344. {
  2345. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  2346. break
  2347. }
  2348. DllCall("mouse_event", "UInt", 0x01, "UInt", -14*modifier, "UInt", -3*modifier)
  2349. sleep 90
  2350. if !GetKeyState(key_shoot)
  2351. {
  2352. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  2353. break
  2354. }
  2355. DllCall("mouse_event", "UInt", 0x01, "UInt", -24*modifier, "UInt", -14*modifier)
  2356. sleep 90
  2357. if !GetKeyState(key_shoot)
  2358. {
  2359. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  2360. break
  2361. }
  2362. DllCall("mouse_event", "UInt", 0x01, "UInt", -13*modifier, "UInt", -1*modifier)
  2363. sleep 90
  2364. if !GetKeyState(key_shoot)
  2365. {
  2366. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  2367. break
  2368. }
  2369. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  2370. sleep 1000
  2371. if !GetKeyState(key_shoot)
  2372. {
  2373. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  2374. break
  2375. }
  2376. }
  2377. }
  2378. if (ump == True){
  2379. Loop{
  2380. DllCall("mouse_event", uint, 2, int, 0, int, 0, uint, 0, int, 0)
  2381. sleep 15
  2382. if !GetKeyState(key_shoot)
  2383. {
  2384. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  2385. break
  2386. }
  2387. DllCall("mouse_event", "UInt", 0x01, "UInt", -1*modifier, "UInt", 6*modifier)
  2388. sleep 90
  2389. if !GetKeyState(key_shoot)
  2390. {
  2391. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  2392. break
  2393. }
  2394. DllCall("mouse_event", "UInt", 0x01, "UInt", -4*modifier, "UInt", 8*modifier)
  2395. sleep 90
  2396. if !GetKeyState(key_shoot)
  2397. {
  2398. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  2399. break
  2400. }
  2401. DllCall("mouse_event", "UInt", 0x01, "UInt", -2*modifier, "UInt", 18*modifier)
  2402. sleep 90
  2403. if !GetKeyState(key_shoot)
  2404. {
  2405. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  2406. break
  2407. }
  2408. DllCall("mouse_event", "UInt", 0x01, "UInt", -4*modifier, "UInt", 23*modifier)
  2409. sleep 90
  2410. if !GetKeyState(key_shoot)
  2411. {
  2412. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  2413. break
  2414. }
  2415. DllCall("mouse_event", "UInt", 0x01, "UInt", -9*modifier, "UInt", 23*modifier)
  2416. sleep 90
  2417. if !GetKeyState(key_shoot)
  2418. {
  2419. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  2420. break
  2421. }
  2422. DllCall("mouse_event", "UInt", 0x01, "UInt", -3*modifier, "UInt", 26*modifier)
  2423. sleep 90
  2424. if !GetKeyState(key_shoot)
  2425. {
  2426. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  2427. break
  2428. }
  2429. DllCall("mouse_event", "UInt", 0x01, "UInt", 11*modifier, "UInt", 17*modifier)
  2430. sleep 90
  2431. if !GetKeyState(key_shoot)
  2432. {
  2433. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  2434. break
  2435. }
  2436. DllCall("mouse_event", "UInt", 0x01, "UInt", -4*modifier, "UInt", 12*modifier)
  2437. sleep 90
  2438. if !GetKeyState(key_shoot)
  2439. {
  2440. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  2441. break
  2442. }
  2443. DllCall("mouse_event", "UInt", 0x01, "UInt", 9*modifier, "UInt", 13*modifier)
  2444. sleep 90
  2445. if !GetKeyState(key_shoot)
  2446. {
  2447. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  2448. break
  2449. }
  2450. DllCall("mouse_event", "UInt", 0x01, "UInt", 18*modifier, "UInt", 8*modifier)
  2451. sleep 90
  2452. if !GetKeyState(key_shoot)
  2453. {
  2454. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  2455. break
  2456. }
  2457. DllCall("mouse_event", "UInt", 0x01, "UInt", 15*modifier, "UInt", 5*modifier)
  2458. sleep 90
  2459. if !GetKeyState(key_shoot)
  2460. {
  2461. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  2462. break
  2463. }
  2464. DllCall("mouse_event", "UInt", 0x01, "UInt", -1*modifier, "UInt", 3*modifier)
  2465. sleep 90
  2466. if !GetKeyState(key_shoot)
  2467. {
  2468. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  2469. break
  2470. }
  2471. DllCall("mouse_event", "UInt", 0x01, "UInt", 5*modifier, "UInt", 6*modifier)
  2472. sleep 90
  2473. if !GetKeyState(key_shoot)
  2474. {
  2475. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  2476. break
  2477. }
  2478. DllCall("mouse_event", "UInt", 0x01, "UInt", 0*modifier, "UInt", 6*modifier)
  2479. sleep 90
  2480. if !GetKeyState(key_shoot)
  2481. {
  2482. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  2483. break
  2484. }
  2485. DllCall("mouse_event", "UInt", 0x01, "UInt", 9*modifier, "UInt", -3*modifier)
  2486. sleep 90
  2487. if !GetKeyState(key_shoot)
  2488. {
  2489. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  2490. break
  2491. }
  2492. DllCall("mouse_event", "UInt", 0x01, "UInt", 5*modifier, "UInt", -1*modifier)
  2493. sleep 90
  2494. if !GetKeyState(key_shoot)
  2495. {
  2496. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  2497. break
  2498. }
  2499. DllCall("mouse_event", "UInt", 0x01, "UInt", -12*modifier, "UInt", 4*modifier)
  2500. sleep 90
  2501. if !GetKeyState(key_shoot)
  2502. {
  2503. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  2504. break
  2505. }
  2506. DllCall("mouse_event", "UInt", 0x01, "UInt", -19*modifier, "UInt", 1*modifier)
  2507. sleep 85
  2508. if !GetKeyState(key_shoot)
  2509. {
  2510. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  2511. break
  2512. }
  2513. DllCall("mouse_event", "UInt", 0x01, "UInt", -1*modifier, "UInt", -2*modifier)
  2514. sleep 90
  2515. if !GetKeyState(key_shoot)
  2516. {
  2517. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  2518. break
  2519. }
  2520. DllCall("mouse_event", "UInt", 0x01, "UInt", 15*modifier, "UInt", -5*modifier)
  2521. sleep 90
  2522. if !GetKeyState(key_shoot)
  2523. {
  2524. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  2525. break
  2526. }
  2527. DllCall("mouse_event", "UInt", 0x01, "UInt", 17*modifier, "UInt", -2*modifier)
  2528. sleep 85
  2529. if !GetKeyState(key_shoot)
  2530. {
  2531. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  2532. break
  2533. }
  2534. DllCall("mouse_event", "UInt", 0x01, "UInt", -6*modifier, "UInt", 3*modifier)
  2535. sleep 90
  2536. if !GetKeyState(key_shoot)
  2537. {
  2538. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  2539. break
  2540. }
  2541. DllCall("mouse_event", "UInt", 0x01, "UInt", -20*modifier, "UInt", -2*modifier)
  2542. sleep 90
  2543. if !GetKeyState(key_shoot)
  2544. {
  2545. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  2546. break
  2547. }
  2548. DllCall("mouse_event", "UInt", 0x01, "UInt", -3*modifier, "UInt", -1*modifier)
  2549. sleep 90
  2550. if !GetKeyState(key_shoot)
  2551. {
  2552. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  2553. break
  2554. }
  2555. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  2556. sleep 1000
  2557. if !GetKeyState(key_shoot)
  2558. {
  2559. DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
  2560. break
  2561. }
  2562. }
  2563. }
  2564. return
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement