Register for your free account! | Forgot your password?

Go Back   elitepvpers > Other Online Games > Browsergames
You last visited: Today at 11:17

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



Deadfrontier working Hack 2019

Discussion on Deadfrontier working Hack 2019 within the Browsergames forum part of the Other Online Games category.

Reply
 
Old   #1
 
*Enesem's Avatar
 
elite*gold: 0
Join Date: Sep 2009
Posts: 415
Received Thanks: 209
Exclamation Deadfrontier working Hack 2019

SOME OF THE HACKS ARE PATCHED..!! but some says it works in older version of browser.
List of PATCHED code
*Super boy
*Disable Zombies
*1Hit
*Wasteland

Standalone Client AOB Hack Updates + Tutorial (Working 05/04/19) Credits to InfinityGamer01
I've looked into threads and found that most AoB hacks for standalone client are not working anymore. I decided to update most of them and convert some of the existing browser AoB hacks into working AoB hack for the standalone client. I also made some more AoBs that are far too OP or is too dangerous for use of the public so I'm not going to include them in this thread. I put some effort into learning how this hacks were made so I hope you appreciate it.

Tutorial on how to execute them properly:
1. Open your CHEAT ENGINE and press Ctrl + Alt + L, a new window should pop up.
2. Copy the AoB hacks you want to use and paste them to the window that popped up (Lua Script: Cheat Table).
3. Now go to browser and login your account if you haven't yet. Go to inner city.
4. Press LAUNCH STANDALONE CLIENT but DO NOT YET CLICK PLAY.
5. Go back to Cheat Engine, select DeadFrontier.exe process, and enable speed hack.
6. Roll the bar to 0 but DO NOT YET PRESS APPLY. Go back to Standalone Client launcher and click play.
7. THIS IS IMPORTANT: While the screen is still white, go back to Cheat Engine and apply speed hack.
8. Now wait until COMMUNICATING WITH SERVER. appears.
9. Once it appears, press Execute Script in your lua table. Wait untill all scripts are executed.
10. Roll the speed hack bar to 1 and click apply. Done

AOB SCRIPTS AND WHAT THEY DO:

INFINITE ENERGY

Code:
-- 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
Code:
-- 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
Code:
-- 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
Code:
-- SUPERBOY:
AoB = AOBScan("1F ?? ?? ?? 06 00 04 02 ?? ?? ?? ?? 04 7B")
if (AoB) then
	print("Superboy OK")
	for x=0, AoB.getCount()-1 do
		writeBytes(tonumber(AoB[x],16)+1, 0x00)
	end
else
	print("Superboy FAILED")
end
Code:
-- 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
Code:
-- NO ZOMBIE:
AoB = AOBScan("28 CA ?? ?? ?? 7E ?? ?? ?? ?? 7E ?? ?? ?? ?? 59 80 ?? ?? ?? ?? 2A ")
if (AoB) then
for i=0,0 do
writeBytes(tonumber(AoB[i],16), 0x00, 0x00, 0x00, 0x00, 0x00)
print ("No Zombies OK")
end
AoB.Destroy()
AoB = nil
else
print("No Zombies FAILED")
end
Code:
 --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
Code:
-- WASTELAND MODE:
AoB = AOBScan("80 ?? ?? ?? ?? 16 80 ?? ?? ?? ?? 7E ?? ?? ?? ?? 7E ?? ?? ?? ?? 58 69 80 ?? ?? ?? ?? 03 20 ?? ?? ?? ?? 3E")
if (AoB) then
	print("Wasteland Mode OK")
	for x=0, AoB.getCount()-1 do
		writeBytes(tonumber(AoB[x],16)+5, 0x17)
	end
else
	print("Wasteland Mode FAILED")
end
Code:
-- 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[i],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[i],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[i],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[i],16)+0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00)
	end
else
	print("Disable Zombie Attack 4 FAILED")
end

USE AT YOUR OWN RISK. I WILL NOT BE RESPONSIBLE FOR YOUR ACCOUNTS.

