聊天吹水   © 文章版权由 admin 解释,禁止匿名转载

#楼主# 2014-2-9

大神
收藏 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
沙发
无梦忆哥 2014-7-25
会不会444

评论

登录后才可发表内容
  • 主题

    6

  • 帖子

    20

  • 关注者

    0

TA的新帖
Copyright © 2019 凯特网.   Powered by HYBBS 2.3.4  

Runtime:0.0956s Mem:1980Kb