Autoit script frage

04/29/2016 18:41 ExtasY♥#1
nvm habs
04/29/2016 21:50 elmarcia#2
Hi there, let me explain some issues in your code first:

This is your main loop:
->initial code
While 1
->Your code
wEnd
->won't execute unless loop finish

So looking "Your code" we get

What you should do:
Instead of a loop inside a loop call a function everytime that will have a boolean value
like $running or something and if $running execute the send code, if not then not...

Short Example:

If you want to add more keys, you need more inputs, also you need to use scrollbars or sth...
Example of ussage:
05/02/2016 09:43 Lawliet#3
#closed