shinji101 wrote:umm well u c this shouldn't take hours and hours to do
i used to do software programing at school before i drop out (was goingt o kill a teacher if i had stayed) and from my knowledge this is pritty simple in terms of programing it basicly wat 7 dif steps intotal
so really don't tell me this will take hours to convert cause i know for a fact that if someone can completly understand VB they can tell wat this script is doing.
The idea is simple, but the real method isn't as basic. The game captures the keyboard and mouse driver. Which is why you cannot call basic Win32 APIs like SendMessage to send keyboard data to the game. Thus the trick isn't to make your program send keyboard/mouse data to it. But the trick is to get Windows to send it to game through a driver.
It can be accomplished by sending it through IME which I stated before. There are also several other methods you can use.