ExclamationUpdated Hacks?

Posts 115 of 43 · Page 1 of 3
Updated Hacks?
Does anybody have the updated AoB Codes for any of these;

GM Loot,
Infinite Ammo,
Exp Boost,
Damage Boost,
No Vomit,
No Explosion,
Pistol Mode.

If anybody has any of the above please PM me them or post them in the thread to help, thanks.
I understand many of these may be detected but they are mainly to be used for fun

I Already have the codes for;

DZA,
Super Sprint,
Infinite Energy,
Instant Open,
Superboy,
No Zombies in Room,
AFK Exp Boosting,
All Loot Spots.

If anyone wants the codes i already have just PM me and i can send you them.
hey, i would like you to post the afk exp one and is it worth it? how fast does exp go up. and is the all loot spot makes everything lootable or just more looting spots?
BTW can't pm you as you dont have 15 posts.
Quote Originally Posted by mujtabazakria47 View Post
hey, i would like you to post the afk exp one and is it worth it? how fast does exp go up. and is the all loot spot makes everything lootable or just more looting spots?
BTW can't pm you as you dont have 15 posts.
With the AFK Exp, i feel it's really slow, but i think it varies depending on the amount of zombies nearby, not really worth it i don't think, i did test it overnight and didn't get banned though so it's safe to use.
With the looting, i think it's just more loot spots, although almost everything is lootable with it on, after using this for around an hour i did get a 24hour ban.
Yeah just realised, i haven't got the 15 posts, ill just post what i have in the thread, i didn't make any of these just found them and tested which are working. Only use "Superboy", "DZA", "No Zombies in Room" seperately.

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

AoB = AOBScan("22 ?? ?? ?? ?? 5A 58 7D ?? ?? ?? ?? 02 7B ?? ?? ?? ?? 02 7B")
if (AoB) then
print("Infinite Energy OK")
for i=0,AoB.getCount()-1 do
writeBytes(tonumber(AoB[i],16)+3, 0x70, 0x41)
end
AoB.Destroy()
AoB = nil
else
print("Infinite Energy FAILED")
end

AoB = AOBScan("1F ?? 7D ?? ?? ?? ?? 38 ?? ?? ?? ?? 02 7B ?? ?? ?? ?? 7B ?? ?? ?? ?? 17")
if (AoB) then
print("Instant Open OK")
for i=0,AoB.getCount()-1 do
writeBytes(tonumber(AoB[i],16), 0x1F, 0x00)
end
AoB.Destroy()
AoB = nil
else
print("Instant Open FAILED")
end

AoB = AOBScan("F5 06 ?? ?? 02 1F ?? ?? ?? 06 00 04 02 ?? ?? ?? ?? 04 7B D7 06 ?? ?? 17 33 12 17 ?? ?? 00")
if (AoB) then
print("Superboy OK")
for i=0,AoB.getCount()-1 do
writeBytes(tonumber(AoB[i],16)+6, 0x00)
end
AoB.Destroy()
AoB = nil
else
print("Superboy FAILED")
end

AoB = AOBScan("28 2B 13 00 06 28 35 21 00 06 25 26 6F 73 00 00 0A 25 26 26 11 04 28 79 11 00 06 6F 73 00 00 0A 25 26 26 1F 40 7E 53 33 00 04 59 80 52 33 00 04 11 05 28 78 1A 00 06 25 26 28 35 21 00 06")
if (AoB and AoB.getCount()==1) then
print("Exp OK")
writeBytes(tonumber(AoB[0],16)+0, 0x20, 0x10, 0x00, 0x00, 0x00, 0x8C, 0x25, 0x00, 0x00, 0x01)
AoB.Destroy()
AoB = nil
else
print("Exp ERROR")
end

AoB = AOBScan("72 69 67 68 74 20 61 74 74 61 63 6B")
if (AoB and AoB.getCount()==1437) then
print("DZA1 OK")
for i=0,1436 do
writeBytes(tonumber(AoB[i],16)+0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00)
end
AoB.Destroy()
AoB = nil
else
print("DZA1 ERROR")
end

