i have a few codes but not work, or anyone patch this ??:

AoB = AOBScan("72 69 67 68 74 20 61 74 74 61 63 6B")
if (AoB) then
print("Disable Zombie Attack 1 OK")
for x=0, AoB.getCount()-1 do
writeBytes(tonumber(AoB[x],16)+0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00)
end
else
print("Disable Zombie Attack 1 FAILED")
end

AoB = AOBScan("64 6F 75 62 6C 65 20 61 74 74 61 63 6B")
if (AoB) then
print("Disable Zombie Attack 2 OK")
for x=0, AoB.getCount()-1 do
writeBytes(tonumber(AoB[x],16)+0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00)
end
else
print("Disable Zombie Attack 2 FAILED")
end

AoB = AOBScan("6C 65 66 74 20 61 74 74 61 63 6B")
if (AoB) then
print("Disable Zombie Attack 3 OK")
for x=0, AoB.getCount()-1 do
writeBytes(tonumber(AoB[x],16)+0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00)
end
else
print("Disable Zombie Attack 3 FAILED")
end


AoB = AOBScan("73 74 61 62 20 61 74 74 61 63 6B")
if (AoB) then
print("Disable Zombie Attack 4 OK")
for x=0, AoB.getCount()-1 do
writeBytes(tonumber(AoB[x],16)+0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00)
end
else
print("Disable Zombie Attack 4 FAILED")
end