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
TECHDAYS PARIS 2012 : SESSION PLEINIèRE JOUR 3TECHDAYS PARIS 2012 : SESSION PLEINIèRE JOUR 3 par ROMELARD Fabrice
Speaker: Bernard Ourghanlian Cette session est comme chaque jour transmise en live par BrainSonic, et j'ai donc suivi cette troisième pleinière par ce moyen sur mon iPad . Elle est dédiée comme chaque année à la mise en perspective de l'é...
Cliquez pour lire la suite de l'article par ROMELARD Fabrice MISHRA READER : UN LECTEUR RSS TRèS ZUNE STYLE EN OPEN SOURCE !MISHRA READER : UN LECTEUR RSS TRèS ZUNE STYLE EN OPEN SOURCE ! par Vko
Hier durant une session dédiée aux Techdays 2012, j'ai eu le plaisir d'annoncer la sortie de la Béta 2 de Mishra Reader. C'est quoi ? Pour les utilisateurs, c'est une vraie expérience de lecture de flux RSS sur Windows. Rien à voir avec les produit...
Cliquez pour lire la suite de l'article par Vko [FRAMEWORK 4] LES TASKS ET LE THREAD UI[FRAMEWORK 4] LES TASKS ET LE THREAD UI par fathi
Je viens de passer quelques temps au TechDay's et j'ai pu voir pas mal de session intéressante. Par contre une chose m'a un peu étonné lors de certaines de ces sessions qui abordaient les améliorations du framework .NET (donc le 4.5) : en gros, bea...
Cliquez pour lire la suite de l'article par fathi WORKFLOW FOUNDATION 3 A UN PIED DANS LA TOMBEWORKFLOW FOUNDATION 3 A UN PIED DANS LA TOMBE par JeremyJeanson
Depuis déjà un an, je conseille vivement les utilisateurs de Workflow Foundation 3 à migrer vers la version 4. L'information qui va suivre ne devrait donc pas trop prendre au dépourvu les personnes qui m'ont suivi. Je profite de ce poste, pour faire le re...
Cliquez pour lire la suite de l'article par JeremyJeanson TECHDAYS PARIS 2012 : NOUVELLES TENDANCES DU POSTE DE TRAVAIL - BRING YOUR OWN PCTECHDAYS PARIS 2012 : NOUVELLES TENDANCES DU POSTE DE TRAVAIL - BRING YOUR OWN PC par ROMELARD Fabrice
Speakers: Thierry Rapatout, Antoine Petit et Xavier Trebbia Cette session entre dans le cadre des RDV Décideurs des TechDays 2012, elle est liée à la consumérisation de l'IT et la mise en place du "DeskTop as a Service" dans de plus en ...
Cliquez pour lire la suite de l'article par ROMELARD Fabrice
Forum
RE : AIDERE : AIDE par Nico26000
Cliquez pour lire la suite par Nico26000 RE : AIDERE : AIDE par WorldDMT
Cliquez pour lire la suite par WorldDMT AIDEAIDE par Nico26000
Cliquez pour lire la suite par Nico26000
Logiciels
Academy System (17.2.1.0)ACADEMY SYSTEM (17.2.1.0)Logiciel de gestion des établissements.
- élèves/étudiants (inscription, dossier, absence...)
-... Cliquez pour télécharger Academy System Easy-Planning (1.0.0.1)EASY-PLANNING (1.0.0.1)Basé sur les mêmes principes que MyPlanning, Easy-Planning permet de créer des plannings sous la ... Cliquez pour télécharger Easy-Planning COLLECTOR PLUS (3.00B)COLLECTOR PLUS (3.00B)COLLECTOR PLUS version 3.00B est un logiciel utilisant une base de données alimentée par :
- L... Cliquez pour télécharger COLLECTOR PLUS PONAMEDIA PREMIUM - HELLLOOO FLASH DEMO (V7.4)PONAMEDIA PREMIUM - HELLLOOO FLASH DEMO (V7.4)PONAMEDIA TV DEVIENS HELLLOOO FLASH
LA TV SUR VOTRE ORDINATEUR.
Toute une plateforme Multi... Cliquez pour télécharger PONAMEDIA PREMIUM - HELLLOOO FLASH DEMO LettresFaciles 2011 (8.0.0.1)LETTRESFACILES 2011 (8.0.0.1)LettresFaciles est un logiciel facilitant la création et la rédaction de lettres types.
Son inte... Cliquez pour télécharger LettresFaciles 2011
|