Guest User

Confused Userscript

a guest
Nov 3rd, 2015
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. //here's all that I added to the original script!
  2. function actualScript() {
  3. var messages = ['We need more Happy Little Trees',
  4. ' \"I don\'t give hickeys to no busted bitches\" — Abraham Lincoln',
  5. 'Clouds are very, very free.',
  6. 'Tender as a mothers love... And with my mother, that was certainly true.'
  7. ]; // add as many as you like
  8. var macros = {};
  9. macros[80] = {"message": "Powerups are spawning soon! ", "toAll": false}; // P
  10. //more macros here, but I've elided them. Below is the important one!
  11. macros[72] = {"message": messages[Math.floor(Math.random() * messages.length)],toAll:true} // H
Advertisement
Add Comment
Please, Sign In to add comment