The Big 3
Before you start coding your script, you should know which three categories it falls under. This can help you plan ahead and write cleaner code.
Click me!
The 3 main types of scripts
- Visual
- Client
- Server
How to use scripts
For smaller scripts, one can usually get away with pasting in your console
.
However, for more sophisticated scripts, something in the monkey family is recommended (Yes, I had to say that). This tutorial uses TamperMonkey for all the scripts, however something such as ViolentMonkey would work the same.
What we will be making
In this tutorial, we will make a visual script for TamperMonkey.
The script will be a visual representation of client-side inputs. To word that in English, it will allow us to see what keys are being pressed. Are you up for the task? Then keep reading! If you want a break, leave this page open and come back tommorow.
Remember, if you are EVER confused about anything, join the Discord!