Search found 8 matches

by itisme
17 Oct 2022, 18:37
Forum: Ask for Help (v1)
Topic: I can not seem to hotkey numbers? 1:: dose not work when I press "1" to activate the script?
Replies: 1
Views: 168

I can not seem to hotkey numbers? 1:: dose not work when I press "1" to activate the script?

This does not work ... when I press "1" to start/stop the script 1:: if !T gosub Press_e SetTimer, Press_e, % (T:=!T) ? 1000 : "Off" return Press_e: send 1 return This does work when I press F2 to start / stop the script. F2:: if !T gosub Press_e SetTimer, Press_e, % (T:=!T) ? 1000 : "Off" return Pr...
by itisme
21 Apr 2021, 01:33
Forum: Gaming Help (v1)
Topic: Help with a simple TOGGLE script?
Replies: 5
Views: 582

Re: Help with a simple TOGGLE script?

ok... how about making the toggle stop on the press of anykey? Is that possible?
by itisme
19 Apr 2021, 00:11
Forum: Gaming Help (v1)
Topic: Help with a simple TOGGLE script?
Replies: 5
Views: 582

Re: Help with a simple TOGGLE script?

Hi... Thanks for the reply... this seems to work well... is there way to have a table of keys and test them all with a loop rather than list them all. The code will stop and type the 1st char if I press 1... so I need to make a 1:: type line for every active key to stop is... is there a way to have ...
by itisme
17 Apr 2021, 19:32
Forum: Gaming Help (v1)
Topic: Help with a simple TOGGLE script?
Replies: 5
Views: 582

Help with a simple TOGGLE script?

Hi there... I have a macro that enables me to toggle a button to keep pressing it... so I press "a" it types"aaaaaaaaaaaaaaa....." etc etc. I then press "a" again to stop it. If the "a" is repeating... and I simply hold down shift it will type "AAAAAAAAAAAAAAAAAAA". I also have a F11 to set everythi...
by itisme
24 Sep 2019, 19:38
Forum: Ask for Help (v1)
Topic: Please help me fix my simple script.... and a usage question
Replies: 0
Views: 705

Please help me fix my simple script.... and a usage question

Hi this is my current script I have built.. it mostly works but strange thigns happen like when I auto run it also spams e and stuff... maybe you pros could take a look at it and help me fix. This is what I want the script to do to help me in a game called Satisfactory t == press and hold e g == rap...
by itisme
24 Sep 2019, 00:42
Forum: Ask for Help (v1)
Topic: Hi I am not really understanding scripting.. is this possible..
Replies: 4
Views: 793

Re: Hi I am not really understanding scripting.. is this possible..

Thanks so much for eveything.. would you please look at my script for me... At the top I have listed what I want it to do... but only some of it is working. Maybe you could see what I have done wrong? Thanks #SingleInstance /* NOTES: t == press and hold e g == rapid fire press e b == press and hold ...
by itisme
22 Sep 2019, 05:26
Forum: Ask for Help (v1)
Topic: Hi I am not really understanding scripting.. is this possible..
Replies: 4
Views: 793

Re: Hi I am not really understanding scripting.. is this possible..

Hey thanks a lot... the problem with this is that it stops you normally using w.... or so it seemed.. I tried editing it to have it switch on and off with either a key or a middle mouse button.. but I couldn't get it to do anything... TL;DR - How would I modify the code above to remove the double ta...
by itisme
21 Sep 2019, 11:14
Forum: Ask for Help (v1)
Topic: Hi I am not really understanding scripting.. is this possible..
Replies: 4
Views: 793

Hi I am not really understanding scripting.. is this possible..

Hi I am not really understanding scripting.. is this possible.. : What I would like to do : I have a first person game that has a ton of running from point to point but no autorun key. I would like to use autohotkey to set "w" to always be down so I can activate the script and automatically run forw...

Go to advanced search