A voir également:
- AutoIt boucle instoppable
- Autoit - Télécharger - Divers Utilitaires
- Xiaomi s'éteint tout seul et se rallume en boucle - Forum Xiaomi
- Problème xiaomi redmi note 8t s'allume et s'éteint vibre - Forum Xiaomi
- Tv orange chargement en boucle ✓ - Forum TV & Vidéo
- Mon pc s'allume et s'éteint en boucle ✓ - Forum Matériel & Système
2 réponses
J'ai simplifié et sa marche. Pb résolu.
HotKeySet("{ESC}", "Over")
While 1
Sleep(100)
Send("{SPACE}")
Sleep(100)
WEnd
Func Over()
Exit
EndFunc
HotKeySet("{ESC}", "Over")
While 1
Sleep(100)
Send("{SPACE}")
Sleep(100)
WEnd
Func Over()
Exit
EndFunc
Euh, j'ai modifié des trucs, et maintenant, sa démarre pas... Quelqu'un aurait t-il une idée de se qui cloche??
HotKeySet("{F2}", "Start")
HotKeySet("{ESC}", "Terminate")
Func Start ()
While 1
If _IsPressed("{F3}") Then
ExitLoop
EndIf
Sleep(100)
send("{SPACE}")
Sleep(100)
WEnd
EndFunc
Func Terminate ()
Exit 0
EndFunc
HotKeySet("{F2}", "Start")
HotKeySet("{ESC}", "Terminate")
Func Start ()
While 1
If _IsPressed("{F3}") Then
ExitLoop
EndIf
Sleep(100)
send("{SPACE}")
Sleep(100)
WEnd
EndFunc
Func Terminate ()
Exit 0
EndFunc