![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#11 |
|
Hobbyist Programmer
Join Date: Aug 2004
Location: The Netherlands
Posts: 111
Rep Power: 5
![]() |
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 |
|
|
|
|
|
#12 |
|
Hobbyist Programmer
|
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.... |
|
|
|
|
|
#13 |
|
Hobbyist Programmer
Join Date: Dec 2004
Location: a cardboard box
Posts: 118
Rep Power: 4
![]() |
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*
__________________
... |
|
|
|
|
|
#14 |
|
Hobbyist Programmer
|
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.... |
|
|
|
|
|
#15 |
|
Hobbyist Programmer
Join Date: Dec 2004
Location: a cardboard box
Posts: 118
Rep Power: 4
![]() |
have you tried "password"?
__________________
... |
|
|
|
|
|
#16 |
|
Hobbyist Programmer
|
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.... |
|
|
|
|
|
#17 |
|
Hobbyist Programmer
Join Date: Aug 2004
Location: The Netherlands
Posts: 111
Rep Power: 5
![]() |
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 |
|
|
|
|
|
#18 |
|
Hobbyist Programmer
|
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. ![]() |
|
|
|
|
|
#19 |
|
Hobbyist Programmer
|
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.... |
|
|
|
|
|
#20 |
|
Hobbyist Programmer
Join Date: Aug 2004
Location: The Netherlands
Posts: 111
Rep Power: 5
![]() |
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 |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|