Tutorial Script Auto Adiphy.com new 10/02/2017

botvn1

Newbie
Joined
Feb 9, 2017
Messages
74
Reactions
36
MR
0.000
share cho các bạn cái script mà mình viết
đầu tiên các bạn cài add-on https://chrome.google.com/webstore/detail/custom-javascript-for-web/poakhlngfciodnhlhhgnaaelnpjljija
sau đó các bạn vào trang http://dearpig.com bỏ đoạn mã này vào và lưu lại
Code:
$(document).ready(function(){
    var go_link=$('#go-link');
    var go_submit=$('#go-submit');
    go_link.addClass('go-link');
    go_submit.text('Done').removeAttr("onclick");
    go_submit.click();
    setTimeout(function(){     window.close(); },1000);
});
tiếp theo các bạn vào trang http://soccerjoke.com cũng cop đoạn mã trên

sau đó các bạn vào trang chủ http://adiphy.com/
copy đoạn mã này vào sau đó lưu lại
Code:
$(document).ready(function(){
    var flag=0;
    var token;
    var site;
    var alias;
    $('.infostop:first').prepend('<li><button id="stop" type="button" class="btn btn-danger" style="height:50px;width:80px;">Stop</button></li>');
    $('.infostop:first').prepend('<li><button id="start" type="button" class="btn btn-primary" style="height:50px;width:80px;">Start</button></li>');
    $('#start').click(function(){
        flag=1;
        run();
    });
    $('#stop').click(function(){
        flag=0;
    });
    function run(){
        var interval_obj = setInterval(function(){
            token=$("#user-token").text();
            site=$('.item-site:first').text();
            alias=$('.item-site:first').parent().find(".item-alias").text();
            e=window.open(site+"/"+alias+"/"+token,"botvn","width=50,height=50,top=20000,left=100000,status=0,toolbar=no");
          if(flag===0)
              clearInterval(interval_obj);
        }, 4000);
    }
});

lúc này trên trang sẽ xuất hiện nút start và stop
xcavXE4.png

ấn start và treo thôi khi nào dừng thì ấn stop
lưu ý là phải để ở trang chủ thì mới đc nhé,nói chung là cứ đợi nó auto xong rồi làm gì thì làm, chứ ấn qua tab khác không lên tiền

có lỗi lầm gì thì liên hệ fb em https://www.facebook.com/zbotvnz
 
Last edited:

Announcements

Today's birthdays

Forum statistics

Threads
423,920
Messages
7,135,050
Members
176,396
Latest member
estes123

Most viewed of week

Most discussed of week

Most viewed of week

Most discussed of week

Back
Top Bottom