Page 1 of 1

Help!

Posted: 17 Dec 2017, 19:54
by Ysbrandve
I made a bhop script for games, and wanted to stop it. I thought: "whop, in the trashcan and it'll stop." Nope.
Is there anyway to stop this script? Thanks already :).

Re: Help!

Posted: 17 Dec 2017, 22:16
by Delta Pythagorean
Pause
Suspend
Exit
Exitapp
All places to start

Re: Help!

Posted: 18 Dec 2017, 01:12
by Ysbrandve
That is going to be a bit hard if the file no longer exists but the script still works...

Re: Help!

Posted: 18 Dec 2017, 01:23
by gregster
"Whopping it in the trashcan" won't remove it from memory.
Instead, right-click on the script's icon in the system tray and click "Exit".

(If you explicitly removed the icon via the script, you would have to start the task manager and end the Autohotkey.exe process. (of course, a reboot of the computer would also end the script).)

Next time, just add a hotkey like Escape to stop the script: Esc::ExitApp