Standalone Client AOB Hack Updates + Tutorial (Working 05/04/19)

Posts 1630 of 123 · Page 2 of 9
In firefox? what version?
Quote Originally Posted by fraidnig View Post
In firefox? what version?
Some of these works in both standalone client and browser version, but some doesn't since they have different dlls. Just use them on standalone client what is even stopping you?
My bad, I posted the wrong Disable Zombie Attack code which is wrong. Here is the right one:
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[x],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[x],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[x],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[x],16)+0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00)
	end
else
	print("Disable Zombie Attack 4 FAILED")
end
@InfinityGamer01 thanks man for this i want ask something why when i use MORE LOOT SPOTS it's work only in my acc with non-GM, but when i use my acc have GM not work! can you plz tell me why and thanks anyway
Quote Originally Posted by JoOoX View Post
@InfinityGamer01 thanks man for this i want ask something why when i use MORE LOOT SPOTS it's work only in my acc with non-GM, but when i use my acc have GM not work! can you plz tell me why and thanks anyway
More Loot Spots AOB makes the game activate more loot spots (about 200% or 2x) for regular players/non-GM. If you're account is already a GM, you wont need this AOB since you basically already have 200% or 2x loot spots.
was using portable firefox 30 , it was rather slow in loading the pages.. so would be great to have an alternative
Quote Originally Posted by ChaosMischief View Post
@InfinityGamer01 Does vomit and explosion included in disable zombie attack code? Thanks.
No so be careful


----------

Also, anyone gotten banned using wasteland code? would be super nice not to have to run all the way to p13, plus 12.7's are way more expensive at p13..
This will be obvious but I'll say it anyway; Do not kill bosses cause you will get banned. Particularly flaming one and black titan. Normal mother, wraith and titan is safe I supposed. TRY AT YOUR OWN RISK.
Quote Originally Posted by ChaosMischief View Post
This will be obvious but I'll say it anyway; Do not kill bosses cause you will get banned. Particularly flaming one and black titan. Normal mother, wraith and titan is safe I supposed. TRY AT YOUR OWN RISK.
you can, if you kill them fast enough. why don't you ppl who use AoB just disable AC?
Quote Originally Posted by SandwichMachine View Post
Also, anyone gotten banned using wasteland code? would be super nice not to have to run all the way to p13, plus 12.7's are way more expensive at p13..
was using the wasteland code , just use it somewhere far in SB cause you don't want others to see you there ~
Quote Originally Posted by InfinityGamer01 View Post
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

*I could make a simple video tutorial if you guys are having problems.

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
INSTANT OPEN MENU:
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
SUPER SPRINT:
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
SUPER BOY: (Zombies respawn every second, making them unable to attack you.)
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
MORE LOOT SPOTS: (Same as GM Loot, adds a few couple loot spots.)
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
WASTELAND MODE: (Turns all blocks into Wasteland.)
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
DISABLE ZOMBIE ATTACK: (I got this from BR13Vinicius's thread which is working perfectly so no need to update. I just made a few changes.)
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[x],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[x],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[x],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[x],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.

Do you have any of these punishments yet?
hey will u add to pm skrdaadu
Quote Originally Posted by srkaaadu View Post
Do you have any of these punishments yet?
Sorry, I do not know English, I wonder if it works yet?
Quote Originally Posted by srkaaadu View Post
Sorry, I do not know English, I wonder if it works yet?
what's works? aob codes? all of them it's works
but only for standalone client
sorry i can't speak, write in english well so if you confused? hahah just same like me
Posts 1630 of 123 · Page 2 of 9

Post a Reply

Similar Threads

Tags for this Thread

Need help?