Call of duty cheat for gameloop

Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...
Lord Beerus
Süper Üye
Katılım
27 Şub 2020
Mesajlar
682
Tepki puanı
44
Ödüller
6
6 HİZMET YILI
still didnt understand they way they explain :thinkie:
 
Quy Ẩn Giang Hồ
Süper Üye
Katılım
23 Ocak 2020
Mesajlar
893
Çözümler
2
Tepki puanı
76
Ödüller
3
6 HİZMET YILI
yes i have
CE code
Kod:
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 i=0,aob.Count-1 do
    autoAssemble(aob[i]..':\ndb '..change)
  end
  aob.Destroy()
end
end
 
 
EmuForm = createForm(true)
EmuForm.Caption = 'Mod by SoulPicker'
EmuForm.Width = 310
EmuForm.Height = 100
 
function smartgaga()
emu= "AndroidProcess"
startmenu()
EmuForm.hide()
end
EmuButton1 = createButton(EmuForm)
EmuButton1.Left = 10
EmuButton1.Top = 10
EmuButton1.Width = 110
EmuButton1.Height = 40
EmuButton1.onClick = smartgaga
EmuButton1.Caption = 'SmartGaga'
 
 
function gameloop()
emu= "aow_exe"
startmenu()
EmuForm.hide()
end
EmuButton2 = createButton(EmuForm)
EmuButton2.Left = 170
EmuButton2.Top = 10
EmuButton2.Width = 110
EmuButton2.Height = 40
EmuButton2.onClick = gameloop
EmuButton2.Caption = 'GameLoop'
 
 
 
function gameloop()
emu= ""
startmenu()
EmuForm.hide()
end
EmuButton2 = createButton(EmuForm)
EmuButton2.Left = 90
EmuButton2.Top = 55
EmuButton2.Width = 110
EmuButton2.Height = 40
EmuButton2.onClick = gameloop
EmuButton2.Caption = 'SoulPicker'
 
 
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("Mod by SoulPicker, USE AT YOUR OWN RISK!\nVisit SoulPicker channel on Youtube for more hack", mtWarning, mbOK)
closeCE()
else
openProcess(pid)
 
 
 
end
end
 
--- START HACK FROM HERE ---
function recoilon()
RecoilScan='0000803F0000803F3333933FCDCC8C3F'
RecoilChange='0000803F0000803F3333933FCDCC8C3FF0237449000010419A99C93FACC527370000A040'
AOBRep(RecoilScan, RecoilChange)
showMessage("No Recoil 90% Enabled")
end
 
function recoiloff()
RecoiloffScan='0000803F0000803F3333933FCDCC8C3FF0237449000010419A99C93FACC527370000A040'
RecoiloffChange='0000803F0000803F3333933FCDCC8C3F'
AOBRep(RecoiloffScan, RecoiloffChange)
showMessage("No Recoil 90% Disabled")
end
 
function recoilhackon()
SpeedPlayerScan='0000803F0000803F3333933FCDCC8C3F00007041000010419A99C93FACC527370000A040'
SpeedPlayerChange='0000803F0000803F3333933FCDCC8C3FF0237449000010419A99C93FACC527370000A040'
AOBRep(SpeedPlayerScan, SpeedPlayerChange)
showMessage("NO recoil M4")
end
function recoilhackoff()
SpeedPlayerScan='0000803F0000803F3333933FCDCC8C3FF0237449000010419A99C93FACC527370000A040'
SpeedPlayerChange='0000803F0000803F3333933FCDCC8C3F00007041000010419A99C93FACC527370000A040'
AOBRep(SpeedPlayerScan, SpeedPlayerChange)
showMessage("Speed Player Disabled")
end
 
 
--- START MENU FROM HERE ---
MyForm = createForm(true)
MyForm.Caption = 'COD EMULATOR HACKS'
MyForm.Width = 375
MyForm.Height = 310
 
