Advertisement
Guest User

Untitled

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