df v 67

Posts 1630 of 90 · Page 2 of 6
Safe to kill death row bosses? Im in the area and about to try but i died with vomit lol
Quote Originally Posted by hays99 View Post
Safe to kill death row bosses? Im in the area and about to try but i died with vomit lol
yes it's safe, let boss hit you. and use your melee, or else no loot. use guns for clearing the area.
Re : Old Codes
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.
Keep up the good work mate,

For those who needs this specific one, try it out.
Code:
AoB = AOBScan("7E ?? 0D 00 04 7E ?? 0D 00 04 58 80 ?? 0D 00 04")
if (AoB) then
print("DZA Activated, Special thanks to @peoplewhat for this code.")
for x=0, AoB.getCount()-1 do
writeBytes(tonumber(AoB[x],16)+0, 0x00)
end
else
print("DZA, no spit, always follow failed")
end
Also i have some very old codes which i used, can you have a look if they can be worked on ?

NOTE : The codes below are outdated and does not work now.
For experience boost
Code:
AoB = AOBScan("22 ?? ?? ?? ?? 5A 58 7D ?? ?? ?? ?? 02 7B ?? ?? ?? ?? 02 7B")
if (AoB and AoB.getCount()==3) then
print("Expboost OK")
writeBytes(tonumber(AoB[0],16)+3, 0x80, 0x41)
writeBytes(tonumber(AoB[1],16)+3, 0x80, 0x41)
writeBytes(tonumber(AoB[2],16)+3, 0x80, 0x41)
else
Print ("Expboost ERROR")
end
for opening menu,inventory,map instantly
Code:
AoB = AOBScan("1F ?? 7D ?? ?? ?? ?? 38 ?? ?? ?? ?? 02 7B ?? ?? ?? ?? 7B ?? ?? ?? ?? 17")
if (AoB and AoB.getCount()==15) then
print("Instant Open Ok")
for i=0,14 do
writeBytes(tonumber(AoB[i],16), 0x1F, 0x00)
end
AoB.Destroy()
AoB = nil
else
print("Instant Open OFF")
end
For MC loot
Code:
AoB = AOBScan("01 00 04 02 1F 23 7D")
if (AoB) then
print("GM LOOT OK")
for i=0,AoB.getCount()-1 do
writeBytes(tonumber(AoB[i],16)+5, 0x13)
end
AoB.Destroy()
AoB = nil
else
print("GM LOOT FAILED")
end
Can these old codes be updated to work ?
Just sharing my finds as well
This area is like a loot + grind heaven
Quote Originally Posted by dadowns View Post
Just sharing my finds as well
This area is like a loot + grind heaven
You can share ??
Quote Originally Posted by alohaha View Post
You can share ??

Quote Originally Posted by hays99 View Post
Wow! Where and how?
Not for now, need to do more testing
Quote Originally Posted by dadowns View Post
Just sharing my finds as well
This area is like a loot + grind heaven
sweet you found it, (I wonder if you're the same guy I talked to on disc*rd, that found it) I use that area all the time when I need some meds and food. when I'm testing for them hacks, and my character need a lil nutrition . but I'm keeping that one on the downlow still. I also use a small loot hack to disable the

messages.
which I also keeping on the down low for a lil bit.

I working on some stuff/ found a lil bit of new stuff, I found invisible zombies but I kind of still want no zombies.

the exp hack is a lil bit of fun but I can't be arsed to find the anticheat for it to disable it.

this is the lame a** video when I was f**king around with it



this is unlimited ammo but even that needs a security check to disable, which I also couldn't be arsed to find atm.
Quote Originally Posted by peoplewhat View Post
sweet you found it, (I wonder if you're the same guy I talked to on disc*rd, that found it)
I'm actually not, tried to contact you through chat on MPGH but u didn't accept the request yet

Quote Originally Posted by peoplewhat View Post
also use a small loot hack to disable the messages.
Isn't looting server-bound? like, the items you recieve are a response from the server, the client isn't in charge of such stuff...?
enlighten me with the info u have on the matter ;D
TESTER
Quote Originally Posted by dadowns View Post
Not for now, need to do more testing
I could be your Tester. I have plenty of alts in secronom bunker.
Quote Originally Posted by peoplewhat View Post
sweet you found it, (I wonder if you're the same guy I talked to on disc*rd, that found it) I use that area all the time when I need some meds and food. when I'm testing for them hacks, and my character need a lil nutrition . but I'm keeping that one on the downlow still. I also use a small loot hack to disable the

messages.
which I also keeping on the down low for a lil bit.

I working on some stuff/ found a lil bit of new stuff, I found invisible zombies but I kind of still want no zombies.

the exp hack is a lil bit of fun but I can't be arsed to find the anticheat for it to disable it.

this is the lame a** video when I was f**king around with it



this is unlimited ammo but even that needs a security check to disable, which I also couldn't be arsed to find atm.
holy crap! i wish that exp hack can go past through the anticheat system. people will be max level in no time.
Quote Originally Posted by peoplewhat View Post
sweet you found it, (I wonder if you're the same guy I talked to on disc*rd, that found it) I use that area all the time when I need some meds and food. when I'm testing for them hacks, and my character need a lil nutrition . but I'm keeping that one on the downlow still. I also use a small loot hack to disable the

messages.
which I also keeping on the down low for a lil bit.

I working on some stuff/ found a lil bit of new stuff, I found invisible zombies but I kind of still want no zombies.

the exp hack is a lil bit of fun but I can't be arsed to find the anticheat for it to disable it.

this is the lame a** video when I was f**king around with it



this is unlimited ammo but even that needs a security check to disable, which I also couldn't be arsed to find atm.
Wow this is so lit and godly, and scary as well..
Quote Originally Posted by darkghost0007 View Post
For those who needs this specific one, try it out.
Code:
AoB = AOBScan("7E ?? 0D 00 04 7E ?? 0D 00 04 58 80 ?? 0D 00 04")
if (AoB) then
print("DZA Activated, Special thanks to @peoplewhat for this code.")
for x=0, AoB.getCount()-1 do
writeBytes(tonumber(AoB[x],16)+0, 0x00)
end
else
print("DZA, no spit, always follow failed")
end
I tried it in few minute run. While all available codes activated. Grind, kill bosses (NOT in death row) and loot. Works wonderfully. No ban so far for me. Thank you mate cheers to you and peoplewhat

Quote Originally Posted by dadowns View Post
Just sharing my finds as well
This area is like a loot + grind heaven
Wow! Where and how?
so... guess who got 24h ban the only time cheats where not even on? xD
Hack safe trick
Quote Originally Posted by masterloko22690 View Post
so... guess who got 24h ban the only time cheats where not even on? xD
1 Hit kill, no matter how good it sounds is only good for looting boss.

But

The server calculates EXP by Hits on target and also how much damage you did. Thus it can detect that a player with 100 boss kills got less EXP. (if your hit does 500 dmg and boss Total HP is 1000, you get 50% exp)

Safest bet is play with Zombie cant attack cheat.

Get some kills and get a good weapon.

Then just spray and pray Or slash and dash.

The only hacks which were not detected before as well were the small stuff like Zombie freeze, instant open, Loot hack(yes it was safe if u don't do 1HK)

Also the dev have started updating the Anti hack systems on a regular basis. Good for him actually, after all he had to go through.

Any ways don't use hacks which does a lot of impact and follow peoplewhat's instructions. He mentions which of his AOBs are safe of being detected.
what does that have to do with me? .-. the ban was on my main ac that i dont use anything lol
Posts 1630 of 90 · Page 2 of 6

Post a Reply

Tags for this Thread

None

Need help?