vulturgryphus Posted January 22, 2008 Posted January 22, 2008 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.
Swift Posted January 22, 2008 Posted January 22, 2008 (edited) It Searches For A Pixel Edit: if you really want to know...ask Jos or Jon...or some devoploer Edited January 22, 2008 by Swift
vulturgryphus Posted January 23, 2008 Author Posted January 23, 2008 Nooooooo, are you kidding me???? ;-) Well, who is Jos/Jon? Thank you...
Swift Posted January 23, 2008 Posted January 23, 2008 Well...Ask Anyone Of The Devolpoers...That Knows How That Thing Was Created...
Richard Robertson Posted January 23, 2008 Posted January 23, 2008 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.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now