大神
收藏 2013-9-3 17:37:09
本帖最后由 大神 于 2013-11-22 10:22 编辑
天天爱消除自动刷分脚本,可自由设置停止时间,单核手机G10幸运情况可冲击200W+
游戏设定自动停止时间为70秒,免除了部分脚本游戏结束后无法停止,导致死机扣电池的结果
脚本支持脚本精灵最新版2.0.1版本,请大家下载最新版的脚本精灵。
源码贡献,此脚本由H.R贡献,本人只是稍作优化
-----------------------------------------------------------------------
-- 本文件为脚本入口文件,请不要删除
-- 脚本从第一行开始执行,中间定义的函数只有调用的时候才执行
-----------------------------------------------------------------------
-- 在这里添加你的脚本代码
function main()
local w,h = getResolutionRatio()
str="分辨率为"..w.."*"..h
toast(str);
tm=os.time();
--[[ 480*854 虚拟按键
x_qd,y_qd=62,597
jl=60;
quyu={28,209,450,631};]]
if w==320 and h==480 then
x_qd,y_qd=30,393
jl=45;
quyu={2,104,315,419};
elseif w==640 and h==960 then
x_qd,y_qd=57,786;
jl=90;
quyu={5,209,633,839};
elseif w==480 and h==800 then
x_qd,y_qd=40,630
jl=68;
quyu={1,198,473,670};
elseif w==480 and h==854 then
x_qd,y_qd=43,655
jl=67;
quyu={3,226,474,693};
elseif w==800 and h==1280
举报 0