Update I am putting an early end to this vote. I have received too many complaints, and many are not happy with this. I am sorry if this displeases anyone but there's too much revolt and scrutiny. After looking at only registered votes, it is clear that the Github subforum is not happening. I've al...
This topic seems to have been split from another. This breaks forum integrity and the progression of the original discussion from this/these topic(s). Everything about this split topic is now offtopic, even the title itself doesn't make much sense either. As such, I cannot make a fair judgement of t...
J'imagine que c'est pour ne pas explicitement montrer ton mot de passe? :think: Voici un exemple for encoder / décoder du text ASCII en valeurs décimales et vice-versa. :thumbup: original := "Mon mot de passe!" encoded := ascString(original) decoded := chrString(encoded) MsgBox Original = %original%...
Je pense qu'on peut remplacer le code avec un Label qu'on appellera lorsque la fenêtre est détectée. Je pense aussi peut-être un plus long sleep serait mieux. LoginHttpAuth: IfWinNotExist, ahk_class Credential Dialog Xaml Host return Settimer, LoginHttpAuth, Off CoordMode, Mouse, Client WinActivate,...
ahh okok, j’ai deux solution on tête. pas trop trop élégant mais ça devrait fonctionner. Sois on fait une approximation proportionnelle ou on utilise imagesearch pour déterminer ou on va clicker pour activer les contrôles. attends, attends... Finalement, je me suis aperçu que quand on click n’import...
Ahhhh je vois, c'est une fenêtre de "HTTP Basic access authentication". D'apres la page wikipedia, on peut le faire directement avec le lien: https://Username:[email protected].monsitesupercool.com/index.html Sinon, utilise le WindowSpy pour déterminer le nom des champs à remplir. :thumbup: Par exemple, ...
So I've just tested it under XP SP3: no crash or error with either or flag values. However, the base64 is always blank...
So the script seems to be breaking somewhere else...
EDIT: StringToBinary() broken for XP...
Errrr le lien a été brisée par les mesures "anti-pourriel": "Broken Link for safety"
Essayes peut-être avec imgur, mais modifie le lien en mettant des {} autour des points? ex: imgur{.}com/imfds73ft
I'm not sure the gui needs to change much :/ Adding more things would clutter it and can be handled very easily and cleanly with the directives. Removing anything would be make it very bare and limited. Perhaps, a switch button for expert vs basic could be a plausible solution. However, I'm not conv...