Đầu tiên
Tải
add-on dành cho google chorme hoặc cốc cốc :https://chrome.google.com/webstore/detail/custom-javascript-for-web/poakhlngfciodnhlhhgnaaelnpjljija
Tiếp
CODE Auto ADIPHY cập nhật mới nhất 25/2/2017
Chào các bạn, đây là code ADIPHY mới nhất ngày 25/2/2017 (6 giây mỗi tin)
Sau đó dán code này vào CJS:
$(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);
});
$(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);
});
Sau khi đã dán code vào 2 trang này, các bạn có thể tắt đi thì code vẫn có thể chạy!
B2. Truy cập vào trang ADIPHY sau đó dán code sau vào CJS
B2. Truy cập vào trang ADIPHY sau đó dán code sau vào CJS
$(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>');
$('.infostop:first').prepend('<li><button id="mareyole" type="button" class="btn btn-mare" style="height:50px;width:80px;">TEST</button></li>');
$('#start').click(function(){
flag=1;
run();
});
$('#stop').click(function(){
flag=0;
});
$('#mareyole').click(function(){
flag=0;
run();
});
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+"/?t="+alias+"&k="+token,"botvn","width=50,height=50,top=20000,left=100000,status=0,toolbar=no");
if(flag===0)
clearInterval(interval_obj);
}, 10000);
}
});
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>');
$('.infostop:first').prepend('<li><button id="mareyole" type="button" class="btn btn-mare" style="height:50px;width:80px;">TEST</button></li>');
$('#start').click(function(){
flag=1;
run();
});
$('#stop').click(function(){
flag=0;
});
$('#mareyole').click(function(){
flag=0;
run();
});
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+"/?t="+alias+"&k="+token,"botvn","width=50,height=50,top=20000,left=100000,status=0,toolbar=no");
if(flag===0)
clearInterval(interval_obj);
}, 10000);
}
});
------------------------------------------------------------------------------------------
Code đã test và hoạt động 100%. Chúc các bạn thành công!



Không có nhận xét nào:
Đăng nhận xét