Advertisement
Ribang

script deface love galau fix

Jan 24th, 2017
217
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.71 KB | None | 0 0
  1.  
  2. </script>
  3. <embed SRC="https://www.youtube.com/v/iOHcJV3yqpk&autoplay=1;autoplay=1&amp;loop=1"type="application/x-shockwave-flash" AUTOSTART="TRUE" LOOP="TRUE" WIDTH="1" HEIGHT="1" ALIGN="CENTER"></embed></html>
  4.  
  5. <html><head>
  6. <br>
  7.  
  8.  
  9. <title> Owned by FirewalL21 </title>
  10. <link href='https://d2e1tcbrruuso7.cloudfront.net/static/images/icon-eq.f08156d0af05.png' rel='shortcut icon'/>
  11.  
  12.  
  13. <meta content='Hacked By FirewalL21' name='description'/>
  14.  
  15.  
  16. <meta content='Hacked By FirewalL21' name='keywords'/
  17.  
  18.  
  19. <meta content='Hacked By FirewalL21' name='Abstract'/>
  20.  
  21.  
  22.  
  23. <script type="text/javascript">
  24.  
  25. TypingText = function(element, interval, cursor, finishedCallback) {
  26. if((typeof document.getElementById == "undefined") || (typeof element.innerHTML == "undefined")) {
  27. this.running = true; // Never run.
  28. return;
  29. }
  30. this.element = element;
  31. this.finishedCallback = (finishedCallback ? finishedCallback : function() { return; });
  32. this.interval = (typeof interval == "undefined" ? 150 : interval);
  33. this.origText = this.element.innerHTML;
  34. this.unparsedOrigText = this.origText;
  35. this.cursor = (cursor ? cursor : "");
  36. this.currentText = "";
  37. this.currentChar = 0;
  38. this.element.typingText = this;
  39. if(this.element.id == "") this.element.id = "typingtext" + TypingText.currentIndex++;
  40. TypingText.all.push(this);
  41. this.running = false;
  42. this.inTag = false;
  43. this.tagBuffer = "";
  44. this.inHTMLEntity = false;
  45. this.HTMLEntityBuffer = "";
  46. }
  47. TypingText.all = new Array();
  48. TypingText.currentIndex = 0;
  49. TypingText.runAll = function() {
  50. for(var i = 0; i < TypingText.all.length; i++) TypingText.all[i].run();
  51. }
  52. TypingText.prototype.run = function() {
  53. if(this.running) return;
  54. if(typeof this.origText == "undefined") {
  55. setTimeout("document.getElementById('" + this.element.id + "').typingText.run()", this.interval); // We haven't finished loading yet. Have patience.
  56. return;
  57. }
  58. if(this.currentText == "") this.element.innerHTML = "";
  59. if(this.currentChar < this.origText.length) {
  60. if(this.origText.charAt(this.currentChar) == "<" && !this.inTag) {
  61. this.tagBuffer = "<";
  62. this.inTag = true;
  63. this.currentChar++;
  64. this.run();
  65. return;
  66. } else if(this.origText.charAt(this.currentChar) == ">" && this.inTag) {
  67. this.tagBuffer += ">";
  68. this.inTag = false;
  69. this.currentText += this.tagBuffer;
  70. this.currentChar++;
  71. this.run();
  72. return;
  73. } else if(this.inTag) {
  74. this.tagBuffer += this.origText.charAt(this.currentChar);
  75. this.currentChar++;
  76. this.run();
  77. return;
  78. } else if(this.origText.charAt(this.currentChar) == "&" && !this.inHTMLEntity) {
  79. this.HTMLEntityBuffer = "&";
  80. this.inHTMLEntity = true;
  81. this.currentChar++;
  82. this.run();
  83. return;
  84. } else if(this.origText.charAt(this.currentChar) == ";" && this.inHTMLEntity) {
  85. this.HTMLEntityBuffer += ";";
  86. this.inHTMLEntity = false;
  87. this.currentText += this.HTMLEntityBuffer;
  88. this.currentChar++;
  89. this.run();
  90. return;
  91. } else if(this.inHTMLEntity) {
  92. this.HTMLEntityBuffer += this.origText.charAt(this.currentChar);
  93. this.currentChar++;
  94. this.run();
  95. return;
  96. } else {
  97. this.currentText += this.origText.charAt(this.currentChar);
  98. }
  99. this.element.innerHTML = this.currentText;
  100. this.element.innerHTML += (this.currentChar < this.origText.length - 1 ? (typeof this.cursor == "function" ? this.cursor(this.currentText) : this.cursor) : "");
  101. this.currentChar++;
  102. setTimeout("document.getElementById('" + this.element.id + "').typingText.run()", this.interval);
  103. } else {
  104. this.currentText = "";
  105. this.currentChar = 0;
  106. this.running = false;
  107. this.finishedCallback();
  108. }
  109. }
  110.  
  111.  
  112. </script>
  113.  
  114. <script type="text/javascript">
  115. fl=1
  116. function f1()
  117. {
  118. alert("Terima Kasih yaaa... Semoga Pedang tetap dalam Sarungnya... ")}
  119. function f(){
  120. if(fl==1)
  121. {
  122. Bn.style.top=90
  123. Bn.style.left=500
  124. fl=2
  125. }
  126. else if(fl==2)
  127. {
  128. Bn.style.top=90
  129. Bn.style.left=50
  130. fl=3
  131. }
  132. else if(fl==3)
  133. {
  134. Bn.style.top=235
  135. Bn.style.left=360
  136. fl=1
  137. }
  138. }
  139.  
  140. </script>
  141.  
  142. <style type="text/css">
  143. .box-password{font-size: 24px; width: 600px; height: 50px; border: 0px solid #FF7418;border-radius: 5px 5px 5px 5px;color: transparent;cursor: default;transparent: 1px 0;text-align: center;-webkit-transition: 0.35s linear;-moz-transition:0.35s linear;-o-transition:0.35s linear;outline:0; background: transparent}
  144. .box-password:hover{background: transparent;color: red;border: 0px solid #FF7418;}
  145. .box-password:focus{background: red;color: red;border: 1px solid #FF7418;}
  146. <!--
  147. .style1 {color: #ffffff; font-size: 24px; }
  148. .style2 {color: #ffffff; font-size: 18px; }
  149. .style3 {
  150. color: #1400C8;
  151. font-weight: bold;
  152. font-size: 24px;
  153. }
  154. -->
  155. </style>
  156.  
  157.  
  158. <center><font style='text-shadow: 0px 0px 6px rgb(0, 0, 255), 0px 0px 5px rgb(0, 0, 300), 0px 0px 5px rgb(0, 0, 300); color:Green; font-weight:bold;' size="4">
  159.  
  160.  
  161. <scrollamount="5" scrolldelay="50" width="100%"><link href='http://fonts.googleapis.com/css?family=Rancho' rel='stylesheet' type='text/css'>
  162.  
  163.  
  164. <body>
  165.  
  166. <body bgcolor='#000' marginwidth='0' marginheight='0' style='background: black url(http://alllayedout.com/Backgrounds/Say_I_Love_You_with_Neon.gif)
  167.  
  168.  
  169. no-repeat center center fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover;
  170.  
  171.  
  172.  
  173. background-size:cover;' onload='type_text()' bottommargin='0' rightmargin='0' leftmargin='0' topmargin='0'>
  174.  
  175.  
  176.  
  177. <body bgcolor='white' oncontextmenu='return false;' onkeydown='return false;' onmousedown='return false;'
  178.  
  179.  
  180.  
  181. <center>
  182.  
  183.  
  184.  
  185.  
  186. <body>
  187.  
  188.  
  189. <!-- yesno -->
  190.  
  191.  
  192.  
  193. <script type='text/javascript'>var DADrightclicktheme = 'Dark';var DADrightclickimage = 'http://orig13.deviantart.net/83e8/f/2012/177/8/3/fuck_you___yao_ming__edit__by_frankydarkgalvao-d54x1ph.png';</script><script type='text/javascript' src='http://yondarkness.googlecode.com/files/AntiCopas.js'> </script>
  194.  
  195.  
  196.  
  197. <center>
  198.  
  199.  
  200.  
  201.  
  202. <link href='http://fonts.googleapis.com/css?family=Give+You+Glory' rel='stylesheet' type='text/css'>
  203.  
  204.  
  205.  
  206.  
  207.  
  208.  
  209. <center><font face='Give You Glory' size='50' color='red'> Dearest YOU,Yang Kurindu </font>
  210.  
  211. <font>
  212. <font color="yellow"><font size="3"> <marquee direction="right"><b> Created by: FirewalL21 ANONYMOUS CYBER TEAM </b></marquee></font>
  213. </br
  214.  
  215. <body style='-moz-user-select: true; cursor: crosshair;'><body bgcolor="#413839" link="#150517" active="#150517" visited="#150517" text="#E238EC" onkeydown='return false;' oncontextmenu='return false;' onmousedown='return false;'>
  216.  
  217.  
  218. <center><table>
  219.  
  220.  
  221. <pre id="sualmukuna_cugh">
  222. <font color="lime" size="5"><b> Untukmu yang selalu ku rindukan :') </b>
  223. <i>
  224. mungkin kau bukanlah matahari yang menyinari orang lain...
  225. tetapi keindahanmu telah diam2 menerangi hatiku...
  226. hanya itulah yang aku tahu...
  227. hanya aku lah yang selalu memperhatikanmu..
  228.  
  229. ketika seseorang mnunjukan kasih sayangnya kepadamu, kau harus terima...
  230. jika kau tidak menyadari ada seseorang menyayangimu,
  231. Dan sampai akhirnya seseorang itu tiada. kau hanya akan menyesal dan sedih...
  232. jadi cobalah untuk mengerti perasaannya :')
  233.  
  234. aku mencintaimu...
  235. Dengan sekian banyak pria dengan jumlah cintanya...
  236. Tdak dapat memadai cintaku yang tulus kepadamu...
  237.  
  238. <u>By : Orang yang selalu merindukanmu </u>
  239. </font></i>
  240. <center><input class="box-password" onclick="select()" type="text" value="MAUKAH KAMU MENJADI SARUNGKU?? :)" /></center><br><br>
  241. <div id="By" style="position:absolute; left:615px; top:380px; width:50px;height:198px;">
  242. <br><br><br><br><br><br><br>
  243. <input type="button" value=" YES " onClick="f1()" />
  244. </div>
  245. <div ID="Bn" style="position:absolute; left:688px; top:380px; width:210px; height:210px;">
  246. <br><br><br><br><br><br><br>
  247. <input name="button" type="button" onMouseOver="f()" value=" NO " />
  248. </div>
  249. </pre>
  250.  
  251.  
  252. <font>
  253. <font color="yellow"><font size="3"> <marquee direction="right"><b> Maaf Mimin Numpang Galau Sedikit </b></marquee></font>
  254. </br>
  255.  
  256.  
  257. <script type="text/javascript">
  258. new TypingText(document.getElementById("sualmukuna_cugh"));
  259. TypingText.runAll();
  260. </script>
  261. </td></tr></table>
  262. </center>
  263.  
  264.  
  265.  
  266.  
  267. <footer id="det" style="position:fixed; left:0px; right:0px; bottom:0px; background:rgb(0,0,0); text-align:center; border-top: 1px solid #58FAF4; border-bottom: 1px solid #58FAF4"><font color=red size=4 face="Tahoma"><font color="Cyan"><b>gr33tz : </b></font><marquee scrollamount="5" scrolldelay="50" width="80%"><b>[+] Ten Wap - MDR01 - Zero_S - AMX69X - KUT3M4X - 4WSec - Mr.FakeFace - TCNBOT - Mr.4114425 - Mr.Zeep - AM04 - LittleDx86x - Graylord - FVCKDOG - Mr.Ganjil - Mr.Boog - Mr.Ziplak - MD54 - X.WINGS - Mr.Xjam - Faded - Mr.z - MiieLz [+] </b></marquee> </font></footer>
  268.  
  269.  
  270.  
  271.  
  272.  
  273.  
  274. </HTML>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement