Page 2 of 2 FirstFirst 12
Results 16 to 25 of 25
  1. #16
    buzzsaw666's Avatar
    Join Date
    Nov 2023
    Gender
    male
    Posts
    12
    Reputation
    10
    Thanks
    3
    Quote Originally Posted by buzzsaw666 View Post
    strange i just tested when i saw your reply, still working for me
    and after the most recent update tonight, it appears to still be working for me, though the stamina now isnt

  2. #17
    hance027's Avatar
    Join Date
    Feb 2024
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    My Mood
    Amused

    Update pls..

    Thank you sir for sharing, really helpful.. but there's been a new update.. one of aob has been changed

  3. #18
    sodelighful's Avatar
    Join Date
    Dec 2023
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0

    new infinite stamina

    For the new infinite Stamina you change:

    22 00 00 C0 3F 7E 44 00 00 04 58 69 80 53 00 00 04 22 00 80
    to
    22 00 00 70 41 7E 44 00 00 04 58 69 80 53 00 00 04 22 00 80

    or

    AoB = AOBScan("22 00 00 C0 3F 7E 44 00 00 04 58 69 80 53 00 00 04 22 00 80")
    if (AoB) then
    print("Infinite Energy Activated")
    for x=0, AoB.getCount()-1 do
    writeBytes(tonumber(AoB[x],16)+3, 0x70, 0x41)
    end
    else
    print("Infinite Energy FAILED")
    end

  4. #19
    janrey004's Avatar
    Join Date
    Aug 2021
    Gender
    male
    Posts
    12
    Reputation
    10
    Thanks
    1
    My Mood
    Aggressive
    Quote Originally Posted by buzzsaw666 View Post
    strange i just tested when i saw your reply, still working for me
    027BCE18000428E500000A065A587DCE180004
    +6 22 cd cc cc 3d

  5. #20
    yamero2.0's Avatar
    Join Date
    Dec 2022
    Gender
    female
    Posts
    17
    Reputation
    10
    Thanks
    9
    My Mood
    Hot
    UPDATED CODES

    DZA (still the same):

    16 0A 12 01 FE 15 58 00 00 01 20 00 5C 1B 00 0C
    to
    17 0A 12 01 FE 15 28 00 00 01 20 00 5C 1B 00 0C

    or

    AoB = AOBScan("16 0A 12 ?? FE 15 ?? ?? ?? ?? 20 ?? ?? ?? ?? 0C")
    if (AoB) then
    print("Turn off zombie attacks Succeed")
    for i=0,4 do
    writeBytes(tonumber(AoB[i],16), 0x17)
    end
    AoB.Destroy()
    AoB = nil
    else
    print("Turn off zombie attacks Fail Need Update")
    end

    Infinity Energy:


    22 00 00 C0 3F 5A 58 7D 6C 3F 00 04 02 6F CE 28 00 06 22 00
    to
    22 00 00 70 41 5A 58 7D 6C 3F 00 04 02 6F CE 28 00 06 22 00


    or


    AoB = AOBScan("22 00 00 C0 3F 5A 58 7D 6C 3F 00 04 02 6F CE 28 00 06 22 00")
    if (AoB) then
    print("Infinite Energy Activated")
    for x=0, AoB.getCount()-1 do
    writeBytes(tonumber(AoB[x],16)+3, 0x70, 0x41)
    end
    else
    print("Infinite Energy FAILED")
    end

  6. #21
    RadelFadel's Avatar
    Join Date
    Feb 2024
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by yamero2.0 View Post
    UPDATED CODES

    DZA (still the same):

    16 0A 12 01 FE 15 58 00 00 01 20 00 5C 1B 00 0C
    to
    17 0A 12 01 FE 15 28 00 00 01 20 00 5C 1B 00 0C

    or

    AoB = AOBScan("16 0A 12 ?? FE 15 ?? ?? ?? ?? 20 ?? ?? ?? ?? 0C")
    if (AoB) then
    print("Turn off zombie attacks Succeed")
    for i=0,4 do
    writeBytes(tonumber(AoB[i],16), 0x17)
    end
    AoB.Destroy()
    AoB = nil
    else
    print("Turn off zombie attacks Fail Need Update")
    end

    Infinity Energy:


    22 00 00 C0 3F 5A 58 7D 6C 3F 00 04 02 6F CE 28 00 06 22 00
    to
    22 00 00 70 41 5A 58 7D 6C 3F 00 04 02 6F CE 28 00 06 22 00


    or


    AoB = AOBScan("22 00 00 C0 3F 5A 58 7D 6C 3F 00 04 02 6F CE 28 00 06 22 00")
    if (AoB) then
    print("Infinite Energy Activated")
    for x=0, AoB.getCount()-1 do
    writeBytes(tonumber(AoB[x],16)+3, 0x70, 0x41)
    end
    else
    print("Infinite Energy FAILED")
    end
    Do you have the one hit aob code for cheat engine?

  7. #22
    Haynk's Avatar
    Join Date
    Dec 2016
    Gender
    male
    Posts
    10
    Reputation
    10
    Thanks
    27
    df got updated, only dza working
    Last edited by Haynk; 02-08-2024 at 09:38 AM.

  8. #23
    yamero2.0's Avatar
    Join Date
    Dec 2022
    Gender
    female
    Posts
    17
    Reputation
    10
    Thanks
    9
    My Mood
    Hot
    Quote Originally Posted by Haynk View Post
    df got updated, only dza working




    I just updated the codes




    look at the replies to the post
    !!!!!!

  9. #24
    Haynk's Avatar
    Join Date
    Dec 2016
    Gender
    male
    Posts
    10
    Reputation
    10
    Thanks
    27
    Quote Originally Posted by yamero2.0 View Post
    I just updated the codes




    look at the replies to the post
    !!!!!!
    can't find the codes for infinite energy

  10. #25
    janrey004's Avatar
    Join Date
    Aug 2021
    Gender
    male
    Posts
    12
    Reputation
    10
    Thanks
    1
    My Mood
    Aggressive
    Quote Originally Posted by yamero2.0 View Post
    I just updated the codes




    look at the replies to the post
    !!!!!!
    DID YOU FIND THE VALUE OF WEAPON DAMAGE?

Page 2 of 2 FirstFirst 12

Similar Threads

  1. Replies: 4
    Last Post: 01-10-2020, 12:52 AM
  2. Disable Zombie Attack Tutorial
    By GodsWolf in forum Dead Frontier Hacks
    Replies: 10
    Last Post: 08-05-2016, 12:07 AM
  3. [Release] DeadFrontier Disable Zombie Attack NO Lag
    By kungdash in forum Dead Frontier Hacks
    Replies: 14
    Last Post: 04-15-2015, 05:22 PM
  4. How to Hack Dead Frontier: Disable Zombie Attack Ability
    By socom100 in forum Dead Frontier Hacks
    Replies: 6
    Last Post: 12-17-2013, 10:15 PM
  5. Surviving a Zombie Attack !
    By Dec0r87930 in forum General
    Replies: 19
    Last Post: 08-07-2008, 09:45 PM