Results 1 to 2 of 2
  1. #1
    JcGamesX's Avatar
    Join Date
    Apr 2020
    Gender
    male
    Posts
    8
    Reputation
    10
    Thanks
    11

    Post Actual working AOB scripts

    THIS IS FOR STANDALONE:

    -- MORE LOOT SPOTS:
    AoB = AOBScan("01 00 04 02 1F 23 7D")
    if (AoB) then
    print("More Loot Spots OK")
    for x=0, AoB.getCount()-1 do
    writeBytes(tonumber(AoB[x],16)+5, 0x13)
    end
    else
    print("More Loot Spots FAILED")
    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

    -- INSTANT OPEN MENU:
    AoB = AOBScan("80 ?? ?? ?? ?? 02 1F ?? 7D ?? ?? ?? ?? 38 ?? ?? ?? ?? 02 7B ?? ?? ?? ?? 7B ?? ?? ?? ?? 17")
    if (AoB) then
    print("Instant Open Menu OK")
    for x=0, AoB.getCount()-1 do
    writeBytes(tonumber(AoB[x],16)+7, 0x00)
    end
    else
    print("Instant Open Menu 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

    -- INSTANT KILL:

    AoB = AOBScan("02 7B ?? ?? ?? ?? 7B ?? ?? ?? ?? 28 ?? ?? ?? ?? 16 6B 3D 2D")
    if (AoB) then
    for i=0,0 do
    writeBytes(tonumber(AoB[i],16)+19, 0x00)
    end
    AoB.Destroy()
    AoB = nil
    print("Instant Kill OK")
    else
    print("Instant Kill FAILED")
    end

  2. #2
    therealhoji's Avatar
    Join Date
    Sep 2016
    Gender
    male
    Posts
    36
    Reputation
    10
    Thanks
    0
    My Mood
    Amazed
    Do you have code for wasteland please

Similar Threads

  1. [Request] Are there any free BHOP scripts and possible auto strafe scripts that actually work?
    By TristanForthe in forum CounterStrike (CS) 1.6 Hacks / Counter Strike: Source (CSS) Hacks
    Replies: 5
    Last Post: 01-17-2014, 11:10 PM
  2. [Help Request] Mailbox script that actually works?
    By crashsite in forum Vindictus Help
    Replies: 3
    Last Post: 06-13-2011, 11:34 PM
  3. can sum1 give me a link to vb6 that actually works thanks
    By adamleslie0 in forum General Game Hacking
    Replies: 5
    Last Post: 06-10-2007, 03:13 PM
  4. is there a bypass that actually works?
    By djsmalls in forum WarRock - International Hacks
    Replies: 1
    Last Post: 05-01-2007, 09:33 PM
  5. Is there any hacks on this forum that actually work...
    By Nightlord in forum WarRock - International Hacks
    Replies: 14
    Last Post: 06-11-2006, 10:09 PM