- Install the extension Tampermonkey
- Create a new userscript
- Copy the content from
bot_script.js
and replace it with the template script - Reload game.energy.ch
- Copy the content from
bot.js
- Open your Javascript Console Window
- Paste your copied code and press
enter
You can start the bot by typing play();
into the Console.
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.
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.