PatchedInstant Kill AoB

Posts 113 of 13 · Page 1 of 1
Instant Kill AoB
Code:
AoB = AOBScan("02 7B ?? ?? ?? ?? 7B ?? ?? ?? ?? 28 ?? ?? ?? ?? 16 6B 3D 2D")
if (AoB) then
for i=0,0 do
writeBytes(tonumber(AoB[i],16)+19, 0x00)
end
AoB.Destroy()
AoB = nil
print("Instant Kill OK")
else
print("Instant Kill FAILED")
end
That code has been patched, oh!, Lord Palaso!, update it!

(Client Update: 18/12/2019)
even Wasteland is gone (
my mistake
DZA stopped working with the new patch too
Quote Originally Posted by asdas223231 View Post
DZA stopped working with the new patch too
Thats a lie, its fully Working on Standalone Client.
Quote Originally Posted by R0B3R70DJ View Post
Thats a lie, its fully Working on Standalone Client.
hmmm the dza 3 for me is not working anymore so if you can pass your dza hack if see it is work
It isnt a lie, the DZ3 stopped working and is the one that works for most zeds including dogs
Quote Originally Posted by asdas223231 View Post
It isnt a lie, the DZ3 stopped working and is the one that works for most zeds including dogs
Test this code.

Code:
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
Its only for Standalone Client
ooooh thanks works perfectly
I hope it gets updated before the event ends, I wanted to farm christmas gifts :c

EDIT: Weird, another client update and it is working again... great service, 5 stars! lol
Quote Originally Posted by Diarka View Post
I hope it gets updated before the event ends, I wanted to farm christmas gifts :c

EDIT: Weird, another client update and it is working again... great service, 5 stars! lol
Was thinking about updating it, oh well.
Thanks Lord Palas0 for your knowledge.
Instant kill AoB
Quote Originally Posted by R0B3R70DJ View Post
Thanks Lord Palas0 for your knowledge.
These cheats no longer work.If they are still working for anyone, plz let me know.
Posts 113 of 13 · Page 1 of 1

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?