Conquer EverWing: Have Skyrocketing Scores To Annoy Your Clueless Friends

Part of TNTTS' Conquer EverWing Through Debugging Series. In this tutorial, you will learn how to manipulate your EverWing score to annoy your EverWing addicted friends. We decided to use Mozilla Firefox so readers will have a better familiarization of the debug GUI of the browser.

This tutorial is for information purposes only and nothing more than a proof / representation of something that works today but may no longer work in the game's future updates. The Non-Technical Technical Support or any of its sources is not responsible if you get banned from playing EverWing. Try at your own risk.



Prerequites

  1. An EverWing addict friend to annoy.
  2. Mozilla Firefox.


Quick Steps

  1. Launch Mozilla Firefox.
  2. Login to https://www.messenger.com/.
  3. Launch EVERWING from https://www.messenger.com/.



  4. Right-click on any part of the screen outside the game and click on the Inspect Element (Q) option.



  5. Click on the CONSOLE icon on Mozilla Firefox’s element viewer.



  6. Click on the viewer’s Debugger tab.



  7. Click on the browser-mobile.js option on the left part of your viewer.



  8. Click on the Prettify Source icon. This should the one that looks like { } shown on the image below.



  9. Now search for this string #this.commonEarned += e.common, using the viewer’s search box on the upper right portion.



  10. Click on the value beside the this.commonEarned += e.common, screen. You’ll notice an option with checkbox will appear on the left part of your viewer. This process is actually called BREAKPOINT in programming world. A breakpoint is a signal telling the debugger to suspend execution of programs (EverWing in this case) at a certain point.



  11. Uncheck the checkbox and play the game by clicking on your character.



  12. While playing, check on the checkbox again. The game SHOULD AUTOMATICALLY PAUSE itself. If it doesn’t, do another set of uncheck then check.



  13. While the game is PAUSED, you may type this string on the console on the bottom of your viewer:
    this.commonEarned = 30000 and then press ENTER.
    The 30000 is just a sample as I would normally put 1000000000 to annoy some clueless friends.



  14. The screenshot below would give you an idea on how the console will look like after you press the ENTER key on your keyboard on step 13.



  15. OPTIONAL:
    You may type another set of string to edit the number of trophies:
    this.premiumEarned = 2500 and press ENTER.
    I wouldn't recommend editing trophies earned this way. There is a way to actually edit your number of trophies to 99999.



  16. Just like what was described on step 14, but editing trophies this way is a hit or miss. Sometimes it works, sometimes it doesn't.



  17. Uncheck the checkbox this time.



  18. Click on the PLAY icon to resume your game.



  19. Let you character die.



  20. If you reached this point correctly, your Coins and Score SHOULD HAVE an additional 30000 as well as 2500 Trophies. You may try other values on steps 13 and 15 but I would recommend NOT to exceed 90000 for this.commonEarned and 10000 for this.premiumEarned.





Back to Conquer EverWing Through Debugging.


Reference(s) / Test Environment(s):

  1. Mozilla Firefox on Windows 10 64-bit.


Conquer EverWing: Have Skyrocketing Scores To Annoy Your Clueless Friends Conquer EverWing: Have Skyrocketing Scores To Annoy Your Clueless Friends Reviewed by Admin Moronman on 6:41 PM Rating: 5

No comments: