Advertisement
DudeWithFood

P.M. Bot

Jun 29th, 2015
266
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. var ID = 20273946
  2. function PM(){
  3. $.post("http://www.roblox.com/messages/send",{
  4. subject : "UMAD!",
  5. body : "BECAUSE YOU SUCK DONG!",
  6. recipientid : ID,
  7. cacheBuster : new Date().getTime()
  8. }).always(function(){
  9. PM()
  10. })
  11. }
  12. PM()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement