Advertisement
Guest User

Untitled

a guest
Feb 15th, 2019
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.07 KB | None | 0 0
  1. <script>
  2. var textArray = [
  3. 'hit or miss, I guess they never miss, huh?',
  4. 'bruh',
  5. 'Now with less cheese',
  6. 'Dmf will be strong',
  7. 'Homer Simpson VS Peter Griffin',
  8. 'Rollercoaster Tycoon 3 <b>GOLD</b>',
  9. 'fiver was here lol',
  10. 'Whats up guys, techrax here',
  11. 'Now with 2% more javascript!',
  12. 'If you want to outrun a lambo, you must first outrun a hedgehog covered in blue paint',
  13. 'I am proto security is my moto',
  14. 'Spooky Scary Skeletons send shivers down your spine',
  15. '"Crippling" or severe depression is when it takes over your whole life',
  16. 'Nice of the princess to invite us over to the forum, eh luigi?',
  17. 'Banned for reading this text',
  18. 'Do rollercoasters have hands?',
  19. 'Universe Coaster VS Planet Coaster',
  20. 'Today we are going to see if this iphone 8 can survive a drop from the moon',
  21. '( ͡☭ ͜ʖ ͡☭) Communism ( ͡☭ ͜ʖ ͡☭)',
  22. 'Wanna have a ban time?',
  23. 'Follow @sliccbicc on twitter',
  24. '"Dang" -Wayne 2016',
  25. 'Thank you for flying Dank Air.',
  26. '"All toasters toast toast" -Mario',
  27. 'Don\'t go in the shed!',
  28. '"Get the full DMF experience by getting the DMF+ DLC for 49.99" -EA',
  29. 'I\'m lovin\' it.',
  30. 'Join my free giftcard giveaway',
  31. '"The goal is to provide players with a sense of pride and accomplishment" -EA',
  32. 'garbage',
  33. 'Never put a coconut in a microwave it has disastrous consequences',
  34. 'Life is like a Box of Choclates, You know what your gonna get cause it says on the Bottom of the Box',
  35. 'Planet Coaster Vs\. Jon\'s Computer<br>Planet Coaster melted my gt420 D\:',
  36. '3 EASY STEPS TO TRASH A FORUM. ADMINS DON\'T WANT YOU TO KNOW THIS CLICK NOW!',
  37. 'Have you ever heard of the tragedy of Darth Plagus the wise\?',
  38. 'It\'s over I have the high ground',
  39. 'They Call me mister Boombastic',
  40. 'o rly?',
  41. 'D ROSE D ROSE D ROSE D ROSE',
  42. 'I wonder if anyone\’s gonna notice that I added in more of these lol',
  43. 'Press F to pay respects',
  44. 'NOW WHAT\? YAH YAH YAH YAH YAH',
  45. 'on larry',
  46. 'i had walked in ready',
  47. '2\-17 ON THE TRACK\, MAN',
  48. 'Melee \> Sm4sh',
  49. 'welcome to the jungle',
  50. 'september 2',
  51. 'obama told me \“lil pump boy you movin bricks\”',
  52. 'The FitnessGram Pacer Test is a multistage aerobic capacity test',
  53. 'this is a muslim server',
  54. 'THAT\’S IIIIIIT FOR A MUDJUG MINUUUUUUTE',
  55. 'yelloooooow this is the outlaw dipper here',
  56. 'GUCCI GANG GUCCI GANG GUCCI GANG GUCCI GANG',
  57. 'in new york i milly rock, hide it in my sock',
  58. 'do you know the muffin man',
  59. 'UNITED AND MIGHTY OUR SOVIET LAND',
  60. 'donald trump is a communist',
  61. 'anime was a mistake',
  62. '\*YOU\’RE',
  63. 'WAAAAAAAAAAAAAYNE',
  64. 'this is the last one i promise',
  65. 'actually no lol',
  66. 'All Hail Emperor Meme Lord',
  67. 'looks like meme lord put P R O P A G A N D A in the dank box',
  68. 'Trump wants to make an isp, that\'s why they repealed net neutrality!!!!!',
  69. '*insert crappy rick and morty joke here*',
  70. 'Super Oofio Bros, now on the Oofendo Oofitch!',
  71. 'now with 0% gt420 and 100% gtx1050!',
  72. 'Welcome to 2018 N E R D S',
  73. 'We use only the <b>BEST</b> backup sceme maaaannn',
  74. 'All hail comic sans ms.<style>body \{ font\-family\: \"Comic Sans MS\" \!important\; \}<\/style>',
  75. 'https\:\/\/en\.wikipedia\.org\/wiki\/Joke',
  76. 'I bet you cant read anything<style>body { font-family\: \"WingDings\" \!important; }<\/style>',
  77. 'no dont',
  78. 'You better go into the shed m9',
  79. 'holy oof its a bidoof oof!',
  80. 'New text in the Dankbox today.<br>This is my favorite one so far good job team!',
  81. 'SAYGAH!<style>html, body \{ font\-family\: \"sega\" \!important; \}<\/style>',
  82. '<div class=\"jGravity\" style=\"margin\: 10px\; padding\: 10px\; background\: green\;\">click here to break everything<\/div>',
  83. 'Some body once told me the world was gonna rule me i aint the sharpest tool in the shed she was looking kind of dumb with her finger and her thumb in the shape of an l on her forehead and they dont stop coming and they dont stop coming',
  84. '\*SINCE',
  85. 'Top 150 YouTube videos you NEED to watch\: Buy the book at Barnes and Nobles today!',
  86. 'Ban machine, ban machine, you just gotta, ban everyone!',
  87. '<video src=\"http://www.dankmemeitthefrog.me\/blargboard\/get\.php\?id\=puaj4yO9a2qBhboX\" controls loop width=\"32\" height=\"24\"></video>'
  88.  
  89.  
  90. ];
  91. var randomNumber = Math.floor(Math.random()*textArray.length);
  92.  
  93. if (textArray[randomNumber] == "oof") { setInterval(addo, 100); var text = "oof"; } else if (textArray[randomNumber] == "garbage") { setInterval(makeid, 100); } else { document.getElementById("poraRandText").innerHTML = textArray[randomNumber]; }
  94.  
  95. function addo() { text = "o" + text; document.getElementById("poraRandText").innerHTML = text; }
  96.  
  97. function makeid() {
  98. var text = "";
  99. var possible = "1234567890!@#$";
  100.  
  101. for (var i = 0; i < 35; i++)
  102. text += possible.charAt(Math.floor(Math.random() * possible.length));
  103.  
  104. document.getElementById("poraRandText").innerHTML = text;
  105. }</script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement