Send keystrokes..
-
How can I use a VB 2005 app to send keystrokes or bits of information such as a cheat. like this: 1. I Press button on form (when my game is running) 2. The application then sends a cheat code (godmode, ect) 3. the cheat happens ingame in other words instead of typing the cheats in the console of the game, i just press a button on my app and it does it automaticcaly. (instead of doing the 'trainer way' and messing with the games memory address (wich doesnt always work)) ... sounds pretty hard, sorry to bother you with this. :sigh:
-
How can I use a VB 2005 app to send keystrokes or bits of information such as a cheat. like this: 1. I Press button on form (when my game is running) 2. The application then sends a cheat code (godmode, ect) 3. the cheat happens ingame in other words instead of typing the cheats in the console of the game, i just press a button on my app and it does it automaticcaly. (instead of doing the 'trainer way' and messing with the games memory address (wich doesnt always work)) ... sounds pretty hard, sorry to bother you with this. :sigh:
-
But that would be cheating...... anyway try building a console app that waits for the particular key stroke. then used the Sendkeys() function in VB.
Um... sorry to burst your bubble.. but thats is the point, to 'cheat' I kinda know how to use the sendkey function but can someone give me an example of sending it to the game?