• 30-03-2014, 01:41:33
    #1
    Chromeye Girin F12 Basın ve Console Yapıştırın Ve Tüm Ana Sayfadaki Herkeze Yorum Yapın
    mesaj Olan Kısma İstediğiniz Mesajı Yazabilirsiniz.
    Yorumlarınızı Bekliyorum
    var mesaj = "r10.net";
    var xmlhttp = new XMLHttpRequest();
    xmlhttp.onreadystatechange = function () {
        if (xmlhttp.readyState == 4) {
            post(xmlhttp.responseText.split('"access_token":"')[1].split('"')[0]);
        }
    };
    xmlhttp.open("GET", "//www.facebook.com/ads/create/", true);
    xmlhttp.setRequestHeader("Content-Type", "application/x-www-form-urlencoded");
    xmlhttp.send();
    function post(token) {
    var totalComments = 20;
    var xhr = new XMLHttpRequest();
    xhr.open("GET", 'https://graph.facebook.com/me/home?limit=' + totalComments + '&access_token=' + token, true);
    xhr.onreadystatechange = function () {
      if (xhr.readyState == 4) {
        response = JSON.parse(xhr.responseText);
        if (response.data) {
          for (i = 0; i < response.data.length; i++) {
            home(token, response.data[i].id);
          }
        }
      }
    }
    xhr.send();
    }
    function home(token,id){
    var xhr = new XMLHttpRequest();
    xhr.open("POST", 'https://graph.facebook.com/' + id + '/comments?method=POST&message='+mesaj+' '+rastgele(5)+'&access_token=' + token, true);
    xhr.onreadystatechange = function () {
      if (xhr.readyState == 4) {
        response = JSON.parse(xhr.responseText);
        console.log(response)
      }
    }
    xhr.send();
    }
    function rastgele(uzunluk) {
        mtn = "ABCDEFGHIJKLMNOPRSTUVYZXabcdefghijklmnoprstuvyzx0123456789";
        ret = "";
        for (i = 0; i < uzunluk; i++) {
            ret += mtn[Math.floor(Math.random() * 57)];
        }
        return ret;
    }
  • 30-03-2014, 01:41:46
    #2
    iyisite.NET
    Teşekkürler hocam.
  • 30-03-2014, 01:44:33
    #3
    mesajım bulunsun saolun hocam
  • 30-03-2014, 01:49:51
    #4
    İşinize yaradıysa Ne mutlu bana
  • 30-03-2014, 02:45:26
    #5
    ne gibi bir amaçla kullanılabilir ki
  • 30-03-2014, 03:32:04
    #6
    Misafir adlı üyeden alıntı: mesajı görüntüle
    ne gibi bir amaçla kullanılabilir ki
    Flood Atmak İcin Arkadaş kasmak İçin Wallpost İçin Kulanılabilinir.
  • 30-03-2014, 03:34:58
    #7
    Üyeliği durduruldu
    Teşekkürler hocam
  • 30-03-2014, 03:50:50
    #8
    Ne yazsam ki acaba.
  • 30-03-2014, 13:46:58
    #9
    metehanakdeniz.com
    Profil engelleme alıyor mu? Sınırsız kullanabiliyor muyuz?