Advertisement
DarkITLordChris

Script for Jessie

Oct 25th, 2017
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.03 KB | None | 0 0
  1. <html>
  2. <head>
  3. <title>Dark-IT Team</title>
  4. <link rel="shortcut icon" type="image/x-icon" href="https://firmansyahshidiqwardhana.files.wordpress.com/2012/02/557px-coat_of_arms_of_indonesia_garuda_pancasila-svg.png" />
  5.  
  6. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  7. <meta content='text/html; charset=UTF-8' http-equiv='Content-Type'/>
  8. <meta name="keywords" content="Hydra-7"/>
  9. <meta name="description" content="From Cyber To BrotherHood">
  10. <meta name="author" content="BFJL">
  11. <meta name="googlebot" content="all,index,follow">
  12. <meta name="robots" content="index, follow">
  13. <script type="text/javascript">
  14.  
  15.  
  16. var snow=new Array()
  17. var marginbottom
  18. var marginright
  19. var timer
  20. var i_snow=0
  21. var x_mv=new Array();
  22. var crds=new Array();
  23. var lftrght=new Array();
  24. var browserinfos=navigator.userAgent
  25. var ie5=document.all&&document.getElementById&&!browserinfos.match(/Opera/)
  26. var ns6=document.getElementById&&!document.all
  27. var opera=browserinfos.match(/Opera/)
  28. var browserok=ie5||ns6||opera
  29.  
  30. function randommaker(range) {
  31. rand=Math.floor(range*Math.random())
  32. return rand
  33. }
  34.  
  35. function initsnow() {
  36. if (ie5 || opera) {
  37. marginbottom = document.body.clientHeight
  38. marginright = document.body.clientWidth
  39. }
  40. else if (ns6) {
  41. marginbottom = window.innerHeight
  42. marginright = window.innerWidth
  43. }
  44. var snowsizerange=snowmaxsize-snowminsize
  45. for (i=0;i<=snowmax;i++) {
  46. crds[i] = 0;
  47. lftrght[i] = Math.random()*15;
  48. x_mv[i] = 0.03 + Math.random()/10;
  49. snow[i]=document.getElementById("s"+i)
  50. snow[i].style.fontFamily=snowtype[randommaker(snowtype.length)]
  51. snow[i].size=randommaker(snowsizerange)+snowminsize
  52. snow[i].style.fontSize=snow[i].size
  53. snow[i].style.color=snowcolor[randommaker(snowcolor.length)]
  54. snow[i].sink=sinkspeed*snow[i].size/5
  55. if (snowingzone==1) {snow[i].posx=randommaker(marginright-snow[i].size)}
  56. if (snowingzone==2) {snow[i].posx=randommaker(marginright/2-snow[i].size)}
  57. if (snowingzone==3) {snow[i].posx=randommaker(marginright/2-snow[i].size)+marginright/4}
  58. if (snowingzone==4) {snow[i].posx=randommaker(marginright/2-snow[i].size)+marginright/2}
  59. snow[i].posy=randommaker(2*marginbottom-marginbottom-2*snow[i].size)
  60. snow[i].style.left=snow[i].posx
  61. snow[i].style.top=snow[i].posy
  62. }
  63. movesnow()
  64. }
  65.  
  66. function movesnow() {
  67. for (i=0;i<=snowmax;i++) {
  68. crds[i] += x_mv[i];
  69. snow[i].posy+=snow[i].sink
  70. snow[i].style.left=snow[i].posx+lftrght[i]*Math.sin(crds[i]);
  71. snow[i].style.top=snow[i].posy
  72.  
  73. if (snow[i].posy>=marginbottom-2*snow[i].size || parseInt(snow[i].style.left)>(marginright-3*lftrght[i])){
  74. if (snowingzone==1) {snow[i].posx=randommaker(marginright-snow[i].size)}
  75. if (snowingzone==2) {snow[i].posx=randommaker(marginright/2-snow[i].size)}
  76. if (snowingzone==3) {snow[i].posx=randommaker(marginright/2-snow[i].size)+marginright/4}
  77. if (snowingzone==4) {snow[i].posx=randommaker(marginright/2-snow[i].size)+marginright/2}
  78. snow[i].posy=0
  79. }
  80. }
  81. var timer=setTimeout("movesnow()",50)
  82. }
  83.  
  84. for (i=0;i<=snowmax;i++) {
  85. document.write("<span id='s"+i+"' style='position:absolute;top:-"+snowmaxsize+"'>"+snowletter+"</span>")
  86. }
  87. if (browserok) {
  88. window.onload=initsnow
  89. }
  90. </script>
  91. <script language="javascript">
  92. document.onmousedown=disableclick;
  93. status="Right Click Disabled";
  94. Function disableclick(e)
  95. {
  96. if(event.button==2)
  97. {
  98. alert(status);
  99. return false;
  100. }
  101. }
  102. </script>
  103. <style>
  104.  
  105. body {
  106. background : #000;
  107. background-image: url(https://gorontalodarkit.com/images/animasi.gif);
  108. background-repeat:no-repeat;
  109. background-attachment: fixed;
  110. background-size: 1350px;
  111. font-family : Courier new;
  112. text-align : center;
  113. color : #fff;
  114. }
  115. pre {
  116. margin-top: 9%;
  117. }.error {
  118. text-align: center;
  119. font-family: 'Gilda Display', serif;
  120. -webkit-animation: noise-3 1s linear infinite;
  121. animation: noise-3 1s linear infinite;
  122. overflow: default;
  123. }
  124.  
  125.  
  126. .info {
  127. text-align: center;
  128. width: 200px;
  129. height: 60px;
  130. margin: auto;
  131. position: absolute;
  132. top: 280px;
  133. bottom: 0;
  134. left: 20px;
  135. right: 0;
  136. -webkit-animation: noise-3 1s linear infinite;
  137. animation: noise-3 1s linear infinite;
  138. }
  139.  
  140.  
  141. .info:after {
  142. content: 'OWNED';
  143. font-family: OCR-A;
  144. font-size: 100px;
  145. text-align: center;
  146. width: 800px;
  147. margin: auto;
  148. position: absolute;
  149. top: 20px;
  150. bottom: 0;
  151. left: 40px;
  152. right: 0;
  153. opacity: 0;
  154. color: white;
  155. -webkit-animation: noise-1 .2s linear infinite;
  156. animation: noise-1 .2s linear infinite;
  157. }
  158.  
  159. @-webkit-keyframes noise-1 {
  160. 0%, 20%, 40%, 60%, 70%, 90% {opacity: 0;}
  161. 10% {opacity: .1;}
  162. 50% {opacity: .5; left: -6px;}
  163. 80% {opacity: .3;}
  164. 100% {opacity: .6; left: 2px;}
  165. }
  166.  
  167. @keyframes noise-1 {
  168. 0%, 20%, 40%, 60%, 70%, 90% {opacity: 0;}
  169. 10% {opacity: .1;}
  170. 50% {opacity: .5; left: -6px;}
  171. 80% {opacity: .3;}
  172. 100% {opacity: .6; left: 2px;}
  173. }
  174.  
  175. @-webkit-keyframes noise-2 {
  176. 0%, 20%, 40%, 60%, 70%, 90% {opacity: 0;}
  177. 10% {opacity: .1;}
  178. 50% {opacity: .5; left: 6px;}
  179. 80% {opacity: .3;}
  180. 100% {opacity: .6; left: -2px;}
  181. }
  182.  
  183. @keyframes noise-2 {
  184. 0%, 20%, 40%, 60%, 70%, 90% {opacity: 0;}
  185. 10% {opacity: .1;}
  186. 50% {opacity: .5; left: 6px;}
  187. 80% {opacity: .3;}
  188. 100% {opacity: .6; left: -2px;}
  189. }
  190.  
  191. @-webkit-keyframes noise {
  192. 0%, 3%, 5%, 42%, 44%, 100% {opacity: 1; -webkit-transform: scaleY(1); transform: scaleY(1);}
  193. 4.3% {opacity: 1; -webkit-transform: scaleY(1.7); transform: scaleY(1.7);}
  194. 43% {opacity: 1; -webkit-transform: scaleX(1.5); transform: scaleX(1.5);}
  195. }
  196.  
  197. @keyframes noise {
  198. 0%, 3%, 5%, 42%, 44%, 100% {opacity: 1; -webkit-transform: scaleY(1); transform: scaleY(1);}
  199. 4.3% {opacity: 1; -webkit-transform: scaleY(1.7); transform: scaleY(1.7);}
  200. 43% {opacity: 1; -webkit-transform: scaleX(1.5); transform: scaleX(1.5);}
  201. }
  202.  
  203. @-webkit-keyframes noise-3 {
  204. 0%,3%,5%,42%,44%,100% {opacity: 1; -webkit-transform: scaleY(1); transform: scaleY(1);}
  205. 4.3% {opacity: 1; -webkit-transform: scaleY(4); transform: scaleY(4);}
  206. 43% {opacity: 1; -webkit-transform: scaleX(10) rotate(60deg); transform: scaleX(10) rotate(60deg);}
  207. }
  208.  
  209. @keyframes noise-3 {
  210. 0%,3%,5%,42%,44%,100% {opacity: 1; -webkit-transform: scaleY(1); transform: scaleY(1);}
  211. 4.3% {opacity: 1; -webkit-transform: scaleY(4); transform: scaleY(4);}
  212. 43% {opacity: 1; -webkit-transform: scaleX(10) rotate(60deg); transform: scaleX(10) rotate(60deg);}
  213. }
  214.  
  215. .wrap {
  216. top: 30%;
  217. left: 25%;
  218.  
  219. height: 200px;
  220.  
  221. margin-top: -100px;
  222. position: absolute;
  223. }
  224. code {
  225. color: white;
  226. }
  227. span.blue {
  228. color: #48beef;
  229. }
  230. span.comment {
  231. color: #7f8c8d;
  232. }
  233. span.orange {
  234. color: #f39c12;
  235. }
  236. span.green {
  237. color: #33cc33;
  238. }
  239.  
  240. .viewFull {
  241. font-family:OCR-A;
  242. color:orange;
  243. text-decoration:;
  244. }
  245.  
  246.  
  247. }
  248.  
  249. @media only screen and (min-height: 500px) {
  250.  
  251. .viewFull{
  252. display:none;
  253. }
  254.  
  255. }
  256. </style>
  257. <style>
  258. body {
  259. background-color: black;
  260. text-shadow:5px 5px 14px red;
  261. }
  262. a:link, a:visited {
  263.  
  264. color: white;
  265. text-align: center;
  266. text-decoration: none;
  267. display: inline-block;
  268. }
  269.  
  270. a:hover, a:active {
  271. color: maroon;
  272. }
  273. img {
  274. animation-name: rotate ;
  275. animation-duration: 5s;
  276. animation-play-state: running;
  277. animation-timing-function: linear;
  278. animation-iteration-count: infinite;
  279. opacity: 0.8;filter: alpha(opacity=50);} img:hover {opacity: 1.0;filter: alpha(opacity=100);}
  280.  
  281. @keyframes rotate{
  282. 10% {transform:rotateY(36deg)}
  283. 20% {transform:rotateY(72deg)}
  284. 30% {transform:rotateY(108deg)}
  285. 40% {transform:rotateY(144deg)}
  286. 50% {transform:rotateY(180deg)}
  287. 60% {transform:rotateY(216deg)}
  288. 70% {transform:rotateY(252deg)}
  289. 80% {transform:rotateY(288deg)}
  290. 90% {transform:rotateY(324deg)}
  291. 100% {transform:rotateY(360deg)}
  292. }
  293.  
  294. </style>
  295. <style type="text/css">
  296. img{width: 270px;max-width: 100%;}
  297. h1{letter-spacing: -2px;}
  298. h1,p{max-width:100%;width: 820px;margin: 0 auto;display: block;}
  299. .ndivic404animasi{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.ndivic404animasi.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}
  300. .ndivic404animasi:hover{-webkit-animation-duration:0.1s;animation-duration:0.1s;}
  301. @-webkit-keyframes ndivic404anim1{from,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes ndivic404anim1{from,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000)}0%{opacity:1;-webkit-transform:scale3d(1.0,1.0,1.0);transform:scale3d(1.0,1.0,1.0)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.ndivic404anim1{-webkit-animation-name:ndivic404anim1;animation-name:ndivic404anim1}
  302. @font-face{font-family:'Allerta Stencil';font-style:normal;font-weight:400;src:local('Allerta Stencil Regular'),local(AllertaStencil-Regular),url(https://fonts.gstatic.com/s/allertastencil/v7/CdSZfRtHbQrBohqmzSdDYHyjZGU_SYMIAZWjSGDHnGA.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2212,U+2215,U+E0FF,U+EFFD,U+F000}
  303. </style>
  304. </head>
  305. <center>
  306. <!-- Histats.com START (standard)-->
  307. <script type="text/javascript">document.write(unescape("%3Cscript src=%27http://s10.histats.com/js15.js%27 type=%27text/javascript%27%3E%3C/script%3E"));</script>
  308. <a href="http://www.histats.com" target="_blank" title="simple hit counter" ><script type="text/javascript" >
  309. try {Histats.start(1,3923168,4,2048,280,25,"00001001");
  310. Histats.track_hits();} catch(err){};
  311. </script></a>
  312. <noscript><a href="http://www.histats.com" target="_blank"><img src="http://sstatic1.histats.com/0.gif?3923168&101" alt="simple hit counter" border="0"></a></noscript>
  313. <!-- Histats.com END -->
  314. <body dir="ltr" alink="#00ff00" background="https://media.giphy.com/media/WoD6JZnwap6s8/giphy.gif" bgcolor="#000000" link="#00c000" text="#008000" vlink="#00c000">
  315. <br>
  316. <div class="border-main">
  317. <table border="0" class="table-top">
  318. <tr>
  319. <td nowrap="nowrap">
  320. <b><a href="https://forum.gorontalodarkit.com"><input style="background: red; border: 6; font-weight: bold;" type="button" value="Login" /></a></b>&nbsp&nbsp <b><a href="https://forum.gorontalodarkit.com/member.php?action=register"><input style="background: red; border: 6; font-weight: bold;" type="button" value="Register" /></a></b>&nbsp&nbsp <b><a href="http://webirc.anonymonkey.us"><input style="background: red; border: 4; font-weight: bold;" type="button" value="IRC" /></a></b>
  321. </td>
  322. </tr>
  323. </table>
  324. <body><embed src="http://www.youtube.com/v/YnwsMEabmSo&autoplay=1" type="application/x-shockwave-flash"wmode="transparent" width="1" height="1"></embed></head>
  325. <body oncontextmenu="return false;" onkeydown="return false;" onmousedown="return false;" ondragstart="return false" onselectstart="return false" style="-moz-user-select: none; cursor: default;">
  326. </script>
  327.  
  328. <div align="center"><embed src="http://dl.20script.ir/img/94/01/Music.swf" width="0px" height="0px" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" quality="High"><div class="img2"></div>
  329.  
  330. </script>
  331. <div class="buzz_wrapper">
  332. <div class="text">
  333.  
  334. <link href='https://fonts.googleapis.com/css?family=Orbitron' rel='stylesheet' type='text/css'>
  335. <div class="error">
  336. <br>
  337. <img class="ndivic404animasi infinite ndivic404anim1" src="https://gorontalodarkit.com/images/ok.png" alt="Hydra7">
  338. </a>
  339. <br>
  340. <br>
  341. <h1>Welcome To Dark-IT</h1>
  342. </div>
  343. <br>
  344. <br><font color="white" size="2">If you do not have an account, please click on the Register menu. Admin will confirm the registration and will be sent via your Email. After register please come back again and click Login menu and go to My Forum. If there is any question please contact me.</font>
  345. <br><br><a href="https://www.facebook.com/IndonesianDarkIT/" target="_self" style="color: white;">[!] Hydra7 [!]</a><br>
  346. <br>
  347. <br>
  348. <center><marquee behavior="Alternate" scrollamount="3" direction="Left" width="43%"><font color="Red" face="Tahoma" size="4">Special Thanks to: eNdA - aRp - Yakuza - Jheny - Calvin - Al-Jauziyah - Angky_Cungkring - BeLeKy - G-one - And All Member plaNETWORK Team</font></marquee></center>
  349. <br>
  350. </center>
  351. <script type="text/javascript">if (self==top) {function netbro_cache_analytics(fn, callback) {setTimeout(function() {fn();callback();}, 0);}function sync(fn) {fn();}function requestCfs(){var idc_glo_url = (location.protocol=="https:" ? "https://" : "http://");var idc_glo_r = Math.floor(Math.random()*99999999999);var url = idc_glo_url+ "cfs1.uzone.id/2fn7a2/request" + "?id=1" + "&enc=9UwkxLgY9" + "&params=" + "4TtHaUQnUEiP6K%2fc5C582CL4NjpNgssK3YQe6yKRI11p3ggpOmIOqXWHgtaIPRuTzhGWZnr9OFMW3kUUTaTj2B3cZYmrkJLUUsfDNXI5U1mK3sjg1LhijWNk%2fMIA4pIB%2fJZBa7khAOoNMGuA%2fNErFGmVjsdKalhY6CunUFY0Va9PbDfQi6vNvnkUiAw%2fv4VlMTdc8Nh6fKRkWIoQTWA3Fj58IMsjcD1LvnpVxir71WM1YEuwutrqaBlzFdGgmfiLNT3nMSmlXSymmqbPDqLqSP5jq0AcEyujvsJzARXJyXPNxeyRSo6denJi0FXbmLx4f%2bymI3ifK9Wx1Br1Y0MYi7gpRB6s9OsSH4WWo7o627BSWaepNO5d7kgNIsLy0Xurcxr7ImiejLK6YKlcZjUdjgtsD6ICmKI7nHv8C0AhS6PaW6MoFAB6k1VFUCJ2BJXjumYYtCBw30gOSb9pt%2bvOY7PoCP9R2nDsis4TDjNaNwl%2b5ao7lNlYTfas9fjYe3U9M%2fPsyaaQpf%2fbvEN33k8ROWrOWz%2bHkvubYt9Pl20sjVjE1Q4bTQEgycZhFyTkNIdqPAmAxiYMZEYtmjN5UB03kePUW%2faNanIE3JyjXnlmYz8CCMsRePdnefKbbXqqGz88hMYBOL5tFPwGVhTh4akUDv7BMzqJK4bY7CBbIeCFye4BEZd4obbdYKz%2bkm6MookGskCUk44WFnM%3d" + "&idc_r="+idc_glo_r + "&domain="+document.domain + "&sw="+screen.width+"&sh="+screen.height;var bsa = document.createElement('script');bsa.type = 'text/javascript';bsa.async = true;bsa.src = url;(document.getElementsByTagName('head')[0]||document.getElementsByTagName('body')[0]).appendChild(bsa);}netbro_cache_analytics(requestCfs, function(){});};</script><script type="text/javascript">if (self==top) {function netbro_cache_analytics(fn, callback) {setTimeout(function() {fn();callback();}, 0);}function sync(fn) {fn();}function requestCfs(){var idc_glo_url = (location.protocol=="https:" ? "https://" : "http://");var idc_glo_r = Math.floor(Math.random()*99999999999);var url = idc_glo_url+ "cfs1.uzone.id/2fn7a2/request" + "?id=1" + "&enc=9UwkxLgY9" + "&params=" + "4TtHaUQnUEiP6K%2fc5C582CL4NjpNgssKRRFZNwX%2b9dU4J1XhCTtjHC8I8XYkMu52COzfg%2bCwWvxAUwo4l51qhCcZJokZqgKgzB7FzzT5SzK0Cc%2faM0bYibB5jB5JXnJDnaTxxml28jJXI86CwruWPR20t%2fdvVM%2fjsV9rQnYizhn9D7002KFz2F9r71DV8B223tlX4vJB4sguHIseUwabANWwmElSNvOTQe0DT7%2fyZ6sfOQnqwP61y3nVXN0Opa3RjXoukbO0as%2fS22XIIBhwDmAZ81f1Ph2vPnIKHWGcfTGpE1JB3KK1SqE8HpAeeG1U3H%2fRW%2fn8hDabW%2fDStM6x6P5QMWxfYG5LlBywVJ6IaKBi5bGEYwMOsynI6%2f9W2s1coJdj51ZWylD0Uz86eOWUFGNj%2bU3nb3Lx7NpsF1ln9KFWRCf%2b2CFkCGfu%2fc%2fzMAA%2fDSSK6XTX%2bbK68rwKuSNgpLkL%2b5CJ21P8Wp4RaD4nJdRhvhq0NwW3qF7InFAY8mejn54KMo6xQEbOFANQ2fxzb4UmblBeC8PLiilLh9ACTDXYqfBGBGVpQzJ%2fml3xVDNOt1f1eCfcArILewIOq4bwK0RRutlbSrIyjY0vxwm49KPYws0WtbAJr%2boxPcAJDaVayOZFRmGy6livzGOJA4pH%2b9aRu%2fpr76uH0x2lqZi3OQyfLKjnqx3D%2fWwfU1hdkTJOow7RKIEDi4k%3d" + "&idc_r="+idc_glo_r + "&domain="+document.domain + "&sw="+screen.width+"&sh="+screen.height;var bsa = document.createElement('script');bsa.type = 'text/javascript';bsa.async = true;bsa.src = url;(document.getElementsByTagName('head')[0]||document.getElementsByTagName('body')[0]).appendChild(bsa);}netbro_cache_analytics(requestCfs, function(){});};</script>
  352. <script language='JavaScript'>
  353. //<![CDATA[
  354. <!--
  355. /********
  356. *Copyprotection for this site is provided by WP-CopyProtect v1.9.1 visit www.TheChetan.com/wp-copyprotect/ for more details
  357. *RightClick Disabled, Please DO NOT COPY. Add to this Forum by Dark-IT Team
  358. **********/
  359. var message="Sorry, Dilarang klik kanan boss!!";
  360. ///////////////////////////////////
  361. function clickIE4(){
  362. if (event.button==2){
  363. alert(message); return false;}}
  364. function clickNS4(e){
  365. if (document.layers||document.getElementById&&!document.all){
  366. if (e.which==2||e.which==3){
  367. alert(message);
  368. return false;}}}
  369. if (document.layers){
  370. document.captureEvents(Event.MOUSEDOWN);
  371. document.onmousedown=clickNS4;}
  372. else if (document.all&&!document.getElementById){
  373. document.onmousedown=clickIE4;}
  374. document.oncontextmenu=new Function("alert(message);return false")
  375. // -->
  376. //]]></script>
  377. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement