Deprecated scripts moved aside
This commit is contained in:
parent
2a658f4552
commit
53cb053ca3
3 changed files with 0 additions and 0 deletions
25
cmah.ahk
25
cmah.ahk
|
|
@ -1,25 +0,0 @@
|
|||
SendMode Input
|
||||
|
||||
s::
|
||||
SoundBeep, 600, 500 ; sonido para saber cuando empieza y acaba el script. (frecuencia y duración del sonido)
|
||||
Send, {Right Down} ; enviamos el 1
|
||||
sleep, 30 ; esperar 15000
|
||||
Send, {Right Up}
|
||||
Send, {Left Down}
|
||||
sleep, 30
|
||||
Send, {Down Down}
|
||||
sleep, 30
|
||||
Send, {Left Up}
|
||||
sleep, 30
|
||||
Send, {Right Down}
|
||||
sleep, 30
|
||||
Send, {Down Up}
|
||||
sleep, 30
|
||||
Send, {Z Down}
|
||||
sleep, 30
|
||||
; Click, Left
|
||||
Send, {Z Up}
|
||||
Send, {Right Up}
|
||||
;sleep, 30
|
||||
return
|
||||
SoundBeep, 300,300
|
||||
Loading…
Add table
Add a link
Reference in a new issue