December, 2011. Personal project
This project was meant to ease cheating in games. Cheats often involve typing out complex and random character sequences in at times critical situations. This software can be programmed to function according to the intended games the user wants to cheat in. The user can assign global keyboard shortcuts which, when triggered, prints the corresponding cheat code programmatically (mimicking actual typing). The most iconic feature of the program is that the user can create “Profiles” for each game and load a Profile for each game being played.
Highlights:
- First program of its kind
- Slick and integrated UI
- Capability to be used in any game of required choice.
- Programmed data can be saved as profiles and used later on.
- Skinnable windows
Critical techniques used:
- Global keyboard hooks (to capture keys no matter what window is in the foreground)
I’ve included the source code of program. Find the download link at the end. “RefractiveSoft” was this company name that I authored by programs with. It was what I wanted to call the company I want to start some day in the future. Just mentioning this in case someone finds this a reason to believe that I “outsourced” the creation of the program.
Main screen:
This is the main screen from which all program features can be accessed.