Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- document.write("Don't forget to Subscribe & Like...");
- document.write("If you want to use only one message instead of messages[tmp] put robiXxu['msg'] ");
- document.write("If you want to add more than 4 messages ....just copy paste, increment the index and the max value for random");
- var robiXxu = new Array();
- var messages = new Array();
- messages[1] = "U mad bro?";
- messages[2] = "You have so much Swag (Secretly we are gay!)";
- messages[3] = "Hello Homo Cocalarus >:)";
- messages[4] = "I stuck my dick in this game like a rapist...";
- function sendMessage(){
- robiXxu['msg'] = 'robiXxu made me >:)';
- robiXxu['msgbox'] = document.getElementsByName('question[question_text]')[0];
- robiXxu['submit'] = document.getElementById('question_submit');
- var tmp = Math.floor((Math.random()*4)+1);
- setTimeout(function(){
- robiXxu['msgbox'].value = messages[tmp];
- },100);
- if(robiXxu['msgbox'].value!=""){
- robiXxu['submit'].click();
- setTimeout(function(){
- Profile.showQuestionForm();
- },1000);
- }else{ setTimeout("sendMessage()",1);}
- }
- setInterval("sendMessage()",3000);
Advertisement
Add Comment
Please, Sign In to add comment