notice = createLabel(MyForm)
notice.Caption= '*You Need Active in Game *'
notice.Left = 20
notice.Top = 10
 
-- NO RECOIL M4 --
norec = createLabel(MyForm)
norec.Caption= 'No Recoil 90% :'
norec.Left = 20
norec.Top = 35
 
norecon = createButton(MyForm)
norecon.Left = 80
norecon.Top = 30
norecon.Width = 25
norecon.Height = 25
norecon.onClick = recoilon
norecon.Caption = 'On'
 
norecoff = createButton(MyForm)
norecoff.Left = 110
norecoff.Top = 30
norecoff.Width = 25
norecoff.Height = 25
norecoff.onClick = recoiloff
norecoff.Caption = 'Off'
 
-- SPEED HACK --
speedply = createLabel(MyForm)
speedply.Caption= 'No Recoil M4        :'
speedply.Left = 200
speedply.Top = 30
 
speedplyon = createButton(MyForm)
speedplyon.Left = 300
speedplyon.Top = 30
speedplyon.Width = 25
speedplyon.Height = 25
speedplyon.onClick = recoilhackon
speedplyon.Caption = 'On'
 
speedplyoff = createButton(MyForm)
speedplyoff.Left = 330
speedplyoff.Top = 30
speedplyoff.Width = 25
speedplyoff.Height = 25
speedplyoff.onClick = recoilhackoff
speedplyoff.Caption = 'Off'
Thank you
 
Muahhhhh
Uzman Üye
Katılım
6 May 2018
Mesajlar
152
Tepki puanı
3
Yaş
30
8 HİZMET YILI
cheat engine but i think you have to bypass
 
Bringing you closer to the people and things you❤️
Süper Üye
Katılım
10 May 2019
Mesajlar
661
Çözümler
2
Tepki puanı
30
Ödüller
6
Yaş
31
Sosyal
7 HİZMET YILI
I have one
 
Seçkin Üye
Katılım
29 Şub 2020
Mesajlar
351
Tepki puanı
14
Ödüller
6
Yaş
43
6 HİZMET YILI
via cheat engine but i think you have to bypass it first.. bro ~
 
Seçkin Üye
Katılım
26 Şub 2020
Mesajlar
570
Tepki puanı
8
Ödüller
3
Yaş
25
Sosyal
6 HİZMET YILI
I reach 500 message and stay 7days whyi didn't rank up.
 
Seçkin Üye
Katılım
20 Tem 2018
Mesajlar
548
Tepki puanı
13
Ödüller
5
Yaş
28
7 HİZMET YILI
It exposes you to a quick ban, but you can search on YouTube drive there are many
 
Im From Indonesia
Seçkin Üye
Katılım
10 Nis 2018
Mesajlar
592
Tepki puanı
13
Ödüller
3
Yaş
33
8 HİZMET YILI
im also want that cheat ! . plase tell me if u all get it ..
 
Süper Üye
Katılım
7 Nis 2018
Mesajlar
620
Tepki puanı
24
Ödüller
7
Yaş
29
8 HİZMET YILI
yes i have
CE code
Kod:
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 i=0,aob.Count-1 do
    autoAssemble(aob[i]..':\ndb '..change)
  end
  aob.Destroy()
end
end


EmuForm = createForm(true)
EmuForm.Caption = 'Mod by SoulPicker'
EmuForm.Width = 310
EmuForm.Height = 100

function smartgaga()
emu= "AndroidProcess"
startmenu()
EmuForm.hide()
end
EmuButton1 = createButton(EmuForm)
EmuButton1.Left = 10
EmuButton1.Top = 10
EmuButton1.Width = 110
EmuButton1.Height = 40
EmuButton1.onClick = smartgaga
EmuButton1.Caption = 'SmartGaga'


