Search found 5 matches

by User863
16 Oct 2021, 05:45
Forum: Gaming Scripts (v1)
Topic: Recording and playback mouse movement in polar coordinates script
Replies: 0
Views: 1476

Recording and playback mouse movement in polar coordinates script

I found a very interesting script that allows you to record the movement of the mouse and play it in any direction and at any distance (between any two points): ; Natural Mouse Movement ; --- Begin Demo Section --- CoordMode, ToolTip, Screen CoordMode, Mouse, Screen MsgBox, start recording Mousemove...
by User863
10 Mar 2021, 08:11
Forum: Gaming Help (v1)
Topic: Buttons get stuck and won't released Topic is solved
Replies: 5
Views: 2503

Re: Buttons get stuck and won't released Topic is solved

With some help i think i found the solution to the topic in this thread: Why you should avoid while(GetKeyState("a", "P")) to detect release of key a https://www.autohotkey.com/boards/viewtopic.php?t=19745 ~RButton & a:: Send {RButton Down} Send {a Down} Return ~RButton & a Up:: Send {RButton Up} Se...
by User863
09 Mar 2021, 13:48
Forum: Gaming Help (v1)
Topic: Buttons get stuck and won't released Topic is solved
Replies: 5
Views: 2503

Re: Buttons get stuck and won't released Topic is solved

So the issue is the game's response. You might find help in the tips: https://autohotkey.com/board/topic/111737-how-to-make-ahk-work-in-most-games-the-basics/ Since you already tried to Send a up, I do not have ideas beyond this, but many find that if they follow the tips, it resolves issues. Thank...
by User863
09 Mar 2021, 08:35
Forum: Gaming Help (v1)
Topic: Buttons get stuck and won't released Topic is solved
Replies: 5
Views: 2503

Re: Buttons get stuck and won't released Topic is solved

What happens with your scripts in a text editor? PS: note that a prefix key that is not a modifier will normally be blocked. Explained: Custom combinations MButton & a:: Return With this script In a text editor, pressing "a" gives: aaaaaaaa... When you press the middle mouse button: printing "a" is...
by User863
08 Mar 2021, 21:57
Forum: Gaming Help (v1)
Topic: Buttons get stuck and won't released Topic is solved
Replies: 5
Views: 2503

Buttons get stuck and won't released Topic is solved

If you run some shooter game with this script: ~RButton & a:: Return Then in the game press "a" to move. Then without releasing "a" press the right mouse button, hold it down for a few seconds and release it. And then after you release the "a" button, you will find that it is stuck (player continues...

Go to advanced search