WM_ACTIVATE(0x0006) via postmessage ?
But I think we are drifting away... neither trapdor nor WM_ACTIVATE are helping here because..
1. TrapDoor is just a simple TCPBrowser... Ever played Cabal in a Browser ? No ? Me neigher .. xD
2. WM_ACTIVATE activates the window but that doesn't help when the game has a protection against virtual clicks/keys.
We should specify this topic a bit.
1. Flash Games and Browser games can be run easily in background mode by just creating a simple IE browser instance. You can then interact with them like you wish.
2. Games that are not able to run in a Browser.
Case 1: The Game has no Protection: You can use postmessage(winapi) or controlclick(autoit)
Case 2: The Game has a Protection against virtual key input via postmessage/controlsend (which calls postmessage) : a) Reverse the functions b) Write a Keyboard driver c) Modify your Kernel
But I think we are drifting away... neither trapdor nor WM_ACTIVATE are helping here because..
1. TrapDoor is just a simple TCPBrowser... Ever played Cabal in a Browser ? No ? Me neigher .. xD
2. WM_ACTIVATE activates the window but that doesn't help when the game has a protection against virtual clicks/keys.
We should specify this topic a bit.
1. Flash Games and Browser games can be run easily in background mode by just creating a simple IE browser instance. You can then interact with them like you wish.
2. Games that are not able to run in a Browser.
Case 1: The Game has no Protection: You can use postmessage(winapi) or controlclick(autoit)
Case 2: The Game has a Protection against virtual key input via postmessage/controlsend (which calls postmessage) : a) Reverse the functions b) Write a Keyboard driver c) Modify your Kernel