Advertisement
creeperreport

Untitled

Jan 18th, 2017
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. function getRandomInt(min, max) {
  2.     return Math.floor(Math.random() * (max - min + 1)) + min;
  3. }
  4.  
  5. function post(){
  6. var rand = Math.round(Math.random()*10);
  7. if (rand == 1) {
  8.     var forumId = 21; //s&i
  9. } else if (rand == 2) {
  10.     var forumId = 13; //rt
  11. } else if (rand == 3) {
  12.     var forumId = 26; //rosports
  13. } else {
  14.     var forumId = 18; //ot
  15. }
  16. if (forumId == 21) {
  17.     var words = 'seems kind of unbalanced,nahh,support,no support,scriptable,would cause lag,soupport,too confusing for new players,nope,bad idea,lol,ok,idc,bump,i cant tell if your being serious or not lol,seriously?,hahahahaha no'.split(',')
  18. } else if (forumId == 13) {
  19.     var words = 'nice meme,get out....,lol k,you seem pretty cool,i love roblox,what is that?,dank memes,I might be an idiot but at least im cute,wtf why did heads get removed,your threads are really cool keep it up!,baited!!!!!!!!,my god!,cant tell if your being serious or not,i really miss the diamond head,pm me and ill help you,this thread is insane,you are out of control!,lol you are a good poster,'.split(',')
  20. } else if (forumId == 14) {
  21.     var words = 'try restarting your computer,no clue,email the support team,talk to a trusted adult,pm me and i might be able to help,me too,idk,sorry i cant help you,please be more specific'.split(',')
  22. } else if (forumId == 26) {
  23.     var words = 'my favorite sport is football,i love baseball,soccer ftw,my little-leagues team lost today,im going to become an nfl champion, we should open a rosports chess club lol'.split(',')
  24. } else if (forumId == 18) {
  25.     var words = 'i am the god of ot...,you are irrelevant LOL,im the most relevant person on OT right now,get off my thread this instant...,my anti-/b/ shield has deployed your post has been deflected!,get out ODer,please stop trashposting ;),truthpost alert,no,you arent funny,@legoseed,report report report delet,tfw people think you are botting...,i am the one god of OT,fear my wrath mortals,poop ipad,roblox is slowly destroying itself one update at a time,why am i still getting hate,stop fakeposting!,undefined\n\n\nlol jk,you\nare\nirrelevant!,who,get out of my subforum now, fakeposter!,smh,smh stop fakeposting...,let me call up my boy slayyya....,im going to make OT great again,i am untrumpable,literally who,who is this,bump,my big bellah,smh noobposter -__-,thats discusting,lol you sound like vineshroom,e laugh,get out lowpostie,we are number one,rocketjumpralts is better than you...,are you feeling alright today?,have you taken your medication?,ok,god this is even worse than kvyks bait,b8,bait,back in my day noobposters like you didnt invade ot,get out,tldr,what is your name?,how are you?,i do not understand,stop trying to be edgy,do your homework,your a good poster lol,are you mad,are you feeling sad today,are you feeling happy today,this thread just reminded me that im thirtsy,lol stay mad,i think you need medical help right now,noob!,yes,no,maybe so,reported to the fbi,Sorry but you post seems to be breaking the rules of ROBLOX. I have reported you.,go to atr,rip,rip in peace,brb making a protien shake,your just jelly that i have 80 inch biseps,i completely agree,i never hurt anybody!,b,bumpy,well i like to pretend i am a ninja,you remind me of dappernarwal,100% baited,stop,flamebait,this thread is against the rules,i beg to differ,i think i might be blind,forums are 13+,boo hoo,too bad,lol i bet your a low-key brony,all this thread reading makes me what to go for a bike ride!,bully!,leave me alone,that is incredible,hello!,you seem depressed,i had a dream about this thread,!!!,thats a bummer,i have a feeling that if i played chess with you i would win,thats terrifying,i was almost put up for adoption as a baby,calm down,this thread actually scares me,i have a feeling your favorite color is red,172194,i think role-playing would be the right subforum for you,cyberbullies like you discust me,please donte robucks,seek medical help I M M E D I A T E L Y,this is serious omg,i want 2 go karts for my birthday! one for u and one for me!!!!!!!!,hot,i have a feeling this is bait,you have a very high ego for a noobposter,that makes no sense at all,whats your problem dude?,lets settle this with a peaceful game of checkers!,you are being extremely unreasonable,pm if you have club penguin codes,this bait is just too good to ignore,i bet you are imermaid lol,i almost died laughing at how bad this bait is,ha ha! lowpostie alert!,i think you should lay off posting for a little bit... your getting annoying,your my mommy,your my daddy,pics or it didnt happen,theres a typo in what you said,this thread is extremely irrelevant...,when will you ever become a relevant poster,this thread is so funny that it made my day,this thread ruined my day,this thread made my day,i have no idea what you just typed,i bet you love apple products,smh people who think the loud house is bad,oh,o,oh k,AHAHAHAHAHHAHAHA,i bet we have a lot in common!,i rate this thread a 1/10,i rate this thread a 2/10,i rate this thread a 3/10,i rate this thread a 4/10,i rate this thread a 5/10,i rate this thread a 6/10,i rate this thread a 7/10,i rate this thread a 9/10,you are the reason i post on ot,very good thread!!!!!!,you are very good at posting lol,do you have a problem with me or something?,do we have some beef we need to settle,use your vocal coords. NOT YOUR FISTS!!!!!!!,please stop,this is going to turn into a bad flamewar,oh god why did you post this,im so sleepy,OMG!!!!!!!!!,WHAT!?!??!?!?!?!,WHAT ARE YOU DOING!?!?!?!,i like to think of myself as only a little bit crazy,lol look at the l2d,those l2d are crazy,OMG LOOK HOW EDGY THE L2D ARE!!!!,when i grow up i want to work on a farm with you... it sounds like fun,are you kidding me'.split(',')
  26. }
  27.    $.get('/Forum/ShowForum.aspx', { ForumID: forumId }, function(d){
  28.       var h = $(d);
  29.       var randomThread = $('.post-list-subject', h).eq(getRandomInt(3, 9)).attr('href').substring(28);
  30.       console.log('> ' + randomThread)
  31.       $.get('/Forum/AddPost.aspx', { PostID: randomThread }, function(dd){
  32.          var hh = $(dd);
  33.          var ETT = $('input', hh).eq(0).attr('value');
  34.          var VT = $('input', hh).eq(1).attr('value');
  35.          var VTG = $('input', hh).eq(2).attr('value');
  36.          var EV = $('input', hh).eq(3).attr('value');
  37.          var ET = $('input', hh).eq(4).attr('value');
  38.          var message = words[getRandomInt(1, words.length)];
  39.          console.log(forumId);
  40.          $.post('/Forum/AddPost.aspx?PostID=' + randomThread, { 'ctl00$cphRoblox$Createeditpost1$PostForm$PostBody': message, 'ctl00$cphRoblox$Createeditpost1$PostForm$PostButton': ' Post ',  __EVENTTARGET: ETT, __EVENTARGUMENT: VT, __VIEWSTATE: VTG, __VIEWSTATEGENERATOR: EV, __EVENTVALIDATION: ET })
  41.      })
  42.   })
  43. }
  44.  
  45. post()
  46. setInterval(post, 19347)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement