bilibili:【原神】 自动钓鱼 1080P
#IfWinActive ahk_exe YuanShen.exe
aa:=true
*g::
aa:=!aa
if (aa=true ) ;
{
SetTimer, Label1, Off
ToolTip
}
else
{
SetTimer, Label1,
ToolTip on ,960, 35
}
return
Label1:
SetTimer, Label1, 0
PixelSearch Xzs, Yzs, 709, 100, 1212, 100, 0xFFFFC2 , 20 , Fast RGB
PixelSearch Xzo, Yzo, 1212, 113, 709, 113, 0xFFFFC0 , 10 , Fast RGB
if (Xzs>700 And Xzo-Xzs>70)
{
Click
Sleep 50
}
return
#IfWinActive
F2::Reload
F4::ExitApp
PixelSearch Xzs, Yzs, 710, 70, 1210, 190, 0xFFFFBE , 0 , Fast RGB
PixelSearch Xzo, Yzo, 1210, Yzs+3, 710, Yzs+3, 0xFFFFC0 , 0 , Fast RGB
第一个颜色增加Y轴的搜色范围更好,第二个颜色用相对位置更好,适用所有的钓鱼点
ps:这游戏有的钓鱼点滑块条高度不一样
让我看看怎么样
第一次看ahk脚本,看起来不是很复杂
学习了,感谢