Advertisement
claudiospik3

Index actual

Dec 5th, 2012
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.11 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <meta charset="utf-8">
  3. <html lang="es">
  4. <head>
  5. <title>|HACKED By Claudiospik3 !!| </title>
  6. <script type='text/javascript'>
  7. /*Mensaje que puedes personalizar*/ var mensajeerror = "Hacked by Claudiospik3"; if(document.layers) window.captureEvents(Event.MOUSEDOWN); function bloquear(e){
  8. if (navigator.appName == 'Netscape' && ( e.which == 2 || e.which == 3)) { alert(mensajeerror);return false; }
  9. if (navigator.appName == 'Microsoft Internet Explorer' && (event.button == 2 || event.button == 3)) {
  10. alert(mensajeerror);return false; }} window.onmousedown=bloquear; document.onmousedown=bloquear; </script>
  11. <script type="text/javascript">/*<![CDATA[*/
  12. TypingText = function(element, interval, cursor, finishedCallback) {
  13. if((typeof document.getElementById == "undefined") || (typeof element.innerHTML == "undefined"))
  14. {
  15.  
  16. this.running = true;
  17.  
  18. return;
  19. }
  20.  
  21. this.element = element;
  22.  
  23. this.finishedCallback = (finishedCallback ? finishedCallback : function() { return; });
  24. this.interval = (typeof interval == "undefined" ? 100 : interval);
  25.  
  26. this.origText = this.element.innerHTML;
  27.  
  28. this.unparsedOrigText = this.origText;
  29.  
  30. this.cursor = (cursor ? cursor : "");
  31.  
  32. this.currentText = "";
  33.  
  34. this.currentChar = 0;
  35.  
  36. this.element.typingText = this;
  37.  
  38. if(this.element.id == "")
  39. this.element.id = "typingtext" + TypingText.currentIndex++;
  40. TypingText.all.push(this);
  41.  
  42. this.running = false;
  43.  
  44. this.inTag = false;
  45. this.tagBuffer = "";
  46.  
  47. this.inHTMLEntity = false;
  48.  
  49. this.HTMLEntityBuffer = "";
  50. }
  51. TypingText.all = new Array();
  52. TypingText.currentIndex = 0;
  53. TypingText.runAll = function() {
  54. for(var i = 0; i < TypingText.all.length; i++) TypingText.all[i].run();
  55. }
  56. TypingText.prototype.run = function() {
  57. if(this.running) return;
  58. if(typeof this.origText == "undefined") {
  59. setTimeout("document.getElementById('" + this.element.id + "').typingText.run()", this.interval);
  60. return;
  61. }
  62.  
  63. if(this.currentText == "") this.element.innerHTML = "";
  64.  
  65. if(this.currentChar < this.origText.length) {
  66.  
  67. if(this.origText.charAt(this.currentChar) == "<" && !this.inTag) {
  68.  
  69. this.tagBuffer = "<";
  70.  
  71. this.inTag = true;
  72.  
  73. this.currentChar++;
  74.  
  75. this.run();
  76.  
  77. return;
  78. }
  79. else if(this.origText.charAt(this.currentChar) == ">" && this.inTag) {
  80.  
  81. this.tagBuffer += ">";
  82.  
  83. this.inTag = false;
  84.  
  85. this.currentText += this.tagBuffer;
  86.  
  87. this.currentChar++;
  88.  
  89. this.run();
  90.  
  91. return;
  92. }
  93. else if(this.inTag) {
  94.  
  95. this.tagBuffer += this.origText.charAt(this.currentChar);
  96.  
  97. this.currentChar++;
  98.  
  99. this.run();
  100.  
  101. return;
  102. }
  103. else if(this.origText.charAt(this.currentChar) == "&" && !this.inHTMLEntity) {
  104.  
  105. this.HTMLEntityBuffer = "&";
  106.  
  107. this.inHTMLEntity = true;
  108.  
  109. this.currentChar++;
  110.  
  111. this.run();
  112.  
  113. return;
  114. }
  115. else if(this.origText.charAt(this.currentChar) == ";" && this.inHTMLEntity) {
  116.  
  117. this.HTMLEntityBuffer += ";";
  118.  
  119. this.inHTMLEntity = false;
  120.  
  121. this.currentText += this.HTMLEntityBuffer;
  122.  
  123. this.currentChar++;
  124.  
  125. this.run();
  126.  
  127. return;
  128. }
  129. else if(this.inHTMLEntity) {
  130.  
  131. this.HTMLEntityBuffer += this.origText.charAt(this.currentChar);
  132.  
  133. this.currentChar++;
  134.  
  135. this.run();
  136.  
  137. return;
  138. }
  139. else {
  140. this.currentText += this.origText.charAt(this.currentChar);
  141. }
  142.  
  143. this.element.innerHTML = this.currentText;
  144.  
  145. this.element.innerHTML += (this.currentChar < this.origText.length - 1 ? (typeof this.cursor == "function" ? this.cursor(this.currentText) : this.cursor) : "");
  146.  
  147. this.currentChar++;
  148. setTimeout("document.getElementById('" + this.element.id + "').typingText.run()", this.interval);
  149. }
  150. else {
  151.  
  152. this.currentText = "";
  153.  
  154. this.currentChar = 0;
  155.  
  156. this.running = false;
  157.  
  158. this.finishedCallback();
  159.  
  160. }
  161. }
  162.  
  163.  
  164. /*]]>*/</script>
  165. <h1><center><SCRIPT>
  166. farbbibliothek = new Array();
  167. farbbibliothek[0] = new Array("#FF0000","#FF1100","#FF2200","#FF3300","#FF4400","#FF5500","#FF6600","#FF7700","#FF8800","#FF9900","#FFaa00","#FFbb00","#FFcc00","#FFdd00","#FFee00","#FFff00","#FFee00","#FFdd00","#FFcc00","#FFbb00","#FFaa00","#FF9900","#FF8800","#FF7700","#FF6600","#FF5500","#FF4400","#FF3300","#FF2200","#FF1100");
  168. farbbibliothek[1] = new Array("#00FF00","#000000","#00FF00","#00FF00");
  169. farbbibliothek[2] = new Array("#00FF00","#FF0000","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00");
  170. farbbibliothek[3] = new Array("#FF0000","#FF4000","#FF8000","#FFC000","#FFFF00","#C0FF00","#80FF00","#40FF00","#00FF00","#00FF40","#00FF80","#00FFC0","#00FFFF","#00C0FF","#0080FF","#0040FF","#0000FF","#4000FF","#8000FF","#C000FF","#FF00FF","#FF00C0","#FF0080","#FF0040");
  171. farbbibliothek[4] = new Array("#FF0000","#EE0000","#DD0000","#CC0000","#BB0000","#AA0000","#990000","#880000","#770000","#660000","#550000","#440000","#330000","#220000","#110000","#000000","#110000","#220000","#330000","#440000","#550000","#660000","#770000","#880000","#990000","#AA0000","#BB0000","#CC0000","#DD0000","#EE0000");
  172. farbbibliothek[5] = new Array("#000000","#000000","#000000","#FFFFFF","#FFFFFF","#FFFFFF");
  173. farbbibliothek[6] = new Array("#0000FF","#FFFF00");
  174. farben = farbbibliothek[4];
  175. function farbschrift()
  176. {
  177. for(var i=0 ; i<Buchstabe.length; i++)
  178. {
  179. document.all["a"+i].style.color=farben[i];
  180. }
  181. farbverlauf();
  182. }
  183. function string2array(text)
  184. {
  185. Buchstabe = new Array();
  186. while(farben.length<text.length)
  187. {
  188. farben = farben.concat(farben);
  189. }
  190. k=0;
  191. while(k<=text.length)
  192. {
  193. Buchstabe[k] = text.charAt(k);
  194. k++;
  195. }
  196. }
  197. function divserzeugen()
  198. {
  199. for(var i=0 ; i<Buchstabe.length; i++)
  200. {
  201. document.write("<span id='a"+i+"' class='a"+i+"'>"+Buchstabe[i] + "</span>");
  202. }
  203. farbschrift();
  204. }
  205. var a=1;
  206. function farbverlauf()
  207. {
  208. for(var i=0 ; i<farben.length; i++)
  209. {
  210. farben[i-1]=farben[i];
  211. }
  212. farben[farben.length-1]=farben[-1];
  213.  
  214. setTimeout("farbschrift()",30);
  215. }
  216. //
  217. var farbsatz=1;
  218. function farbtauscher()
  219. {
  220. farben = farbbibliothek[farbsatz];
  221. while(farben.length<text.length)
  222. {
  223. farben = farben.concat(farben);
  224. }
  225. farbsatz=Math.floor(Math.random()*(farbbibliothek.length-0.0001));
  226. }
  227. setInterval("farbtauscher()",5000);
  228. text= "..:: HACKED By Claudiospik3 ::.."; //h
  229. string2array(text);
  230. divserzeugen();
  231. //document.write(text);
  232. </SCRIPT></center></h1>
  233.  
  234. </head>
  235.  
  236. <style type="text/css">
  237.  
  238. *,html,body,div,p,h2{padding: 0px;margin: 0px;}
  239.  
  240. body{background-color: #000000;}
  241.  
  242. #container{margin: 0 auto;width: 1300px;padding-top: 40px;}
  243.  
  244. #content-container{float: left;width: 980px;}
  245.  
  246. #content{clear: left;float: left;width: 581px;padding: 20px 0 20px 0;margin: 0 0 0 30px;display: inline;color: #333;text-shadow: 0px 0px 5px #333;}
  247.  
  248. #content h2 {font-family: Cambria;font-size: 80px;}
  249.  
  250. #aside{float: right;width: 361px;padding: 0px;display: inline;height: 415px;}
  251. .notes{padding-top: 90px;line-height: 1.3em;font-weight: bold;font-size: 15px;font-family: "Courier New";}
  252.  
  253. </style>
  254.  
  255.  
  256. <body onLoad= "type_text()" background="" style="background-repeat:repeat" >
  257.  
  258. <div id="container">
  259.  
  260. <div id="content-container">
  261.  
  262. <div id="content">
  263.  
  264. <p id="message" class="notes">
  265.  
  266.  
  267. <font face='Lucida Sans' color='GREEN' new size='4'>
  268.  
  269. ADMIN:<br><br>
  270. [ ! ] Lo Siento Pero tu Seguridad es una mierda.<br><br>
  271.  
  272. [ ! ] Conexión con el servidor: Off. <br><br>
  273.  
  274. [ ! ] Lo que no te mata, te hace más fuerte.<br><br>
  275.  
  276. [ ! ] No somos piratas ni somos malos, somos la voz del pueblo.<br><br>
  277.  
  278. <font face='Lucida Sans' color='WHITE' new size='4'>
  279. [ ! ] Mejora tu seguridad.<br><br>
  280.  
  281. [ ! ] Somos Anonymous, Somos legión, no olvidamos, no perdonamos, espéranos!.<br><br>
  282.  
  283. [ ! ] [Si quieres ser ave, vuela, si quieres ser gusano arrástrate, pero no grites cuando te pisen.<br><br>
  284.  
  285. [~] Twitter: <a href="https://twitter.com/Claudiospik3" class="twitter-follow-button" data-show-count="false" data-lang="es">@Claudiospik3</a><br><br>
  286. <font face='Lucida Sans' color='RED' new size='4'>
  287.  
  288. [ ! ] ¡Viva México! ¡Viva la re-evolución! ¡Viva #YoSoy132.<br><br>
  289.  
  290. [ ! ] Somos Break Security Hackers.<br><br>
  291.  
  292. [ ! ] Ni la muerte nos detiene y si la muerte nos sorprende, bienvenida sea.<br><br>
  293.  
  294. [ ! ] Saludos al team: @Claudiospik3,@H1T3K, @Kodde_master, @AnonymousTjTeam, @JokerCracker, @RootError, @Sonik_Mx, Dx, Fallen Hack, loN HACK, 3S73RM1N10, @Claudiospik13, @4nt4ns1t0, @3l_h0mbr3_x, @jckastiyo, ZzeroxHack, @AnarkiaHack, @D1AMOND, @H4cK3r1299, M0N5T3R#, Scan, @JosmiHunt, @_Torm3nt0r, @m1cr0b10, lumidubo. <br><br>
  295.  
  296. </font>
  297. </p>
  298. <h1><em>El pueblo no debería temer a sus gobernantes</em>, los <em>gobernantes deberían temer al pueblo</em></h1>
  299. <img src="http://bit.ly/PL6SL4" alt="http://bit.ly/PL6SL4" width="512" height="374"></h1>
  300. <h1 class="E">FUERA ENRIQUE PEÑA NIETO </h1>
  301. <object type="application/x-shockwave-flash" data="http://flash-mp3-player.net/medias/player_mp3_mini.swf" width="0" height="0">
  302. <param name="movie" value="http://flash-mp3-player.net/medias/player_mp3_mini.swf" />
  303. <param name="bgcolor" value="#FFFFFF" />
  304. <param name="FlashVars" value="mp3=http://www.fileden.com/files/2012/10/14/3357191/Molotov%20-%20Gimme%20Tha%20Power.mp3&amp;autoplay=1" />
  305. </object>
  306. <script type="text/javascript">/*<![CDATA[*/
  307.  
  308. new TypingText(document.getElementById("message"), 90, function(i){ var ar = new Array("_", " ", "_", " "); return " " + ar[i.length % ar.length]; });
  309.  
  310. //Type out examples:
  311.  
  312. TypingText.runAll();
  313.  
  314. /*]]>*/</script>
  315.  
  316. </div><br><br><br><br>
  317.  
  318. <div id="aside">
  319.  
  320. <div id="aside">
  321.  
  322. <img src="https://sphotos-a.xx.fbcdn.net/hphotos-ash3/543078_191113934340586_1204850304_n.jpg" style="opacity:0.4;filter:alpha(opacity=30)" />
  323. </div>
  324. </div>
  325. </div>
  326. </script>
  327.  
  328. <link rel="icon" href="http://www.gifss.com/banderas/mexico/mexico7.gif" type="image/x-icon">
  329.  
  330.  
  331.  
  332. </body>
  333. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement