CoolNew Code For Fun

Posts 115 of 25 · Page 1 of 2
New Code For Fun
Hello friends, I have a code because the way is recommended

:: Turn off zombie attacks and off vomit ( You still take damage from explosions )

Scan :: 16 0A 12 ?? FE 15 ?? ?? ?? ?? 20 ?? ?? ?? ?? 0C

Chang :: 17 0A 12 ?? FE 15 ?? ?? ?? ?? 20 ?? ?? ?? ?? 0C

:: Easy Use Code For LUA Script ::

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

:: Fast Loot Coming Soon (( wait for me to finish work ))

Scan :: ** ** **

Chang :: 28 4C 02 00 0A

If you press thank you, it will be very encouraging

:: If an error occurs please inform me immediately I'll be there to help if you need it ::
i die kkkkkk
no vomit worked but all the zombies keep attacking.
NOT WORKING IN AoB LUA SCRIPT😥
Fix Script
Sorry, I didn't test enough. Thank you for informing Have fun playing

AoB = AOBScan("16 0A 12 01 FE 15 4E 00 00 01 20 00 1C 11 00 0C")
if (AoB) then
print("Turn off zombie attacks Succeed")
writeBytes(tonumber(AoB[AoB.getCount()-1],16)+0, 0x17)
AoB.Destroy()
AoB = nil
else
print("Turn off zombie attacks Fail Need Update")
end
Quote Originally Posted by kungalllove View Post
Sorry, I didn't test enough. Thank you for informing Have fun playing

AoB = AOBScan("16 0A 12 01 FE 15 4E 00 00 01 20 00 1C 11 00 0C")
if (AoB) then
print("Turn off zombie attacks Succeed")
writeBytes(tonumber(AoB[AoB.getCount()-1],16)+0, 0x17)
AoB.Destroy()
AoB = nil
else
print("Turn off zombie attacks Fail Need Update")
end
Does this work with the cheat engine?
Quote Originally Posted by Chemistry006 View Post
Does this work with the cheat engine?
yes it still works If there is a problem or not working Please report and I will update
Not working in SEZ DR and SB ...
Quote Originally Posted by wahahacnh View Post
Not working in SEZ DR and SB ...

AoB = AOBScan("16 0A 12 01 FE 15 4E 00 00 01 20 00 1C 11 00 0C")
if (AoB) then
print("Turn off zombie attacks Succeed")
writeBytes(tonumber(AoB[AoB.getCount()-1],16)+0, 0x17)
AoB.Destroy()
AoB = nil
else
print("Turn off zombie attacks Fail Need Update")
end

I only use 1 code, don't know if it works with other scripts or not
i am staying at sb . and just use your code. but the problem was that it didn't work at all, and I got a bunch of corpses dealing damage
Doesn't work
Tested in the Wastelands, DR, SB and Nastya's
Fix Script
I hope no problem

Code:
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
I used cheat engine 6.4 version not working. what version to make it work?😘
Quote Originally Posted by Furyoku View Post
I used cheat engine 6.4 version not working. what version to make it work?��
I am using latest version
Quote Originally Posted by kungalllove View Post
I am using latest version
Idk, man. it says the code is a "succeed" but the moment i stand in front of a zed i get smacked.
Using CE 7.4





Ok, got it working somehow. You need to activate the code before it says "communicating with server...". When the screen is white, otherwhise it won't work.
Posts 115 of 25 · Page 1 of 2

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?