Advertisement
Guest User

Sript

a guest
Nov 21st, 2017
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 7.98 KB | None | 0 0
  1. <html>
  2. <head>
  3.  <script language="JavaScript">
  4. <!--
  5. /*****TITLE JALAN*****/
  6.  
  7. function tb5_makeArray(n){
  8. this.length = n;
  9. return this.length;
  10. }
  11.  
  12. tb5_messages = new tb5_makeArray(5);
  13. tb5_messages[0] = "./Anonymous Indonesia";
  14. tb5_messages[1] = "./Bengkulu Hacker Team";
  15. tb5_messages[2] = "./0wn3d by Mr.M007";
  16. tb5_rptType = 'infinite';
  17. tb5_rptNbr = 10;
  18. tb5_speed = 50;
  19. tb5_delay = 2000;
  20. var tb5_counter=1;
  21. var tb5_currMsg=0;
  22. var tb5_stsmsg="";
  23. function tb5_shuffle(arr){
  24. var k;
  25. for (i=0; i<arr.length; i++){
  26. k = Math.round(Math.random() * (arr.length - i - 1)) + i;
  27. temp = arr[i];arr[i]=arr[k];arr[k]=temp;
  28. }
  29. return arr;
  30. }
  31. tb5_arr = new tb5_makeArray(tb5_messages[tb5_currMsg].length);
  32. tb5_sts = new tb5_makeArray(tb5_messages[tb5_currMsg].length);
  33. for (var i=0; i<tb5_messages[tb5_currMsg].length; i++){
  34. tb5_arr[i] = i;
  35. tb5_sts[i] = "_";
  36. }
  37. tb5_arr = tb5_shuffle(tb5_arr);
  38. function tb5_init(n){
  39. var k;
  40. if (n == tb5_arr.length){
  41. if (tb5_currMsg == tb5_messages.length-1){
  42. if ((tb5_rptType == 'finite') && (tb5_counter==tb5_rptNbr)){
  43. clearTimeout(tb5_timerID);
  44. return;
  45. }
  46. tb5_counter++;
  47. tb5_currMsg=0;
  48. }
  49. else{
  50. tb5_currMsg++;
  51. }
  52. n=0;
  53. tb5_arr = new tb5_makeArray(tb5_messages[tb5_currMsg].length);
  54. tb5_sts = new tb5_makeArray(tb5_messages[tb5_currMsg].length);
  55. for (var i=0; i<tb5_messages[tb5_currMsg].length; i++){
  56. tb5_arr[i] = i;
  57. tb5_sts[i] = "_";
  58. }
  59. tb5_arr = tb5_shuffle(tb5_arr);
  60. tb5_sp=tb5_delay;
  61. }
  62. else{
  63. tb5_sp=tb5_speed;
  64. k = tb5_arr[n];
  65. tb5_sts[k] = tb5_messages[tb5_currMsg].charAt(k);
  66. tb5_stsmsg = "";
  67. for (var i=0; i<tb5_sts.length; i++)
  68. tb5_stsmsg += tb5_sts[i];
  69. document.title = tb5_stsmsg;
  70. n++;
  71. }
  72. tb5_timerID = setTimeout("tb5_init("+n+")", tb5_sp);
  73. }
  74. function tb5_randomizetitle(){
  75. tb5_init(0);
  76. }
  77. tb5_randomizetitle();
  78.  
  79. //-->
  80. </script>
  81. <link REL="SHORTCUT ICON" HREF="http://img577.imageshack.us/img577/3632/bz3.png">
  82. <script src='http://script-seo.googlecode.com/files/salju.js' type="text/javascript"></script>
  83. <style type='text/css'>
  84. #outerCircleText {
  85. font-style: italic;
  86. font-weight: bold;
  87. font-family: 'comic sans ms', verdana, arial;
  88. color: #a4336a;
  89. position: absolute;top: 0;left: 0;z-index: 3000;cursor: default;}
  90. #outerCircleText div {position: relative;}
  91. #outerCircleText div div {position: absolute;top: 0;left: 0;text-align: center;}
  92. </style>
  93.  
  94. <script type='text/javascript'>
  95. //<![CDATA[
  96. ;(function(){
  97. // Your message here (QUOTED STRING)
  98. var msg = "./BENGKULU HACKER TEAM FROM INDONESIA";
  99. /* THE REST OF THE EDITABLE VALUES BELOW ARE ALL UNQUOTED NUMBERS */
  100. // Set font's style size for calculating dimensions
  101. // Set to number of desired pixels font size (decimal and negative numbers not allowed)
  102. var size =20;
  103. // Set both to 1 for plain circle, set one of them to 2 for oval
  104. // Other numbers & decimals can have interesting effects, keep these low (0 to 3)
  105. var circleY = 0.75; var circleX = 2;
  106. // The larger this divisor, the smaller the spaces between letters
  107. // (decimals allowed, not negative numbers)
  108. var letter_spacing = 5;
  109. // The larger this multiplier, the bigger the circle/oval
  110. // (decimals allowed, not negative numbers, some rounding is applied)
  111. var diameter = 15;
  112. // Rotation speed, set it negative if you want it to spin clockwise (decimals allowed)
  113. var rotation = 0.3;
  114. // This is not the rotation speed, its the reaction speed, keep low!
  115. // Set this to 1 or a decimal less than one (decimals allowed, not negative numbers)
  116. var speed = 0.2;
  117. ////////////////////// Stop Editing //////////////////////
  118. if (!window.addEventListener && !window.attachEvent || !document.createElement) return;
  119. msg = msg.split('');
  120. var n = msg.length - 1, a = Math.round(size * diameter * 0.208333), currStep = 20,
  121. ymouse = a * circleY + 20, xmouse = a * circleX + 20, y = [], x = [], Y = [], X = [],
  122. o = document.createElement('div'), oi = document.createElement('div'),
  123. b = document.compatMode && document.compatMode != "BackCompat"? document.documentElement
  124. :
  125. document.body,
  126. mouse = function(e){
  127. e = e || window.event;
  128. ymouse = !isNaN(e.pageY)? e.pageY : e.clientY; // y-position
  129. xmouse = !isNaN(e.pageX)? e.pageX : e.clientX; // x-position
  130. },
  131. makecircle = function(){ // rotation/positioning
  132. if(init.nopy){
  133. o.style.top = (b || document.body).scrollTop + 'px';
  134. o.style.left = (b || document.body).scrollLeft + 'px';
  135. };
  136. currStep -= rotation;
  137. for (var d, i = n; i > -1; --i){ // makes the circle
  138. d = document.getElementById('iemsg' + i).style;
  139. d.top = Math.round(y[i] + a * Math.sin((currStep + i) / letter_spacing) * circleY - 15) +
  140. 'px';
  141. d.left = Math.round(x[i] + a * Math.cos((currStep + i) / letter_spacing) * circleX) + 'px';
  142. };
  143. },
  144. drag = function(){ // makes the resistance
  145. y[0] = Y[0] += (ymouse - Y[0]) * speed;
  146. x[0] = X[0] += (xmouse - 20 - X[0]) * speed;
  147. for (var i = n; i > 0; --i){
  148. y[i] = Y[i] += (y[i-1] - Y[i]) * speed;
  149. x[i] = X[i] += (x[i-1] - X[i]) * speed;
  150. };
  151. makecircle();
  152. },
  153. init = function(){ // appends message divs, & sets initial values for positioning arrays
  154. if(!isNaN(window.pageYOffset)){
  155. ymouse += window.pageYOffset;
  156. xmouse += window.pageXOffset;
  157. } else init.nopy = true;
  158. for (var d, i = n; i > -1; --i){
  159. d = document.createElement('div'); d.id = 'iemsg' + i;
  160. d.style.height = d.style.width = a + 'px';
  161. d.appendChild(document.createTextNode(msg[i]));
  162. oi.appendChild(d); y[i] = x[i] = Y[i] = X[i] = 0;
  163. };
  164. o.appendChild(oi); document.body.appendChild(o);
  165. setInterval(drag, 25);
  166. },
  167. ascroll = function(){
  168. ymouse += window.pageYOffset;
  169. xmouse += window.pageXOffset;
  170. window.removeEventListener('scroll', ascroll, false);
  171. };
  172. o.id = 'outerCircleText'; o.style.fontSize = size + 'px';
  173. if (window.addEventListener){
  174. window.addEventListener('load', init, false);
  175. document.addEventListener('mouseover', mouse, false);
  176. document.addEventListener('mousemove', mouse, false);
  177. if (/Apple/.test(navigator.vendor))
  178. window.addEventListener('scroll', ascroll, false);
  179. }
  180. else if (window.attachEvent){
  181. window.attachEvent('onload', init);
  182. document.attachEvent('onmousemove', mouse);
  183. };
  184. })();
  185. //]]>
  186. </script>
  187. </head>
  188. <body>
  189. <style type="text/css">body {
  190. background: #000000;
  191.  
  192. font-family: Courier New;
  193.  
  194. color: #ff0000;
  195.  
  196. text-align: center;
  197.  
  198. }
  199.  
  200. a {
  201.  
  202. text-decoration:none;
  203.  
  204. color:
  205.  
  206. #ff0000;
  207.  
  208. }
  209.  
  210. </style>
  211. <script language="JavaScript">
  212. var text="Hacked Your Site By Bengkulu Hacker Team!";
  213. var delay=20;
  214. var currentChar=1;
  215. var destination="[none]";
  216. function type()
  217. {
  218. //if (document.all)
  219. {
  220. var dest=document.getElementById(destination);
  221. if (dest)// && dest.innerHTML)
  222. {
  223. dest.innerHTML=text.substr(0, currentChar)+"<blink>_</blink>";
  224. currentChar++;
  225. if (currentChar>text.length)
  226. {
  227. currentChar=1;
  228. setTimeout("type()", 5000);
  229. }
  230. else
  231. {
  232. setTimeout("type()", delay);
  233. }
  234. }
  235. }
  236. }
  237. function startTyping(textParam, delayParam, destinationParam)
  238. {
  239. text=textParam;
  240. delay=delayParam;
  241. currentChar=1;
  242. destination=destinationParam;
  243. type();
  244. }
  245. </script> <b><div 0px="" 12px="" arial="" color:="" ff0000="" font:="" id="textDestination" margin:="" style="background-color: none;"></div></b> <script language="JavaScript">
  246. javascript:startTyping(text, 50, "textDestination");
  247. </script>
  248. <center><img src="http://i.imgur.com/4sBMp6D.jpg" border="0"width="500px" height="350px"></center>
  249. <div style="text-shadow: 0px 0px 5px red;">
  250. <span style="color: white;">
  251. <b>Best Regardz : </b><marquee scrollamount="5" direction="left" width="50%"> ./Anonymous Indonesia ./Indonesia Security Down ./Indonesia Fighter Cyber ./Team Pocong XXX ./Surabaya Black Hat ./Palembang Hacker Link ./Indonesia Security Tester ./Madura Cyber Attacker ./Binus Hacker ./X-c0d3 Indonesia ./JKT 48 Cyber Team ./Anon ID Team ./All Community Hacker Indonesia
  252. </marquee>
  253. <span style="font-weight:300px; text-shadow:#BBBB00 0.1em 0.1em 0.1em"> ./Mr.M007 </span>
  254. <center><img src="http://wicaksono19.files.wordpress.com/2012/12/2212892_20120717113942.gif" border="0"width="500px" height="200px"></center>
  255. <embed src="http://www.youtube.com/v/5rULVQB-7b8&amp;autoplay=1" type="application/x-shockwave-flash" wmode="transparent" height="1" width="1">
  256. </body>
  257. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement