How background bots working?

10/02/2015 00:43 Daifoku#31
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
10/02/2015 05:35 aapikz#32
Quote:
Originally Posted by Freshek View Post
Hi!
I met some bots working in background. How them working? How do they work? Do they use a method PixelSearch?

Sorry for my bad English :D

the best thing work for me is I installed [Only registered and activated users can see links. Click Here To Register...] (its like a virtual fake operating system) install windows XP (less memory/cpu usage) and run the game and autoit inside it.. so you can run it in background and alt tab and do whatever you want ...aand you can clone it if you want multiple bots depending to your pc specs