Dropper bot for hypixel
1.19.4
FabricJSMacrosBaritone API
-
Download the Fabric API Installer and follow the steps to install
Fabric. -
Download the JSMacros JAR.
-
Download the Baritone API.
-
Place the JARs in your mods folder. This can usually be found in
%APPDATA%/.minecraft/modsif you are playing Minecraft through the standard launcher. -
Download the latest release of
droppy, then extract it and move it to wherever you wish. -
Launch Minecraft.
-
Set a keybind in
Controlsto open theJSMacrosGUI. By default, this is set tok. -
In-game, press the keybind to open the GUI and follow these steps:
- Click on the
Servicestab. - Click on the
+button at the top right of the script table. - Give the service a name.
- Click on the
./to change the directory to the script. This can be done by pressingOpen Folderand selecting to thedroppyfolder you downloaded from this repository. - Select
index.jsas the service script.
- Click on the
Warning
Ensure you select the JavaScript version of index and not the TypeScript version.
6. Enable and run the script by clicking on the two red buttons on the right of the service (Disabled -> Enabled and Stopped -> Running).
- Enjoy the script.
If you wish to edit and build upon this script for whatever reason, follow these steps.
- Install NPM using this guide.
- Open a terminal in the toplevel of the
droppyfolder and runnpm installto install the required dependencies. - Make your changes to
index.ts, and compile the file usingtsc -b.
- Go to the latest JSMacros release and download
typescript-main.zip. - Extract the downloaded file, locate
headers/and drag it into the toplevel of thedroppyfolder.
Download the ESlint extension for VS Code.