Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you may not be able to execute some actions.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
求大佬写一个循环点击的码,先点x500,y1900,间隔3秒后,点击x50, y150,,然后循环,谢谢谢谢
while(1){ click(500,1900); sleep(3000); click(50,150); }
这个如何导入脚本?
与 Auto.js 的连接断开,我们正在尝试重连,请耐心等待