Thread: Working AOB´s

Results 1 to 2 of 2
  1. #1
    creapygames's Avatar
    Join Date
    Feb 2016
    Gender
    male
    Posts
    256
    Reputation
    52
    Thanks
    305
    My Mood
    Dead

    Working AOB´s

    Hello, those codes work, if DZA is activated when some zombie try hit you there gonna be a alert on outlogs



    AoB = AOBScan("60 ?? ?? ?? CC ?? ?? ?? ?? 78 ?? ?? 11 ?? 6B 5A 58 5A ?? 9A")
    if (AoB) then
    print("FLASH SPEED ON")
    for x=0, AoB.getCount()-1 do
    writeBytes(tonumber(AoB[x],16)+5, 0x7A, 0x40)
    end
    else
    print("OFF")
    end

    AoB = AOBScan("22 ?? ?? ?? ?? 5A 58 7D ?? ?? ?? ?? 02 7B ?? ?? ?? ?? 02 7B")
    if (AoB) then
    print("Infinite Energy OK")
    for i=0,AoB.getCount()-1 do
    writeBytes(tonumber(AoB[i],16)+3, 0x70, 0x41)
    end
    AoB.Destroy()
    AoB = nil
    else
    print("Infinite Energy FAILED")
    end

    AoB = AOBScan("72 69 67 68 74 20 61 74 74 61 63 6B")
    if (AoB and AoB.getCount()-1) then
    print("DZA1 OK")
    for i=0,1436 do
    writeBytes(tonumber(AoB[i],16)+0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00)
    end
    AoB.Destroy()
    AoB = nil
    else
    print("DZA1 ERROR")
    end

    AoB = AOBScan("6C 65 66 74 20 61 74 74 61 63 6B")
    if (AoB and AoB.getCount()-1) then
    print("DZA2 OK")
    for i=0,1414 do
    writeBytes(tonumber(AoB[i],16)+0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00)
    end
    AoB.Destroy()
    AoB = nil
    else
    print("DZA2 ERROR")
    end

    AoB = AOBScan("64 6F 75 62 6C 65 20 61 74 74 61 63 6B")
    if (AoB and AoB.getCount()-1) then
    print("DZA3 OK")
    for i=0,1271 do
    writeBytes(tonumber(AoB[i],16)+0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00)
    end
    AoB.Destroy()
    AoB = nil
    else
    print("DZA3 ERROR")
    end

    AoB = AOBScan("73 74 61 62 20 61 74 74 61 63 6B")
    if (AoB and AoB.getCount()-1) then
    print("DZA4 OK")
    for i=0,20 do
    writeBytes(tonumber(AoB[i],16)+0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00)
    end
    AoB.Destroy()
    AoB = nil
    else
    print("DZA4 ERROR")
    end

    AoB = AOBScan("02 7B 76 11 00 04 7B 1B 11 00 04 28 49 2A 00 06 16 6B 3D 54")
    if (AoB) then
    print("1hit activated")
    for x=0, AoB.getCount()-1 do
    writeBytes(tonumber(AoB[x],16)+19, 0x00)
    end
    else
    print("1hit deactivated")
    end

    AoB = AOBScan("00 00 0? 0? 1? 23 7d ?? ?? ??")
    if (AoB) then
    print("GM LOOT ON")
    for x=0, AoB.getCount()-1 do
    writeBytes(tonumber(AoB[x],16)+5, 0x13)
    end
    else
    print("OFF")
    end

    AoB = AOBScan("F4 02 1F 23 79")
    if (AoB) then
    print("MoreLoot ON")
    for x=0, AoB.getCount()-1 do
    writeBytes(tonumber(AoB[x],16)+4, 0x14)
    end
    else
    print("FAILED")
    end

  2. The Following User Says Thank You to creapygames For This Useful Post:

    masterloko22690 (06-16-2022)

  3. #2
    willywonka76's Avatar
    Join Date
    Jun 2022
    Gender
    male
    Posts
    7
    Reputation
    10
    Thanks
    0
    New updates?

Similar Threads

  1. Replies: 12
    Last Post: 10-08-2009, 09:00 PM
  2. Replies: 13
    Last Post: 07-28-2009, 05:02 PM