tento_06 adlı üyeden alıntı: mesajı görüntüle
arkadaşlar merhaba ucuz yollu program alıcam istediğim tek özellik benim belirlediğim profilin takipçilerini takip etsin .
programa hiç gerek yok hocam masraf etmek istemezseniz chrome console komutları var. takip edilmesini istediğiniz profilin takipçi listesine girip chrome console'a şu kodu yapıştırın.
$(function(){
sayac = window.prompt("Kaç kişiyi takip etmemi istersin Sultanım?💂*", 10);
sayac = parseInt(sayac);
following = 0;
scrolled = 0;
$('body').append('<div id="mintikcom-takip" style="position: fixed; width: 200px; height: 72px; padding: 14px; left: 14px; bottom: 14px; background-color:rgba(0,0,0,0.8); color:#fefefe; line-height: 28px; font-size: 12px; border-radius: 5px; z-index: 999999;"></div>');

var log = function(c, f) {
$('#mintikcom-takip').html('Şu ana kadar takip edilen kişi:'+f+'/'+c+'<div style="text-align: right;"><a href="https://www.mintik.com/2013/10/30/programsiz-twitter-otomatik-takip-etme-auto-follow.html" target="_blank" style="color: #efefef; text-decoration: none;">Mintik.com - Kocaman Gülümseyin <p>😁</p></a></div>');
}
var follow = function() {
log(sayac, following);
if(following < sayac) {
var $btns = $('.GridTimeline .not-following .js-follow-btn');
if($btns.length) {
$btns.eq(0).click();
following++;
scrolled = 0;
setTimeout(function(){
follow();
}, 5000);
}
else {
scrolled++;
if(scrolled > 3) {
alert('Takip edilecek kimse kalmadı Sultanım 💂*');
return;
}
$(window).scrollTop(999999);
setTimeout(function(){
follow();
}, 90000 * scrolled);
}
}
else {
alert('Görev Tamamdır Sultanım 💂*');
}
};
follow(0, false);
});
siz masraftan kurtulursunuz bende bi r10+ puanı alırım sanırım