Page 1 of 9 123 ... LastLast
Results 1 to 15 of 128
  1. #1
    BR13Vinicius's Avatar
    Join Date
    Jul 2014
    Gender
    male
    Location
    C:/Windows/System32/Explorer.exe
    Posts
    40
    Reputation
    10
    Thanks
    117
    My Mood
    Dead

    Post Dead Frontier Standalone Client AOBS + Bonus Lua Script

    Some working codes for dead frontier standalone, recently my firefox glitched the unity so i had to use dead frontier standalone for a while with these codes, i got bored then i decided to make this Lua code for CE

    How to use it:
    1: Open CE
    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: When "CONNECTING TO MULTIPLAYER SERVER" appear just go to CE and paste the code that is in this thread/in the notepad file
    6:Your game will freeze and the lua script will do the rest for you and you don't have to do that annoying thing you have to do using the browser version
    7:Your game will run normally and will show "LOADING AREA" then just wait till it loads and everything shall work just fine

    [Not sure what to do if it didn't work, i'm a newbie at CE/Lua]

    Code:
    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 ::")
    I decided to separate the AOBs in another code:
    Code:
    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
    
    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
    Superboy and No Zombies Nearby always crashes my game in a way that it doesn't even load, i normally use DZA instead;
    Code:
    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
    Your game always stop responding? Use this (be fast using this one)
    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
    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
    
    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(":: BR13Vinicius ::")

    Feel free to edit it, it's just a code. Keep in mind that i'm a newbie at this type of thing

    I did not steal it
    <b>Downloadable Files</b> Downloadable Files
    Last edited by BR13Vinicius; 03-21-2017 at 06:59 PM. Reason: Fixed some dumb dumb typos

  2. The Following 69 Users Say Thank You to BR13Vinicius For This Useful Post:

    1001n (04-09-2019),420life (10-15-2019),54fernando54 (07-26-2017),AgenxT (05-23-2023),Ali497 (06-01-2018),Asesstoycol (12-26-2017),astharoth890 (04-03-2017),babavoss290 (04-10-2021),barsavik (09-07-2017),Bixrex (12-26-2018),blackrathaloz (04-09-2017),BlueTortoise (03-26-2017),cabaceiro13 (12-27-2018),catkutatca12 (08-06-2018),CrackdaddyCocaine (09-15-2017),DESIMO (10-28-2023),Discellaneous (02-02-2019),drgonbattle (02-18-2018),erickg95 (03-23-2017),Firehound210 (04-15-2017),FujiToday (07-20-2017),Girao (08-29-2022),grahamtar0z (04-10-2017),halgato20 (11-04-2019),honwasabisan (04-12-2017),hoplon (03-23-2017),huutin113 (12-16-2017),HyPeX76 (08-12-2017),InnovationTT (03-24-2017),internetworld6 (05-17-2017),kazer101 (01-15-2018),Kent@Yap (10-25-2018),kentpachi (06-10-2017),kilkil0 (06-11-2017),Kouze (02-04-2023),kwed3j (08-17-2020),lai007 (03-25-2017),lasha6969 (04-10-2023),LSknight (03-29-2019),mattmanstarman (08-30-2017),meekmeads (09-06-2019),Muhammad Shadouf (05-02-2018),news.topic (03-29-2019),NineAfrikaans (06-23-2017),nxwduyao (06-18-2017),olivier578790 (05-12-2020),orcrogue (06-08-2017),oscar1530 (04-21-2017),patsa5122 (01-20-2021),Ruffboxer (12-01-2017),secresavior (04-07-2017),shade4 (06-07-2023),SoCloseToToast (07-21-2017),Spencerfalkie97 (01-15-2023),spikeysam435 (12-29-2022),SrPinguin (03-22-2017),stardlor (09-20-2017),stealthhex (05-14-2017),swaizmo (09-30-2017),tabbyfight (11-20-2022),TacTICO (04-08-2017),terterence (12-25-2017),themanlie (08-03-2017),tiddlesthepenguin (12-26-2018),TimelessEternal (03-12-2018),Trinityseven1337 (07-01-2017),U8poo (03-28-2018),xxmichael20xx (08-10-2017),YasinFarrah (10-09-2018)

  3. #2
    Hugo Boss's Avatar
    Join Date
    Oct 2011
    Gender
    male
    Posts
    28,752
    Reputation
    4790
    Thanks
    5,902
    My Mood
    Angelic
    //Approved, file appears safe, but has not been tested.

    Use at your own risk.

    https://virusscan.jotti.org/en-US/fi...job/t8zy15g3am
    https://virustotal.com/en/file/7f575...is/1490225002/

     
    Super User since 08-29-2017
    Global Moderator from 10-02-2016 - 08-29-2017
    Premium Seller since 11-16-2016
    Moderator from 09-24-2015 - 01-09-2016
    Alliance of Valiant Arms Minion from 11-12-2015 - 01-09-2016
    Market place Minion from 09-24-2015 - 01-09-2016
    Crossfire Minion from 09-11-2015 - 01-09-2016

    Middleman from 07-07-2015 - 01-09-2016
    Market Place Minion from 03-03-2014 - 08-01-2014
    Middleman from 01-30-2014 - 08-01-2014
    Moderator from 03-29-2013 - 04-04-2013
    Market Place Minion from 03-07-2013 - 04-04-2013
    Premium Member since 01-25-2013
    Middleman from 12-04-2012 - 04-04-2013
    Registered since 10-9-2011

  4. #3
    BR13Vinicius's Avatar
    Join Date
    Jul 2014
    Gender
    male
    Location
    C:/Windows/System32/Explorer.exe
    Posts
    40
    Reputation
    10
    Thanks
    117
    My Mood
    Dead
    Ayy, why nobody is replying to my thread??? i want to know if the Lua script worked atleast or give me some ideas on what i can try to make

    bump

  5. #4
    hoplon's Avatar
    Join Date
    Mar 2014
    Gender
    male
    Posts
    6
    Reputation
    10
    Thanks
    0
    I tested yesterday and today, it's been working fine, the only thing that didn't work for me was Infinite Energy (FAILED on cheat engine), however the other functions are working, amazing job, thank you.

  6. #5
    BR13Vinicius's Avatar
    Join Date
    Jul 2014
    Gender
    male
    Location
    C:/Windows/System32/Explorer.exe
    Posts
    40
    Reputation
    10
    Thanks
    117
    My Mood
    Dead
    Quote Originally Posted by hoplon View Post
    I tested yesterday and today, it's been working fine, the only thing that didn't work for me was Infinite Energy (FAILED on cheat engine), however the other functions are working, amazing job, thank you.
    The code was wrong i thought it got patched, thanks for telling me it was not working btw

    FIX:
    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

    EDIT: Are you using the last code that is on the thread? (Your game always stop responding?)

    I think the first code i made doesn't work on the standalone and makes the client crash, it always happens to me, i'm thinking that it isn't just my pc because i'm testing it on my secondary pc (windows 10) and it's crashing too, if that's the case i will ask for an edit on the post because i can't seem to be able to edit it for some reason...

    Update:
    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
    
    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(":: BR13Vinicius ::")
    Last edited by BR13Vinicius; 03-23-2017 at 02:31 PM. Reason: New code [Nothing new just the energy code]

  7. The Following User Says Thank You to BR13Vinicius For This Useful Post:

    FujiToday (08-15-2017)

  8. #6
    hoplon's Avatar
    Join Date
    Mar 2014
    Gender
    male
    Posts
    6
    Reputation
    10
    Thanks
    0
    The file that you uploaded with the codes in it, that's the one i'm using.
    My OS is Windows 10, just tried the new code for infinite energy, it's working now, everything is working, sorry i couldn't reply before, i was a little busy.

  9. #7
    hoplon's Avatar
    Join Date
    Mar 2014
    Gender
    male
    Posts
    6
    Reputation
    10
    Thanks
    0
    Also, it's possible to make some damage and/or exp boost codes?

  10. #8
    BR13Vinicius's Avatar
    Join Date
    Jul 2014
    Gender
    male
    Location
    C:/Windows/System32/Explorer.exe
    Posts
    40
    Reputation
    10
    Thanks
    117
    My Mood
    Dead
    Quote Originally Posted by hoplon View Post
    Also, it's possible to make some damage and/or exp boost codes?
    Very probable but i think the ban risks are high
    Last edited by BR13Vinicius; 03-26-2017 at 06:17 AM.

  11. #9
    louu's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Posts
    5
    Reputation
    10
    Thanks
    0
    no vomit hack plz

  12. #10
    BR13Vinicius's Avatar
    Join Date
    Jul 2014
    Gender
    male
    Location
    C:/Windows/System32/Explorer.exe
    Posts
    40
    Reputation
    10
    Thanks
    117
    My Mood
    Dead
    Quote Originally Posted by louu View Post
    no vomit hack plz
    What do you mean?

  13. #11
    louu's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Posts
    5
    Reputation
    10
    Thanks
    0
    Vc e br nem sabia Tem codigo de nenhum zumbi vomitar pq tem uns zumbis chato q fica vomitando

  14. #12
    danigost50's Avatar
    Join Date
    Jan 2017
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    0
    Hack ta sendo detectado
    Jogar no single player evita?

  15. #13
    BR13Vinicius's Avatar
    Join Date
    Jul 2014
    Gender
    male
    Location
    C:/Windows/System32/Explorer.exe
    Posts
    40
    Reputation
    10
    Thanks
    117
    My Mood
    Dead
    Quote Originally Posted by danigost50 View Post
    Hack ta sendo detectado
    Jogar no single player evita?
    Sim evita, se ficar jogando com super sprint to multiplayer vai tomar ban rapido demais, os cara vao te reportar

    Quote Originally Posted by louu View Post
    Vc e br nem sabia Tem codigo de nenhum zumbi vomitar pq tem uns zumbis chato q fica vomitando
    Usa o superboy que os zumbis ficam dando respawn ai nao da tempo deles baterem/vomitar, Eu nem sei oq eu tinha na cabeca naquela hora kkk nem sabia oq tu tava querendo dizer... Nao sei fazer aob direito, acho mt complexo, ainda n achei um codigo de no vomit que funcione

  16. #14
    lai007's Avatar
    Join Date
    Oct 2011
    Gender
    male
    Posts
    33
    Reputation
    10
    Thanks
    0
    do u have code that enable all loot spots?

  17. #15
    BR13Vinicius's Avatar
    Join Date
    Jul 2014
    Gender
    male
    Location
    C:/Windows/System32/Explorer.exe
    Posts
    40
    Reputation
    10
    Thanks
    117
    My Mood
    Dead
    Quote Originally Posted by lai007 View Post
    do u have code that enable all loot spots?
    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

Page 1 of 9 123 ... LastLast

Similar Threads

  1. Auto Hack AoB Cheat Engine [Dead Frontier]
    By dexter2013 in forum Dead Frontier Hacks
    Replies: 15
    Last Post: 4 Weeks Ago, 08:57 AM
  2. [Request] Dead Frontier Requesting new codes(AoB) because some are patch
    By dennismike121 in forum Dead Frontier Hacks
    Replies: 3
    Last Post: 03-15-2016, 02:39 AM
  3. [Help] Help me find aob codes dead frontier pls step by step ?
    By brunexreloadlokao in forum Dead Frontier Hacks
    Replies: 0
    Last Post: 03-09-2016, 10:17 AM
  4. [Tutorial] Dead Frontier: Finding Aob Hacks
    By pr2hack in forum Dead Frontier Hacks
    Replies: 9
    Last Post: 12-25-2014, 08:18 PM
  5. [Request] Lua script to unlock all Teir bonuses?
    By Screenguyy in forum Payday 2 Hacks & Cheats
    Replies: 2
    Last Post: 08-20-2014, 01:53 PM