Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- CoordMode, Mouse, Screen
- Gui, +AlwaysOnTop
- Gui, Add, Text, x2 y15 w250 h30 , Горячая клавиша (можно динамически менять)
- Gui, Add, HotKey, x2 y30 w100 h20 vkey1 gApply, F11
- Gui, Add, Text, x2 y65 w170 h30 , Вводимый текст
- Gui, Add, ComboBox, x2 y80 w150 h90 vText , yandex.ru|vk.com|google.com|
- Gui, Show,x718 y273 w261 h185, Writer
- GuiControlGet, keyWrite,, key1
- Hotkey, %keyWrite%, keyWrite
- return
- keyWrite:
- MouseGetPos, xpos, ypos
- GuiControlGet, Text,, Text
- Send, %Text%
- Return
- GuiClose:
- ExitApp
- Apply:
- Hotkey, %keyWrite%, Off
- GuiControlGet, keyWrite,, key1
- Hotkey, %keyWrite%, keyWrite, On
- return
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement