Advertisement
Guest User

Untitled

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