All working Browser codes 11/10/18
All working Browser codes as of 10/11/2018
Play on df browser you will need firefox portable 30.0
Godmode:
AoB = AOBScan("55 8B EC 57 83 EC 34 8B 05 78 ?? ?? ?? 83 EC 08 68 C0 FF ?? ?? 50")
if (AoB and AoB.getCount()==5) then
print("GODMODE ON")
for i=0,4 do
writeBytes(tonumber(AoB[i],16)+2, 0xCE)
end
AoB.Destroy()
AoB = nil
else
print("GODMODE ERROR")
end
AoB = AOBScan("22 ?? ?? ?? ?? 5A 58 7D ?? ?? ?? ?? 02 7B ?? ?? ?? ?? 02 7B")
if (AoB and AoB.getCount()==3) then
print("Expboost OK")
writeBytes(tonumber(AoB[0],16)+3, 0x80, 0x41)
writeBytes(tonumber(AoB[1],16)+3, 0x80, 0x41)
writeBytes(tonumber(AoB[2],16)+3, 0x80, 0x41)
else
Print ("Expboost ERROR")
end
AoB = AOBScan("6b 30 37 19 45")
if (AoB and AoB.getCount()==3) then
print("one shot kill Ok")
for i=0,2 do
writeBytes(tonumber(AoB[i],16)+2, 0x00)
end
AoB.Destroy()
AoB = nil
else
print("one shot kill error")
end
AoB = AOBScan("22 ?? ?? ?? ?? 5A 58 7D ?? ?? ?? ?? 02 7B ?? ?? ?? ?? 02 7B")
if (AoB and AoB.getCount()==3) then
print("Infinite Energy 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 ("Infinite Energy OFF")
end
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[i],16), 0x1F, 0x00)
end
AoB.Destroy()
AoB = nil
else
print("Instant Open OFF")
end
AoB = AOBScan("72 69 67 68 74 20 61 74 74 61 63 6B")
if (AoB and AoB.getCount()==1437) then
print("Zombie No Atack 1 OK")
for i=0,1436 do
writeBytes(tonumber(AoB[i],16)+0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00)
end
AoB.Destroy()
AoB = nil
else
print("Zombie No Atack 1 ERROR")
end
AoB = AOBScan("6C 65 66 74 20 61 74 74 61 63 6B")
if (AoB and AoB.getCount()==1415) then
print("Zombie No Atack 2 Ok")
for i=0,1414 do
writeBytes(tonumber(AoB[i],16)+0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00)
end
AoB.Destroy()
AoB = nil
else
print("Zombie No Atack 2 ERROR")
end
AoB = AOBScan("64 6F 75 62 6C 65 20 61 74 74 61 63 6B")
if (AoB and AoB.getCount()==1272) then
print("Zombie No Atack 3 Ok")
for i=0,1271 do
writeBytes(tonumber(AoB[i],16)+0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00)
end
AoB.Destroy()
AoB = nil
else
print("Zombie No Atack 3 ERROR")
end
AoB = AOBScan("73 74 61 62 20 61 74 74 61 63 6B")
if (AoB and AoB.getCount()==21) then
print("Zombie No Atack 4 Ok")
for i=0,20 do
writeBytes(tonumber(AoB[i],16)+0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00)
end
AoB.Destroy()
AoB = nil
else
print("Zombie No Atack 4 ERROR")
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("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("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("3C 41 69 80 59 02 00 04 03 20 FB 03 00 00 31 22 19 45 01")
if (AoB and AoB.getCount()==3) then
print("wasteland Ok")
for i=0,2 do
writeBytes(tonumber(AoB[i],16)+15, 0x00)
end
AoB.Destroy()
AoB = nil
else
print("wasteland error")
end
If this helps please hit the thanks button
feel free to pm if you need help
Play on df browser you will need firefox portable 30.0
Godmode:
AoB = AOBScan("55 8B EC 57 83 EC 34 8B 05 78 ?? ?? ?? 83 EC 08 68 C0 FF ?? ?? 50")
if (AoB and AoB.getCount()==5) then
print("GODMODE ON")
for i=0,4 do
writeBytes(tonumber(AoB[i],16)+2, 0xCE)
end
AoB.Destroy()
AoB = nil
else
print("GODMODE ERROR")
end
AoB = AOBScan("22 ?? ?? ?? ?? 5A 58 7D ?? ?? ?? ?? 02 7B ?? ?? ?? ?? 02 7B")
if (AoB and AoB.getCount()==3) then
print("Expboost OK")
writeBytes(tonumber(AoB[0],16)+3, 0x80, 0x41)
writeBytes(tonumber(AoB[1],16)+3, 0x80, 0x41)
writeBytes(tonumber(AoB[2],16)+3, 0x80, 0x41)
else
Print ("Expboost ERROR")
end
AoB = AOBScan("6b 30 37 19 45")
if (AoB and AoB.getCount()==3) then
print("one shot kill Ok")
for i=0,2 do
writeBytes(tonumber(AoB[i],16)+2, 0x00)
end
AoB.Destroy()
AoB = nil
else
print("one shot kill error")
end
AoB = AOBScan("22 ?? ?? ?? ?? 5A 58 7D ?? ?? ?? ?? 02 7B ?? ?? ?? ?? 02 7B")
if (AoB and AoB.getCount()==3) then
print("Infinite Energy 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 ("Infinite Energy OFF")
end
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[i],16), 0x1F, 0x00)
end
AoB.Destroy()
AoB = nil
else
print("Instant Open OFF")
end
AoB = AOBScan("72 69 67 68 74 20 61 74 74 61 63 6B")
if (AoB and AoB.getCount()==1437) then
print("Zombie No Atack 1 OK")
for i=0,1436 do
writeBytes(tonumber(AoB[i],16)+0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00)
end
AoB.Destroy()
AoB = nil
else
print("Zombie No Atack 1 ERROR")
end
AoB = AOBScan("6C 65 66 74 20 61 74 74 61 63 6B")
if (AoB and AoB.getCount()==1415) then
print("Zombie No Atack 2 Ok")
for i=0,1414 do
writeBytes(tonumber(AoB[i],16)+0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00)
end
AoB.Destroy()
AoB = nil
else
print("Zombie No Atack 2 ERROR")
end
AoB = AOBScan("64 6F 75 62 6C 65 20 61 74 74 61 63 6B")
if (AoB and AoB.getCount()==1272) then
print("Zombie No Atack 3 Ok")
for i=0,1271 do
writeBytes(tonumber(AoB[i],16)+0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00)
end
AoB.Destroy()
AoB = nil
else
print("Zombie No Atack 3 ERROR")
end
AoB = AOBScan("73 74 61 62 20 61 74 74 61 63 6B")
if (AoB and AoB.getCount()==21) then
print("Zombie No Atack 4 Ok")
for i=0,20 do
writeBytes(tonumber(AoB[i],16)+0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00)
end
AoB.Destroy()
AoB = nil
else
print("Zombie No Atack 4 ERROR")
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("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("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("3C 41 69 80 59 02 00 04 03 20 FB 03 00 00 31 22 19 45 01")
if (AoB and AoB.getCount()==3) then
print("wasteland Ok")
for i=0,2 do
writeBytes(tonumber(AoB[i],16)+15, 0x00)
end
AoB.Destroy()
AoB = nil
else
print("wasteland error")
end
If this helps please hit the thanks button

feel free to pm if you need help




, i'll try again n.n