[ Patched ] 'Hacking' EverWing using Chrome / Firefox








[ Patched ] 'Hacking' EverWing using Chrome / Firefox

MORE HONEY FROM DA POT
mate

Everything is done entirely at your own risk.

Up in the fire tonight we got All Fall Down - Camo & Krooked (ft. Shaz Sparks)

1 | Open Dev Tools | Sources/Debugger
2 | Open EverWing
3 | Find "mobile-browser.js" & open it
4 | Prettify the source (FF Users: r-click)
5 | Find "this.commonEarned"
The line should look like one of the two:
[ In the middle of a game ]:
this.commonEarned += e.common,
[ At the end of a game ]:
return e = void 0 === e ? this.commonEarned : e

You can choose either one, the second one is probably better for selecting how many coins you "collected" throughout the game.

6 | Click the line number you find the preferred snippet in.
7 | Play the game & collect a coin / die (depends which you chose)
8 | Goto the console and change the value of "this.commonEarned".
9 | Done! You can remove the breakpoint by unticking the box showing your breakpoints.