Advertisement
Devon_Bailey2003

Email and password generater

Feb 27th, 2019
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 0.24 KB | None | 0 0
  1. @echo off
  2. echo                            email                                  Password >>EAPG.txt
  3. echo                         ==================                     ======================== >>EAPG.txt
  4. :a
  5. echo                         %username%%random%%random%@gmail.com              %random%%random%%random% >>EAPG.txt
  6. timeout -T 5
  7. goto a
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement