Accueil > > > CONFIGURATION DE PSEUDO
CONFIGURATION DE PSEUDO
Information sur la source
Description
C'est encore un dialog de config de pseudo ^^ m'enfin il fait aussi les mot de pass
Source
- dialog nick2 {
- title "Pseudo"
- size -1 -1 160 267
- option dbu
- box "", 2, 40 0 119 33
- text " COoL-Script V2 Pseudo", 3, 42 5 111 27
- tab "Pseudo", 4, 7 40 143 158
- text "Pseudo Normal", 5, 11 59 40 8, tab 4
- edit "", 6, 51 58 50 10, tab 4
- text "Pseudo Second", 7, 11 70 41 8, tab 4
- edit "", 8, 51 69 50 10, tab 4
- text "Pseudo Oqp", 9, 11 80 41 8, tab 4
- edit "", 10, 51 79 50 10, tab 4
- text "Pseudo Abs", 11, 11 91 37 8, tab 4
- edit "", 12, 51 90 50 10, tab 4
- text "Pseudo Dodo", 13, 11 102 41 8, tab 4
- edit "", 14, 51 101 50 10, tab 4
- text "Pseudo Mange", 15, 11 113 41 8, tab 4
- edit "", 16, 51 112 50 10, tab 4
- text "Pseudo Tv", 17, 10 125 43 8, tab 4
- edit "", 18, 51 124 50 10, tab 4
- button "Valider", 19, 43 153 37 12, tab 4 ok
- tab "Mot de Passe", 20
- text "Mode De Passe N° 1", 21, 11 61 57 8, tab 20
- edit "", 22, 62 60 50 10, tab 20
- text "Mot De Passe N°2", 23, 11 72 55 8, tab 20
- edit "", 24, 62 71 50 10, tab 20
- text "Mot De Passe N°3", 25, 11 84 54 8, tab 20
- edit "", 26, 62 83 50 10, tab 20
- text "Mot De Passe /oper", 27, 11 95 53 8, tab 20
- edit "", 28, 62 94 50 10, tab 20
- button "Valider", 29, 47 127 37 12, tab 20 ok
- text "Mot De Passe Auto", 30, 11 106 49 8, tab 20
- edit "", 31, 62 106 50 10, tab 20
- }
-
-
- on *:dialog:nick2:edit:6:{ set %nickprincipal $did(6) }
- on *:dialog:nick2:edit:8:{ set %seconnick $did(8) }
- on *:dialog:nick2:edit:10:{ set %oqpnick $did(10) }
- on *:dialog:nick2:edit:12:{ set %absnick $did(12) }
- on *:dialog:nick2:edit:14:{ set %dodonick $did(14) }
- on *:dialog:nick2:edit:18:{ set %tvnick $did(18) }
- on *:dialog:nick2:edit:16:{ set %miamnick $did(16) }
- on *:dialog:nick2:edit:22:{ set %mdp1 $did(20) }
- on *:dialog:nick2:edit:24:{ set %mdp2 $did(22) }
- on *:dialog:nick2:edit:26:{ set %mdp3 $did(24) }
- on *:dialog:nick2:edit:28:{ set %mdpoper $did(24) }
- on *:dialog:nick2:edit:31:{ set %mdpauto $did(31) }
- on *:dialog:nick2:sclick:19:{
- .echo -a -------------ConFiguration de tes pseudos-------------
- .echo -a 4N1ick Principal : %nickprincipal
- .echo -a 4N1ick 2 : %seconnick
- .echo -a 4N1ick OqP : %oqpnick
- .echo -a 4N1ick Abs : %absnick
- .echo -a 4N1ick DoDo : %dodonick
- .echo -a 4N1ick Mange : %miamnick
- .echo -a 4N1ick Tv : %tvnick
- .echo -a -------------ConFiguration OK-------------------------
- }
- on *:dialog:nick2:sclick:29:{
- .echo -a -------------ConFiguration de tes pseudos-------------
- .echo -a 4M1ot de Passe 1 : %mdp1
- .echo -a 4M1ot de Passe 2 : %mdp2
- .echo -a 4M1ot de Passe 3 : %mdp3
- .echo -a 4M1ot de Passe Oper : %mdpoper
- .echo -a 4M1ot de Passe Auto : %mdpauto
- .echo -a -------------ConFiguration OK-------------------------
- }
- on *:input:#:{
-
- if ($1 == !abs) { nick %absnick }
- if ($1 == !oqp) { nick %oqpnick }
- if ($1 == !miam) { nick %miamnick }
- if ($1 == !dodo) { nick %dodonick }
- if ($1 == !tv) { nick %tvnick }
- if ($1 == !moi) { nick %nickprincipal }
- if ($1 == !mdp1) { ns identify %mdp1 }
- if ($1 == !mdp2) { ns identify %mdp2 }
- if ($1 == !mdp3) { ns identify %mdp3 }
- if ($1 == !oper) { oper %nickprincipal %mdpoper }
- if ($1 == !second) { nick %seconnick }
dialog nick2 {
title "Pseudo"
size -1 -1 160 267
option dbu
box "", 2, 40 0 119 33
text " COoL-Script V2 Pseudo", 3, 42 5 111 27
tab "Pseudo", 4, 7 40 143 158
text "Pseudo Normal", 5, 11 59 40 8, tab 4
edit "", 6, 51 58 50 10, tab 4
text "Pseudo Second", 7, 11 70 41 8, tab 4
edit "", 8, 51 69 50 10, tab 4
text "Pseudo Oqp", 9, 11 80 41 8, tab 4
edit "", 10, 51 79 50 10, tab 4
text "Pseudo Abs", 11, 11 91 37 8, tab 4
edit "", 12, 51 90 50 10, tab 4
text "Pseudo Dodo", 13, 11 102 41 8, tab 4
edit "", 14, 51 101 50 10, tab 4
text "Pseudo Mange", 15, 11 113 41 8, tab 4
edit "", 16, 51 112 50 10, tab 4
text "Pseudo Tv", 17, 10 125 43 8, tab 4
edit "", 18, 51 124 50 10, tab 4
button "Valider", 19, 43 153 37 12, tab 4 ok
tab "Mot de Passe", 20
text "Mode De Passe N° 1", 21, 11 61 57 8, tab 20
edit "", 22, 62 60 50 10, tab 20
text "Mot De Passe N°2", 23, 11 72 55 8, tab 20
edit "", 24, 62 71 50 10, tab 20
text "Mot De Passe N°3", 25, 11 84 54 8, tab 20
edit "", 26, 62 83 50 10, tab 20
text "Mot De Passe /oper", 27, 11 95 53 8, tab 20
edit "", 28, 62 94 50 10, tab 20
button "Valider", 29, 47 127 37 12, tab 20 ok
text "Mot De Passe Auto", 30, 11 106 49 8, tab 20
edit "", 31, 62 106 50 10, tab 20
}
on *:dialog:nick2:edit:6:{ set %nickprincipal $did(6) }
on *:dialog:nick2:edit:8:{ set %seconnick $did(8) }
on *:dialog:nick2:edit:10:{ set %oqpnick $did(10) }
on *:dialog:nick2:edit:12:{ set %absnick $did(12) }
on *:dialog:nick2:edit:14:{ set %dodonick $did(14) }
on *:dialog:nick2:edit:18:{ set %tvnick $did(18) }
on *:dialog:nick2:edit:16:{ set %miamnick $did(16) }
on *:dialog:nick2:edit:22:{ set %mdp1 $did(20) }
on *:dialog:nick2:edit:24:{ set %mdp2 $did(22) }
on *:dialog:nick2:edit:26:{ set %mdp3 $did(24) }
on *:dialog:nick2:edit:28:{ set %mdpoper $did(24) }
on *:dialog:nick2:edit:31:{ set %mdpauto $did(31) }
on *:dialog:nick2:sclick:19:{
.echo -a -------------ConFiguration de tes pseudos-------------
.echo -a 4N1ick Principal : %nickprincipal
.echo -a 4N1ick 2 : %seconnick
.echo -a 4N1ick OqP : %oqpnick
.echo -a 4N1ick Abs : %absnick
.echo -a 4N1ick DoDo : %dodonick
.echo -a 4N1ick Mange : %miamnick
.echo -a 4N1ick Tv : %tvnick
.echo -a -------------ConFiguration OK-------------------------
}
on *:dialog:nick2:sclick:29:{
.echo -a -------------ConFiguration de tes pseudos-------------
.echo -a 4M1ot de Passe 1 : %mdp1
.echo -a 4M1ot de Passe 2 : %mdp2
.echo -a 4M1ot de Passe 3 : %mdp3
.echo -a 4M1ot de Passe Oper : %mdpoper
.echo -a 4M1ot de Passe Auto : %mdpauto
.echo -a -------------ConFiguration OK-------------------------
}
on *:input:#:{
if ($1 == !abs) { nick %absnick }
if ($1 == !oqp) { nick %oqpnick }
if ($1 == !miam) { nick %miamnick }
if ($1 == !dodo) { nick %dodonick }
if ($1 == !tv) { nick %tvnick }
if ($1 == !moi) { nick %nickprincipal }
if ($1 == !mdp1) { ns identify %mdp1 }
if ($1 == !mdp2) { ns identify %mdp2 }
if ($1 == !mdp3) { ns identify %mdp3 }
if ($1 == !oper) { oper %nickprincipal %mdpoper }
if ($1 == !second) { nick %seconnick }
Conclusion
By Dragon`Night
Sources du même auteur
Sources de la même categorie
Commentaires et avis
Discussions en rapport avec ce code source dans le forum
nicklist [ par mouhcine951990 ]
bonsoir aprés avoir cherché dans des forum je vous dites que ya plus mieux que votre bon mon probleme que j'utilise bsmax et je veux avoir les pseu
couloré les pseudo sous script [ par mouhcine951990 ]
bonjour desolé mais voila mon probleme aprés avoir instalé un script me parait que les pseudo son pas couloré ( les filles en roses et les H en noir
IRC Scripting remote problème [ par Maxime15 ]
Je suis actuellement un script pour mon tchat en utilisant mIRC et je débute juste. J'ai déjà trouvé quelques commandes en remote du style réponse aut
Petite aide sur un script [ par wineasy ]
Bonjour à tousJe suis vraiment débutant dans le mirc scripting, j'éssaye de faire 1 script qui permetrais de voicer des personnes sur un salon dont le
Commande en Remote multi server [ par Gouje ]
SAlutJ'aimerai savoir si on peut associer une remote a un server ...je m'explik ....Je voudrai par exemple ke lorske je fais /away ca fasse /nick %pse
Remote : Bisous a un nick [ par Sibelle07 ]
Salut ,Je cherche un code ,pour que quand on tape : !bizz pseudoLe bot réponde : $nick fait une grosse bize a : pseudoVoila merci d'avanceSibelle07,
Multi-Fenêtres Serveurs (remote script) [ par magicyoda ]
Bonjour,en remot script, j'ouvre une nouvelle fenetre serveur , comme ceci : /server -m [server]mais maintenant, j'aimerai que les commandes executées
Probleme pour creer un script [ par Ricomat03 ]
Bonjour tout le monde.Il y a assez longtemps j'ai fait un script bien nul pour changer de pseudos rapidement et facilement.Voila le script (je l'ai m
cherche remote pour pseudo [ par La_carotte ]
salut tlm je voulais eske sa serai possible davoir un remote ki detect le host pour savoir kel etai lancien pseudo d gensEx: [Ancien Pseudo] sisko -&g
remote d'autoinvite [ par pyranha ]
Bonjour j'ai fait un remote d'autoinvite . cela consiste à inviter automatiquement à l'entrer dans une salle tout pseudo possedant le chiffr
|
Derniers Blogs
COMMENT MAPPER UNE VUE SQL SUR UNE COLLECTION DE COMPLEX TYPE?COMMENT MAPPER UNE VUE SQL SUR UNE COLLECTION DE COMPLEX TYPE? par Matthieu MEZIL
Avec EF, les vues doivent être mappées sur des entity types. Le problème c'est que les entity types doivent avoir une clé. Avec EF, nous avons les complex type qui n'ont pas de clé mais les vues ne peuvent pas être mappées dessus. Avec EF4, il est possibl...
Cliquez pour lire la suite de l'article par Matthieu MEZIL [WF4] UN BINDING ACTIVITY/ACTIVITYDESIGNER QUI PASSE MAL?[WF4] UN BINDING ACTIVITY/ACTIVITYDESIGNER QUI PASSE MAL? par JeremyJeanson
Certain d'entre vous on peut être vécu cette situation embarrassante après quelques temps passer avec WF4 : Au début avec mon " ActivityDesigner" , tout allait bien. Et puis un jour j'ai au des problèmes de " Binding" . Alors nous sommes allé sur le site ...
Cliquez pour lire la suite de l'article par JeremyJeanson 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
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
|