Aenimus

Send a time prank through chat macros

Mar 3rd, 2020
206
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.13 KB | None | 0 0
  1. # If you type /1 and then /2, it will send a prank to the person you specify and also tell them that you have just pranked them.
  2. # It's possible to send the prank with one macro, but it is slightly unreliable (~95% success rate), and you CANNOT PM using the same macro.
  3. # When it does work, it will actually look like it didn't work.
  4. # You have to look at your minute balance to assess (use /1). Works in mafia and vanilla.
  5.  
  6. /po
  7. /goto '?'':function(){fetch(new Request('$1', { credentials:'include', method:'POST', body: new URLSearchParams('$2-&pwd='+pwdhash)}));throw{};}(); z='
  8.  
  9. /pause
  10. /goto '+eval('=')+'
  11.  
  12. /tp1
  13. /use time-spinner
  14.  
  15. /tp2
  16. /goto choice.php?whichchoice=1195&option=5&pwd='+pwdhash+'
  17.  
  18. /1
  19. /tp1 && /goto '+submitchat('/tp2')+'
  20.  
  21. # Change "aenimus" in both clauses to the name of the person you want to prank.
  22. /2
  23. /goto '+submitchat('/po choice.php whichchoice=1198&option=1&pl=aenimus&th=hi')+' && /goto '+submitchat('/msg aenimus Prank sent!')+'
  24.  
  25. # BONUS SINGLE MACRO TO PRANK SOMEONE (~95% SUCCESS RATE; change name from "aenimus")
  26. /3
  27. /1 && /goto '+submitchat('/po choice.php whichchoice=1198&option=1&pl=aenimus&th=hi')+'
Advertisement
Add Comment
Please, Sign In to add comment