Search found 5 matches

by Vijer
13 Sep 2023, 12:11
Forum: Gaming
Topic: Mimic WSAD
Replies: 2
Views: 370

Re: Mimic WSAD

Never mind, I found the solution.

Code: Select all

!w::
    {
        loop 
        {
            SendEvent "{w down}"
        }
        until GetKeyState("Backspace")
        SendEvent "{w Up}"
    }
by Vijer
13 Sep 2023, 12:09
Forum: About This Community
Topic: Issues with registering, Post your username here...
Replies: 865
Views: 2078631

Re: Issues with registering, Post your username here...

We are having a failure to communicate.

I want to keep the "Vijer" user name and the vijer email address.
by Vijer
13 Sep 2023, 10:37
Forum: About This Community
Topic: Issues with registering, Post your username here...
Replies: 865
Views: 2078631

Re: Issues with registering, Post your username here...

I would prefer to keep the Vijer account. You can delete the GamerD. But I still haven't received a password reset for the vijer account?
by Vijer
13 Sep 2023, 07:35
Forum: About This Community
Topic: Issues with registering, Post your username here...
Replies: 865
Views: 2078631

Re: Issues with registering, Post your username here...

vijer

I request a password reset and it nver sends an email.
by Vijer
13 Sep 2023, 05:18
Forum: Gaming
Topic: Mimic WSAD
Replies: 2
Views: 370

Mimic WSAD

I'm trying to mimic holding the W key during game play. The problem I'm having is that it doesn't work when I am in a vehicle, and after disabling it with the Backspace key, it will restart on its own. What am I doing wrong? #MaxThreadsPerHotkey 2 if WinExist("ahk_class somegame.exe") { WinActivate ...

Go to advanced search