Make A Keylogger In VB 2010?

Jun 9, 2011

How can i make a keylogger in visual basic 2010 ?

View 1 Replies


ADVERTISEMENT

VS 2008 How To Make A Keylogger

Apr 15, 2009

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

View 3 Replies

Make Keylogger - Save The Information In A .txt On The Usb?

Dec 13, 2009

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?

View 10 Replies

Make A Keylogger And Attach It To One Button?

Jan 25, 2010

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 Replies

VS 2010 Keylogger Won't Recognize <, >. /? Type Of Keys

Apr 23, 2012

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 Replies

Make My Keylogger Auto-run And Auto-hide?

Oct 12, 2011

All 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

Spy.net Trojan KEYLOGGER

May 9, 2010

Spy.net Trojan KEYLOGGER ?

View 2 Replies

Making A Simple Keylogger?

Jul 31, 2010

I 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 Replies

Anti Keylogger Using On Screen Keyboard

Sep 1, 2011

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

View 2 Replies

On Creating A Simple Keylogger (non Malicious)

Feb 21, 2012

I'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)

View 1 Replies

Windows 7 Keylogger Wont Work?

Jul 9, 2011

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?

View 1 Replies

Keylogger - Recording All Passwords And Stuff Entered

Jun 12, 2011

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.

View 1 Replies

Make An App Using 2010?

Oct 27, 2010

I'm trying to make an app using visual studio 2010, I have this excel formula that will calculate a 6 Digit code from a 11 digit serial number.The excel is pretty old and it consts of math operations such as RIGHT, LEFT, MID and POWER I managed to "translate" that to Microsoft.VisualBasic.Right, Microsoft.VisualBasic.Left, Microsoft.VisualBasic.Mid and Math.Pow but i'm not sure if i did it right, since is not giving me the result i'm looking for, instead of a 6 digit number is giving me something like this: 9.9E+52

Here's the code I made for the vB

