Posted: Sun Jun 26, 2011 11:43 pm Post subject: Game ignoring my input
First post
Hello I'm newly registered due to my research on how to write bots for games and not finding any solutions. I mainly use Java Robot Class and Neuron Network to write bots for flash games and such but I ran into difficulty with actual games. I wrote a bot for Forgotten World (for Steam) and the mouse movements and key presses are unrecognized by the game. I read that there are anti-bot scripts in games that are there to ignore my inputs and only listen to the inputs from actual devices. Is there a way to make my input look like there are being sent from the device?
Joined: 25 Jan 2006 Posts: 8587 Location: 127.0.0.1
Posted: Mon Jun 27, 2011 5:13 am Post subject: Re: Game ignoring my input
joedaddy8 wrote:
First post
Hello I'm newly registered due to my research on how to write bots for games and not finding any solutions. I mainly use Java Robot Class and Neuron Network to write bots for flash games and such but I ran into difficulty with actual games. I wrote a bot for Forgotten World (for Steam) and the mouse movements and key presses are unrecognized by the game. I read that there are anti-bot scripts in games that are there to ignore my inputs and only listen to the inputs from actual devices. Is there a way to make my input look like there are being sent from the device?
Thanks ahead
Injected input sets a flag 'LLKHF_INJECTED'. You need to prevent this flag from being set via a driver or other means of preventing the game from checking if the flag is set. Here's a decent article that discusses this:
http://pastebin.com/rj4YcW4C
Keep in mind it could just be other things that they are doing, such as hooking API to prevent remote calls and such. So you may want to try and dig a little further before you dive into writing a driver. _________________
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum