Advertisement
Guest User

Untitled

a guest
Mar 26th, 2019
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. <?php
  2.  
  3. //https://discordapp.com/api/webhooks/560193347231154177/bcF0mWPvCncEcZnZCtPn5vA2oDZ9MTZ7DIBsjmYd2G9gN4TCWW50dAlazy918N3IOb0e
  4.  
  5. $curl = curl_init("https://discordapp.com/api/webhooks/560193347231154177/bcF0mWPvCncEcZnZCtPn5vA2oDZ9MTZ7DIBsjmYd2G9gN4TCWW50dAlazy918N3IOb0e");
  6. curl_setopt($curl, CURLOPT_POST, 1);
  7. curl_setopt($curl, CURLOPT_POSTFIELDS, json_encode(array("content" => "help", "username" => "Information")));
  8.  
  9. echo curl_exec($curl);
  10.  
  11. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement