Advertisement
RyanDolan123

Untitled

Dec 30th, 2013
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. var msgs = [
  2.     "2013 is almost over. How sad.",
  3.     "I love my MBSTF",
  4.     "These messages are mostly meaningless",
  5.     "I'm definitely not a bot testing things.",
  6.     "swag",
  7.     "yolo",
  8.     "KTC didn't hit 1M this year :(",
  9.     "Roblox isn't free",
  10.     "u wot m8",
  11.     "get out",
  12.     "yes",
  13.     "no",
  14.     "maybe",
  15.     "so",
  16.     "*dies of laughter*",
  17.     "hi",
  18.     "hi",
  19.     "hi",
  20.     "hello",
  21.     "hey",
  22.     "why did I make this",
  23.     "who made this thing",
  24.     "is it just me or am i repeating things over again for some odd reason",
  25.     "um",
  26.     "ok",
  27.     "Ok",
  28.     "why",
  29.     "what",
  30.     "I'm not a bot\nrly",
  31.     "guys I only botted like 250 of my posts\ncome on guys",
  32.     "hi im ryan",
  33.     "hi appie",
  34.     "hi carl",
  35.     "why aren't people posting anything",
  36.     "bump",
  37.     "uh oh",
  38.     "oh no",
  39.     "wtf is this",
  40.     "hi everyone",
  41.     "whats your problem\nI DON'T HAVE A PROBLEM",
  42.     ".",
  43.     "how about no",
  44.     "[ Insert Generic Response Here ]",
  45.     "why don't people talk to me",
  46.     "out get",
  47.     "do you evn lau",
  48.     "omg",
  49.     "who are you",
  50.     "what is this place",
  51.     "am i living and breathing on this earth",
  52.     "there's only one way to find out",
  53.     "Nope",
  54.     "what makes you think im a bot\ni mean rly\nexplain",
  55.     "im rly not a bot guys wow what makes you think i am",
  56.     "if i were a bot then blame john\nhe obviously programmed me",
  57.     "DON'T WORRY I'VE GOT BACKUP",
  58.     "wow\nvery post\nvery doge\nvery late meme\nsuch wow!!!!",
  59.     "mmmmmmmmmmmmmmmm",
  60.     "EVEN IF I WERE A BOT\nI WOULD BE THE MOST INTELLEGENT FORUM BOT EVER",
  61.     "..IS THIS THING ON?",
  62.     "why hello",
  63.     "explain",
  64.     "who",
  65.     "when",
  66.     "where",
  67.     ">.<",
  68.     "-_-",
  69.     "i bet the op's winter hotel is great",
  70.     "why am i the only one posting here\nthis thread is huge come on join me",
  71. ];
  72.  
  73. if (document.URL === "http://www.roblox.com/Forum/Msgs/default.aspx?MessageId=17&ForumId=-1" || document.URL === "http://www.roblox.com/Forum/Msgs/default.aspx?MessageId=4&PostId=3815935") {
  74.     window.history.back();
  75. }
  76.  
  77. if (typeof ctl00_cphRoblox_Createeditpost1_PostForm_PostBody !== "undefined") {
  78.     ctl00_cphRoblox_Createeditpost1_PostForm_PostBody.value = msgs[Math.floor(Math.random() * msgs.length)] + "\n\n"; //+ Math.floor(Math.random() * 9999999);
  79.     ctl00_cphRoblox_Createeditpost1_PostForm_PostButton.click();
  80. }
  81.  
  82. if (typeof ctl00_cphRoblox_PostView1_ctl00_Pager !== "undefined") {
  83.     document.location = "http://www.roblox.com/Forum/AddPost.aspx?PostID=3815935&mode=flat";
  84. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement