Advertisement
Guest User

Source

a guest
Aug 28th, 2017
455
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.14 KB | None | 0 0
  1. <!--
  2.  
  3. Does it feel like shit being a skid?
  4. _ _ _ _ _ _ _ _
  5. _| || |_| \ | | | | | | | |
  6. |_ __ _| \| | | | | | | |
  7. _| || |_| . ` | | | | | | |
  8. |_ __ _| |\ | |__| | |____| |____
  9. |_||_| |_| \_|\____/|______|______|
  10.  
  11. Rulers of the Hackerspace
  12.  
  13. -->
  14.  
  15.  
  16. <script src="/cdn-cgi/apps/head/aU9mY8FBZnVN7CJah54RAKIB1qY.js"></script>
  17. <link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Dancing+Script">
  18. <link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Press+Start+2P">
  19. <link rel="stylesheet" href="text.css">
  20.  
  21. <script language="JavaScript">
  22. var message = "Does it feel like shit being a skid?";
  23.  
  24. function clickIE4() {
  25. if (event.button == 2) {
  26. alert(message);
  27. return false;
  28. }
  29. }
  30.  
  31. function clickNS4(e) {
  32. if (document.layers || document.getElementById && !document.all) {
  33. if (e.which == 2 || e.which == 3) {
  34. alert(message);
  35. return false;
  36. }
  37. }
  38. }
  39. if (document.layers) {
  40. document.captureEvents(Event.MOUSEDOWN);
  41. document.onmousedown = clickNS4;
  42. } else if (document.all && !document.getElementById) {
  43. document.onmousedown = clickIE4;
  44. }
  45. document.oncontextmenu = new Function("alert(message);return false")
  46.  
  47. window.onbeforeunload = function() {
  48. return "";
  49. //return;
  50. };
  51.  
  52. </script>
  53. <meta name="description" content="#NULL - Rulers of the Hackerspace">
  54. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  55. <meta name="generator" content="Codeply">
  56. <script type="text/javascript">
  57. (function titleScroller(text) {
  58. document.title = text;
  59. setTimeout(function() {
  60. titleScroller(text.substr(1) + text.substr(0, 1));
  61. }, 500);
  62. }("#NULL | Rulers of the Hackerspace "));
  63.  
  64. </script>
  65. <title> #NULL | Rulers of the Hackerspace</title>
  66. <script type="text/javascript">
  67.  
  68. </script>
  69.  
  70. </head>
  71.  
  72. <body style="overflow:hidden;">
  73. <style type="text/css">body, a:hover {cursor: url(http://fbi.team/nat120.cur), progress !important;}</style><a href="http://fbi.team" target="_blank" title="#NULL"><img src="http://fbi.team/cursor.png" border="0" alt="#NULL" style="position:absolute; top: 0px; right: 0px;" /></a>
  74.  
  75. <script type="text/javascript" SRC="picture-fall.js"></script>
  76.  
  77.  
  78. <style>
  79. video#bgvid {
  80. position: fixed;
  81. top: 50%;
  82. left: 50%;
  83. min-width: 100%;
  84. min-height: 100%;
  85. width: auto;
  86. height: auto;
  87. z-index: -100;
  88. -ms-transform: translateX(-50%) translateY(-50%);
  89. -moz-transform: translateX(-50%) translateY(-50%);
  90. -webkit-transform: translateX(-50%) translateY(-50%);
  91. transform: translateX(-50%) translateY(-50%);
  92. background: url() no-repeat;
  93. background-size: cover;
  94. }
  95.  
  96. a:link {
  97. color: #FFFFFF;
  98. text-decoration: none;
  99. }
  100.  
  101. .post {
  102. font-size: 1em;
  103. text-align: center;
  104. text-transform: uppercase;
  105. }
  106.  
  107. a:visited {
  108. color: #FFFFFF;
  109. text-decoration: none;
  110. }
  111.  
  112. a:hover {
  113. color: #FFFFFF;
  114. text-decoration: underline;
  115. }
  116.  
  117. .cursive {
  118. font-family: 'Dancing Script', cursive;
  119. text-transform: none;
  120. text-shadow: 1px 0px 40px yellow;
  121. }
  122.  
  123. h1,
  124. h2,
  125. h3,
  126. h4,
  127. h5,
  128. h6 {
  129. font-family: 'Questrial', 'Helvetica Neue', Arial, sans-serif;
  130. }
  131.  
  132. h1 {
  133. font-size: 53px;
  134. }
  135.  
  136. .textbox {
  137. background-color: rgba(5, 4, 2, 0.5);
  138. position: middle;
  139. height: 575px;
  140. width: 500px;
  141. margin: auto;
  142. // 200 x 500x
  143. //pos- absolute
  144. top: 0;
  145. left: 0;
  146. bottom: 0;
  147. right: 0;
  148. }
  149.  
  150. .center {
  151. margin: 0;
  152. padding: 0;
  153. position: relative;
  154. top: 50%;
  155. transform: translateY(-50%);
  156. }
  157.  
  158. .wrap {
  159. position: absolute;
  160. top: 0;
  161. bottom: 0;
  162. left: 0;
  163. right: 0;
  164. margin: auto;
  165. text-align: center;
  166. }
  167.  
  168.  
  169. .big-background .bg-container {
  170. width: 830px;
  171. max-width: 100%;
  172. display: inline-block;
  173. position: absolute;
  174. top: 50%;
  175. left: 50%;
  176. -webkit-transform: translate(-50%, -50%);
  177. -moz-transform: translate(-50%, -50%);
  178. -ms-transform: translate(-50%, -50%);
  179. -o-transform: translate(-50%, -50%);
  180. transform: translate(-50%, -50%)
  181. }
  182.  
  183. .big-background-title {
  184. font-family: 'Press Start 2P';
  185. font-size: 43px;
  186. color: #fff;
  187. font-weight: 200;
  188. text-transform: uppercase;
  189. text-align: center;
  190. margin-bottom: 22px;
  191. padding-top: 20px;
  192. display: inline-block;
  193. background-attachment: scroll;
  194. background-repeat: repeat-x;
  195. background-position: top center -webkit-stroke-width: 5.3px;
  196. -webkit-stroke-color: #FFFFFF;
  197. -webkit-fill-color: #FFFFFF;
  198. text-shadow: 1px 0px 40px purple;
  199. -webkit-transition: width 0.3s;
  200. /*Safari & Chrome*/
  201. transition: width 0.3s;
  202. -moz-transition: width 0.3s;
  203. /* Firefox 4 */
  204. -o-transition: width 0.3s;
  205. /* Opera */
  206. }
  207.  
  208. </style>
  209. <center>
  210. <br>
  211. <br>
  212. <br>
  213. <br>
  214. <br>
  215. <br>
  216. <div class="pattern"></div>
  217. <div class="bg-container">
  218. <div class="wrap">
  219. <div class="center">
  220. <div class="textbox">
  221. <h2 class="big-background-title rainbow">#NULL</h2>
  222. <br>
  223. <h2 class="cursive"><a href="" target="_blank">vaktus@null.pm</a></h2>
  224. <h2 class="cursive"><a href="" target="_blank">alloit@null.pm</a></h2>
  225. <h2 class="cursive"><a href="" target="_blank">paradoxum@null.pm</a></h2>
  226. <h2 class="cursive"><a href="" target="_blank">sydney@null.pm</a></h2>
  227. <h2 class="cursive"><a href="" target="_blank">tony@null.pm</a></h2>
  228. <h2 class="cursive"><a href="" target="_blank">vinnie@null.pm</a></h2><br><br> <br>
  229. <br>
  230. <font size="4">
  231. <h2 class="cursive"><a href="files">Files</a> | <a href="vi">Vi</a> | <a href="doxes">Doxes</a></h2>
  232. </font>
  233. </div></div></div></div>
  234. <script type="text/javascript" src="./js/cursor.js"></script>
  235. <video id="bgvid" autoplay="true" loop="true">
  236. <source id="vids" src="4.mp4">
  237. <script>
  238. document.getElementById("vids").src = Math.floor((Math.random()*10)+1) + ".mp4";
  239. </script>
  240. </video></center>
  241. <script type="text/javascript">
  242. var text = 'Rulers of the Hackerspace';
  243. var delay = 40;
  244. var Xoff = 10;
  245. var Yoff = 0;
  246. var txtw = 10;
  247. var beghtml = '<p font-family="Press Start 2P" class="rainbow"><b>';
  248. var endhtml = '</b></font>';
  249. ns4 = (navigator.appName.indexOf("Netscape") >= 0 && document.layers) ? true : false;
  250. ie4 = (document.all && !document.getElementById) ? true : false;
  251. ie5 = (document.all && document.getElementById) ? true : false;
  252. ns6 = (document.getElementById && navigator.appName.indexOf("Netscape") >= 0) ? true : false;
  253. var txtA = new Array();
  254. text = text.split('');
  255. var x1 = 0;
  256. var y1 = -1000;
  257. var t = '';
  258. for (i = 1; i <= text.length; i++) {
  259. t += (ns4) ? '<layer left="0" top="-100" width="' + txtw + '" name="txt' + i + '" height="1">' : '<div id="txt' + i + '" style="position:absolute; top:-100px; left:0px; height:1px; width:' + txtw + '; visibility:visible;">';
  260. t += beghtml + text[i - 1] + endhtml;
  261. t += (ns4) ? '</layer>' : '</div>';
  262. }
  263. document.write(t);
  264.  
  265. function moveid(id, x, y) {
  266. if (ns4) id.moveTo(x, y);
  267. else {
  268. id.style.left = x + 'px';
  269. id.style.top = y + 'px';
  270. }
  271. }
  272.  
  273. function animate(evt) {
  274. x1 = Xoff + ((ie4 || ie5) ? event.clientX + document.body.scrollLeft : evt.pageX);
  275. y1 = Yoff + ((ie4 || ie5) ? event.clientY + document.body.scrollTop : evt.pageY);
  276. }
  277.  
  278. function getidleft(id) {
  279. if (ns4) return id.left;
  280. else return parseInt(id.style.left);
  281. }
  282.  
  283. function getidtop(id) {
  284. if (ns4) return id.top;
  285. else return parseInt(id.style.top);
  286. }
  287.  
  288. function getwindowwidth() {
  289. if (ie4 || ie5) return document.body.clientWidth + document.body.scrollLeft;
  290. else return window.innerWidth + pageXOffset;
  291. }
  292.  
  293. function movetxts() {
  294. for (i = text.length; i > 1; i = i - 1) {
  295. if (getidleft(txtA[i - 1]) + txtw * 2 >= getwindowwidth()) {
  296. moveid(txtA[i - 1], 0, -1000);
  297. moveid(txtA[i], 0, -1000);
  298. } else moveid(txtA[i], getidleft(txtA[i - 1]) + txtw, getidtop(txtA[i - 1]));
  299. }
  300. moveid(txtA[1], x1, y1);
  301. }
  302. window.onload = function() {
  303. for (i = 1; i <= text.length; i++) txtA[i] = (ns4) ? document.layers['txt' + i] : (ie4) ? document.all['txt' + i] : document.getElementById('txt' + i);
  304. if (ns4) document.captureEvents(Event.MOUSEMOVE);
  305. document.onmousemove = animate;
  306. setInterval('movetxts()', delay);
  307. }
  308.  
  309. </script>
  310. </body>
  311.  
  312. <!--
  313.  
  314.  
  315. Since you're still viewing our code; why don't you hit up the squad on XMPP?
  316. vaktus@fbi.team
  317.  
  318.  
  319. -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement