Cheat Codes

Posts 115 of 27 · Page 1 of 2
Cheat Codes
Need help for cheat codes, they have new client now. The one hit cheat doesnt work anymore. Can someone make the code again?
ALL AVALIABLE
AoB = AOBScan("22 ?? ?? ?? ?? 5A 58 7D ?? ?? ?? ?? 02 7B ?? ?? ?? ?? 02 7B")
if (AoB) then
print("Infinite Energy OK")
for x=0, AoB.getCount()-1 do
writeBytes(tonumber(AoB[x],16)+3, 0x70, 0x41)
end
else
print("Infinite Energy FAILED")
end

AoB = AOBScan("72 69 67 68 74 20 61 74 74 61 63 6B")
if (AoB) then
print("Disable Zombie Attack 1 OK")
for x=0, AoB.getCount()-1 do
writeBytes(tonumber(AoB[x],16)+0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00)
end
else
print("Disable Zombie Attack 1 FAILED")
end

AoB = AOBScan("64 6F 75 62 6C 65 20 61 74 74 61 63 6B")
if (AoB) then
print("Disable Zombie Attack 2 OK")
for x=0, AoB.getCount()-1 do
writeBytes(tonumber(AoB[x],16)+0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00)
end
else
print("Disable Zombie Attack 2 FAILED")
end

AoB = AOBScan("6C 65 66 74 20 61 74 74 61 63 6B")
if (AoB) then
print("Disable Zombie Attack 3 OK")
for x=0, AoB.getCount()-1 do
writeBytes(tonumber(AoB[x],16)+0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00)
end
else
print("Disable Zombie Attack 3 FAILED")
end

AoB = AOBScan("73 74 61 62 20 61 74 74 61 63 6B")
if (AoB) then
print("Disable Zombie Attack 4 OK")
for x=0, AoB.getCount()-1 do
writeBytes(tonumber(AoB[x],16)+0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00)
end
else
print("Disable Zombie Attack 4 FAILED")
end

AoB = AOBScan("60 ?? ?? ?? CC ?? ?? ?? ?? 78 ?? ?? 11 ?? 6B 5A 58 5A ?? 9A")
if (AoB) then
print("Super Sprint OK")
for x=0, AoB.getCount()-1 do
writeBytes(tonumber(AoB[x],16)+5, 0x7A, 0x40)
end
else
print("Super Sprint FAILED")
end

AoB = AOBScan("02 7B 12 0D 00 04 7B BA 0C 00 04 28 D1 24 00 06 16 6B 3D 4E")
if (AoB) then
print("1hit ON")
for x=0, AoB.getCount()-1 do
writeBytes(tonumber(AoB[x],16)+19, 0x00)
end
else
print("1hit OFF")
end
Instant kill and no zombies does not work
Thank you for your reply however 1 hit doesnt still work :/
??
how do you use these codes to begin with ??
Quote Originally Posted by A7XSOAD View Post
AoB = AOBScan("22 ?? ?? ?? ?? 5A 58 7D ?? ?? ?? ?? 02 7B ?? ?? ?? ?? 02 7B")
if (AoB) then
print("Infinite Energy OK")
for x=0, AoB.getCount()-1 do
writeBytes(tonumber(AoB[x],16)+3, 0x70, 0x41)
end
else
print("Infinite Energy FAILED")
end

AoB = AOBScan("72 69 67 68 74 20 61 74 74 61 63 6B")
if (AoB) then
print("Disable Zombie Attack 1 OK")
for x=0, AoB.getCount()-1 do
writeBytes(tonumber(AoB[x],16)+0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00)
end
else
print("Disable Zombie Attack 1 FAILED")
end

AoB = AOBScan("64 6F 75 62 6C 65 20 61 74 74 61 63 6B")
if (AoB) then
print("Disable Zombie Attack 2 OK")
for x=0, AoB.getCount()-1 do
writeBytes(tonumber(AoB[x],16)+0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00)
end
else
print("Disable Zombie Attack 2 FAILED")
end

AoB = AOBScan("6C 65 66 74 20 61 74 74 61 63 6B")
if (AoB) then
print("Disable Zombie Attack 3 OK")
for x=0, AoB.getCount()-1 do
writeBytes(tonumber(AoB[x],16)+0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00)
end
else
print("Disable Zombie Attack 3 FAILED")
end

AoB = AOBScan("73 74 61 62 20 61 74 74 61 63 6B")
if (AoB) then
print("Disable Zombie Attack 4 OK")
for x=0, AoB.getCount()-1 do
writeBytes(tonumber(AoB[x],16)+0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00)
end
else
print("Disable Zombie Attack 4 FAILED")
end

AoB = AOBScan("60 ?? ?? ?? CC ?? ?? ?? ?? 78 ?? ?? 11 ?? 6B 5A 58 5A ?? 9A")
if (AoB) then
print("Super Sprint OK")
for x=0, AoB.getCount()-1 do
writeBytes(tonumber(AoB[x],16)+5, 0x7A, 0x40)
end
else
print("Super Sprint FAILED")
end

