Is there any working code atm so I don't die, something like god mode?
There is
Originally Posted by kris19275
Title.
Is there any working code atm so I don't die, something like god mode?
Zombie dont attack or spit only follow, i think that's enough,
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
Originally Posted by NightmareX583
Zombie dont attack or spit only follow, i think that's enough,
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
Not working for me, I still get damaged. Am I maybe doing something wrong? Other codes I use work fine.
Not working for me, I still get damaged. Am I maybe doing something wrong? Other codes I use work fine.
Any help would be much appreciated!
I have Zombie no attack ... and 1 hit ... but i can share you the Zombie no Attack
AoB = AOBScan("16 0A 12 ?? FE 15 ?? ?? ?? ?? 20 ?? ?? ?? ?? 0C")
if (AoB and AoB.getCount()==5) then
print("Turn off zombie attacks OK")
for i=0,4 do
writeBytes(tonumber(AoB[i],16), 0x17)
end
AoB.Destroy()
AoB = nil
else
print("Turn off zombie attacks Error")
end
How to use? or techniques? zombies still hitting me😂
when pressing start the game immediately give the speed to 0 and then execute script AOB when the game screen is still white
(sry for bad english)