Skip to content

Janobob/EnergyAirGameBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 

Repository files navigation

EnergyAirGameBot

How To Install

Opera & Chrome
  1. Install the extension Tampermonkey
  2. Create a new userscript
  3. Copy the content from bot_script.js and replace it with the template script
  4. Reload game.energy.ch
Include Via Console
  1. Copy the content from bot.js
  2. Open your Javascript Console Window
  3. Paste your copied code and press enter

How To Play

You can start the bot by typing play(); into the Console.

How To Adjust The Speed

You can adjust the speed of the script by lowering or rising the speed variable. A higher value means it waits a longer time to complete the next step.

Example:

speed = 2000; //waiting 2 seconds before the next step

This can be done while the bot is running, to adjust the speed as needed.

How To Change The Select Mode Of The Price

For changing the selection of the price you must override the variable selectMode .

Set selectMode = ".tickets"; for selecting the ticket pool.
or
Set selectMode = ".partner-price" for selecting the coupon pool.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published