Results 1 to 15 of 27

Threaded View

  1. #1
    dot exe's Avatar
    Join Date
    Apr 2021
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    13

    Lightbulb Dead Frontier AoB v.61

    After seeing the direction this forum was walking with people selling AoB i updated the main ones for the new version.
    Don't buy AoB's from of these suckers, it screw up the community we create here.
    I intend to update the codes whenever is active in the game

    Notes.
    • Use the codes at your own account at risk
    • Hit Kill does not work on Bandits
    • I do not intend to update or make AoB's beyond these


    AoB v.61
    Code:
    print("\n| 𝗗𝗲𝗮𝗱 𝗙𝗿𝗼𝗻𝘁𝗶𝗲𝗿 𝗔𝗼𝗕 | {v.𝟔𝟏}\nUse  at  your  own  account  at  risk | 𝕓𝕪. 𝕕𝕠𝕥𝕖𝕩𝕖\n")
    
    -- HIT KILL:
    AoB = AOBScan("02 7B 8E 0F 00 04 7B 36 0F 00 04 28 CA 24 00 06 16 6B 3D 4F")
    if (AoB) then
    print("● Hit Kill: 𝗦𝘂𝗰𝗲𝘀𝘀")
    for x=0, AoB.getCount()-1 do
    writeBytes(tonumber(AoB[x],16)+19, 0x00)
    end
    else
    print("● Hit Kill: F̲a̲i̲l̲e̲d̲ | 𝑇𝘩𝑒 𝑐𝑜𝑑𝑒 𝑖𝑠 𝑜𝑢𝑡 𝑜𝑓 𝑑𝑎𝑡𝑒")
    end
    
    
    -- INFINITE ENERGY:
    AoB = AOBScan("22 ?? ?? ?? ?? 5A 58 7D ?? ?? ?? ?? 02 7B ?? ?? ?? ?? 02 7B")
    if (AoB) then
    print("● Infinite Energy: 𝗦𝘂𝗰𝗲𝘀𝘀")
    for i=0,AoB.getCount()-1 do
    writeBytes(tonumber(AoB[i],16)+3, 0x70, 0x41)
    end
    AoB.Destroy()
    AoB = nil
    else
    print("● Infinite Energy: F̲a̲i̲l̲e̲d̲ | 𝑇𝘩𝑒 𝑐𝑜𝑑𝑒 𝑖𝑠 𝑜𝑢𝑡 𝑜𝑓 𝑑𝑎𝑡𝑒")
    end
    
    
    -- SUPER SPRINT:
    AoB = AOBScan("60 ?? ?? ?? CC ?? ?? ?? ?? 78 ?? ?? 11 ?? 6B 5A 58 5A ?? 9A")
    if (AoB) then
    print("● Super Sprint: 𝗦𝘂𝗰𝗲𝘀𝘀")
    for x=0, AoB.getCount()-1 do
    writeBytes(tonumber(AoB[x],16)+5, 0x7A, 0x40)
    end
    else
    print("● Super Sprint: F̲a̲i̲l̲e̲d̲ | 𝑇𝘩𝑒 𝑐𝑜𝑑𝑒 𝑖𝑠 𝑜𝑢𝑡 𝑜𝑓 𝑑𝑎𝑡𝑒")
    end
    
    
    -- DISABLE ZOMBIE ATTACK:
    AoB = AOBScan("72 69 67 68 74 20 61 74 74 61 63 6B")
    if (AoB) then
    print("● Zombie Attack 𝑃𝐴𝑅𝑇.𝟷: 𝗦𝘂𝗰𝗲𝘀𝘀")
    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("● Zombie Attack 𝑃𝐴𝑅𝑇.𝟷: F̲a̲i̲l̲e̲d̲ | 𝑇𝘩𝑒 𝑐𝑜𝑑𝑒 𝑖𝑠 𝑜𝑢𝑡 𝑜𝑓 𝑑𝑎𝑡𝑒")
    end
    
    AoB = AOBScan("64 6F 75 62 6C 65 20 61 74 74 61 63 6B")
    if (AoB) then
    print("● Zombie Attack 𝑃𝐴𝑅𝑇.𝟸: 𝗦𝘂𝗰𝗲𝘀𝘀")
    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("● Zombie Attack 𝑃𝐴𝑅𝑇.𝟸: F̲a̲i̲l̲e̲d̲ | 𝑇𝘩𝑒 𝑐𝑜𝑑𝑒 𝑖𝑠 𝑜𝑢𝑡 𝑜𝑓 𝑑𝑎𝑡𝑒")
    end
    
    AoB = AOBScan("6C 65 66 74 20 61 74 74 61 63 6B")
    if (AoB) then
    print("● Zombie Attack 𝑃𝐴𝑅𝑇.𝟹: 𝗦𝘂𝗰𝗲𝘀𝘀")
    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("● Zombie Attack 𝑃𝐴𝑅𝑇.𝟹: F̲a̲i̲l̲e̲d̲ | 𝑇𝘩𝑒 𝑐𝑜𝑑𝑒 𝑖𝑠 𝑜𝑢𝑡 𝑜𝑓 𝑑𝑎𝑡𝑒")
    end
    
    AoB = AOBScan("73 74 61 62 20 61 74 74 61 63 6B")
    if (AoB) then
    print("● Zombie Attack 𝑃𝐴𝑅𝑇.𝟺: 𝗦𝘂𝗰𝗲𝘀𝘀")
    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("● Zombie Attack 𝑃𝐴𝑅𝑇.𝟺: F̲a̲i̲l̲e̲d̲ | 𝑇𝘩𝑒 𝑐𝑜𝑑𝑒 𝑖𝑠 𝑜𝑢𝑡 𝑜𝑓 𝑑𝑎𝑡𝑒")
    end
    Good Egg Hunt

  2. The Following 10 Users Say Thank You to dot exe For This Useful Post:

    Brian Leonardo49 (04-08-2021),CloverCheck (04-03-2021),Diarka (04-03-2021),elbichoSIU (04-02-2021),Incursio11 (04-03-2021),Loui5 (04-02-2021),reidark0 (04-03-2021),srcannabis02 (04-03-2021),wuman (04-16-2021),xPl2inCex (04-03-2021)

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