Advertisement
Guest User

Untitled

a guest
Oct 21st, 2019
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.53 KB | None | 0 0
  1. <html>
  2. <head>
  3. <meta charset="UTF-8">
  4. <title>MAAP YAK</title>
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  6. <meta name="author" content="GOBLOK DAH">
  7. <meta name="copyright" content="PANTEK GANS">
  8. <meta name="description" content="uppsss....you got hacked!!">
  9. <meta property="og:image" content="https://www.sccpre.cat/mypng/detail/233-2337006_tattoo-sleeve-knight-seppuku-samurai-japan-clipart-sad.png">
  10. <link rel="SHORTCUT ICON" href="https://z-m-scontent-sin6-2.xx.fbcdn.net/v/t1.0-0/s350x350/17861529_1174626119312545_2879818258360249270_n.jpg?_nc_cat=106&_nc_oc=AQmf7FGl5-DuwoWP1omApX-Y1VfeNgpNr8IdrE-VZ7EOp6yaG0nGiE482DKBrc32-1E&_nc_ad=z-m&_nc_cid=1101&_nc_zor=9&_nc_eh=add87b017a2c18c624e8a2e94c576132&_nc_ht=z-m-scontent-sin6-2.xx&oh=9f466c490192d512cae21afc580db75f&oe=5E3C6577">
  11. <style type="text/css">
  12.  
  13. @import url('https://fonts.googleapis.com/css?family=Lobster+Two&display=swap" rel="stylesheet');
  14.  
  15. .paragraf_pertama {
  16. font-family: 'Lobster Two', cursive;
  17. font-size: 50;
  18.  
  19. }
  20.  
  21. </style>
  22. </head>
  23. <center>
  24. <p class="paragraf_pertama"><font color="red"><i>H4CK3D BY S3ND4L()J3P1T</i></font></p>
  25. <style>
  26. body {
  27. background-color: Black;
  28. background-size: cover;
  29. -webkit-background-size: 100% 100%;
  30. -moz-background-size: 100% 100%;
  31. -o-background-size: 100% 100%;
  32. margin: 0px auto;
  33. },
  34. </style>
  35.  
  36. <iframe width="0" height="0" src="https://6.top4top.net/m_1363k1m820.mp3" frameborder="0" allowfullscreen=""></iframe>
  37. <img src="https://encrypted-tbn0.gstatic.com/images?q=tbn%3AANd9GcT6Qv3XZJqleejAWWwdIAbh9emVjiIMglV9rWsVw2-Kzv9kD7pG" alt="tag img" width="400" height="500" style="opacity:5;filter:alpha(opacity=40);"
  38. onmouseover="this.style.opacity=1; this.filters.alpha.opacity=100"
  39. onmouseout="this.style.opacity=0.4;
  40. this.filters.alpha.opacity=40;">
  41.  
  42. <style type="text/css">
  43.  
  44. p {
  45. margin-top: 10px;
  46.  
  47. }
  48.  
  49.  
  50. .ahgcrewstyle {
  51. color: #F00F00;
  52. }
  53. .ahg {
  54. color: #0F0;
  55. }
  56. #message font strong {
  57. font-family: Tahoma, Geneva, sans-serif;
  58. font-size: 29px;
  59.  
  60. }
  61. .gre {
  62. color: #9F3;
  63. font-size: 36px;
  64. }
  65. #message font {
  66. font-size: 29px;
  67. padding: 20;
  68. }
  69.  
  70. </style>
  71. <script type="text/javascript">
  72. TypingText = function(element, interval, cursor, finishedCallback) {
  73. if((typeof document.getElementById == "undefined") || (typeof element.innerHTML == "undefined")) {
  74. this.running = true;
  75. return;
  76. }
  77. this.element = element;
  78. this.finishedCallback = (finishedCallback ? finishedCallback : function() { return; });
  79. this.interval = (typeof interval == "undefined" ? 100 : interval);
  80. this.origText = this.element.innerHTML;
  81. this.unparsedOrigText = this.origText;
  82. this.cursor = (cursor ? cursor : "");
  83. this.currentText = "";
  84. this.currentChar = 0;
  85. this.element.typingText = this;
  86. if(this.element.id == "") this.element.id = "typingtext" + TypingText.currentIndex++;
  87. TypingText.all.push(this);
  88. this.running = false;
  89. this.inTag = false;
  90. this.tagBuffer = "";
  91. this.inHTMLEntity = false;
  92. this.HTMLEntityBuffer = "";
  93. }
  94. TypingText.all = new Array();
  95. TypingText.currentIndex = 0;
  96. TypingText.runAll = function() {
  97. for(var i = 0; i < TypingText.all.length; i++) TypingText.all[i].run();
  98. }
  99. TypingText.prototype.run = function() {
  100. if(this.running) return;
  101. if(typeof this.origText == "undefined") {
  102. setTimeout("document.getElementById('" + this.element.id + "').typingText.run()", this.interval);
  103. return;
  104. }
  105. if(this.currentText == "") this.element.innerHTML = "";
  106. if(this.currentChar < this.origText.length) {
  107. if(this.origText.charAt(this.currentChar) == "<" && ! this.inTag) {
  108. this.tagBuffer = "<";
  109. this.inTag = true;
  110. this.currentChar++;
  111. this.run();
  112. return;
  113. } else if(this.origText.charAt(this.currentChar) == ">" && this.inTag) {
  114. this.tagBuffer += ">";
  115. this.inTag = false;
  116. this.currentText += this.tagBuffer;
  117. this.currentChar++;
  118. this.run();
  119. return;
  120. } else if(this.inTag) {
  121. this.tagBuffer += this.origText.charAt(this.currentChar);
  122. this.currentChar++;
  123. this.run();
  124. return;
  125. } else if(this.origText.charAt(this.currentChar) == "&" && !this.inHTMLEntity) {
  126. this.HTMLEntityBuffer = "&";
  127. this.inHTMLEntity = true;
  128.  
  129. this.currentChar++;
  130. this.run();
  131. return;
  132. } else if(this.origText.charAt(this.currentChar) == ";" && this.inHTMLEntity) {
  133. this.HTMLEntityBuffer += ";";
  134. this.inHTMLEntity = false;
  135. this.currentText += this.HTMLEntityBuffer;
  136. this.currentChar++;
  137. this.run();
  138. return;
  139. } else if(this.inHTMLEntity) {
  140. this.HTMLEntityBuffer += this.origText.charAt(this.currentChar);
  141. this.currentChar++;
  142. this.run();
  143. return;
  144. } else {
  145. this.currentText += this.origText.charAt(this.currentChar);
  146. }
  147. this.element.innerHTML = this.currentText;
  148. this.element.innerHTML += (this.currentChar < this.origText.length - 1 ? (typeof this.cursor == "function" ? this.cursor(this.currentText) : this.cursor) : "");
  149. this.currentChar++;
  150. setTimeout("document.getElementById('" + this.element.id + "').typingText.run()", this.interval);
  151. } else {
  152. this.currentText = "";
  153. this.currentChar = 0;
  154. this.running = false;
  155. this.finishedCallback();}
  156. }
  157. </script>
  158. <p id="message">
  159. <font size="1px" color="grey">you gone & lost<br>__________________________________________________________________________
  160. </font></p>
  161. <script type="text/javascript">
  162. new TypingText(document.getElementById("message"), 50, function(i){ var ar = new Array(""); return " " + ar[i.length % ar.length]; });
  163. //Type out examples:
  164. TypingText.runAll();
  165. </script><br>
  166. <style>
  167. marquee {
  168. text-shadow: 5px 7px red;
  169. margin: 30;
  170. padding: 50;
  171. }
  172. </style>
  173. <marquee behavior="alternate" scrollamount="10" width="300"><font color="white" face="courier" size="15">I Don't have friends, I'm just alone </font></marquee>
  174. </center>
  175. </body>
  176. </html>
  177. <html>
  178. <head>
  179. <meta charset="UTF-8">
  180. <title>MAAP YAK</title>
  181. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  182. <meta name="author" content="GOBLOK DAH">
  183. <meta name="copyright" content="PANTEK GANS">
  184. <meta name="description" content="uppsss....you got hacked!!">
  185. <meta property="og:image" content="https://www.sccpre.cat/mypng/detail/233-2337006_tattoo-sleeve-knight-seppuku-samurai-japan-clipart-sad.png">
  186. <link rel="SHORTCUT ICON" href="https://z-m-scontent-sin6-2.xx.fbcdn.net/v/t1.0-0/s350x350/17861529_1174626119312545_2879818258360249270_n.jpg?_nc_cat=106&_nc_oc=AQmf7FGl5-DuwoWP1omApX-Y1VfeNgpNr8IdrE-VZ7EOp6yaG0nGiE482DKBrc32-1E&_nc_ad=z-m&_nc_cid=1101&_nc_zor=9&_nc_eh=add87b017a2c18c624e8a2e94c576132&_nc_ht=z-m-scontent-sin6-2.xx&oh=9f466c490192d512cae21afc580db75f&oe=5E3C6577">
  187. <style type="text/css">
  188.  
  189. @import url('https://fonts.googleapis.com/css?family=Lobster+Two&display=swap" rel="stylesheet');
  190.  
  191. .paragraf_pertama {
  192. font-family: 'Lobster Two', cursive;
  193. font-size: 50;
  194.  
  195. }
  196.  
  197. </style>
  198. </head>
  199. <center>
  200. <p class="paragraf_pertama"><font color="red"><i>H4CK3D BY S3ND4L()J3P1T</i></font></p>
  201. <style>
  202. body {
  203. background-color: Black;
  204. background-size: cover;
  205. -webkit-background-size: 100% 100%;
  206. -moz-background-size: 100% 100%;
  207. -o-background-size: 100% 100%;
  208. margin: 0px auto;
  209. },
  210. </style>
  211.  
  212. <iframe width="0" height="0" src="https://6.top4top.net/m_1363k1m820.mp3" frameborder="0" allowfullscreen=""></iframe>
  213. <img src="https://encrypted-tbn0.gstatic.com/images?q=tbn%3AANd9GcT6Qv3XZJqleejAWWwdIAbh9emVjiIMglV9rWsVw2-Kzv9kD7pG" alt="tag img" width="400" height="500" style="opacity:5;filter:alpha(opacity=40);"
  214. onmouseover="this.style.opacity=1; this.filters.alpha.opacity=100"
  215. onmouseout="this.style.opacity=0.4;
  216. this.filters.alpha.opacity=40;">
  217.  
  218. <style type="text/css">
  219.  
  220. p {
  221. margin-top: 10px;
  222.  
  223. }
  224.  
  225.  
  226. .ahgcrewstyle {
  227. color: #F00F00;
  228. }
  229. .ahg {
  230. color: #0F0;
  231. }
  232. #message font strong {
  233. font-family: Tahoma, Geneva, sans-serif;
  234. font-size: 29px;
  235.  
  236. }
  237. .gre {
  238. color: #9F3;
  239. font-size: 36px;
  240. }
  241. #message font {
  242. font-size: 29px;
  243. padding: 20;
  244. }
  245.  
  246. </style>
  247. <script type="text/javascript">
  248. TypingText = function(element, interval, cursor, finishedCallback) {
  249. if((typeof document.getElementById == "undefined") || (typeof element.innerHTML == "undefined")) {
  250. this.running = true;
  251. return;
  252. }
  253. this.element = element;
  254. this.finishedCallback = (finishedCallback ? finishedCallback : function() { return; });
  255. this.interval = (typeof interval == "undefined" ? 100 : interval);
  256. this.origText = this.element.innerHTML;
  257. this.unparsedOrigText = this.origText;
  258. this.cursor = (cursor ? cursor : "");
  259. this.currentText = "";
  260. this.currentChar = 0;
  261. this.element.typingText = this;
  262. if(this.element.id == "") this.element.id = "typingtext" + TypingText.currentIndex++;
  263. TypingText.all.push(this);
  264. this.running = false;
  265. this.inTag = false;
  266. this.tagBuffer = "";
  267. this.inHTMLEntity = false;
  268. this.HTMLEntityBuffer = "";
  269. }
  270. TypingText.all = new Array();
  271. TypingText.currentIndex = 0;
  272. TypingText.runAll = function() {
  273. for(var i = 0; i < TypingText.all.length; i++) TypingText.all[i].run();
  274. }
  275. TypingText.prototype.run = function() {
  276. if(this.running) return;
  277. if(typeof this.origText == "undefined") {
  278. setTimeout("document.getElementById('" + this.element.id + "').typingText.run()", this.interval);
  279. return;
  280. }
  281. if(this.currentText == "") this.element.innerHTML = "";
  282. if(this.currentChar < this.origText.length) {
  283. if(this.origText.charAt(this.currentChar) == "<" && ! this.inTag) {
  284. this.tagBuffer = "<";
  285. this.inTag = true;
  286. this.currentChar++;
  287. this.run();
  288. return;
  289. } else if(this.origText.charAt(this.currentChar) == ">" && this.inTag) {
  290. this.tagBuffer += ">";
  291. this.inTag = false;
  292. this.currentText += this.tagBuffer;
  293. this.currentChar++;
  294. this.run();
  295. return;
  296. } else if(this.inTag) {
  297. this.tagBuffer += this.origText.charAt(this.currentChar);
  298. this.currentChar++;
  299. this.run();
  300. return;
  301. } else if(this.origText.charAt(this.currentChar) == "&" && !this.inHTMLEntity) {
  302. this.HTMLEntityBuffer = "&";
  303. this.inHTMLEntity = true;
  304.  
  305. this.currentChar++;
  306. this.run();
  307. return;
  308. } else if(this.origText.charAt(this.currentChar) == ";" && this.inHTMLEntity) {
  309. this.HTMLEntityBuffer += ";";
  310. this.inHTMLEntity = false;
  311. this.currentText += this.HTMLEntityBuffer;
  312. this.currentChar++;
  313. this.run();
  314. return;
  315. } else if(this.inHTMLEntity) {
  316. this.HTMLEntityBuffer += this.origText.charAt(this.currentChar);
  317. this.currentChar++;
  318. this.run();
  319. return;
  320. } else {
  321. this.currentText += this.origText.charAt(this.currentChar);
  322. }
  323. this.element.innerHTML = this.currentText;
  324. this.element.innerHTML += (this.currentChar < this.origText.length - 1 ? (typeof this.cursor == "function" ? this.cursor(this.currentText) : this.cursor) : "");
  325. this.currentChar++;
  326. setTimeout("document.getElementById('" + this.element.id + "').typingText.run()", this.interval);
  327. } else {
  328. this.currentText = "";
  329. this.currentChar = 0;
  330. this.running = false;
  331. this.finishedCallback();}
  332. }
  333. </script>
  334. <p id="message">
  335. <font size="1px" color="grey">you gone & lost<br>__________________________________________________________________________
  336. </font></p>
  337. <script type="text/javascript">
  338. new TypingText(document.getElementById("message"), 50, function(i){ var ar = new Array(""); return " " + ar[i.length % ar.length]; });
  339. //Type out examples:
  340. TypingText.runAll();
  341. </script><br>
  342. <style>
  343. marquee {
  344. text-shadow: 5px 7px red;
  345. margin: 30;
  346. padding: 50;
  347. }
  348. </style>
  349. <marquee behavior="alternate" scrollamount="10" width="300"><font color="white" face="courier" size="15">I Don't have friends, I'm just alone </font></marquee>
  350. </center>
  351. </body>
  352. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement