p4tron avatar

Twitter Bot

p4tron

Published: 24 Jan 2018 › Updated: 24 Jan 2018Twitter Bot

Twitter Bot

TAKİP ETME

javascript: var script = document.createElement("script");
script.src = "https://ajax.googleapis.com/ajax/libs/jquery/2.2.0/jquery.min.js", document.getElementsByTagName("head")[0].appendChild(script);
var followers = $("._6jvgy"),
user = $(".current-user a").attr("href"),
unfollowed = localStorage[user + "-unfollowed"] || "[]";
unfollowed = JSON.parse(unfollowed);
var j = 0,
follow = function(a) {
if (a < followers.length) {
var b = 500;
$.inArray($(followers[a]).data("user-id"), unfollowed) == -1 ? ($(followers[a]).find("button._84y62").click(), j++) : b = 500, setTimeout(function() {
follow(a + 1)
}, b)
} else alert(" " + j + " kisi zaten takip ediliyor!")
};
confirm(" " + followers.length + " kisi takip edilsin mi?") && follow(0);

LİKE

function like(){
try {
document.getElementsByClassName('coreSpriteLikeHeartOpen')[0].click();
document.getElementsByClassName('_soakw coreSpriteLikeHeartOpen')[0].click();
} catch (e) {

document.getElementsByClassName('_soakw coreSpriteLikeHeartOpen')[0].click();

}
}

var i = 1;
var time = Math.floor((Math.random() * 5000) + 1000);
var liker = setInterval(function(){
like();
console.log(i);
i = i+1;
}, 15000-time);

TAKİP BIRAKMA

javascript: var script = document.createElement("script");
script.src = "https://ajax.googleapis.com/ajax/libs/jquery/2.2.0/jquery.min.js", document.getElementsByTagName("head")[0].appendChild(script);
var followers = $("._6jvgy"),
user = $(".current-user a").attr("href"),
unfollowed = localStorage[user + "-unfollowed"] || "[]";
unfollowed = JSON.parse(unfollowed);
var j = 0,
follow = function(a) {
if (a < followers.length) {
var b = 10000;
$.inArray($(followers[a]).data("user-id"), unfollowed) == -1 ? ($(followers[a]).find("button._84y62").click(), j++) : b = 500, setTimeout(function() {
follow(a + 1)
}, b)
} else alert(" " + j + " kisi zaten takip ediliyor!")
};
confirm(" " + followers.length + " kisi takip edilsin mi?") && follow(0);

BUNLARI KULLANMAK İÇİN TWİTTER HESABINA GİRİYORUZ . TAKİP ETME KODU İÇİN YÜKSEK TAKİPÇİLİ BİRİNİN TAKİPÇİLERİNE GİRİP CONSOLE'A GRİPİ KODU YAPIŞTIRIYORUZ.TAKİP BIRAKMAK İÇİN KENDİ TAKİP ETTİKLERİMİZ OLAN SAYFAYA GİRİP YAZIYORUZ

Programsız-Twitter-otomatik-takip-etme-Auto-Follow-1.jpg

DAHA FAZLASI İÇİN https://www.mintik.com/2013/10/30/programsiz-twitter-otomatik-takip-etme-auto-follow.html

Leave Twitter Bot to:

Written by

P4TRON İLE BİLGİYE DOĞRU

Read more #tr posts


Best Posts From p4tron

We have not curated any of p4tron's posts yet. But you can encourage our curation team to review posts by visiting them regularly and by referring other readers. Because we give priority to frequently read content.

More Posts From p4tron