Jump to content

Need Q button auto spam infinity while pressed physically


gaziafsar
 Share

Recommended Posts

i used this code to solve this problem in others apps. But in Autoit i need a similar code for same purpose. 

F8::Suspend, Toggle
SetKeyDelay, 0, 30 ;it does not need to be in the loop 

$q:: 

While GetKeyState("q","P") 

Send, q 
Sleep, 10

This code was used for Pressing Q infinitly while pressed physically. when u pick up the finger from the button, it stops. Also there is a feature for stop/run for the prgramme by f8

Link to comment
Share on other sites

52 minutes ago, argumentum said:

..same question ?

Yes, it is the same question and was already CLOSED by @Jos one minute after it was published (it hardly gets any faster :lol:).

 

Musashi-C64.png

"In the beginning the Universe was created. This has made a lot of people very angry and been widely regarded as a bad move."

Link to comment
Share on other sites

  • Developers

@gaziafsar,
I see you did not read those rules, to which I linked, very carefully - you missed the part that says:

"
Do not repost the same question if the previous thread has been locked - particularly if you merely reword the question to get around one of the prohibitions listed above
"

Do NOT start another thread on this - our patience has limits. :naughty:
Jos

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Link to comment
Share on other sites

  • Jos locked this topic
Guest
This topic is now closed to further replies.
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...