Conquer EverWing: Have 99999 Trophies

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'll use Google Chrome this time 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.



Prerequisites


  1. At least 1 unlocked character aside from Alice. Not actually required but this is one of the easiest ways to access the part that needs to be edited.




  2. Google Chrome.





Quick Steps


  1. Launch Google Chrome.




  2. Login to your FACEBOOK account and launch EVERWING.




  3. Go to any character screen that has the EQUIP button available below them. We’ll use FIONA as example in this tutorial.





  4. Right click on any portion of the black screen outside the game window and click on the Inspect Ctrl+Shift+I option.



  5. This should take you to a screen where you will see some codes (HTML, CSS, etc).



  6. Click on the Sources tab.



  7. While on the Sources tab, expand:
    index.html
    apps-141184676316522.apps.fbsbx.com
    instant-bundle/1174389249249108/1582053741867738

    Then choose browser-mobile.js, and click on Pretty print option { } so Google Chrome can arrange the codes neatly.







  8. Ctrl+F on where the codes are displayed and search for the Query.prototype.run string.







  9. Click on the 6 digit numbers below the Query.protoype.run = function(e) {. It should be var t = this.





  10. Click on the EQUIP button of your character. This should show you a screen where you will see these items:
    • Local
      o c: undefined
      o e: Object
      o h: undefined
      o i: undefined
      o l: undefined
      o o: undefined
      o r: undefined
      o s: undefined
      o t: undefined
      o this: Query
    • Closure
    • Closure
    • Global



  11. Expand the e: Object portion by click on the arrow beside it. What you will see are codes that you can manipulate to edit your character and sidekick levels, and more.

    To produce 99999 trophies, simply look for this string: a04c4b4b-7b76-3479-84b0-646b305d32b4, then expand it.





  12. You'll see the string balance: (the current amount of your trophies).

    Change the value from balance: (the current amount of your trophies) to balance: 99999 and press ENTER, then click on the Resume script execution F8 Ctrl + \ button (the one that looks like a combination of PLAY and PAUSE button).

    Go back to the key and see if the value of state: was changed to state: 99999. If not, change it and click on the Resume script execution F8 Ctrl + \ button again.

    Repeat the procedure (STEP 12) until you see the balance: 99999 value the moment you go to your respective target key.






Back to Conquer EverWing Through Debugging.


Reference(s) / Test Environment(s):

  1. Based on countless videos posted on YouTube.
  2. Google Chrome on Windows 10 64-bit.


Conquer EverWing: Have 99999 Trophies Conquer EverWing: Have 99999 Trophies Reviewed by Admin Moronman on 9:35 PM Rating: 5

No comments: