df v 67

Posts 115 of 90 · Page 1 of 6
df v 67
taking it old school.


Code:
AoB = AOBScan("00 ?? ?? ?? ?? ?? ?? 20 61 74 74 61 63 6B 00 00")
if (AoB) then
print("DZA and freeze when near (zeds still spit) on")
for x=0, AoB.getCount()-1 do
writeBytes(tonumber(AoB[x],16)+9, 0x00, 0x00)
end
else
print("DZA and freeze when near (zeds still spit) off")
end


Code:
AoB = AOBScan("22 ?? ?? ?? ?? 5A 58 7D ?? ?? ?? ?? 02 7B ?? ?? ?? ?? 02 7B")
if (AoB) then
print("Infinite Energy on")
for x=0, AoB.getCount()-1 do
writeBytes(tonumber(AoB[x],16)+3, 0x70, 0x41)
end
else
print("Infinite Energy off")
end

Code:
AoB = AOBScan("60 40 22 CD CC 8C 3F 22 35 78 8E 3B 11 10 6B 5A 58 5A 22 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 off")
end

Code:
AoB = AOBScan("02 7B D7 0E 00 04 7B 7C 0E 00 04 28 0F 26 00 06 16 6B 3D 4A")
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
you could mostly likely get by with that for now, until they work out the kinks for the update.

I'm going to do some non df related course work stuff. I'll check back with them later.
You are a god man! Thank you so much.

A question: how safe is to use 1hit? Is it easily detectable? Should I only using when looting around or I can hunting bosses too?
nah 1 hit is safe, it's the dza zeds freeze when they attack one that's not safe only when fighting bosses, regular zeds it's safe. there is a script in the code which check the x and z coordinates of the bosses, so if they're in one spot frozen to long that triggers the anticheat, I think it's a coordinates x +1.5f and coordinates z +1.5f or something like that. So if the boss freezes it's just to run away so the boss is out of the frame and then the distance checker, respawns him unfrozen.

could disable all those security checks ah but, I just don't feel like digging in code right now.

there is this other dza, which zombies don't attack,don't spit the just follow you, I will probably look for that one, some other time, right now I'm just feeling to do some work.


I was also thinking maybe we should create a dcord group? I know nothing about creating dcord groups and all that.
Some chance to post a non spit this weekend Mr. Peoplewhat?
Quote Originally Posted by peoplewhat View Post
nah 1 hit is safe, it's the dza zeds freeze when they attack one that's not safe only when fighting bosses, regular zeds it's safe. there is a script in the code which check the x and z coordinates of the bosses, so if they're in one spot frozen to long that triggers the anticheat, I think it's a coordinates x +1.5f and coordinates z +1.5f or something like that. So if the boss freezes it's just to run away so the boss is out of the frame and then the distance checker, respawns him unfrozen.

could disable all those security check ah but, I just don't feel like digging in code right now.

there is this other dza, which zombies don't attack,don't spit the just follow you, I will probably look for that one, some other time, right now I'm just feeling to do some work.


I was also thinking maybe we should create a dcord group? I know nothing about create dcord groups and all that.
I see... so as along as the boss doesn't freeze, it's safe to kill him?
And a Dscord group would be cool, but I doesn't know how to create one either. :x

Anyway, keep up the good work man! I'm looking forward for the new codes.
yeah the dza zombies only follow no spit not hard to find either, I just see too much of deadfrontier for the past couple of hours, my productivity ocd acting up lol so I going and do some work and learn something lol.


yeah but the bosses will always freeze, once you're using chainsaw or melee like me, I don't know how long they could freeze for till the anticheat kicks in, but I remember on my main with ugau and all that, after like a whole half a minute pass I realized "oh shit, the frigging boss freeze" and I go and run away so it could unfreeze, I didn't get the 24 hr ban though.

I think a lot of people say in the wastelands the volatile leaper, you can't 1 hit or something like that?

I remember using 1 hit on devil hound, no 24 hour bans.
1 hit on any boss or zed, no 24 hr bans (except for the volatile leaper I not too sure about that one.)
Quote Originally Posted by peoplewhat View Post
yeah the dza zombies only follow no spit not hard to find either, I just see too much of deadfrontier for the past couple of hours, my productivity ocd acting up lol so I going and do some work and learn something lol.


yeah but the bosses will always freeze, once you're using chainsaw or melee like me, I don't know how long they could freeze for till the anticheat kicks in, but I remember on my main with ugau and all that, after like a whole half a minute pass I realized "oh shit, the frigging boss freeze" and I go and run away so it could unfreeze, I didn't get the 24 hr ban though.

I think a lot of people say in the wastelands the volatile leaper, you can't 1 hit or something like that?

I remember using 1 hit on devil hound, no 24 hour bans.
1 hit on any boss or zed, no 24 hr bans (except for the volatile leaper I not too sure about that one.)
volatile leaper also safe.. i kill 2 boss with 1 hit
Thank you very much bro my hero
Quote Originally Posted by peoplewhat View Post
taking it old school.


Code:
AoB = AOBScan("00 ?? ?? ?? ?? ?? ?? 20 61 74 74 61 63 6B 00 00")
if (AoB) then
print("DZA and freeze when near (zeds still spit) on")
for x=0, AoB.getCount()-1 do
writeBytes(tonumber(AoB[x],16)+9, 0x00, 0x00)
end
else
print("DZA and freeze when near (zeds still spit) off")
end


Code:
AoB = AOBScan("22 ?? ?? ?? ?? 5A 58 7D ?? ?? ?? ?? 02 7B ?? ?? ?? ?? 02 7B")
if (AoB) then
print("Infinite Energy on")
for x=0, AoB.getCount()-1 do
writeBytes(tonumber(AoB[x],16)+3, 0x70, 0x41)
end
else
print("Infinite Energy off")
end

