robixxu

[Script] Facebook Post

Apr 12th, 2014
419
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. document.write("Don't forget to Subscribe");
  2. document.write("I'm planning to make Another Playlist -> Game Hacks = new Array('How to write a aimbot for almost every game from the ground up')");
  3. document.write("I will do that when i hit 100+ Subscribers >:) ");
  4.  
  5. var robiXxu = new Array();
  6. robiXxu['msg']="robiXxu made me >:)";
  7. robiXxu['msgbox']=document.getElementsByName('xhpc_message_text')[0];
  8. robiXxu['xhpc'] = document.getElementsByName('xhpc_message')[0];
  9. robiXxu['submit']= document.getElementsByClassName('_42ft _42fu _11b selected _42g-')[0];
  10. robiXxu['msgbox'].value="";
  11.  
  12. function sendMessage(){
  13.     setTimeout(function(){
  14.         robiXxu['msgbox'].value=robiXxu['msg'];
  15.     },100);
  16.     setTimeout(function(){
  17.         robiXxu['xhpc'].value=robiXxu['msg'];
  18.     },100);
  19.     if(robiXxu['msgbox'].value!="" && robiXxu['xhpc'].value!=""){
  20.         robiXxu['submit'].click();
  21.     }else{
  22.         setTimeout("sendMessage()",1);
  23.     }
  24. }
  25.  
  26. setInterval("sendMessage()",3500);
Advertisement
Add Comment
Please, Sign In to add comment