All working Browser codes 11/10/18

Posts 115 of 28 · Page 1 of 2
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
almost no one goes
almost no one goes
Hey, I'm having trouble using these can you PM me since I can't PM yet? =/
Quote Originally Posted by N64Vash View Post
Hey, I'm having trouble using these can you PM me since I can't PM yet? =/
unable to pm you
how do they use the browser?
Quote Originally Posted by OffsetReggin View Post
unable to pm you
Ah,well do you have Disbord? I can add you

- - - Updated - - -

Quote Originally Posted by OffsetReggin View Post
unable to pm you
Ah,well do you have Disbord? I can add you

- - - Updated - - -

My main problem is that I can't get it to work on Mozilla Firefox, the Unity Player never works and have to use the Dead Frontier browser, but I can only get godmode to work on there.
Quote Originally Posted by N64Vash View Post
My main problem is that I can't get it to work on Mozilla Firefox, the Unity Player never works and have to use the Dead Frontier browser, but I can only get godmode to work on there.
i also got the same problem as yours..i tried everything..
Quote Originally Posted by unfoll0w View Post
i also got the same problem as yours..i tried everything..
I've kinda figured it out, if you wanna put down your ******* I can try and help you.
Quote Originally Posted by N64Vash View Post
I've kinda figured it out, if you wanna put down your ******* I can try and help you.
put down my dscrd?
Godmode it's not working
Quote Originally Posted by OffsetReggin View Post
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
all codes are working except Godmode u.u
god mode must be run after load into the city. not while communicating with server
con razón...xD
Quote Originally Posted by OffsetReggin View Post
god mode must be run after load into the city. not while communicating with server
thank you so much , i'll try again n.n
my armor :c
Quote Originally Posted by OffsetReggin View Post
god mode must be run after load into the city. not while communicating with server
Is it normal for my armor to be broken with the "God Mode"? (before, my armor was normal) and one more thing , when i'm trying to arrive the next area , the game stop in load area and then all the game stop
armor will break and its best to stay in one zone otherwise game will crash
ok :)
Quote Originally Posted by OffsetReggin View Post
armor will break and its best to stay in one zone otherwise game will crash
ok, thank you so much
Posts 115 of 28 · Page 1 of 2

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?