This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var secondsToWait = 30; | |
var secondsWaited = 0; | |
var introMsg = "M24"; | |
var chatText; | |
var resps; | |
var yourlines; | |
var strangerlines; | |
var chatStarted = false; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
; Requires VA: https://www.autohotkey.com/board/topic/21984-vista-audio-control-functions/ | |
; Requires Bluetooth Command Line Tools: https://bluetoothinstaller.com/bluetooth-command-line-tools/BluetoothCLTools-1.2.0.56.exe | |
#SingleInstance | |
#Include %A_ScriptDir%\VA.ahk | |
SendMode Input | |
; Some logic to connect/disconnect to the BT headset, requires bluetooth command line tools | |
; gist taken from https://gist.github.com/joshjm/69dcef304386e928c10c9534c73c3a04 | |
#c:: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Computer Information: | |
Manufacturer: Gigabyte Technology Co., Ltd. | |
Model: Z390 AORUS PRO WIFI | |
Form Factor: Desktop | |
No Touch Input Detected | |
Processor Information: | |
CPU Vendor: GenuineIntel | |
CPU Brand: Intel(R) Core(TM) i7-9700K CPU @ 3.60GHz | |
CPU Family: 0x6 | |
CPU Model: 0x9e |