if m=="0,1,2,3,4,5,6,7,8,9" then
sleep(983)--点0
touchClick(f,d)
touchUp()
elseif m=="10,11,12,13,14,15,16,17,18,19" then
sleep(200)
touchClick(e,a)
touchUp()
elseif m=="20,21,22,23,24,25,26,27,28,29" then
sleep(200)
touchClick(f,a)
touchUp()
elseif m=="30,31,32,33,34,35,36,37,38,39" then
sleep(200)
touchClick(g,a)
touchUp()
elseif m=="40,41,42,43,44,45,46,47,48,49" then
sleep(200)
touchClick(e,b)
touchUp()
elseif m=="50,51,52,53,54,55,56,57,58,59" then
sleep(200)
touchClick(f,b)
touchUp()
elseif m=="60,61,62,63,64,65,66,67,68,69" then
sleep(200)
touchClick(g,b)
touchUp()
elseif m=="70,71,72,73,74,75,76,77,78,79" then
sleep(200)
touchClick(e,c)
touchUp()
elseif m=="80,81,82,83,84,85,86,87,88,89" then
sleep(200)
touchClick(f,c)
touchUp()
elseif m=="90,91,92,93,94,95,96,97,98,99" then
sleep(200)
touchClick(g,c)
touchUp()
end
if m=="0,10,20,30,40,50,60,70,80,90,100" then
sleep(243)--点0
touchClick(f,d)
touchUp()
elseif m=="1,11,21,31,41,51,61,71,81,91" then
sleep(200)
touchClick(e,a)
touchUp()
elseif m=="2,12,22,32,42,52,62,72,82,92" then
sleep(200)
touchClick(f,a)
touchUp()
elseif m=="3,13,23,33,43,53,63,73,83,93" then
sleep(200)
touchClick(g,a)
touchUp()
elseif m=="4,14,24,34,44,54,64,74,84,94" then
sleep(200)
touchClick(e,b)
touchUp()
elseif m=="5,15,25,35,45,55,65,75,85,95" then
sleep(200)
touchClick(f,b)
touchUp()
elseif m=="6,16,26,36,46,56,66,76,86,96" then
sleep(200)
touchClick(g,b)
touchUp()
elseif m=="7,17,27,37,47,57,67,77,87,97" then
sleep(200)
touchClick(e,c)
touchUp()
elseif m=="8,18,28,38,48,58,68,78,88,98" then
sleep(200)
touchClick(f,c)
touchUp()
elseif m=="9,19,29,39,49,59,69,79,89,99" then
sleep(200)
touchClick(g,c)
touchUp()
end
这个是中间的一段,其它的都还好,偏偏这个没有反应
sleep(983)--点0
touchClick(f,d)
touchUp()
elseif m=="10,11,12,13,14,15,16,17,18,19" then
sleep(200)
touchClick(e,a)
touchUp()
elseif m=="20,21,22,23,24,25,26,27,28,29" then
sleep(200)
touchClick(f,a)
touchUp()
elseif m=="30,31,32,33,34,35,36,37,38,39" then
sleep(200)
touchClick(g,a)
touchUp()
elseif m=="40,41,42,43,44,45,46,47,48,49" then
sleep(200)
touchClick(e,b)
touchUp()
elseif m=="50,51,52,53,54,55,56,57,58,59" then
sleep(200)
touchClick(f,b)
touchUp()
elseif m=="60,61,62,63,64,65,66,67,68,69" then
sleep(200)
touchClick(g,b)
touchUp()
elseif m=="70,71,72,73,74,75,76,77,78,79" then
sleep(200)
touchClick(e,c)
touchUp()
elseif m=="80,81,82,83,84,85,86,87,88,89" then
sleep(200)
touchClick(f,c)
touchUp()
elseif m=="90,91,92,93,94,95,96,97,98,99" then
sleep(200)
touchClick(g,c)
touchUp()
end
if m=="0,10,20,30,40,50,60,70,80,90,100" then
sleep(243)--点0
touchClick(f,d)
touchUp()
elseif m=="1,11,21,31,41,51,61,71,81,91" then
sleep(200)
touchClick(e,a)
touchUp()
elseif m=="2,12,22,32,42,52,62,72,82,92" then
sleep(200)
touchClick(f,a)
touchUp()
elseif m=="3,13,23,33,43,53,63,73,83,93" then
sleep(200)
touchClick(g,a)
touchUp()
elseif m=="4,14,24,34,44,54,64,74,84,94" then
sleep(200)
touchClick(e,b)
touchUp()
elseif m=="5,15,25,35,45,55,65,75,85,95" then
sleep(200)
touchClick(f,b)
touchUp()
elseif m=="6,16,26,36,46,56,66,76,86,96" then
sleep(200)
touchClick(g,b)
touchUp()
elseif m=="7,17,27,37,47,57,67,77,87,97" then
sleep(200)
touchClick(e,c)
touchUp()
elseif m=="8,18,28,38,48,58,68,78,88,98" then
sleep(200)
touchClick(f,c)
touchUp()
elseif m=="9,19,29,39,49,59,69,79,89,99" then
sleep(200)
touchClick(g,c)
touchUp()
end
这个是中间的一段,其它的都还好,偏偏这个没有反应