Request for script

Ask gaming related questions (AHK v1.1 and older)
NandaldiaN
Posts: 1
Joined: 07 Sep 2018, 08:45

Request for script

07 Sep 2018, 09:43

I would like a script that :

Everytime I press the SUPR key make this sequence :
Enter
Enter
ESC
Enter
Enter
Right mouse button
Right mouse button
Arrow down
Arrow down
Arrow down
Enter
ESC
Enter
Enter
Right mouse button
Right mouse button
Right mouse button
Right mouse button


Basically a script for change equipment and item set fast in MHW =D

Thanks in advance!
WingbtZ
Posts: 22
Joined: 09 Aug 2018, 04:41

Re: Request for script

11 Sep 2018, 07:06

I recommend you take a look at these documents.
https://autohotkey.com/docs/KeyList.htm
https://autohotkey.com/docs/commands/Send.htm
https://autohotkey.com/docs/commands/MouseClick.htm
https://autohotkey.com/docs/commands/Sleep.htm

Code: Select all

<#:: ;Or ># for right {Win}
Send, {Enter}
Send, {Enter}
Send, {Escape}
Send, {Enter}
Send, {Enter}
MouseClick, right
MouseClick, right
Send, {Down}
Send, {Down}
Send, {Down}
Send, {Enter}
Send, {Escape}
Send, {Enter}
Send, {Enter}
MouseClick, right
MouseClick, right
MouseClick, right
MouseClick, right
return
Will the script work? No clue, but it is what you asked for.

Return to “Gaming Help (v1)”

Who is online

Users browsing this forum: No registered users and 66 guests