Endacopia: How to Obtain the “Footwork Master” Achievement with Autohotkey
how to cheese this achievement with the use of a script/macro 1. Download Autohotkey[www.autohotkey.com] Make a new .ahk file Edit it and paste the following, then run the ahk file #Requires AutoHotkey v2.0 #SingleInstance Force toggled := false F1:: { global toggled toggled := !toggled …