Cách Để Gửi Kết Bạn Hàng Loạt Đúng Đối Tượng AUTO



Cách Để Gửi Kết Bạn Hàng Loạt Đúng Đối Tượng AUTO
kết bạn FB nhé”:

mình chuyên đầu tư và đang đầu tư dự án ví điện tử trả lãi hàng ngày đk tải app ở đây:
dự án wotoken là một dự án app ví điện tử hay còn gọi là ngân hàng điện tử do Nhật Bản Điều Hành trả lợi nhuận hàng ngày cho ai bỏ tiền vào ví, và có thể rút gốc lãi bất cứ khi nào
đăng ký tải app về điện thoại ở đây:
nếu máy samsung Link androi:

nếu máy iphol Link IOS:

VIDEO HƯỚNG DẪN:

FB:

Kênh Tăng Văn Cường gồm những câu chuyện Về đầu tư ở Việt Nam và thế giới. Đăng ký ngay:
Theo dõi Kênh tăng văn cường trên:
– G+:
DANH SÁCH PHÁT:

-không tin nhưng có thật:
-nhất thế giới:

Hãy đăng ký kênh để liên tục được cập nhật video mới nhất. Chúng tôi sẽ giúp đôi mắt của các bạn thoải mái hơn khi chỉ cần nghe và nhìn với kênh không cần đọc những chữ viết bé xíu của các trang báo mạng. Chân thành cảm ơn các bạn đã đăng ký và theo dõi.
video có thể có sử dụng nội dung có bản quyền dựa trên luật sử dụng hợp lý Fair Use:
mọi vấn đề vi phạm chính sách nguyên tắc cộng đồng, luật bản quyền xin liên hệ trực tiếp với chúng tôi qua gmail:tangthanhmy1985@gmail.com

Đăng ký ngay Tăng Văn Cường:

Nguồn:https://benbachdang.com/

  • javascript:

    var delayInput = prompt("Delay between actions (ms)", "1000");

    var stopAfter = prompt("Stop after how many friend requests are sent?", "100");

    var workDelay = parseInt(delayInput, 10);

    var loading = document.createElement("div");

    loading.setAttribute("id", "noni_loading");

    loading.setAttribute("style", "position: fixed; background: rgba(255,255,255,0.8); top: 0; left: 0; width: 100%; font-size: 24px; z-index: 1000; padding: 12px;");

    document.body.appendChild(loading);

    document.getElementById("noni_loading").innerHTML = "No friends added.";

    var inputs = document.querySelectorAll('.FriendRequestAdd:not(.hidden_elem)');

    var i=0;

    var delay=0;

    var cont=true;

    var stopAfterNumber=0;

    if(parseInt(stopAfter, 10)>inputs.length) {

    stopAfterNumber=inputs.length;

    } else {

    stopAfterNumber=parseInt(stopAfter, 10);

    }

    function addFriends(max){

    if(inputs.length<=0) {

    document.getElementById("noni_loading").setAttribute("style", "position: fixed; background: rgba(140,60,60,0.8); top: 0; left: 0; width: 100%; font-size: 24px; color: #fff; z-index: 1000; padding: 12px;");

    document.getElementById("noni_loading").innerHTML = "No 'Add Friend'-buttons found 😞";

    alert("That didn't work…");

    document.getElementById("noni_loading").setAttribute("style", "display: none;");

    } else {

    if(workDelay <= 0) {

    delay=0;

    } else if(workDelay <= 10) {

    delay=workDelay+(Math.floor((Math.random()*5)));

    } else {

    delay=workDelay+(Math.floor(Math.random()*(0.1*delay))-(0.05*workDelay));

    }

    if(i<stopAfterNumber) {

    inputs[i].click();

    document.getElementById("noni_loading").innerHTML = i+" friends added. "+delay+"ms waiting…";

    cont=true;

    } else {

    document.getElementById("noni_loading").innerHTML = i+" friends successfully added!";

    document.getElementById("noni_loading").setAttribute("style", "position: fixed; background: rgba(60,140,60,0.8); top: 0; left: 0; width: 100%; font-size: 24px; color: #fff; z-index: 1000; padding: 12px;");

    cont=false;

    }

    i++;

    if(cont==true) {

    setTimeout(addFriends, delay);

    } else {

    alert("Success!");

    document.getElementById("noni_loading").setAttribute("style", "display: none;")

    }

    }

    }

    addFriends();

    Tăng Văn Cường 02/24/2020 6:15 pm Reply

Leave a Reply

Your email address will not be published. Required fields are marked *