Onaylı Üye
i love this heart ahahIt has a mod on the BlackMod site
Thank you buddy. blackmod.net There are mod versions herei love this heart ahah
only garena broIt has a mod on the BlackMod site
pass it pleasei have fast run and no recoil but no esp u need it?
Garena and Korea... Global not workonly garena bro
Post automatically merged:
pass it please
EmuButton1.Width = 110
EmuButton1.Height = 40
EmuButton1.onClick = gameloop
EmuButton1.Caption = 'Gameloop'
EmuButton2 = createButton(EmuForm)
EmuButton2.Left = 170
EmuButton2.Top = 10
EmuButton2.Width = 110
EmuButton2.Height = 40
EmuButton2.onClick = LDPlayer
EmuButton2.Caption = 'LDPlayer'
function startmenu()
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 Game First!", mtWarning, mbOK)
closeCE()
else
openProcess(pid)
----------------HACK MENU START----------------
function nr()
searchV = '00 00 80 3F 00 00 80 3F 33 33 93 3F CD CC 8C 3F'
replaceV = '00 00 80 3F 00 00 80 3F 33 33 93 3F CD CC 8C 3F F0 23 74 49 00 00 10 41 9A 99 C9 3F AC C5 27 37 00 00 A0 40'
AOBRep(searchV,replaceV)
showMessage("NoRecoil Active")
end
function RPD()
searchV = '59 17 77 3F 12 83 A0 3F D7 A3 30 3F 52 B8 1E 3F 9A 99 99 3E 9A 99 99 3E'
replaceV = '1F 85 CB 3F 12 83 A0 3F D7 A3 30 3F 52 B8 1E 3F 9A 99 99 3E 9A 99 99 3E'
AOBRep(searchV,replaceV)
showMessage("SpeedHack RPD Active")
end
function AK47()
searchV = 'A7 E8 84 3F 08 AC AC 3F D7 A3 30 3F 52 B8 1E 3F 9A 99 99 3E 9A 99 99 3E'
replaceV = 'D7 A3 D0 3F 08 AC AC 3F D7 A3 30 3F 52 B8 1E 3F 9A 99 99 3E 9A 99 99 3E'
AOBRep(searchV,replaceV)
showMessage("SpeedHack AK47 Active")
end
function BY15()
searchV = 'F2 B0 8C 3F A9 A4 B6 3F D7 A3 30 3F 52 B8 1E 3F 9A 99 99 3E 9A 99 99 3E'
replaceV = 'EC 51 D8 3F A9 A4 B6 3F D7 A3 30 3F 52 B8 1E 3F 9A 99 99 3E 9A 99 99 3E'
AOBRep(searchV,replaceV)
showMessage("SpeedHack BY15 Active")
end
function DL()
searchV = '44 8B 84 3F 62 10 AC 3F D7 A3 30 3F 52 B8 1E 3F 9A 99 99 3E 9A 99 99 3E'
replaceV = '85 EB D1 3F 62 10 AC 3F D7 A3 30 3F 52 B8 1E 3F 9A 99 99 3E 9A 99 99 3E'
AOBRep(searchV,replaceV)
showMessage("SpeedHack DL Active")
end
function M21()
searchV = 'BF 0E 84 3F BC 74 AB 3F D7 A3 30 3F 52 B8 1E 3F 9A 99 99 3E 9A 99 99 3E'
replaceV = '33 33 D3 3F BC 74 AB 3F D7 A3 30 3F 52 B8 1E 3F 9A 99 99 3E 9A 99 99 3E'
AOBRep(searchV,replaceV)
showMessage("SpeedHack M21 Active")
end
function AKS()
searchV = 'F2 B0 8C 3F A9 A4 B6 3F D7 A3 30 3F 52 B8 1E 3F 9A 99 99 3E 9A 99 99 3E'
replaceV = 'EC 51 D8 3F A9 A4 B6 3F D7 A3 30 3F 52 B8 1E 3F 9A 99 99 3E 9A 99 99 3E'
AOBRep(searchV,replaceV)
showMessage("SpeedHack AKS Active")
end
function KN()
searchV = 'A2 45 8E 3F E1 7A BC 3F D7 A3 30 3F 52 B8 1E 3F 9A 99 99 3E 9A 99 99 3E'
replaceV = 'CD CC EC 3F E1 7A BC 3F D7 A3 30 3F 52 B8 1E 3F 9A 99 99 3E 9A 99 99 3E'
AOBRep(searchV,replaceV)
showMessage("SpeedHack KN Active")
end
function M4()
searchV = '22 FD 8A 3F 08 AC AC 3F D7 A3 30 3F 52 B8 1E 3F 9A 99 99 3E 9A 99 99 3E'
replaceV = 'EC 51 D8 3F 08 AC AC 3F D7 A3 30 3F 52 B8 1E 3F 9A 99 99 3E 9A 99 99 3E'
AOBRep(searchV,replaceV)
showMessage("SpeedHack M4 Active")
end
function MW11()
searchV = 'BE 9F 8A 3F CF F7 B3 3F D7 A3 30 3F 52 B8 1E 3F 9A 99 99 3E 9A 99 99 3E'
replaceV = '3D 0A D7 3F CF F7 B3 3F D7 A3 30 3F 52 B8 1E 3F 9A 99 99 3E 9A 99 99 3E'
AOBRep(searchV,replaceV)
showMessage("SpeedHack MW11 Active")
end
MyForm = createForm(true)
MyForm.Caption = 'Call Of Duty Mobile Hack V1.0'
MyForm.Width = 400
MyForm.Height = 280
btn1 = createButton(MyForm)
btn1.Left = 10
btn1.Top = 10
btn1.Width = 380
btn1.Height = 40
btn1.onClick = nr
btn1.Caption = 'No Recoil All Series M4,AK47,RPD,LK24,S36 Anti Banned 99%'
btn2 = createButton(MyForm)
btn2.Left = 10
btn2.Top = 60
btn2.Width = 120
btn2.Height = 40
btn2.onClick = M4
btn2.Caption = 'Speedhack M4'
btn3 = createButton(MyForm)
btn3.Left = 140
btn3.Top = 60
btn3.Width = 120
btn3.Height = 40
btn3.onClick = RPD
btn3.Caption = 'Speedhack RPD'
btn4 = createButton(MyForm)
btn4.Left = 270
btn4.Top = 60
btn4.Width = 120
btn4.Height = 40
btn4.onClick = AK47
btn4.Caption = 'Speedhack AK47'
btn5 = createButton(MyForm)
btn5.Left = 10
btn5.Top = 110
btn5.Width = 120
btn5.Height = 40
btn5.onClick = BY15
btn5.Caption = 'Speedhack BY15'
btn6 = createButton(MyForm)
btn6.Left = 140
btn6.Top = 110
btn6.Width = 120
btn6.Height = 40
btn6.onClick = DL
btn6.Caption = 'Speedhack DL'
btn6 = createButton(MyForm)
btn6.Left = 270
btn6.Top = 110
btn6.Width = 120
btn6.Height = 40
btn6.onClick = M21
btn6.Caption = 'Speedhack M21 '
btn7 = createButton(MyForm)
btn7.Left = 10
btn7.Top = 160
btn7.Width = 120
btn7.Height = 40
btn7.onClick = AKS
btn7.Caption = 'Speedhack AKS'
btn8 = createButton(MyForm)
btn8.Left = 140
btn8.Top = 160
btn8.Width = 120
btn8.Height = 40
btn8.onClick = KN
btn8.Caption = 'Speedhack Knife '
btn9 = createButton(MyForm)
btn9.Left = 270
btn9.Top = 160
btn9.Width = 120
btn9.Height = 40
btn9.onClick = MW11
btn9.Caption = 'Speedhack MW11'
---/
info1l = createLabel(MyForm)
info1l.Caption= 'Active Hack in The Game [JustOneTime]'
info1l.Left = 90
info1l.Top = 210
info2l = createLabel(MyForm)
info2l.Caption= 'Share by www.[censored].net'
info2l.Left = 130
info2l.Top = 230
----------------HACK MENU FINISH----------------
end
end
</LuaScript>
</CheatTable>
Use Cheat Engine with fast runah okok, thanks
CE code
Kod:EmuButton1.Width = 110 EmuButton1.Height = 40 EmuButton1.onClick = gameloop EmuButton1.Caption = 'Gameloop' EmuButton2 = createButton(EmuForm) EmuButton2.Left = 170 EmuButton2.Top = 10 EmuButton2.Width = 110 EmuButton2.Height = 40 EmuButton2.onClick = LDPlayer EmuButton2.Caption = 'LDPlayer' function startmenu() 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 Game First!", mtWarning, mbOK) closeCE() else openProcess(pid) ----------------HACK MENU START---------------- function nr() searchV = '00 00 80 3F 00 00 80 3F 33 33 93 3F CD CC 8C 3F' replaceV = '00 00 80 3F 00 00 80 3F 33 33 93 3F CD CC 8C 3F F0 23 74 49 00 00 10 41 9A 99 C9 3F AC C5 27 37 00 00 A0 40' AOBRep(searchV,replaceV) showMessage("NoRecoil Active") end function RPD() searchV = '59 17 77 3F 12 83 A0 3F D7 A3 30 3F 52 B8 1E 3F 9A 99 99 3E 9A 99 99 3E' replaceV = '1F 85 CB 3F 12 83 A0 3F D7 A3 30 3F 52 B8 1E 3F 9A 99 99 3E 9A 99 99 3E' AOBRep(searchV,replaceV) showMessage("SpeedHack RPD Active") end function AK47() searchV = 'A7 E8 84 3F 08 AC AC 3F D7 A3 30 3F 52 B8 1E 3F 9A 99 99 3E 9A 99 99 3E' replaceV = 'D7 A3 D0 3F 08 AC AC 3F D7 A3 30 3F 52 B8 1E 3F 9A 99 99 3E 9A 99 99 3E' AOBRep(searchV,replaceV) showMessage("SpeedHack AK47 Active") end function BY15() searchV = 'F2 B0 8C 3F A9 A4 B6 3F D7 A3 30 3F 52 B8 1E 3F 9A 99 99 3E 9A 99 99 3E' replaceV = 'EC 51 D8 3F A9 A4 B6 3F D7 A3 30 3F 52 B8 1E 3F 9A 99 99 3E 9A 99 99 3E' AOBRep(searchV,replaceV) showMessage("SpeedHack BY15 Active") end function DL() searchV = '44 8B 84 3F 62 10 AC 3F D7 A3 30 3F 52 B8 1E 3F 9A 99 99 3E 9A 99 99 3E' replaceV = '85 EB D1 3F 62 10 AC 3F D7 A3 30 3F 52 B8 1E 3F 9A 99 99 3E 9A 99 99 3E' AOBRep(searchV,replaceV) showMessage("SpeedHack DL Active") end function M21() searchV = 'BF 0E 84 3F BC 74 AB 3F D7 A3 30 3F 52 B8 1E 3F 9A 99 99 3E 9A 99 99 3E' replaceV = '33 33 D3 3F BC 74 AB 3F D7 A3 30 3F 52 B8 1E 3F 9A 99 99 3E 9A 99 99 3E' AOBRep(searchV,replaceV) showMessage("SpeedHack M21 Active") end function AKS() searchV = 'F2 B0 8C 3F A9 A4 B6 3F D7 A3 30 3F 52 B8 1E 3F 9A 99 99 3E 9A 99 99 3E' replaceV = 'EC 51 D8 3F A9 A4 B6 3F D7 A3 30 3F 52 B8 1E 3F 9A 99 99 3E 9A 99 99 3E' AOBRep(searchV,replaceV) showMessage("SpeedHack AKS Active") end function KN() searchV = 'A2 45 8E 3F E1 7A BC 3F D7 A3 30 3F 52 B8 1E 3F 9A 99 99 3E 9A 99 99 3E' replaceV = 'CD CC EC 3F E1 7A BC 3F D7 A3 30 3F 52 B8 1E 3F 9A 99 99 3E 9A 99 99 3E' AOBRep(searchV,replaceV) showMessage("SpeedHack KN Active") end function M4() searchV = '22 FD 8A 3F 08 AC AC 3F D7 A3 30 3F 52 B8 1E 3F 9A 99 99 3E 9A 99 99 3E' replaceV = 'EC 51 D8 3F 08 AC AC 3F D7 A3 30 3F 52 B8 1E 3F 9A 99 99 3E 9A 99 99 3E' AOBRep(searchV,replaceV) showMessage("SpeedHack M4 Active") end function MW11() searchV = 'BE 9F 8A 3F CF F7 B3 3F D7 A3 30 3F 52 B8 1E 3F 9A 99 99 3E 9A 99 99 3E' replaceV = '3D 0A D7 3F CF F7 B3 3F D7 A3 30 3F 52 B8 1E 3F 9A 99 99 3E 9A 99 99 3E' AOBRep(searchV,replaceV) showMessage("SpeedHack MW11 Active") end MyForm = createForm(true) MyForm.Caption = 'Call Of Duty Mobile Hack V1.0' MyForm.Width = 400 MyForm.Height = 280 btn1 = createButton(MyForm) btn1.Left = 10 btn1.Top = 10 btn1.Width = 380 btn1.Height = 40 btn1.onClick = nr btn1.Caption = 'No Recoil All Series M4,AK47,RPD,LK24,S36 Anti Banned 99%' btn2 = createButton(MyForm) btn2.Left = 10 btn2.Top = 60 btn2.Width = 120 btn2.Height = 40 btn2.onClick = M4 btn2.Caption = 'Speedhack M4' btn3 = createButton(MyForm) btn3.Left = 140 btn3.Top = 60 btn3.Width = 120 btn3.Height = 40 btn3.onClick = RPD btn3.Caption = 'Speedhack RPD' btn4 = createButton(MyForm) btn4.Left = 270 btn4.Top = 60 btn4.Width = 120 btn4.Height = 40 btn4.onClick = AK47 btn4.Caption = 'Speedhack AK47' btn5 = createButton(MyForm) btn5.Left = 10 btn5.Top = 110 btn5.Width = 120 btn5.Height = 40 btn5.onClick = BY15 btn5.Caption = 'Speedhack BY15' btn6 = createButton(MyForm) btn6.Left = 140 btn6.Top = 110 btn6.Width = 120 btn6.Height = 40 btn6.onClick = DL btn6.Caption = 'Speedhack DL' btn6 = createButton(MyForm) btn6.Left = 270 btn6.Top = 110 btn6.Width = 120 btn6.Height = 40 btn6.onClick = M21 btn6.Caption = 'Speedhack M21 ' btn7 = createButton(MyForm) btn7.Left = 10 btn7.Top = 160 btn7.Width = 120 btn7.Height = 40 btn7.onClick = AKS btn7.Caption = 'Speedhack AKS' btn8 = createButton(MyForm) btn8.Left = 140 btn8.Top = 160 btn8.Width = 120 btn8.Height = 40 btn8.onClick = KN btn8.Caption = 'Speedhack Knife ' btn9 = createButton(MyForm) btn9.Left = 270 btn9.Top = 160 btn9.Width = 120 btn9.Height = 40 btn9.onClick = MW11 btn9.Caption = 'Speedhack MW11' ---/ info1l = createLabel(MyForm) info1l.Caption= 'Active Hack in The Game [JustOneTime]' info1l.Left = 90 info1l.Top = 210 info2l = createLabel(MyForm) info2l.Caption= 'Share by www.[censored].net' info2l.Left = 130 info2l.Top = 230 ----------------HACK MENU FINISH---------------- end end </LuaScript> </CheatTable>
Thank you but do you have it (ESP....)?CE code
Kod:EmuButton1.Width = 110 EmuButton1.Height = 40 EmuButton1.onClick = gameloop EmuButton1.Caption = 'Gameloop' EmuButton2 = createButton(EmuForm) EmuButton2.Left = 170 EmuButton2.Top = 10 EmuButton2.Width = 110 EmuButton2.Height = 40 EmuButton2.onClick = LDPlayer EmuButton2.Caption = 'LDPlayer' function startmenu() 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 Game First!", mtWarning, mbOK) closeCE() else openProcess(pid) ----------------HACK MENU START---------------- function nr() searchV = '00 00 80 3F 00 00 80 3F 33 33 93 3F CD CC 8C 3F' replaceV = '00 00 80 3F 00 00 80 3F 33 33 93 3F CD CC 8C 3F F0 23 74 49 00 00 10 41 9A 99 C9 3F AC C5 27 37 00 00 A0 40' AOBRep(searchV,replaceV) showMessage("NoRecoil Active") end function RPD() searchV = '59 17 77 3F 12 83 A0 3F D7 A3 30 3F 52 B8 1E 3F 9A 99 99 3E 9A 99 99 3E' replaceV = '1F 85 CB 3F 12 83 A0 3F D7 A3 30 3F 52 B8 1E 3F 9A 99 99 3E 9A 99 99 3E' AOBRep(searchV,replaceV) showMessage("SpeedHack RPD Active") end function AK47() searchV = 'A7 E8 84 3F 08 AC AC 3F D7 A3 30 3F 52 B8 1E 3F 9A 99 99 3E 9A 99 99 3E' replaceV = 'D7 A3 D0 3F 08 AC AC 3F D7 A3 30 3F 52 B8 1E 3F 9A 99 99 3E 9A 99 99 3E' AOBRep(searchV,replaceV) showMessage("SpeedHack AK47 Active") end function BY15() searchV = 'F2 B0 8C 3F A9 A4 B6 3F D7 A3 30 3F 52 B8 1E 3F 9A 99 99 3E 9A 99 99 3E' replaceV = 'EC 51 D8 3F A9 A4 B6 3F D7 A3 30 3F 52 B8 1E 3F 9A 99 99 3E 9A 99 99 3E' AOBRep(searchV,replaceV) showMessage("SpeedHack BY15 Active") end function DL() searchV = '44 8B 84 3F 62 10 AC 3F D7 A3 30 3F 52 B8 1E 3F 9A 99 99 3E 9A 99 99 3E' replaceV = '85 EB D1 3F 62 10 AC 3F D7 A3 30 3F 52 B8 1E 3F 9A 99 99 3E 9A 99 99 3E' AOBRep(searchV,replaceV) showMessage("SpeedHack DL Active") end function M21() searchV = 'BF 0E 84 3F BC 74 AB 3F D7 A3 30 3F 52 B8 1E 3F 9A 99 99 3E 9A 99 99 3E' replaceV = '33 33 D3 3F BC 74 AB 3F D7 A3 30 3F 52 B8 1E 3F 9A 99 99 3E 9A 99 99 3E' AOBRep(searchV,replaceV) showMessage("SpeedHack M21 Active") end function AKS() searchV = 'F2 B0 8C 3F A9 A4 B6 3F D7 A3 30 3F 52 B8 1E 3F 9A 99 99 3E 9A 99 99 3E' replaceV = 'EC 51 D8 3F A9 A4 B6 3F D7 A3 30 3F 52 B8 1E 3F 9A 99 99 3E 9A 99 99 3E' AOBRep(searchV,replaceV) showMessage("SpeedHack AKS Active") end function KN() searchV = 'A2 45 8E 3F E1 7A BC 3F D7 A3 30 3F 52 B8 1E 3F 9A 99 99 3E 9A 99 99 3E' replaceV = 'CD CC EC 3F E1 7A BC 3F D7 A3 30 3F 52 B8 1E 3F 9A 99 99 3E 9A 99 99 3E' AOBRep(searchV,replaceV) showMessage("SpeedHack KN Active") end function M4() searchV = '22 FD 8A 3F 08 AC AC 3F D7 A3 30 3F 52 B8 1E 3F 9A 99 99 3E 9A 99 99 3E' replaceV = 'EC 51 D8 3F 08 AC AC 3F D7 A3 30 3F 52 B8 1E 3F 9A 99 99 3E 9A 99 99 3E' AOBRep(searchV,replaceV) showMessage("SpeedHack M4 Active") end function MW11() searchV = 'BE 9F 8A 3F CF F7 B3 3F D7 A3 30 3F 52 B8 1E 3F 9A 99 99 3E 9A 99 99 3E' replaceV = '3D 0A D7 3F CF F7 B3 3F D7 A3 30 3F 52 B8 1E 3F 9A 99 99 3E 9A 99 99 3E' AOBRep(searchV,replaceV) showMessage("SpeedHack MW11 Active") end MyForm = createForm(true) MyForm.Caption = 'Call Of Duty Mobile Hack V1.0' MyForm.Width = 400 MyForm.Height = 280 btn1 = createButton(MyForm) btn1.Left = 10 btn1.Top = 10 btn1.Width = 380 btn1.Height = 40 btn1.onClick = nr btn1.Caption = 'No Recoil All Series M4,AK47,RPD,LK24,S36 Anti Banned 99%' btn2 = createButton(MyForm) btn2.Left = 10 btn2.Top = 60 btn2.Width = 120 btn2.Height = 40 btn2.onClick = M4 btn2.Caption = 'Speedhack M4' btn3 = createButton(MyForm) btn3.Left = 140 btn3.Top = 60 btn3.Width = 120 btn3.Height = 40 btn3.onClick = RPD btn3.Caption = 'Speedhack RPD' btn4 = createButton(MyForm) btn4.Left = 270 btn4.Top = 60 btn4.Width = 120 btn4.Height = 40 btn4.onClick = AK47 btn4.Caption = 'Speedhack AK47' btn5 = createButton(MyForm) btn5.Left = 10 btn5.Top = 110 btn5.Width = 120 btn5.Height = 40 btn5.onClick = BY15 btn5.Caption = 'Speedhack BY15' btn6 = createButton(MyForm) btn6.Left = 140 btn6.Top = 110 btn6.Width = 120 btn6.Height = 40 btn6.onClick = DL btn6.Caption = 'Speedhack DL' btn6 = createButton(MyForm) btn6.Left = 270 btn6.Top = 110 btn6.Width = 120 btn6.Height = 40 btn6.onClick = M21 btn6.Caption = 'Speedhack M21 ' btn7 = createButton(MyForm) btn7.Left = 10 btn7.Top = 160 btn7.Width = 120 btn7.Height = 40 btn7.onClick = AKS btn7.Caption = 'Speedhack AKS' btn8 = createButton(MyForm) btn8.Left = 140 btn8.Top = 160 btn8.Width = 120 btn8.Height = 40 btn8.onClick = KN btn8.Caption = 'Speedhack Knife ' btn9 = createButton(MyForm) btn9.Left = 270 btn9.Top = 160 btn9.Width = 120 btn9.Height = 40 btn9.onClick = MW11 btn9.Caption = 'Speedhack MW11' ---/ info1l = createLabel(MyForm) info1l.Caption= 'Active Hack in The Game [JustOneTime]' info1l.Left = 90 info1l.Top = 210 info2l = createLabel(MyForm) info2l.Caption= 'Share by www.[censored].net' info2l.Left = 130 info2l.Top = 230 ----------------HACK MENU FINISH---------------- end end </LuaScript> </CheatTable>
you mean angten ?Thank you but do you have it (ESP....)?
We use cookies and similar technologies for the following purposes:
Do you accept cookies and these technologies?
We use cookies and similar technologies for the following purposes:
Do you accept cookies and these technologies?