-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCodeBreakers.html
42 lines (42 loc) · 11.8 KB
/
CodeBreakers.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<html></html><script>
function getIP(json) {
alert("Your IP Address = " + json.ip);
}
</script><script src="https://api.ipify.org?format=jsonp&callback=getIP"></script><head><title>PwN3D By CoDeBreaKer</title><link rel="icon" type="image/x-icon" href="https://i.imgur.com/AXUuqCb.png"><meta name="googlebot" content="index,follow"><meta name="robots" content="all"><meta name="robots schedule" content="auto"><meta name="distribution" content="global"><link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css"><meta contact='#CodeBreakers'><meta charset="utf-8"><iframe width="0" height="0" scrolling="no" frameborder="no" allow="autoplay" src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/tracks/626293920&color=%23ff5500&auto_play=true&hide_related=false&show_comments=true&show_user=true&show_reposts=false&show_teaser=true&visual=true" __idm_id__="139265"></iframe><link href="http://necolas.github.io/normalize.css/3.0.2/normalize.css" rel='stylesheet'><script src="https://cdnjs.cloudflare.com/ajax/libs/prefixfree/1.0.7/prefixfree.min.js"></script><script src="snow.js"></script></body></html></head><script src="jquery-1.11.1.min.js"></script><script src="bootstrap.min.js"></script><script src="jquery.backstretch.min.js"></script><script src="style.js"></script><link href="bootstrap.min.css" rel="stylesheet" type="text/css"><link href="font-awesome.min.css" rel="stylesheet" type="text/css"><link href="animate.min.css" rel="stylesheet" type="text/css"><link href="style.css" rel="stylesheet" type="text/css"><style> html { height: 100%; } a:link, a:visited { color: white; } strong { color: white; } .main { font-size: 160%; padding: 0.1em 0.1em 0.1em 1em; text-align: center; } .green { color: #34fc47; } .green2 { text-align: center; color: #34fc47; } .Blob { text-align: center; overflow: hidden; } .Blob:hover { transform: rotateY(360deg); transition: transform 3.5s; } hr.ThanhGachNgang { border: 0.5px solid #34fc47; border-style: double; margin-left: 0px; margin-right: 20px; } .area { text-align: center; font-size: 2em; color: #34fc47; font-weight: 700; text-transform: uppercase; text-shadow: 0px 0px 5px rgb(0, 255, 13) } @import url('http://fonts.googleapis.com/css?family=Iceland'); footer { position: absolute; bottom: 0; right: 0; text-align: center; font-size: 16px; text-transform: uppercase; padding: 7px; a { color: #B0DB7D; text-decoration: none; &:hover { color: $orange; } } } </style><style> .texture { width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: -100; background: url(); } .texture2 { width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: -100; background-color: black; opacity: 0.7; } </style><style> html { height: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; } ::-webkit-scrollbar { width: 0.1px; } .example::-webkit-scrollbar { display: none; } .example { -ms-overflow-style: none; scrollbar-width: none; } body { /* overflow-y: hidden; Hide vertical scrollbar */ overflow-x: hidden; /* Hide horizontal scrollbar */ min-height: 100%; position: relative; padding-bottom: 3rem; margin: 0; padding: 0; text-align: center; width: 100%; font-family: 'Iceland', sans-serif; a { text-decoration: none; color:white; } a:visited { text-decoration: none; } a:hover { text-decoration: none; } a:focus { text-decoration: none; } a:hover, a:active { text-decoration: none; } } .animated-button3 { width: 150px; height: 60px; background: linear-gradient(-30deg, #3d3d0b 50%, #2b2b08 50%); padding: 20px 40px; margin: 12px; display: inline-block; -webkit-transform: translate(0%, 0%); transform: translate(0%, 0%); overflow: hidden; color: #ffffff; acolor: #f7f7d4; font-size: 14px; letter-spacing: 2.5px; text-align: center; text-decoration: none; font-family: 'Iceland', sans-serif; -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5); box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5); a:visited, a:hover, a:focus { text-decoration: none; color: #000; } } .animated-button3::before { content: ''; position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; background-color: #adad85; opacity: 0; -webkit-transition: .2s opacity ease-in-out; transition: .2s opacity ease-in-out; } .animated-button3:hover::before { opacity: 0.2; } .animated-button3 span { position: absolute; } .animated-button3 span:nth-child(1) { top: 0px; left: 0px; width: 100%; height: 2px; background: -webkit-gradient(linear, right top, left top, from(rgba(43, 43, 8, 0)), to(#d9d926)); background: linear-gradient(to left, rgba(43, 43, 8, 0), #d9d926); -webkit-animation: 2s animateTop linear infinite; animation: 2s animateTop linear infinite; } @keyframes animateTop { 0% { -webkit-transform: translateX(100%); transform: translateX(100%); } 100% { -webkit-transform: translateX(-100%); transform: translateX(-100%); } } .animated-button3 span:nth-child(2) { top: 0px; right: 0px; height: 100%; width: 2px; background: -webkit-gradient(linear, left bottom, left top, from(rgba(43, 43, 8, 0)), to(#d9d926)); background: linear-gradient(to top, rgba(43, 43, 8, 0), #d9d926); -webkit-animation: 2s animateRight linear -1s infinite; animation: 2s animateRight linear -1s infinite; } @keyframes animateRight { 0% { -webkit-transform: translateY(100%); transform: translateY(100%); } 100% { -webkit-transform: translateY(-100%); transform: translateY(-100%); } } .animated-button3 span:nth-child(3) { bottom: 0px; left: 0px; width: 100%; height: 2px; background: -webkit-gradient(linear, left top, right top, from(rgba(43, 43, 8, 0)), to(#d9d926)); background: linear-gradient(to right, rgba(43, 43, 8, 0), #d9d926); -webkit-animation: 2s animateBottom linear infinite; animation: 2s animateBottom linear infinite; } @keyframes animateBottom { 0% { -webkit-transform: translateX(-100%); transform: translateX(-100%); } 100% { -webkit-transform: translateX(100%); transform: translateX(100%); } } .animated-button3 span:nth-child(4) { top: 0px; left: 0px; height: 100%; width: 2px; background: -webkit-gradient(linear, left top, left bottom, from(rgba(43, 43, 8, 0)), to(#d9d926)); background: linear-gradient(to bottom, rgba(43, 43, 8, 0), #d9d926); -webkit-animation: 2s animateLeft linear -1s infinite; animation: 2s animateLeft linear -1s infinite; } @keyframes animateLeft { 0% { -webkit-transform: translateY(-100%); transform: translateY(-100%); } 100% { -webkit-transform: translateY(100%); transform: translateY(100%); } } } </style><style> @import "https://fonts.googleapis.com/css?family=Iceland"; a:visited, a:hover, a:focus { text-decoration: none; color: white; } animated-button3 { font-family: 'Iceland', sans-serif; } </style><style> .gambargetar{position:relative} img:hover{opacity:1}textarea{resize:none} img { position:relative;opacity:1.0 } </style><style> @media only screen and (max-device-width: 480px) { html, body { overflow-x: hidden; } body { position: relative; font-family: 'Iceland', sans-serif; } img { weight: 100%; position: relative; margin: -4; } </style><style> .photos img { width: 15%; aspect-ratio: 3/2; object-fit: contain; mix-blend-mode: color-burn; } </style><style> body, a:hover {cursor: url(https://cur.cursors-4u.net/cursors/cur-10/cur970.cur), progress !important;} </style><head><meta name="apple-mobile-web-app-capable" content="yes"><meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"><meta charset="utf-8"><link href='http://fonts.googleapis.com/css?family=Lato:300,400,700|Raleway:300,400,500|Open+Sans:300,400,600,700,800' rel='stylesheet' type='text/css'><script language="JavaScript">
document.onkeypress = function (event) {
event = (event || window.event);
if (event.keyCode == 123) {
return false;
}
}
document.onmousedown = function (event) {
event = (event || window.event);
if (event.keyCode == 123) {
return false;
}
}
document.onkeydown = function (event) {
event = (event || window.event);
if (event.keyCode == 123) {
return false;
}
}
</script><body oncontextmenu="return false" onselectstart="return false" ondragstart="return false"><script language="JavaScript1.2">
function disableselect(e){
return false
}
function reEnable(){
return true
}
//if IE4+
document.onselectstart=new Function ("return false")
//if NS6
if (window.sidebar){
document.onmousedown=disableselect
document.onclick=reEnable
}
</script></head><body class="extended"><div id="bg-pattern"></div><div id="bg-darker"></div><div id="bg-image"></div><div id="prelaoder"><div class="socket"></div></div><div id="front-page"><div id="canvas-container"><canvas id="gravity" class="layer" data-depth="0.50"></canvas></div><div id="home-screen" class="layer" data-depth="0.05"><script type="ce222c656afc4da03b6a67db-text/javascript">
document.addEventListener("contextmenu", function(e){
e.preventDefault();
}, false);
</script></br></br></br><body oncontextmenu="if (!window.__cfRLUnblockHandlers) return false; return false;" onkeydown="if (!window.__cfRLUnblockHandlers) return false; return false;" onmousedown="if (!window.__cfRLUnblockHandlers) return false; return false;" data-cf-modified-ce222c656afc4da03b6a67db-=""><img src="https://i.imgur.com/AXUuqCb.png" border="0" width="310" height="310"><div style="line-height:40%;"><br></div><div id="center"><font color="#dee0de" size="7" face="'Iceland"><font color=#dee0de></font><a style="text-decoration:none"><font color=#dee0de>Hacked By <font color=yellow>The CodeBreakers </a><img src="https://i.imgur.com/geEefdM.gif" style="margin:0 0 -0px 0;width:29px;height:29px;"></font></br><div style="line-height:10%;"><style> p { margin: 0; } </style></head><body><p><font color="white" size="6" face="'Iceland">Dear administrator,</font></p></br></br><p><font color="white" size="6" face="'Iceland">Don't be sad that your website has been successfully Hacked</font></p></br></br><p><font color="white" size="6" face="'Iceland">Failure is the opportunity to learn from it</font></p></br></br></br></br><div id="center"><font color="white" size="6" face="Iceland"><font color="white"><span style="color: white;"><font color="white"></font><font color="white">Security is Just An Illusion</font></div></br></br></br></br></br></br><font color="white" size="7" face="'Iceland"><div id="center"><img src="https://i.imgur.com/3GRLQd2.gif" style="margin:0 0 -0px 0;width:45px;height:45px;"><font color="#29ff12" size="10px" face="Gabriola" style="text-shadow: 0px 1px 30px white;background-image: url('https://i.imgur.com/x5WbTLS.gif');"> C0D3BR34K3RS </a><img src="https://i.imgur.com/iSwjOCk.gif" style="margin:0 0 -0px 0;width:45px;height:45px;"></div></font></p></br><img src="https://i.imgur.com/x2o7iRe.png" width="600" height="25" align="middle" border="0" alt="egbzgh-jpg"></center></body></html><div style="line-height:40%;"><div id="center"><style="margin:0 0 -0px 0;width:25px;height:25px;"><font color="white" size="6" face="'Iceland" text-shadow:="" 2px="" 2px="" style="background-image: url('https://i.imgur.com/x5WbTLS.gif');width='5'"><img src="https://i.imgur.com/3GRLQd2.gif" style="margin:0 0 -0px 0;width:45px;height:45px;"> ./1337 HACKER <img src="https://i.imgur.com/iSwjOCk.gif" style="margin:0 0 -0px 0;width:45px;height:45px;"></font><style="margin:0 0 -0px 0;width:25px;height:25px;"><br><div id="center"><style="margin:0 0 -0px 0;width:25px;height:25px;"><font color="white" size="6" face="'Iceland" text-shadow:="" 2px="" 2px="" style="background-image: url('https://i.imgur.com/x5WbTLS.gif');width='5'">#OpIsrael ~ #OpSweden ~ #OpRacism</font><style="margin:0 0 -0px 0;width:25px;height:25px;"><br><br><a href="https://discord.com/invite/BCynnVsn" class="animated-button1"><span></span><span></span><span></span><span></span>DISCORD</a><a href="https://www.tiktok.com/@s.a.m.i.r_012" class="animated-button1"><span></span><span></span><span></span><span></span>TIKTOK</a>