--主入口
function main()
這邊是自動滑竿循環
touchMove(0,341,1205);
mSleep(10);
touchUp(0)
以上很長簡略
然後下面直接就是接全區找圖
x,y= findImage("/storage/emulated/o/FH_image/fishing/catch.bmp"")
if x ~= -1 and y ~=-1 then
touchDown(0,654,215);
mSleep(20);
touchUp(0)
end
end
====================================================