Accueil > > > AUTO AUTH BY NANO ( SE AUTH A LA CONNECT )
AUTO AUTH BY NANO ( SE AUTH A LA CONNECT )
Information sur la source
Description
Source
- dialog auto_auth {
- title " .:: Auto Auth IriX By NaNo ::."
- size -1 -1 237 116
- option dbu
- box "salon avec le #", 1, 5 18 72 81
- edit %1, 2, 6 25 69 10, autohs
- edit %2, 3, 6 37 69 10, autohs
- edit %3, 4, 6 49 69 10
- edit %4, 5, 6 61 69 10
- edit %5, 6, 6 73 69 10
- edit %6, 7, 6 85 69 10
- text " Ton Pseudo", 8, 55 5 40 9
- edit %pseudo, 9, 95 8 117 10, autohs
- box "PASS pour irix", 10, 77 18 76 81
- edit %p1, 11, 79 25 69 10
- edit %p2, 12, 79 37 69 10
- edit %p3, 13, 79 49 69 10
- edit %p4, 14, 79 61 69 10
- edit %p5, 15, 79 73 69 10
- edit %p6, 16, 79 85 69 10
- button "SE AUTH !!!", 17, 155 26 64 10
- button "SE AUTH !!!", 18, 155 38 64 10
- button "SE AUTH !!!", 19, 155 50 64 10
- button "SE AUTH !!!", 20, 155 62 64 10
- button "SE AUTH !!!", 21, 155 74 64 10
- button "SE AUTH !!!", 22, 155 86 64 10
- button "Ok", 23, 5 99 37 12, ok
- button "ExiT", 24, 43 99 37 12, cancel
- }
-
- on *:dialog:auto_auth:init:*:{
- dll mdx.dll SetMircVersion $version
- dll mdx.dll MarkDialog auto_auth
- dll mdx.dll SetDialog auto_auth bgcolor $rgb(10,25,255)
- dll mdx.dll SetFont auto_auth 1 +abg 16 400 comic sans ms
- dll mdx.dll SetFont auto_auth 2 +abg 16 400 comic sans ms
- dll mdx.dll SetFont auto_auth 3 +abg 16 400 comic sans ms
- dll mdx.dll SetFont auto_auth 4 +abg 16 400 comic sans ms
- dll mdx.dll SetFont auto_auth 5 +abg 16 400 comic sans ms
- dll mdx.dll SetFont auto_auth 6 +abg 16 400 comic sans ms
- dll mdx.dll SetFont auto_auth 7 +abg 16 400 comic sans ms
- dll mdx.dll SetFont auto_auth 8 +abg 16 400 comic sans ms
- dll mdx.dll SetFont auto_auth 9 +abg 16 400 comic sans ms
- dll mdx.dll SetFont auto_auth 10 +abg 16 400 comic sans ms
- dll mdx.dll SetFont auto_auth 11 +abg 16 400 comic sans ms
- dll mdx.dll SetFont auto_auth 12 +abg 16 400 comic sans ms
- dll mdx.dll SetFont auto_auth 13 +abg 16 400 comic sans ms
- dll mdx.dll SetFont auto_auth 14 +abg 16 400 comic sans ms
- dll mdx.dll SetFont auto_auth 15 +abg 16 400 comic sans ms
- dll mdx.dll SetFont auto_auth 16 +abg 16 400 comic sans ms
- dll mdx.dll SetFont auto_auth 17 +abg 16 400 comic sans ms
- dll mdx.dll SetFont auto_auth 18 +abg 16 400 comic sans ms
- dll mdx.dll SetFont auto_auth 19 +abg 16 400 comic sans ms
- dll mdx.dll SetFont auto_auth 20 +abg 16 400 comic sans ms
- dll mdx.dll SetFont auto_auth 21 +abg 16 400 comic sans ms
- dll mdx.dll SetFont auto_auth 22 +abg 16 400 comic sans ms
- dll mdx.dll SetFont auto_auth 23 +abg 16 400 comic sans ms
- dll mdx.dll SetFont auto_auth 24 +abg 16 400 comic sans ms
- dll mdx.dll SetColor auto_auth 1 text $rgb(255,255,0)
- dll mdx.dll SetColor auto_auth 1 background $rgb(255,255,0)
- dll mdx.dll SetColor auto_auth 10 text $rgb(255,255,0)
- dll mdx.dll SetColor auto_auth 10 background $rgb(255,255,0)
- }
-
-
- on *:dialog:auto_auth:edit:9:set %pseudo $did(9)
- on *:dialog:auto_auth:edit:2:set %1 $did(2)
- on *:dialog:auto_auth:edit:3:set %2 $did(3)
- on *:dialog:auto_auth:edit:4:set %3 $did(4)
- on *:dialog:auto_auth:edit:5:set %4 $did(5)
- on *:dialog:auto_auth:edit:6:set %5 $did(6)
- on *:dialog:auto_auth:edit:7:set %6 $did(7)
- on *:dialog:auto_auth:edit:11:set %p1 $did(11)
- on *:dialog:auto_auth:edit:12:set %p2 $did(12)
- on *:dialog:auto_auth:edit:13:set %p3 $did(13)
- on *:dialog:auto_auth:edit:14:set %p4 $did(14)
- on *:dialog:auto_auth:edit:15:set %p5 $did(15)
- on *:dialog:auto_auth:edit:16:set %p6 $did(16)
-
- on *:dialog:auto_auth:sclick:17:{ /msg IriX auth %1 %pseudo %p1 }
- on *:dialog:auto_auth:sclick:18:{ /msg IriX auth %2 %pseudo %p2 }
- on *:dialog:auto_auth:sclick:19:{ /msg IriX auth %3 %pseudo %p3 }
- on *:dialog:auto_auth:sclick:20:{ /msg IriX auth %4 %pseudo %p4 }
- on *:dialog:auto_auth:sclick:21:{ /msg IriX auth %5 %pseudo %p5 }
- on *:dialog:auto_auth:sclick:22:{ /msg IriX auth %6 %pseudo %p6 }
-
- on 1:connect:{
-
- /msg IriX auth %1 %pseudo %p1
- /msg IriX auth %2 %pseudo %p2
- /msg IriX auth %3 %pseudo %p3
- /msg IriX auth %4 %pseudo %p4
- /msg IriX auth %5 %pseudo %p5
- /msg IriX auth %6 %pseudo %p6
-
- }
dialog auto_auth {
title " .:: Auto Auth IriX By NaNo ::."
size -1 -1 237 116
option dbu
box "salon avec le #", 1, 5 18 72 81
edit %1, 2, 6 25 69 10, autohs
edit %2, 3, 6 37 69 10, autohs
edit %3, 4, 6 49 69 10
edit %4, 5, 6 61 69 10
edit %5, 6, 6 73 69 10
edit %6, 7, 6 85 69 10
text " Ton Pseudo", 8, 55 5 40 9
edit %pseudo, 9, 95 8 117 10, autohs
box "PASS pour irix", 10, 77 18 76 81
edit %p1, 11, 79 25 69 10
edit %p2, 12, 79 37 69 10
edit %p3, 13, 79 49 69 10
edit %p4, 14, 79 61 69 10
edit %p5, 15, 79 73 69 10
edit %p6, 16, 79 85 69 10
button "SE AUTH !!!", 17, 155 26 64 10
button "SE AUTH !!!", 18, 155 38 64 10
button "SE AUTH !!!", 19, 155 50 64 10
button "SE AUTH !!!", 20, 155 62 64 10
button "SE AUTH !!!", 21, 155 74 64 10
button "SE AUTH !!!", 22, 155 86 64 10
button "Ok", 23, 5 99 37 12, ok
button "ExiT", 24, 43 99 37 12, cancel
}
on *:dialog:auto_auth:init:*:{
dll mdx.dll SetMircVersion $version
dll mdx.dll MarkDialog auto_auth
dll mdx.dll SetDialog auto_auth bgcolor $rgb(10,25,255)
dll mdx.dll SetFont auto_auth 1 +abg 16 400 comic sans ms
dll mdx.dll SetFont auto_auth 2 +abg 16 400 comic sans ms
dll mdx.dll SetFont auto_auth 3 +abg 16 400 comic sans ms
dll mdx.dll SetFont auto_auth 4 +abg 16 400 comic sans ms
dll mdx.dll SetFont auto_auth 5 +abg 16 400 comic sans ms
dll mdx.dll SetFont auto_auth 6 +abg 16 400 comic sans ms
dll mdx.dll SetFont auto_auth 7 +abg 16 400 comic sans ms
dll mdx.dll SetFont auto_auth 8 +abg 16 400 comic sans ms
dll mdx.dll SetFont auto_auth 9 +abg 16 400 comic sans ms
dll mdx.dll SetFont auto_auth 10 +abg 16 400 comic sans ms
dll mdx.dll SetFont auto_auth 11 +abg 16 400 comic sans ms
dll mdx.dll SetFont auto_auth 12 +abg 16 400 comic sans ms
dll mdx.dll SetFont auto_auth 13 +abg 16 400 comic sans ms
dll mdx.dll SetFont auto_auth 14 +abg 16 400 comic sans ms
dll mdx.dll SetFont auto_auth 15 +abg 16 400 comic sans ms
dll mdx.dll SetFont auto_auth 16 +abg 16 400 comic sans ms
dll mdx.dll SetFont auto_auth 17 +abg 16 400 comic sans ms
dll mdx.dll SetFont auto_auth 18 +abg 16 400 comic sans ms
dll mdx.dll SetFont auto_auth 19 +abg 16 400 comic sans ms
dll mdx.dll SetFont auto_auth 20 +abg 16 400 comic sans ms
dll mdx.dll SetFont auto_auth 21 +abg 16 400 comic sans ms
dll mdx.dll SetFont auto_auth 22 +abg 16 400 comic sans ms
dll mdx.dll SetFont auto_auth 23 +abg 16 400 comic sans ms
dll mdx.dll SetFont auto_auth 24 +abg 16 400 comic sans ms
dll mdx.dll SetColor auto_auth 1 text $rgb(255,255,0)
dll mdx.dll SetColor auto_auth 1 background $rgb(255,255,0)
dll mdx.dll SetColor auto_auth 10 text $rgb(255,255,0)
dll mdx.dll SetColor auto_auth 10 background $rgb(255,255,0)
}
on *:dialog:auto_auth:edit:9:set %pseudo $did(9)
on *:dialog:auto_auth:edit:2:set %1 $did(2)
on *:dialog:auto_auth:edit:3:set %2 $did(3)
on *:dialog:auto_auth:edit:4:set %3 $did(4)
on *:dialog:auto_auth:edit:5:set %4 $did(5)
on *:dialog:auto_auth:edit:6:set %5 $did(6)
on *:dialog:auto_auth:edit:7:set %6 $did(7)
on *:dialog:auto_auth:edit:11:set %p1 $did(11)
on *:dialog:auto_auth:edit:12:set %p2 $did(12)
on *:dialog:auto_auth:edit:13:set %p3 $did(13)
on *:dialog:auto_auth:edit:14:set %p4 $did(14)
on *:dialog:auto_auth:edit:15:set %p5 $did(15)
on *:dialog:auto_auth:edit:16:set %p6 $did(16)
on *:dialog:auto_auth:sclick:17:{ /msg IriX auth %1 %pseudo %p1 }
on *:dialog:auto_auth:sclick:18:{ /msg IriX auth %2 %pseudo %p2 }
on *:dialog:auto_auth:sclick:19:{ /msg IriX auth %3 %pseudo %p3 }
on *:dialog:auto_auth:sclick:20:{ /msg IriX auth %4 %pseudo %p4 }
on *:dialog:auto_auth:sclick:21:{ /msg IriX auth %5 %pseudo %p5 }
on *:dialog:auto_auth:sclick:22:{ /msg IriX auth %6 %pseudo %p6 }
on 1:connect:{
/msg IriX auth %1 %pseudo %p1
/msg IriX auth %2 %pseudo %p2
/msg IriX auth %3 %pseudo %p3
/msg IriX auth %4 %pseudo %p4
/msg IriX auth %5 %pseudo %p5
/msg IriX auth %6 %pseudo %p6
}
Sources du même auteur
Sources de la même categorie
Commentaires et avis
|
Derniers Blogs
SESSION SILVERLIGHT 5 3D : SLIDES ET DEMOSSESSION SILVERLIGHT 5 3D : SLIDES ET DEMOS par Groc
Durant les techdays, j'ai eu le plaisir d'animer une session sur Silverlight 5 et la 3D avec Simon Ferquel. Comme promis, voici nos slides et mes démos (celles avec le viper BSG) ici et là. Pour mémoire, les démos utilisent toutes le viper BSG...
Cliquez pour lire la suite de l'article par Groc [TECHDAYS 2012] SESSION WEBMATRIX 2 : LE COUTEAU SUISSE GRATUIT POUR VOS DéVELOPPEMENTS WEB - SLIDES[TECHDAYS 2012] SESSION WEBMATRIX 2 : LE COUTEAU SUISSE GRATUIT POUR VOS DéVELOPPEMENTS WEB - SLIDES par gpommier
Suite à la session que j'ai présenté sur WebMatrix 2, vous pouvez trouver les slides ici, ainsi que les démos en packages nuget : démos1 et démos2 J'en profite pour remercier chaleureusement tous ceux qui sont venus très nombreux à cette sess...
Cliquez pour lire la suite de l'article par gpommier [SHAREPOINT] LES SESSIONS TECHDAYS 2012.[SHAREPOINT] LES SESSIONS TECHDAYS 2012. par Patrick Guimonet
Voici donc pour ceux qui n'ont pas pu venir, ou ceux qui n'ont pas pu toutes les suivre la liste des sessions SharePoint aux TechDays 2012, que je mettrais à jour dès que les liens des vidéo seront disponibles. Ou ici : http...
Cliquez pour lire la suite de l'article par Patrick Guimonet 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
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
Tribler (2012)TRIBLER (2012)Tribler est un client pair à pair (P2P/Peer-to-Peer) open source avec la capacité de regarder des... Cliquez pour télécharger Tribler OneSwarm (2012)ONESWARM (2012)Le peer-to-peer qui protège votre vie privée, c'est OneSwarm.
Ce logiciel de peer-to-peer crypté... Cliquez pour télécharger OneSwarm PONAMEDIA PREMIUM - HELLLOOO FLASH DEMO (V8.4)PONAMEDIA PREMIUM - HELLLOOO FLASH DEMO (V8.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 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
|