QuestionEdit on Super Sprint Code

Posts 19 of 9 · Page 1 of 1
Edit on Super Sprint Code
Hey guys,
I have this AOB CE code for super sprinting;
Code:
AoB = AOBScan("25 26 ?? 13 ?? ?? 00 00 60 ?? ?? ?? CC ?? ?? ?? ?? 78 ?? ?? 11 ?? 6B 5A 58 5A ?? 9A")
if (AoB) then
print("Super Sprint OK")
for i=0,AoB.getCount()-1 do
writeBytes(tonumber(AoB[i],16)+13, 0x6c, 0x40)
end
AoB.Destroy()
AoB = nil
else
print("Super Sprint FAILED")
end
It works perfectly but can someone tell me how to edit the speed to higher or lower?
thanks.

EDIT: Also does anyone know a working DMG Boost code? preferably editable one if not still works.
I could not find any working ones on other threads so thanks.
you can use ce's speedhack. note: increasing ce's speedhack increases also zombie's speed.
Quote Originally Posted by albyalex96 View Post
you can use ce's speedhack. note: increasing ce's speedhack increases also zombie's speed.
Yeah I kinda would rather a not zombie increasing one :P
Which CE speedhack is not Security error?
Hi men you only need change this
"writeBytes(tonumber(AoB[i],16)+13, 0x6c, 0x40)" if you change exactly the "0x6c, 0x40" to "0x8c, 0x42" or "0x7c, 0x41" or "0x40, 0x20"
Quote Originally Posted by iViitico View Post
Hi men you only need change this
"writeBytes(tonumber(AoB[i],16)+13, 0x6c, 0x40)" if you change exactly the "0x6c, 0x40" to "0x8c, 0x42" or "0x7c, 0x41" or "0x40, 0x20"
What does the first number (0x6c) and the second number (0x40) do? Which one should I change to change the value of the speed?
Quote Originally Posted by InnovationTT View Post
What does the first number (0x6c) and the second number (0x40) do? Which one should I change to change the value of the speed?
The truth is I do not know, but with that you change something, it will change in the game
Posts 19 of 9 · Page 1 of 1

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?