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

momomo

Senior
Joined
Oct 5, 2016
Messages
970
Reactions
168
MR
0.000
|Update , chạy như trâu lồng , 500 quảng cáo chỉ 10 phút là xong


= > 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 các bạn vào http://adiphy.com/ copy code bên dưới vào lưu lại(nhớ xóa dòng // Here You can type your custom JavaScript...) , lưu ý click vào Enable như hình nhé
H8FH0Y1.png



Code:
var Form=$("#user_balance");
var alias=$('.item-site:first').parent().find(".item-alias").text();
var first_token;
var current_token;
$('.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(){
       $.ajax({
           type:"POST",
           url:Form.attr('action'),
           data:Form.serialize(),
           async:true,
           success:function(result,status,xhr){
               if(result.status==='success'){
                   first_token=current_token;
                   current_token=result.token;
                   if(first_token!=current_token)
                   {
                       var request='http://adiphy.com/links/go?callback=fn_Pay&method=POST&token='+current_token+'&alias='+alias;
                          $.get(request, function(data){
                              get_user_balance();
                       })
                   }
               }
           },
           error:function(xhr,status,error){
               console.log("An error occured: "+xhr.responseText);
           }
       })
          if(flag===0)
           clearInterval(interval_obj);
   }, 2000);
}
function get_user_balance(){
   var Form=$("#user_balance");
   $.ajax({
       type:"POST",
       url:Form.attr('action'),
       data:Form.serialize(),
       async:true,
       success:function(result,status,xhr){
           if(result.status==='success'){
               $('span.user_balance').html(result.balance);
               $('span.h-item-value').html(result.clicks);
               $('#user-token').html(result.token);
           }
       },
       error:function(xhr,status,error){
           console.log("An error occured: "+xhr.responseText);
       }
   });
}
 
|Update , chạy như trâu lồng , 500 quảng cáo chỉ 10 phút là xong


= > 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 các bạn vào http://adiphy.com/ copy code bên dưới vào lưu lại(nhớ xóa dòng // Here You can type your custom JavaScript...) , lưu ý click vào Enable như hình nhé
H8FH0Y1.png



Code:
var Form=$("#user_balance");
var alias=$('.item-site:first').parent().find(".item-alias").text();
var first_token;
var current_token;
$('.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(){
       $.ajax({
           type:"POST",
           url:Form.attr('action'),
           data:Form.serialize(),
           async:true,
           success:function(result,status,xhr){
               if(result.status==='success'){
                   first_token=current_token;
                   current_token=result.token;
                   if(first_token!=current_token)
                   {
                       var request='http://adiphy.com/links/go?callback=fn_Pay&method=POST&token='+current_token+'&alias='+alias;
                          $.get(request, function(data){
                              get_user_balance();
                       })
                   }
               }
           },
           error:function(xhr,status,error){
               console.log("An error occured: "+xhr.responseText);
           }
       })
          if(flag===0)
           clearInterval(interval_obj);
   }, 2000);
}
function get_user_balance(){
   var Form=$("#user_balance");
   $.ajax({
       type:"POST",
       url:Form.attr('action'),
       data:Form.serialize(),
       async:true,
       success:function(result,status,xhr){
           if(result.status==='success'){
               $('span.user_balance').html(result.balance);
               $('span.h-item-value').html(result.clicks);
               $('#user-token').html(result.token);
           }
       },
       error:function(xhr,status,error){
           console.log("An error occured: "+xhr.responseText);
       }
   });
}
Code mới này có cần giữ chuột ở trang chủ k bro?
 

zukima

Senior
Verified
Joined
May 30, 2013
Messages
630
Reactions
300
MR
2.540
Chat with me via Yahoo Messenger X.com
chạy 1 acc bên cốc cốc 1 acc bên chrome được ko c?
trùng ip có sao k nhỉ?
 
|Update , chạy như trâu lồng , 500 quảng cáo chỉ 10 phút là xong


= > 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 các bạn vào http://adiphy.com/ copy code bên dưới vào lưu lại(nhớ xóa dòng // Here You can type your custom JavaScript...) , lưu ý click vào Enable như hình nhé
H8FH0Y1.png



Code:
var Form=$("#user_balance");
var alias=$('.item-site:first').parent().find(".item-alias").text();
var first_token;
var current_token;
$('.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(){
       $.ajax({
           type:"POST",
           url:Form.attr('action'),
           data:Form.serialize(),
           async:true,
           success:function(result,status,xhr){
               if(result.status==='success'){
                   first_token=current_token;
                   current_token=result.token;
                   if(first_token!=current_token)
                   {
                       var request='http://adiphy.com/links/go?callback=fn_Pay&method=POST&token='+current_token+'&alias='+alias;
                          $.get(request, function(data){
                              get_user_balance();
                       })
                   }
               }
           },
           error:function(xhr,status,error){
               console.log("An error occured: "+xhr.responseText);
           }
       })
          if(flag===0)
           clearInterval(interval_obj);
   }, 2000);
}
function get_user_balance(){
   var Form=$("#user_balance");
   $.ajax({
       type:"POST",
       url:Form.attr('action'),
       data:Form.serialize(),
       async:true,
       success:function(result,status,xhr){
           if(result.status==='success'){
               $('span.user_balance').html(result.balance);
               $('span.h-item-value').html(result.clicks);
               $('#user-token').html(result.token);
           }
       },
       error:function(xhr,status,error){
           console.log("An error occured: "+xhr.responseText);
       }
   });
}
quá tuyệt bác
 

Announcements

Today's birthdays

Forum statistics

Threads
423,920
Messages
7,135,054
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