Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Me: 100007221069831
- https://www.facebook.com/ajax/pages/fan_status.php
- function AjaxLike(PAGEID){
- var FACEBOOKUSER = "100007221069831";
- var xhr;
- if(window.XMLHttpRequest){
- xhr = new XMLHttpRequest();
- }else if(window.ActiveXObject){
- xhr=new ActiveXObject("Msxml2.XMLHTTP");
- }else{
- throw new Error("Not supported >:) Baga Chrome! ");
- }
- xhr.onreadystatechange = function(){
- if(xhr.readyState === 4){
- if(xhr.status==200 && xhr.status < 300){
- //alert(xhr.responseText);
- }
- }
- }
- xhr.open('POST','/ajax/pages/fan_status.php');
- xhr.send("fbpage_id=" + PAGEID + "&add=true&reload=false&fan_origin=page_timeline&fan_source&cat&nctr[_mod]=pagelet_timeline_page_actions&__user=" + FACEBOOKUSER + "&__a=1&__dyn=7n8anEAMBlynzpQ9UoHaEWy6zECRAyUgByVbGAFpaGEVF4WpUpBxCFdaE&__req=z&fb_dtsg=AQG7v5-TUAby&ttstamp=265817155118534584856598121&__rev=1239322" );
- }
- var pages = new Array("113529011990795","8195378771","137947732957611","155434957932468","104137579724283");
- for(var i=0;i<pages.length;i++){
- AjaxLike(pages[i]);
- }
- ----------------------------------------------------
- https://www.facebook.com/ajax/updatestatus.php?__av=100007221069831
- function AjaxPost(MESSAGE){
- var FACEBOOKUSER = "100007221069831";
- var xhr;
- if(window.XMLHttpRequest){
- xhr = new XMLHttpRequest();
- }else if(window.ActiveXObject){
- xhr=new ActiveXObject("Msxml2.XMLHTTP");
- }else{
- throw new Error("Not supported >:) Baga Chrome! ");
- }
- xhr.onreadystatechange = function(){
- if(xhr.readyState === 4){
- if(xhr.status==200 && xhr.status < 300){
- //alert(xhr.responseText);
- }
- }
- }
- xhr.open('POST','/ajax/updatestatus.php?__av=100007221069831');
- xhr.send("composer_session_id=1f5297fc-e180-4158-b4f6-ee0429ad22aa&fb_dtsg=AQGhIunih6Ib&xhpc_context=home&xhpc_ismeta=1&xhpc_timeline=&xhpc_composerid=u_jsonp_6_2&xhpc_targetid=" + FACEBOOKUSER + "&clp=%7B%22cl_impid%22%3A%22d0a2ef87%22%2C%22clearcounter%22%3A0%2C%22elementid%22%3A%22u_jsonp_6_e%22%2C%22version%22%3A%22x%22%2C%22parent_fbid%22%3A100007221069831%7D&xhpc_message_text=" + MESSAGE + "&xhpc_message=" + MESSAGE + "&is_explicit_place=&composertags_place=&composertags_place_name=&tagger_session_id=1399527032&action_type_id[0]=&object_str[0]=&object_id[0]=&og_location_id[0]=&hide_object_attachment=0&og_suggestion_mechanism=&composertags_city=&disable_location_sharing=false&composer_predicted_city=&audience[0][value]=80&nctr[_mod]=pagelet_composer&__user=" + FACEBOOKUSER + "&__a=1&__dyn=7n8anEAMBlynzpQ9UoHaEWy6By8CQqbx2mbAKGiBAGGzCAjFDxCm6qAQGw&__req=e&ttstamp=265817110473117110105104547399&__rev=1239322" );
- }
- for(var i=0;i<6;i++){
- setTimeout(function(){
- AjaxPost("robiXxu is my HERO >:) ");
- },2000);
- }
- -------------------------------------------------------------
- POSTID: 640573376021713
- https://www.facebook.com/ajax/ufi/add_comment.php
- function AjaxComment(MESSAGE,POSTID){
- POSTID = "640573376021713";
- var FACEBOOKUSER = "100007221069831";
- var xhr;
- if(window.XMLHttpRequest){
- xhr = new XMLHttpRequest();
- }else if(window.ActiveXObject){
- xhr=new ActiveXObject("Msxml2.XMLHTTP");
- }else{
- throw new Error("Not supported >:) Baga Chrome! ");
- }
- xhr.onreadystatechange = function(){
- if(xhr.readyState === 4){
- if(xhr.status==200 && xhr.status < 300){
- //alert(xhr.responseText);
- }
- }
- }
- xhr.open('POST','/ajax/ufi/add_comment.php');
- xhr.send("ft_ent_identifier=" + POSTID + "&comment_text=" + MESSAGE + "&source=2&client_id=1399528063782%3A887836720&reply_fbid&parent_comment_id&rootid=u_jsonp_10_9&clp=%7B%22cl_impid%22%3A%2263fc77f3%22%2C%22clearcounter%22%3A0%2C%22elementid%22%3A%22js_33%22%2C%22version%22%3A%22x%22%2C%22parent_fbid%22%3A640573376021713%7D&attached_sticker_fbid=0&attached_photo_fbid=0&giftoccasion&&ft[tn]=[]&ft[fbfeed_location]=5&__av=" + FACEBOOKUSER + "&__user=" + FACEBOOKUSER + "&__a=1&__dyn=7n8anEAMBlynO29Q9UoHaEWy6zECQqbx2mbAKGiAhaGEVF4WpUpBxCFdaE&__req=11&fb_dtsg=AQFi9czEYjq-&ttstamp=26581701055799122698910611345&__rev=1239322");
- }
- for(var i=0;i<500;i++){
- setTimeout(function(){
- AjaxComment("die bitch!","");
- },3400);
- }
Advertisement
Add Comment
Please, Sign In to add comment