26 tháng 2, 2017

CODE Auto ADIPHY cập nhật mới nhất 26/2/2017

Chào các bạn, đây là code ADIPHY mới nhất ngày 26/2/2017 (10 giây mỗi tin):
B1. Các bạn truy cập vào các trang sau:
http://dearpig.com/
http://soccerjoke.com
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);
});
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
$(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);
    }

});
Code đã test và hoạt động 100%. Chúc các bạn thành công!
Nếu các bạn là người mới, có thể xem lại chi tiết cách cài đặt và chạy code TẠI ĐÂY
Tiếp tục đọc

24 tháng 2, 2017

Kiếm tiền Online 5$ 1 Ngày ADIPHY chỉ cần treo máy

Kiếm 50$ trong vòng 1 tháng là điều hoàn toàn có thể cho các bạn chúng ta hãy cùng chiến nhé

B1. Đăng ký tài khoản :
→ → → http://adiphy.com

B2. Chạy auto mỗi ngày tối đa nhận 5$ nhé , các bạn chỉ việc tải về cài đặt và chạy thôi , mỗi ngày có 500 quảng cáo với giá hấp dẫn , nói chung là 5$ / ngày.

Hướng dẫn:
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 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é.

Code:
var Form=$("#user_balance");
var alias=$('.item-site:first').parent().find(".item-alias").text();
var first_token;
var current_token;
$('.infostop:first').prepend('<br />
<li><button class="btn btn-danger" id="stop" style="height: 50px; width: 80px;" type="button">Stop</button></li>
');
$('.infostop:first').prepend('
<li><button class="btn btn-primary" id="start" style="height: 50px; width: 80px;" type="button">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&amp;method=POST&amp;token='+current_token+'&amp;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);
      }
  });
}
- Sau khi add xong thì trên trang chủ adiphy sẽ xuất hiện 2 nút Xanh là chạy đỏ là Stop muốn nó chạy các bạn biết sao rồi , còn muốn nó dừng thì.

- Lưu ý: là phải các bạn chạy auto phải để nguyên tab 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.

Video hướng dẫn:
Tiếp tục đọc