Page 1 of 2 12 LastLast
Results 1 to 15 of 23
  1. #1
    shoutouttohades's Avatar
    Join Date
    Apr 2021
    Gender
    male
    Posts
    14
    Reputation
    10
    Thanks
    33
    My Mood
    Hungover

    Lightbulb Dead Frontier AOB v.63

    AoB = AOBScan("02 7B 98 0F 00 04 7B 40 0F 00 04 28 CD 24 00 06 16 6B 3D 50")
    if (AoB) then
    print("1hit ON")
    for x=0, AoB.getCount()-1 do
    writeBytes(tonumber(AoB[x],16)+19, 0x00)
    end
    else
    print("1hit OFF")
    end

    AoB = AOBScan("60 ?? ?? ?? CC ?? ?? ?? ?? 78 ?? ?? 11 ?? 6B 5A 58 5A ?? 9A")
    if (AoB) then
    print("Super Sprint ACTIVATE")
    for x=0, AoB.getCount()-1 do
    writeBytes(tonumber(AoB[x],16)+5, 0x7A, 0x40)
    end
    else
    print("Super Sprint FAILED")
    end

    AoB = AOBScan("22 ?? ?? ?? ?? 5A 58 7D ?? ?? ?? ?? 02 7B ?? ?? ?? ?? 02 7B")
    if (AoB) then
    print("Infinite Energy ACTIVATE")
    for x=0, AoB.getCount()-1 do
    writeBytes(tonumber(AoB[x],16)+3, 0x70, 0x41)
    end
    else
    print("Infinite Energy FAILED")
    end

    AoB = AOBScan("72 69 67 68 74 20 61 74 74 61 63 6B")
    if (AoB) then
    print("Disable Zombie Attack 1 ACTIVATE")
    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 ACTIVATE")
    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 ACTIVATE")
    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 ACTIVATE")
    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


  2. The Following 7 Users Say Thank You to shoutouttohades For This Useful Post:

    elbichoSIU (04-05-2021),EssayPure (04-05-2021),icj (04-06-2021),Incursio11 (04-05-2021),reidark0 (04-05-2021),wrgHAWRHwrhaerwhrhr (04-06-2021),xPl2inCex (04-06-2021)

  3. #2
    elbichoSIU's Avatar
    Join Date
    Apr 2021
    Gender
    male
    Posts
    4
    Reputation
    10
    Thanks
    3
    Quote Originally Posted by shoutouttohades View Post
    AoB = AOBScan("02 7B 98 0F 00 04 7B 40 0F 00 04 28 CD 24 00 06 16 6B 3D 50")
    if (AoB) then
    print("1hit ON")
    for x=0, AoB.getCount()-1 do
    writeBytes(tonumber(AoB[x],16)+19, 0x00)
    end
    else
    print("1hit OFF")
    end

    AoB = AOBScan("60 ?? ?? ?? CC ?? ?? ?? ?? 78 ?? ?? 11 ?? 6B 5A 58 5A ?? 9A")
    if (AoB) then
    print("Super Sprint ACTIVATE")
    for x=0, AoB.getCount()-1 do
    writeBytes(tonumber(AoB[x],16)+5, 0x7A, 0x40)
    end
    else
    print("Super Sprint FAILED")
    end

    AoB = AOBScan("22 ?? ?? ?? ?? 5A 58 7D ?? ?? ?? ?? 02 7B ?? ?? ?? ?? 02 7B")
    if (AoB) then
    print("Infinite Energy ACTIVATE")
    for x=0, AoB.getCount()-1 do
    writeBytes(tonumber(AoB[x],16)+3, 0x70, 0x41)
    end
    else
    print("Infinite Energy FAILED")
    end

    AoB = AOBScan("72 69 67 68 74 20 61 74 74 61 63 6B")
    if (AoB) then
    print("Disable Zombie Attack 1 ACTIVATE")
    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 ACTIVATE")
    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 ACTIVATE")
    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 ACTIVATE")
    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

    that was pretty fast lol, thank you

  4. The Following 2 Users Say Thank You to elbichoSIU For This Useful Post:

    Incursio11 (04-05-2021),reidark0 (04-05-2021)

  5. #3
    peoplewhat's Avatar
    Join Date
    Sep 2017
    Gender
    male
    Posts
    61
    Reputation
    10
    Thanks
    404
    this has to be the most updates I've seen in a while

  6. #4
    TakeShiiro's Avatar
    Join Date
    Mar 2021
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0

    Question

    Quote Originally Posted by shoutouttohades View Post
    AoB = AOBScan("02 7B 98 0F 00 04 7B 40 0F 00 04 28 CD 24 00 06 16 6B 3D 50")
    if (AoB) then
    print("1hit ON")
    for x=0, AoB.getCount()-1 do
    writeBytes(tonumber(AoB[x],16)+19, 0x00)
    end
    else
    print("1hit OFF")
    end

    AoB = AOBScan("60 ?? ?? ?? CC ?? ?? ?? ?? 78 ?? ?? 11 ?? 6B 5A 58 5A ?? 9A")
    if (AoB) then
    print("Super Sprint ACTIVATE")
    for x=0, AoB.getCount()-1 do
    writeBytes(tonumber(AoB[x],16)+5, 0x7A, 0x40)
    end
    else
    print("Super Sprint FAILED")
    end

    AoB = AOBScan("22 ?? ?? ?? ?? 5A 58 7D ?? ?? ?? ?? 02 7B ?? ?? ?? ?? 02 7B")
    if (AoB) then
    print("Infinite Energy ACTIVATE")
    for x=0, AoB.getCount()-1 do
    writeBytes(tonumber(AoB[x],16)+3, 0x70, 0x41)
    end
    else
    print("Infinite Energy FAILED")
    end

    AoB = AOBScan("72 69 67 68 74 20 61 74 74 61 63 6B")
    if (AoB) then
    print("Disable Zombie Attack 1 ACTIVATE")
    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 ACTIVATE")
    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 ACTIVATE")
    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 ACTIVATE")
    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



    por que no anda el 1 hit ya probe de todo y nada
    tengo un serio problema con el de exp y el de 1 hit me podrias mandar el codigo fuente asi trato de sacarlo ?

  7. #5
    54fernando54's Avatar
    Join Date
    Jun 2017
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0

    help

    Can someone teach me how to use the codes please I already have Cheat Engine installed
    Last edited by 54fernando54; 04-06-2021 at 10:26 AM.

  8. #6
    CloverCheck's Avatar
    Join Date
    Apr 2021
    Gender
    male
    Posts
    16
    Reputation
    10
    Thanks
    1

    PLEASE UPDATE ZOMBIE VOMIT

    Quote Originally Posted by shoutouttohades View Post
    AoB = AOBScan("02 7B 98 0F 00 04 7B 40 0F 00 04 28 CD 24 00 06 16 6B 3D 50")
    if (AoB) then
    print("1hit ON")
    for x=0, AoB.getCount()-1 do
    writeBytes(tonumber(AoB[x],16)+19, 0x00)
    end
    else
    print("1hit OFF")
    end

    AoB = AOBScan("60 ?? ?? ?? CC ?? ?? ?? ?? 78 ?? ?? 11 ?? 6B 5A 58 5A ?? 9A")
    if (AoB) then
    print("Super Sprint ACTIVATE")
    for x=0, AoB.getCount()-1 do
    writeBytes(tonumber(AoB[x],16)+5, 0x7A, 0x40)
    end
    else
    print("Super Sprint FAILED")
    end

    AoB = AOBScan("22 ?? ?? ?? ?? 5A 58 7D ?? ?? ?? ?? 02 7B ?? ?? ?? ?? 02 7B")
    if (AoB) then
    print("Infinite Energy ACTIVATE")
    for x=0, AoB.getCount()-1 do
    writeBytes(tonumber(AoB[x],16)+3, 0x70, 0x41)
    end
    else
    print("Infinite Energy FAILED")
    end

    AoB = AOBScan("72 69 67 68 74 20 61 74 74 61 63 6B")
    if (AoB) then
    print("Disable Zombie Attack 1 ACTIVATE")
    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 ACTIVATE")
    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 ACTIVATE")
    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 ACTIVATE")
    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

    PLEASE UUPDATE ZOMBIE VOMIT

    - - - Updated - - -

    Quote Originally Posted by peoplewhat View Post
    this has to be the most updates I've seen in a while
    Please Update zombie vomit or just post a tutorial about updating aob codes

  9. #7
    dadowns's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Location
    Mars
    Posts
    99
    Reputation
    10
    Thanks
    15
    My Mood
    Sleepy
    Quote Originally Posted by peoplewhat View Post
    this has to be the most updates I've seen in a while
    The energy + speed codes don't really change across versions.
    As for the Insta-kill code it's pretty easy to update
    I just loaded the game without noticing a new version and updated it myself in like a minute
    <------What Are You Looking At???

  10. #8
    kiel03's Avatar
    Join Date
    Jun 2020
    Gender
    male
    Posts
    14
    Reputation
    10
    Thanks
    2
    My Mood
    Shocked

    Smile

    Quote Originally Posted by shoutouttohades View Post
    AoB = AOBScan("02 7B 98 0F 00 04 7B 40 0F 00 04 28 CD 24 00 06 16 6B 3D 50")
    if (AoB) then
    print("1hit ON")
    for x=0, AoB.getCount()-1 do
    writeBytes(tonumber(AoB[x],16)+19, 0x00)
    end
    else
    print("1hit OFF")
    end

    AoB = AOBScan("60 ?? ?? ?? CC ?? ?? ?? ?? 78 ?? ?? 11 ?? 6B 5A 58 5A ?? 9A")
    if (AoB) then
    print("Super Sprint ACTIVATE")
    for x=0, AoB.getCount()-1 do
    writeBytes(tonumber(AoB[x],16)+5, 0x7A, 0x40)
    end
    else
    print("Super Sprint FAILED")
    end

    AoB = AOBScan("22 ?? ?? ?? ?? 5A 58 7D ?? ?? ?? ?? 02 7B ?? ?? ?? ?? 02 7B")
    if (AoB) then
    print("Infinite Energy ACTIVATE")
    for x=0, AoB.getCount()-1 do
    writeBytes(tonumber(AoB[x],16)+3, 0x70, 0x41)
    end
    else
    print("Infinite Energy FAILED")
    end

    AoB = AOBScan("72 69 67 68 74 20 61 74 74 61 63 6B")
    if (AoB) then
    print("Disable Zombie Attack 1 ACTIVATE")
    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 ACTIVATE")
    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 ACTIVATE")
    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 ACTIVATE")
    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


    thx again for updating the 1hit.appreciated!

    - - - Updated - - -

    Quote Originally Posted by dadowns View Post
    The energy + speed codes don't really change across versions.
    As for the Insta-kill code it's pretty easy to update
    I just loaded the game without noticing a new version and updated it myself in like a minute


    really u just updated like just a minute the 1hit script? ok nice ,can u plss teach or show us how to do that?
    thx in advance

  11. #9
    CloverCheck's Avatar
    Join Date
    Apr 2021
    Gender
    male
    Posts
    16
    Reputation
    10
    Thanks
    1
    Quote Originally Posted by dadowns View Post
    The energy + speed codes don't really change across versions.
    As for the Insta-kill code it's pretty easy to update
    I just loaded the game without noticing a new version and updated it myself in like a minute
    can you teach me how to update aobs cod

  12. #10
    peoplewhat's Avatar
    Join Date
    Sep 2017
    Gender
    male
    Posts
    61
    Reputation
    10
    Thanks
    404
    Quote Originally Posted by dadowns View Post
    The energy + speed codes don't really change across versions.
    As for the Insta-kill code it's pretty easy to update
    I just loaded the game without noticing a new version and updated it myself in like a minute
    yeah I myself update the hacks quite easily


    I've found that the disable zombie attack (which is 4 codes i.e. dza 1, dza 2, dza 3, and dza 4) could be condensed down into one code

    this is disable zombie attack 4 part code into 1 code
    Code:
    AoB = AOBScan("00 ?? ?? ?? ?? ?? ?? 20 61 74 74 61 63 6B 00 00")
    if (AoB) then
    print("DZA and freeze when close ok")
    for x=0, AoB.getCount()-1 do
    writeBytes(tonumber(AoB[x],16)+9, 0x00, 0x00)
    end
    else
    print("DZA and freeze when close failed")
    end
    which works and does the same thing

    there's another dza which is the one where spitters don't spit, and instead of freezing, they just follow you, that's a different type of disable zombie attack.


    that's this code for v63

    Code:
    AoB = AOBScan("22 00 00 10 42 7E 7A 0D 00 04 59 80 75 0D 00 04")
    if (AoB) then
    print("DZA, no spit, always follow ok")
    for x=0, AoB.getCount()-1 do
    writeBytes(tonumber(AoB[x],16)+0, 0x00)
    end
    else
    print("DZA, no spit, always follow failed")
    end
    which works , with using this code however, when fighting a boss or anything, when it's moving you around, you still have to press your arrow keys to avoid the 24 hour ban (cause I mean, how can you be moving and your not pressing your arrow keys, must be hacks, trigger the anticheat)

    so depending on your style you can choose. I don't use any, so that's why I can share it. I use some thing else.

    I have some other hacks but I have to put some thought into if I want to share it, cause you know how it is with them damn df lurkers who happen to be df moderators ;D


    for those that want to try/ see this df environment in the picture below




    that code is this one

    Code:
    AoB = AOBScan("80 BE 01 00 04 16 80 C3 01 00 04 22 00 00 A1 42 69 80 7C 01 00 04 16 80")
    if (AoB) then
    	print("wierd area with crows ok")
    	for x=0, AoB.getCount()-1 do
    		writeBytes(tonumber(AoB[x],16)+5, 0x17)
    	end
    else
    	print("wierd area with crows failed")
    end
    nice lil fun to check out, since I don't use that one anyway, I could share it.
    Last edited by peoplewhat; 04-06-2021 at 10:58 AM.

  13. The Following User Says Thank You to peoplewhat For This Useful Post:

    elbichoSIU (04-06-2021)

  14. #11
    CloverCheck's Avatar
    Join Date
    Apr 2021
    Gender
    male
    Posts
    16
    Reputation
    10
    Thanks
    1

    Post

    Quote Originally Posted by peoplewhat View Post
    yeah I myself update the hacks quite easily


    I've found that the disable zombie attack (which is 4 codes i.e. dza 1, dza 2, dza 3, and dza 4) could be condensed down into one code

    this is disable zombie attack 4 part code into 1 code
    Code:
    AoB = AOBScan("00 ?? ?? ?? ?? ?? ?? 20 61 74 74 61 63 6B 00 00")
    if (AoB) then
    print("DZA and freeze when close ok")
    for x=0, AoB.getCount()-1 do
    writeBytes(tonumber(AoB[x],16)+9, 0x00, 0x00)
    end
    else
    print("DZA and freeze when close failed")
    end
    which works and does the same thing

    there's another dza which is the one where spitters don't spit, and instead of freezing, they just follow you, that's a different type of disable zombie attack.


    that's this code

    Code:
    AoB = AOBScan("22 00 00 10 42 7E 7A 0D 00 04 59 80 75 0D 00 04")
    if (AoB) then
    print("DZA, no spit, always follow ok")
    for x=0, AoB.getCount()-1 do
    writeBytes(tonumber(AoB[x],16)+0, 0x00)
    end
    else
    print("DZA, no spit, always follow failed")
    end
    which works , with using this code however, when fighting a boss or anything, when it's moving you around, you still have to press your arrow keys to avoid the 24 hour ban (cause I mean, how can you be moving and your not pressing your arrow keys, must be hacks, trigger the anticheat)

    so depending on your style you can choose. I don't use any, so that's why I can share it. I use some thing else.

    I have some other hacks but I have to put some thought into if I want to share it, cause you know how it is with them damn df lurkers who happen to be df moderators ;D


    for those that want to try/ see this df environment in the picture below




    that code is this one

    Code:
    AoB = AOBScan("80 BE 01 00 04 16 80 C3 01 00 04 22 00 00 A1 42 69 80 7C 01 00 04 16 80")
    if (AoB) then
    	print("wierd area with crows ok")
    	for x=0, AoB.getCount()-1 do
    		writeBytes(tonumber(AoB[x],16)+5, 0x17)
    	end
    else
    	print("wierd area with crows failed")
    end
    nice lil fun to check out, since I don't use that one anyway, I could share it.
    can you please make a tutorial how to update aobs code please

  15. #12
    peoplewhat's Avatar
    Join Date
    Sep 2017
    Gender
    male
    Posts
    61
    Reputation
    10
    Thanks
    404
    Quote Originally Posted by CloverCheck View Post
    can you please make a tutorial how to update aobs code please
    nah mate that would be too long. you just have to watch some youtube videos
    if you can watch most of the videos from these 2 youtube channels

    cheat the game

    https://www.youtube.com/user/BloodFayte

    and stephen chapman

    https://www.youtube.com/user/seowhistleblower

    you'll learn alot.
    it's a good start, but it's a lot to learn ah, alot of videos. you'll learn things like xor, eax, push, pop, jump, hex, decimals etc.
    And then take a look at what these hacks are doing, what value are they modifying, like basically deconstruct the hack, like reverse engineering lol. it's fun, interesting, to check stuff out, be interested in stuff.


    There's more technical/ advanced hacks/stuff for df but you'll need to know programming language and scripts and what not, doesn't involve cheat engine, but it's another method, but as I say too advanced, requires even more learning.

    and basically hang out with hackers, hacking sites, you'll learn a lot. df and games are just one little part of the hacking world. be like steve jobs, started hacking as a teen, could watch the movie "pirates of silicon valley" (1999) good movie.

    some other cool, interesting and quite smart videos from google, fb. hackers competitions/ coding competitions.
    could watch the fb hacker cup.

    https:/tu.be/91IAQUCbs14?t=97

    or the google kickstart coding competition

    https:/tu.be/RpyWh424VCE?t=82

    tons of interesting hacking stuff out there.
    Last edited by peoplewhat; 04-06-2021 at 11:31 AM.

  16. #13
    Incursio11's Avatar
    Join Date
    Jul 2017
    Gender
    male
    Posts
    10
    Reputation
    10
    Thanks
    2

    Question

    Quote Originally Posted by peoplewhat View Post
    nah mate that would be too long. you just have to watch some youtube videos
    if you can watch most of the videos from these 2 youtube channels

    tons of interesting hacking stuff out there.
    Thanks for this information, the thing is. It will just take longer for us to understand and figure out hacking. Yes, they will literally give us knowledge but far away from a game that we want to have knowledge of which is Dead Frontier itself. I respect you because you're knowledgeable about coding, hacking, etc., that's why some of us here want to and are asking if possible, a tutorial that tackles specifically Dead Frontier in which finding the hack using DnSpy or whichever method/application, and then creating the LUA.

  17. #14
    hackisac's Avatar
    Join Date
    Oct 2019
    Gender
    male
    Posts
    8
    Reputation
    10
    Thanks
    1
    You're a godsend! The 1 hit is amazing. Just got 450k exp off a half-missed OA with nothing but a lv 50 shotty because of you.
    The anti-spit & follow only are great too! Ty so much!
    Last edited by hackisac; 04-08-2021 at 09:11 PM.

  18. #15
    Zinx.'s Avatar
    Join Date
    May 2015
    Gender
    female
    Location
    Sweden
    Posts
    57
    Reputation
    10
    Thanks
    0
    My Mood
    Asleep
    all the codes work great, thanks a lot!

Page 1 of 2 12 LastLast

Similar Threads

  1. Auto Hack AoB Cheat Engine [Dead Frontier]
    By dexter2013 in forum Dead Frontier Hacks
    Replies: 15
    Last Post: 03-28-2024, 08:57 AM
  2. Replies: 0
    Last Post: 11-11-2016, 12:23 PM
  3. [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
  4. [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
  5. [Tutorial] Dead Frontier: Finding Aob Hacks
    By pr2hack in forum Dead Frontier Hacks
    Replies: 9
    Last Post: 12-25-2014, 08:18 PM