Nov 21, 2009
Pages: 1, 2, 3, 4, 5

Key Logger. - How To Make

free web hosting

Read Latest Entries..: (Post #47) by iGuest on Jul 21 2009, 06:18 AM.
Hillsidenights Key Logger.  Well wow we have quite the teenage angst issue going on with our friend Hillsidenights. Let me respond to your poorly constructed jumble of a comment by first saying, if you must post a novel on a forum please use correct spacing, spelling, basic grammar, etc. Also your hypothetical response to your parents monitoring you with a keylogger demonstrates your strange and very unhealthy relationship with your parents. To say that you would go on a rampage because yo...
read more.
Read the FIRST post of this Topic. - Express your Opinion! Contribute Knowledge :-).

Open Discussion > MODERATED AREA > Computers > Programming Languages > VB Programming

Key Logger. - How To Make

Zubair1
Hi Pe cool.gif ple ,

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

Comment/Reply (w/o sign-up)

faceofdie
You Can find Many VB code On www.vbcode.com
you can search for Keylogger on www.vbcode.com
And edit code

Comment/Reply (w/o sign-up)

zachtk8702
I dont like keyloggers and I despise people that make stuff like that.

Comment/Reply (w/o sign-up)

Arbin Gurung
You can also get much resources from www.planet-source-code.com. I use this quite often and found it quite fruitful.

Comment/Reply (w/o sign-up)

NotoriousZach
I have been looking around and I guess this may be a decent post to put this question in...........How would you have a program email a file ???????? I need this for an app other than a keylogged but I guess this guy could also use this information.

Comment/Reply (w/o sign-up)

snlildude87
My fine feathered friend, I have made a keylogger...in Visual Basic a while back. I will give it to you if you tell me what you plan to do with it. If you need it to find passwords, then forget it, but any legitimate reason will do.

My program tracks almost all your keys (alpha-numeric), and saves it into a file as you're typing.

Comment/Reply (w/o sign-up)

Matt1eD
QUOTE(NotoriousZach @ Feb 28 2005, 12:49 AM)
I have been looking around and I guess this may be a decent post to put this question in...........How would you have a program email a file ???????? I need this for an app other than a keylogged but I guess this guy could also use this information.
*




Do you mean you want to hide a program in an email or write an email client. The former would be verging on illegal - but is also used by many website for various legitimate & illegitimate reasons.

You want an ActiveX control if the former.

Comment/Reply (w/o sign-up)

Galahad
QUOTE(NotoriousZach @ Feb 27 2005, 11:49 PM)
I have been looking around and I guess this may be a decent post to put this question in...........How would you have a program email a file ???????? I need this for an app other than a keylogged but I guess this guy could also use this information.
*



You have two options, you can use OCX that comes with VB, MAPI I believe it is, or, if you are more adventurous, you can download SMTP technical specification (RFC-2821 & RFC-3461), and write your own SMTP code. This is harder, but gives you much more control...

Comment/Reply (w/o sign-up)

John_Cena
I hate when people use keyloggers to get passwords and stuff

Comment/Reply (w/o sign-up)

FaLgoR
I think the two guys who said that they don't like keylogger have lost some information because of it hhehehhehe smile.gif
But I think its intersting, I'll take a look to, I want to learn vb.

Comment/Reply (w/o sign-up)

Latest Entries

iGuest
Hillsidenights
Key Logger.

 Well wow we have quite the teenage angst issue going on with our friend Hillsidenights. Let me respond to your poorly constructed jumble of a comment by first saying, if you must post a novel on a forum please use correct spacing, spelling, basic grammar, etc. Also your hypothetical response to your parents monitoring you with a keylogger demonstrates your strange and very unhealthy relationship with your parents. To say that you would go on a rampage because your parents monitored the computer they most likely purchased for you with their money earned from their jobs merely attests to your immaturity and selfishness. If a parent purchases a computer they have the right to do with it as they please because it is  their property, not yours. Conversely, if you did purchase your own computer you still are operating it in their house, (hopefully) following their rules and connecting to the internet service they pay for. 

