Thread: WORKING HACKS

Results 1 to 8 of 8
  1. #1
    Rhoth's Avatar
    Join Date
    May 2020
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    2
    My Mood
    Relaxed

    Post WORKING HACKS

    Here`s the list of hacks currently working

    USE AT YOUR OWN RISK

    -- MORE LOOT:
    AoB = AOBScan("01 00 04 02 1F 23 7d ?? ?? ??")
    if (AoB) then
    print("MoreLootOn")
    for x=0, AoB.getCount()-1 do
    writeBytes(tonumber(AoB[x],16)+5, 0x14)
    end
    else
    print("ERROR")
    end

    -- 1 HIT KILL:
    AoB = AOBScan("02 7B ?? ?? ?? ?? 7B ?? ?? ?? ?? 28 ?? ?? ?? ?? 16 6B 3d 2c")
    if (AoB) then
    print("1hitOn")
    for x=0, AoB.getCount()-1 do
    writeBytes(tonumber(AoB[x],16)+19, 0x00)
    end
    else
    print("1hitno")
    end

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

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

    DoraDaDestroyer (07-05-2020),paramedicus (07-17-2020)

  3. #2
    jepau1430's Avatar
    Join Date
    May 2017
    Gender
    male
    Posts
    7
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by Rhoth View Post
    Here`s the list of hacks currently working

    USE AT YOUR OWN RISK

    -- MORE LOOT:
    AoB = AOBScan("01 00 04 02 1F 23 7d ?? ?? ??")
    if (AoB) then
    print("MoreLootOn")
    for x=0, AoB.getCount()-1 do
    writeBytes(tonumber(AoB[x],16)+5, 0x14)
    end
    else
    print("ERROR")
    end

    -- 1 HIT KILL:
    AoB = AOBScan("02 7B ?? ?? ?? ?? 7B ?? ?? ?? ?? 28 ?? ?? ?? ?? 16 6B 3d 2c")
    if (AoB) then
    print("1hitOn")
    for x=0, AoB.getCount()-1 do
    writeBytes(tonumber(AoB[x],16)+19, 0x00)
    end
    else
    print("1hitno")
    end

    -- 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
    are these detected on wastelands?

  4. #3
    rajaaqeef123's Avatar
    Join Date
    Feb 2015
    Gender
    male
    Posts
    10
    Reputation
    10
    Thanks
    1
    My Mood
    Bashful
    Quote Originally Posted by jepau1430 View Post
    are these detected on wastelands?
    Detect.. i use 1hit kill for 30min then got ban 24hrs.

  5. #4
    DoraDaDestroyer's Avatar
    Join Date
    Jul 2020
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0

    Is the more loot hack safe to use ?

    Quote Originally Posted by Rhoth View Post
    Here`s the list of hacks currently working

    USE AT YOUR OWN RISK

    -- MORE LOOT:
    AoB = AOBScan("01 00 04 02 1F 23 7d ?? ?? ??")
    if (AoB) then
    print("MoreLootOn")
    for x=0, AoB.getCount()-1 do
    writeBytes(tonumber(AoB[x],16)+5, 0x14)
    end
    else
    print("ERROR")
    end

    -- 1 HIT KILL:
    AoB = AOBScan("02 7B ?? ?? ?? ?? 7B ?? ?? ?? ?? 28 ?? ?? ?? ?? 16 6B 3d 2c")
    if (AoB) then
    print("1hitOn")
    for x=0, AoB.getCount()-1 do
    writeBytes(tonumber(AoB[x],16)+19, 0x00)
    end
    else
    print("1hitno")
    end

    -- 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
    Is the more loot hack safe to use ?

  6. #5
    Threadstarter
    New Member
    Rhoth's Avatar
    Join Date
    May 2020
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    2
    My Mood
    Relaxed

    REPLY

    Quote Originally Posted by DoraDaDestroyer View Post
    Is the more loot hack safe to use ?
    To be honest none of this are safe to use even in SP for long periods of time, but if you use it for quick boss hunt or sessions of 30 mins to 1 hour it should be safe.

    As long as you dont overdue it all of them are safe

  7. #6
    Digital Bones of Hands's Avatar
    Join Date
    Mar 2015
    Gender
    female
    Posts
    12
    Reputation
    10
    Thanks
    0
    My Mood
    Bored
    if you want to be safe don't post working hack here, make a group or something. every fkng hack here is seen by admin and fix later on. good luck

  8. #7
    Brian Leonardo49's Avatar
    Join Date
    Oct 2015
    Gender
    male
    Posts
    142
    Reputation
    10
    Thanks
    49
    My Mood
    Cold
    Yup, she is right

  9. #8
    sh0n4t4qui's Avatar
    Join Date
    Jun 2020
    Gender
    male
    Posts
    15
    Reputation
    10
    Thanks
    2
    Quote Originally Posted by Digital Bones of Hands View Post
    if you want to be safe don't post working hack here, make a group or something. every fkng hack here is seen by admin and fix later on. good luck
    I would like to learn , can you tell me about a tutorial or something where can i to learn this?
    Last edited by sh0n4t4qui; 07-09-2020 at 08:31 PM.

Similar Threads

  1. runescape {working hacks}
    By Gourav2122 in forum General Game Hacking
    Replies: 7
    Last Post: 10-06-2008, 06:59 AM
  2. Need a Working hack
    By Ardefoc in forum CounterStrike (CS) 1.6 Hacks / Counter Strike: Source (CSS) Hacks
    Replies: 4
    Last Post: 10-04-2007, 03:41 AM
  3. Heres My Personal Working Hack
    By VIP-Member in forum General
    Replies: 17
    Last Post: 07-03-2007, 02:43 PM
  4. plx doing for me famas work hack plx !only!
    By yogilek in forum Trade Accounts/Keys/Items
    Replies: 4
    Last Post: 05-24-2007, 08:55 AM
  5. Need a cs 1.6 working hack
    By Ardefoc in forum Hack Requests
    Replies: 5
    Last Post: 02-22-2007, 01:13 AM