Results 1 to 8 of 8
  1. #1
    leejohn11's Avatar
    Join Date
    Oct 2020
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    6

    Lightbulb NEW UPDATE SCRIPT

    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

    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

    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



    AoB = AOBScan("02 7B 5C 0A 00 04 7B 0F 0A 00 04 28 A7 23 00 06 16 6B 3D 29")
    if (AoB) then
    print("1hit ON")
    for x=0, AoB.getCount()-1 do
    writeBytes(tonumber(AoB[x],16)+19, 0x00)
    end
    else
    print("1hit OFF")
    end



    EXP HACK SOON!
    Last edited by leejohn11; 10-15-2020 at 03:09 AM.

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

    Aghjax (10-15-2020),Bruno Killers (10-15-2020),Mujtaba Zakria (11-11-2020),StarWik (10-22-2020),unfoll0w (10-15-2020),Zychee (10-28-2020)

  3. #2
    unfoll0w's Avatar
    Join Date
    May 2016
    Gender
    male
    Posts
    27
    Reputation
    10
    Thanks
    1
    My Mood
    Angelic
    Quote Originally Posted by leejohn11 View Post
    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

    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

    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



    AoB = AOBScan("02 7B 5C 0A 00 04 7B 0F 0A 00 04 28 A7 23 00 06 16 6B 3D 29")
    if (AoB) then
    print("1hit ON")
    for x=0, AoB.getCount()-1 do
    writeBytes(tonumber(AoB[x],16)+19, 0x00)
    end
    else
    print("1hit OFF")
    end



    EXP HACK SOON!
    I follow you for EXP HACK! ty

  4. #3
    pedrolopesborem's Avatar
    Join Date
    Oct 2020
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    2

    Any update 1HIT for the halloween ?

    ANY UPDATE THIS ONE HIT PLS ?


    AoB = AOBScan("02 7B 5C 0A 00 04 7B 0F 0A 00 04 28 A7 23 00 06 16 6B 3D 29")
    if (AoB) then
    print("1hit ON")
    for x=0, AoB.getCount()-1 do
    writeBytes(tonumber(AoB[x],16)+19, 0x00)
    end
    else
    print("1hit OFF")
    end

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

    EL PEPE (10-27-2020),Zychee (10-28-2020)

  6. #4
    peoplewhat's Avatar
    Join Date
    Sep 2017
    Gender
    male
    Posts
    61
    Reputation
    10
    Thanks
    403
    for v.56 halloween 2020

    Code:
    AoB = AOBScan("02 7B 8E 0B 00 04 7B 41 0B 00 04 28 C9 23 00 06 16 6B 3D 2C")
    if (AoB) then
    print("1hit ON")
    for x=0, AoB.getCount()-1 do
    writeBytes(tonumber(AoB[x],16)+19, 0x00)
    end
    else
    print("1hit OFF")
    end
    have fun

  7. The Following 12 Users Say Thank You to peoplewhat For This Useful Post:

    Akihiko366 (10-27-2020),Askarim (10-27-2020),Bruno Killers (10-27-2020),EL PEPE (10-27-2020),hackisac (10-27-2020),Mujtaba Zakria (11-11-2020),pedrolopesborem (10-27-2020),Prometheo (11-01-2020),qbaotn (10-26-2020),StarWik (10-27-2020),unfoll0w (10-27-2020),Zychee (10-28-2020)

  8. #5
    StarWik's Avatar
    Join Date
    Oct 2020
    Gender
    male
    Posts
    5
    Reputation
    10
    Thanks
    0
    My Mood
    Sleepy
    Quote Originally Posted by peoplewhat View Post
    for v.56 halloween 2020

    Code:
    AoB = AOBScan("02 7B 8E 0B 00 04 7B 41 0B 00 04 28 C9 23 00 06 16 6B 3D 2C")
    if (AoB) then
    print("1hit ON")
    for x=0, AoB.getCount()-1 do
    writeBytes(tonumber(AoB[x],16)+19, 0x00)
    end
    else
    print("1hit OFF")
    end
    have fun
    There's a posibility of a 1hit for the bandit's?

  9. #6
    Anonymous8071's Avatar
    Join Date
    Oct 2020
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    0

    Arrow No Zombies

    AoB = AOBScan("28 0A ?? ?? ?? 1F ?? 6B 7E ?? ?? ?? ?? 58 80 ?? ?? ?? ?? 2A")
    if (AoB) then
    for i=0,0 do
    writeBytes(tonumber(AoB[i],16), 0x00, 0x00, 0x00, 0x00, 0x00)
    print ("No Zombies OK")
    end
    AoB.Destroy()
    AoB = nil
    else
    print("No Zombies FAILED")
    end

  10. #7
    hanimiii97's Avatar
    Join Date
    Jun 2020
    Gender
    male
    Posts
    12
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by Anonymous8071 View Post
    AoB = AOBScan("28 0A ?? ?? ?? 1F ?? 6B 7E ?? ?? ?? ?? 58 80 ?? ?? ?? ?? 2A")
    if (AoB) then
    for i=0,0 do
    writeBytes(tonumber(AoB[i],16), 0x00, 0x00, 0x00, 0x00, 0x00)
    print ("No Zombies OK")
    end
    AoB.Destroy()
    AoB = nil
    else
    print("No Zombies FAILED")
    end
    hey, did you find the code on your own?

  11. #8
    Anonymous8071's Avatar
    Join Date
    Oct 2020
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by hanimiii97 View Post
    hey, did you find the code on your own?
    No, how can i do that?

Similar Threads

  1. [News] New Update?
    By Predator in forum Minecraft Discussions
    Replies: 3
    Last Post: 09-21-2013, 02:21 AM
  2. New Updated 100% all working
    By warrockk1ngs in forum WarRock - International Hacks
    Replies: 58
    Last Post: 06-10-2007, 12:01 PM
  3. LMFAO funny New Update
    By warrockk1ngs in forum WarRock - International Hacks
    Replies: 8
    Last Post: 06-07-2007, 11:32 AM
  4. New Update !
    By gamerj in forum WarRock - International Hacks
    Replies: 11
    Last Post: 05-23-2007, 07:39 PM
  5. new update
    By XqwertyX in forum WarRock - International Hacks
    Replies: 27
    Last Post: 04-26-2007, 08:17 PM