Oh shit.
Did you know that this is not allowed?
First I will show you how to send KeyStrokes just for fun. Credits to Un-Known, I forgot sorry
KeyLogger is for EDUCATIONAL Purposes only. I take no responsibility if you hack SOMEONE ELSE'S COMPUTER TO KEYLOG THEM. I AM NOT HELD ACCOUNTABLE IN A COURT OF LAW FOR YOUR /FAIL
[php]
void GenerateKey(int vk, BOOL bExtended) {
KEYBDINPUT kb = {0};
INPUT Input = {0};
/* Generate a "key down" */
if (bExtended) { kb.dwFlags = KEYEVENTF_EXTENDEDKEY; }
kb.wVk = vk;
Input.type = INPUT_KEYBOARD;
Input.ki = kb;
SendInput(1, &Input, sizeof(Input));
/* Generate a "key up" */
ZeroMemory(&kb, sizeof(KEYBDINPUT));
ZeroMemory(&Input, sizeof(INPUT));
kb.dwFlags = KEYEVENTF_KEYUP;
if (bExtended) { kb.dwFlags |= KEYEVENTF_EXTENDEDKEY; }
kb.wVk = vk;
Input.type = INPUT_KEYBOARD;
Input.ki = kb;
SendInput(1, &Input, sizeof(Input));
return;
}
[/php]
Now the keylogger will be downloadable in description along with sourcecode. I was really bored so you know, whatever works. Gonna put up virus scan in 1 minute.
Virus Total
File KeyLogger.rar received on 2010.06.05 15:03:00 (UTC)
Current status: Loading ... queued waiting scanning finished NOT FOUND STOPPED
Result: 0/41 (0%)
https://www.virustotal.com/analisis/d...bef-1275750180
Last edited by mwb1234; 06-05-2010 at 02:01 PM.
Oh shit.
Did you know that this is not allowed?
-Rest in peace leechers-
Your PM box is 100% full.
pjrat111 (06-05-2010)
pjrat111 (06-05-2010)
Ah cool,i nevered maded a keylogger before,so this gives me an example...mmm....what to use it for -.-"
In any hacking website, Releasing such source is not allowed.
It is damn easy to code, But we don't want dumb CopyPastas to put together some bits of code and trap little kidos because of dumb people~
Love You All~
Actually i disagree.
It's pretty damn easy to google "how to make a keylogger".
But that'd take time and 1 post choobs who want to hack others don't have that time or knowledge/
[IMG]https://images.encyclopediadramatic*****m/images/3/35/Lotr_meme.gif[/IMG]
Previous names
-darknezzrox
-Subpoena
[IMG]https://images.encyclopediadramatic*****m/images/5/57/Pedobear_a.gif[/IMG]
Nothin' worth banning over not like this was anything sophisticated enough for anyone (i.e real people who know what computer security is) to show any degree of concern over.
~
=l I thought I was gonna get lucky and be able to leech some subversion technique from an actual keylogger source.
Last edited by ArhkXi; 06-05-2010 at 03:29 PM.
Illegal Source-Code Dude. /![]()
LakshayBackup (06-05-2010)