PostALL working CHEATS (lua codes with Cheat Engine)

Posts 112 of 12 · Page 1 of 1
ALL working CHEATS (lua codes with Cheat Engine)
Hello for newbies on this forum. This post is for you.Sorry for my bad english.
This is mini-guide to use actual (08.26.17) lua codes with next possibilities
Infinite Energy works in Singleplayer and Multiplayer. Seems to be the most un-noticeable hack.
Instant Open works in Singleplayer and Multiplayer. A thread popped up recently on the DF forums about people noticing others constantly going into AFK mode, so try to be careful about using it often in Multiplayer around other players, lest you draw suspicion and reports to yourself.
Super Sprint works in Singleplayer and Multiplayer, but try not to use it around other players, as it is incredibly obvious when you sprint as fast as a FBT. Superboy also causes other sprinting players to appear "jittery" in their movements, but that doesn't matter.
Superboy in Standalone client only. This cheat makes zeds impossible to attack you (respawn every second in motion) but push you.
No zombies in Standalone client. Zombies will be despawned on ur screen. Version for standalone
GM Loot in browser only. It means, what you will have many loot spots like GM users, but this cheat not affect on quality of loot. This cheat is very old but it works when you follow the next steps :
1. After turning the reader on, you should go through 2 blocks of df map (like 1 up, 1 right from Secronom Bunker).
2. Dont pick up any money.
3. Loot only on street(not in buildings)
4. If you restart client or refresh browser page with game and enabled cheat again, u should take step [1] (go 2 blocks)
I test this cheat about 1 week with my main acc.If I did not break this steps, I did not catch the ban.
No zombie in Browser.Zombies will be despawned on ur screen. Version for browser
General Instruction
I part: Game in Standalone client
1. Download and start Cheat Engine
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. Open process list ( Ctrl + P ) and select process "dead_frontier.exe"
6. When "COMMUNICATION WITH SERVER" appear just go to CE and paste the code that is in this thread/in the notepad file and press "Execute script"
7. Your game will freeze and the lua script will do the rest for you
II part: Game in Browser client
1. Download and start Cheat Engine
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 IN BROWSER"
4. Start your browser client normally
5. Open process list ( Ctrl + P ) and select process "plugin_container.exe"
6. When "COMMUNICATION WITH SERVER" appear just go to CE and paste the code that is in this thread/in the notepad file and press "Execute script"
7. Your game will freeze and the lua script will do the rest for you

It's not my instruction and lua scripts but i rewrote it.

The code is presented in a form convenient for work :
If u want to disable any line of code in LUA codes u need write "--" before the text.
Don't use superboy with no zombie in standalone client together cause only no zombie will work))
I use superboy for bossing in standalone client and no zombies in browser + GM LOOT for browser to loot in browser.
. I use Mozilla Firefox 30 for browser game.

--Infinite Energy works in Singleplayer and Multiplayer. Seems to be the most un-noticeable hack.
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

--Instant Open works in Singleplayer and Multiplayer. A thread popped up recently on the DF forums about people noticing others constantly going into AFK mode, so try to be careful about using it often in Multiplayer around other players, lest you draw suspicion and reports to yourself.
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

--Super Sprint works in Singleplayer and Multiplayer, but try not to use it around other players, as it is incredibly obvious when you sprint as fast as a FBT. Superboy also causes other sprinting players to appear "jittery" in their movements, but that doesn't matter.
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

--Superboy in Standalone client only
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

--No zombies in Standalone client
--AoB = AOBScan("7b 96 06 ?? ?? 6F 2D ?? ?? 0A 25 ?? 7D F5 ?? ?? 04 02 1F") if (AoB) then print("No Zombies in Standalone client OK") for i=0,AoB.getCount()-1 do writeBytes(tonumber(AoB[i],16)+7, 0x01) end AoB.Destroy() AoB = nil else print("No Zombies in Standalone client FAILED") end

--GM Loot
AoB = AOBScan("00 0A 7D ?? ?? 00 04 02 ?? ?? ?? ?? ?? 00 04 28 ?? 1B 00 ?? ?? ?? 20") if (AoB and AoB.getCount()==3) then print("GM Loot OK") for noob=0,2 do writeBytes(tonumber(AoB[noob],16)+9, 0x9) end AoB.Destroy() AoB = nil else print("GM Loot FAILED") end

--No zombie in Browser
AoB = AOBScan("7b ?? ?? ?? ?? 6F 2D ?? ?? 0A 25 ?? 7D ?? ?? ?? 04 02 1F") if (AoB and AoB.getCount()==3) then print("No Zombie In Browser OK") for n00b=0,2 do writeBytes(tonumber(AoB[n00b],16)+7, 0x01) end AoB.Destroy() AoB = nil else print("No Zombie In Browser Failed") end