Code:
AoB = AOBScan("60 40 22 CD CC 8C 3F 22 35 78 8E 3B 11 10 6B 5A 58 5A 22 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 off")
end

Code:
AoB = AOBScan("02 7B D7 0E 00 04 7B 7C 0E 00 04 28 0F 26 00 06 16 6B 3D 4A")
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
you could mostly likely get by with that for now, until they work out the kinks for the update.

I'm going to do some non df related course work stuff. I'll check back with them later.


thank you so much bro just in time
I found that alot of the hacks still work for v 67 from v 66.
so because umm the files here take soooo long to approve, what I thin is faster is for me to just post the codes, and then ya'll edit it yourself. I could do a quick vid showing some peeps how to do that too.

let me just add a couple hacks to the table, I'll do a post with some more hacks in a couple hours.
Quote Originally Posted by peoplewhat View Post
I found that alot of the hacks still work for v 67 from v 66.
so because umm the files here take soooo long to approve, what I thin is faster is for me to just post the codes, and then ya'll edit it yourself. I could do a quick vid showing some peeps how to do that too.

let me just add a couple hacks to the table, I'll do a post with some more hacks in a couple hours.
Is it possible to include the "No Zombies" hack from a few versions ago?
I still have a super old code for it, might not lead anywhere anymore at this point.

Code:
AoB = AOBScan("28 0A ?? ?? ?? 1F ?? 6B 7E ?? ?? ?? ?? 58 80 ?? ?? ?? ?? 2A")
if (AoB) then
for i=0,0 do
writeBytes(tonumber(AoB[i],16), 0x00, 0x00, 0x00, 0x00, 0x00)
end
AoB.Destroy()
AoB = nil
print ("No Zombies OK")
else
print("No Zombies FAILED")
end
ty again bro just waiting more codes ty a lot
Quote Originally Posted by peoplewhat View Post
I found that alot of the hacks still work for v 67 from v 66.
so because umm the files here take soooo long to approve, what I thin is faster is for me to just post the codes, and then ya'll edit it yourself. I could do a quick vid showing some peeps how to do that too.

let me just add a couple hacks to the table, I'll do a post with some more hacks in a couple hours.
That's what I thought too, instead of uploading a file, it would be way faster to just paste the whole CE table and we replace it in ours.

Also, could you give us an insight on how did you deobfuscate the code? Did you use a program or was manual? I tried de4dot but it didnt work... uhmm I have very very vague programming knowledge, I would like to see how this game is structured and maybe learn something. I understand if you do not want to talk about it (admin could change the way the game is encrypted or idk). I am open to PM for anything (again, programming is not my thing, but I would like to learn).

PS: Thanks for coming back to hacking DF, it is really appreciated!
Quote Originally Posted by peoplewhat View Post
taking it old school.


Code:
AoB = AOBScan("00 ?? ?? ?? ?? ?? ?? 20 61 74 74 61 63 6B 00 00")
if (AoB) then
print("DZA and freeze when near (zeds still spit) on")
for x=0, AoB.getCount()-1 do
writeBytes(tonumber(AoB[x],16)+9, 0x00, 0x00)
end
else
print("DZA and freeze when near (zeds still spit) off")
end


Code:
AoB = AOBScan("22 ?? ?? ?? ?? 5A 58 7D ?? ?? ?? ?? 02 7B ?? ?? ?? ?? 02 7B")
if (AoB) then
print("Infinite Energy on")
for x=0, AoB.getCount()-1 do
writeBytes(tonumber(AoB[x],16)+3, 0x70, 0x41)
end
else
print("Infinite Energy off")
end

Code:
AoB = AOBScan("60 40 22 CD CC 8C 3F 22 35 78 8E 3B 11 10 6B 5A 58 5A 22 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 off")
end

Code:
AoB = AOBScan("02 7B D7 0E 00 04 7B 7C 0E 00 04 28 0F 26 00 06 16 6B 3D 4A")
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
you could mostly likely get by with that for now, until they work out the kinks for the update.

I'm going to do some non df related course work stuff. I'll check back with them later.
that was very fast. as always bro thank you very much!
Quote Originally Posted by peoplewhat View Post
taking it old school.


Code:
AoB = AOBScan("00 ?? ?? ?? ?? ?? ?? 20 61 74 74 61 63 6B 00 00")
if (AoB) then
print("DZA and freeze when near (zeds still spit) on")
for x=0, AoB.getCount()-1 do
writeBytes(tonumber(AoB[x],16)+9, 0x00, 0x00)
end
else
print("DZA and freeze when near (zeds still spit) off")
end


Code:
AoB = AOBScan("22 ?? ?? ?? ?? 5A 58 7D ?? ?? ?? ?? 02 7B ?? ?? ?? ?? 02 7B")
if (AoB) then
print("Infinite Energy on")
for x=0, AoB.getCount()-1 do
writeBytes(tonumber(AoB[x],16)+3, 0x70, 0x41)
end
else
print("Infinite Energy off")
end

Code:
AoB = AOBScan("60 40 22 CD CC 8C 3F 22 35 78 8E 3B 11 10 6B 5A 58 5A 22 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 off")
end

Code:
AoB = AOBScan("02 7B D7 0E 00 04 7B 7C 0E 00 04 28 0F 26 00 06 16 6B 3D 4A")
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
you could mostly likely get by with that for now, until they work out the kinks for the update.

I'm going to do some non df related course work stuff. I'll check back with them later.
Thank you so much, bro
help
peoplewhat your cheats working but zombie vomit its very frustating in sez i cant loot maybe can you update no zombies or no vomit please? need u
Posts 115 of 90 · Page 1 of 6

Post a Reply

Tags for this Thread

None

Need help?