updated 30/11/22
AoB = AOBScan("02 7B A2 15 00 04 28 CD 00 00 0A 06 5A 58 7D")if (AoB) then
print("Fast Loot Succeed 30-11-2022")
writeBytes(tonumber(AoB[AoB.getCount()-1],16)+6, 0x22, 0xcd, 0xcc, 0xcc ,0x3d)
AoB.Destroy()
AoB = nil
else
print("Fast Loot Fail Need Update")
end
AoB = AOBScan("02 7B DB 0F 00 04 7B 80 0F 00 04 28 0D 29 00 06 16 6B 3D 51")
if (AoB) then
print("1hit activated")
for x=0, AoB.getCount()-1 do
writeBytes(tonumber(AoB[x],16)+19, 0x00)
end
else
print("1hit deactivated")
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 activated")
for x=0, AoB.getCount()-1 do
writeBytes(tonumber(AoB[x],16)+5, 0x7A, 0x40)
end
else
print("Super Sprint deactivated")
end
AoB = AOBScan("22 ?? ?? ?? ?? 5A 58 7D ?? ?? ?? ?? 02 7B ?? ?? ?? ?? 02 7B")
if (AoB) then
print("Infinite Energy OK")
for x=0, AoB.getCount()-1 do
writeBytes(tonumber(AoB[x],16)+3, 0x70, 0x41)
end
else
print("Infinite Energy FAILED")
end
AoB = AOBScan("16 0A 12 ?? FE 15 ?? ?? ?? ?? 20 ?? ?? ?? ?? 0C")
if (AoB) then
print("Turn off zombie attacks Succeed")
for i=0,4 do
writeBytes(tonumber(AoB[i],16), 0x17)
end
AoB.Destroy()
AoB = nil
else
print("Turn off zombie attacks Fail Need Update")
end
print("Fast Loot Succeed 30-11-2022")
writeBytes(tonumber(AoB[AoB.getCount()-1],16)+6, 0x22, 0xcd, 0xcc, 0xcc ,0x3d)
AoB.Destroy()
AoB = nil
else
print("Fast Loot Fail Need Update")
end
AoB = AOBScan("02 7B DB 0F 00 04 7B 80 0F 00 04 28 0D 29 00 06 16 6B 3D 51")
if (AoB) then
print("1hit activated")
for x=0, AoB.getCount()-1 do
writeBytes(tonumber(AoB[x],16)+19, 0x00)
end
else
print("1hit deactivated")
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 activated")
for x=0, AoB.getCount()-1 do
writeBytes(tonumber(AoB[x],16)+5, 0x7A, 0x40)
end
else
print("Super Sprint deactivated")
end
AoB = AOBScan("22 ?? ?? ?? ?? 5A 58 7D ?? ?? ?? ?? 02 7B ?? ?? ?? ?? 02 7B")
if (AoB) then
print("Infinite Energy OK")
for x=0, AoB.getCount()-1 do
writeBytes(tonumber(AoB[x],16)+3, 0x70, 0x41)
end
else
print("Infinite Energy FAILED")
end
AoB = AOBScan("16 0A 12 ?? FE 15 ?? ?? ?? ?? 20 ?? ?? ?? ?? 0C")
if (AoB) then
print("Turn off zombie attacks Succeed")
for i=0,4 do
writeBytes(tonumber(AoB[i],16), 0x17)
end
AoB.Destroy()
AoB = nil
else
print("Turn off zombie attacks Fail Need Update")
end