Microsoft.VisualBasic.Right((Math.Pow(2, 5 + (Microsoft.VisualBasic.Left((Microsoft.VisualBasic.Left(txtESN.Text, 3)), 1) + Microsoft.VisualBasic.Right(Microsoft.VisualBasic.Left(txtESN.Text, 3), 1) + Microsoft.VisualBasic.Mid(Microsoft.VisualBasic.Left(txtESN.Text, 3), 2, 1))) - 1) * ((Microsoft.VisualBasic.Right(txtESN.Text, 3)) + 199) * (23 + (Microsoft.VisualBasic.Left((Microsoft.VisualBasic.Right(txtESN.Text, 8)), 1) +

[code]....

View 5 Replies

VS 2010 - Make Changes To DLL ?

May 28, 2011

I am having problem with compiling the DLL. Here is the scenario: Let's say I have created a DLL and App1 is using it. the application will monitor a folder for several hours. The dll and the app1.exe is copied to C:foder1 directory. The application is running without any problem. Let's say I need to make changes to that DLL. If I open the DLL project in my Visual studio and compile it, it says that the file is currently used. DLL project is stored in different path. let's say in D: drive. Why it says the dll is used? The app1 should use the DLL in C:folder1.

View 2 Replies

How To Make Binder Fud In VB 2010?

Jan 18, 2012

source codes for vb 2010 the binder coding and how to make them fud?

View 6 Replies

How To Make Crypters In Vb 2010

Jan 18, 2012

any1 give me tut and vb 2010 codes for crypter coding i am having problem with finding codes and then next problem is that source undector???

View 5 Replies

How To Make VS 2010 Rtb Color

Jun 3, 2011

I have searched and searched and searched. Nothing is working. Well it kind of works...I have a rtb which reads from a bunch (like 4.6k) xml files. Depending on the value of a few tags it displays a certain character. I want those characters to be color coded.

[CODE|
If File.Exists(xmlFile) = True Then
Reader = Xml.XmlReader.Create(xmlFile)

[code].....

View 6 Replies

Make A D3d Crosshair In Vb 2010?

Mar 23, 2011

is it possible to make a d3d crosshair in vb 2010 if so anyone know most basic way or a tutorial

View 4 Replies

Make Dll Module In VB 2010?

Mar 8, 2011

How can i make and use dll module in vb2010

View 5 Replies

VS 2010 - How To Make A Calculator

Jun 5, 2011

How to make this calculator:2 Texboxes In first textbox is writeble (where user will write the version) The second textbox is notwriteble ( there will show the result)In the first textbox to make calculation of version.If user writes for example: 1.03.11 In textbox2 to display the calculation: 22656 If the user writes for example other version:1.05.50 In textbox2 to display the calculation:22895and the same way if user writes 1.03.24 or other numbers auto to calculate the versions, and if user writes a bad text in tetbox2 to display error: For example In textbox1 user writes text: omg In textbox2 shows : Error
Only if user writes number like this: 1.03.11 or other number will calculate it else to shows error

View 16 Replies

VS 2010 : Can't Make Changes To Project

Oct 21, 2010

when I open my project in VS 2010 (File - Open Project - *.vbproj) my project loads just fine. I can run it just fine. But, when I change something -anything at all- and run the project, nothing is changed. I can even save, close and reopen the project with the new changes, but it still runs the old version.

For example: I open the project, with Form1 that has 3 buttons. I run the program and I get Form1 with 3 buttons. I stop running, add button 4 and hit play... I get Form1 with 3 buttons.I save the project, close it and open it again. My Form1 design shows 4 buttons. But when I start it, there are only 3 buttons...It must be something inside the project, cause this happens on 3 different PC's where I have VS 2010 installed.

View 1 Replies

VS 2010 Can't Make Changes To Project?

Mar 21, 2011

Now, when I open my project in VS 2010 (File - Open Project - *.vbproj) my project loads just fine. I can run it just fine. But, when I change something -anything at all- and run the project, nothing is changed. I can even save, close and reopen the project with the new changes, but it still runs the old version.For example: I open the project, with Form1 that has 3 buttons. I run the program and I get Form1 with 3 buttons. I stop running, add button 4 and hit play... I get Form1 with 3 buttons. I save the project, close it and open it again. My Form1 design shows 4 buttons. But when I start it, there are only 3 buttons..It must be something inside the project, cause this happens on 3 different PC's where I have VS 2010 installed. But I can't figure out what it is. Is there some mysterious hidden backup somewhere??

View 2 Replies

VS 2010 How To Make A Button

Jun 17, 2011

First, I am wondering how to make it so that when i click a button it adds 2 text boxes and a label and can keep doing it until it hits a certain number and makes the form bigger?

View 1 Replies

VS 2010 How To Make A REG_DWORD

Dec 5, 2011

I am new to visual basic and have only made some basic things in it. I am trying to create an application that will insert a DWORD into the windows registry. But when I follow microsoft's instructions. I creates a normal registry key. Here is some example code

[Code]...

View 3 Replies

VS 2010 How To Make A Server

May 7, 2011

how to make a server, and let my program connect to that server. My program is on books, people can go through the list of books and "favourite them". Then in a window I open I can see the most favourite overall etc. How would I do this, what type of server (srry im not pro on servers at all).

View 1 Replies

VS 2010 How To Make A Webbrowser

Jul 1, 2010

Is it possible to make a webbrowser where when someone clicks a link a button will be enabled?

Example:

If someone press a advertisment the button will be enabled.

View 1 Replies

VS 2010 How To Make Compiler

Jan 16, 2012

i wont to code in vb.net do that compiler makeing exe for Example make form2.vb to form2.exe or like that

View 2 Replies

VS 2010 How To Make Rcon

Oct 3, 2010

I have project to do it.Project name RCON.I created form, where is showing RCON of status (offline/online logged), log, etc.How do i make it RCON work with that program?I have rcon.exe and with that running must be:notepad.exe > saving as startrcon.bat.[code]

View 3 Replies

VS 2010 How To Make Something Like A NewsTicker.

Apr 14, 2010

I'm looking on how to make something like a NewsTicker.Imagine that I have the text "The sky is blue and today will not rain."And I want it to marquee something like:Well, let me explain, I want to always be showing something on the label, and when it ends, before ending it starts the beggining again..

View 30 Replies

VS 2010 How To Make The .exe Without Seeming Like A Virus

Jan 14, 2012

since i started to vb i made several exe files and when i tried to show them to my friends or someone else but every single time i got the "Virus!" label stuck to my program.. i mean antivirus programs ran alarms and screamed "Are you nuts ?! Its a VIRUS!!" and i dont want that happen... how can i prevent this to happen??

View 9 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved