[Requirements]
[Only registered and activated users can see links. Click Here To Register...] Download the version fits with your OS ( x86 or x64 bit )
[Only registered and activated users can see links. Click Here To Register...]
[Steps]
After you're done with the setup, create a new AHK script file
[Only registered and activated users can see links. Click Here To Register...]
Then you will start writing your script by going to the AHK script file.Left click then edit.Firstly it will look like this
[Only registered and activated users can see links. Click Here To Register...]
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 )
[Only registered and activated users can see links. Click Here To Register...]
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 [Only registered and activated users can see links. Click Here To Register...]
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 ~
[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...] Download the version fits with your OS ( x86 or x64 bit )
[Only registered and activated users can see links. Click Here To Register...]
[Steps]
After you're done with the setup, create a new AHK script file
[Only registered and activated users can see links. Click Here To Register...]
Then you will start writing your script by going to the AHK script file.Left click then edit.Firstly it will look like this
[Only registered and activated users can see links. Click Here To Register...]
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 )
[Only registered and activated users can see links. Click Here To Register...]
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 [Only registered and activated users can see links. Click Here To Register...]
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
[Only registered and activated users can see links. Click Here To Register...]