Search found 6 matches

by baconbankai
10 Mar 2024, 18:25
Forum: Gaming Help (v1)
Topic: How do I segment this script so it doesn't run everything in it Topic is solved
Replies: 2
Views: 178

Re: How do I segment this script so it doesn't run everything in it Topic is solved

I figured it out. I needed each bound key to perform only the section below it. I'm sorry I wasn't clear in my post I'm not as familiar with the verbiage so I had a hard time describing what I needed it to do. before if I hit "4" on my keybord it would send wsdaw, sswd, and the rest of the character...
by baconbankai
10 Mar 2024, 17:50
Forum: Gaming Help (v1)
Topic: How do I segment this script so it doesn't run everything in it Topic is solved
Replies: 2
Views: 178

How do I segment this script so it doesn't run everything in it Topic is solved

I wasn't sure how to word the subject line in this case but rather than running multiple scripts I would like it all contained in one if possible. when I run this script my intent is to have each series of key strokes bound to a specific key but the script runs all the keystrokes to the very end dep...
by baconbankai
10 Mar 2024, 16:54
Forum: Gaming Help (v1)
Topic: How do I bind the hyphen key or equals key to a script? Topic is solved
Replies: 4
Views: 313

How do I bind the hyphen key or equals key to a script? Topic is solved

How do I bind the hyphen key or equals key to a script? or keys in general that are not listed on the ahk key list? I have a mouse that has the keys 1234567890-= on the side. But I've never been able to bind hyphen or equals using the usual :: example -:: send w sleep 10 send a [Mod edit: Added [cod...
by baconbankai
24 Jun 2018, 11:58
Forum: Ask for Help (v1)
Topic: want to Open then close task manager not working Topic is solved
Replies: 2
Views: 614

want to Open then close task manager not working Topic is solved

What I want the script to do is upon hitting the backquote key to open the task manager and then close it.
I tried this

`::
run taskmgr.exe
sleep 300
Process, Close, taskmgr.exe

but it's not working. It opens task manager but it doesn't close it.

Go to advanced search