欢迎光临
我们一直在努力

天猫扒球衣得红包 6月26日红包 自动脚本代码

活动地址:

第一步:打开 http://dacu.tmall.com/

第二步:打开网址后 屏幕右边有个 拳头 一动一动的,点击就转到猜拳页面。

第三步:加载完游戏

第四步;按F12,选Console

第五步:复制以下代码内容到 Console 并且按 回车

jQuery=$;
function doit()
{
//关闭
if (jQuery(‘#worldCupAlert’)!=null&&jQuery(‘#worldCupAlert’).style.display != ‘none’)
{
jQuery(‘.closeBtn’) .click();
}
//开始
if (jQuery(“[data=’matching’]”)!=null&&jQuery(“[data=’matching’]”).style.display != ‘none’)
{
jQuery(“[data=’matching’]”).click();
}
//穿衣再战
if (jQuery(“[data=’refight’]”)!=null&&jQuery(“[data=’refight’]”).style.display != ‘none’)
{
jQuery(“[data=’refight’]”).click();
}
//换人
if (jQuery(“[data=’getOther’]”)!=null&&jQuery(“[data=’getOther’]”).style.display != ‘none’)
{
jQuery(“[data=’getOther’]”).click();
}
//出拳
if (jQuery(‘#worldcup-game-puzzle’)!=null&&jQuery(‘#worldcup-game-puzzle’).class != ‘start’)
{
myi = parseInt(Math.random() * 3 + 1);
jQuery(‘.hand’ + myi).click();
}
}
i=setInterval(“doit()”,1000);
//执行下句结束
//clearInterval(i)

 

 

 

 

十分钟  第一个红报到手

20140623182008

赞(0)
未经允许不得转载:简单网 » 天猫扒球衣得红包 6月26日红包 自动脚本代码

评论 抢沙发

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