Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- f1::
- SoundBeep, 750, 500
- Return
- f2::
- SoundPlay, Filename
- Return
- BlockInput, On
- Send hi
- BlockInput, Off
- f3::
- ImageSearch, OutputVarX, OutputVarY, 0, 0, A_ScreenWidth, A_ScreenHeight, C:\Users\Thom\Desktop\Capture.PNG
- If OutputVarX =
- {
- Msgbox, No nothing yet sorry
- }
- Else
- {
- Msgbox, I found the picture at %OutputVarX%
- }
- Return
- f4::
- MouseGetPos, MouseX, MouseY
- PixelGetColor, color, %MouseX%, %MouseY%
- MsgBox The color at the cursor position is %color%.
- If color=
- {
- MouseMove, MouseX, MouseY
- click
- }
- Return
Advertisement
Add Comment
Please, Sign In to add comment