Skip to content

Instantly share code, notes, and snippets.

#SingleInstance, Force
SendMode Input
SetWorkingDir, %A_ScriptDir%
global row := 0
global col := 0
global page := 0
F3::
{
@A2TC-YT
A2TC-YT / auto_fishing.ahk
Last active July 5, 2023 23:56
afk fishing macro for destiny 2. You will need to install the Gdip_all library which you can find here: https://www.autohotkey.com/boards/viewtopic.php?t=6517
#SingleInstance, Force
SendMode Input
SetWorkingDir, %A_ScriptDir%
global 1080p := 0
MsgBox, ***READ BEFORE USING***`nMake sure you are on 7 brightness, chromatic abberation is off, and hud opacity is max. Make sure you have interact bound to "E". Press F3 to start and F4 to stop. Does NOT work on Nessus.
InputBox, 1080p, Resolution, If your computer monitor resolution is 1440p enter 0`nIf your computer monitor is 1080p enter 1
pToken := Gdip_Startup()