Besoin d'aide / Need help

Post a reply


In an effort to prevent automatic submissions, we require that you complete the following challenge.
Smilies
:D :) ;) :( :o :shock: :? 8-) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :!: :?: :idea: :| :mrgreen: :geek: :ugeek: :arrow: :angel: :clap: :crazy: :eh: :lolno: :problem: :shh: :shifty: :sick: :silent: :think: :thumbup: :thumbdown: :salute: :wave: :wtf: :yawn: :facepalm: :bravo: :dance: :beard: :morebeard: :xmas: :HeHe: :trollface: :cookie: :rainbow: :monkeysee: :monkeysay: :happybday: :headwall: :offtopic: :superhappy: :terms: :beer:
View more smilies

BBCode is ON
[img] is OFF
[flash] is OFF
[url] is ON
Smilies are ON

Topic review
   

Expand view Topic review: Besoin d'aide / Need help

Besoin d'aide / Need help

by Nicolas Gresset » 23 Mar 2020, 08:13

hey,
i write it in french too after.
Sorry for my english
i'm trying to do a script that when is started :
Wait a key to be pressed.
Retain this key in the first variable from a list
do exactly the same thing a second time.
And then i'd like to moove my mouse to coordinates depending from the retaining variables.
For example : if first variable is "v" and second one is "l" , my mouse move to x=1000 and y=350 and it clicks left.
Most imprtant, as soon as the mouse mooves , script is able to detect another key pressed and to retain this key in the same list as before and just restarts.
thank you in advance
Bonjour,
j'aimerais faire un script qui attend qu'une touche (une lettre a priori soit pressée)
Ensuite il stocke dans une liste la touche pressée comme premier élement de la liste
fait pareil une deuxième fois en stockant la seconde touche comme second élément de la liste.
Ensuite, suivant les touches donc les valeurs des deux variables de la liste, ma souris bouge à de certaines coordonnées (donc dépendantes des variables des listes) et clique.
Ensuite le script recommence et est capable de refaire tout ca.
Merci d'avance

Top