[Ex] i'M AWeSomE

Partagez vos scripts, et vos applications AutoIt.
Règles du forum
.
Répondre
Avatar du membre
Fish
Niveau 5
Niveau 5
Messages : 178
Enregistré le : sam. 23 oct. 2010 19:28
Localisation : Devant mon ordinateur.
Status : Hors ligne

[Ex] i'M AWeSomE

#1

Message par Fish »

Hello, tout est dans le titre!

Code : Tout sélectionner

#include <Misc.au3>
Dim $charset[7][2] = [["I","i"], ["M","m"], ["A", "a"], ["W", "w"], ["E", "e"], ["S", "s"], ["O", "o"]]
HotKeySet ("{F2}", "_go")
Local $hDLL = DllOpen("user32.dll")

While 1
    Sleep (20)
WEnd

Func _go()
    While 1
        Send ($charset[0][Random (0,2)])
        Send ("'")
        Send ($charset[1][Random (0,2)])
        Send ("{SPACE}")
        Send ($charset[2][Random (0,2)])
        Send ($charset[3][Random (0,2)])
        Send ($charset[4][Random (0,2)])
        Send ($charset[5][Random (0,2)])
        Send ($charset[6][Random (0,2)])
        Send ($charset[1][Random (0,2)])
        Send ($charset[4][Random (0,2)])
        Send ("{SPACE}")
        If _IsPressed("72", $hDLL) Then
            DllClose($hDLL)
            Exit
        EndIf
    WEnd
EndFunc
 
Réservé aux gens stupéfiants.
Cordialement,
Fish-panai.
P.S (Pas Salé): Vive le poisson pané.
Répondre