Skip to content

Instantly share code, notes, and snippets.

View Iaotle's full-sized avatar
💣

Vadim Isakov Iaotle

💣
View GitHub Profile
@Iaotle
Iaotle / audio.ahk
Last active April 20, 2024 11:29
AutoHotkey for managing bluetooth audio along with a speaker-headset pair.
; 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::
@Iaotle
Iaotle / omegle.js
Last active July 6, 2023 06:03 — forked from jonnypetraglia/omegle.js
JS script to skip undesirables on omegle and auto-retry
var secondsToWait = 30;
var secondsWaited = 0;
var introMsg = "M24";
var chatText;
var resps;
var yourlines;
var strangerlines;
var chatStarted = false;