In addition, throughout your post, your arguments were based on speculation and opinion rather than facts. For example, "Keyloggers and filthy, discusting, and really have no good uses

In summary, please respect your parents and their property and how they wish to treat that property.

-reply by terrapin

Comment/Reply (w/o sign-up)

iGuest

Hillsidenights - Not to start an arguement here, but seriously?  You're obviously a naive kid.  You say you don't do "bad stuff", but at the same time you threatened to do some pretty dumb stuff to worrieddad.  IF you actually could do what you threatened (which I doubt) and IF you acted on those threats, the FBI would kick in your door to arrest you.  What you described would be felony hacking (probably across state lines).  If you actually made any phone calls in the process...They'd probably throw in a stalking charge for good measure.  Since you're 13, you might end up in a juvenile delinquents home, but you'd probably end up staying at home with your parents.  You would have some form of probation until you were in your 20s that either didn't allow you to have access to either an internet connection or if the judge was really trying to teach you a lesson, you might not be allowed to touch a computer at all.  Good luck getting through high school without being able to type up your book reports!  Oh...And since you have that felony on your record...The best college option you'll have will be the local community college (and don't hope for any financial aid).


Comment/Reply (w/o sign-up)

iGuest
@ iGuest - Re: saving letters
Key Logger.

 Text1.Text = Chr(KeyAscii)
This gives you an "H", then an "e", right?
This is because everytime a key is pressed, the code runs and overwrites your KeyAscii variable.

Instead try 
Text1.Text = Text1.Text + Chr(KeyAscii)

With this, instead of having "H" then "e" then "l" and so on, you will get H + e + l + l + o or in non-psudo code: "Hello"

Hope I answered your question, don't hesitate to ask for more help. :-)

-Jack (Well, thats my web name at least)

-reply by Jack Spencor

 


Comment/Reply (w/o sign-up)

iGuest

Can Somebody Tell me how to save the letters

 

Heres my program for VB 6.0:

 

Private Sub Command1_KeyPress(KeyAscii As Integer)
Text1.Text = Chr(KeyAscii)
End Sub

But the prob is that

 1. The text is within VB itself

 2.It dosent save all the letters. For example if I tpe Hello, the text1 will show H.Then replace that with E then replace the E with L And so In the end all I will see is "O".

 

Please help me someone!

 

-reply by Author Name - e.G. John, Mike
Keywords: how to make a keylogger using visual basic

Comment/Reply (w/o sign-up)

iGuest

Be a parent.  TAKE THE ADMIN RIGHTS.  Install the software.  Feel free to tell them its on there.  Check the logs routinely.  If you show up to check the machine and it's not on there, TAKE AWAY THE PC.  You are the parent.  Act like it.  If they can't use the PC abiding by your rules, then they lose that privilege.  I'm, chat etc, is a privilege not a right.  As is PC usage.  Don't worry about hiding it, let them know it's there and let them know you're checking on  them.  They may h8 you 4 it now, but when they grow up, they'll appreciate it.  Particularly when their kids start acting like 13 year-olds should have privacy.


Comment/Reply (w/o sign-up)



Got an Opinion! Express your Views! (no registration):-
Add your Reply/ Opinion/ Views/ Comments/ Suggestion/ Questions/ Queries etc.
Posts with decent grammar & English will be accepted and please refrain from profanities.
For asking a Question, We recommend you to sign-up (for free) so that you can track the topic easily.

Nature of your Post*: Opinion/ Reply/ Comments
Question/Query
Feedback to us.
       
Name   Email
Title/Question*

This textarea will convert to Rich-Text automatically (IE, Firefox, Chrome)

Pages: 1, 2, 3, 4, 5
Similar Topics

Keywords : Logger


    Looking for key, logger, make

Searching Video's for key, logger, make
See Also,
advertisement


Key Logger. - How To Make

Affordable Web Hosting, Low cost Web Hosting - ComputingHost.com