x4 EXP boost code
AoB = AOBScan("22 ?? ?? ?? ?? 0B 06 1F ?? 3C ?? ?? ?? ?? 22 ?? ?? ?? ?? 0B 06 1F ?? 3C ?? ?? ?? ?? 22 ?? ?? ?? ?? 0B 06 1F ?? 3C ?? ?? ?? ?? 22 ?? ?? ?? ?? 0B D0 ?? ?? ?? ?? 28 ?? ?? ?? ?? 72 ?? ?? ?? ?? 17 8D ?? ?? ?? ?? 25 16 72 ?? ?? ?? ?? D0 ?? ?? ?? ?? 28 ?? ?? ?? ?? 72")
if (AoB and AoB.getCount()==3) then
print("x4 EXP OK")
for i=0,2 do
writeBytes(tonumber(AoB[i],16)+3, 0x80, 0x40)
end
AoB.Destroy()
AoB = nil
else
print("x4 EXP ERROR")
end
i remade it from x100
that was random, i changed 0xC8 and 0x42 to 0x80, 0x40 and that worked
if (AoB and AoB.getCount()==3) then
print("x4 EXP OK")
for i=0,2 do
writeBytes(tonumber(AoB[i],16)+3, 0x80, 0x40)
end
AoB.Destroy()
AoB = nil
else
print("x4 EXP ERROR")
end
i remade it from x100

that was random, i changed 0xC8 and 0x42 to 0x80, 0x40 and that worked