Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--
- Mad cuz tapped by Reyz
- -->
- <html><head>
- <script type="text/javascript">
- var rev = "fwd";
- function titlebar(val)
- {
- var msg = "Reyz";
- var res = " ";
- var speed = 100;
- var pos = val;
- msg = "Reyz";
- var le = msg.length;
- if(rev == "fwd"){
- if(pos < le){
- pos = pos+1;
- scroll = msg.substr(0,pos);
- document.title = scroll;
- timer = window.setTimeout("titlebar("+pos+")",speed);}
- else{
- rev = "bwd";
- timer = window.setTimeout("titlebar("+pos+")",speed);}}
- else{
- if(pos > 0){
- pos = pos-1;
- var ale = le-pos;
- scrol = msg.substr(ale,le);
- document.title = scrol;
- timer = window.setTimeout("titlebar("+pos+")",speed);}
- else{
- rev = "fwd";
- timer = window.setTimeout("titlebar("+pos+")",speed);
- }}}
- titlebar(0);
- </script>
- <link href="https://fonts.googleapis.com/css?family=Press+Start+2P" rel="stylesheet">
- <link href="https://fonts.googleapis.com/css?family=VT323" rel="stylesheet">
- <meta charset="utf-8">
- <style>
- body, html {
- background:url(http://juggernog.xyz/DimwittedHollowAbyssiniancat-size_restricted.gif);
- background-size: cover;
- background-repeat: no-repeat;
- }
- #heading {
- font-family:'Press Start 2P', cursive;
- font-size:42;
- color:orangered;
- padding:30;
- text-align: center;
- position:relative;
- top:28%;
- text-shadow: 0 1px 0 #ccc,
- 0 2px 0 #c9c9c9,
- 0 3px 0 #bbb,
- 0 4px 0 #b9b9b9,
- 0 5px 0 #aaa,
- 0 6px 1px rgba(0,0,0,.1),
- 0 0 5px rgba(0,0,0,.1),
- 0 1px 3px rgba(0,0,0,.3),
- 0 3px 5px rgba(0,0,0,.2),
- 0 5px 10px rgba(0,0,0,.25),
- 0 10px 10px rgba(0,0,0,.2),
- 0 20px 20px rgba(0,0,0,.15);
- }
- #menu {
- font-family:'VT323', cursive;
- font-size:30;
- color:#eee;
- padding:30;
- text-align: center;
- position:relative;
- top:27%;
- left:-50;
- text-shadow:1px 1px 2px black;
- }
- a {
- color: #fff;
- text-decoration: none;
- }
- #line {
- font-family:'VT323', cursive;
- font-size:30;
- color:orangered;
- text-align: center;
- position:relative;
- top:27%;
- text-shadow:1px 1px 2px black;
- }
- #cred {
- position:absolute;
- color:#fff;
- opacity:0.6;
- left:40;
- bottom:40;
- font-family:VT323;
- font-size:23;
- }
- </style>
- </head>
- <body onload="musss()">
- <div id="heading">Reyz</div>
- <div id="menu">...<a target="newTab" href="http://steamcommunity.com/id/Criminality/">STEAM</a> /<br> ...<a target="newTab" href="https://www.youtube.com/channel/UC-yLhpkHTXt5_rQ64-ttmuQ">YOUTUBE</a> /<br> ... /</div>
- <div id="line">========================</div>
- <script>
- function musss() {
- document.getElementById('Reyz').play();
- document.getElementById('Reyz').volume = 0.4;
- }
- typer('Reyz...','heading',50);
- setTimeout(function() {
- typer("...<a target='newTab' href='http://steamcommunity.com/id/Criminality/'>STEAM</a> /\<br> ...<a target='newTab' href='https://www.youtube.com/channel/UCWEGr5-Voo5IiCH-zsiz67w'>YOUTUBE</a> /\<br> ...<a target='newTab' href='http://steamcommunity.com/id/l5/'>Alt Steam</a> /\<br> ...<a target='newTab' href='http://twitter.com/ReyzCS/'>Twitter</a> /",'menu',20);
- }, 300);
- setTimeout(function() {
- typer('============================','line',20);
- }, 6200);
- function typer(str,ids,spd) {
- var arr = str.split(''); //Puts all string characters into an array.
- var trg = [];
- var lgg = "";
- console.log(arr); //Spits out the array of characters for debugging.
- for (var i = 0; i < arr.length; i++) { //Basic for loop.
- (function(i){
- window.setTimeout(function(){ //Set timeout for typing effect.
- trg.push(arr[i]); //Add the element of number i to the last position in a new array.
- lgg = trg.join(""); //Make the array into a string without commas.
- console.log(lgg); //Log all the strings for debugging.
- document.getElementById(ids).innerHTML = lgg; //Print onto the page.
- }, i * spd); //Increase the timeout value each time.
- }(i));
- }
- /*setTimeout(function() { //Cursor at the end of the line.
- trg.push("_");
- lgg = trg.join("");
- document.getElementById(ids).innerHTML = lgg;
- }, arr.length * spd + 10);*/
- }
- </script>
- <script>
- document.onkeydown = function(e) {
- if (e.ctrlKey) { alert('root@ReyzSec~');
- }
- return true;
- };
- </script>
- <script>
- function click() {
- if (event.button == 2 || event.button == 3) {alert('root@ReyzSec~');
- oncontextmenu = 'return false';
- }
- }
- document.onmousedown = click
- document.oncontextmenu = new Function("return false;")
- </script>
- <div id="cred"><a href="http://steamcommunity.com/id/l5/">Alt Steam</a></div>
- <audio id="Reyz" type="audio/mp3" src="Slumpgod.mp3" loop=""></audio>
- </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement