|
|
|
|
![]() ![]() |
May 12 2005, 04:30 AM
Post
#11
|
|
|
Newbie ![]() Group: Members Posts: 3 Joined: 12-May 05 Member No.: 6,933 |
QUOTE(Zubair1 @ Nov 13 2004, 02:23 PM) Hi Pe Can Any One Tell me how to build a Keylogger on Visual Bais 6.0 that no one could see on the End Task Menu wel, yo can hide your app from the task menu with this line: App.TaskVisible = False I hope this will be useful |
|
|
|
May 12 2005, 09:01 AM
Post
#12
|
|
|
Privileged Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 535 Joined: 14-February 05 From: Oslo, Norway Member No.: 3,759 |
What?? Why do you want to make a keylogger?? Tell us what you will need the keylogger for, and maybe you will get more help....
|
|
|
|
May 21 2005, 09:56 AM
Post
#13
|
|
|
Super Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 310 Joined: 9-February 05 From: Italian Member No.: 3,677 |
oh my god
why people write key logger with vb6 for this job go to www.vbcity.com |
|
|
|
Jun 4 2005, 04:43 AM
Post
#14
|
|
|
Super Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 203 Joined: 2-June 05 From: Why would you want to know? Member No.: 7,778 |
Know nothing how to make a keylogger. Not even going to give information to one who wants to make one. Why do you want to create a keylogger anyway, make it for someone who wants to put it on the internet to put on people computers to steal their passwords? Just a thought.
|
|
|
|
Jun 27 2005, 03:48 AM
Post
#15
|
|
|
Advanced Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 109 Joined: 18-May 05 Member No.: 7,198 |
QUOTE(Zubair1 @ Nov 14 2004, 04:23 AM) Hi Pe Can Any One Tell me how to build a Keylogger on Visual Bais 6.0 that no one could see on the End Task Menu There a lots of source code for key logger available on the net. www.planet-source-code.com offers variety of code wherein you can still modified the whole programs, but when you do so, just don't forget to give compliments to the author. If the keylogger you have. Since you said no one can see it means you tried other program but case is visible in end task menu. If you have the source code for this program just add the code to disabled the program seing from the CTRL+ALT+DEL menu. the code for this function shown below. Private Sub Form_Load() App.TaskVisible=False End Sub That's it... a very short code the will hide your program from the end task menu... Just call the function upon loading of program... Hope this little text help you out... |
|
|
|
Aug 2 2005, 09:55 PM
Post
#16
|
|
|
Newbie [Level 1] ![]() Group: Members Posts: 21 Joined: 2-August 05 Member No.: 10,190 |
just use
GetAsyncKeyState API the syntax is CODE Declare Function GetAsyncKeyState Lib "user32" (ByVal vKey As Long) As Integer |
|
|
|
Nov 5 2005, 03:52 AM
Post
#17
|
|
|
Trap Double Mocha Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: [HOSTED] Posts: 2,220 Joined: 5-November 05 From: That one place over there... Member No.: 13,830 |
Well I don't like keyloggers but I do. I have had bad experiences with keyloggers in the past from kids on a stupid GAME trying to become superior by logging into accounts of people they keylogged and then taking all of their stuff. I would like to have one though. I am still learning the basics to Visual Basic and I can only make simple programs but I like to look at premade programs and seeing how they made them.
|
|
|
|
Nov 24 2005, 02:30 PM
Post
#18
|
|
|
Newbie [Level 1] ![]() Group: Members Posts: 13 Joined: 15-September 05 Member No.: 11,892 |
Key Loggers are definitely on the verge of illegality. Certainly, they deprive the user of his/her privacy, and should not be used at all. However, a keylogger is very simple to make. I'll give you a teeny-weeny hint. If you want the code then pm me stating the reason for it.
Hint: Forms can be hidden but active on the screen. There is a code to reproduce the keystrokes. |
|
|
|
Oct 28 2007, 07:48 PM
Post
#19
|
|
|
Trap Double Mocha Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 2,360 Joined: 21-September 07 Member No.: 50,369 |
TPFWebmaster could you post the code for the keylogger. I would like to make sure that my children are not visiting any inappropriate sites.
|