Code for looting with standalone client

Posts 17 of 7 · Page 1 of 1
Code for looting with standalone client
print("I'm sorry that this doesn't work on Firefox/Plugincontainer but i will try to do it some day")
Sleep(1000)
openProcess("DeadFrontier.exe")
if process == "DeadFrontier.exe" then
print("Hooked into DF!") -- DF OK
elseif process == nil then
print("Failed to hook into DF") -- DF FAIL
else
print("Another process got hooked, what are you trying to do?") -- DF FAIL
end
if process == "DeadFrontier.exe" then
speedhack_setSpeed(0)
print("Dead Frontier is now frozen.")
Sleep(2000)
print("A O B S")
AoB = AOBScan("22 ?? ?? ?? ?? 5A 58 7D ?? ?? ?? ?? 02 7B ?? ?? ?? ?? 02 7B")
if (AoB) then
print("Infinite Energy OK")
for i=0,AoB.getCount()-1 do
writeBytes(tonumber(AoB[i],16)+3, 0x70, 0x41)
end
AoB.Destroy()
AoB = nil
else
print("Infinite Energy FAILED")
end

AoB = AOBScan("1F ?? 7D ?? ?? ?? ?? 38 ?? ?? ?? ?? 02 7B ?? ?? ?? ?? 7B ?? ?? ?? ?? 17")
if (AoB) then
print("Instant Open OK")
for i=0,AoB.getCount()-1 do
writeBytes(tonumber(AoB[i],16), 0x1F, 0x00)
end
AoB.Destroy()
AoB = nil
else
print("Instant Open FAILED")
end

AoB = AOBScan("25 26 ?? 13 ?? ?? 00 00 60 ?? ?? ?? CC ?? ?? ?? ?? 78 ?? ?? 11 ?? 6B 5A 58 5A ?? 9A")
if (AoB) then
print("Super Sprint OK")
for i=0,AoB.getCount()-1 do
writeBytes(tonumber(AoB[i],16)+13, 0x6c, 0x40)
end
AoB.Destroy()
AoB = nil
else
print("Super Sprint FAILED")
end

AoB = AOBScan("F5 06 ?? ?? 02 1F ?? ?? ?? 06 00 04 02 ?? ?? ?? ?? 04 7B D7 06 ?? ?? 17 33 12 17 ?? ?? 00")
if (AoB) then
print("Superboy OK")
for i=0,AoB.getCount()-1 do
writeBytes(tonumber(AoB[i],16)+6, 0x00)
end
AoB.Destroy()
AoB = nil
else
print("Superboy FAILED")
end

AoB = AOBScan("7b 96 06 ?? ?? 6F 2D ?? ?? 0A 25 ?? 7D F5 ?? ?? 04 02 1F")
if (AoB) then
print("No Zombies Nearby OK")
for i=0,AoB.getCount()-1 do
writeBytes(tonumber(AoB[i],16)+7, 0x01)
end
AoB.Destroy()
AoB = nil
else
print("No Zombies Nearby FAILED")
end

end
Sleep(5000)
speedhack_setSpeed(1)
print("Dead Frontier is now running!")
print(":: BR13Vinicius ::")
Super Sprint FAILED
Superboy FAILED
No Zombies Nearby FAILED
Quote Originally Posted by Namiuti View Post
Super Sprint FAILED
Superboy FAILED
No Zombies Nearby FAILED
Yeah that code doesnt work anymore
hmmm, u guys can found it at another post i guess, but i'll give ya this, it work for me in C.E 6.6

AoB = AOBScan("01 00 04 02 1F 23 7D")
if (AoB) then
print("GM LOOT OK")
for i=0,AoB.getCount()-1 do
writeBytes(tonumber(AoB[i],16)+5, 0x13)
end
AoB.Destroy()
AoB = nil
else
print("GM LOOT FAILED")
end

