long8892 Posted November 24, 2018 Posted November 24, 2018 sorry for my english problem. i'm new to autoit approach, i have 1 problem: - I want to use the handle to get exactly the color point on my work window. - I used Autoit window info to get the parameters of my work window. But maybe I'm confused. - the color point is not taken correctly. - somebody can help me. I am very thankful for that. $hd = WinGetHandle("SSH Bruteforce") $px = PixelGetColor(104,13,$hd) If @error Then MsgBox(0,"","Error") Else MsgBox(0,"",Hex($px,6)) EndIf
careca Posted November 24, 2018 Posted November 24, 2018 Coordinates could be wrong, what you need to do is use the relative coords, see the opt for that and then see how many pixels inside the control you have to add. Spoiler Renamer - Rename files and folders, remove portions of text from the filename etc. GPO Tool - Export/Import Group policy settings. MirrorDir - Synchronize/Backup/Mirror Folders BeatsPlayer - Music player. Params Tool - Right click an exe to see it's parameters or execute them. String Trigger - Triggers pasting text or applications or internet links on specific strings. Inconspicuous - Hide files in plain sight, not fully encrypted. Regedit Control - Registry browsing history, quickly jump into any saved key. Time4Shutdown - Write the time for shutdown in minutes. Power Profiles Tool - Set a profile as active, delete, duplicate, export and import. Finished Task Shutdown - Shuts down pc when specified window/Wndl/process closes. NetworkSpeedShutdown - Shuts down pc if download speed goes under "X" Kb/s. IUIAutomation - Topic with framework and examples Au3Record.exe
Developers Jos Posted November 24, 2018 Developers Posted November 24, 2018 (edited) 2 hours ago, long8892 said: "SSH Bruteforce" Don't think we want to support questions about questions software...right? Jos Edited November 24, 2018 by Jos SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
Recommended Posts