Originally Posted by
0bliviater
Having the same issue with invoking, it will go to the invoking menu, but not invoke and then will just log out. Is there a way to have it spam Cntrl I so this doesn't happen?
If you edit the nwInvokerM6.au3 file and add extra CTRL + I functions as below. I put 4 in just to make sure.
Then recompile it with Auto-it propgram. https://www.autoitscript.com/site/
This will create a new .exe program
Code:
Case "CTRL"
;open invoke window
Send("{CTRLDOWN}")
Sleep(50)
Send($invocationKey)
Sleep(50)
Send("{CTRLUP}")
Sleep(2500)