Search found 4 matches

by Spur
31 Jul 2019, 08:56
Forum: Scripts and Functions (v1)
Topic: little volume control game
Replies: 0
Views: 619

little volume control game

Hi Just made a little volume control game. Start the script, open the windows volume control (in the tray) and try to match the displayed value. #NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases. ; #Warn ; Enable warnings to assist with detecting common errors. S...
by Spur
05 Aug 2018, 05:41
Forum: Scripts and Functions (v1)
Topic: AHK Telegram MsgBox (Telegram_MsgBox)
Replies: 25
Views: 17287

Re: AHK Telegram MsgBox (Telegram_MsgBox)

runwait, curl -X POST https://api.telegram.org/%Telegram_Token%/sendPhoto -F chat_id=%Telegram_ChatID% -F video ="@%path%", , Hide But is this correct? Doesn't have the API command sendPhoto a photo parameter and not a video parameter (which you would find with the command SendVideo ?!) thank you f...
by Spur
03 Aug 2018, 01:11
Forum: Scripts and Functions (v1)
Topic: AHK Telegram MsgBox (Telegram_MsgBox)
Replies: 25
Views: 17287

Re: AHK Telegram MsgBox (Telegram_MsgBox)

Hi @all Thanks for the positive feedback and I am glad to hear one or another could find a use for it. @snowmind Hiiiii It worked perfectly, but I was left with a doubt. Is it possible to send images? Yes there is a way to send photos and videos (and use all other Telegram methods https://core.teleg...
by Spur
25 Nov 2016, 04:33
Forum: Scripts and Functions (v1)
Topic: AHK Telegram MsgBox (Telegram_MsgBox)
Replies: 25
Views: 17287

AHK Telegram MsgBox (Telegram_MsgBox)

Hi there I was tired of sending me alerts via mail so I created a function to send me messages via telegram. Telegram is a messenger like WhatsApp, but it has a API through you can send messages directly to your telegram and so to your phone. Here is the code with two functions. One is the main func...

Go to advanced search