ENA: Dream BBQ

ENA: Dream BBQ

Voir les stats:
AutoHotKey script for exhausting dialogues
In case anyone wants to exhaust hell a lot of dialogues from some random monkey *wink* Patient Listener Achievement
Works for both AHK 1 and 2, i think. Toggle on X button. You can still read this meaningful text. Go grab a drink, it will still take a few minutes.
Make sure the key E in the script matches your keybind for interaction. See the AHK docs for details.
x:: { while(GetKeyState("x", "T")) { send "{click left}" send "{e down}" sleep 1 send "{e up}" sleep 1 } return }
Posté le 29 mars à 2h27
Messages : 0