| View previous topic :: View next topic |
| Author |
Message |
Engineer Expert Cheater
Reputation: 1
Joined: 25 Nov 2007 Posts: 170
|
Posted: Wed Jul 16, 2008 5:01 am Post subject: [c++] Hovering mouse to a color? |
|
|
[Title here]
How do I do that?
|
|
| Back to top |
|
 |
jackyyll Expert Cheater
Reputation: 0
Joined: 28 Jan 2008 Posts: 143 Location: here
|
Posted: Wed Jul 16, 2008 8:50 am Post subject: |
|
|
| What do you mean hovering it to a color? Like changing the color of the mouse cursor?
|
|
| Back to top |
|
 |
HalfPrime Grandmaster Cheater
Reputation: 0
Joined: 12 Mar 2008 Posts: 532 Location: Right there...On your monitor
|
Posted: Wed Jul 16, 2008 10:04 am Post subject: |
|
|
I think he means like an aimbot or something.
GetPixel, SetCursorPos
_________________
|
|
| Back to top |
|
 |
Engineer Expert Cheater
Reputation: 1
Joined: 25 Nov 2007 Posts: 170
|
Posted: Wed Jul 16, 2008 10:06 am Post subject: |
|
|
| HalfPrime wrote: | I think he means like an aimbot or something.
GetPixel, SetCursorPos |
Yep. Thanks
|
|
| Back to top |
|
 |
oib111 I post too much
Reputation: 0
Joined: 02 Apr 2007 Posts: 2947 Location: you wanna know why?
|
Posted: Wed Jul 16, 2008 10:12 am Post subject: |
|
|
Only problem is GetPixel requires x and y coordinates. And if you can specify that then there's no point and you may as well just use SetCursorPos. But seeing as aimbots are for FPS games I want to assume that the color will be varying in its location, which is a problem.
_________________
| 8D wrote: |
cigs dont make people high, which weed does, which causes them to do bad stuff. like killing |
|
|
| Back to top |
|
 |
Engineer Expert Cheater
Reputation: 1
Joined: 25 Nov 2007 Posts: 170
|
Posted: Wed Jul 16, 2008 10:44 am Post subject: |
|
|
| oib111 wrote: | | Only problem is GetPixel requires x and y coordinates. And if you can specify that then there's no point and you may as well just use SetCursorPos. But seeing as aimbots are for FPS games I want to assume that the color will be varying in its location, which is a problem. |
Isn't there any way to do it with RGB's?
|
|
| Back to top |
|
 |
jackyyll Expert Cheater
Reputation: 0
Joined: 28 Jan 2008 Posts: 143 Location: here
|
Posted: Wed Jul 16, 2008 11:00 am Post subject: |
|
|
| Could use GetPixel on every pixel til you find the right color, but that's both slow and dumb. Pixels aren't a great way to do much though.
|
|
| Back to top |
|
 |
kitterz Grandmaster Cheater Supreme
Reputation: 0
Joined: 24 Dec 2007 Posts: 1268
|
Posted: Sat Jul 19, 2008 2:59 pm Post subject: |
|
|
| This finds the xy of the mouse point....uses a + 5 byte bypass....so itll work and bypass GG.
|
|
| Back to top |
|
 |
shadoninja Master Cheater
Reputation: 0
Joined: 10 Aug 2007 Posts: 376
|
Posted: Sat Jul 19, 2008 6:46 pm Post subject: |
|
|
Couldn't there be a way to make your mouse lock on the color AFTER you find it yourself?
That would work just as well (If you have half-decent aim) and takes a chunk out of the code
I have seen plenty of aimbots for CSS where it changes the player models heads to bright red
|
|
| Back to top |
|
 |
jackyyll Expert Cheater
Reputation: 0
Joined: 28 Jan 2008 Posts: 143 Location: here
|
|
| Back to top |
|
 |
hcavolsdsadgadsg I'm a spammer
Reputation: 26
Joined: 11 Jun 2007 Posts: 5801
|
Posted: Sun Jul 20, 2008 1:11 am Post subject: |
|
|
| shadoninja wrote: | Couldn't there be a way to make your mouse lock on the color AFTER you find it yourself?
That would work just as well (If you have half-decent aim) and takes a chunk out of the code
I have seen plenty of aimbots for CSS where it changes the player models heads to bright red |
It's probably all done by hooking the renderer. Changing the skins would get you kicked for being an unpure client.
|
|
| Back to top |
|
 |
|