Ahn Jueng Hwan Posted February 17, 2010 Report Share Posted February 17, 2010 I have been using this program for a game. The resolution of the game is 800 * 600 <GET PIXEL COLOR Option="\x00" Rel_To_Screen="FALSE" Destination="%N[3]%"/> Using the command above, the color value is shown as "0". It should not be "0" I suppose that it should be something eles. So Dxwnd.exe uses > The game change the window mode > Window size is adjusted arbitrarily The correct color values are written as above Dxwnd.exe without using the normal way to get the correct color values of what? Dxwnd.exe, the color value is what it should be. Is there any way to get the right color value without using the Dxwnd.exe? Thank you. Quote Link to comment Share on other sites More sharing options...
Yehnfikm8Gq Posted February 17, 2010 Report Share Posted February 17, 2010 It is not clear what the problem is but some fundamentals: The Mouse Locator gives colour values in Decimal BGR and Hexadecimal RGB (Red, Green, Blue) For integer comparisons (compare colour under mouse with reference colour in macro) it has to be Decimal BGR. If you are using the colour under the mouse in your game, perhaps the game needs another colour format such as HexBGR, DecimalRGB or HexRGB. How are you using the colour value in the game or macro? Was something missing from your comment where I've added ?????? - "Using the above command, the color value of "0" is written as ????? In fact, the "0" must be a value other than notation" Keep on asking until we find the answer! Quote Link to comment Share on other sites More sharing options...
Cory Posted February 17, 2010 Report Share Posted February 17, 2010 It sounds to me like there is a color at a certain pixel but MEP is returning zero unless the window is resized at which point it returns the anticipated value. Is that the problem? FYI zero is a color. 0x000000 (Decimal zero) is solid black. Bear in mind many games take measures to discourage the use of automation apps. Quote Link to comment Share on other sites More sharing options...
Yehnfikm8Gq Posted February 17, 2010 Report Share Posted February 17, 2010 ....Bear in mind many games take measures to discourage the use of automation apps. ME cannot burrow very deep into the window detail so would be of limited value for making bots and miners (I think). I suppose if you get it to click all over the screen looking for stuff it could be a nuisance to others. Not everyone plays online. Jamess' problem sounded to me more like he's using the colour value for something and it's causing the 800x600 window to resize. We'll have to wait and see. Quote Link to comment Share on other sites More sharing options...
MBone Posted February 19, 2010 Report Share Posted February 19, 2010 ME cannot burrow very deep into the window detail so would be of limited value for making bots and miners (I think). I suppose if you get it to click all over the screen looking for stuff it could be a nuisance to others. Not everyone plays online. Jamess' problem sounded to me more like he's using the colour value for something and it's causing the 800x600 window to resize. We'll have to wait and see. Jamess let me know what game and i can see if i can work it out. I have this doing bots and it works wonderful. MBone Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.