PostDead Frontier Standalone Client AOBS + Bonus Lua Script

Posts 1–15 of 128 · Page 1 of 9
Dead Frontier Standalone Client AOBS + Bonus Lua Script
Some working codes for dead frontier standalone, recently my firefox glitched the unity so i had to use dead frontier standalone for a while with these codes, i got bored then i decided to make this Lua code for CE

How to use it:
1: Open CE
2: Click on CE window and press "CTRL + ALT + L" all at the same time on your keyboard and a window should pop-up
[Didn't work? Click on "TABLE" on the top corner and then press "Show Cheat Table Lua Script"]
3: Go to the inner city and open and press "LAUNCH STANDALONE CLIENT"
4: Start your standalone client normally (you don't have to hook to it in CE)
5: When "CONNECTING TO MULTIPLAYER SERVER" appear just go to CE and paste the code that is in this thread/in the notepad file
6:Your game will freeze and the lua script will do the rest for you and you don't have to do that annoying thing you have to do using the browser version
7:Your game will run normally and will show "LOADING AREA" then just wait till it loads and everything shall work just fine

[Not sure what to do if it didn't work, i'm a newbie at CE/Lua]

Code:
print("I'm sorry that this doesn't work on Firefox/Plugincontainer but i will try to do it some day")
Sleep(1000)
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
speedhack_setSpeed(0)
print("Dead Frontier is now frozen.")
Sleep(2000)
print("A O B S")
--AOBs goes here

end
Sleep(5000)
speedhack_setSpeed(1)
print("Dead Frontier is now running!")
print(":: BR13Vinicius ::")
I decided to separate the AOBs in another code:
Code:
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

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
Superboy and No Zombies Nearby always crashes my game in a way that it doesn't even load, i normally use DZA instead;
Code:
print("DZA AOBS")

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
Your game always stop responding? Use this (be fast using this one)
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
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

print("DZA AOBS")

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
end
Sleep(1000)
speedhack_setSpeed(1)
print("Dead Frontier is running!")
print(":: BR13Vinicius ::")

Feel free to edit it, it's just a code. Keep in mind that i'm a newbie at this type of thing

I did not steal it
DF Hack 3 [Fast Version].txt3 KB · 494 downloads Clean
Ayy, why nobody is replying to my thread??? i want to know if the Lua script worked atleast or give me some ideas on what i can try to make

bump
I tested yesterday and today, it's been working fine, the only thing that didn't work for me was Infinite Energy (FAILED on cheat engine), however the other functions are working, amazing job, thank you.
Quote Originally Posted by hoplon View Post
I tested yesterday and today, it's been working fine, the only thing that didn't work for me was Infinite Energy (FAILED on cheat engine), however the other functions are working, amazing job, thank you.
The code was wrong i thought it got patched, thanks for telling me it was not working btw

FIX:
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

EDIT: Are you using the last code that is on the thread? (Your game always stop responding?)

I think the first code i made doesn't work on the standalone and makes the client crash, it always happens to me, i'm thinking that it isn't just my pc because i'm testing it on my secondary pc (windows 10) and it's crashing too, if that's the case i will ask for an edit on the post because i can't seem to be able to edit it for some reason...

Update:
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

print("DZA AOBS")

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
end
Sleep(1000)
speedhack_setSpeed(1)
print("Dead Frontier is running!")
print(":: BR13Vinicius ::")
The file that you uploaded with the codes in it, that's the one i'm using.
My OS is Windows 10, just tried the new code for infinite energy, it's working now, everything is working, sorry i couldn't reply before, i was a little busy.
Also, it's possible to make some damage and/or exp boost codes?
Quote Originally Posted by hoplon View Post
Also, it's possible to make some damage and/or exp boost codes?
Very probable but i think the ban risks are high
no vomit hack plz
Quote Originally Posted by louu View Post
no vomit hack plz
What do you mean?
Vc e br nem sabia Tem codigo de nenhum zumbi vomitar pq tem uns zumbis chato q fica vomitando
Hack ta sendo detectado
Jogar no single player evita?
Quote Originally Posted by danigost50 View Post
Hack ta sendo detectado
Jogar no single player evita?
Sim evita, se ficar jogando com super sprint to multiplayer vai tomar ban rapido demais, os cara vao te reportar

Quote Originally Posted by louu View Post
Vc e br nem sabia Tem codigo de nenhum zumbi vomitar pq tem uns zumbis chato q fica vomitando
Usa o superboy que os zumbis ficam dando respawn ai nao da tempo deles baterem/vomitar, Eu nem sei oq eu tinha na cabeca naquela hora kkk nem sabia oq tu tava querendo dizer... Nao sei fazer aob direito, acho mt complexo, ainda n achei um codigo de no vomit que funcione
do u have code that enable all loot spots?
Quote Originally Posted by lai007 View Post
do u have code that enable all loot spots?
AoB = AOBScan("01 00 04 02 1F 23 7D")
if (AoB and AoB.getCount()==3) then
print("Looting Table Test 3 OK")
for noob=0,2 do
writeBytes(tonumber(AoB[noob],16)+5, 0x94)
end
AoB.Destroy()
AoB = nil
else
print("Looting Table Test 3 FAILED")
end

Not sure if still working on client/broswer, last time i checked i got banned in less that 5 minutes, i guess i got banned in 1 minute inside an building, watch out with this one
Posts 1–15 of 128 · Page 1 of 9
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?