Hi guys, today I am going to talk about creating a keylogger for free using C++.I am going to introduce to the C++ Spyware code. It is going to be very fun. You can install this spyware in your college/school or in your friend system, and get their username and passwords. This is very simple hacking trick when compared to phishing web page.
Disadvantage of Phishing Web page:
you have to upload phishing web page to web hosting. But only few website won't detect the phishing webpage.
website url is different. Easy to detect that we are hacking.
Advantage of Spyware-keylogger:
Very simple and easy method.
Victim can't detect that we are hacking.
How to create Keylogger using Visual C++?
Requirements:
Dev C++.
Download it from here: http://www.bloodshed.net/
Knowledge about Visual C++ (need, if you are going to develop the code).
Steps:
Install dev C++ in your system and open the dev C++ compiler.
Go to File->New->Source File.
You can see a blank works space will be there in window.
Now copy the below keylogger code into the blank work space.


