Thread: wtf
View Single Post
 
Reply
Posted 2004-09-01, 06:57 AM in reply to nddwind's post "wtf"
`Insolence` had a script that did something similar to what you want it to, and worked somewhat ok for recording coords, problem is, the color it recorded was your mouse-pointer...

What I do is use the AutoIt Window Spy, get the coords I want, then use something simple like this:

Code:
AutoItSetOption("PixelCoordMode", 0)
AutoItSetOption("MouseCoordMode", 0)


WinActivate("Diablo II")
Sleep(2000)

$color = PixelGetColor(453, 462)

Iniwrite("C:\Documents and Settings\Vollstrecker\My Documents\Anti-Idle\Color.ini", "PixelColor", "Color", $color)
Old
Profile PM WWW Search
Vollstrecker shows clear signs of ignorance and confidence; the two things needed to succeed in lifeVollstrecker shows clear signs of ignorance and confidence; the two things needed to succeed in life
 
 
Vollstrecker