Support Forums
How to hook the keyboard. [VB.NET] [TuT] - Printable Version

+- Support Forums (https://www.supportforums.net)
+-- Forum: Categories (https://www.supportforums.net/forumdisplay.php?fid=87)
+--- Forum: Coding Support Forums (https://www.supportforums.net/forumdisplay.php?fid=18)
+---- Forum: Visual Basic and the .NET Framework (https://www.supportforums.net/forumdisplay.php?fid=19)
+---- Thread: How to hook the keyboard. [VB.NET] [TuT] (/showthread.php?tid=916)

Pages: 1 2 3 4 5 6 7 8 9 10


RE: How to hook the keyboard. [VB.NET] [TuT] - Evo - 10-28-2009

Thanks, really nice tut Smile


RE: How to hook the keyboard. [VB.NET] [TuT] - Yoshi - 10-29-2009

Thanks, what else can this be used for?


RE: How to hook the keyboard. [VB.NET] [TuT] - Vorfin - 10-29-2009

(10-29-2009, 02:22 AM)fail ninja Wrote: Thanks, what else can this be used for?

If you modify it correctly, it can be used as a keyscrambler to protect you from keyloggers.


RE: How to hook the keyboard. [VB.NET] [TuT] - KoBE - 11-15-2010

I feel like the biggest idiot, but why would this work after opening your source? But not work when I create a new project and C/P the EXACT source code. I have textbox1 and everything. But it doesn't work. I don't consider myself a great coder, but this is pissing me off that I can't figure it out. I tried it in .NET 2008 and 2010. I will post my project in a .rar and see if it does the same thing for you. Maybe I just need some sleep or something but I have never felt so stupid.

My Project


RE: How to hook the keyboard. [VB.NET] [TuT] - versx - 12-01-2010

(11-15-2010, 10:24 PM)KoBE Wrote: I feel like the biggest idiot, but why would this work after opening your source? But not work when I create a new project and C/P the EXACT source code. I have textbox1 and everything. But it doesn't work. I don't consider myself a great coder, but this is pissing me off that I can't figure it out. I tried it in .NET 2008 and 2010. I will post my project in a .rar and see if it does the same thing for you. Maybe I just need some sleep or something but I have never felt so stupid.

My Project

I just downloaded your project and took a look at it, I'm really not sure why it doesn't work to be honest lol. I've changed it to just about the exact same as Vorfins, but still couldn't get it to work. Sorry I couldn't help you out.


RE: How to hook the keyboard. [VB.NET] [TuT] - KoBE - 12-01-2010

(12-01-2010, 01:05 AM)versx Wrote: I just downloaded your project and took a look at it, I'm really not sure why it doesn't work to be honest lol. I've changed it to just about the exact same as Vorfins, but still couldn't get it to work. Sorry I couldn't help you out.

Yea, VStudio does weird shiz like that sometimes. I was just going through to dissect the code and break it down piece by piece but it wouldnt work. Weird.


RE: How to hook the keyboard. [VB.NET] [TuT] - KoBE - 12-20-2010

Ok, so figured it out... Had to right click on My Project, click properties, then go to debug.. and uncheck 'Enable the Visual Studio hosting process'... haha so gay! If anyone runs into that problem.. then there ya go.


RE: How to hook the keyboard. [VB.NET] [TuT] - PinZ - 12-21-2010

Detected like hell but thanks anyway.


RE: How to hook the keyboard. [VB.NET] [TuT] - Resistance - 12-21-2010

Oh... book marked..


RE: How to hook the keyboard. [VB.NET] [TuT] - Saint Michael - 12-21-2010

Very nice tutorial, as always Vorfin.