Page 2 of 2 FirstFirst 12
Results 16 to 23 of 23
  1. #16
    sh0n4t4qui's Avatar
    Join Date
    Jun 2020
    Gender
    male
    Posts
    15
    Reputation
    10
    Thanks
    2
    Quote Originally Posted by Zychee View Post
    I've been using this RIGHT NOW, LMFAO It's Working
    I have used and it is not wirking, may be you use other code ?

    - - - Updated - - -

    Yeah instant menu, install kill says working but really it is not working.

  2. #17
    Mrmoonmoon's Avatar
    Join Date
    Jun 2020
    Gender
    male
    Posts
    4
    Reputation
    10
    Thanks
    1

    Hey

    Could i please have the Speed code?

    - - - Updated - - -

    Quote Originally Posted by sh0n4t4qui View Post
    I have used and it is not wirking, may be you use other code ?

    - - - Updated - - -

    Yeah instant menu, install kill says working but really it is not working.
    Just tried it out working fine for me

  3. #18
    Zychee's Avatar
    Join Date
    Apr 2020
    Gender
    male
    Posts
    5
    Reputation
    10
    Thanks
    1
    My Mood
    Confused
    Quote Originally Posted by Mrmoonmoon View Post
    Could i please have the Speed code?

    - - - Updated - - -



    Just tried it out working fine for me
    AoB = AOBScan("60 ?? ?? ?? CC ?? ?? ?? ?? 78 ?? ?? 11 ?? 6B 5A 58 5A ?? 9A")
    if (AoB) then
    print("Super Sprint OK")
    for x=0, AoB.getCount()-1 do
    writeBytes(tonumber(AoB[x],16)+5, 0x7A, 0x40)
    end
    AoB.Destroy()
    AoB = nil
    else
    print("Super Sprint FAILED")
    end

  4. The Following User Says Thank You to Zychee For This Useful Post:

    Mrmoonmoon (06-29-2020)

  5. #19
    Berserker23's Avatar
    Join Date
    Mar 2020
    Gender
    male
    Posts
    17
    Reputation
    10
    Thanks
    0
    My Mood
    Dead
    My working codes
    -- INFINITE ENERGY:
    AoB = AOBScan("22 ?? ?? ?? ?? 5A 58 7D ?? ?? ?? ?? 02 7B ?? ?? ?? ?? 02 7B")
    if (AoB) then
    print("Infinite Energy OK")
    for x=0, AoB.getCount()-1 do
    writeBytes(tonumber(AoB[x],16)+3, 0x70, 0x41)
    end
    else
    print("Infinite Energy FAILED")
    end

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

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

  6. #20
    MrKley's Avatar
    Join Date
    Jun 2020
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0

    Dude

    Quote Originally Posted by Berserker23 View Post
    My working codes
    -- INFINITE ENERGY:
    AoB = AOBScan("22 ?? ?? ?? ?? 5A 58 7D ?? ?? ?? ?? 02 7B ?? ?? ?? ?? 02 7B")
    if (AoB) then
    print("Infinite Energy OK")
    for x=0, AoB.getCount()-1 do
    writeBytes(tonumber(AoB[x],16)+3, 0x70, 0x41)
    end
    else
    print("Infinite Energy FAILED")
    end

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

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

    Where should i put this codes ? In cheat engine ? Creating an archive for that ? Please help me i want to use this tricks.. !

    PD: Is this for DF1 or 2 ?
    Last edited by MrKley; 06-30-2020 at 11:54 AM.

  7. #21
    Brian Leonardo49's Avatar
    Join Date
    Oct 2015
    Gender
    male
    Posts
    142
    Reputation
    10
    Thanks
    49
    My Mood
    Cold
    Quote Originally Posted by MrKley View Post
    Where should i put this codes ? In cheat engine ? Creating an archive for that ? Please help me i want to use this tricks.. !

    PD: Is this for DF1 or 2 ?
    ctrl+alt+L .Then put it there. If for DF 1

  8. #22
    dadowns's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Location
    Mars
    Posts
    99
    Reputation
    10
    Thanks
    15
    My Mood
    Sleepy
    Another update (V49) was released yesterday, a few codes aren't working anymore
    <------What Are You Looking At???

  9. #23
    bossgamer867's Avatar
    Join Date
    Jun 2020
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0

    Talking

    Quote Originally Posted by dadowns View Post
    Another update (V49) was released yesterday, a few codes aren't working anymore
    the code im using is currently working is DZA ( melee only) , Super Speed , Infinity Energy

Page 2 of 2 FirstFirst 12

Similar Threads

  1. [Solved] New Update And now Hacks dont work? HELP
    By TorosM8 in forum Counter-Strike 2 Help
    Replies: 3
    Last Post: 06-17-2015, 08:22 PM
  2. [Solved] Are This Code Still Work?
    By nikazizi97 in forum Blackshot Help
    Replies: 2
    Last Post: 02-12-2015, 01:39 AM
  3. Please, tell me some hack still working? FREE?
    By superenzo98 in forum DayZ Mod & Standalone Hacks & Cheats
    Replies: 13
    Last Post: 11-03-2012, 12:38 AM
  4. Hs has been updated (i guess) Hacks still work for YOU?
    By satindemon4u in forum Combat Arms Discussions
    Replies: 30
    Last Post: 09-26-2009, 10:01 AM
  5. Free retail code [STILL WORKING] be fast
    By FreeToHack in forum WarRock - International Hacks
    Replies: 14
    Last Post: 08-02-2007, 02:54 PM