C

IdleGuard

IdleGuard

Some MMO games have been criticized for having up to 5 hour – or more – queues before you can actually enter the game and play. This inspired me to create a mini-program that might help you with this by reducing the amount of times you need to actually log in. Any software that kicks you for being idle might have a use for this little program.

Read more…

A Simple Win32 Window in C

A Simple Win32 Window in C

I decided to get a better grasp on the Win32 API while I made my keylogger a while back. Here is a small example for making the most basic Win32 window. It is heavily commented to give a thorough overview of the different elements.

You can download the example with its source code here.

KeyGuard – A keylogger in C

KeyGuard – A keylogger in C

A small keylogger that’s easy to install. I used the Win32 API with socket/networking and windows registry manipulation, programmed in C. My goal was to create a small keylogger that can be installed just by executing a single small file.

Read more…