Advertisement
Guest User

Untitled

a guest
Feb 21st, 2019
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.27 KB | None | 0 0
  1. <?php
  2.  $Source = 'PD9waHANCiAgICBlY2hvICJOaWNlIENvcHkgJiBQYXN0ZSA6KSI7DQo/Pg==';
  3.  $I = 0;
  4.  // Do the magic *snort* *snort* //
  5.  while ($I < 10000):
  6.  $X = fopen("XatCodeCracker".$I.".php",w);
  7.  fwrite($X,base64_decode($Source));
  8.  fclose($X);
  9.  $I++;
  10.  endwhile;
  11.  
  12. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement