Codes DF1
These are the codes that I know work, if anyone has the DZA, I would be grateful.
AoB = AOBScan("22 00 00 C0 3F 5A 58 7D")
if (AoB) then
print("Infinite Energy Activated")
for x=0, AoB.getCount()-1 do
writeBytes(tonumber(AoB[x],16)+3, 0x70, 0x4A)
end
else
print("Infinite Energy FAILED")
end
AoB = AOBScan("66 40 22 CD CC 8C 3F 22 6F 12 83 3B 11 11 6B 5A 58 5A 22 CD")
if (AoB) then
print("Super Sprint WORKING!")
for x=0, AoB.getCount()-1 do
writeBytes(tonumber(AoB[x],16)+5, 0x7A, 0x40)
end
else
print("Super Sprint PATCHED!")
end