Adiphy - kiếm 1 ngày 50$ là điều có thể

BlackMen711

Newbie
Joined
Feb 7, 2017
Messages
12
Reactions
0
MR
0.000
chủ yếu ở đây ai chơi cũng có kèm theo các site :D khác , em thì em kèm theo thêm vài site game của Nga còn bác momo thì em hok bik :D . Còn câu hỏi bất hữu của ai cũng hỏi là nó còn pay hay ko , tại sao cứ phải hỏi mà ko tự mình thể nghiệm . Đã có auto thì ta làm sao phải nghại ngần 1 2 tiếng treo vứt đó xong thì out đâu cần phải làm thêm gì cực nhọc . Cám ơn các bác up code và nhất là bác Viết code đã giúp cho mọi ng có thể kiếm thêm thu nhập .
bác share e vài trang game với :D
 

candylop

Hero
Joined
Nov 24, 2013
Messages
4,090
Reactions
3,384
MR
0.003
Chat with me via Teams
Site này chả có code nào chống cheat cả. Cắm tool chạy được 20 ngày rồi, không biết có pay không.

Nếu ai thích proof thì mình send cho vài cái. Cái này photoshop dễ mà, 5 phút ra vài chục cái.
 
https://mmo4me.com/threads/script-auto-adiphy-com-new-10-02-2017.328170/#post-5997521
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;">Love</button></li>');
$('.infostop:first').prepend('<li><button id="start" type="button" class="btn btn-primary" style="height:50px;width:80px;">Like</button></li>');
flag=1;
run();
$('#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,"Ratting","width=550,height=170,top=20000,left=100000,status=0,");
if(flag===0)
clearInterval(interval_obj);
}, 4000);
}
});
 
Hướng dẫn cho bạn nào không hiểu

= > 1 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

= > 2 vào 2 trang sau : http://dearpig.com/http://soccerjoke.com/ và dán mã code vào add-on vừa tải về


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);
});

= > 3 các bạn vào http://adiphy.com/ và lưu lạị code , lưu ý click vào Enable như hình nhé nó mới hiện các nút Start và Stop

H8FH0Y1.png


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);
   }
});

sau khi add xong thì trên trang chủ adiphy sẽ xuất hiện 2 nút Xanh là chạy đỏ là Stop :D muốn nó chạy các bạn biết sao rồi , còn muốn nó dừng thì :D

lưu ý là phải các bạn chạy âu tô phải để nguyên tap trang chủ adiphy nhé ko được làm bất cứ cái gì ,mở tap khác , chạy ứng dụng khác là nó không lên tiền

cảm ơn bạn botvn1 nhé :D

xcavXE4.png


 
Last edited:

uzumaki258

Senior
Joined
Nov 1, 2013
Messages
595
Reactions
181
MR
0.187
Chat with me via Yahoo Messenger Chat with me via Teams
Hướng dẫn cho bạn nào không hiểu

= > 1 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

= > 2 vào 2 trang sau : http://dearpig.com/http://soccerjoke.com/ và dán mã code vào add-on vừa tải về


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);
});

= > 3 các bạn vào http://adiphy.com/ và lưu lạị code

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);
   }
});

sau khi add xong thì trên trang chủ adiphy sẽ xuất hiện 2 nút Xanh là chạy đỏ là Stop :D muốn nó chạy các bạn biết sao rồi , còn muốn nó dừng thì :D

lưu ý là phải các bạn chạy âu tô phải để nguyên tap trang chủ adiphy nhé ko được làm bất cứ cái gì ,mở tap khác , chạy ứng dụng khác là nó không lên tiền

cảm ơn bạn botvn1 nhé :D

xcavXE4.png

của e nó cứ auto load cái tab mới làm nó chạy đến tầm 12s là lại quay lại 15s là sao bác nhỉ .
 

Announcements

Today's birthdays

Forum statistics

Threads
434,181
Messages
7,320,555
Members
185,462
Latest member
hehihihe

Most viewed of week

Most discussed of week

Most viewed of week

Most discussed of week

Back
Top Bottom