Help - Search - Members - Calendar
Full Version: RF Online
AC Tools Everything Macro > General Discussion > C++/Delphi/VB Development
Fayat
Ok, i hate hasking something, but i need some tips on this problem...I coded a full working bot for rfo in C, but i have a problem tocheck the color of the cursor: when you put your cursor over a mob, it is red, so i would know if there is a function to retrieve the cursor in a buffer.
If it don't work, there is still 2 solutions:
- look in the memory and check the cursor -> i can do it but boring...
- get the cursor pos and put a square around the cursor in a buffer, then check the color....but boring too lol..

Have a nice day laugh.gif
DaMOB
You cannot EVER see the color of the cursor because the cursor lives in the video card when it is displaying it. It is a hardware cursor (more like a hardware sprite) and you would have to hack into the game at the point it tells the video card to change the color (or the pointer) of the hardware pointer (most games the pointer would be an arrow of some sort).
Fayat
Argh!!!! Thanks dude i'll pop olly wink.gif
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2010 Invision Power Services, Inc.