AoB = AOBScan("22 00 00 C0 3F 5A 58 7D")
if (AoB) then
print("Infinite Energy OK")
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 OK")
for x=0, AoB.getCount()-1 do
writeBytes(tonumber(AoB[x],16)+5, 0x7A, 0x40)
end
else
print("Super Sprint PATCHED!")
end
AoB = AOBScan("04 ?? ?? ?? ?? ?? 06 5A 58")
if (AoB) then
print("Fast Loot OK")
for x=0, AoB.getCount()-1 do
writeBytes(tonumber(AoB[x],16)+1, 0x22, 0xCD, 0xCC, 0xCC, 0x3D)
end
else print("Fast Loot PATCHED")
end
--------------------------------------------------------------------------------------------------------------------------------------------
All I have are these 3 working OAB codes (I tested them from old ones); I just needed the zombie attack disabler and the 1-hit kill.