This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Release notes for the Evolve idle game automation script which can be found here: | |
https://gist.github.com/TMVictor/3f24e27a21215414ddc68842057482da/raw/evolve_automation.user.js | |
Automation script is for the Evolve Idle game: | |
https://tmvictor.github.io/Evolve-Scripting-Edition/ (scripting edition of the game forked from the original and best version of the game at: https://pmotschmann.github.io/Evolve/) | |
NOTE: Updated update: | |
I've forked the Evolve project to: https://github.com/TMVictor/Evolve-Scripting-Edition/ | |
This unsupported, use at your own risk version is available to be played at: https://tmvictor.github.io/Evolve-Scripting-Edition/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Evolve | |
// @namespace http://tampermonkey.net/ | |
// @version 3.3.1 | |
// @description try to take over the world! | |
// @downloadURL https://gist.github.com/TMVictor/3f24e27a21215414ddc68842057482da/raw/evolve_automation.user.js | |
// @author Fafnir | |
// @author TMVictor | |
// @match https://tmvictor.github.io/Evolve-Scripting-Edition/ | |
// @grant none |