Raven Ridge update
From what I've seen so far, most (or all) of the codes are no longer working, and some functions in the source file, such as damage, for example, have been completely changed (If I'm not mistaken).
If any code still works, or you find an interesting string, feel free to share it here
Guys, let's get to work!
- - - Updated - - -
These two codes were working very well before the update:
AoB = AOBScan("60 ?? ?? ?? CC ?? ?? ?? ?? 78 ?? ?? 11 ?? 6B 5A 58 5A ?? 9A")
if (AoB) then
print("Super Sprint Activated")
for x=0, AoB.getCount()-1 do
writeBytes(tonumber(AoB[x],16)+5, 0x7A, 0x40)
end
else
print("Super Sprint FAILED")
end
AoB = AOBScan("22 ?? ?? ?? ?? 5A 58 7D ?? ?? ?? ?? 02 7B ?? ?? ?? ?? 02 7B")
if (AoB) then
print("Infinite Energy Activated")
for x=0, AoB.getCount()-1 do
writeBytes(tonumber(AoB[x],16)+3, 0x70, 0x41)
end
else
print("Infinite Energy FAILED")
end
This was the code for one hit kill that was also changed:
02 7B 77 10 00 04 7B 19 10 00 04 28 30 2B 00 06 16 6B 3D 4C
If any code still works, or you find an interesting string, feel free to share it here
Guys, let's get to work!
- - - Updated - - -
These two codes were working very well before the update:
AoB = AOBScan("60 ?? ?? ?? CC ?? ?? ?? ?? 78 ?? ?? 11 ?? 6B 5A 58 5A ?? 9A")
if (AoB) then
print("Super Sprint Activated")
for x=0, AoB.getCount()-1 do
writeBytes(tonumber(AoB[x],16)+5, 0x7A, 0x40)
end
else
print("Super Sprint FAILED")
end
AoB = AOBScan("22 ?? ?? ?? ?? 5A 58 7D ?? ?? ?? ?? 02 7B ?? ?? ?? ?? 02 7B")
if (AoB) then
print("Infinite Energy Activated")
for x=0, AoB.getCount()-1 do
writeBytes(tonumber(AoB[x],16)+3, 0x70, 0x41)
end
else
print("Infinite Energy FAILED")
end
This was the code for one hit kill that was also changed:
02 7B 77 10 00 04 7B 19 10 00 04 28 30 2B 00 06 16 6B 3D 4C