Skip to content

Commit

Permalink
Included many SteamDB improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
wchill committed Jun 15, 2015
1 parent c621ddf commit 8f341cf
Show file tree
Hide file tree
Showing 10 changed files with 1,954 additions and 1,232 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* text eol=lf
15 changes: 4 additions & 11 deletions .jshintrc
Original file line number Diff line number Diff line change
@@ -1,21 +1,14 @@
{
"node": false,
"browser": true,
"devel": true,
"curly": true,
"newcap": false,
"strict": true,
"undef": true,
"laxbreak": true,
"globals":
{
"g_steamID": false,
"g_GameID": false,
"g_Minigame": false,
"g_msTickRate": true,
"CEnemy": false,
"CEnemyBoss": false,
"CEnemySpawner": false,
"RespawnPlayer": false,
"FormatNumberForDisplay": false,
"CEasingSinOut": false,
"PIXI": false
"GM_info": false
}
}
17 changes: 6 additions & 11 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,9 @@
language: node_js

branches:
only:
- master

node_js:
- "0.11"
notifications:
email: false

before_script:
- npm install -g codeclimate-test-reporter

after_script:
- codeclimate < lcov.info
install:
- npm install jshint -g
script:
- jshint autoPlay.user.js
57 changes: 0 additions & 57 deletions Abilities And Upgrades list.md

This file was deleted.

14 changes: 5 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
#Steam Summer 2015 Monster Minigame AutoScript#

#Buy at least 1 "Auto-fire Cannon" for lane switching to work.#
[![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)

## Purpose ##

It cheats for you.

This fork has:
* Elemental damage and gold prioritization
* Auto clicking (change `clickRate` in console)
* Auto clicking
* Tickrate set to 1000ms every second
* Disable most particles
* Auto use abilities
Expand All @@ -17,10 +17,6 @@ This fork has:
**This fork is designed for use as a group (specifically the [MSG2015 Steam Group](http://steamcommunity.com/groups/MSG2015)).**


**DISCLAIMER:** This autoscript *will* include an auto-clicker. Automatic clicking pushes into the area of cheating, and this script is designed for cheating and automating the process of collecting gold.

**Notice:** The script 'auto-clicks' a combined amount once a second, so it may seems as if it isn't auto-clicking. The Raining Gold and damage values are combined and processed once a second to be more efficient and reduce client load (as compared to the previous method of simulating 20 clicks-per-second). As long as the 'Enable autoclicker' is checked at the bottom of the screen in the options box, it is autoclicking.

## Features ##

- Moves you to the lane most likely to give you gold, prioritized like so:
Expand Down Expand Up @@ -60,21 +56,21 @@ This fork has:
### Manual ###

##### Chrome #####
1. Open https://raw.githubusercontent.com/wchill/steamSummerMinigame/master/autoPlay.user.js
1. Open https://raw.githubusercontent.com/SteamDatabase/steamSummerMinigame/master/autoPlay.user.js
2. Select All, Copy.
3. Navigate to `http://steamcommunity.com/minigame/` and join or start a game.
4. Press `Ctrl + Shift + J`.
5. Paste into the javascript input, and hit `Enter`.

##### Firefox #####
1. Open https://raw.githubusercontent.com/wchill/steamSummerMinigame/master/autoPlay.user.js
1. Open https://raw.githubusercontent.com/SteamDatabase/steamSummerMinigame/master/autoPlay.user.js
2. Select All, Copy.
3. Navigate to `http://steamcommunity.com/minigame/` and join or start a game.
4. Press `Ctrl + Shift + K`.
5. Paste into the javascript input, and hit `Enter`.

##### Internet Explorer / Microsoft Edge #####
1. Open https://raw.githubusercontent.com/wchill/steamSummerMinigame/master/autoPlay.user.js
1. Open https://raw.githubusercontent.com/SteamDatabase/steamSummerMinigame/master/autoPlay.user.js
2. Select All, Copy.
3. Navigate to `http://steamcommunity.com/minigame/` and join or start a game.
4. Press `F12` and navigate to the `Console` tab.
Expand Down
Loading

0 comments on commit 8f341cf

Please sign in to comment.