[Requirements]
Download the version fits with your OS ( x86 or x64 bit )
[Steps]
After you're done with the setup, create a new AHK script file

Then you will start writing your script by going to the AHK script file.Left click then edit.Firstly it will look like this

You will start writing the commands, for example, this is a script for a SC aka speed counter ( Works fine for me, you can change the sleep time as you like )

The red part is the button you use to active the commands in the script, you can change it as you wish. Here is a
Now as you understood how to create a script here is another example IWJ ( I won't add any others use search engines or brain.gif)
Finally, if you didn't understand any of what I said don't worry I won't answer you just use search engines like I did. Peace out ~
Download the version fits with your OS ( x86 or x64 bit )
[Steps]
After you're done with the setup, create a new AHK script file

Then you will start writing your script by going to the AHK script file.Left click then edit.Firstly it will look like this

You will start writing the commands, for example, this is a script for a SC aka speed counter ( Works fine for me, you can change the sleep time as you like )

The red part is the button you use to active the commands in the script, you can change it as you wish. Here is a

Now as you understood how to create a script here is another example IWJ ( I won't add any others use search engines or brain.gif)
PHP Code:
$*MButton::
Loop
{
if not GetKeyState("MButton","P")
break
Send {Space Down}
Sleep 020
Send {Space Up}
Sleep 020
Send {Space Down}
Sleep 020
Send {Space Up}
Sleep 020
Send {Space Down}
Sleep 020
Send {Space Up}
}
Return