AoB = AOBScan("02 7B 12 0D 00 04 7B BA 0C 00 04 28 D1 24 00 06 16 6B 3D 4E")
if (AoB) then
print("1hit ON")
for x=0, AoB.getCount()-1 do
writeBytes(tonumber(AoB[x],16)+19, 0x00)
end
else
print("1hit OFF")
end
Obrigado pelos codigos. Você consegue entrar em contato comigo ????
Cheat Engine
Quote Originally Posted by greenecael View Post
how do you use these codes to begin with ??
You need Cheat Engine(CE) to use the codes.

You can try searching for it in Youtube.
1 hit kill code
anyone know this
same pack with more loot spawns, more loot etc
AoB = AOBScan("04 02 1F 23 7D")
if (AoB) then
print("LOOTEO CHETADO ACTIVADO")
for i=0,AoB.getCount()-1 do
writeBytes(tonumber(AoB[i],16)+5, 0x11)
end
AoB.Destroy()
AoB = nil
else
print("LOOTEO CHETADO FALLADO")
end

AoB = AOBScan("22 ?? ?? ?? ?? 5A 58 7D ?? ?? ?? ?? 02 7B ?? ?? ?? ?? 02 7B")
if (AoB) then
print("Infinite Energy ACTIVADO")
for x=0, AoB.getCount()-1 do
writeBytes(tonumber(AoB[x],16)+3, 0x70, 0x41)
end
else
print("Infinite Energy FAILED")
end
AoB = AOBScan("0A 22 ?? ?? ?? ?? 0B 06 1F ?? 3C ?? ?? ?? ?? 22 ?? ?? ?? ?? 0B 06 1F ?? 3C ?? ?? ?? ?? 22 ?? ?? ?? ?? 0B 06 1F ?? 3C ?? ?? ?? ?? 22 ?? ?? ?? ?? 0B ")
if (AoB) then
print("100% EXP BOOST ACTIVADO")
for x=0, AoB.getCount()-1 do
writeBytes(tonumber(AoB[x],16)+3, 0x01, 0x80)
writeBytes(tonumber(AoB[x],16)+17, 0x01, 0x80)
writeBytes(tonumber(AoB[x],16)+31, 0x01, 0x80)
writeBytes(tonumber(AoB[x],16)+45, 0x01, 0x80)
end
else
print("100% EXP BOOST ACTIVADO")
end
AoB = AOBScan("60 ?? ?? ?? CC ?? ?? ?? ?? 78 ?? ?? 11 ?? 6B 5A 58 5A ?? 9A")
if (AoB) then
print("Super Sprint ACTIVADO")
for x=0, AoB.getCount()-1 do
writeBytes(tonumber(AoB[x],16)+5, 0x7A, 0x40)
end
else
print("Super Sprint FAILED")
end

AoB = AOBScan("02 7B 12 0D 00 04 7B BA 0C 00 04 28 D1 24 00 06 16 6B 3D 4E")
if (AoB) then
print("One Hit Killer ACTIVADO")
for x=0, AoB.getCount()-1 do
writeBytes(tonumber(AoB[x],16)+19, 0x00)
end
else
print("One Hit Killer FAILED")
end

AoB = AOBScan("04 02 1F 23 7D")
if (AoB) then
print("MoreLoot ACTIVADO")
for x=0, AoB.getCount()-1 do
writeBytes(tonumber(AoB[x],16)+5, 0x14)
end
else
print("FAILED")
end

AoB = AOBScan("72 69 67 68 74 20 61 74 74 61 63 6B")
if (AoB) then
print("Disable Zombie Attack 1 ACTIVADO")
for x=0, AoB.getCount()-1 do
writeBytes(tonumber(AoB[x],16)+0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00)
end
else
print("Disable Zombie Attack 1 FAILED")
end

AoB = AOBScan("64 6F 75 62 6C 65 20 61 74 74 61 63 6B")
if (AoB) then
print("Disable Zombie Attack 2 ACTIVADO")
for x=0, AoB.getCount()-1 do
writeBytes(tonumber(AoB[x],16)+0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00)
end
else
print("Disable Zombie Attack 2 FAILED")
end

AoB = AOBScan("6C 65 66 74 20 61 74 74 61 63 6B")
if (AoB) then
print("Disable Zombie Attack 3 ACTIVADO")
for x=0, AoB.getCount()-1 do
writeBytes(tonumber(AoB[x],16)+0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00)
end
else
print("Disable Zombie Attack 3 FAILED")
end


AoB = AOBScan("73 74 61 62 20 61 74 74 61 63 6B")
if (AoB) then
print("Disable Zombie Attack 4 ACTIVADO")
for x=0, AoB.getCount()-1 do
writeBytes(tonumber(AoB[x],16)+0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00)
end
else
print("Disable Zombie Attack 4 FAILED")
end
Quote Originally Posted by SmileyHatman View Post
AoB = AOBScan("04 02 1F 23 7D")
if (AoB) then
print("LOOTEO CHETADO ACTIVADO")
for i=0,AoB.getCount()-1 do
writeBytes(tonumber(AoB[i],16)+5, 0x11)
end
AoB.Destroy()
AoB = nil
else
print("LOOTEO CHETADO FALLADO")
end

