Skip to content

Instantly share code, notes, and snippets.

View VydrOz's full-sized avatar
🧙
💧

VydrOz VydrOz

🧙
💧
View GitHub Profile
@VydrOz
VydrOz / Azerty_DARQ_Off_Camera_Achv.ahk
Last active August 6, 2023 10:49
AutoHotKey scripts to complete "Off Camera" achievement in DARQ (qwerty/azerty)
#Requires AutoHotkey v2.0
^!x:: ; Ctrl+Alt+X
{
move("s") ; down
Loop 3 {
move("d") ; right
}