Post1 hit v70

Posts 18 of 8 · Page 1 of 1
1 hit v70
AoB = AOBScan("00 ?? ?? ?? ?? ?? ?? 20 61 74 74 61 63 6B 00 00")
if (AoB) then
print("DZA and freeze when near (zeds still spit) on")
for x=0, AoB.getCount()-1 do
writeBytes(tonumber(AoB[x],16)+9, 0x00, 0x00)
end
else
print("DZA and freeze when near (zeds still spit) off")
end

AoB = AOBScan("22 ?? ?? ?? ?? 5A 58 7D ?? ?? ?? ?? 02 7B ?? ?? ?? ?? 02 7B")
if (AoB) then
print("Infinite Energy on")
for x=0, AoB.getCount()-1 do
writeBytes(tonumber(AoB[x],16)+3, 0x70, 0x41)
end
else
print("Infinite Energy off")
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 ok")
for x=0, AoB.getCount()-1 do
writeBytes(tonumber(AoB[x],16)+5, 0x7A, 0x40)
end
else
print("Super Sprint off")
end

AoB = AOBScan("02 7B CD 10 00 04 7B 72 10 00 04 28 1C 26 00 06 16 6B 3D 48")
if (AoB) then
print("1hit on")
for x=0, AoB.getCount()-1 do
writeBytes(tonumber(AoB[x],16)+19, 0x00)
end
else
print("1hit off")
end


and now I shall disappear again
Thanks bro, I already tried it and it works perfect !.
Quote Originally Posted by shoutouttohades View Post
AoB = AOBScan("00 ?? ?? ?? ?? ?? ?? 20 61 74 74 61 63 6B 00 00")
if (AoB) then
print("DZA and freeze when near (zeds still spit) on")
for x=0, AoB.getCount()-1 do
writeBytes(tonumber(AoB[x],16)+9, 0x00, 0x00)
end
else
print("DZA and freeze when near (zeds still spit) off")
end

AoB = AOBScan("22 ?? ?? ?? ?? 5A 58 7D ?? ?? ?? ?? 02 7B ?? ?? ?? ?? 02 7B")
if (AoB) then
print("Infinite Energy on")
for x=0, AoB.getCount()-1 do
writeBytes(tonumber(AoB[x],16)+3, 0x70, 0x41)
end
else
print("Infinite Energy off")
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 ok")
for x=0, AoB.getCount()-1 do
writeBytes(tonumber(AoB[x],16)+5, 0x7A, 0x40)
end
else
print("Super Sprint off")
end

AoB = AOBScan("02 7B CD 10 00 04 7B 72 10 00 04 28 1C 26 00 06 16 6B 3D 48")
if (AoB) then
print("1hit on")
for x=0, AoB.getCount()-1 do
writeBytes(tonumber(AoB[x],16)+19, 0x00)
end
else
print("1hit off")
end


and now I shall disappear again
do you have the 'no spit' AoB by any chance, is there even one that works? (v67 and v68 doesn't work anymore, at least for me)
Go to the no spit in v68 and change it to

[ENABLE]
DF69_d419448c7d25b61f68d7042193faa898b8c7d1d5:DF69 _67e8b3aa647539d06659d3ba0027575fac7287ff:
db C3

[DISABLE]
DF69_d419448c7d25b61f68d7042193faa898b8c7d1d5:DF69 _67e8b3aa647539d06659d3ba0027575fac7287ff:
db 55
Quote Originally Posted by shoutouttohades View Post
Go to the no spit in v68 and change it to

[ENABLE]
DF69_d419448c7d25b61f68d7042193faa898b8c7d1d5F69_67e8b3aa647539d06659d3ba0027575fac7287ff:
db C3

[DISABLE]
DF69_d419448c7d25b61f68d7042193faa898b8c7d1d5F69_67e8b3aa647539d06659d3ba0027575fac7287ff:
db 55


Please post code no spit '-' i not found this v68
Current status of fix method
Quote Originally Posted by shoutouttohades View Post
Go to the no spit in v68 and change it to

[ENABLE]
DF69_d419448c7d25b61f68d7042193faa898b8c7d1d5F69_67e8b3aa647539d06659d3ba0027575fac7287ff:
db C3

[DISABLE]
DF69_d419448c7d25b61f68d7042193faa898b8c7d1d5F69_67e8b3aa647539d06659d3ba0027575fac7287ff:
db 55
Hey, just wanted to let you know this fix doesn't work anymore due to the options being un-tickable in the cheat engine application, any other alterations make no difference.
Quote Originally Posted by shoutouttohades View Post
AoB = AOBScan("00 ?? ?? ?? ?? ?? ?? 20 61 74 74 61 63 6B 00 00")
if (AoB) then
print("DZA and freeze when near (zeds still spit) on")
for x=0, AoB.getCount()-1 do
writeBytes(tonumber(AoB[x],16)+9, 0x00, 0x00)
end
else
print("DZA and freeze when near (zeds still spit) off")
end

AoB = AOBScan("22 ?? ?? ?? ?? 5A 58 7D ?? ?? ?? ?? 02 7B ?? ?? ?? ?? 02 7B")
if (AoB) then
print("Infinite Energy on")
for x=0, AoB.getCount()-1 do
writeBytes(tonumber(AoB[x],16)+3, 0x70, 0x41)
end
else
print("Infinite Energy off")
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 ok")
for x=0, AoB.getCount()-1 do
writeBytes(tonumber(AoB[x],16)+5, 0x7A, 0x40)
end
else
print("Super Sprint off")
end

AoB = AOBScan("02 7B CD 10 00 04 7B 72 10 00 04 28 1C 26 00 06 16 6B 3D 48")
if (AoB) then
print("1hit on")
for x=0, AoB.getCount()-1 do
writeBytes(tonumber(AoB[x],16)+19, 0x00)
end
else
print("1hit off")
end


and now I shall disappear again
you know if exist disable vomit and another to make all corpses looteable?
thank you, but 1 hit doesn't work for V71
Posts 18 of 8 · Page 1 of 1

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?