Thread: gm loot?

Results 1 to 4 of 4
  1. #1
    juanguate's Avatar
    Join Date
    Sep 2019
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0

    gm loot?

    anyone with gm loot working? or old code for remaster

  2. #2
    QueOwo's Avatar
    Join Date
    May 2018
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0
    old codes

    AoB = AOBScan("01 00 04 02 1F 23 7D")
    if (AoB) then
    print("GM LOOT 80% OK")
    for i=0,AoB.getCount()-1 do
    writeBytes(tonumber(AoB[i],16)+5, 0x11)
    end
    AoB.Destroy()
    AoB = nil
    else
    print("GM LOOT 80% FAILED")
    end

    -------------------------------------------------------------------------------------

    AoB = AOBScan("00 0A 7D ?? ?? 00 04 02 ?? ?? ?? ?? ?? 00 04 28 ?? 1B 00 ?? ?? ?? 20")
    if (AoB and AoB.getCount()==3) then
    print("GM Loot OK")
    for noob=0,2 do
    writeBytes(tonumber(AoB[noob],16)+9, 0x13)
    end
    AoB.Destroy()
    AoB = nil
    else
    print("GM Loot FAILED")
    end

  3. #3
    LewdTheLolis's Avatar
    Join Date
    Jan 2020
    Gender
    male
    Posts
    24
    Reputation
    10
    Thanks
    1
    thanks a loy

  4. #4
    Koleyzeum's Avatar
    Join Date
    Jan 2019
    Gender
    male
    Posts
    27
    Reputation
    10
    Thanks
    1
    How to remaster it?

Similar Threads

  1. My BigAss ZP LOOT
    By baize888 in forum CrossFire Discussions
    Replies: 27
    Last Post: 04-24-2011, 11:47 AM
  2. [Tutorial] How to loot faster
    By D3Dh0oker in forum MapleStory Tutorial & Guides
    Replies: 10
    Last Post: 04-19-2011, 02:30 PM
  3. [Release] [Release] Loot Filter
    By MrPhister in forum Other MMORPG Hacks
    Replies: 0
    Last Post: 03-02-2011, 10:49 AM
  4. [Release] TwelveSky2 Loot Filter
    By MrPhister in forum Other MMORPG Hacks
    Replies: 0
    Last Post: 02-28-2011, 02:54 PM
  5. New Event: Loot Lockdown!
    By Toshie in forum Alliance of Valiant Arms (AVA) Discussions
    Replies: 8
    Last Post: 10-14-2010, 01:48 PM