J
J
Jasee Cambatch2020-01-12 09:57:30
Macros
Jasee Cambatch, 2020-01-12 09:57:30

How to make automatic "taking" data, and not on the button?

ist := [] 
loop,read, login.txt 
{ 
list.Push(StrSplit(Trim(A_LoopReadLine), ":")) 
}

i := 1
return

!1::
MouseClick left, 1192, 430, 1 
SendInput, % list[i]1] 
MouseClick left, 1192, 517 ,1 
SendInput, % list[i][2]
i++
return

How to make it so that instead of Alt +1, the script itself reproduces what is written below (inserted data)

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question