This lua codes from post "Dead Frontier Standalone Client AOBS + Bonus Lua Script" by BR13Vinicius + other posts about gm loot cheat
This is my first thread and i want to help other newbies with these cheats
LuaDF.txt3 KB · 473 downloads Clean
Thank you for posting this. Helped me a lot.
Have beening playing with Client but I can't seem to play DF on browser.
It keeps popping up "Install Unity Webplayer" even though I installed it several time and still no luck.
I really want to try other cheats on browser. Please help.
Quote Originally Posted by catkutatca12 View Post
Thank you for posting this. Helped me a lot.
Have beening playing with Client but I can't seem to play DF on browser.
It keeps popping up "Install Unity Webplayer" even though I installed it several time and still no luck.
I really want to try other cheats on browser. Please help.

Just download Firefox ESR 32 Bits version bro, thats work.
Thanks for replying.
I removed my Firefox and reinstalled the version as you suggested but same problem.
I also tried Opera, Internet Explorer, Microsoft Edge.
Could be because I am using Windows 10?

- - - Updated - - -

Quote Originally Posted by R0B3R70DJ View Post
Just download Firefox ESR 32 Bits version bro, thats work.
Thanks for replying.
I removed my Firefox and reinstalled the version as you suggested but same problem.
I also tried Opera, Internet Explorer, Microsoft Edge.
Could be because I am using Windows 10?
Quote Originally Posted by catkutatca12 View Post
Thanks for replying.
I removed my Firefox and reinstalled the version as you suggested but same problem.
I also tried Opera, Internet Explorer, Microsoft Edge.
Could be because I am using Windows 10?

- - - Updated - - -



Thanks for replying.
I removed my Firefox and reinstalled the version as you suggested but same problem.
I also tried Opera, Internet Explorer, Microsoft Edge.
Could be because I am using Windows 10?
Watch in Firefox ESR - Plugins, if you have Silverlight Plugin and Java installed, that is the problem, greetings.
Quote Originally Posted by R0B3R70DJ View Post
Watch in Firefox ESR - Plugins, if you have Silverlight Plugin and Java installed, that is the problem, greetings.
Greeting, I believe I have all the plug-ins needed.
Now it says that "Failed to Update Web Player".

Here are a list of images of what I have(remove space)
My Firefox ESR version: 52.4.1
https ://imgur. com/jzdAgYP

My Firefox ESR plugins:
https ://imgur. com/PABp7kq

My DeadFrontier problems:
https ://imgur. com/YIZhfrc

I am sorry if I am being a pain in the butt.
Quote Originally Posted by catkutatca12 View Post
Greeting, I believe I have all the plug-ins needed.
Now it says that "Failed to Update Web Player".

Here are a list of images of what I have(remove space)
My Firefox ESR version: 52.4.1
https ://imgur. com/jzdAgYP

My Firefox ESR plugins:
https ://imgur. com/PABp7kq

My DeadFrontier problems:
https ://imgur. com/YIZhfrc

I am sorry if I am being a pain in the butt.
Hmm... i think that is a file problem, try this:

-Search any folder that contains UnityWebPlayer things (Like: Program Files, Firefox Folder, Roaming (Put %appdata% in the Windows Searcher, like Minecraft) and delete it, then, dowload UnityWebPlayer and re-install it, show me the progress, greetings.



The principal problem is your Unity is Outdated, if youre installing and again, again, again, is the problem, your Unity is too old then the Installer put a corrupt file, just Delete complete all the UnityWebPlayer Files or something, and re-install
Quote Originally Posted by R0B3R70DJ View Post
Hmm... i think that is a file problem, try this:
-Search any folder that contains UnityWebPlayer things (Like: Program Files, Firefox Folder, Roaming (Put %appdata% in the Windows Searcher, like Minecraft) and delete it, then, dowload UnityWebPlayer and re-install it, show me the progress, greetings.

The principal problem is your Unity is Outdated, if youre installing and again, again, again, is the problem, your Unity is too old then the Installer put a corrupt file, just Delete complete all the UnityWebPlayer Files or something, and re-install
I was trying so desperately to do as you said but it didn't work at all.
But when I got back from school and now it worked.
Thanks a lot.
Quote Originally Posted by catkutatca12 View Post
I was trying so desperately to do as you said but it didn't work at all.
But when I got back from school and now it worked.
Thanks a lot.
No problem man, i just forgot to say that Solution, Turn Off PC, wait a few hours and turn on :,v
But the codes from the posts weren't made by the posters, sad story huh? //2short l0l'd
GM Loot using browser is not working. Can anyone please update it? Or make one for the client. Thanks.
only instant open work
Posts 112 of 12 · Page 1 of 1

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?