Search found 10 matches

by Swagcheck
05 Apr 2020, 05:58
Forum: Gaming Help (v1)
Topic: Game blocking mouse clicks from AHK
Replies: 9
Views: 4895

Re: Game blocking mouse clicks from AHK

Is there an alternative to Interception I might try? Because it's causing huge problems with another game I play.
by Swagcheck
27 Mar 2020, 21:41
Forum: Ask for Help (v1)
Topic: StringReplace
Replies: 4
Views: 600

StringReplace

I need to remove from a variable two numbers followed by a space from 01 to 25. Could someone demonstrate how to do this instead of:

StringReplace, stitle, stitle, 01%A_SPACE%,,All
StringReplace, stitle, stitle, 02%A_SPACE%,,All
StringReplace, stitle, stitle, 03%A_SPACE%,,All
...
by Swagcheck
17 Feb 2020, 00:51
Forum: Ask for Help (v1)
Topic: Can't play .WAV files with WMPLayer.OCX
Replies: 0
Views: 499

Can't play .WAV files with WMPLayer.OCX

I can play WAVs in my WMP v12 (Windows 7) but not in the AHK generated WMP via WMPLayer.OCX (nothing happens when I click the play button). Is there something I can try to make it work?
by Swagcheck
24 Jan 2020, 23:55
Forum: Scripts and Functions (v1)
Topic: AutoHotInterception (AHI): Multi-Keyboard / Multi-Mouse support for AHK. Per-device blocking!
Replies: 345
Views: 199508

Re: AutoHotInterception (AHI): Multi-Keyboard / Multi-Mouse support for AHK. Per-device blocking!

This works for me until after I restart my computer a second time (after installation). That's when I can't enter my Windows (7) password because my keyboard is completely unresponsive and the only to fix it is by doing a system restore. I tried installing again and the same thing happened, very fr...
by Swagcheck
24 Jan 2020, 09:22
Forum: Scripts and Functions (v1)
Topic: AutoHotInterception (AHI): Multi-Keyboard / Multi-Mouse support for AHK. Per-device blocking!
Replies: 345
Views: 199508

Re: AutoHotInterception (AHI): Multi-Keyboard / Multi-Mouse support for AHK. Per-device blocking!

This works for me until after I restart my computer a second time (after installation). That's when I can't enter my Windows (7) password because my keyboard is completely unresponsive and the only to fix it is by doing a system restore. I tried installing again and the same thing happened, very fru...
by Swagcheck
24 Jan 2020, 04:57
Forum: Gaming Help (v1)
Topic: Game blocking mouse clicks from AHK
Replies: 9
Views: 4895

Re: Game blocking mouse clicks from AHK

idk, try the AHI thread so long as uve installed everything correctly, have placed all files in their correct locations, have not exceeded AHI's peripheral limit, have a recent enough dot net framework, are running as admin, have followed the code examples, it should work Ah never mind, I put in th...
by Swagcheck
23 Jan 2020, 13:44
Forum: Gaming Help (v1)
Topic: Game blocking mouse clicks from AHK
Replies: 9
Views: 4895

Re: Game blocking mouse clicks from AHK

I've installed AutoHotInterception and tried sending some mouse and key events. These tests don't work even without the game running. AHI.SendKeyEvent(3, 20, 1) AHI.SendKeyEvent(3, 20, 0) should send t and AHI.SendMouseButtonEvent(13, 0, 1) AHI.SendMouseButtonEvent(13, 0, 0) should left click, right...
by Swagcheck
23 Jan 2020, 08:51
Forum: Gaming Help (v1)
Topic: Game blocking mouse clicks from AHK
Replies: 9
Views: 4895

Re: Game blocking mouse clicks from AHK

I have already tried all the above suggestions but AutoHotInterception. Not sure how to use it but I'll give it a try. Thanks
by Swagcheck
21 Jan 2020, 22:05
Forum: Gaming Help (v1)
Topic: Game blocking mouse clicks from AHK
Replies: 9
Views: 4895

Re: Game blocking mouse clicks from AHK

My account is already admin
by Swagcheck
13 Jan 2020, 09:06
Forum: Gaming Help (v1)
Topic: Game blocking mouse clicks from AHK
Replies: 9
Views: 4895

Game blocking mouse clicks from AHK

Ever since the latest update of a TPS I play (GunZ The Last Duel) MouseClick and Send {LButton} no longer work in any window while the game is running, whether active or not. I've tried SendInput, ControlClick, sleep delays, hiding the game's window, reloading the AHK script, running the script as a...

Go to advanced search