Skip to content

Instantly share code, notes, and snippets.

@AmJustS
AmJustS / Fishing_Macro v1.1.ahk
Last active July 12, 2023 23:00
Destiny 2 AHK 1.1 Fishing Macro (Press F2 to start/stop) - also need to download ShinsImageScanClass https://github.com/Spawnova/ShinsImageScanClass
#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
SendMode Input ; Recommended for new scripts due to its superior speed and reliability.
SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.
#SingleInstance Force
#Include ShinsImageScanClass.ahk
Scan := new ShinsImageScanClass
Pause
F2::