Visual Studio Game Controller
Posted
by
Pythonator
on Stack Overflow
See other posts from Stack Overflow
or by Pythonator
Published on 2012-10-06T21:33:24Z
Indexed on
2012/10/06
21:37 UTC
Read the original article
Hit count: 299
I'm making a program to improve your gaming skills, so its not a hacking program!!
Now, i'm stuck on 1 thing, i need sort of a keylogger, that will logg what you do, For example, when you press space, it has to put Jumped in a Rich Text Box. When you left mouse click, it has to add Shots Fired to the Rich Text Box, and then , when right mousebutton is clicked, add Aiming Down Sights, but when its released it should also add something like Stopped Aiming Down Sights
Can anyone help me on this?
Greets
© Stack Overflow or respective owner