Windows update = no working AHK

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
Noxse
Posts: 1
Joined: 24 Aug 2019, 07:00

Windows update = no working AHK

24 Aug 2019, 07:07

So i have been using a simple "clicker" script for a couple of weeks now with no issues. Was about to use it today, but now it suddenly does not work in-game anymore.
The script works fine when i launch it in desktop, but in-game nothing. It seemed like an administrator issue. So i tried launching steam in administrator, but game still prevents the AHK.
Tried launching both game and AHK in administrator mode. Problem still persists?
I think this might have happened after a windows update? Just odd that it suddenly stops working.


Code: Select all

toggle = 0
#MaxThreadsPerHoyKey 2

F1::
	Toggle := !Toggle
	While Toggle{
		Click
		Send a
		sleep 500
	}
return
My first post, have mercy. ;)

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: joedf, mikeyww, OrangeCat and 149 guests