Skip to content
This repository was archived by the owner on Sep 4, 2023. It is now read-only.

Latest commit

 

History

History
20 lines (14 loc) · 714 Bytes

File metadata and controls

20 lines (14 loc) · 714 Bytes

Moved to gitlab https://gitlab.com/thebigwasp/TraderBot

TraderBot

Cookie clicker mod for automatic trading in stock market minigame. Mod config button is located at the bottom of stock market section.

TraderBot config button

In config you can configure prices that you like to buy and/or sell stocks at.

TraderBot config window

How to install

Create a bookmark with following piece of code as URL. Then click on bookmark when game is ready.

javascript: (function () {
  Game.LoadMod('https://thebigwasp.github.io/TraderBot/traderBot.js');
}());