Feel free to modify them. Make sure you know what you are doing though. Don't come blaming me when you're account gets banned.

I might release more AoB scripts soon, I'm still working on some and trying my best to make them safe.
*Enesem is offline  
Thanks
1 User
Old 07/09/2019, 21:27   #2
 
elite*gold: 0
Join Date: Jul 2019
Posts: 1
Received Thanks: 0
thanks
arkquin is offline  
Old 07/22/2019, 04:38   #3
 
elite*gold: 0
Join Date: Feb 2013
Posts: 8
Received Thanks: 2
The script "Disable Zombie Attack" not work
61809056 is offline  
Old 09/06/2019, 23:11   #4
 
elite*gold: 0
Join Date: Sep 2019
Posts: 1
Received Thanks: 0
Thanks

Thanks for the cheats bro, hey the superboy script stopped working today for a new update of the launcher, do you think you can do it again for this version? it was the best of all
Cornpop7 is offline  
Old 01/10/2020, 04:42   #5
 
*Enesem's Avatar
 
elite*gold: 0
Join Date: Sep 2009
Posts: 415
Received Thanks: 209
Quote:
Originally Posted by 61809056 View Post
The script "Disable Zombie Attack" not work
sorry i will update it as soon as possible..

Quote:
Originally Posted by 61809056 View Post
The script "Disable Zombie Attack" not work
Quote:
Originally Posted by Cornpop7 View Post
Thanks for the cheats bro, hey the superboy script stopped working today for a new update of the launcher, do you think you can do it again for this version? it was the best of all
try browser comment here
*Enesem is offline  
Old 01/10/2020, 22:27   #6
 
elite*gold: 0
Join Date: Jan 2020
Posts: 1
Received Thanks: 0
3. Now go to browser and login your account if you haven't yet. Go to inner city.What does he means with this?Which account?From where?And which inner city is he talking about?
HeavensSs34 is offline  
Old 01/13/2020, 20:00   #7
 
*Enesem's Avatar
 
elite*gold: 0
Join Date: Sep 2009
Posts: 415
Received Thanks: 209
Quote:
Originally Posted by HeavensSs34 View Post
3. Now go to browser and login your account if you haven't yet. Go to inner city.What does he means with this?Which account?From where?And which inner city is he talking about?
meaning any inner city outside the outpost
*Enesem is offline  
Old 04/20/2020, 01:16   #8
 
elite*gold: 0
Join Date: Apr 2020
Posts: 1
Received Thanks: 0
Dude, only the first 3 hacks are working, could you do an update? I would really appreciate it
brandon1507 is offline  
Old 05/12/2020, 09:13   #9
 
elite*gold: 0
Join Date: May 2020
Posts: 1
Received Thanks: 0
Update?
chanwhun is offline  
Old 06/23/2020, 01:15   #10
 
elite*gold: 0
Join Date: Jun 2020
Posts: 1
Received Thanks: 0
The game got updated and the codes got patched so now we need new codes but soon they will change to html so be fast and pleaseee make cheats thankss
Kevlar69 is offline  
Reply


Similar Threads Similar Threads
[REQ]- DEADFRONTIER HACKS?
02/06/2013 - Facebook - 3 Replies
this is the site .. deadfrontier.com pls . ? some one can make a hack here.. :handsdown::handsdown::handsdown: .. this is a zombie game .. . PLS ?
[Request]Deadfrontier one hit hack
04/07/2012 - Browsergames - 2 Replies
i see it on youtube but meybe is fake pls check this : http://www.youtube.com/watch?v=gTlZr_M4V-E&fe ature=related or if someone have it pls relase Sorry this my first post and reqest on forum
Deadfrontier BOTS
08/29/2011 - General Gaming Discussion - 0 Replies
are their any bots for dead frontier?



All times are GMT +1. The time now is 11:18.


Powered by vBulletin®
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2025 elitepvpers All Rights Reserved.