yes, i did search.
and i found this.
*$Space::
while GetKeyState("Space", "P")
send {space}
return
which is ALMOST perfect to what i need.
all i want to add to this is so that it doesnt press it like without any pauses.
I need it to pause every like 0.75seconds.
to help you understand,
i play this game where you dash/roll right?
and to dash you need to press spacebar.
BUT, if you press it and then press it again (after a few miliseconds)...then it does this super dash thing.
the problem is...the timing is pretty hard to get right.
and its annoying to do it over and over again without any mistakes.
so i need a macro that allows me to just hold the spacebar..
but it will continuously press it for me...and pause every...like...0.75seconds (so it can do the super dash thing)
do you get what i mean?
so basically all im doing is holding the spacebar..
but in the game i'm basically doing an infinite amount of super dashes..
so please help me out.
i got
*$Space::
while GetKeyState("Space", "P")
send {space}
return
this...
but it doesnt pause...
i think this wud be pretty easy for you pros to figure out.
i just want to add in a pause.
and sorry i dont know the EXACT milisecond for the super dash thing.
so can you make it so that it does it anywhere from 0.01-10seconds...
then i'll just play around with it until i figure the exact milisecond out.
thanks a lot you guys!
