Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

Reply
 
Thread Tools Display Modes
Old Dec 23rd, 2004, 12:00 PM   #11
lepricaun
Hobbyist Programmer
 
lepricaun's Avatar
 
Join Date: Aug 2004
Location: The Netherlands
Posts: 111
Rep Power: 5 lepricaun is on a distinguished road
here you can see all virtual key codes, it should be defined in windows.h or winuser.h (windows.h includes winuser.h itself).

it is difficult to tell why they wont work, if you search on google, you will find lots of people having problem with these codes...
__________________
http://www.white-scorpion.nl
lepricaun is offline   Reply With Quote
Old Feb 15th, 2005, 5:30 PM   #12
Cipher
Hobbyist Programmer
 
Cipher's Avatar
 
Join Date: Feb 2005
Location: /home/cipher
Posts: 123
Rep Power: 4 Cipher is on a distinguished road
Send a message via AIM to Cipher Send a message via MSN to Cipher
I tried Running the program in Dev C++. It didn't work. Here is the debug log. Can someone make any sense of this?

Compiler: Default compiler
Executing g++.exe...
g++.exe "C:\Dev-Cpp\Untitled1.cpp" -o "C:\Dev-Cpp\Untitled1.exe" -ansi -g3 -I"C:\Dev-Cpp\include\c++\3.3.1" -I"C:\Dev-Cpp\include\c++\3.3.1\mingw32" -I"C:\Dev-Cpp\include\c++\3.3.1\backward" -I"C:\Dev-Cpp\lib\gcc-lib\mingw32\3.3.1\include" -I"C:\Dev-Cpp\include" -L"C:\Dev-Cpp\lib" -g3
C:/Dev-Cpp/Untitled1.cpp: In function `int get_keys()':
C:/Dev-Cpp/Untitled1.cpp:67: error: `sleep' undeclared (first use this
function)

C:/Dev-Cpp/Untitled1.cpp:67: error: (Each undeclared identifier is reported
only once for each function it appears in.)

C:/Dev-Cpp/Untitled1.cpp:235:43: warning: unknown escape sequence: '\040'
C:/Dev-Cpp/Untitled1.cpp:235:43: warning: unknown escape sequence '\M'
C:/Dev-Cpp/Untitled1.cpp: In function `int test_key()':
C:/Dev-Cpp/Untitled1.cpp:235: error: `KEY_QU' undeclared (first use this
function)
C:/Dev-Cpp/Untitled1.cpp:235: error: syntax error before `,' token

C:/Dev-Cpp/Untitled1.cpp:259:45: warning: unknown escape sequence: '\040'
C:/Dev-Cpp/Untitled1.cpp:259:45: warning: unknown escape sequence '\M'
C:/Dev-Cpp/Untitled1.cpp:270:2: warning: no newline at end of file

Execution terminated
__________________
And there was much rejoicing... Yay....
Cipher is offline   Reply With Quote
Old Feb 16th, 2005, 1:03 AM   #13
Xero
Hobbyist Programmer
 
Join Date: Dec 2004
Location: a cardboard box
Posts: 118
Rep Power: 4 Xero is on a distinguished road
Nice program...

But why would I need a keylogger again? O right... to record the passwords of others... *secretly installs it on all the computers*
__________________
...
Xero is offline   Reply With Quote
Old Feb 16th, 2005, 9:58 AM   #14
Cipher
Hobbyist Programmer
 
Cipher's Avatar
 
Join Date: Feb 2005
Location: /home/cipher
Posts: 123
Rep Power: 4 Cipher is on a distinguished road
Send a message via AIM to Cipher Send a message via MSN to Cipher
I need a keylogger so I can get the password on my family computer. I am the only one that doesn't know the password because I am on the comp. too much.
__________________
And there was much rejoicing... Yay....
Cipher is offline   Reply With Quote
Old Feb 16th, 2005, 11:20 AM   #15
Xero
Hobbyist Programmer
 
Join Date: Dec 2004
Location: a cardboard box
Posts: 118
Rep Power: 4 Xero is on a distinguished road
have you tried "password"?
__________________
...
Xero is offline   Reply With Quote
Old Feb 16th, 2005, 7:41 PM   #16
Cipher
Hobbyist Programmer
 
Cipher's Avatar
 
Join Date: Feb 2005
Location: /home/cipher
Posts: 123
Rep Power: 4 Cipher is on a distinguished road
Send a message via AIM to Cipher Send a message via MSN to Cipher
lol no...

I just want a keylogger that works.

Besides it won't be password bet you a million bucks
__________________
And there was much rejoicing... Yay....
Cipher is offline   Reply With Quote
Old Feb 23rd, 2005, 1:59 PM   #17
lepricaun
Hobbyist Programmer
 
lepricaun's Avatar
 
Join Date: Aug 2004
Location: The Netherlands
Posts: 111
Rep Power: 5 lepricaun is on a distinguished road
Cipher, it is C code, not cpp. also i'm not sure which version of dev-cpp you are using, but if it is an older one then try to do an upgrade (reinstall).

Cipher, i'm not sure if it is clever to 'hack' into that computer, there is a reason why you don't know the password, but since it is your responsibilty and not mine try Getting into Windows with local access.
you can retrieve the sam file and run it through a password cracker on another computer.
__________________
http://www.white-scorpion.nl
lepricaun is offline   Reply With Quote
Old Feb 24th, 2005, 8:09 PM   #18
Mad_guy
Hobbyist Programmer
 
Mad_guy's Avatar
 
Join Date: Oct 2004
Location: Sandstorm, Techno Club
Posts: 239
Rep Power: 5 Mad_guy is on a distinguished road
Send a message via AIM to Mad_guy Send a message via MSN to Mad_guy
Nice. Insparation.

I'm still learning to do Win32 raw API coding in C, I'm going to try to make a keylogger once I get better at it too.

Mad_guy is offline   Reply With Quote
Old Feb 25th, 2005, 10:49 AM   #19
Cipher
Hobbyist Programmer
 
Cipher's Avatar
 
Join Date: Feb 2005
Location: /home/cipher
Posts: 123
Rep Power: 4 Cipher is on a distinguished road
Send a message via AIM to Cipher Send a message via MSN to Cipher
Actually I cracked the pass using my own proggie.. A keylogger in autoscript that retrives keyloggs in the sys. and cracks them by running through the keyboard ascii.


Then I got banned from my computer...But My parents still don't know about the proggie..
__________________
And there was much rejoicing... Yay....
Cipher is offline   Reply With Quote
Old Feb 25th, 2005, 12:53 PM   #20
lepricaun
Hobbyist Programmer
 
lepricaun's Avatar
 
Join Date: Aug 2004
Location: The Netherlands
Posts: 111
Rep Power: 5 lepricaun is on a distinguished road
mad_guy, what do you mean with RAW api coding? there's nothing RAW about the windows API's, and once you have used a couple of them you can use all of them since they all look alike very much.
__________________
http://www.white-scorpion.nl
lepricaun is offline   Reply With Quote
Reply

Bookmarks

« Previous Thread in Forum | Next Thread in Forum »

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump




DaniWeb IT Discussion Community
All times are GMT -5. The time now is 8:13 PM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC