Jump to content

gameshow

Members
  • Posts

    6
  • Joined

  • Last visited

gameshow's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. Alright, here is what I believe to be the ultimate fishing script. Should be stable. If you'd like to test it and provide some feedback, that'd be helpful. http://goldfish.site50.net
  2. I would like to put some integers in a message box, from variables. The integers will never be greater than 2 digits, but if they are a single digit number, i'd like to display the leading 0. Is this possible?
  3. Well, i'm trying to detect cursor changes in a video game to automate some things.
  4. Is there a way to detect a cursor change, even if either of the cursors in question are not windows standard cursors? I thought maybe MouseGetCursor() could help me here, but both cursors are considered to be ID 0, or unknown. Is there any way i can get more information than that? if i coudl distinguish between these two cursors, it would be extremely helpful
  5. So is there simply no way to do what i'm trying to do? ( Which is, essentially, get the color of the cursor )
  6. Correct me if i'm wrong. If the cursor is over the pixel that is being pinged for PixelGetColor() it will get the color of the pixel UNDER the cursor. Is there any way that i can get the color of the pixel, even if the cursor is in the way? In other words, if the cursor is in the way, and i PixelGetColor on top of it, it will return the color of the pixel of the cursor?
×
×
  • Create New...