欢迎光临
我们一直在努力

天猫年中大促第三场 刷天猫红包的脚本~天猫扒球衣赢红包 代码已更新 可自定义出拳顺序

打开天猫  http://dacu.tmall.com/  网页右侧栏点开“开抢红包”  

 

上传头像  开始游戏

 

 

1.先加载完游戏
2.chrome按ctrl+shift+j,调出控制台。其他浏览器F12,控制台/console 
4.复制代码 粘贴(ctrl+v) 回车执行

全自动执行,中不中的,全看运气啦

 

 

 

下面是代码

var gameNumber = new Array(3);
var tamp = 0;
//如果想修改出拳顺序可以下面三行代码—————-修改下面等于号后面的数字 拳头=1 剪刀=2 布=3
gameNumber[0] = 3;
gameNumber[1] = 1;
gameNumber[2] = 2;
//如果想修改出拳顺序可以上面三行代码—————-修改上面等于号后面的数字 拳头=1 剪刀=2 布=3
jQuery=$;
function doit()
{
if (jQuery(‘#worldCupAlert’)!=null&&jQuery(‘#worldCupAlert’).style.display != ‘none’)
{
jQuery(‘.closeBtn’) .click();tamp = 0;
}
if (jQuery(“[data=’matching’]”)!=null&&jQuery(“[data=’matching’]”).style.display != ‘none’)
{
jQuery(“[data=’matching’]”).click();tamp = 0;
}
if (jQuery(“[data=’refight’]”)!=null&&jQuery(“[data=’refight’]”).style.display != ‘none’)
{
jQuery(“[data=’refight’]”).click();tamp = 0;
}
if (jQuery(“[data=’getOther’]”)!=null&&jQuery(“[data=’getOther’]”).style.display != ‘none’)
{
jQuery(“[data=’getOther’]”).click();tamp = 0;
}
if (jQuery(‘#worldcup-game-puzzle’)!=null&&jQuery(‘#worldcup-game-puzzle’).class != ‘start’)
{
jQuery(‘.hand’ + gameNumber[tamp]).click();
if(tamp==2){tamp=0;bbs();}else{tamp++;};
}
}
i=setInterval(“doit()”,950);
function bbs(){console.log(“http://www.ddayh.com/”)}

赞(0)
未经允许不得转载:简单网 » 天猫年中大促第三场 刷天猫红包的脚本~天猫扒球衣赢红包 代码已更新 可自定义出拳顺序

评论 抢沙发

  • 昵称 (必填)
  • 邮箱 (必填)
  • 网址