You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Completes all fishing activities at the Deep Sea Fishing hub.
Simulates AFK moments
Stat tracking in bot UI.
Persistent UI settings / bot state
Info
The easiest way to get setup is to clone/download this repo, and from IntelliJ IDEA, File > open the folder.
When you first open the code, it's usually a good idea to refresh gradle dependencies to resolve any dependency errors.
You'll find the script itself located at src/main/java/net/botwithus/skilling/fishing/deepsea/DeepSeaFishWithUs.java
You'll find the graphics context (which allows you to draw UI with ImGui) at src/main/java/net/botwithus/skilling/fishing/deepsea/DeepSeaFishWithUsGraphicsContext.java