Home
Name Modified Size InfoDownloads / Week
src 2015-01-26
README.txt 2015-01-26 2.4 kB
AutoProg.class 2015-01-26 898 Bytes
BuyUpgrades.class 2015-01-26 1.4 kB
Clicker.class 2015-01-26 2.6 kB
GetCandy.class 2015-01-26 1.7 kB
HireNewHeroes.class 2015-01-26 5.7 kB
Ascend.class 2015-01-26 3.0 kB
Totals: 8 Items   17.7 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
Source: README.txt, updated 2015-01-26