Dead Frontier Standalone Client AOBS + Bonus Lua Script
Nice jobs, thanks.
well, can you make a hack that raise chance (%) to something, like implant?
if you can tell me, and we can make together. but i'm beginner on making lua/code so i need you to guide me lol
well, can you make a hack that raise chance (%) to something, like implant?
if you can tell me, and we can make together. but i'm beginner on making lua/code so i need you to guide me lol
Usei em só em singleplayer pra matar uns bosses e ta dando ban de 24 horas também.
Cara pelo amor de deus nao usa o DZA com boss, da ban muito rapido eh facil detectar pq o zumbi ele fica sem saber oq fazer na hora de dar hit (fica parado) usa o superboy que nao da ban, eh so tu ir no lugar que ta todos os codigos e tu apaga todos os DZA e coloca o superboy... O superboy faz o zumbi ficar dando respawn e n detecta ainda
- - - Updated - - -
I'm not that experienced making AOBs but i guess we can 'collab' and try to make one together, huh?
I don't really know how to make an AOB properly, especially one that multiply your chances or anything related to that but i can definitely try it.
Take a look at this: mpgh~net/forum/showthread.php?t=766341
[Change ~ to a dot (.)]
Code:
print("I'm sorry that this doesn't work on Firefox/Plugincontainer but i will try to do it some day")
Sleep(500)
openProcess("DeadFrontier.exe")
if process == "DeadFrontier.exe" then
print("Hooked into DF!") -- DF OK
elseif process == nil then
print("Failed to hook into DF") -- DF FAIL
else
print("Another process got hooked, what are you trying to do?") -- DF FAIL
end
if process == "DeadFrontier.exe" then
print("Dead Frontier 2.")
Sleep(500)
print("A O B S")
--AOBs goes here
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("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("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
end
Sleep(1000)
speedhack_setSpeed(1)
print("Dead Frontier is running!")
print(":: BR13Vinicius ::")
I'm not that experienced making AOBs but i guess we can 'collab' and try to make one together, huh?
I don't really know how to make an AOB properly, especially one that multiply your chances or anything related to that but i can definitely try it.
Take a look at this: mpgh~net/forum/showthread.php?t=766341
[Change ~ to a dot (.)]
"collab" sure? why not.
i've read that page, and i understand all. my pbm now is i can't know where the right method to copy. i mean it's hard to make one since they change the word.
i've read that page, and i understand all. my pbm now is i can't know where the right method to copy. i mean it's hard to make one since they change the word.
Vomit and explosion code please TY!!
superboy i used many times vomits never even scratch my armour ..they keep refreshing the only one the hurts u are explosion both safe ive been using each 1 of it in SP not MP
- - - Updated - - -
AoB = AOBScan("7b 96 06 ?? ?? 6F 2D ?? ?? 0A 25 ?? 7D F5 ?? ?? 04 02 1F")
if (AoB) then
print("No Zombies Nearby OK")
for i=0,AoB.getCount()-1 do
writeBytes(tonumber(AoB[i],16)+7, 0x01)
end
AoB.Destroy()
AoB = nil
else
print("No Zombies Nearby FAILED")
end
here it is..., its on the code list of mr BR13Vinicius ..thanks to him i still able to play this
it safe just dont go multiplayer
- - - Updated - - -
AoB = AOBScan("7b 96 06 ?? ?? 6F 2D ?? ?? 0A 25 ?? 7D F5 ?? ?? 04 02 1F")
if (AoB) then
print("No Zombies Nearby OK")
for i=0,AoB.getCount()-1 do
writeBytes(tonumber(AoB[i],16)+7, 0x01)
end
AoB.Destroy()
AoB = nil
else
print("No Zombies Nearby FAILED")
end
here it is..., its on the code list of mr BR13Vinicius ..thanks to him i still able to play this
it safe just dont go multiplayer
Do you have an Exp hack ?
This thread is closed for replies.
Similar Threads
Dead Frontier HacksAuto Hack AoB Cheat Engine [Dead Frontier]
15 Dead Frontier HacksDead Frontier: Finding Aob Hacks
9 Dead Frontier HacksHelp me find aob codes dead frontier pls step by step ?BR 0 Payday 2 Hacks & CheatsLua script to unlock all Teir bonuses?
2 Dead Frontier HacksDead Frontier Requesting new codes(AoB) because some are patchDE 3

