Jump to content

Recommended Posts

Posted

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

image.png.ad8dc99467712bffd529cd5c13c34c0a.pngimage.png.39ba83ae730bc0c57855d8588517f30a.png

Posted

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
Posted (edited)
2 hours ago, long8892 said:

"SSH Bruteforce"

Don't think we want to support questions about questions software...right?

Jos

Edited 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.
  :)

  • Jos locked this topic
Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...