/tatsu-toolbox

A revamp of the broken Python Tatsu toolbox repo.

Primary LanguageJavaScriptMIT LicenseMIT

tatsu-toolbox

A revamp of the broken Python Tatsu toolbox repo, comissioned by azatej.

Tatsu Toolbox

Downloading

In a command prompt in your projects folder (wherever that may be), run the following:

git clone https://github.com/ajmeese7/tatsu-toolbox

Once finished:

  • Ensure you have NodeJS installed on your PC by running npm. If not, Google how to install it and do that now
  • In the folder from where you ran the git command, run cd tatsu-toolbox and then run npm install
  • Edit config.json and enter your token and desired prefix. It should look like this afterwards:
{
  "botToken": "YOUR_TOKEN_HERE",
  "prefix": "YOUR_DESIRED_PREFIX_HERE"
}

Your prefix can be anything you want, but I tend to use the / because you're unlikely to ever use it on accident.

Getting your login token

Go to this link and follow the instructions to get your login token.

KEEP YOUR TOKEN SECRET, AND NEVER SHARE IT WITH ANYONE

Controlling the selfbot

To start the selfbot, open a command prompt from the folder containing the repository, run:

node index

To stop it, click on the terminal and press CTRL+C, which will kill the process.

Commands

Command Arguments Description
start user - @ mention the user you want your daily rep to go to. Gets your daily credits and gives your rep to the specified user. If no user is specified, no rep will be given.
fish number - number of times you want to fish; defaults to 100. Goes fishing and sells everything you catch that isn't a rare.
xp number - number of messages to send while farming XP; defaults to 100. Sends lots of messages on random time intervals to farm XP.

Example usage: /fish 10

Development

I would like to add in the Tatsugotchi trainer and pet getter features, but I am not sure how they work.

If someone can explain the process of these to me I will be happy to try to replicate the functionality.