Gordoni Posted November 12, 2008 Posted November 12, 2008 (edited) [*] [*] [*] [*] I have that all and i dont know how to write command with script checking where is malah and click on she . Edited November 12, 2008 by Gordoni
spudw2k Posted November 12, 2008 Posted November 12, 2008 still need help pleaseSearch the helpfile for PixelSearch()MouseClick() Spoiler Things I've Made: Always On Top Tool ◊ AU History ◊ Deck of Cards ◊ HideIt ◊ ICU ◊ Icon Freezer ◊ Ipod Ejector ◊ Junos Configuration Explorer ◊ Link Downloader ◊ MD5 Folder Enumerator ◊ PassGen ◊ Ping Tool ◊ Quick NIC ◊ Read OCR ◊ RemoteIT ◊ SchTasksGui ◊ SpyCam ◊ System Scan Report Tool ◊ System UpTime ◊ Transparency Machine ◊ VMWare ESX Builder Misc Code Snippets: ADODB Example ◊ CheckHover ◊ Detect SafeMode ◊ DynEnumArray ◊ GetNetStatData ◊ HashArray ◊ IsBetweenDates ◊ Local Admins ◊ Make Choice ◊ Recursive File List ◊ Remove Sizebox Style ◊ Retrieve PNPDeviceID ◊ Retrieve SysListView32 Contents ◊ Set IE Homepage ◊ Tickle Expired Password ◊ Transpose Array Projects: Drive Space Usage GUI ◊ LEDkIT ◊ Plasma_kIt ◊ Scan Engine Builder ◊ SpeeDBurner ◊ SubnetCalc Cool Stuff: AutoItObject UDF ◊ Extract Icon From Proc ◊ GuiCtrlFontRotate ◊ Hex Edit Funcs ◊ Run binary ◊ Service_UDF
Gordoni Posted November 15, 2008 Author Posted November 15, 2008 (edited) Hmm PixelSearch ( left, top, right, bottom, color [, shade-variation [, step [, hwnd]]] ) Can i get any example for that . Malah is moving so how to set right , top etc . And i need that all? Edited November 15, 2008 by Gordoni
Gordoni Posted November 15, 2008 Author Posted November 15, 2008 Any 1 can help ? trying to that more than 2 weeks . I am new and trying to learn that
Kip Posted November 15, 2008 Posted November 15, 2008 I am new and trying to learn thatAsking how to do something is is not learning. MailSpons: Fake SMTP server for safe email testing Dutch postcode & address API.
bluerein Posted November 15, 2008 Posted November 15, 2008 (edited) it works ..I tested using the third image in post 1 and selecting a pixel on his head HotKeySet("{esc}","_end") while 1 $fov=2000 $shadowMDLS = "0Xfffef6" $mPos = MouseGetPos() $coords = PixelSearch($mPos[0]-$fov, $mPos[1]-$fov, $mPos[0]+$fov, $mPos[1]+$fov, $shadowMDLS, 1, 1) If IsArray($coords) Then MouseClick("none", $coords[0], $coords[1] + 2, 2, 1) endif wend func _end() Exit EndFunc just change the mouseclick Edited November 15, 2008 by bluerein
Xav Posted November 18, 2008 Posted November 18, 2008 Ps : i arealy play'd d2 and this is the color of the hand mouse .... You have to take circlet to watch colors.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now