1 hit v70
AoB = AOBScan("00 ?? ?? ?? ?? ?? ?? 20 61 74 74 61 63 6B 00 00")
if (AoB) then
print("DZA and freeze when near (zeds still spit) on")
for x=0, AoB.getCount()-1 do
writeBytes(tonumber(AoB[x],16)+9, 0x00, 0x00)
end
else
print("DZA and freeze when near (zeds still spit) off")
end
AoB = AOBScan("22 ?? ?? ?? ?? 5A 58 7D ?? ?? ?? ?? 02 7B ?? ?? ?? ?? 02 7B")
if (AoB) then
print("Infinite Energy on")
for x=0, AoB.getCount()-1 do
writeBytes(tonumber(AoB[x],16)+3, 0x70, 0x41)
end
else
print("Infinite Energy off")
end
AoB = AOBScan("60 40 22 CD CC 8C 3F 22 35 78 8E 3B 11 10 6B 5A 58 5A 22 9A")
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 off")
end
AoB = AOBScan("02 7B CD 10 00 04 7B 72 10 00 04 28 1C 26 00 06 16 6B 3D 48")
if (AoB) then
print("1hit on")
for x=0, AoB.getCount()-1 do
writeBytes(tonumber(AoB[x],16)+19, 0x00)
end
else
print("1hit off")
end
and now I shall disappear again
if (AoB) then
print("DZA and freeze when near (zeds still spit) on")
for x=0, AoB.getCount()-1 do
writeBytes(tonumber(AoB[x],16)+9, 0x00, 0x00)
end
else
print("DZA and freeze when near (zeds still spit) off")
end
AoB = AOBScan("22 ?? ?? ?? ?? 5A 58 7D ?? ?? ?? ?? 02 7B ?? ?? ?? ?? 02 7B")
if (AoB) then
print("Infinite Energy on")
for x=0, AoB.getCount()-1 do
writeBytes(tonumber(AoB[x],16)+3, 0x70, 0x41)
end
else
print("Infinite Energy off")
end
AoB = AOBScan("60 40 22 CD CC 8C 3F 22 35 78 8E 3B 11 10 6B 5A 58 5A 22 9A")
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 off")
end
AoB = AOBScan("02 7B CD 10 00 04 7B 72 10 00 04 28 1C 26 00 06 16 6B 3D 48")
if (AoB) then
print("1hit on")
for x=0, AoB.getCount()-1 do
writeBytes(tonumber(AoB[x],16)+19, 0x00)
end
else
print("1hit off")
end
and now I shall disappear again



F69_67e8b3aa647539d06659d3ba0027575fac7287ff: