Try this with uopilot 2.17 download link here -> http://uopilot.uokit.com/old/dl217.php
For this one set your fishing skill on 1 ( Its not a perfect fishing macro but good enough to use if you cannot get Blue eye macro to go undetected)
Code:
send 1 [700]
left 871 323
send 1 [5420]
send spacebar
Or this with Blue eye macro Blue Eye Download
Pick 30 day trial ( would suggest you make a save point before downloading this so you can keep restoring that save point to get more time when trial runs out.)
For this one set your fishing skill on ctrl+3
Code:
begin
Keyboard.Hold keys("{<ctrl>}")
Keyboard.Press key("3")
Keyboard.Release keys("{<ctrl>}")
Color.Limit area of interest to coordinates("{FishingBarX}", "{FishingBarY}", "336", "28")
Mouse.Click("Left")
Macro.Pause("3750")
Function.Execute with timeout("fish", "3750")
Keyboard.Press key("{<space>}")
Macro.Pause("100")
end
function("fish")
begin
begin loop()
if Color.Can be located on screen (RGB)("107", "134", "253", "7")
begin
Color.Find coordinate of first occurrence (RGB)("107", "134", "253", "7", "left", "right")
begin loop()
if Color.Near coordinate is within (RGB range)("104", "128", "154", "7", "{left}", "{right}", "30")
begin
Macro.Break from loop("no")
end
end
Macro.Break from loop("no")
end
end
end
function