AoB = AOBScan("25 26 ?? 13 ?? ?? 00 00 60 ?? ?? ?? CC ?? ?? ?? ?? 78 ?? ?? 11 ?? 6B 5A 58 5A ?? 9A")
if (AoB) then
print("Super Sprint OK")
for i=0,AoB.getCount()-1 do
writeBytes(tonumber(AoB[i],16)+13, 0x6c, 0x40)
end
AoB.Destroy()
AoB = nil
else
print("Super Sprint FAILED")
end

AoB = AOBScan("7b 96 06 ?? ?? 6F 2D ?? ?? 0A 25 ?? 7D F5 ?? ?? 04 02 1F")
if (AoB) then
print("No Zombies Nearby OK")
for i=0,AoB.getCount()-1 do
writeBytes(tonumber(AoB[i],16)+7, 0x01)
end
AoB.Destroy()
AoB = nil
else
print("No Zombies Nearby FAILED")
end

AoB = AOBScan("22 ?? ?? ?? ?? 5A 58 7D ?? ?? ?? ?? 02 7B ?? ?? ?? ?? 02 7B")
if (AoB) then
print("Infinite Energy OK")
for i=0,AoB.getCount()-1 do
writeBytes(tonumber(AoB[i],16)+3, 0x70, 0x41)
end
AoB.Destroy()
AoB = nil
else
print("Infinite Energy FAILED")
end

AoB = AOBScan("1F ?? 7D ?? ?? ?? ?? 38 ?? ?? ?? ?? 02 7B ?? ?? ?? ?? 7B ?? ?? ?? ?? 17")
if (AoB) then
print("Instant Open OK")
for i=0,AoB.getCount()-1 do
writeBytes(tonumber(AoB[i],16), 0x1F, 0x00)
end
AoB.Destroy()
AoB = nil
else
print("Instant Open FAILED")
end
Quote Originally Posted by kurokagejr View Post
hmmm, u guys can found it at another post i guess, but i'll give ya this, it work for me in C.E 6.6

AoB = AOBScan("01 00 04 02 1F 23 7D")
if (AoB) then
print("GM LOOT OK")
for i=0,AoB.getCount()-1 do
writeBytes(tonumber(AoB[i],16)+5, 0x13)
end
AoB.Destroy()
AoB = nil
else
print("GM LOOT FAILED")
end

AoB = AOBScan("25 26 ?? 13 ?? ?? 00 00 60 ?? ?? ?? CC ?? ?? ?? ?? 78 ?? ?? 11 ?? 6B 5A 58 5A ?? 9A")
if (AoB) then
print("Super Sprint OK")
for i=0,AoB.getCount()-1 do
writeBytes(tonumber(AoB[i],16)+13, 0x6c, 0x40)
end
AoB.Destroy()
AoB = nil
else
print("Super Sprint FAILED")
end

AoB = AOBScan("7b 96 06 ?? ?? 6F 2D ?? ?? 0A 25 ?? 7D F5 ?? ?? 04 02 1F")
if (AoB) then
print("No Zombies Nearby OK")
for i=0,AoB.getCount()-1 do
writeBytes(tonumber(AoB[i],16)+7, 0x01)
end
AoB.Destroy()
AoB = nil
else
print("No Zombies Nearby FAILED")
end

AoB = AOBScan("22 ?? ?? ?? ?? 5A 58 7D ?? ?? ?? ?? 02 7B ?? ?? ?? ?? 02 7B")
if (AoB) then
print("Infinite Energy OK")
for i=0,AoB.getCount()-1 do
writeBytes(tonumber(AoB[i],16)+3, 0x70, 0x41)
end
AoB.Destroy()
AoB = nil
else
print("Infinite Energy FAILED")
end

AoB = AOBScan("1F ?? 7D ?? ?? ?? ?? 38 ?? ?? ?? ?? 02 7B ?? ?? ?? ?? 7B ?? ?? ?? ?? 17")
if (AoB) then
print("Instant Open OK")
for i=0,AoB.getCount()-1 do
writeBytes(tonumber(AoB[i],16), 0x1F, 0x00)
end
AoB.Destroy()
AoB = nil
else
print("Instant Open FAILED")
end
Is it for standalone or browser ?
Its for standalone, probably the super speed and No zombies nearby will not work
Posts 17 of 7 · Page 1 of 1

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?