A cheating tool for the popular Messenger game, Everwing Academy.
You need to have git and ruby installed on your computer.
Open Messenger in your browser.
Open Chrome developer tools in the same tab.
Select the 'Network' tab.
Start Everwing in the same tab.
Order the network results by request type.
Select the first (and only) FETCH request.
Save the Request URL. It starts like this:
https://stormcloud-146919.appspot.com/auth/login/?...
Run the following commands if you're on MacOS or some variation of Linux:
git clone git@github.com:thepeiggy/neverwing
cd neverwing
Use your favorite text editor and open up
bin/play_game.rbandbin/train_dragons.rb.Replace the login URL with your login URL.
Run
ruby bin/play_game.rbin the project folder to play a single game.Run
ruby bin/train_dragons.rbin the project folder to train all your dragons.Close and Reopen Everwing.