Looking For Help With Exp Code
AoB = AOBScan("22 ?? ?? ?? ?? 5A 58 7D ?? ?? ?? ?? 02 7B ?? ?? ?? ?? 02 7B")
if (AoB and AoB.getCount()==3) then
print("Expboost OK")
writeBytes(tonumber(AoB[0],16)+3, 0x80, 0x40)
writeBytes(tonumber(AoB[1],16)+3, 0x80, 0x40)
writeBytes(tonumber(AoB[2],16)+3, 0x80, 0x40)
else
Print ("Expboost ERROR")
end
I have tried various variations of number combinations to increase the yield of this exp code by changing this section of hex 0x80, 0x40. If anyone knows a number combination that will yield more exp please private message me and share it will be much appreciated before df2 comes out.