Advertisement
hamidy

ct

Feb 6th, 2021
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.54 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <CheatTable CheatEngineTableVersion="28">
  3. <CheatEntries/>
  4. <UserdefinedSymbols/>
  5. <LuaScript>
  6. dbk_initialize()
  7. dbk_useKernelmodeOpenProcess()
  8. dbk_useKernelmodeProcessMemoryAccess()
  9.  
  10. if getOpenedProcessID() then openProcess(getOpenedProcessID()) end
  11.  
  12. dbk_writesIgnoreWriteProtection(true)
  13.  
  14. function AOBRep(search, change)
  15. local aob = AOBScan(search)
  16. if aob then
  17. for i=0,aob.Count-1 do
  18. autoAssemble(aob[i]..':\ndb '..change)
  19. end
  20. aob.Destroy()
  21. end
  22. end
  23.  
  24.  
  25. EmuForm = createForm(true)
  26. EmuForm.Caption = 'Select Emulator'
  27. EmuForm.Width = 310
  28. EmuForm.Height = 100
  29.  
  30. function smartgaga()
  31. emu= "AndroidProcess"
  32. startmenu()
  33. EmuForm.hide()
  34. end
  35. EmuButton1 = createButton(EmuForm)
  36. EmuButton1.Left = 10
  37. EmuButton1.Top = 10
  38. EmuButton1.Width = 110
  39. EmuButton1.Height = 40
  40. EmuButton1.onClick = smartgaga
  41. EmuButton1.Caption = 'SmartGaga'
  42.  
  43.  
  44. function gameloop()
  45. emu= "aow_exe"
  46. startmenu()
  47. EmuForm.hide()
  48. end
  49. EmuButton2 = createButton(EmuForm)
  50. EmuButton2.Left = 170
  51. EmuButton2.Top = 10
  52. EmuButton2.Width = 110
  53. EmuButton2.Height = 40
  54. EmuButton2.onClick = gameloop
  55. EmuButton2.Caption = 'GameLoop'
  56.  
  57.  
  58. function startmenu()
  59. local p = io.popen('tasklist /fi "IMAGENAME eq '..emu..'.exe" /fi "MEMUSAGE gt 300000" /nh', 'r');
  60. local procInfo = p:read('*a');
  61. p:close();
  62. local pid = procInfo:match('%d+');
  63. pid = tonumber(pid);
  64.  
  65. if(pid == nil)then
  66. messageDialog("Oyun bulunamadı, ilk önce oyunu başlatın!\nYou must start the game first!", mtWarning, mbOK)
  67. closeCE()
  68. else
  69. openProcess(pid)
  70.  
  71. ----------------HACK MENU START----------------
  72.  
  73. function shfo()
  74. searchV= '01 00 00 00 04 00 00 00 00 00 00 00 00 00 80 3F 00 00 80 3F 00 00 80 3F 00 00 80 3F 00 00 80 3F 00 00 80 3F 00 00 80 3F 00 00 80 3F 00 00 80 3F 00 00 80 3F 00 00 80 3F'
  75. replaceV= '01 00 00 00 04 00 00 00 00 00 00 00 00 00 00 40 00 00 00 40 00 00 00 40 00 00 00 40 00 00 00 40 00 00 00 40 00 00 00 40 00 00 00 40 00 00 00 40 00 00 00 40 00 00 00 40'
  76. AOBRep(searchV, replaceV)
  77. end
  78. function shff()
  79. replaceV= '01 00 00 00 04 00 00 00 00 00 00 00 00 00 80 3F 00 00 80 3F 00 00 80 3F 00 00 80 3F 00 00 80 3F 00 00 80 3F 00 00 80 3F 00 00 80 3F 00 00 80 3F 00 00 80 3F 00 00 80 3F'
  80. searchV= '01 00 00 00 04 00 00 00 00 00 00 00 00 00 00 40 00 00 00 40 00 00 00 40 00 00 00 40 00 00 00 40 00 00 00 40 00 00 00 40 00 00 00 40 00 00 00 40 00 00 00 40 00 00 00 40'
  81. AOBRep(searchV, replaceV)
  82. end
  83.  
  84. function jhfo()
  85. searchV = 'FF ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 01 00 00 00 00 00 80 3F 00 00 0C 42 00 80 DD 43 00 00 00 00 00 00 5C 42 E8'
  86. replaceV = 'FF ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 01 00 00 00 00 00 40 40 00 00 0C 42 00 40 1C 45 00 00 00 00 00 00 5C 42 E8'
  87. AOBRep(searchV,replaceV)
  88. end
  89. function jhff()
  90. replaceV = 'FF ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 01 00 00 00 00 00 80 3F 00 00 0C 42 00 80 DD 43 00 00 00 00 00 00 5C 42 E8'
  91. searchV = 'FF ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 01 00 00 00 00 00 40 40 00 00 0C 42 00 40 1C 45 00 00 00 00 00 00 5C 42 E8'
  92. AOBRep(searchV,replaceV)
  93. end
  94.  
  95. function twfo()
  96. searchV = '00 20 41 00 00 34 42 00 00 20 ? ? ? ? ?'
  97. replaceV = 'C0 79 44 00 00 34 42 00 00 20 ? ? ? ? ?'
  98. AOBRep(searchV,replaceV)
  99. end
  100. function twff()
  101. replaceV = '00 20 41 00 00 34 42 00 00 20 ? ? ? ? ?'
  102. searchV = 'C0 79 44 00 00 34 42 00 00 20 ? ? ? ? ?'
  103. AOBRep(searchV,replaceV)
  104. end
  105.  
  106. function anfo()
  107. searchV = 'F3 ? ? ? ? ? ? 42 ? ? ? ? ? 00 80 3F 00 00 80 3F 00 00 80 3F 01'
  108. replaceV = '00 00 FC 3F 00 00 FC 3F EA D2 C9 C2 00 C0 79 44 00 00 80 3F 00 00 80 3F 01'
  109. AOBRep(searchV,replaceV)
  110. end
  111. function anff()
  112. replaceV = 'F3 02 B1 42 3F 8E AE 42 EA D2 C9 C2 00 00 80 3F 00 00 80 3F 00 00 80 3F 01 '
  113. searchV = '00 00 FC 3F 00 00 FC 3F EA D2 C9 C2 00 C0 79 44 00 00 80 3F 00 00 80 3F 01'
  114. AOBRep(searchV,replaceV)
  115. end
  116.  
  117. function aifo()
  118. searchV = '00 00 00 41 00 00 70 41'
  119. replaceV = '41 70 00 00 42 AA 00 00'
  120. AOBRep(searchV,replaceV)
  121. end
  122. function aiff()
  123. replaceV = '00 00 00 41 00 00 70 41'
  124. searchV = '41 70 00 00 42 AA 00 00'
  125. AOBRep(searchV,replaceV)
  126. end
  127.  
  128. function fhfo()
  129. autoAssemble([[
  130. aobscan(fovhack1,66 0F 6E 7A 00 8B 5*)
  131. alloc(newmem,$1000)
  132.  
  133. label(code)
  134. label(return)
  135.  
  136. newmem:
  137. mov [edx+00],(float)750
  138. code:
  139. movd xmm7,[edx+00]
  140. jmp return
  141.  
  142. fovhack1:
  143. jmp newmem
  144. return:
  145. registersymbol(fovhack1)
  146. ]])
  147. end
  148.  
  149. function fhff()
  150. autoAssemble([[
  151. fovhack1:
  152. db 66 0F 6E 7A 00
  153.  
  154. unregistersymbol(fovhack1)
  155. dealloc(newmem)
  156. ]])
  157. end
  158.  
  159. function mbfo()
  160. searchV = 'B8 41 00 00 C8 41 00 00 F4 41' --off
  161. searchV2 = 'B8 41 00 00 AF 43 00 00 AF 43' --hs
  162. replaceV = 'B8 41 00 00 2F 44 00 00 2F 44' --mb
  163. AOBRep(searchV,replaceV)
  164. AOBRep(searchV2,replaceV)
  165. end
  166. function ahfo()
  167. searchV = 'B8 41 00 00 C8 41 00 00 F4 41' --off
  168. replaceV = 'B8 41 00 00 AF 43 00 00 AF 43' --hs
  169. searchV2 = 'B8 41 00 00 2F 44 00 00 2F 44' --mb
  170. AOBRep(searchV,replaceV)
  171. AOBRep(searchV2,replaceV)
  172. end
  173. function dgff()
  174. replaceV = 'B8 41 00 00 C8 41 00 00 F4 41' --off
  175. searchV = 'B8 41 00 00 AF 43 00 00 AF 43' --hs
  176. searchV2 = 'B8 41 00 00 2F 44 00 00 2F 44' --mb
  177. AOBRep(searchV,replaceV)
  178. AOBRep(searchV2,replaceV)
  179. end
  180.  
  181. function cwfo()
  182. searchV = '10 EF BC ? ? ? ? 44 BA ? ? ? ? D6 00 9F 00 00 80 3F' --off
  183. searchV2 = '10 EF BC ? ? ? ? 44 BA ? ? ? ? D6 00 9F 00 C0 79 C4' --black
  184. replaceV = '10 EF BC ? ? ? ? 44 BA ? ? ? ? D6 00 9F 00 C0 79 44' --white
  185. AOBRep(searchV,replaceV)
  186. AOBRep(searchV2,replaceV)
  187. end
  188. function cbfo()
  189. searchV = '10 EF BC ? ? ? ? 44 BA ? ? ? ? D6 00 9F 00 00 80 3F' --off
  190. replaceV = '10 EF BC ? ? ? ? 44 BA ? ? ? ? D6 00 9F 00 C0 79 C4' --black
  191. searchV2 = '10 EF BC ? ? ? ? 44 BA ? ? ? ? D6 00 9F 00 C0 79 44' --white
  192. AOBRep(searchV,replaceV)
  193. AOBRep(searchV2,replaceV)
  194. end
  195. function chff()
  196. replaceV = '10 EF BC ? ? ? ? 44 BA ? ? ? ? D6 00 9F 00 00 80 3F' --off
  197. searchV = '10 EF BC ? ? ? ? 44 BA ? ? ? ? D6 00 9F 00 C0 79 C4' --black
  198. searchV2 = '10 EF BC ? ? ? ? 44 BA ? ? ? ? D6 00 9F 00 C0 79 44' --white
  199. AOBRep(searchV,replaceV)
  200. AOBRep(searchV2,replaceV)
  201. end
  202.  
  203.  
  204. MyForm = createForm(true)
  205. MyForm.Caption = 'Murp Hack v1.0'
  206. MyForm.Width = 550
  207. MyForm.Height = 600
  208.  
  209.  
  210. shl = createLabel(MyForm)
  211. shl.Caption= 'Speed Hack*'
  212. shl.Left = 10
  213. shl.Top = 10
  214.  
  215. shbo = createButton(MyForm)
  216. shbo.Left = 10
  217. shbo.Top = 35
  218. shbo.Width = 125
  219. shbo.Height = 40
  220. shbo.onClick = shfo
  221. shbo.Caption = 'On'
  222.  
  223. shbf = createButton(MyForm)
  224. shbf.Left = 110
  225. shbf.Top = 35
  226. shbf.Width = 125
  227. shbf.Height = 40
  228. shbf.onClick = shff
  229. shbf.Caption = 'Off'
  230. ---
  231. jhl = createLabel(MyForm)
  232. jhl.Caption= 'Jump Hack*'
  233. jhl.Left = 300
  234. jhl.Top = 10
  235.  
  236. jhbo = createButton(MyForm)
  237. jhbo.Left = 300
  238. jhbo.Top = 35
  239. jhbo.Width = 125
  240. jhbo.Height = 40
  241. jhbo.onClick = jhfo
  242. jhbo.Caption = 'On'
  243.  
  244. jhbf = createButton(MyForm)
  245. jhbf.Left = 400
  246. jhbf.Top = 35
  247. jhbf.Width = 125
  248. jhbf.Height = 40
  249. jhbf.onClick = jhff
  250. jhbf.Caption = 'Off'
  251. ---/
  252.  
  253.  
  254. anl = createLabel(MyForm)
  255. anl.Caption= 'Antenna Hack'
  256. anl.Left = 10
  257. anl.Top = 110
  258.  
  259. anbo = createButton(MyForm)
  260. anbo.Left = 10
  261. anbo.Top = 135
  262. anbo.Width = 125
  263. anbo.Height = 40
  264. anbo.onClick = anfo
  265. anbo.Caption = 'On'
  266.  
  267. anbf = createButton(MyForm)
  268. anbf.Left = 110
  269. anbf.Top = 135
  270. anbf.Width = 125
  271. anbf.Height = 40
  272. anbf.onClick = anff
  273. anbf.Caption = 'Off'
  274. ---
  275. fhl = createLabel(MyForm)
  276. fhl.Caption= 'FOV Hack'
  277. fhl.Left = 300
  278. fhl.Top = 110
  279.  
  280. fhbo = createButton(MyForm)
  281. fhbo.Left = 300
  282. fhbo.Top = 135
  283. fhbo.Width = 125
  284. fhbo.Height = 40
  285. fhbo.onClick = fhfo
  286. fhbo.Caption = 'On'
  287.  
  288. fhbf = createButton(MyForm)
  289. fhbf.Left = 400
  290. fhbf.Top = 135
  291. fhbf.Width = 125
  292. fhbf.Height = 40
  293. fhbf.onClick = fhff
  294. fhbf.Caption = 'Off'
  295. ---/
  296.  
  297. twl = createLabel(MyForm)
  298. twl.Caption= 'Through Wall*'
  299. twl.Left = 10
  300. twl.Top = 210
  301.  
  302. twbo = createButton(MyForm)
  303. twbo.Left = 10
  304. twbo.Top = 235
  305. twbo.Width = 125
  306. twbo.Height = 40
  307. twbo.onClick = twfo
  308. twbo.Caption = 'On'
  309.  
  310. twbf = createButton(MyForm)
  311. twbf.Left = 110
  312. twbf.Top = 235
  313. twbf.Width = 125
  314. twbf.Height = 40
  315. twbf.onClick = twff
  316. twbf.Caption = 'Off'
  317. ---
  318. ail = createLabel(MyForm)
  319. ail.Caption= 'Aimbot'
  320. ail.Left = 300
  321. ail.Top = 210
  322.  
  323. aibo = createButton(MyForm)
  324. aibo.Left = 300
  325. aibo.Top = 235
  326. aibo.Width = 125
  327. aibo.Height = 40
  328. aibo.onClick = aifo
  329. aibo.Caption = 'On'
  330.  
  331. aibf = createButton(MyForm)
  332. aibf.Left = 400
  333. aibf.Top = 235
  334. aibf.Width = 125
  335. aibf.Height = 40
  336. aibf.onClick = aiff
  337. aibf.Caption = 'Off'
  338. ---/
  339.  
  340. dgl = createLabel(MyForm)
  341. dgl.Caption= 'Danger Hack'
  342. dgl.Left = 10
  343. dgl.Top = 310
  344.  
  345. mbbo = createButton(MyForm)
  346. mbbo.Left = 10
  347. mbbo.Top = 335
  348. mbbo.Width = 150
  349. mbbo.Height = 40
  350. mbbo.onClick = mbfo
  351. mbbo.Caption = 'Magic Bullet'
  352.  
  353. ahbf = createButton(MyForm)
  354. ahbf.Left = 135
  355. ahbf.Top = 335
  356. ahbf.Width = 150
  357. ahbf.Height = 40
  358. ahbf.onClick = ahfo
  359. ahbf.Caption = 'Auto Headshot'
  360.  
  361. dgbf = createButton(MyForm)
  362. dgbf.Left = 270
  363. dgbf.Top = 335
  364. dgbf.Width = 125
  365. dgbf.Height = 40
  366. dgbf.onClick = dgff
  367. dgbf.Caption = 'Off'
  368. ---/
  369.  
  370. chl = createLabel(MyForm)
  371. chl.Caption= 'Color Hack**'
  372. chl.Left = 10
  373. chl.Top = 410
  374.  
  375. cbbo = createButton(MyForm)
  376. cbbo.Left = 10
  377. cbbo.Top = 435
  378. cbbo.Width = 150
  379. cbbo.Height = 40
  380. cbbo.onClick = cbfo
  381. cbbo.Caption = 'Black'
  382.  
  383. cwbf = createButton(MyForm)
  384. cwbf.Left = 135
  385. cwbf.Top = 435
  386. cwbf.Width = 150
  387. cwbf.Height = 40
  388. cwbf.onClick = cwfo
  389. cwbf.Caption = 'White'
  390.  
  391. chbf = createButton(MyForm)
  392. chbf.Left = 270
  393. chbf.Top = 435
  394. chbf.Width = 125
  395. chbf.Height = 40
  396. chbf.onClick = chff
  397. chbf.Caption = 'Off'
  398. ---/
  399.  
  400. info1l = createLabel(MyForm)
  401. info1l.Caption= '* -> Her maç aktifleştirilmeli. - You must activate hack in every match.'
  402. info1l.Left = 10
  403. info1l.Top = 510
  404.  
  405. info2l = createLabel(MyForm)
  406. info2l.Caption= '** -> Lobide aktifleÅŸtirilmeli. - You must activate hack in lobby.'
  407. info2l.Left = 10
  408. info2l.Top = 535
  409.  
  410. info3l = createLabel(MyForm)
  411. info3l.Caption= 'https://www.unknowncheats.me - Kailim murp'
  412. info3l.Left = 60
  413. info3l.Top = 560
  414. info3l.Font.Color= 0xff0000
  415. info3l.Font.Size= 12
  416.  
  417. ----------------HACK MENU FINISH----------------
  418.  
  419.  
  420. end
  421. end
  422. </LuaScript>
  423. </CheatTable>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement