Fishing Bot Upgrade

throne and liberty fishing bot

I've made some significant upgrades to the fishing bot. Instead of using the camera to calculate the angle of the fish (which works but is a bit slow due to smoothing), Speeder will now use the actual position of the fish. This allows for instant rod movement in the correct direction, though I have added some delays for safety. Check out the new "wait time after rod movement" setting here: Fishing Bot Settings (Line 33) - Speeder Cheats.

Eventually, I can remove the Fix Camera while Fishing setting requirement, but it's still needed for now as Speeder uses it to determine whether you are actively fishing.

The "get % fish" script command has been updated to use the new code, as well as the example fishing script:

  • "get % fish,[fish offset],[fish direction],[fish on the line],[fish type],[fish size],[is fishing]" — Retrieves fishing related data and populates the variables supplied in each parameter. This command is different from many Speeder commands in that the parameters are simply the names of variables you would like populated with the related fishing data. For example, if you write
    get % fish,offset,dir,caught,type,size,isfishing
    the variable "offset" will contain the fish's position relative to the bobber's starting point (e.g., a negative offset means the fish has moved left of its starting location), "dir" the fish's direction relative to the last time this command was used (fish direction is calculated using the offset from the most recent "get % fish" call; therefore, make sure to always call it before pressing A or D so that you have the most up-to-date value; a negative number generally means you want to press your right movement key), "caught" will be greater than 0 if a fish is on the line, "type" will contain the type of fish, "size" the size of the fish, and "isfishing" will be 1 if you are currently fishing or 0 if not or 2 if your fishing rod is not equipped. This command allows you to create your own fishing bot from scratch and customize the timings to your liking. Here is an example of a bot created with this command:
    • [113]
      keys=get % fish,angle,dir,caught,type,size,isfishing
      keys2=or % (eq % caught,0)(eq % isfishing,0)|65u|68u
      keys3=eq % isfishing,0|dbg % casting|70d|rs100,300|70u|store % hascaught,0
      keys4=eq % hascaught,0|eq % caught,0|gt*
      keys5=eq % hascaught,0|store % hascaught,1|dbg % catching|81d|rs100,300|81u|st % restTimer,1500
      keys6=eq % caught,0|gt*
      keys7=ct % restTimer|65u|68u|s1000|dbg % resting|st % restTimer,1500|get % fish,angle,dir,caught,type,size,isfishing
      keys8=!cmp(VAR % dir),0.001|68u|dbg % pressing A|65d|rs100,300|gt*
      keys9=cmp(VAR % dir),-0.001|dbg % pressing D|65u|68d|rs100,300
      keys10=s100
      endkeys=dbg % OFF
      repeat=2
    • Press F2 to start fishing.

Fortunately, the code for determining whether to press left or right is exactly the same, so you shouldn't have to make any drastic changes.

These changes require Speeder version 174+.

author avatar
speeder Computer Programmer
I develop undetected cheats, hacks, and bots for online games such as Final Fantasy XIV, Throne and Liberty, Black Desert Online, Lost Ark, Path of Exile, New World, Elder Scrolls Online, Albion Online, PSO2: New Genesis, Diablo IV, Fortnite, and others.
Scroll to Top