begin process at 2010 03 19 12:09:36
  Trouver un code source :
 
dans
 
Accueil > 

Code

 > 

AddOns

 > :: TIME :: BY ANTONY^^

:: TIME :: BY ANTONY^^


 Information sur la source

Note :
3,6 / 10 - par 10 personnes
3,60 / 10

  • 1

  • 2

  • 3

  • 4

  • 5

  • 6

  • 7

  • 8

  • 9

  • 10
Catégorie :AddOns Niveau :Débutant Date de création :06/12/2003 Date de mise à jour :06/12/2003 14:56:56 Vu :2 238

Auteur : antony843

Ecrire un message privé
Site perso
Commentaire sur cette source (12)
Ajouter un commentaire et/ou une note

 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

QUERY`SCRIPT
:: COLOR BY ANTONY^^ ::
Source avec Zip Source avec une capture CHGSERV
UN ANTI-FLOOD !

 Sources de la même categorie

TCL - AJOUT SUPPRESSION DE LOGS par Atok
BLACKLIST PSEUDOS/MASKS par usurpateur
Source avec une capture [XCHAT] ANTI KICK / AWAY C++ par GeroXXXX
JEU DU CODE par alanpersonproject
SERVEUR FTP par hisoka2501

Commentaires et avis

Commentaire de coca95 le 06/12/2003 14:38:36

je prefere l'etaindre tout seul :p !!!

Commentaire de antony843 le 06/12/2003 14:58:13

Et ton Editeur d'Alias? :p C'est ptet utile? J'préfère tapez /alias /nom-de-l'alias!
tsssssk...

Antony^^

Commentaire de ReMi34 le 06/12/2003 15:00:20

Mdr .... Je te parle de cette source et pas de la mienne.
Rha la la ces jeunes ! Mdr ...

Commentaire de Kolibot le 06/12/2003 16:27:59

Je te conseille de remplacer cela :
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 }

par ça :
On *:dialog:time:sclick:*: if $did > 1 && $did < 13 { timer 1 $calc(300 * $did) run rundll32.exe user,ExitWindows | echo -a 8,1[9InFo8]0 Votre ordinateur s'éteindra automatiquement dans $calc((300 * $did) / 60) | did -ra time 15 $calc((300 * $did) / 60) $+ min }

Ce qui marchera à merveilleuse si tu changes une ID :
button "60min" 12, 106 33 20 10

Le problème c'est l'interêt ...., Je te mets 4/10 en tenant compte du fait que tu as 12ans et que tu es un noob

Commentaire de tit1012 le 07/12/2003 11:51:59

"Erreur de chargement de user"
"Le module spécifié est introuvable"
voila ce ke j en pense

Commentaire de Proutie66 le 08/12/2003 23:37:00

Tit1012 :
Je suppose ke tu as windows xp et cette source ne fonctionne pas sur xp  ( vois pas linteret dailleur )
essaie simplement run shutdown -s -t 5
ca eteint le pc ds 5sec
a++

Commentaire de Eiffel le 09/12/2003 02:15:24

A ta place je l'orai mi , disable ton edit
Mais bon pr 12 c pas si mal hein tu maitrise deja un tit peu les dialog aparament ;)

Commentaire de Eiffel le 09/12/2003 02:23:00

Erf c une list et pas un edit :S

Commentaire de tit1012 le 09/12/2003 13:21:21

Merci Proutie66 G essayer sa marche
voila c tout

Commentaire de vesparo le 20/12/2003 12:16:04

1/10 pr ta mentalité de gamin j'ai 12 ans et toi aussi mais on n'a pas la meme mentalité

Commentaire de Korniax le 21/12/2003 00:10:16

lol je préfere leteindre moi mem.. en + si ton diner est annulé tu doi relancé lordi ..et des fois c long kan t préssé daller voir tes mails comme moi... ^^

Commentaire de AxeL364 le 26/12/2003 20:19:47

MDR VESPARO j'en été sur ke tu aurais été la et ke toré fé le meme truc... franchement ca na pa changé !!

0/10
meme 0,5/10 allez ;)

IA

 Ajouter un commentaire




Nos sponsors


Appels d'offres

Sondage...

CalendriCode

Mars 2010
LMMJVSD
1234567
891011121314
15161718192021
22232425262728
293031    

Consulter la suite du CalendriCode

Photothèque

 
Développement réalisé par Nicolas SOREL (Nix) avec l'aide de : Cyril DURAND et Emmanuel (EBArtSoft), Merci à Vincent pour ses précieux conseils.
CodeS-SourceS.com© Toute reproduction même partielle est interdite sauf accord écrit du Webmaster
CodeS-SourceS.com© est une marque déposée tous droits réservés

Google Coop CodeS-SourceS Google Coop CodeS-SourceS
Temps d'éxécution de la page : 2,605 sec (4)

Nous contacter | Annoncer sur CodeS-SourceS | Mentions légales