How to make a Key Spy (Computer Spy/Keylogger)

Heres your chance to share your own tutorials with the community. Just post them on here. If your lucky they may even be posted on the main site.
37 posts Page 4 of 4
Filip
Coding Guru
Coding Guru
Posts: 833
Joined: Wed Jan 05, 2011 3:59 pm

I think it is trusted..
CodenStuff wrote:
Nope, it's just your sick and dirty mind. You sick twisted warped little pervo :D
User avatar
smashapps
Coding Guru
Coding Guru
Posts: 961
Joined: Tue Apr 05, 2011 8:41 am

If the application isn't encrypted you could decompile it with a decompiler like DotPeek.

There you will be able to see exactly what the tool does.
My name is Tom | Visit my blog where I post new content every day! Tom's Daily Blog | MineCraft is awesome!
User avatar
Croser
Just Registered
Just Registered
Posts: 3
Joined: Mon Jun 18, 2012 12:04 am

Well, you don't necessarily have to download it, I'm only trying to be nice and show you a piece of my own work, this keylogger of mine was created about a year ago and already served its purpose so these intentions are all long gone.

So it's all up to you people, I'd post the source code, but please understand that this is maybe the best thing I've ever done in VB so it's not easy to just give the code away to everyone. I mean, I would be more than happy if you people were interested in it, but who can guarantee me my space in your credits if you ever make something out of it.

EDIT: I went to test it out, if it still works and I encountered an issue with the saving,
it used to be saving the loggs like this "Loggs_" + Date.Today + ".dmg" which works just fine unless your date format is month/day/year than it won't work since the program will think that the month, day and year are folders. ("Loggs_" + month/day/year + ".dmg" = "Loggs_month/day/year.dmg", this means that it will be searching for folder named Loggs_month, than for folder named day and than it would save the loggs as "year.dmg" which is a complete bullshit .... so I had to change that a bit, it now save the loggs only as Loggs.dmg, which might cause problems with sending or saving the file over and over again, but I already explained this in the "Possible errors" option in the menu.
So if you encounter any problems or anything feel free to let me know, and I'll try to fix it.
Image
User avatar
Usman55
VIP - Site Partner
VIP - Site Partner
Posts: 2821
Joined: Thu Dec 24, 2009 7:52 pm

I never said that this tut was perfect or it was bug-free. This was a completely basic tutorial to get newbies started with their programming. This tutorial explains many things such as how to write text to a file and much more. I made a very advanced version after this tut just to see how far I can go. I didn't post it as it was definitely against the rules, this tut isn't. I neither support keyloggers (and other illegal stuff) nor do I appreciate others supporting it.

Complain you say? Again, this tutorial isn't perfect. And if you read the main post again, it redirects you to a post which works like a charm. Next time, please scan the whole post before saying anything.
Image
User avatar
Croser
Just Registered
Just Registered
Posts: 3
Joined: Mon Jun 18, 2012 12:04 am

I was ony looking for someplace to share my program, eversince I made it (as I said, about a year ago) only very few people used it, I only wanted to show off some of my work and get some feedbacks.
I never said a word against your tutorial and yes you are right I haven't even read trought the main post.
But anyways, it would be nice to get some feedback on my stuff, how it works on other machines and such.
Image
GoodGuy17
Coding God
Coding God
Posts: 1610
Joined: Mon Sep 07, 2009 12:25 am

Usman55 wrote:
I never said that this tut was perfect or it was bug-free. This was a completely basic tutorial to get newbies started with their programming. This tutorial explains many things such as how to write text to a file and much more. I made a very advanced version after this tut just to see how far I can go. I didn't post it as it was definitely against the rules, this tut isn't. I neither support keyloggers (and other illegal stuff) nor do I appreciate others supporting it.

Complain you say? Again, this tutorial isn't perfect. And if you read the main post again, it redirects you to a post which works like a charm. Next time, please scan the whole post before saying anything.
Keyloggers aren't illegal, it's how you use them that's illegal. Lots of companies log their employees' keystrokes. Speaking of keyloggers, are we allowed to post them on CodenStuff? We should be able to... they're only malicious if you intend for them to be.
User avatar
smashapps
Coding Guru
Coding Guru
Posts: 961
Joined: Tue Apr 05, 2011 8:41 am

I would love for the code to the keylogger.

I would be able to implement it in a lot of applications, I wouldn't use it for bad though.
My name is Tom | Visit my blog where I post new content every day! Tom's Daily Blog | MineCraft is awesome!
37 posts Page 4 of 4
Return to “Tutorials”