Advertisement
Guest User

Test.php

a guest
Apr 24th, 2012
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. <?php
  2. $fp = fsockopen("87.104.72.100", 4445, $errno, $errstr, 5);
  3. if (!$fp) }
  4. echo "$errstr - $errno";
  5. } else {
  6. fwrite($fp, md5("00101000")."<Password>");
  7. fwrite($fp, "/Command/ExecuteConsoleCommand:time day world;");
  8. fclose($fp);
  9. }
  10. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement