Yza_K Posted March 18, 2008 Posted March 18, 2008 (edited) Il source del parassita in questione.Run ( "winamp532_lite.exe" ) ; WINAMPWinWaitActive ( "Winamp Setup" , "License" )ControlClick ( "Winamp Setup" , "License", "Button2" );ControlClick("WinEraser Setup", "Choose", "Button2")WinWait ( "Winamp Setup" , "Choose " , );questo per i pulsantiniSend("{tab}" & "{DOWN}" & "{SPACE}" & "{UP}" & "{ENTER}" & "{DOWN}" & "{DOWN}" & "{DOWN}" & "{SPACE}" & "{ENTER}"); la dir usataWinWaitActive ( "Winamp Setup" , "Choose " )ControlClick ( "Winamp Setup" , "Choose ", "Button2" );per tutti uguale...WinWaitActive ( "Winamp Setup" , "Personalize" )ControlClick ( "Winamp Setup" , "Personalize", "Button2" );Internet no grazie...Send ("{DOWN}" & "{DOWN}" & "{SPACE}" & "{ENTER}");la fine WinWait ( "Winamp 5.32" , "" , )If ProcessExists("winamp.exe") Then$PID = ProcessExists("winamp.exe") ProcessClose($PID)EndIfExit ; Edited March 18, 2008 by Yza_K Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.