Looting Hack Code
[ Go to bottom | Go to latest post | Subscribe to this topic | Latest posts first ]
Looting Hack Code
from Xeleath on 06/19/2019 02:18 AMThis is for Looting only.
AoB = AOBScan("1F ?? 7D ?? ?? ?? ?? 38 ?? ?? ?? ?? 02 7B ?? ?? ?? ?? 7B ?? ?? ?? ?? 17")
if (AoB and AoB.getCount()==15) then
print("Instant Open Ok")
for i=0,14 do
writeBytes(tonumber(AoB,16), 0x1F, 0x00)
end
AoB.Destroy()
AoB = nil
else
print("Instant Open OFF")
end
AoB = AOBScan("7b ?? ?? ?? ?? 6F 2D ?? ?? 0A 25 ?? 7D ?? ?? ?? 04 02 1F")
if (AoB and AoB.getCount()==3) then
print("No Zombie In Room OK")
for n00b=0,2 do
writeBytes(tonumber(AoB[n00b],16)+7, 0x01)
end
AoB.Destroy()
AoB = nil
else
print("No Zombie In Room Failed")
end
AoB = AOBScan("25 26 ?? 13 ?? ?? 00 00 60 ?? ?? ?? CC ?? ?? ?? ?? 78 ?? ?? 11 ?? 6B 5A 58 5A ?? 9A")
if (AoB and AoB.getCount()==3) then
print("Super Sprint OK")
for n00b=0,2 do
writeBytes(tonumber(AoB[n00b],16)+13, 0x6c, 0x40)
end
AoB.Destroy()
AoB = nil
else
print("Super Sprint FAILED")
end
AoB = AOBScan("22 ?? ?? ?? ?? 5A 58 7D ?? ?? ?? ?? 02 7B ?? ?? ?? ?? 02 7B")
if (AoB and AoB.getCount()==3) then
print("Energia Infinita Ok")
writeBytes(tonumber(AoB[0],16)+3, 0x70, 0x41)
writeBytes(tonumber(AoB[1],16)+3, 0x70, 0x41)
writeBytes(tonumber(AoB[2],16)+3, 0x70, 0x41)
else
Print ("Energia Infinita OFF")
end
AoB = AOBScan("22 ?? ?? ?? ?? 5A 58 7D ?? ?? ?? ?? 02 7B ?? ?? ?? ?? 02 7B")
if (AoB and AoB.getCount()==3) then
print("Energia Infinita Ok")
writeBytes(tonumber(AoB[0],16)+3, 0x70, 0x41)
writeBytes(tonumber(AoB[1],16)+3, 0x70, 0x41)
writeBytes(tonumber(AoB[2],16)+3, 0x70, 0x41)
else
Print ("Energia Infinita OFF")
end
AoB = AOBScan("01 00 04 02 1F 23 7D")
if (AoB) then
print("More Loot Spots OK")
for x=0, AoB.getCount()-1 do
writeBytes(tonumber(AoB[x],16)+5, 0x09)
end
else
print("More Loot Spots FAILED")
end

Welcome %Guest% Hope you enjoy :)






Reply