Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ---CODES---
- <html>
- <body oncontextmenu="return false;">
- </html>
- <script>
- document.onkeydown = function(e) {
- if(event.keyCode == 123) {
- return false;
- }
- if(e.ctrlKey && e.shiftKey && e.keyCode == 'I'.charCodeAt(0)){
- return false;
- }
- if(e.ctrlKey && e.shiftKey && e.keyCode == 'J'.charCodeAt(0)){
- return false;
- }
- if(e.ctrlKey && e.keyCode == 'U'.charCodeAt(0)){
- return false;
- }
- if(e.ctrlKey && e.shiftKey && e.keyCode == 'C'.charCodeAt(0)){
- return false;
- }
- }
- </script>
- <style>
- ::-webkit-scrollbar {
- width: 16px
- }
- ::-webkit-scrollbar-corner {
- background: #eee
- }
- ::-webkit-scrollbar-track:vertical {
- background: linear-gradient(90deg, #e5e5e5, #f0f0f0 20%);
- }
- ::-webkit-scrollbar-thumb {
- border: 1.5px solid #888;
- border-radius: 3px;
- box-shadow: inset 0 -1px 1px #fff, inset 0 1px 1px #fff;
- background-color: #eee;
- }
- ::-webkit-scrollbar-thumb:vertical {
- background: url("https://dl.dropbox.com/s/9a29qbkza3gmgl7/scroll1.png"), linear-gradient(90deg, #eee 45%, #ddd 0, #bbb);
- background-repeat: no-repeat;
- background-size: 65% auto, cover;
- background-position: center;
- }
- ::-webkit-scrollbar-button:vertical:end:increment,
- ::-webkit-scrollbar-button:vertical:start:decrement {
- display: block
- }
- ::-webkit-scrollbar-button:vertical {
- height: 15px
- }
- ::-webkit-scrollbar-button:vertical:start:decrement {
- background: white;
- background: url("https://dl.dropbox.com/s/n9ji42h9hdgdtpc/scroll3.png"), linear-gradient(90deg, #e5e5e5, #f0f0f0 20%);
- background-repeat: no-repeat;
- background-position: center;
- -moz-background-size: 100% auto, cover;
- -webkit-background-size: 100% auto, cover;
- -o-background-size: 100% auto, cover;
- background-size: 100% auto, cover;
- background-position: center;
- border-radius: 0 3px 0 0;
- }
- ::-webkit-scrollbar-button:vertical:start:increment {
- display: none;
- }
- ::-webkit-scrollbar-button:vertical:end:decrement {
- display: none;
- }
- ::-webkit-scrollbar-button:vertical:end:increment {
- background: white;
- background: url("https://dl.dropbox.com/s/cdcco6pih7n1lae/scroll4.png"), linear-gradient(90deg, #e5e5e5, #f0f0f0 20%);
- background-repeat: no-repeat;
- background-position: center;
- -moz-background-size: 100% auto, cover;
- -webkit-background-size: 100% auto, cover;
- -o-background-size: 100% auto, cover;
- background-size: 100% auto, cover;
- background-position: center;
- border-radius: 0 0 3px 0;
- }
- @font-face {
- font-family: windows;
- src: url(https://dl.dropbox.com/s/cn0l1yjacta4whv/W95FA.otf);
- }
- #text01{
- animation-name: hi;
- animation-duration: 2s;
- animation-iteration-count: infinite;
- }
- @keyframes hi {
- 0% {
- transform: rotate(5deg);
- }
- 50% {
- transform: rotate(-5deg);
- }
- 100% {
- transform: rotate(5deg);
- }
- }
- #text03 {
- animation: blinkingText 1.2s infinite;
- }
- @keyframes blinkingText {
- 0% {
- color: #000000;
- }
- 49% {
- color: #000000;
- }
- 60% {
- color: white;
- }
- 99% {
- color: white;
- }
- 100% {
- color: #000000;
- }
- }
- </style>
- <style type="text/css">* {cursor: url(https://cur.cursors-4u.net/others/oth-6/oth644.cur), auto !important;}</style>
- ---MUSIC PLAYER---
- <script>
- document.getElementById("image02").onclick = function() {
- var audio = document.getElementById("music");
- if (audio.paused) audio.play();
- else audio.pause();
- }
- </script>
- <audio id="music" src="https://dl.dropbox.com/scl/fi/wtb77l612o7hm6mi7a619/Yves-Viola-Audio.mp3?rlkey=2o6h2xw8tqhn4hb6j7yciq86a&st=v4ujzrt7&dl=0.mp3" preload="auto"></audio>
Advertisement
Add Comment
Please, Sign In to add comment