local value = inputQuery("Login", "Enter you'r key", "") if value ~= "amirnra" then showMessage("Updating ...!") closeCE() else showMessage("Login Succses ") end function AttachToTheSelectedProcess(ProcessID) if type(ProcessID) == "number" then openProcess(ProcessID) else showMessage("Failed to open the select process") closeCE() end end pid = tonumber(inputQuery("Attach", "Enter Process ID :", "")) AttachToTheSelectedProcess(pid) dbk_initialize() dbk_useKernelmodeOpenProcess() dbk_useKernelmodeProcessMemoryAccess() if getOpenedProcessID() then openProcess(getOpenedProcessID()) end dbk_writesIgnoreWriteProtection(true) function AOBRep(search, change) local aob = AOBScan(search) if aob then for m=0,aob.Count-1 do autoAssemble(aob[m]..':\ndb '..change) end aob.Destroy() end end emu= "aow_exe" local p = io.popen('tasklist /fi "IMAGENAME eq '..emu..'.exe" /fi "MEMUSAGE gt 300000" /nh', 'r'); local procInfo = p:read('*a'); p:close(); local pid = procInfo:match('%d+'); pid = tonumber(pid); if(pid == nil)then messageDialog("You Must Start The CODM First!", mtWarning, mbOK) closeCE() else openProcess(pid) function nr() searchV = 'BC 74 13 3E' replaceV = 'CD CC CC 3F' AOBRep(searchV,replaceV) showMessage("✓Head Shot Active✓") end function RPD() searchV = '00 00 80 40 00 00 80 3F 00 00 80 3F 00 00 00 00 00 00 00 00 00 00 40 40' replaceV = '00 00 48 42 00 00 80 3F 00 00 96 43 00 00 00 00 00 00 00 00 00 00 40 40' AOBRep(searchV,replaceV) showMessage("✓Red Line Active✓") end function AK47() searchV = 'A4 70 3D 3E' replaceV = 'E1 7A E4 3F' AOBRep(searchV,replaceV) showMessage("✓Rigester bullets Active✓") end function BY15() searchV = '66 66 E6 3E 00 00' replaceV = '00 00 80 40 00 00' AOBRep(searchV,replaceV) searchV = 'A4 70 3D 3E 66 66 E6 3E' replaceV = '00 00 80 40 66 66 E6 3E' AOBRep(searchV,replaceV) showMessage("✓Aim bot low Active✓") end function DL() searchV = '00 00 80 3F 00 00 80 3F 00 00 20 41' replaceV = '00 00 00 00 00 00 80 3F 00 00 20 41' AOBRep(searchV,replaceV) showMessage("✓No Recoil Active✓") end function M21() searchV = 'C3 F5 88 40 CD CC 4C 40 CD CC 4C 40 00 00 00 3F' replaceV = '00 00 42 41 00 00 C0 40 CD CC 4C 40 00 00 00 3F' AOBRep(searchV,replaceV) showMessage("✓Speed Active✓") end function AKS() searchV = '00 00 42 41 00 00 C0 40 CD CC 4C 40 00 00 00 3F' replaceV = 'C3 F5 88 40 CD CC 4C 40 CD CC 4C 40 00 00 00 3F' AOBRep(searchV,replaceV) showMessage("✓Fast Scope Active✓") end function KN() searchV = 'CD CC 4C 3F 00 00 80 3F 00 00 C0 3F 9A 99 99 3E 9A 99 19 3E 48 E1 85 41' replaceV = '00 00 A0 40 00 00 80 3F 00 00 C0 3F 9A 99 99 3E 9A 99 19 3E 48 E1 85 41' AOBRep(searchV,replaceV) searchV = '00 00 A0 40 00 00 A0 40 9A 99 99 3E 66 66 76 40 66 66 76 40 00 00 80 40' replaceV = '00 00 A0 40 00 00 A0 40 9A 99 99 3E 66 66 76 40 00 00 7A 44 00 00 80 40' AOBRep(searchV,replaceV) searchV = '00 00 20 41 00 00 20 41 00 00 80 3F 00 00 80 3F 00 00 C0 3F 9A 99 99 3E 9A 99 19 3E' replaceV = '00 00 20 41 00 00 20 41 00 00 80 3F 00 00 80 40 00 00 C0 3F 9A 99 99 3E 9A 99 19 3E' AOBRep(searchV,replaceV) showMessage("✓High Jump Active✓") end function M4() searchV = '00 00 00 00 9A 99 19 3E 00 00 80 3E 00 00 00 40 66 66 66 3F CD CC 4C 3E 00 00 F0 41 66 66 66 3F 00 00 F0 41' replaceV = '00 00 00 00 9A 99 19 3E 00 00 80 3E 00 00 00 40 66 66 66 3F 00 00 C8 42 00 00 F0 41 66 66 66 3F 00 00 F0 41' AOBRep(searchV,replaceV) showMessage("✓Super Slide Active✓") end function MW11() searchV = 'EC 51 78 3F' replaceV = '00 00 00 00' AOBRep(searchV,replaceV) searchV = '8F C2 95 3F' replaceV = 'CD CC CC 3D' AOBRep(searchV,replaceV) showMessage("✓DLQ FIRE RATE✓") end MyForm = createForm(true) MyForm.Caption = 'Call of Duty Mobile Cheat - Devil Hackx' MyForm.Width = 525 MyForm.Height = 190 btn1 = createButton(MyForm) btn1.Left = 5 btn1.Top = 25 btn1.Width = 125 btn1.Height = 40 btn1.onClick = nr btn1.Caption = '◑ Head Shot ◐' btn2 = createButton(MyForm) btn2.Left = 135 btn2.Top = 25 btn2.Width = 125 btn2.Height = 40 btn2.onClick = M4 btn2.Caption = '☭ Super Slide (BR) ☭' btn3 = createButton(MyForm) btn3.Left = 265 btn3.Top = 25 btn3.Width = 125 btn3.Height = 40 btn3.onClick = RPD btn3.Caption = '✛ Red Line ✛' btn4 = createButton(MyForm) btn4.Left = 395 btn4.Top = 25 btn4.Width = 125 btn4.Height = 40 btn4.onClick = AK47 btn4.Caption = '★ Rigester Bullets ★' btn5 = createButton(MyForm) btn5.Left = 5 btn5.Top = 75 btn5.Width = 125 btn5.Height = 40 btn5.onClick = BY15 btn5.Caption = '✠ Aim bot low ✠' btn6 = createButton(MyForm) btn6.Left = 135 btn6.Top = 75 btn6.Width = 125 btn6.Height = 40 btn6.onClick = DL btn6.Caption = '✧ No Recoil m4 ✧' btn6 = createButton(MyForm) btn6.Left = 265 btn6.Top = 75 btn6.Width = 128 btn6.Height = 40 btn6.onClick = M21 btn6.Caption = '● Speed Running ●' btn7 = createButton(MyForm) btn7.Left = 395 btn7.Top = 75 btn7.Width = 125 btn7.Height = 40 btn7.onClick = AKS btn7.Caption = '۞ Fast Scope Rifle ۞' btn8 = createButton(MyForm) btn8.Left = 5 btn8.Top = 125 btn8.Width = 125 btn8.Height = 40 btn8.onClick = KN btn8.Caption = '◈ High Jump ◈' btn9 = createButton(MyForm) btn9.Left = 135 btn9.Top = 125 btn9.Width = 125 btn9.Height = 40 btn9.onClick = MW11 btn9.Caption = '✱ Fire Rate DLq ✱' infol = createLabel(MyForm) infol.Caption= 'Hack By Devil_hackx_id - Hack By Devil_hackx_id - Hack By Devil_hackx_id - Hack By Devil_hackx_id - Hack By Devil_hackx_id - ' infol.Left = 0 infol.Top = 5 info2 = createLabel(MyForm) info2.Caption= 'Telegram: @Devil_hackx - Telegram: @Devil_hackx - Telegram: @Devil_hackx - Telegram: @Devil_hackx - Telegram: @Devil_hackx - ' info2.Left = 0 info2.Top = 170 end