
Originally Posted by
Zeta01
How to check it ? i still confuse
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, 0x70, 0x41)
writeBytes(tonumber(AoB[1],16)+3, 0x70, 0x41)
writeBytes(tonumber(AoB[2],16)+3, 0x70, 0x41)
else
Print ("Expboost ERROR")
end
i need to change the 0x70, 0x41 on code with 0x8C, 0x42 or 0x80, 0x40 ?
yeah some thing like this
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, 0x8C, 0x42)
writeBytes(tonumber(AoB[1],16)+3, 0x8C, 0x42)
writeBytes(tonumber(AoB[2],16)+3, 0x8C, 0x42)
else
Print ("Expboost ERROR")
end
OR
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
LIKE THAT

Originally Posted by
Mihir99
please it works but need more xp boost like x2
i can give u crazy exp code but u can get ban :v
i still dont know why... maybe because my others codes or... because i got exp to fast and much of exp /sec
well the code that i give there is safe 90% :v the others 10% is because u use it to much maybe

and then got Ban~

Originally Posted by
Chaos_Regime
im too lazy to try all values given that there are easily over 1000, but i'll be working on it... slowly but surely and hopefully i'll find something of even more use than the current one, but until then, this will have to do. Help would, of course, always be appreciated. (the values are currently in hex for those people who think its just numbers) so thats why im a bit hesitant to start on it because who knows where the next "helpful" value might be.
well good luck bro XD
if u want i can help tho just to try it :v (i dont mind got ban

)