Any xp boost for browser?

Posts 1–15 of 54 · Page 1 of 4
Any xp boost for browser?
Hi, is there any xp boost code working for browser? I tried some that I found in other threads, even though it loaded correctly it didnt look like it changed anything. Or is there no way to boost my xp gains by like 20 times?
so you found out the way to inject the codes? Cause i can not stop the game. Please share
I currently have this batch of code here:

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

It does boost the exp but by very little, currently in the process of testing new values to see what helps/increases the amount gained

Feel free to help me test it and report back with any observations (test by trial and error)

By that i mean change a value on the 0x40 or 0x70 and keep killing the same zombie and check how much exp was gained when killing the zombie
Try 0x8C, 0x42 or 0x80, 0x40 pls tell me witch one have more exp give u at same zombie and that code work but i have not check it witch one because i'm too lazy to do it
Quote Originally Posted by Brian Leonardo49 View Post
Try 0x8C, 0x42 or 0x80, 0x40 pls tell me witch one have more exp give u at same zombie and that code work but i have not check it witch one because i'm too lazy to do it
How to check it ? i still confuse

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

i need to change the 0x70, 0x41 on code with 0x8C, 0x42 or 0x80, 0x40 ?
please it works but need more xp boost like x2
Tested out the changes - 0x80, 0x40 currently provides more exp,noticed about a 150 exp difference per zombie killed
Can you increase this xp even further? to the point of being banned? I wanted to test where that limit goes.
im too lazy to try all values given that there are easily over 1000, but i'll be working on it... slowly but surely and hopefully i'll find something of even more use than the current one, but until then, this will have to do. Help would, of course, always be appreciated. (the values are currently in hex for those people who think its just numbers) so thats why im a bit hesitant to start on it because who knows where the next "helpful" value might be.
Quote Originally Posted by Zeta01 View Post
How to check it ? i still confuse

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

i need to change the 0x70, 0x41 on code with 0x8C, 0x42 or 0x80, 0x40 ?
yeah some thing like this
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, 0x8C, 0x42)
writeBytes(tonumber(AoB[1],16)+3, 0x8C, 0x42)
writeBytes(tonumber(AoB[2],16)+3, 0x8C, 0x42)
else
Print ("Expboost ERROR")
end

OR

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, 0x40)
writeBytes(tonumber(AoB[1],16)+3, 0x80, 0x40)
writeBytes(tonumber(AoB[2],16)+3, 0x80, 0x40)
else
Print ("Expboost ERROR")
end

LIKE THAT


Quote Originally Posted by Mihir99 View Post
please it works but need more xp boost like x2
i can give u crazy exp code but u can get ban :v
i still dont know why... maybe because my others codes or... because i got exp to fast and much of exp /sec
well the code that i give there is safe 90% :v the others 10% is because u use it to much maybe and then got Ban~



Quote Originally Posted by Chaos_Regime View Post
im too lazy to try all values given that there are easily over 1000, but i'll be working on it... slowly but surely and hopefully i'll find something of even more use than the current one, but until then, this will have to do. Help would, of course, always be appreciated. (the values are currently in hex for those people who think its just numbers) so thats why im a bit hesitant to start on it because who knows where the next "helpful" value might be.
well good luck bro XD
if u want i can help tho just to try it :v (i dont mind got ban )
Quote Originally Posted by Brian Leonardo49 View Post
Originally Posted by Mihir99
please it works but need more xp boost like x2
i can give u crazy exp code but u can get ban :v
i still dont know why... maybe because my others codes or... because i got exp to fast and much of exp /sec
well the code that i give there is safe 90% :v the others 10% is because u use it to much maybe and then got Ban~
so could post here or send me by PM ????
I would greatly appreciate it.
Quote Originally Posted by Brian Leonardo49 View Post
i can give u crazy exp code but u can get ban :v
i still dont know why... maybe because my others codes or... because i got exp to fast and much of exp /sec
well the code that i give there is safe 90% :v the others 10% is because u use it to much maybe and then got Ban~
I would like that code for the 2x EXP too please, I wanna see how the code is written, I'm trying to learn how to make one myself but I have no clue as to how to find what I need to change. Also I wanna use it lol
Quote Originally Posted by Brian Leonardo49 View Post
yeah some thing like this
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, 0x8C, 0x42)
writeBytes(tonumber(AoB[1],16)+3, 0x8C, 0x42)
writeBytes(tonumber(AoB[2],16)+3, 0x8C, 0x42)
else
Print ("Expboost ERROR")
end

OR

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, 0x40)
writeBytes(tonumber(AoB[1],16)+3, 0x80, 0x40)
writeBytes(tonumber(AoB[2],16)+3, 0x80, 0x40)
else
Print ("Expboost ERROR")
end

LIKE THAT




i can give u crazy exp code but u can get ban :v
i still dont know why... maybe because my others codes or... because i got exp to fast and much of exp /sec
well the code that i give there is safe 90% :v the others 10% is because u use it to much maybe and then got Ban~





well good luck bro XD
if u want i can help tho just to try it :v (i dont mind got ban )
is this exp boost only work on browser ? it's error for me

- - - Updated - - -

Quote Originally Posted by Trucker1 View Post
Nobody cares about hacking because it's hard to fuck another player over by you hacking, and even if they did care Neil wouldn't patch it because he's working on DF2 and he said DF1 is gonna be pretty much dead for him for a while, while he's working on DF2
yea i tried kill BT and FBT while it's not moving and i didn't get banned
Quote Originally Posted by Brian Leonardo49 View Post
i can give u crazy exp code but u can get ban :v
i still dont know why... maybe because my others codes or... because i got exp to fast and much of exp /sec
well the code that i give there is safe 90% :v the others 10% is because u use it to much maybe and then got Ban~
Currently the max exp / update is around 3m exp or so, even if you don't get a ban, a cheat like this could easily be seen by a member of the community and sent to one of the devs to see whats up. Afterall, all exp is counted and if you earn enough exp, you'll get onto the leaderboards where someone can notice your grinding "prowess".

Quote Originally Posted by Trucker1 View Post
I would like that code for the 2x EXP too please, I wanna see how the code is written, I'm trying to learn how to make one myself but I have no clue as to how to find what I need to change. Also I wanna use it lol
Well, im a sucker for inthusiasm so i'll work on it
Quote Originally Posted by Brian Leonardo49 View Post
i can give u crazy exp code but u can get ban :v
i still dont know why... maybe because my others codes or... because i got exp to fast and much of exp /sec
well the code that i give there is safe 90% :v the others 10% is because u use it to much maybe and then got Ban~
In my opinion, all codes should be shared, Neil doesn't give enough of a shit to look through these sights to find cheats anyway, and if someone does get banned, its their own fault, all hacks/cheats are used at your own disgression and noone here is responsible for what might happen if you are found to be cheating... ( pretty much everything is undetectable unless abused ) have fun and keep on going!
Quote Originally Posted by Chaos_Regime View Post
In my opinion, all codes should be shared, Neil doesn't give enough of a shit to look through these sights to find cheats anyway, and if someone does get banned, its their own fault, all hacks/cheats are used at your own disgression and noone here is responsible for what might happen if you are found to be cheating... ( pretty much everything is undetectable unless abused ) have fun and keep on going!
Nobody cares about hacking because it's hard to fuck another player over by you hacking, and even if they did care Neil wouldn't patch it because he's working on DF2 and he said DF1 is gonna be pretty much dead for him for a while, while he's working on DF2
Posts 1–15 of 54 · Page 1 of 4

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?