|
Products & Software

We are currently working on many new and exciting Android applications! Stay tuned for more information.

Java Keylogger is an extension library to the Java language that can globally read the keyboard, on all the varieties of Windows systems. Embed this into your application, and start reading the keyboard no matter which window has the focus. This is not a complete program, but a library for you to use in your own programs.
Installation is easy:
- Purchase and download "keyhook.jar". All files including source code are included in this jar file.
- Make sure "keyhook.jar" is on your classpath, or extract the com directory into your project.
- Examine the "Main.java" file in the "keyhook.jar" file for example usage.
- You will also have to properly sign your code, with a Verisign or Thawte certificate for Java Applets.
This is the basic minimum needed to add to your class file:
import com.keyhook.*;
public class ... extends ... implements KeyHookListener{
public init(){
KeyHook kh=new KeyHook();
kh.addKeyHookListener(this);
}
public void KeyHookEventOccurred(KeyHookEvent evt){
String s=((KeyHookData)evt.getSource()).vk;
System.out.println(s);
}
...
}
Purchase an unlimited license(except reselling this program) and source code for your developers at $19.99 each seat.
(Released under the LGPL License)
Contact us to purchase.

Tales Of Pirates 2 Auto Attack Robot
This is our newest Tales Of Pirates 2 Auto Attack Robot!
This bot will auto attack any monster it sees on the radar. The monster detection algorithm is very much improved. It tracks all the monsters on the radar, and kills them dead. When your health falls below 50%, the bot will also take you to your safe resting spot, rest, and then continue.

Valley Texting
Schedule text messages to be sent to any cell phones, anywhere. Also supports Email to SMS and vice versa.

Ebay Bargains is a program that will show you all the Ebay auctions that are priced at two dollars or less, and are ending in around 15 minutes or so. This gives you an incredible list of bargain items that you can buy for around a dollar plus shipping, that are worth way more than what you are paying.
Now Available on Android!
You can test the program online, with limited features, or you can purchase a full copy of the program.


This site is © Copyright The Klemstine Group MMVIII, All Rights Reserved.
|