{"id":15097410,"url":"https://github.com/steamgame/steamsummerminigame","last_synced_at":"2025-10-08T02:31:24.885Z","repository":{"id":33681024,"uuid":"37333774","full_name":"SteamGame/steamSummerMinigame","owner":"SteamGame","description":":godmode: Steam Summer Sale 2015 - Auto-play Optimizer w/ Auto-Click","archived":true,"fork":false,"pushed_at":"2015-06-25T12:35:39.000Z","size":4928,"stargazers_count":187,"open_issues_count":0,"forks_count":117,"subscribers_count":18,"default_branch":"master","last_synced_at":"2025-05-10T07:53:43.644Z","etag":null,"topics":["game","greasemonkey","javascript","steam","tampermonkey"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SteamGame.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-06-12T16:56:51.000Z","updated_at":"2024-12-25T13:54:10.000Z","dependencies_parsed_at":"2022-09-11T16:31:53.407Z","dependency_job_id":null,"html_url":"https://github.com/SteamGame/steamSummerMinigame","commit_stats":null,"previous_names":["unresolv/steamsummerminigame","steamgame/steamsummerminigame","katlol/steamsummerminigame"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/SteamGame/steamSummerMinigame","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SteamGame%2FsteamSummerMinigame","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SteamGame%2FsteamSummerMinigame/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SteamGame%2FsteamSummerMinigame/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SteamGame%2FsteamSummerMinigame/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SteamGame","download_url":"https://codeload.github.com/SteamGame/steamSummerMinigame/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SteamGame%2FsteamSummerMinigame/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278877587,"owners_count":26061474,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-08T02:00:06.501Z","response_time":56,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["game","greasemonkey","javascript","steam","tampermonkey"],"created_at":"2024-09-25T16:21:34.744Z","updated_at":"2025-10-08T02:31:24.593Z","avatar_url":"https://github.com/SteamGame.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Steam Summer Monster Minigame Script #\n\n[![forthebadge](http://forthebadge.com/images/badges/fuck-it-ship-it.svg)](http://forthebadge.com) [![Build Status](https://travis-ci.org/SteamDatabase/steamSummerMinigame.svg?branch=master)](https://travis-ci.org/SteamDatabase/steamSummerMinigame)\n\n## Purpose ##\n\nit cheats for you.\n\nThis fork has:\n* Elemental damage prioritizing, gold prioritizing\n* Auto clicking\n* Tickrate set to 1000ms every second\n* Disable most particles\n* Auto use abilities\n* idk\n\n\n## Features ##\n\n- Moves you to the lane most likely to give you gold, prioritized like so:\n\t1. The lane with a Treasure Minion or Boss\n\t2. The lane with the Miniboss with the lowest health\n\t3. The lane with a Spawner below 40% health\n\t4. The lane with a Creep below 10% health\n\t5. The lane with the Spawner with the lowest health\n- Activates most reusable abilities, if they are purchased and cooled down:\n\t- Medics if your health is below 50%\n\t- Morale Booster, Napalm, and Cluster Bombs if the lane has a Spawner and 2-3 Creeps\n\t- Good Luck Charm as soon as possible\n\t- Tactical Nuke if the current Spawner is between 60% and 30% health\n- Activates some items if you have them and the situation calls for them:\n\t- God Mode if Medics is in cooldown and your health is low\n\t- Cripple Spawner if the spawner in the current lane has more than 95% health\n\t- Gold Rain if facing a Boss who has more than 60% health\n- Respawns you after 5 seconds (instead of 1 minute) if you die\n- Disables certain abilities and items if facing a Boss (to try to maximize Raining Gold and Metal Detector benefits)\n\n## Installation ##\n\n### Tampermonkey ###\n\n1. Open Tapermonkey's dashboard.\n2. Click on the `Utilities` tab on the right.\n3. Paste `https://raw.githubusercontent.com/SteamDatabase/steamSummerMinigame/master/autoPlay.user.js` into the text area, and click `Import`.\n4. When the editor has loaded, click `Install` (*NOT* `Process with Chrome`).\n\n### Greasemonkey ###\n\n1. Navigate to `https://raw.githubusercontent.com/SteamDatabase/steamSummerMinigame/master/autoPlay.user.js`.\n2. Right click on the page, and click `Save Page As`.\n3. While Firefox is still open, open a File Manager of any sort, and navigate to the directory you saved the script.\n4. Drag \u0026 drop the script file onto the Firefox window.\n5. Press `Install`.\n\n### Manual ###\n\n##### Chrome #####\n1. Open https://raw.githubusercontent.com/SteamDatabase/steamSummerMinigame/master/autoPlay.user.js\n2. Select All, Copy.\n3. Navigate to `http://steamcommunity.com/minigame/` and join or start a game.\n4. Press `Ctrl + Shift + J`.\n5. Paste into the javascript input, and hit `Enter`.\n\n##### Firefox #####\n1. Open https://raw.githubusercontent.com/SteamDatabase/steamSummerMinigame/master/autoPlay.user.js\n2. Select All, Copy.\n3. Navigate to `http://steamcommunity.com/minigame/` and join or start a game.\n4. Press `Ctrl + Shift + K`.\n5. Paste into the javascript input, and hit `Enter`.\n\n##### Internet Explorer / Microsoft Edge #####\n1. Open https://raw.githubusercontent.com/SteamDatabase/steamSummerMinigame/master/autoPlay.user.js\n2. Select All, Copy.\n3. Navigate to `http://steamcommunity.com/minigame/` and join or start a game.\n4. Press `F12` and navigate to the `Console` tab.\n5. Paste into the javascript input, and hit `Enter`.\n\nTo stop the manual script, type `window.clearTimeout(window.SteamDB_Minigame_Timer);` into the console and hit `Enter`.\n\nThe 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.\n\n## I want to contribute! ##\n\nThis project is open-source on github. There are different ways you can help:\n\n- Find a Pull Request that's marked `needs testing`. Run that version of the script for a while and watch the console for errors. If there's no errors, pay attention to what the changes are doing gameplay-wise, and make sure it's doing what it's supposed to do.\n- Find an Issue that's marked `help wanted`. Make the changes needed by that issue, and create a Pull Request with your enhancement or bugfix.\n- Pick an item off the TODO list, below, and implement it. When it's done (and tested and working), create a Pull Request.\n- Got an idea for an improvement that's not already listed? Code it up, test it out, then make a Pull Request when it's ready.\n\n### Pull Request Guidelines ###\n\n- Do NOT change the script version in your PR as it could be incremented before your PR is merged.\n- Test your changes both in console and Greasemonkey/Tampermonkey.\n- [Rebase](https://github.com/edx/edx-platform/wiki/How-to-Rebase-a-Pull-Request) your PR branch when you're done and upstream has changed.\n- Do NOT delete the current one and make a new PR to add new commits, just keep commiting on the PR's branch.\n- Squash your commits before submitting the PR.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsteamgame%2Fsteamsummerminigame","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsteamgame%2Fsteamsummerminigame","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsteamgame%2Fsteamsummerminigame/lists"}