Dead Frontier
-migrated-
Dead Frontier Posted on: 06/27/2012 4:18pm
Quote Post
Hey can you guys make damage hack for Dead Frontier? its horror mmo game using Unity3D.. i dont know how to make aobs for it..
If its possible, thanks
~I dont know if its isnt allowed request hacks for multiplayer, so please dont ban ;-;
Re: Dead Frontier Posted on: 06/28/2012 4:20am
Quote Post
Would be nice to have some AoBs for 1-player roaming.
Maybe mod the zombies' HP and damage or something.
Possibly offset the player's hitbox for a sort of godmode?
Re: Dead Frontier Posted on: 06/29/2012 12:03pm
Quote Post
Just a friendly reminder, you need to post a link when you request a hack.

http://deadfrontier.com/
Re: Dead Frontier Posted on: 06/29/2012 3:41pm
Quote Post
Yes sorry, forgot to add >.<
Re: Dead Frontier Posted on: 06/29/2012 7:36pm
Quote Post
Hack that Im pretty sure isn't server sided
Invincibility, it would help me alot!
Im level 16, I went to P 13, hard to play >.<
RE: Dead Frontier Posted on: 06/21/2013 6:04am
Quote Post

CE works in hacking the unity3d game. i heard dll memory dump helps in viewing the games data. hmm, ill give it a shot in hacking the game.

RE: Dead Frontier Posted on: 06/21/2013 4:39pm
Quote Post
The Laziest Man on KongHack
Pr2Hack Posted on: 06/21/2013 2:04am

CE wont cut it. you got to make a client version of it. i heard dll memory dump helps in viewing the games data. hmm, ill give it a shot in hacking the game.



if CE wont work, youre doing it wrong.

on topic, lht's dll memory dumper is for unity games. if this game isnt unity3d, it will do absolutely nothing. if it's flash, you would use kadats SWFMdump. they both take the game from memory, and dump it so theres no need to mess around looking for swf links. this is also a nice way of unpacking exe's if you know what youre doing.

as for the client version, charles web debugging proxy allows you to switch the swf a page loads with a local swf. aka, dumped. that means you can edit the swf in memory with cheat engine and dump it so its pre-edited. you just have to make sure you pack it again so kong reads it properly. 




RE: Dead Frontier Posted on: 06/21/2013 8:38pm
Quote Post

Yeah, i realized what i was doing wrong. I have the scripts of the game, all i have to do is to learn how to convert them into AoBs to use in CE.

http://www.mediafire.com/download/3yyn5t285i2yyww/Dead_Frontier.rar

here is link for the game's scripts. Going to need some help on how to make the character able to hit enemies without them being inside the melee box collider.

 

RE: Dead Frontier Posted on: 08/09/2016 10:36pm
Quote Post

Loot hack would be good too

RE: Dead Frontier Posted on: 03/26/2017 3:21am
Quote Post

yes please :-)

RE: Dead Frontier Posted on: 04/28/2017 4:04am
Quote Post

Hello My Dear Brothers, There is a List of Hacks that are Still Working for you Guys to use, and there is a challenge to anyonne who consideres himself as a hacker, if you are really good u have my respect and my honest thank you, but until then, Who are able to make an anti- ranged atacks hack most know as ( No Vomit) to make possible to the players to loot the End Zones and hard areas of the game to complete it ? and who can make the new hacks  before the att made by the Admin who declared War against hackers ? If you are THE MAN who can do it we are waiting to see how it is done.

To all my fellow survivors who need it and did not find it anywhere here it is the codes that still works, use it at your own risk, wisely and enjoy all the fun you can have now.

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 ::")
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("72 F8 4D 01 70 28 48 14 00 06 25 26 28 92 16 00 06 25 26 A2 28 2A 00 00 0A A2 D0 5F 00 00 01 28 0B 00 00 0A 25 26")
if (AoB and AoB.getCount()==6) then
print("No Vomit [Ok]")
for i=0,5 do
writeBytes(tonumber(AoB[i],16)+3, 0x01)
end
AoB.Destroy()
AoB = nil
else
print("No Vomit [Error]")
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
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("72 F8 4D 01 70 28 48 14 00 06 25 26 28 92 16 00 06 25 26 A2 28 2A 00 00 0A A2 D0 5F 00 00 01 28 0B 00 00 0A 25 26")
if (AoB and AoB.getCount()==6) then
print("No Vomit [Ok]")
for i=0,5 do
writeBytes(tonumber(AoB[i],16)+3, 0x01)
end
AoB.Destroy()
AoB = nil
else
print("No Vomit [Error]")
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("72 ?? ?? ?? ?? 12 ?? 28 ?? ?? ?? ?? 25 26 72 ?? ?? ?? ?? 28 ?? ?? ?? ?? 25 26 28 ?? ?? ?? ?? 25 26 28 ?? ?? ?? ?? 25 26 28 ?? ?? ?? ?? 7D ?? ?? ?? ?? 02 72 ?? ?? ?? ?? 12")
if (AoB and AoB.getCount()==3) then
AoB2 = AOBScan("2E ?? 02 1F ?? 7D ?? ?? ?? ?? 02 7B ?? ?? ?? ?? 7B ?? ?? ?? ?? 72 ?? ?? ?? ?? 02 7C ?? ?? ?? ?? 28 ?? ?? ?? ?? 72 ?? ?? ?? ?? 28 ?? ?? ?? ?? 25 26 28 ?? ?? ?? ?? 25")
if (AoB2 and AoB2.getCount()==3) then
print("No Reload [Ok]]")
writeBytes(tonumber(AoB[0],16), 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x22, 0x00, 0x00, 0x00, 0x00)
writeBytes(tonumber(AoB[1],16), 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x22, 0x00, 0x00, 0x00, 0x00)
writeBytes(tonumber(AoB[2],16), 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x22, 0x00, 0x00, 0x00, 0x00)
writeBytes(tonumber(AoB2[0],16), 0x2B)
writeBytes(tonumber(AoB2[1],16), 0x2B)
writeBytes(tonumber(AoB2[2],16), 0x2B)
AoB2.Destroy()
AoB2 = nil
else
print("No Reload [Error]")
end
AoB.Destroy()
AoB = nil
else
print("No Reload [Error]")
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(":: ThePreacher ::")

No Energy and No Vomit are not working, if you can solve the last one we gladly thank you.
 

RE: Dead Frontier Posted on: 06/06/2017 10:12pm
Quote Post
Herzen Posted on: 04/28/2017 12:04am

[snip]


how do you use this ?

RE: Dead Frontier Posted on: 03/12/2018 9:58am
Quote Post
Herzen Posted on: 04/28/2017 12:04am


print("I'm sorry that this doesn't work on Firefox/Plugincontainer but i will try to do it some day")
 


Is there anything that currently works for the browser version?