PostDead Frontier Standalone Client AOBS + Bonus Lua Script

Posts 16–30 of 128 · Page 2 of 9
Quote Originally Posted by BR13Vinicius View Post
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
this no longer work it says failed
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
Usei em só em singleplayer pra matar uns bosses e ta dando ban de 24 horas também.
Quote Originally Posted by danigost50 View Post
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

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 ::")
- - - Updated - - -

Quote Originally Posted by dhan23 View Post
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
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.
Quote Originally Posted by dhan23 View Post
"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.
Do you have skype or dlscord? my skype is junior14171 and dlscord is BR13Vinicius#8017 send me a pm let's talk about this, i'm currently having problems just in finding specific things but i already know how it works, we can have some talk in private chat.
Quote Originally Posted by dhan23 View Post
"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.

Quote Originally Posted by BR13Vinicius View Post
Do you have skype or dlscord? my skype is junior14171 and dlscord is BR13Vinicius#8017 send me a pm let's talk about this, i'm currently having problems just in finding specific things but i already know how it works, we can have some talk in private chat.
can i join ?
Quote Originally Posted by dmhv View Post
can i join ?
Yes! Why not? add me
Quote Originally Posted by BR13Vinicius View Post
Yes! Why not? add me
i just add you on skype and also dlscord, please accept
Quote Originally Posted by dmhv View Post
i just add you on skype and also dlscord, please accept
Accepted 2 dudes, don't know which one you are, i sent the following message "mpgh?" Currently can't accept you on Skype, my main pc (Windows 7) won't have internet for a while and i don't want more things on my Windows 10
Quote Originally Posted by ChaosMischief View Post
Vomit and explosion code please TY!!
just use superboy or no zombie nearby

superboy disable all attacks due to refresh
so no damage taken

no zombie nearby -- your just looting since no spawn in the map
AOB for no zombie nearby? Ty

- - - Updated - - -

Quote Originally Posted by astharoth890 View Post
just use superboy or no zombie nearby

superboy disable all attacks due to refresh
so no damage taken

no zombie nearby -- your just looting since no spawn in the map
AOB for no zombie nearby? And is it safe? Also, superboy needs zombie to touch you first before being disabled while vomit are range. Easily killed in huge aggro
Quote Originally Posted by ChaosMischief View Post
AOB for no zombie nearby? Ty

- - - Updated - - -



AOB for no zombie nearby? And is it safe? Also, superboy needs zombie to touch you first before being disabled while vomit are range. Easily killed in huge aggro
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
Posts 16–30 of 128 · Page 2 of 9
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?