AoB = AOBScan("6C 65 66 74 20 61 74 74 61 63 6B")
if (AoB and AoB.getCount()==1415) then
print("DZA2 OK")
for i=0,1414 do
writeBytes(tonumber(AoB[i],16)+0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00)
end
AoB.Destroy()
AoB = nil
else
print("DZA2 ERROR")
end

AoB = AOBScan("64 6F 75 62 6C 65 20 61 74 74 61 63 6B")
if (AoB and AoB.getCount()==1272) then
print("DZA3 OK")
for i=0,1271 do
writeBytes(tonumber(AoB[i],16)+0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00)
end
AoB.Destroy()
AoB = nil
else
print("DZA3 ERROR")
end

AoB = AOBScan("73 74 61 62 20 61 74 74 61 63 6B")
if (AoB and AoB.getCount()==21) then
print("DZA4 OK")
for i=0,20 do
writeBytes(tonumber(AoB[i],16)+0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00)
end
AoB.Destroy()
AoB = nil
else
print("DZA4 ERROR")
end

AoB = AOBScan("01 00 04 02 1F 23 7D")
if (AoB) then
print("All Loot OK")
for i=0,AoB.getCount()-1 do
writeBytes(tonumber(AoB[i],16)+5, 0x94)
end
AoB.Destroy()
AoB = nil
else
print("All Loot FAILED")
end

AoB = AOBScan("7B 96 06 00 04 6F 2D 00 00 0A 25 26 7D F5 06 00 04 02 1F")
if (AoB) then
print("No Zombies in Room OK")
for i=0,AoB.getCount()-1 do
writeBytes(tonumber(AoB[i],16)+7, 0x06)
end
AoB.Destroy()
AoB = nil
else
print("No Zombies in Room Failed")
end
is afk xp one detected? and the loot one
You can kill bosses with Superboy? Cause i kill Black titan/Flaming black titan with DZA and i got 24 hours ban :/
Quote Originally Posted by deshue View Post
You can kill bosses with Superboy? Cause i kill Black titan/Flaming black titan with DZA and i got 24 hours ban :/
yes, just be in single player you wont get ban
Quote Originally Posted by mujtabazakria47 View Post
yes, just be in single player you wont get ban
i will try it then, but dont have trouble with boss hp cause superboy do something like spam spawning effect or something like that?
ya i feared that in beginning as if the boss is resetting, but i killed it( alot of them) so ya it doesn't reset hp, will take a bit more time, i dont remember accurately but it took around 8 mins to kill black titan with goretooth and around 18 mins to kill fbt.
how do u use the hacks and how detectable r they? the all loot spots sounds nice if u cud post it and a guide how to use it plz
Quote Originally Posted by lordvoldos View Post
how do u use the hacks and how detectable r they? the all loot spots sounds nice if u cud post it and a guide how to use it plz
Open Cheat engine, Go in inner city, Launch the Stand alone client now .open process(dead frontier client), then open table lua script: click Table and from drop down select 'Show cheat Lua Script' (or shortcut CTRL+ALT+L), there paste the AOB's(just copy paste don't execute it though), press Play( as the screen says connecting to server) press Execute, that's it. Be sure to be in single player plus the all loot spots gave me 24h ban on 2 accounts( one after looting one spot other after 3) the fast open superboy and infi stamina ,super sprint didn't.This was 2 months ago i dont know about right now.
Sup Boys, its ya boy, R0B3R70, i use No Zombies in Area + Super Sprint + Inf. Energy + Instant Open Menu for Looting, and DZA + Super Sprint + Inf. Energy + Instant Open Menu for Boss Kills, if u want to learn how to use correctly the Loot Hack, just dont loot in Interios (Hospitals, houses, etc.) just in street AND DO IT SLOWLY or you get ban.

¿Wtf is AFK Exp Hack?, ¿how2use?, ¿Safely?, ¿Its shit or fine?

PD: i want a damage hack like Pistol Mode...
does the inif enegry even work? cause how come my still going down??
are the dza, no zombies in area, super sprint, inf energy, and open menu hacks working in both standalone AND browser? want to do them correctly to avoid bans.
Posts 115 of 43 · Page 1 of 3

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?