QuestionNew DF version, New Hacks?

Posts 1630 of 35 · Page 2 of 3
Quote Originally Posted by Sergio1515 View Post
right now it still works for me
Instant Kill:

AoB = AOBScan("02 7B ?? ?? ?? ?? 7B ?? ?? ?? ?? 28 ?? ?? ?? ?? 16 6B 3D 2D")
if (AoB) then
for i=0,0 do
writeBytes(tonumber(AoB[i],16)+19, 0x00)
end
AoB.Destroy()
AoB = nil
print("Instant Kill OK")
else
print("Instant Kill FAILED")
end

Bro Do you have No zombie in room
Quote Originally Posted by El.Calidoso View Post
Hola muchachos, espero que se encuentren bien.
Para comentar que algunos hacks han venido presentado problemas con la nueva actualización del launcher (Client V39)

A continuación compartiré los actuales que están funcionando hasta el momento:

-- MORE LOOT SPOTS:
AoB = AOBScan("01 00 04 02 1F 23 7D")
if (AoB) then
print("More Loot Spots OK")
for x=0, AoB.getCount()-1 do
writeBytes(tonumber(AoB[x],16)+5, 0x13)
end
else
print("More Loot Spots FAILED")
end

-- INFINITE ENERGY:
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

-- INSTANT OPEN MENU:
AoB = AOBScan("80 ?? ?? ?? ?? 02 1F ?? 7D ?? ?? ?? ?? 38 ?? ?? ?? ?? 02 7B ?? ?? ?? ?? 7B ?? ?? ?? ?? 17")
if (AoB) then
print("Instant Open Menu OK")
for x=0, AoB.getCount()-1 do
writeBytes(tonumber(AoB[x],16)+7, 0x00)
end
else
print("Instant Open Menu FAILED")
end

-- SUPER SPRINT:
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


-- DISABLE ZOMBIE ATTACK:
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

-----------------------------------------------------------------------------------------------------------------

Si alguien ha comprobado que hay más hacks funcionales por favor compartir o avisar, gracias.
Bro,update no zombie in room PLZ!!
I don't think these are his codes, so I don't think that he can mod them. And just repeatedly asking is more likely to piss people off mate
What are and what are not working for you guys rn?

Due to this pandemic I MIGHT go back to this game.
The only ones still working for me are

super sprint
instant open menu
infinite energy
and disable zombie
Quote Originally Posted by deadtired View Post
The only ones still working for me are
super sprint
instant open menu
infinite energy
and disable ZOMBIE
You play in browser or stand alone?
have the codes?
comment here please
Quote Originally Posted by Berserker23 View Post
You play in browser or stand alone?
have the codes?
comment here please
I have browser DZA code
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
Quote Originally Posted by InfinityGamer01 View Post
What are and what are not working for you guys rn?

Due to this pandemic I MIGHT go back to this game.
Superboy and trashloot aint workin anymore.
Quote Originally Posted by Berserker23 View Post
You play in browser or stand alone?
have the codes?
comment here please
i play in stand alone and a lot of people
Quote Originally Posted by Ence1se View Post
I have browser DZA code
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
This work, but if you kill zombies,you get a ban for 24Hrs
Quote Originally Posted by Berserker23 View Post
This work, but if you kill zombies,you get a ban for 24Hrs

Naa man im using this for a week now and I only got banned once bc I stood still for like 2-3 mins you just have to keep moving around.
enjoy
AoB = AOBScan("02 7B ?? ?? ?? ?? 7B ?? ?? ?? ?? 28 ?? ?? ?? ?? 16 6B 3D 2D")
if (AoB) then
for i=0,0 do
writeBytes(tonumber(AoB[i],16)+19, 0x00)
end
AoB.Destroy()
AoB = nil
print("Instant Kill OK")
else
print("Instant Kill FAILED")
end
Don't use on bosses because stationary (attack disabled) bosses gets detected, or if you are gaining too much xp while not moving. Back when I was using this I grind for an hour without getting ban, just move around especially when using melee.

Btw, Instant kill doesn't make your damage like 500x. It only changes the zombie HP to 1 (or 0 I think) thus making the zombie 1 hit kill. This is also connected to the zombie EXP which means instant kill will only give equal to the amount of exp per hp of a zombie. So a basic zombie with 25 health that gives 50 XP will only give about 2 EXP same with bosses that has let's say 50k HP and 150k EXP, it will only give 3 EXP.
Quote Originally Posted by silverknight23 View Post
AoB = AOBScan("02 7B ?? ?? ?? ?? 7B ?? ?? ?? ?? 28 ?? ?? ?? ?? 16 6B 3D 2D")
if (AoB) then
for i=0,0 do
writeBytes(tonumber(AoB[i],16)+19, 0x00)
end
AoB.Destroy()
AoB = nil
print("Instant Kill OK")
else
print("Instant Kill FAILED")
end
this work?
Quote Originally Posted by InfinityGamer01 View Post
Don't use on bosses because stationary (attack disabled) bosses gets detected, or if you are gaining too much xp while not moving. Back when I was using this I grind for an hour without getting ban, just move around especially when using melee.

Btw, Instant kill doesn't make your damage like 500x. It only changes the zombie HP to 1 (or 0 I think) thus making the zombie 1 hit kill. This is also connected to the zombie EXP which means instant kill will only give equal to the amount of exp per hp of a zombie. So a basic zombie with 25 health that gives 50 XP will only give about 2 EXP same with bosses that has let's say 50k HP and 150k EXP, it will only give 3 EXP.
What if I accidentally use the instant kill and sprint code in multiplayer?
Posts 1630 of 35 · Page 2 of 3

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?