Advertisement
Guest User

Mala Sincronizacion

a guest
Dec 15th, 2012
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 11.95 KB | None | 0 0
  1. <html>
  2. <HEAD>
  3. <TITLE>LAUNCHER</TITLE>
  4. <script>
  5. function show(myID) {
  6. document.getElementById(myID).style.display = "block";
  7. }
  8. function hide(myID) {
  9. document.getElementById(myID).style.display = "none";
  10. }
  11. </script>
  12. <style type="text/css">
  13. .panel
  14. {
  15. position:absolute;
  16. width:510px;
  17. height:340px;
  18. top:45px;
  19. left:0px;
  20. text-align:center;
  21. background: #fff url('images/fondo.png') repeat;
  22. }
  23. .subp {
  24. width:382px;
  25. height:340px;
  26. position:absolute;
  27. left:260px;
  28. margin-left:-191px;
  29. top:0;
  30. background-color:#e5eecc;
  31. border:solid 1px #c3c3c3;
  32. }
  33. #wbo {
  34. position:absolute;
  35. width:510px;
  36. height:430px;
  37. left:0;
  38. top:0;
  39. background: #000;
  40. display:none;
  41. }
  42. #credit {
  43. position:absolute;
  44. width:510px;
  45. height:430px;
  46. left:0;
  47. top:0;
  48. background: #000;
  49. display:none;
  50. }
  51. #serie {
  52. position:absolute;
  53. width:510px;
  54. height:430px;
  55. left:0;
  56. top:0;
  57. background: #000;
  58. display:none;
  59. }
  60. </style>
  61. <style>
  62. body {
  63. width:100%;
  64. height:100%;
  65. margin:0px;
  66. font-family:arial;
  67. font-size:12px;
  68. }
  69. #table {
  70. text-align:center;
  71. position:absolute;
  72. bottom:0px;
  73. left:0px;
  74. }
  75. #td {
  76. width:170px;
  77. }
  78. .bg {
  79.     /* Set rules to fill background */
  80.     background: #fff url('images/fondo.png') repeat;
  81.     /* Set up proportionate scaling */
  82.     width: 510px;
  83.     height: 340px;
  84.    
  85.     /* Set up positioning */
  86.     position: absolute;
  87.     top: 45;
  88.     left: 0;
  89. }
  90.  
  91.  
  92. .logo {
  93. position:absolute;
  94. width:410px;
  95. height:75px;
  96. top:55px;
  97. left:260px;
  98. margin-left:-205px;
  99. }
  100. .logo2 {
  101. position:absolute;
  102. top:135px;
  103. left:260px;
  104. width:180px;
  105. height:32px;
  106. margin-left:-90px;
  107. }
  108. .login {
  109. width:350px;
  110. height:70px;
  111. background: #808080;
  112. position:absolute;
  113. left:260px;
  114. margin-left:-175px;
  115. top:174px;
  116. border: 5px #000 solid;
  117. }
  118. .wbg {
  119. width:510px;
  120. height:45px;
  121. position:absolute;
  122. top:0px;
  123. left:0px;
  124. background: url('images/wbg.png') repeat;
  125. }
  126. @font-face {
  127.     font-family: 'xeronregular';
  128.     src: url('fonts/xeron.eot');
  129.     src: url('fonts/xeron.eot?#iefix') format('embedded-opentype'),
  130.          url('fonts/xeron.woff') format('woff'),
  131.          url('fonts/xeron.ttf') format('truetype'),
  132.          url('fonts/xeron.svg#xeronregular') format('svg');
  133.     font-weight: normal;
  134.     font-style: normal;
  135.  
  136. }
  137. .back {
  138. width:510px;
  139. height:45px;
  140. background:#000;
  141. position:absolute;
  142. bottom:0px;
  143. left:0px;
  144. }
  145. #byr {
  146. width:125px;
  147. height:25px;
  148. }
  149. #cerrar {
  150. width:16px;
  151. height:16px;
  152. top:15px;
  153. right:16px;
  154. position:absolute;
  155. }
  156. .ser13 {
  157. position:absolute;
  158. left: 260px;
  159. margin-left:-90px;
  160. bottom:55px;
  161. }
  162. #wbod {
  163. width:100%;
  164. height:100%;
  165. }
  166. #back {
  167. position:relative;
  168. top:5px;
  169. }
  170. #progress {
  171.  width: 400px;  
  172.  border: 1px solid black;
  173.  padding: 3px;
  174.  background:#fff;
  175.  position:absolute;
  176.  bottom:85px;
  177.  left:260px;
  178.  margin-left:-200px;
  179. }
  180.  
  181. #percent {
  182.  top:2px;
  183.  position: absolute;  
  184.  left: 50%;
  185.  margin-left:-38px;
  186.  width:100%;
  187. }
  188.  
  189. #bar {
  190.  height: 20px;
  191.  background-color: green;
  192.  width: 60%;
  193.  position:relative;
  194.  left:-78px;
  195. }
  196. #info6 {
  197. position:absolute;
  198. top:295px;
  199. left:260px;
  200. margin-left:-84px;
  201. color:#fff;
  202. font-weight:bold;
  203. font-size:15px;
  204. }
  205.  a:link {
  206.     text-decoration: none;
  207.     color: #0000ff;
  208. }
  209. a:visited {
  210.     text-decoration: none;
  211. }
  212. a:hover {
  213.     text-decoration: none;
  214.     color: #333;
  215. }
  216. a:active {
  217.     text-decoration: none;
  218. }
  219. a img {border:0;}
  220. #random1 {display:none;}
  221. </style>
  222.  
  223. <!-- Propiedades del Launcher (HTA) -->
  224.  
  225. <HTA:APPLICATION
  226.     ID="HTA"
  227.     APPLICATIONNAME="HTA"
  228.     BORDER="none"
  229.     BORDER STYLE="raised"
  230.     CAPTION="yes"
  231.     SCROLL="no"
  232.     SELECTION="no">
  233. <body bgcolor="000000">
  234. </HEAD>
  235. <body>
  236. <center>
  237.  
  238. <!-- Botones del menu -->
  239.  
  240. <script language="VBScript">
  241. Function ejecutar()
  242. set objshell = createobject("wscript.shell")
  243. appdata = objshell.expandenvironmentstrings("%APPDATA%")
  244. objshell.run appdata & "\Ikillnukes\RUN.bat"
  245. End Function
  246.  
  247. Function opciones()
  248. set objshell = createobject("wscript.shell")
  249. appdata = objshell.expandenvironmentstrings("%APPDATA%")
  250. objshell.run appdata & "\Ikillnukes\OPT.hta"
  251. End Function
  252.  
  253. Function test()
  254.        strLine = document.getElementById("username").value
  255.        Set objFSO = CreateObject("Scripting.FileSystemObject")
  256.        Set objTextFile = objFSO.OpenTextFile("User.txt", 2, True)  
  257.        objTextFile.WriteLine(strLine)
  258.        objTextFile.Close
  259.    End Function
  260. Function runear()
  261. setTimeout "ejecutar()",1000
  262. End Function
  263. </script>
  264.  
  265. <!-- Cerrar ventana -->
  266.  
  267. <script languaje="Javacript">
  268. function salir() {
  269. setTimeout('window.close()',2000)
  270. }
  271. </script>
  272.  
  273. <!-- Centrar ventana y leer User -->
  274.  
  275. <script language="VBScript">
  276.       Sub Window_Onload
  277.           strComputer = "."
  278.           Set objWMIService = GetObject("winmgmts:\\" & strComputer & "\root\cimv2")
  279.           Set colItems = objWMIService.ExecQuery("Select * From Win32_DesktopMonitor")
  280.           For Each objItem in colItems
  281.               intHorizontal = objItem.ScreenWidth
  282.               intVertical = objItem.ScreenHeight
  283.           Next
  284.           intLeft = (intHorizontal - 510) / 2
  285.           intTop = (intVertical - 430) / 2
  286.           window.resizeTo 510,430
  287.           window.moveTo intLeft, intTop
  288.  
  289.           ' Aquí lees la linea del archivo de texto
  290.            set objFileToRead = CreateObject("Scripting.FileSystemObject").OpenTextFile("User.txt",1)
  291.            strLine = objFileToRead.ReadLine()
  292.            objFileToRead.Close
  293.  
  294.            document.getElementById("username").value = strLine
  295.       End Sub
  296.    </script>
  297.  
  298. <!-- Creditos script -->
  299.  
  300. <script type="text/javascript">
  301.  function link1() {
  302.      var shell = new ActiveXObject("WScript.Shell");
  303.       shell.run("http://www.twitter.com/Ikillnukes98");
  304.   }
  305.   function link2() {
  306.       var shell = new ActiveXObject("WScript.Shell");
  307.       shell.run("http://www.youtube.com/ikillnukes4evertmb");
  308.   }
  309.   function link3() {
  310.       var shell = new ActiveXObject("WScript.Shell");
  311.       shell.run("http://foro.elhacker.net/profiles/seazoux-u419740.html");
  312.   }
  313.   function link4() {
  314.       var shell = new ActiveXObject("WScript.Shell");
  315.       shell.run("http://foro.elhacker.net/profiles/elektrohcker-u436313.html");
  316.   }
  317.   function link5() {
  318.       var shell = new ActiveXObject("WScript.Shell");
  319.       shell.run("http://foro.elhacker.net/profiles/elektrohcker-u436313.html");
  320.   }
  321.   function link6() {
  322.       var shell = new ActiveXObject("WScript.Shell");
  323.       shell.run("https://twitter.com/J23Youtube");
  324.   }
  325.   function link7() {
  326.       var shell = new ActiveXObject("WScript.Shell");
  327.       shell.run("http://www.youtube.com/jugadora23");
  328.   }
  329.   </script>
  330. <div id="wbod">
  331. <div class="wbg">
  332. <h2 style="color:#fff; font-family: 'xeronregular'; position:absolute; top:3px; left:16px; width:510px; margin-left:-260px; left:260px;"><b>HugeCraft</b><b style="font-family: 'arial';">&#8482;</b><b> - Login</b></h2>
  333. <img src="images/cerrar0.png" onmouseover="this.src='images/cerrar1.png';" onmouseout="this.src='images/cerrar0.png';" onClick="javascript:window.close();" name="btnCerrar" id="cerrar" />
  334. </div>
  335. <div class="bg">
  336. </div>
  337. <img src="images\image2.png" class="logo" />
  338. <img src="images\text.png" class="logo2" />
  339. <div class="login">
  340. <center><br>Usuario: <input type="text" id="username" style="width:200px; position:relative; top:2px;" /></center>
  341. </div>
  342.  
  343. <span id="info6">Progreso del Launcher:</span>
  344. <div id="progress">
  345.     <div id="bar"><span id="percent"><b>60%</b></span></div>
  346. </div>
  347.  
  348. <img src="images/serie1.png" onmouseover="this.src='images/serie2.png';" onmouseout="this.src='images/serie1.png';" onClick="show('serie')" name="btnSerie" class="ser13" />
  349. <div class="back">
  350.  
  351. <table id="table">
  352. <tr><td id="td">
  353. <img src="images/opciones1.png" onmouseover="this.src='images/opciones2.png';" onmouseout="this.src='images/opciones1.png';" onClick="show('wbo')" name="btnOpciones" id="byr" />
  354. </td><td id="td">
  355. <a href="#" onClick="test()">
  356. <a href="#" onClick="runear()">
  357. <img src="images/jugar1.png" onmouseover="this.src='images/jugar2.png';" onmouseout="this.src='images/jugar1.png';" onclick="salir()" name="btnEjecutar" id="byr" /></a></a>
  358. </td><td id="td">
  359. <img src="images/creditos1.png" onmouseover="this.src='images/creditos2.png';" onmouseout="this.src='images/creditos1.png';" onClick="show('credit')" name="btnCreditos" id="byr" />
  360. </td></tr></table>
  361.  
  362. </div>
  363. <div id="wbo">
  364. <div class="wbg">
  365. <h2 style="color:#fff; font-family: 'xeronregular'; position:absolute; top:3px; left:16px; width:510px; margin-left:-260px; left:260px;"><b>HugeCraft</b><b style="font-family: 'arial';">&#8482;</b><b> - Opciones</b></h2>
  366. </div>
  367. <div class="panel"><div class="subp">Hello world!</div></div>
  368. <div class="back">
  369. <img src="images/back1.png" onmouseover="this.src='images/back2.png';" onmouseout="this.src='images/back1.png';" onClick="hide('wbo')" name="btnCreditos" id="back" />
  370. </div>
  371. </div>
  372.  
  373. <div id="credit">
  374. <div class="wbg">
  375. <h2 style="color:#fff; font-family: 'xeronregular'; position:absolute; top:3px; left:16px; width:510px; margin-left:-260px; left:260px;"><b>HugeCraft</b><b style="font-family: 'arial';">&#8482;</b><b> - Creditos</b></h2>
  376. </div>
  377. <div class="panel"><div class="subp">
  378. <!-- Creditos -->
  379. <marquee id="comments_scroll_container" direction="up" scrollamount="2" scrolldelay="1" width="382" height="340" style="text-align:center;"><span onmouseover="document.getElementById('comments_scroll_container').stop();" onmouseout="document.getElementById('comments_scroll_container').start();">
  380. <h1>Cr&eacute;ditos</h1><br><br><h3>Creador:</h3><br>&#187; <b style="font-size:15px;">Ikillnukes</b> (<a href="#" title="Link #1" onclick="link1()">Twitter</a>) (<a href="#" title="Link #2" onclick="link2()">YouTube!</a>) (<a href="#" title="Link #3" onclick="link3()">Foro.elhacker.net</a>)<br><br><h2>Colaboradores:</h2><br><h3>Programaci&oacute;n:</h3><br>&#187; <b>Elektro H@cker</b> (<a href="#" title="Link #4" onclick="link4()">Perfil - Foro.elhacker.net</a>) <br><b style="color:#666;">Ayudar en Sintaxis y algunos c&oacute;digos</b><br>&#187; <b>NovLucker</b> (<a href="#" title="Link #5" onclick="link5()">Perfil - Foro.elhacker.net</a>) <br><b style="color:#666;">Ayudar con el Launcher (lo que es la base)</b><br><h2>Alpha-Testers:</h2><br>
  381. &#187; <b>Jugadora23</b> (<a href="#" title="Link #6" onclick="link6()">Twitter</a>) (<a href="#" title="Link #6" onclick="link6()">YouTube!</a>) (<a href="#" title="Link #7" onclick="show('random1')">Cositos random :3</a>) <br>
  382. &#187; ErVSPanchi (<a href="#" title="Link #8" onclick="link7()">YouTube!</a>) <br>
  383. &#187; Ferminuno <span></marquee>
  384.  
  385. </div></div>
  386. <div class="back">
  387. <img src="images/back1.png" onmouseover="this.src='images/back2.png';" onmouseout="this.src='images/back1.png';" onClick="hide('credit')" name="btnCreditos" id="back" />
  388. </div>
  389. </div>
  390.  
  391. <div id="serie">
  392. <div class="wbg">
  393. <h2 style="color:#fff; font-family: 'xeronregular'; position:absolute; top:3px; left:16px; width:510px; margin-left:-260px; left:260px;"><b>HugeCraft</b><b style="font-family: 'arial';">&#8482;</b><b> - Creditos</b></h2>
  394. </div>
  395. <div class="panel"><div class="subp">Hello world!</div></div>
  396. <div class="back">
  397. <img src="images/back1.png" onmouseover="this.src='images/back2.png';" onmouseout="this.src='images/back1.png';" onClick="hide('serie')" name="btnCreditos" id="back" />
  398. </div>
  399. </div>
  400.  
  401. <div id="random1">
  402. <div class="wbg">
  403. <h2 style="color:#fff; font-family: 'xeronregular'; position:absolute; top:3px; left:16px; width:510px; margin-left:-260px; left:260px;"><b>HugeCraft</b><b style="font-family: 'arial';">&#8482;</b><b> - Random</b></h2>
  404. </div>
  405. <div class="panel"><div class="subp" id="youtube" style="background:#666;"><iframe style="position:absolute; top:0px; left:0px;" width="382" height="340" src="http://www.youtube.com/embed/y9K18CGEeiI" frameborder="0" allowfullscreen></iframe></div>
  406. <div class="back" style="position:absolute; bottom:-45; left:0;">
  407. <img src="images/back1.png" onmouseover="this.src='images/back2.png';" onmouseout="this.src='images/back1.png';" onClick="hide('random1')+hide('credit')" name="btnCreditos" id="back" />
  408. </div>
  409. </div>
  410.  
  411. </div>
  412.  
  413. </center>
  414. </body>
  415. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement