Question(AoB) Scanning for "Superboy"

Posts 1–7 of 7 · Page 1 of 1
(AoB) Scanning for "Superboy"
Hey guys,

When the "superboy" code is activated, it makes the zombies re spawn every second, making them unable to attack you.
This has stopped working after the latest update and I am trying to learn how to update the AoB values. The problem I am having is that I don't know where or what values to scan.
I understand searching values like health and stamina, which are pretty simple numbers to find. I wouldn't know where to look for a "respawn" value, or something similar.

Do you guys have any ideas on this?

Thanks,

(Here is the code, by the way)
-- 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
Quote Originally Posted by NotSenz View Post
Hey guys,

When the "superboy" code is activated, it makes the zombies re spawn every second, making them unable to attack you.
This has stopped working after the latest update and I am trying to learn how to update the AoB values. The problem I am having is that I don't know where or what values to scan.
I understand searching values like health and stamina, which are pretty simple numbers to find. I wouldn't know where to look for a "respawn" value, or something similar.

Do you guys have any ideas on this?

Thanks,

(Here is the code, by the way)
Take a look at this

Quote Originally Posted by PaLaS0 View Post
Take a look at this

wow that is the code
that is one hel of a code... aob it for us :P
Quote Originally Posted by 420life View Post
that is one hel of a code... aob it for us :P
if you AoB the whole code it wouldn't be easy for you to tell what to change lol.
Quote Originally Posted by PaLaS0 View Post
if you AoB the whole code it wouldn't be easy for you to tell what to change lol.
true that im new to this whole coding thing I dont understand it much and I dont rlly have time for it maybe 20-30 mins of game time per day is what im working with lol.
Posts 1–7 of 7 · Page 1 of 1

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?