Autohotkey Tutorial; Simple Script
Uploader Comments (ckinrunproductions)
Video Responses
All Comments (32)
-
Hey can you help me a script that preesses automatically in 1 minute.
"t/find 0 [enter]" after a minute it will automaticall run " t/find[enter]"
autohotkey file plase. thanks in advance
-
Could you make me a script so my moust button 5 works as Ctrl?
-
Okay, so I just started playing Never Winter Nights again and I'm wondering if there is any way to change the hotkeys from f1-f12 to something different. I've looked all through the setting and there isn't anywhere to change them and I have a feeling this game would be a lot more fun and flow a lot better if i could change them. If anyone can explain how to write a script that would do this it would be really nice. Also, if anyone could suggest a program I could use to make it easier. thanks!!!
-
@l3g10nw wow thanks for replying dude!! you're a star
but i'm a little confused, could you just send the ready set script to my youtube inbox because i know theres a limit on characters on the comments section, thanks again :D
-
ifWinActive World of Warcraft
{
$5::
Loop { if not GetKeyState("5", "P") break Send 5 sleep 18 }
return
}
;copy & paste the same, and edit all number FIVE to the ones u want
-
Auto Keybot is better...
can you give me the userDefineLang.xml that has the syntax highlighting in it
laputahayom 2 years ago
It comes with the autohotkey program. Its in the extras folder of the default installation directory.
ckinrunproductions 2 years ago
hey can you make me a script. That press automatic the enter button then 4 sec wait.
and loop this for 50.
ENTER > 5sec WAIT > ENTER > 5sec WAIT
make a ahk file.. pm me mate^^
RkoLeague 2 years ago
Loop, 50
{
SendInput, {enter}
Sleep, 5000
}
ckinrunproductions 2 years ago
can i use this to runescape?
pokemaniac463 2 years ago
Yes. But it is against their ToS. so anything that happens to your account, I'm not responsible for.
ckinrunproductions 2 years ago