-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.php
77 lines (73 loc) · 2.84 KB
/
index.php
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css">
<link rel="stylesheet" href="style.css">
<title>Eagle Anticheat</title>
</head>
<body>
<header>
<a href="#" class="logo">Eagle Anticheat</a>
<nav class="navigation">
<a href="#main">About</a>
<a href="#features">Features</a>
<a href="https://eaglecheat.com/src/init-oauth.php">Login</a>
</nav>
</header>
<section class="main" id="main">
<div>
<h2>Hello, This Is Eagle Anticheat<br><span>The Best Anticheat</span></h2>
<h3>The Anticheat Worth</h3>
<a href="#features" class="main-btn">View The Features</a>
<div class="accounts">
<a href="https://discord.gg/PNwKqXM349"><i class="fa-brands fa-discord"></i></a>
</div>
</div>
</section>
<section class="cards" id="features">
<h2 class="title">Features</h2>
<div class="content">
<div class="card">
<div class="info">
<h3>CFW Features</h3>
<p>Low MS usage</p>
<p>Easy Configuration</p>
<p>Token Ban Sytem</p>
<p>Menu Detection 90%</p>
<p>Entity Spwan Detection</p>
<p>Triggers Detection</p>
<p>Explosion Detection</p>
<p>Stop Resource Detection</p>
<p>Noclip Detection</p>
<p>Damage Change Detection</p>
<p>And more</p>
</div>
</div>
<div class="card">
<div class="info">
<h3>VRP Features</h3>
<p>Low MS usage</p>
<p>Easy Configuration</p>
<p>Token Ban Sytem</p>
<p>Menu Detection 90%</p>
<p>Entity Spwan Detection</p>
<p>Triggers Detection</p>
<p>Explosion Detection</p>
<p>Stop Resource Detection</p>
<p>Noclip Detection</p>
<p>Damage Change Detection</p>
<p>And more</p>
</div>
</div>
</div>
</section>
<footer class="footer">
<p class="footer-title">Copyrights @<span>KonaN#6133</span></p>
<div class="accounts">
<a href="https://discord.gg/PNwKqXM349"><i class="fa-brands fa-discord"></i></a>
</div>
</footer>
</html>