Вот универсальный, кто-то выкладывал, работает со всем и везде, хотя у меня с третей удочкой постоянно тянул и поэтому было что вытаскивал пустые удочки....
Перед запуском наводишь на кнопку Закинуть Удочку и жмешь CTRL+A, рядом с кнопкой цвет галочка должна быть..
gosub findrod
gosub changepreferences
//
:start
goSub proverki
goSub zabros
if #type = 1
goSub rod
else
goSub spinning
end_if
goSub zakrivanija
goto start
//
//??? ?????????? ????????????
//
:zabros
left #bigbuttonx, #bigbuttony
wait 3s
return
//
:spinning
while #staticdotx, #staticdoty #staticdot
if_not #vibra2dotx, #vibra2doty #vibra2dot
wait 100
left #bigbuttonx, #bigbuttony
goSub viuzivanie
else
wait 200
left_down #bigbuttonx, #bigbuttony
wait 10
left_up #bigbuttonx, #bigbuttony
end_if
end_while
return
//
:rod
while #staticdotx, #staticdoty #staticdot
if_not #vibradotx, #vibradoty #vibradot
wait 100
left #bigbuttonx, #bigbuttony
goSub viuzivanie
end_if
end_while
return
//
:viuzivanie
while #staticdotx, #staticdoty #staticdot
if_not #indikdotx, #indikdoty #indikdot
left_up #bigbuttonx, #bigbuttony
else
left_down #bigbuttonx, #bigbuttony
end_if
end_while
return
//
:zakrivanija
while_not #staticdotx, #staticdoty #staticdot
wait 1s
left #lvlx, #lvly
left #recx, #recy
left #ratx, #raty
left #fisx, #fisy
left #errx, #erry
left #newx, #newy
end_while
wait 1s
if_not #stati2dotx, #stati2doty #stati2dot
left #bonx, #bony
left #rewx, #rewy
left #lvlx, #lvly
left #recx, #recy
left #ratx, #raty
left #fisx, #fisy
left #errx, #erry
left #newx, #newy
end_if
wait 1s
return
//

roverki
if #icon4x, #icon4y #icon4no
end_script
end_if
if_not #staticdotx, #staticdoty #staticdot
end_script
end_if
return
//
:changepreferences
if #rod = 80 //??? ????????? ?? 80 ??
set #vibradotx 300
set #vibradoty 318
get color #vibradot #vibradotx, #vibradoty
end_if
if #rod = 50 //??? ?????? ?? 50 ??
set #vibradotx 229
set #vibradoty 381
set #vibradot 246869
end_if
if #rod = 35 //??? ????????? ?? 35 ??
set #vibradotx 300
set #vibradoty 318
get color #vibradot #vibradotx, #vibradoty
end_if
if #rod = 25 //??? ?????? ?? 25 ??
set #vibradotx 276
set #vibradoty 370
set #vibradot 52479
end_if
if #rod = 15 //??? ????????? ?? 15 ??
set #vibradotx 266
set #vibradoty 334
get color #vibradot #vibradotx, #vibradoty
end_if
if #rod = 9 //??? ?????? ?? 9 ??
set #vibradotx 245
set #vibradoty 400
set #vibradot 33023
end_if
if #rod = 5 //??? ????????? ?? 5 ??
set #vibradotx 259
set #vibradoty 321
get color #vibradot #vibradotx, #vibradoty
end_if
if #rod = 3 //??? ?????? ?? 3 ??
set #vibradotx 252
set #vibradoty 404
set #vibradot 131797
end_if
if #rod = 1 //??? ?????? ?? 1 ??
set #vibradotx 243
set #vibradoty 399
set #vibradot 255
end_if
if #rod = 12 //??? ?????? ?? 1/2 ??
set #vibradotx 245
set #vibradoty 405
set #vibradot 16777215
end_if
set #bigbuttonx 498
set #bigbuttony 414
set #staticdotx 546
set #staticdoty 475
set #indikdotx 305
set #indikdoty 608
set #icon4x 192
set #icon4y 608
set #icon4no 1911855
set #stati2dotx 390
set #stati2doty 360
set #vibra2dotx 250
set #vibra2doty 608
get color #vibra2dot #vibra2dotx, #vibra2doty
get color #staticdot #staticdotx, #staticdoty
get color #stati2dot #stati2dotx, #stati2doty
get color #indikdot #indikdotx, #indikdoty
set #lvlx 465 //??????? ???? ? ????? ???????
set #lvly 162
set #recx 405 //??????? ???? ? ????? ????????
set #recy 241
set #ratx 409 //??????? ???? ? ?????????
set #raty 218
set #fisx 419 //??????? ???? ? ???????? ?????
set #fisy 230
set #errx 417 //??????? ???? ???? ???? ?? ???????, ?????????
set #erry 353
set #bonx 218 //?????? ???????? ?????
set #bony 361
set #rewx 297 //??????? ???? ????????? ??????
set #rewy 375
set #newx 300 //??, ??????? ?? ???????? ???????
set #newy 415
return
//
//
//
:findrod
if 27, 579 8562630 //??? ????????? ?? 80 ??
set #rod 80
set #type 2
end_if
if 40, 599 9416100 //??? ?????? ?? 50 ??
set #rod 50
set #type 1
end_if
if 18, 581 11194573 //??? ????????? ?? 35 ??
set #rod 35
set #type 2
end_if
if 28, 570 3157546 //??? ?????? ?? 25 ??
set #rod 25
set #type 1
end_if
if 30, 570 2497821 //??? ????????? ?? 15 ??
set #rod 15
set #type 2
end_if
if 56, 594 3157292 //??? ?????? ?? 9 ??
set #rod 9
set #type 1
end_if
if 19, 568 12567749 //??? ????????? ?? 5 ??
set #rod 5
set #type 2
end_if
if 50, 591 3757944 //??? ?????? ?? 3 ??
set #rod 3
set #type 1
end_if
if 51, 597 1464740 //??? ?????? ?? 1 ??
set #rod 1
set #type 1
end_if
if 53, 596 10255204 //??? ?????? ?? 1/2 ??
set #rod 12
set #type 1
end_if
return