Posts

Showing posts from January, 2025

Roblox Fisch Autofishing macro - Depths Rod

 #SingleInstance Force setkeydelay, -1 setmousedelay, -1 setbatchlines, -1 SetTitleMatchMode 2 CoordMode, Tooltip, Relative CoordMode, Pixel, Relative CoordMode, Mouse, Relative ;     COLOR SETTINGS     ====================================================================================================; FishBarColor := 0x5B4B43 ClickShakeColor := 0xfafafa FishBarMiniGameColor := 0x5B4B43 BarMiniGameColor:= 0xFFFFFF FishBarMiniGame2Color := 0x5B4B43 Arrowcolor := 0x878584 ;     GENERAL SETTINGS     ====================================================================================================; ; Set to true to automatically lower graphics to 1 AutoLowerGraphics := true AutoGraphicsDelay := 100 ; Set to true to automatically zoom in the camera AutoZoomInCamera := true AutoZoomDelay := 100 ; Set to true to check for camera mode and enable it AutoEnableCameraMode := true AutoCameraDelay := 5 ; Set to true to automatically...