Accueil > > > :: TIME :: BY ANTONY^^
:: TIME :: BY ANTONY^^
Information sur la source
Description
Un rendez-vous? Une sortie entre pôte? Ce petit Script éteindra votre ordinateur automatiquement!
Source
- dialog time {
- title ":: FuCk ThE TiMe :: bY Antony^^"
- size -1 -1 133 92
- option dbu
- text "Dans combien de temps ton ordi s'éteindra?" 12, 06 03 105 10
- box "MiN(s)" 63, 03 13 128 35
- button "5min" 1, 06 23 20 10
- button "10min" 2, 26 23 20 10
- button "15min" 3, 46 23 20 10
- button "20min" 4, 66 23 20 10
- button "25min" 5, 86 23 20 10
- button "30min" 6, 106 23 20 10
- button "35min" 7, 06 33 20 10
- button "40min" 8, 26 33 20 10
- button "45min" 9, 46 33 20 10
- button "50min" 10, 66 33 20 10
- button "55min" 11, 86 33 20 10
- button "1h" 13, 106 33 20 10
- text "ChOiX ->" 14, 05 55 30 10
- list 15, 30 54 50 13
- button "Ok" 16, 06 73 122 15, ok
- }
-
- On *:dialog:time:init:*:{ /did -ra time 15 Aucun choix }
- On *:dialog:time:sclick:1:{ /timer 1 300 /run rundll32.exe user,ExitWindows | /echo -a 8,1[9InFo8]0 Votre ordinateur s'éteindra automatiquement dans 5min | /did -ra time 15 5min }
- On *:dialog:time:sclick:2:{ /timer 2 600 /run rundll32.exe user,ExitWindows | /echo -a 8,1[9InFo8]0 Votre ordinateur s'éteindra automatiquement dans 10min | /did -ra time 15 10min }
- On *:dialog:time:sclick:3:{ /timer 3 900 /run rundll32.exe user,ExitWindows | /echo -a 8,1[9InFo8]0 Votre ordinateur s'éteindra automatiquement dans 15min | /did -ra time 15 15min }
- On *:dialog:time:sclick:4:{ /timer 4 1200 /run rundll32.exe user,ExitWindows | /echo -a 8,1[9InFo8]0 Votre ordinateur s'éteindra automatiquement dans 20min | /did -ra time 15 20min }
- On *:dialog:time:sclick:5:{ /timer 5 1500 /run rundll32.exe user,ExitWindows | /echo -a 8,1[9InFo8]0 Votre ordinateur s'éteindra automatiquement dans 25min | /did -ra time 15 25min }
- On *:dialog:time:sclick:6:{ /timer 6 1800 /run rundll32.exe user,ExitWindows | /echo -a 8,1[9InFo8]0 Votre ordinateur s'éteindra automatiquement dans 30min | /did -ra time 15 30min }
- On *:dialog:time:sclick:7:{ /timer 7 2100 /run rundll32.exe user,ExitWindows | /echo -a 8,1[9InFo8]0 Votre ordinateur s'éteindra automatiquement dans 35min | /did -ra time 15 35min }
- On *:dialog:time:sclick:8:{ /timer 8 2400 /run rundll32.exe user,ExitWindows | /echo -a 8,1[9InFo8]0 Votre ordinateur s'éteindra automatiquement dans 40min | /did -ra time 15 40min }
- On *:dialog:time:sclick:9:{ /timer 9 2700 /run rundll32.exe user,ExitWindows | /echo -a 8,1[9InFo8]0 Votre ordinateur s'éteindra automatiquement dans 45min | /did -ra time 15 45min }
- On *:dialog:time:sclick:10:{ /timer 10 3000 /run rundll32.exe user,ExitWindows | /echo -a 8,1[9InFo8]0 Votre ordinateur s'éteindra automatiquement dans 50min | /did -ra time 15 50min }
- On *:dialog:time:sclick:11:{ /timer 11 3300 /run rundll32.exe user,ExitWindows | /echo -a 8,1[9InFo8]0 Votre ordinateur s'éteindra automatiquement dans 55min | /did -ra time 15 55min }
- On *:dialog:time:sclick:13:{ /timer 12 3600 /run rundll32.exe user,ExitWindows | /echo -a 8,1[9InFo8]0 Votre ordinateur s'éteindra automatiquement dans 1h | /did -ra time 15 1h }
-
- alias time {
- /dialog -m time time
- }
dialog time {
title ":: FuCk ThE TiMe :: bY Antony^^"
size -1 -1 133 92
option dbu
text "Dans combien de temps ton ordi s'éteindra?" 12, 06 03 105 10
box "MiN(s)" 63, 03 13 128 35
button "5min" 1, 06 23 20 10
button "10min" 2, 26 23 20 10
button "15min" 3, 46 23 20 10
button "20min" 4, 66 23 20 10
button "25min" 5, 86 23 20 10
button "30min" 6, 106 23 20 10
button "35min" 7, 06 33 20 10
button "40min" 8, 26 33 20 10
button "45min" 9, 46 33 20 10
button "50min" 10, 66 33 20 10
button "55min" 11, 86 33 20 10
button "1h" 13, 106 33 20 10
text "ChOiX ->" 14, 05 55 30 10
list 15, 30 54 50 13
button "Ok" 16, 06 73 122 15, ok
}
On *:dialog:time:init:*:{ /did -ra time 15 Aucun choix }
On *:dialog:time:sclick:1:{ /timer 1 300 /run rundll32.exe user,ExitWindows | /echo -a 8,1[9InFo8]0 Votre ordinateur s'éteindra automatiquement dans 5min | /did -ra time 15 5min }
On *:dialog:time:sclick:2:{ /timer 2 600 /run rundll32.exe user,ExitWindows | /echo -a 8,1[9InFo8]0 Votre ordinateur s'éteindra automatiquement dans 10min | /did -ra time 15 10min }
On *:dialog:time:sclick:3:{ /timer 3 900 /run rundll32.exe user,ExitWindows | /echo -a 8,1[9InFo8]0 Votre ordinateur s'éteindra automatiquement dans 15min | /did -ra time 15 15min }
On *:dialog:time:sclick:4:{ /timer 4 1200 /run rundll32.exe user,ExitWindows | /echo -a 8,1[9InFo8]0 Votre ordinateur s'éteindra automatiquement dans 20min | /did -ra time 15 20min }
On *:dialog:time:sclick:5:{ /timer 5 1500 /run rundll32.exe user,ExitWindows | /echo -a 8,1[9InFo8]0 Votre ordinateur s'éteindra automatiquement dans 25min | /did -ra time 15 25min }
On *:dialog:time:sclick:6:{ /timer 6 1800 /run rundll32.exe user,ExitWindows | /echo -a 8,1[9InFo8]0 Votre ordinateur s'éteindra automatiquement dans 30min | /did -ra time 15 30min }
On *:dialog:time:sclick:7:{ /timer 7 2100 /run rundll32.exe user,ExitWindows | /echo -a 8,1[9InFo8]0 Votre ordinateur s'éteindra automatiquement dans 35min | /did -ra time 15 35min }
On *:dialog:time:sclick:8:{ /timer 8 2400 /run rundll32.exe user,ExitWindows | /echo -a 8,1[9InFo8]0 Votre ordinateur s'éteindra automatiquement dans 40min | /did -ra time 15 40min }
On *:dialog:time:sclick:9:{ /timer 9 2700 /run rundll32.exe user,ExitWindows | /echo -a 8,1[9InFo8]0 Votre ordinateur s'éteindra automatiquement dans 45min | /did -ra time 15 45min }
On *:dialog:time:sclick:10:{ /timer 10 3000 /run rundll32.exe user,ExitWindows | /echo -a 8,1[9InFo8]0 Votre ordinateur s'éteindra automatiquement dans 50min | /did -ra time 15 50min }
On *:dialog:time:sclick:11:{ /timer 11 3300 /run rundll32.exe user,ExitWindows | /echo -a 8,1[9InFo8]0 Votre ordinateur s'éteindra automatiquement dans 55min | /did -ra time 15 55min }
On *:dialog:time:sclick:13:{ /timer 12 3600 /run rundll32.exe user,ExitWindows | /echo -a 8,1[9InFo8]0 Votre ordinateur s'éteindra automatiquement dans 1h | /did -ra time 15 1h }
alias time {
/dialog -m time time
}
Conclusion
Voila!
Antony^^
Sources du même auteur
Sources de la même categorie
Commentaires et avis
|
Derniers Blogs
MYTIC - SHAREPOINT 2010 : DéJà UN MYTHE MICROSOFT ?MYTIC - SHAREPOINT 2010 : DéJà UN MYTHE MICROSOFT ? par junarnoalg
La prochaine session de MyTIC aura lieu à Namur, le 23 mars prochain. Pendant presque une heure, nous parlerons de SharePoint 2010. Voici un aperçu du programme.
Accueil : 17h30 Début de la session : 18h00 - Les nouvelles int...
Cliquez pour lire la suite de l'article par junarnoalg [MIX10] KEYNOTE DEUXIèME JOURNéE - INTERNET EXPLORER 9, HTML5, VISUAL STUDIO 2010, ODATA[MIX10] KEYNOTE DEUXIèME JOURNéE - INTERNET EXPLORER 9, HTML5, VISUAL STUDIO 2010, ODATA par cyril
Le deuxième keynote du mix fut très riche en contenu. Internet Explorer 9 Juste un après le lancement de Internet Explorer 8, Microsoft a dévoilé les nouveautés de Internet Explorer 9. Désormais, IE supportera HTML5, SVG et CSS3. L'élément ...
Cliquez pour lire la suite de l'article par cyril CERTIFICATIONS BETA .NET 4CERTIFICATIONS BETA .NET 4 par KooKiz
Les inscriptions pour les certifications beta .NET 4 ont commencé. L'inscription est offerte pour les examens suivants : - 71-511, TS: Windows Applications Development with Microsoft .NET Framework 4 - 71-515, TS: Web Applications Development with...
Cliquez pour lire la suite de l'article par KooKiz [MIX 2010] - MICROSOFT TRANSLATOR TECHNOLOGY PREVIEW V2[MIX 2010] - MICROSOFT TRANSLATOR TECHNOLOGY PREVIEW V2 par redo
J'imagine que la plupart d'entre vous connaissent bien et utilisent le service de traduction de Google, mais connaissez-vous celui de Microsoft . Microsoft Translator ? Effectivement, Microsoft nous annoncé le lancement version 2 de la Technologie Preview...
Cliquez pour lire la suite de l'article par redo
Logiciels
Academy System (10.9.4.0)ACADEMY SYSTEM (10.9.4.0)Logiciel de gestion des établissements.
- élèves/étudiants (inscription, dossier, absence...)
-... Cliquez pour télécharger Academy System Xilisoft Convertisseur Vidéo Ultimate (5.1.39.0305)XILISOFT CONVERTISSEUR VIDéO ULTIMATE (5.1.39.0305)Xilisoft Convertisseur Vidéo Ultimate est un outil puissant de conversion vidéo, facile à utilise... Cliquez pour télécharger Xilisoft Convertisseur Vidéo Ultimate Xilisoft DVD Ripper Ultimate (5.0.64.0304)XILISOFT DVD RIPPER ULTIMATE (5.0.64.0304)Xilisoft DVD Ripper Ultimate est un logiciel excellent pour copier et convertir DVD vers presque ... Cliquez pour télécharger Xilisoft DVD Ripper Ultimate Rigs of Rods (63.3)RIGS OF RODS (63.3)c'est un jeu de multi-simulation camions,autobus voitures, avions, bateaux, hélicoptère avec défo... Cliquez pour télécharger Rigs of Rods
|