Trouver une ressource (Nouvelle version du moteur, plus rapide & pertinent, essayez le !)
Vous ne trouvez pas de réponse à votre problème ? Alors posez la question dans le forum.
Souvenez-vous qu'il n'y a jamais de question bête, mais rester dans l'ignorance parce que l'on n'ose pas poser une question, ça c'est une erreur !
AUTO AUTH SIMPLE
Information sur la source
Description
Ben voila ma premier source mirc un autoauth tous simple en dialog .
Source
- ;######################################
- ;# AutoAuth by SamsungMan #
- ;######################################
- menu menubar {
- AutoAuth:/dialog -m autoauth autoauth
- }
-
- dialog autoauth {
- title "Config AutoAuth"
- size -1 -1 210 148
- option dbu
- text "Auto auth by SamsungMan", 1, 18 3 101 7, center
- box "", 4, 7 18 173 109
- edit %pseudo1, 5, 15 41 40 8
- text "Pseudo", 6, 17 26 36 7, center
- text "Pass", 7, 77 26 22 6, center
- edit %pass1, 8, 75 40 40 8, pass
- edit %pseudo2, 9, 15 52 40 8
- edit %pass2, 10, 75 52 40 8, pass
- edit %pseudo3, 11, 15 66 40 8
- edit %pass3, 12, 75 64 40 8, pass
- edit %pseudo4, 13, 15 78 40 8
- edit %pass4, 14, 75 76 40 8, pass
- edit %pseudo5, 15, 15 88 40 8
- edit %pass5, 16, 75 88 40 8, pass
- text "Commande", 17, 52 101 33 6
- edit %commande, 18, 38 112 60 8
- button "OK", 19, 68 133 35 11, ok
- text "/", 22, 12 112 23 6, right
- button "Authentification", 23, 132 40 42 10
- button "Authentification", 24, 132 52 42 10
- button "Authentification", 25, 132 64 42 10
- button "Authentification", 26, 131 75 42 10
- button "Authentification", 27, 132 87 42 10
- }
- on *:dialog:autoauth:edit:5:{ set %pseudo1 $did(5) }
- on *:dialog:autoauth:edit:8:{ set %pass1 $did(8) }
- on *:dialog:autoauth:edit:9:{ set %pseudo2 $did(9) }
- on *:dialog:autoauth:edit:10:{ set %pass2 $did(10) }
- on *:dialog:autoauth:edit:11:{ set %pseudo3 $did(11) }
- on *:dialog:autoauth:edit:12:{ set %pass3 $did(12) }
- on *:dialog:autoauth:edit:13:{ set %pseudo4 $did(13) }
- on *:dialog:autoauth:edit:14:{ set %pass4 $did(14) }
- on *:dialog:autoauth:edit:15:{ set %pseudo5 $did(15) }
- on *:dialog:autoauth:edit:16:{ set %pass5 $did(16) }
- on *:dialog:autoauth:edit:18:{ set %commande $did(18) }
-
- on *:dialog:autoauth:sclick:23:{ nick %pseudo1 | %commande %pass1 }
- on *:dialog:autoauth:sclick:24:{ nick %pseudo2 | %commande %pass2 }
- on *:dialog:autoauth:sclick:25:{ nick %pseudo3 | %commande %pass3 }
- on *:dialog:autoauth:sclick:26:{ nick %pseudo4 | %commande %pass4 }
- on *:dialog:autoauth:sclick:27:{ nick %pseudo5 | %commande %pass5 }
-
- on 1:connect:{
- /%commande %pass1
- /%commande %pass2
- /%commande %pass3
- /%commande %pass4
- /%commande %pass5
- }
;######################################
;# AutoAuth by SamsungMan #
;######################################
menu menubar {
AutoAuth:/dialog -m autoauth autoauth
}
dialog autoauth {
title "Config AutoAuth"
size -1 -1 210 148
option dbu
text "Auto auth by SamsungMan", 1, 18 3 101 7, center
box "", 4, 7 18 173 109
edit %pseudo1, 5, 15 41 40 8
text "Pseudo", 6, 17 26 36 7, center
text "Pass", 7, 77 26 22 6, center
edit %pass1, 8, 75 40 40 8, pass
edit %pseudo2, 9, 15 52 40 8
edit %pass2, 10, 75 52 40 8, pass
edit %pseudo3, 11, 15 66 40 8
edit %pass3, 12, 75 64 40 8, pass
edit %pseudo4, 13, 15 78 40 8
edit %pass4, 14, 75 76 40 8, pass
edit %pseudo5, 15, 15 88 40 8
edit %pass5, 16, 75 88 40 8, pass
text "Commande", 17, 52 101 33 6
edit %commande, 18, 38 112 60 8
button "OK", 19, 68 133 35 11, ok
text "/", 22, 12 112 23 6, right
button "Authentification", 23, 132 40 42 10
button "Authentification", 24, 132 52 42 10
button "Authentification", 25, 132 64 42 10
button "Authentification", 26, 131 75 42 10
button "Authentification", 27, 132 87 42 10
}
on *:dialog:autoauth:edit:5:{ set %pseudo1 $did(5) }
on *:dialog:autoauth:edit:8:{ set %pass1 $did(8) }
on *:dialog:autoauth:edit:9:{ set %pseudo2 $did(9) }
on *:dialog:autoauth:edit:10:{ set %pass2 $did(10) }
on *:dialog:autoauth:edit:11:{ set %pseudo3 $did(11) }
on *:dialog:autoauth:edit:12:{ set %pass3 $did(12) }
on *:dialog:autoauth:edit:13:{ set %pseudo4 $did(13) }
on *:dialog:autoauth:edit:14:{ set %pass4 $did(14) }
on *:dialog:autoauth:edit:15:{ set %pseudo5 $did(15) }
on *:dialog:autoauth:edit:16:{ set %pass5 $did(16) }
on *:dialog:autoauth:edit:18:{ set %commande $did(18) }
on *:dialog:autoauth:sclick:23:{ nick %pseudo1 | %commande %pass1 }
on *:dialog:autoauth:sclick:24:{ nick %pseudo2 | %commande %pass2 }
on *:dialog:autoauth:sclick:25:{ nick %pseudo3 | %commande %pass3 }
on *:dialog:autoauth:sclick:26:{ nick %pseudo4 | %commande %pass4 }
on *:dialog:autoauth:sclick:27:{ nick %pseudo5 | %commande %pass5 }
on 1:connect:{
/%commande %pass1
/%commande %pass2
/%commande %pass3
/%commande %pass4
/%commande %pass5
}
Conclusion
ben voila je voudrais savoir ce ke vous pensez de mon script.
Historique
- 05 septembre 2004 17:15:20 :
- Juste ppour changé le nom ;)
Sources de la même categorie
Commentaires
|
CalendriCode
| | | L | M | M | J | V | S | D |
| | | | | 1 | 2 | 3 |
| 4 | 5 | 6 | 7 | 8 | 9 | 10 |
| 11 | 12 | 13 | 14 | 15 | 16 | 17 |
| 18 | 19 | 20 | 21 | 22 | 23 | 24 |
| 25 | 26 | 27 | 28 | 29 | 30 | 31 |
|
|