AoB = AOBScan("22 ?? ?? ?? ?? 5A 58 7D ?? ?? ?? ?? 02 7B ?? ?? ?? ?? 02 7B")
if (AoB) then
print("Infinite Energy ACTIVADO")
for x=0, AoB.getCount()-1 do
writeBytes(tonumber(AoB[x],16)+3, 0x70, 0x41)
end
else
print("Infinite Energy FAILED")
end
AoB = AOBScan("0A 22 ?? ?? ?? ?? 0B 06 1F ?? 3C ?? ?? ?? ?? 22 ?? ?? ?? ?? 0B 06 1F ?? 3C ?? ?? ?? ?? 22 ?? ?? ?? ?? 0B 06 1F ?? 3C ?? ?? ?? ?? 22 ?? ?? ?? ?? 0B ")
if (AoB) then
print("100% EXP BOOST ACTIVADO")
for x=0, AoB.getCount()-1 do
writeBytes(tonumber(AoB[x],16)+3, 0x01, 0x80)
writeBytes(tonumber(AoB[x],16)+17, 0x01, 0x80)
writeBytes(tonumber(AoB[x],16)+31, 0x01, 0x80)
writeBytes(tonumber(AoB[x],16)+45, 0x01, 0x80)
end
else
print("100% EXP BOOST ACTIVADO")
end
AoB = AOBScan("60 ?? ?? ?? CC ?? ?? ?? ?? 78 ?? ?? 11 ?? 6B 5A 58 5A ?? 9A")
if (AoB) then
print("Super Sprint ACTIVADO")
for x=0, AoB.getCount()-1 do
writeBytes(tonumber(AoB[x],16)+5, 0x7A, 0x40)
end
else
print("Super Sprint FAILED")
end

AoB = AOBScan("02 7B 12 0D 00 04 7B BA 0C 00 04 28 D1 24 00 06 16 6B 3D 4E")
if (AoB) then
print("One Hit Killer ACTIVADO")
for x=0, AoB.getCount()-1 do
writeBytes(tonumber(AoB[x],16)+19, 0x00)
end
else
print("One Hit Killer FAILED")
end

AoB = AOBScan("04 02 1F 23 7D")
if (AoB) then
print("MoreLoot ACTIVADO")
for x=0, AoB.getCount()-1 do
writeBytes(tonumber(AoB[x],16)+5, 0x14)
end
else
print("FAILED")
end

AoB = AOBScan("72 69 67 68 74 20 61 74 74 61 63 6B")
if (AoB) then
print("Disable Zombie Attack 1 ACTIVADO")
for x=0, AoB.getCount()-1 do
writeBytes(tonumber(AoB[x],16)+0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00)
end
else
print("Disable Zombie Attack 1 FAILED")
end

AoB = AOBScan("64 6F 75 62 6C 65 20 61 74 74 61 63 6B")
if (AoB) then
print("Disable Zombie Attack 2 ACTIVADO")
for x=0, AoB.getCount()-1 do
writeBytes(tonumber(AoB[x],16)+0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00)
end
else
print("Disable Zombie Attack 2 FAILED")
end

AoB = AOBScan("6C 65 66 74 20 61 74 74 61 63 6B")
if (AoB) then
print("Disable Zombie Attack 3 ACTIVADO")
for x=0, AoB.getCount()-1 do
writeBytes(tonumber(AoB[x],16)+0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00)
end
else
print("Disable Zombie Attack 3 FAILED")
end


AoB = AOBScan("73 74 61 62 20 61 74 74 61 63 6B")
if (AoB) then
print("Disable Zombie Attack 4 ACTIVADO")
for x=0, AoB.getCount()-1 do
writeBytes(tonumber(AoB[x],16)+0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00)
end
else
print("Disable Zombie Attack 4 FAILED")
end
One Hit Killer not working
I have 1 hit, studying if to sell it for $1 mil in game cash. I'm trying to get $15mil to buy something.
Quote Originally Posted by peoplewhat View Post
I have 1 hit, studying if to sell it for $1 mil in game cash. I'm trying to get $15mil to buy something.
I want to buy it please
Quote Originally Posted by Titanrider123 View Post
I want to buy it please
lol give me a message on here or on dis.cord, my username is guest1#1626, I'll give you it, I'll send you some wine for $1mil in df.
1 hit code
Quote Originally Posted by peoplewhat View Post
lol give me a message on here or on dis.cord, my username is guest1#1626, I'll give you it, I'll send you some wine for $1mil in df.
Hey im also looking to buy the code from you. ive sent a friend request on dis.cord. my names dagrawaw on it
hi
Quote Originally Posted by peoplewhat View Post
I have 1 hit, studying if to sell it for $1 mil in game cash. I'm trying to get $15mil to buy something.
you can give me too i send you 1mil
Is this real 100% exp boost, and safe just to use that single code?
Posts 115 of 27 · Page 1 of 2

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?