function gameloop()
emu= "aow_exe"
startmenu()
EmuForm.hide()
end
EmuButton2 = createButton(EmuForm)
EmuButton2.Left = 170
EmuButton2.Top = 10
EmuButton2.Width = 110
EmuButton2.Height = 40
EmuButton2.onClick = gameloop
EmuButton2.Caption = 'GameLoop'



function gameloop()
emu= ""
startmenu()
EmuForm.hide()
end
EmuButton2 = createButton(EmuForm)
EmuButton2.Left = 90
EmuButton2.Top = 55
EmuButton2.Width = 110
EmuButton2.Height = 40
EmuButton2.onClick = gameloop
EmuButton2.Caption = 'SoulPicker'


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("Mod by SoulPicker, USE AT YOUR OWN RISK!\nVisit SoulPicker channel on Youtube for more hack", mtWarning, mbOK)
closeCE()
else
openProcess(pid)



end
end

--- START HACK FROM HERE ---
function recoilon()
RecoilScan='0000803F0000803F3333933FCDCC8C3F'
RecoilChange='0000803F0000803F3333933FCDCC8C3FF0237449000010419A99C93FACC527370000A040'
AOBRep(RecoilScan, RecoilChange)
showMessage("No Recoil 90% Enabled")
end

function recoiloff()
RecoiloffScan='0000803F0000803F3333933FCDCC8C3FF0237449000010419A99C93FACC527370000A040'
RecoiloffChange='0000803F0000803F3333933FCDCC8C3F'
AOBRep(RecoiloffScan, RecoiloffChange)
showMessage("No Recoil 90% Disabled")
end

function recoilhackon()
SpeedPlayerScan='0000803F0000803F3333933FCDCC8C3F00007041000010419A99C93FACC527370000A040'
SpeedPlayerChange='0000803F0000803F3333933FCDCC8C3FF0237449000010419A99C93FACC527370000A040'
AOBRep(SpeedPlayerScan, SpeedPlayerChange)
showMessage("NO recoil M4")
end
function recoilhackoff()
SpeedPlayerScan='0000803F0000803F3333933FCDCC8C3FF0237449000010419A99C93FACC527370000A040'
SpeedPlayerChange='0000803F0000803F3333933FCDCC8C3F00007041000010419A99C93FACC527370000A040'
AOBRep(SpeedPlayerScan, SpeedPlayerChange)
showMessage("Speed Player Disabled")
end


--- START MENU FROM HERE ---
MyForm = createForm(true)
MyForm.Caption = 'COD EMULATOR HACKS'
MyForm.Width = 375
MyForm.Height = 310

notice = createLabel(MyForm)
notice.Caption= '*You Need Active in Game *'
notice.Left = 20
notice.Top = 10

-- NO RECOIL M4 --
norec = createLabel(MyForm)
norec.Caption= 'No Recoil 90% :'
norec.Left = 20
norec.Top = 35

norecon = createButton(MyForm)
norecon.Left = 80
norecon.Top = 30
norecon.Width = 25
norecon.Height = 25
norecon.onClick = recoilon
norecon.Caption = 'On'

norecoff = createButton(MyForm)
norecoff.Left = 110
norecoff.Top = 30
norecoff.Width = 25
norecoff.Height = 25
norecoff.onClick = recoiloff
norecoff.Caption = 'Off'

-- SPEED HACK --
speedply = createLabel(MyForm)
speedply.Caption= 'No Recoil M4        :'
speedply.Left = 200
speedply.Top = 30

speedplyon = createButton(MyForm)
speedplyon.Left = 300
speedplyon.Top = 30
speedplyon.Width = 25
speedplyon.Height = 25
speedplyon.onClick = recoilhackon
speedplyon.Caption = 'On'

speedplyoff = createButton(MyForm)
speedplyoff.Left = 330
speedplyoff.Top = 30
speedplyoff.Width = 25
speedplyoff.Height = 25
speedplyoff.onClick = recoilhackoff
speedplyoff.Caption = 'Off'
thanks for share dude
 
Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...
Üst