Spy.net Trojan KEYLOGGER
May 9, 2010Spy.net Trojan KEYLOGGER ?
View 2 RepliesSpy.net Trojan KEYLOGGER ?
View 2 RepliesI'm pretty sure its a false positive. My program does create and delete files when using it. Is there a way to stop showing as a false postive?
View 5 RepliesI have installed VB Studio 2010 Express this week and have began working through the tutorials that are built in to the program to familiarise myself with using VB (I have zero previous knowledge).
[Code]...
How can i make a keylogger in visual basic 2010 ?
View 1 RepliesI want to make a simple key logger in VB.Net in console mode which runs on background. So, I m not getting any logic, how to made it.
View 10 RepliesI searched the Topic how to make a Keylogger, but wasn't what I was asking. I don't want to make a virus, I want a simple user-friendly Application with a textbox that show what is typed on my account, for instance: I start the friendly keylogger, I start up a internet tab, and go to Myspace (don't mean to advertise) and let my brother log in. I want the textbox to say just:
xxTREV0Rxx (example username)
pie249 (example password)
I don't want this to be serious. (Also: ShowInTaskBar: False)
I have made a KeyLogger that send the information to an e-mail but I want it to save as a .txt to the USB drive in a folder called logs. But for example all USB drives are on different names like G, E, and F, they all vary so how do I make my keylogger save the information in a .txt on the usb.
1. How do I save a .txt file to a folder named "logs" on the USB?
2. How do I register the F1 and other keys that are not registered.
3. How can I get the program to close when the USB is pulled out?
im creating an anti keylogger using on-screen keyboard and its work. but the problem is keylogger still can captured the keystroke. So i want to know what code should i add in my program. this is my code so far
[Code]...
how I can make a keylogger and attach it to one button. I just want it to send logs to my e mail Say every 2 hours or so And how to make it be on there startup and invisiable in taskmanager So when they press a button on my project it will start up my keylogger
View 2 RepliesI'm suspicious my spouse is cheating. In the past few months he has systematically locked me out of all of his social media accounts shortly after getting a job with a group of female secretaries that travels for a week at a time. He has been dodging or non-communicative when confronted about this.url...
The only way to avoid interaction with antispyware is to create it myself.I understand that copying text or something into an open notepad session or the clipboard is out of the question; however I'm pretty sure that I could create a (fairly) simple script that does the following:[code]I know this is extremely inneficient but this is the most covert way i can think of, a simple wscript that runs on startup and creates these .txt files in an important looking place (windows/config/system/logs/win32 - example)
Note: This project is for educational purposes only.I've tried many tutorials on how to create basic keyloggers but none work. I then heard Windows 7 won't work for keyloggers with Visual Basic 2008.
My Code is Below:Public Class Form1 Dim result As Integer Private Declare Function GetAsyncKeyState Lib "user32" (ByVal vKey As Long) As Integer
Timer1_Tick
For i = 1 To 255
result = 0
result = GetAsyncKeyState(i)
If result = -32767 Then
TextBox1.Text = TextBox1.Text + Chr(i)
End If
Next i
I get no errors from the code it just doesn't put the keys I press in the textbox.If having Windows 7 is the problem is there any solutiions?
I an new to visual basic and I was following a tutorial to make this keylogger for my computer to record all my passwords and things entered but i get a Warning1Variable 'key' is used before it has been assigned a value. A null reference exception could result at runtime.
C:\Users\Gene\documents\visual studio 2010\Projects\WindowsApplication1\WindowsApplication1\Form1.vb1812WindowsApplication1
Then the null error occurs.
i am trying to make a proper keylogger. i have programmed the qwer QWER 123 and !@# keys but it wont read the ,< .> type ok keys for some reason, how to make the program read these keys
View 10 RepliesAll functions done, but the main function, the autorun and auto hide didnt work like i wish. for this keylogger, im using checkbox to make it autorun when windows startup and another checkbox to autohide. i already placed the codes but nothing happen. when i tick those checkboxes n restart my pc, nothing happen. is it because im using checkbox?
View 3 Replies