Advertisement
Guest User

c

a guest
Oct 18th, 2017
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 14.92 KB | None | 0 0
  1. <html><head>
  2. <meta http-equiv="Content-Type" content="text/html; charset=Windows-1254" />
  3. <link href='https://fonts.googleapis.com/css?family=Shadows+Into+Light'
  4. rel='stylesheet' type='text/css'>
  5. <title>HaCKeD By.AW3S0M3network</title>
  6. <link rel="icon"
  7. type="image/png" href="https://1.bp.blogspot.com/-I8gmhjOEu2Y/WYd_gqpu_bI/AAAAAAAAAZQ/Q50zVcvG13AF8IqvD2JHVZIPAtbQVvLqACPcBGAYYCw/s320/AWESOME%2BYOUTUBE%2BLOGO.jpg"/>
  8. <table style="border:1px;border-color:white;border-style:double;padding-left:2px;padding-right:2px;bottom:2px;height:25px;width:17%;">
  9. <tr>
  10. <td style="border: 1px;width:5%; background: transparent;box-shadow: 0px 0px 8px white;
  11. bottom: 2px; border-color:white; border-style: dotted";>
  12. <center>
  13. <td><img src="https://2.bp.blogspot.com/-2QNGBMAs9zM/WeaA2393M5I/AAAAAAAAAj0/a-uvBm8DirsfU-ZOMjdYJi0fcDvI-WksQCLcBGAs/s320/tenor.gif" width="200" height="200"></td>
  14. <center>
  15. <div class="marqueeart2"><marquee style="font-size:17px;color:#000000;text-shadow:2px 2px 4px #F6F6F6;font-family:Comic Sans MS;padding-top:5px;">.:: About404me | XENORIC | Desktop77 ::.</marquee></div>
  16. <style>
  17. .marqueeart2 {width:1269px;height:35;background-color:#FE2E2E;
  18. filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#000000', endColorstr='#000000');
  19. background-image:-webkit-linear-gradient(top, #000000 0%, #787272 50%, #000000 100%);
  20. background-image:-moz-linear-gradient(top, #000000 0%, #787272 50%, #000000 100%);
  21. background-image:-ms-linear-gradient(top, #000000 0%, #787272 50%, #000000 100%);
  22. background-image:-o-linear-gradient(top, #000000 0%, #787272 50%, #000000 100%);
  23.   background-image:linear-gradient(top, #000000 0%, #787272 50%, #000000 100%);
  24. }
  25. </style>
  26. </br>
  27. <table style="border:1px;border-color:white;border-style:double;padding-left:2px;padding-right:2px;bottom:2px;height:25px;width:17%;">
  28. <tr>
  29. <td style="border: 1px;width:5%; background: transparent;box-shadow: 0px 0px 8px white;
  30. bottom: 2px; border-color:white; border-style: dotted";>
  31. <center>
  32. <td><img src="https://2.bp.blogspot.com/-2QNGBMAs9zM/WeaA2393M5I/AAAAAAAAAj0/a-uvBm8DirsfU-ZOMjdYJi0fcDvI-WksQCLcBGAs/s320/tenor.gif" width="200" height="200"></td>
  33. <center>
  34. <style type="text/css">body, a:hover
  35.  {cursor: url(http://cur.cursors-4u.net/others/oth-6/oth561.cur),
  36.  progress !important;}</style><a href="http://www.cursors-4u.com/cursor/2011/02/17/ruby-9.html"
  37. target="_blank" title="Ruby"><img src="http://cur.cursors-4u.net/cursor.png" border="0"
  38. alt="Ruby" style="position:absolute; top: 0px; right: 0px;" /></a>
  39. <script>
  40.  
  41. TypingText = function(element, interval, cursor, finishedCallback) {
  42.  
  43. if((typeof document.getElementById == "undefined") || (typeof element.innerHTML == "undefined")) {
  44.  
  45. this.running = true; // Never run.
  46.  
  47. return;
  48.  
  49. }
  50.  
  51. this.element = element;
  52.  
  53. this.finishedCallback = (finishedCallback ? finishedCallback : function() { return; });
  54.  
  55. this.interval = (typeof interval == "undefined" ? 100 : interval);
  56.  
  57. this.origText = this.element.innerHTML;
  58.  
  59. this.unparsedOrigText = this.origText;
  60.  
  61. this.cursor = (cursor ? cursor : "");
  62.  
  63. this.currentText = "";
  64.  
  65. this.currentChar = 0;
  66.  
  67. this.element.typingText = this;
  68.  
  69. if(this.element.id == "") this.element.id = "typingtext" + TypingText.currentIndex++;
  70.  
  71. TypingText.all.push(this);
  72.  
  73. this.running = false;
  74.  
  75. this.inTag = false;
  76.  
  77. this.tagBuffer = "";
  78.  
  79. this.inHTMLEntity = false;
  80.  
  81. this.HTMLEntityBuffer = "";
  82.  
  83. }
  84.  
  85. TypingText.all = new Array();
  86.  
  87. TypingText.currentIndex = 0;
  88.  
  89. TypingText.runAll = function() {
  90.  
  91. for(var i = 0; i < TypingText.all.length; i++) TypingText.all[i].run();
  92.  
  93. }
  94.  
  95. TypingText.prototype.run = function() {
  96.  
  97. if(this.running) return;
  98.  
  99. if(typeof this.origText == "undefined") {
  100.  
  101. setTimeout("document.getElementById('" + this.element.id + "').typingText.run()", this.interval); // We haven't finished loading yet. Have patience.
  102. return;
  103. }
  104. if(this.currentText == "") this.element.innerHTML = "";
  105. // this.origText = this.origText.replace(/<([^<])*>/, ""); // Strip HTML from text.
  106.  
  107. if(this.currentChar < this.origText.length) {
  108.  
  109. if(this.origText.charAt(this.currentChar) == "<" && !this.inTag) {
  110.  
  111. this.tagBuffer = "<";
  112.  
  113. this.inTag = true;
  114.  
  115. this.currentChar++;
  116.  
  117. this.run();
  118.  
  119. return;
  120.  
  121. } else if(this.origText.charAt(this.currentChar) == ">" && this.inTag) {
  122.  
  123. this.tagBuffer += ">";
  124.  
  125. this.inTag = false;
  126.  
  127. this.currentText += this.tagBuffer;
  128.  
  129. this.currentChar++;
  130.  
  131. this.run();
  132.  
  133. return;
  134.  
  135. } else if(this.inTag) {
  136.  
  137. this.tagBuffer += this.origText.charAt(this.currentChar);
  138.  
  139. this.currentChar++;
  140.  
  141. this.run();
  142.  
  143. return;
  144.  
  145. } else if(this.origText.charAt(this.currentChar) == "&" && !this.inHTMLEntity) {
  146.  
  147. this.HTMLEntityBuffer = "&";
  148.  
  149. this.inHTMLEntity = true;
  150.  
  151. this.currentChar++;
  152.  
  153. this.run();
  154.  
  155. return;
  156.  
  157. } else if(this.origText.charAt(this.currentChar) == ";" && this.inHTMLEntity) {
  158.  
  159. this.HTMLEntityBuffer += ";";
  160.  
  161. this.inHTMLEntity = false;
  162.  
  163. this.currentText += this.HTMLEntityBuffer;
  164.  
  165. this.currentChar++;
  166.  
  167. this.run();
  168.  
  169. return;
  170.  
  171. } else if(this.inHTMLEntity) {
  172.  
  173. this.HTMLEntityBuffer += this.origText.charAt(this.currentChar);
  174.  
  175. this.currentChar++;
  176.  
  177. this.run();
  178.  
  179. return;
  180.  
  181. } else {
  182.  
  183. this.currentText += this.origText.charAt(this.currentChar);
  184.  
  185. }
  186.  
  187. this.element.innerHTML = this.currentText;
  188.  
  189. this.element.innerHTML += (this.currentChar < this.origText.length - 1 ? (typeof this.cursor == "function" ? this.cursor(this.currentText) : this.cursor) : "");
  190.  
  191. this.currentChar++;
  192.  
  193. setTimeout("document.getElementById('" + this.element.id + "').typingText.run()", this.interval);
  194.  
  195. } else {
  196.  
  197. this.currentText = "";
  198.  
  199. this.currentChar = 0;
  200.  
  201. this.running = false;
  202.  
  203. this.finishedCallback();
  204.  
  205. }
  206.  
  207. }
  208.  
  209. </script>
  210.  
  211. <p id="info"><font color="blue">
  212. Hacked ? </br>
  213. <font color="#f00">=====>AW3S0M3network<===== </font>
  214. </font></p>
  215.  
  216. <script type="text/javascript">
  217.  
  218. //Define first typing example:
  219.  
  220. //Define second typing example (use "slashing" cursor at the end):
  221.  
  222. new TypingText(document.getElementById("info"), 50, function(i){
  223.  
  224. var ar = new Array("_"," ","_","_"); return " " + ar[i.length %
  225.  
  226. ar.length]; });
  227.  
  228. //Type out examples:
  229.  
  230. TypingText.runAll();
  231.  
  232. </script>
  233. <style>
  234. *{
  235.     margin-top:1px;
  236. }
  237. body{
  238.     background-position: center;
  239.     background-color:#000000;
  240.     height:99%;
  241.     width:99%;
  242.     background-attachment: fixed;
  243.     background-size:100% 100%;
  244.     background-image:url('https://2.bp.blogspot.com/--AOTSC5DzqE/WefnEQlKCoI/AAAAAAAAAlQ/WbgBTZhBZoY73-aKv8Cn6gYsT8JuhoTogCLcBGAs/s320/image.png');
  245. }
  246. h1{
  247.     font-family:Orbitron;
  248.     color:#FFFFFF;
  249.     text-shadow: 0 0 3px black, 0px 0px 20px black;
  250. }
  251. #plate{
  252.     position: absolute;!important;
  253.     top:0!important;
  254.     left:0;
  255.     right:0;
  256.     width:100%;
  257.     height:100%;
  258.     z-index:-1 !important;
  259.     margin:0;
  260.     padding:0;
  261.     position:fixed;
  262.     background-color:rgba(0, 0, 0, 0.18);
  263. }
  264. h2{
  265.     font-family: Courier new;
  266.     /*color:#A50604;*/
  267.     color:#000000;
  268.     text-shadow: 0 0 4px #1ab4e7, 0 0 10px #1ab4e7, 0 0 20px #18a2d0, 0 0 30px #18a2d0, 0 0 40px #18a2d0;
  269.     font-size: 140%;
  270.    
  271. }
  272. h1{
  273.     font-family:courier new;
  274.     /*color:#A50604;*/
  275.     color:#000000;
  276.     text-shadow: 0 0 2px white, 0px 0px 8px aqua;
  277.     font-size: 140%;
  278. }
  279. #foter {
  280.     position: fixed;
  281.     left: 0px;
  282.     right: 0px;
  283.     bottom: 3px;
  284.     background: transparent;
  285.     text-align: center;
  286. }
  287. #loadshit{
  288.     background:#000 url(https://3.bp.blogspot.com/-F02FXMC18Z8/WeZjddxDHuI/AAAAAAAAAjM/7s97_a7Os80qaB2SKjnN7BL95AFmmVESgCLcBGAs/s320/Le-Portrait-de-Petite-Cossette-horror-anime-manga-35869970-1920-1080.jpg) no-repeat center center;
  289.     height:100%;
  290.     width:100%;
  291.     background-size:100% 130%;
  292.     position:fixed;
  293.     top:0;
  294.     left:0;
  295. }
  296. .foter {
  297.     font-family:Orbitron;
  298.     color: #FFFFFF;
  299.     font-size: 10px;
  300.     text-transform: uppercase;
  301.     text-shadow: 0px 0px 10px white;
  302. }
  303. .foter span{
  304.     text-align: center;
  305.     font-family: Orbitron;
  306.     font-size: 300%;
  307.     color: #A50604;
  308.     text-shadow: 0 0 3px black, 0px 0px 30px red;
  309. }
  310. h3{
  311.     font-family:Orbitron;
  312.     /*color:#A50604;*/
  313.     color:#000000;
  314.     text-shadow: 0 0 3px white, 0px 0px 30px red;
  315.     font-size: 140%;
  316. }
  317. #cover{
  318.     height:100%;
  319.     width:100%;
  320.     position:fixed;
  321. }
  322. #sec span{
  323.     text-align: center;
  324.     font-family: 'Courier New';
  325.     font-size: 300%;
  326.     color: #A50604;
  327.     text-shadow: 0 0 3px black, 0px 0px 30px red;
  328. }
  329. #sec:hover{
  330.     color:#000000;
  331.     text-shadow: 0 0 3px white, 0px 0px 30px red;
  332. }
  333. #icon{
  334.     width: 20%;
  335. }
  336. </style>
  337. <style>
  338.       h1 {
  339.     color: #090909;
  340.     font-size: 40px;
  341.     margin: 1px auto;
  342.     text-align:center;
  343.     text-transform:uppercase;
  344.         }
  345.     .neon {
  346.     color: #090909;
  347.     text-shadow: 0 0 5px #FE2E2E, 0 0 10px #FBFAFA, 0 0 20px #FBFAFA, 0 0 45px #FBFAFA, 0 0 40px #FBFAFA;
  348.     }
  349.     </style>
  350. <script language="JavaScript1.2">
  351. function ClearError() {return true;}
  352. window.onerror = ClearError;
  353. </script>
  354. <script>
  355. window.onload = function() {
  356. var h1 = document.getElementsByTagName("h1")[0],
  357. text = h1.innerText || h1.textContent,
  358. split = [], i, lit = 0, timer = null;
  359. for(i = 0; i < text.length; ++i) {
  360. split.push("<span>" + text[i] + "</span>");
  361. }
  362. h1.innerHTML = split.join("");
  363. split = h1.childNodes;
  364.  
  365. var flicker = function() {
  366. lit += 0.01;
  367. if(lit >= 1) {
  368. clearInterval(timer);
  369. }
  370. for(i = 0; i < split.length; ++i) {
  371. if(Math.random() < lit) {
  372. split[i].className = "neon";
  373. } else {
  374. split[i].className = "";
  375. }
  376. }
  377. }
  378. setInterval(flicker, 100);
  379. }
  380. </script>
  381. <script type='text/javascript'>
  382. //<![CDATA[
  383. var no_image = "http://3.bp.blogspot.com/-Yw8BIuvwoSQ/VsjkCIMoltI/AAAAAAAAC4c/s55PW6xEKn0/s1600-r/nth.png";
  384. var month_format = [, "Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sept", "Oct", "Nov", "Dec"];
  385. var more_text = "View More";
  386. var comments_text = "<span>Post </span>Comment";
  387. var POSTPAGER_OLDER = "Older Article"; // post nav text "previous post"
  388. var POSTPAGER_NEWER = "Newer Article"; // post nav text "next post"
  389. //]]>
  390. </script>
  391.  <script type="text/javascript">
  392. // <![CDATA[
  393. var speed=40; // lower number for faster
  394. var warp=3; // from 1 to 10
  395. var stars=150; // number of stars
  396. var colours=new Array("#FFFFFF", "#FFFFFF", "#FFFFFF"); // colours of stars
  397. var position=0; // set to '0' for foreground and '-1' for stars to appear in the background, behind text on the page
  398.  
  399. /****************************
  400. *      Star Warp Effect     *
  401. *     *
  402. ****************************/
  403. var strs=new Array();
  404. var strx=new Array();
  405. var stry=new Array();
  406. var stdx=new Array();
  407. var stdy=new Array();
  408. var strz=new Array();
  409. var swide=800;
  410. var shigh=600;
  411. warp=1+warp/125;
  412.  
  413. if (typeof('addRVLoadEvent')!='function') function addRVLoadEvent(funky) {
  414.  var oldonload=window.onload;
  415.  if (typeof(oldonload)!='function') window.onload=funky;
  416.  else window.onload=function() {
  417.    if (oldonload) oldonload();
  418.    funky();
  419.  }
  420. }
  421.  
  422. addRVLoadEvent(initiate_hyperjump);
  423.  
  424. function initiate_hyperjump() { if (document.getElementById) {
  425.  var i, temp;
  426.  boddie=document.createElement("div");
  427.  boddie.style.position="fixed";
  428.  boddie.style.top="0px";
  429.  boddie.style.left="0px";
  430.  boddie.style.width="1px";
  431.  boddie.style.height="1px";
  432.  boddie.style.overflow="visible";
  433.  boddie.style.backgroundColor="transparent";
  434.  boddie.style.zIndex=position;
  435.  i=document.body.style.backgroundColor;
  436.  if (document.body.parentNode) {
  437.    if (i) document.body.parentNode.style.backgroundColor=i;
  438.    document.body.style.backgroundColor="transparent";
  439.  }
  440.  document.body.insertBefore(boddie, document.body.firstChild);
  441.  set_width();
  442.  for (i=0; i<stars; i++) {
  443.    strs[i]=document.createElement("div");
  444.    strs[i].style.color=colours[i%colours.length];
  445. strs[i].style.backgroundColor="transparent";
  446.    strs[i].style.position="absolute";
  447. strs[i].appendChild(document.createTextNode("*"));
  448. strs[i].style.font="13px monospace";
  449.    stdy[i]=Math.random()*6-3;
  450.    stdx[i]=Math.random()*8-4;
  451.    temp=Math.random()*100;
  452.    strx[i]=swide/2+temp*stdx[i];
  453.    stry[i]=shigh/2+temp*stdy[i];
  454.    if (Math.abs(stdx[i])+Math.abs(stdy[i])>5) strz[i]=13;
  455.    else if (Math.abs(stdx[i])+Math.abs(stdy[i])>3) strz[i]=7;
  456.    else strz[i]=2;
  457. strs[i].style.fontSize=strz[i]+"px";
  458.    boddie.appendChild(strs[i]);
  459.  }
  460.  setInterval("warp_drive()", speed);
  461. }}
  462.  
  463. function warp_drive() {
  464.  var i;
  465.  for (i=0; i<stars; i++) {
  466.    stry[i]+=stdy[i];
  467.    strx[i]+=stdx[i];
  468.    stdx[i]*=warp;
  469.    stdy[i]*=warp;
  470.    if (stry[i]>0 && stry[i]<shigh && strx[i]>0 && strx[i]<swide) {
  471.   if (Math.abs(stdx[i])+Math.abs(stdy[i])>strz[i]) strs[i].style.fontSize=++strz[i]+"px";
  472.      strs[i].style.left=strx[i]+"px";
  473.      strs[i].style.top=stry[i]+"px"
  474.    }
  475.    else {
  476.      strx[i]=swide/2;
  477.      stry[i]=shigh/2;
  478.      strx[i]+=3*(stdx[i]=Math.random()*8-4);
  479.      stry[i]+=3*(stdy[i]=Math.random()*6-3);
  480.   if (Math.abs(stdx[i])+Math.abs(stdy[i])>5) strz[i]=13;
  481.      else if (Math.abs(stdx[i])+Math.abs(stdy[i])>3) strz[i]=7;
  482.      else strz[i]=2;
  483.   strs[i].style.fontSize=strz[i]+"px";
  484.    }
  485.  }
  486. }
  487.  
  488. window.onresize=set_width;
  489. function set_width() {
  490.  var sw_min=999999;
  491.  var sh_min=999999;
  492.  if (document.documentElement && document.documentElement.clientWidth) {
  493.    if (document.documentElement.clientWidth>0) sw_min=document.documentElement.clientWidth;
  494.    if (document.documentElement.clientHeight>0) sh_min=document.documentElement.clientHeight;
  495.  }
  496.  if (typeof(self.innerWidth)!="undefined" && self.innerWidth) {
  497.    if (self.innerWidth>0 && self.innerWidth<sw_min) sw_min=self.innerWidth;
  498.    if (self.innerHeight>0 && self.innerHeight<sh_min) sh_min=self.innerHeight;
  499.  }
  500.  if (document.body.clientWidth) {
  501.    if (document.body.clientWidth>0 && document.body.clientWidth<sw_min) sw_min=document.body.clientWidth;
  502.    if (document.body.clientHeight>0 && document.body.clientHeight<sh_min) sh_min=document.body.clientHeight;
  503.  }
  504.  if (sw_min==999999 || sh_min==999999) {
  505.    sw_min=800;
  506.    sh_min=600;
  507.  }
  508.  swide=sw_min;
  509.  shigh=sh_min;
  510. }
  511. // ]]>
  512. </script>
  513. <script> var message="Klik Ok Jika Anda Merasa Jelek :v";
  514. ///////////////////////////////////
  515. function clickIE4(){if (event.button==2){alert(message);return false;}} function clickNS4(e){if (document.layers||document.getElementById&&!document.all){if (e.which==2||e.which==3){alert(message);return false;}}} if (document.layers){document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS4;} else if (document.all&&!document.getElementById){document.onmousedown=clickIE4;} document.oncontextmenu=new Function("alert(message);return false")</script>
  516. <br><br>
  517. <h1>The Website Can Not Be Accessed</h1>
  518. <div align="center">
  519. <iframe width="1" height="1" src="https://www.youtube.com/embed/AsKn0dbvLxo?rel=2&autoplay=1&loop=AsKn0dbvLxo" frameborder="0" allowfullscreen></iframe>
  520. </br>
  521. <img border="0" data-original-height="1250" data-original-width="100" height="269" src="https://1.bp.blogspot.com/-tGTuiorRmaU/WeEomBE6cYI/AAAAAAAAAgI/aJ6EBK4weiouYB38IR-Itj1lgOOGNN8SwCLcBGAs/s320/req.png" width="320" /></a></div>
  522. <script>
  523. </body>
  524. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement