Hello everyone

Could someone fix Superboy?

I would like to do a little XP in these last days of the event.

I don't have much time lately, i know that nobody has anything to do with it.
but it would help many players in the same situation as mine. heheheh D:

Note: Sorry for my bad English, i'm using Google Translate
thanks for reading

Code of the old Superboy:

AoB = AOBScan("1F ?? ?? ?? 06 00 04 02 ?? ?? ?? ?? 04 7B")
if (AoB) then
print("Superboy OK")
for x=0, AoB.getCount()-1 do
writeBytes(tonumber(AoB[x],16)+1, 0x00)
end
else
print("Superboy FAILED")
end