Jump to content

Recommended Posts

Posted

Hi,

I saw once a script using PixelSearch that work with GameGuard (most recent). In many

forums about windows programing, scripting, bots, etc, people say that GetPixel, GetDC,

etc, are hooked by GG. So, we cannot use these functions in the Game client area (well,

we can, but it will not work).

But, this script is WORKING!!! It, first, unfocus the game windows (activating the System

Tray Window) and then calling PixelSearch.

I tried to simulate this behavior in VC++ 6, but it DOES NOT work... I tried in many ways,

unfocusing windows game, focusing system tray, focusing desktop, etc etc etc. Nothing

happens.

So, I ask: How PixelSearch really works?

Thank you in advance.

Posted (edited)

It Searches For A Pixel :D

Edit: if you really want to know...ask Jos or Jon...or some devoploer

Edited by Swift
Posted

Stop doing that. Post if you have something useful, don't pass it on to someone else.

PixelSearch, I can only assume, grabs the screen device context then uses graphic functions to read bitmap data (a set of pixels) and looks for the matching color value.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...