
Originally Posted by
Namiuti
Does the browser version still work? because my mozilla does not work anymore the unity
would not you have a hack to level up?

Yes, you can try downloading an older version then just disable the auto-update setting.
I'm currently using Mozilla version 30.
As for leveling up, I'm using these codes from an older thread(Only works on browser):
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
AoB = AOBScan("3C 41 69 80 59 02 00 04 03 20 FB 03 00 00 31 22 19 45 01")
if (AoB and AoB.getCount()==3) then
print("wasteland Ok")
for i=0,2 do
writeBytes(tonumber(AoB[i],16)+15, 0x00)
end
AoB.Destroy()
AoB = nil
else
print("wasteland error")
end
Hope it helps
