Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
Clicker.java | 2015-01-26 | 4.9 kB | |
HireNewHeroes.java | 2015-01-26 | 7.5 kB | |
Ascend.java | 2015-01-26 | 2.2 kB | |
AutoProg.java | 2015-01-26 | 954 Bytes | |
BuyUpgrades.java | 2015-01-26 | 771 Bytes | |
GetCandy.java | 2015-01-26 | 960 Bytes | |
Totals: 6 Items | 17.3 kB | 0 |
Scripts available: - [Ascension] Level Amhotep and ascend - [HireNewHeroes] Early development that benefits all heroes(until 75 on Frostleaf) Using technology from: http://www.reddit.com/r/ClickerHeroes/comments/2s06h3/minimal_example_for_intelligent_and/ -[BuyUpgrades] clicking "buy all upgrades" -[GetCandy] clicking a candy if it exists -[AutoProg] triggering autoprogress if it's off Steps required to run the scripts: 1. Download "projector content debugger" and install for your system from https://www.adobe.com/support/flashplayer/downloads.html 2. Download and unzip Genie-binary.zip from https://sourceforge.net/projects/genie.adobe/files/ Location of unzipped Genie is referred below as <GeniePath>, replace it with your path 3. Lunch <GeniePath>\GenieServer\LunchServer (.bat for windows, .sh for Linux/Mac) """ //quote from https://sourceforge.net/projects/genie.adobe/files/documents/UserGuide.pdf , original numbering was 6,7,8 4.Copy the mm.cfg file from <GeniePath>\GenieLibrary\mm.cfg to the user folder. o C:\Documents and Settings\testuser\ (For Windows XP) o C:\Users\testuser\ (For Windows 7) o /Users/testuser/ (For Mac Os X) 5.Open mm.cfg and edit it to update the path to the file GenieLibrary.swf. You just need to add one line in mm.cfg, which will look like: PreloadSWF = <GeniePath>\GenieLibrary\GenieLibrary.swf 6.Open the “Global Security Settings panel” topic in Flash Player Help: http://www.macromedia.com/support/documentation/en/flashplayer/help/settings_manager04.html. What looks like an image on this page is actually the working Global Security Settings panel for Flash Player in your browser. o Select the “Always Allow” option. o Click the “Edit locations” pop-up menu and add a location for GenieLibrary.swf. This is the same location you added to mm.cfg. o Close the browser. """ 7. Lunch <GeniePath>\GenieServer\LunchServer (.bat for windows, .sh for Linux/Mac) 8. Run flashplayerdebugger and open swf file of Clicker Heroes (currently https://d1snsxh2hr65cz.cloudfront.net/ClickerHeroes_v2542.swf for 0.17b) 9. To run my scripts open terminal in directory of class files downloaded from https://sourceforge.net/projects/cherogenie/files/ and run java -jar <GeniePath>/GenieScripts/Executor.jar --noLogging <FILE> for example: java -jar <GeniePath>/GenieScripts/Executor.jar --noLogging Ascend.class