how to play in browser

Posts 1–15 of 22 · Page 1 of 2
how to play in browser
i just found out how to play in browser, try to install mozilla version 30.0 portable edition, i've tested it myself and it work well for me
Quote Originally Posted by kurokagejr View Post
i just found out how to play in browser, try to install mozilla version 30.0 portable edition, i've tested it myself and it work well for me
any working code for browser?
Quote Originally Posted by tikkol0804 View Post
any working code for browser?
this code is work for me in browser

-------------------------- use this 1 hit code for solo play only, it didnt gave u exp but it will help u with 1 hit kill boss ---------------
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("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("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("72 69 67 68 74 20 61 74 74 61 63 6B")
if (AoB and AoB.getCount()==1437) then
print("DZA1 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("DZA1 ERROR")
end

AoB = AOBScan("6C 65 66 74 20 61 74 74 61 63 6B")
if (AoB and AoB.getCount()==1415) then
print("DZA2 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("DZA2 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("DZA3 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("DZA3 ERROR")
end

AoB = AOBScan("73 74 61 62 20 61 74 74 61 63 6B")
if (AoB and AoB.getCount()==21) then
print("DZA4 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("DZA4 ERROR")
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

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, 0x70, 0x41)
writeBytes(tonumber(AoB[1],16)+3, 0x70, 0x41)
writeBytes(tonumber(AoB[2],16)+3, 0x70, 0x41)
else
Print ("Expboost ERROR")
end
Quote Originally Posted by kurokagejr View Post
this code is work for me in browser

-------------------------- use this 1 hit code for solo play only, it didnt gave u exp but it will help u with 1 hit kill boss ---------------
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("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("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("72 69 67 68 74 20 61 74 74 61 63 6B")
if (AoB and AoB.getCount()==1437) then
print("DZA1 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("DZA1 ERROR")
end

AoB = AOBScan("6C 65 66 74 20 61 74 74 61 63 6B")
if (AoB and AoB.getCount()==1415) then
print("DZA2 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("DZA2 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("DZA3 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("DZA3 ERROR")
end

AoB = AOBScan("73 74 61 62 20 61 74 74 61 63 6B")
if (AoB and AoB.getCount()==21) then
print("DZA4 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("DZA4 ERROR")
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

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, 0x70, 0x41)
writeBytes(tonumber(AoB[1],16)+3, 0x70, 0x41)
writeBytes(tonumber(AoB[2],16)+3, 0x70, 0x41)
else
Print ("Expboost ERROR")
end
Got it thanks, I think the 1 Hit kill cheat sucks because it decrease the XP gain and if you not careful the bloat and green rumbler will f**k you up, and btw what wasteland and exp boost for?
Quote Originally Posted by tikkol0804 View Post
Got it thanks, I think the 1 Hit kill cheat sucks because it decrease the XP gain and if you not careful the bloat and green rumbler will f**k you up, and btw what wasteland and exp boost for?
actually 1 hit code didnt gave u any exp, just use it to kill a boss and u will get ez loot

for grinding im using the wasteland and expboost code

- - - Updated - - -

Quote Originally Posted by Namiuti View Post
I did not understand what improves on wasteland. the monsters get stronger, the map changes, but the loot is the same. other players can see you
u should open bestiary on deadfrontier-wikia bruh, yes, the zed get stronger but it gave u more exp, and the loot spot is decreased, so use this code only for grinding purpose
Quote Originally Posted by kurokagejr View Post
actually 1 hit code didnt gave u any exp, just use it to kill a boss and u will get ez loot

for grinding im using the wasteland and expboost code

- - - Updated - - -



u should open bestiary on deadfrontier-wikia bruh, yes, the zed get stronger but it gave u more exp, and the loot spot is decreased, so use this code only for grinding purpose
can you tell me what wasteland code for?
Quote Originally Posted by tikkol0804 View Post
can you tell me what wasteland code for?
wherever u're u'll feel like in wasteland, pvp and multiplayer forced on, and all of the zombies are from wasteland (black bone, hell hound, black tendrill, mother, titan) excluding hell hound, this code is good for grind, but becarefull bcoz other player can hit u, u can hit them either even if they didnt turn on pvp
Quote Originally Posted by kurokagejr View Post
wherever u're u'll feel like in wasteland, pvp and multiplayer forced on, and all of the zombies are from wasteland (black bone, hell hound, black tendrill, mother, titan) excluding hell hound, this code is good for grind, but becarefull bcoz other player can hit u, u can hit them either even if they didnt turn on pvp
so what weapon (or codes) you use to grind xp with wasteland code? since they have more HP and the Black Bone can explode upon death
Quote Originally Posted by tikkol0804 View Post
so what weapon (or codes) you use to grind xp with wasteland code? since they have more HP and the Black Bone can explode upon death
i do use explossives and shotguns since it ammo was cheapest
I did not understand what improves on wasteland. the monsters get stronger, the map changes, but the loot is the same. other players can see you
can u provide us the link for mozilla 30.0 portable please?

Ive already downloaded like 5 but almost all are fail or not the right software
Quote Originally Posted by kentpachi View Post
can u provide us the link for mozilla 30.0 portable please?

Ive already downloaded like 5 but almost all are fail or not the right software
https://sourceforge.net/projects/por...dition%2030.0/ choose the FirefoxPortable_30.0_English.paf.exe, download and enjoy

Dont forget to press the thanks button
Quote Originally Posted by tikkol0804 View Post
https://sourceforge.net/projects/por...dition%2030.0/ choose the FirefoxPortable_30.0_English.paf.exe, download and enjoy

Dont forget to press the thanks button
Be careful, it is forbidden to post outside links to downloads.

Anyway try to use outdated versions of unity, it seems it make the hack less detectable. Also, my thread with the same topic was deleted because it lacked of screenshots and another virus scan. :/

Quote Originally Posted by kurokagejr View Post
this code is work for me in browser

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

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, 0x70, 0x41)
writeBytes(tonumber(AoB[1],16)+3, 0x70, 0x41)
writeBytes(tonumber(AoB[2],16)+3, 0x70, 0x41)
else
Print ("Expboost ERROR")
end
Just wondering, how detectable are Wasteland and Expboost? and how much experience does it gives? I am asking since lately I am getting banned for 24hrs using DZA.
Hey there, I installed mozilla 30.0 portable version, im able to play in browser now, but how do I use cheat engine on it? I know how to use it on standalone, but I cant do it on browser because the game does not stop when I enable speedhack, even though the rest of the browser does. Or is there some different way to hack the browser?
Someone know the no vomit and no zombie explosion codes?
Posts 1–15 of 22 · Page 1 of 2

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?