- ;######################################
- ;# 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
}