This javascript automatically plays the 2015 Steam Summer minigame for you in a semi-optimal way.
It goes beyond the autoclicker scripts already out there. It will keep you in the lane where you'll make the most money, activate abilities as they are available and best apply, and possibly purchase upgrades and powerups for you.
- Open Tapermonkey's dashboard.
- Click on the
Utilitestab on the right. - Paste
https://raw.githubusercontent.com/wchill/steamSummerMinigame/master/autoPlay.jsinto the text area, and clickImport. - When the editor has loaded, press
Install(NOTProcess with Chrome).
- Navigate to
https://raw.githubusercontent.com/wchill/steamSummerMinigame/master/autoPlay.js. - Right click on the page, and click
Save Page As. - In the name text area at the top, remove the tailing
.jsand add.user.jsto the end (this may be redundant in the future). - While Firefox is still open, open a File Manager of any sort, and navigate to the directory you saved the script.
- Drag & drop the script file onto the Firefox window.
- Press
Install.
- Open https://raw.githubusercontent.com/wchill/steamSummerMinigame/master/autoPlay.js
- Select All, Copy.
- Navigate to
http://steamcommunity.com/minigame/and join or start a game. - Press
Ctrl + Shift + J. - Paste into the javascript input, and hit
Enter.
- Open https://raw.githubusercontent.com/wchill/steamSummerMinigame/master/autoPlay.js
- Select All, Copy.
- Navigate to
http://steamcommunity.com/minigame/and join or start a game. - Press
Ctrl + Shift + K. - Paste into the javascript input, and hit
Enter.
- Open https://raw.githubusercontent.com/wchill/steamSummerMinigame/master/autoPlay.js
- Select All, Copy.
- Navigate to
http://steamcommunity.com/minigame/and join or start a game. - Press
F12and navigate to theConsoletab. - Paste into the javascript input, and hit
Enter.
To stop the manual script, type window.clearTimeout(thingTimer); into the console and hit Enter.
The game should now play itself, you should leave it running in the background. If you're not sure if it is auto-playing, try changing lanes. If it jumps back almost immediately, it's working.
This project is open-source on github. There are different ways you can help
-
use abilities if available and a suitable target exists:
- Tactical Nuke on a Spawner if below 60% and above 30% of its health
- Metal Detector if a spawner death is imminent (predicted in > 2 and < 7 seconds)
- Decrease Cooldowns if another player used a long-cooldown ability < 10 seconds ago
-
purchase abilities and upgrades intelligently
-
automatically update the manual script by periodically checking https://raw.githubusercontent.com/wchill/steamSummerMinigame/master/autoPlay.js
These functions work as intended, but do not have a UI option to do the toggling.
- toggleText() to hide/show all text. Overrides all text options.
- toggleCritText() to hide/show crit text.
- stopFlinching() will stop flinching animations. These are not saved and will not be restored.