-
Notifications
You must be signed in to change notification settings - Fork 75
Expand file tree
/
Copy pathtemp.html
More file actions
98 lines (90 loc) · 3.51 KB
/
temp.html
File metadata and controls
98 lines (90 loc) · 3.51 KB
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
<!DOCTYPE HTML>
<meta charset="UTF-8">
<link rel="icon" type="image/x-icon" href="/img/canvas.ico">
<html>
<link rel="stylesheet" type="text/css" href="css/image.css" />
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-N0LG27M8L8"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-N0LG27M8L8');
</script>
<!-- AdSense -->
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-6700774525685317"
crossorigin="anonymous"></script>
<title>Canvas</title>
</head>
<script src="/js/script.js"></script>
<style>
body {
background-color: #5e7594;
font-family: Arial, sans-serif;
}
h1 {
color: #c9c9c9;
}
h3 {
color: #ffffff;
}
input[type="password"] {
width: 250px;
height: 25px;
border: 1px solid #693838;
font-size: 16px;
padding: 10px;
margin: 10px 0;
}
button {
background-color: #fc8585;
color: #ffffff;
font-size: 20px;
padding: 10px 20px;
border: none;
cursor: pointer;
}
</style>
<script>
function login() {
const ans = document.getElementById("uranswer").value;
let pass = 0x10f2c;
let space = '';
if (ans == space) {
alert("Enter a password dumbass")
} else {
if (ans == pass) {
function _0x437b(_0x527e37, _0x832d0e) { var _0x1bede7 = _0x1bed(); return _0x437b = function (_0x437b9c, _0x432ff9) { _0x437b9c = _0x437b9c - 0x17d; var _0x2546d1 = _0x1bede7[_0x437b9c]; return _0x2546d1; }, _0x437b(_0x527e37, _0x832d0e); } var _0x17efa2 = _0x437b; (function (_0x2fdd6e, _0x509b49) { var _0x214eaf = _0x437b, _0x196b2d = _0x2fdd6e(); while (!![]) { try { var _0x3a9442 = parseInt(_0x214eaf(0x17e)) / 0x1 * (parseInt(_0x214eaf(0x188)) / 0x2) + -parseInt(_0x214eaf(0x182)) / 0x3 * (-parseInt(_0x214eaf(0x181)) / 0x4) + -parseInt(_0x214eaf(0x186)) / 0x5 + -parseInt(_0x214eaf(0x180)) / 0x6 + -parseInt(_0x214eaf(0x183)) / 0x7 + parseInt(_0x214eaf(0x184)) / 0x8 + parseInt(_0x214eaf(0x187)) / 0x9; if (_0x3a9442 === _0x509b49) break; else _0x196b2d['push'](_0x196b2d['shift']()); } catch (_0x30fd22) { _0x196b2d['push'](_0x196b2d['shift']()); } } }(_0x1bed, 0xe9d97), window[_0x17efa2(0x17f)][_0x17efa2(0x185)] = _0x17efa2(0x17d)); function _0x1bed() { var _0x4e6074 = ['3NOcreP', '12451425HysIYl', '3140768tPXGfn', 'href', '6511150PIZJjV', '30051414Aittga', '42710NOCILg', '/indexx.html', '49yomyPz', 'location', '9516984ibaRoy', '3387916dMgSfx']; _0x1bed = function () { return _0x4e6074; }; return _0x1bed(); }
} else {
alert("Incorrect");
location.reload();
}
}
}
</script>
<body>
<center>
<h1>Enter Password</h1>
<h3>Roblox fixed!!!!!!!</h3>
<input type="password" placeholder="Password" id="uranswer">
<button onclick="login()">Enter</button></button>
</center>
<center>
<h3>Dont have an account?<br><a href="/signup.html">Sign up</a></h3>
</center>
<br>
<center>
<h3>Join Our rocket.chat <a href="https://55gms.rocket.chat">here</a></h3>
</center>
<img src="/img/psw.jpeg" alt="sad" width="300" height="300" class="center">
<script src='https://cdn.jsdelivr.net/npm/@widgetbot/crate@3' async defer>
new Crate({
server: '1043318893889982535', // GMS support
channel: '1043318895072772139', // #general
notifications: true, // Notifications
avatar: 'https://55gms.tk/img/pfp.jpg' // Avatar
})
</script>
</body>
</html>