Skip to content

Commit 69b9bfa

Browse files
committed
Init
0 parents  commit 69b9bfa

22 files changed

Lines changed: 3227 additions & 0 deletions

.gitignore

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
# gradle
2+
3+
.gradle/
4+
build/
5+
out/
6+
classes/
7+
8+
# eclipse
9+
10+
*.launch
11+
12+
# idea
13+
14+
.idea/
15+
*.iml
16+
*.ipr
17+
*.iws
18+
19+
# vscode
20+
21+
.settings/
22+
.vscode/
23+
bin/
24+
.classpath
25+
.project
26+
27+
# macos
28+
29+
*.DS_Store
30+
31+
# fabric
32+
33+
run/
34+
src/main/java/META-INF/MANIFEST.MF

README.md

Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,72 @@
1+
2+
<div align="center">
3+
<img src="https://github.com/Nekiplay/MeteorPlus/assets/35975332/5fa04a11-0de7-4423-8c9d-0b6fe9142df4" alt="meteor-plus" width="200px"/>
4+
<h1>Meteor+</h1>
5+
<br>
6+
An addon for <a href="https://github.com/MeteorDevelopment/meteor-client">Meteor client</a> that adds many blatant features.
7+
<br>
8+
<a href="https://anticope.pages.dev/addons/?addon=MeteorClientPlus%2FMeteorPlus"><img src="https://img.shields.io/badge/verified%20addon-yes-brightgreen" alt="Verified Addon"></a>
9+
<a href="https://www.minecraft.net/"><img src="https://img.shields.io/badge/minecraft%20version-1.18.2 -- 1.21.1-brightgreen" alt="Minecraft version"/></a>
10+
<a href="https://github.com/Nekiplay/MeteorClientPlus/releases"><img src="https://img.shields.io/github/downloads/MeteorClientPlus/MeteorPlus/total" alt="Downloads"/></a>
11+
<a href="https://github.com/Nekiplay/MeteorClientPlus/stargazers"><img src="https://badgen.net/github/stars/MeteorClientPlus/MeteorPlus" alt="GitHub stars"/></a>
12+
<br>
13+
<a href="https://discord.gg/N3gqYc7GRS><img src="https://img.shields.io/badge/support/help/issues-discord-brightgreen" alt="Discord"/></a>
14+
<a href="https://www.guilded.gg/i/27dAlJKk"><img src="https://img.shields.io/badge/support/help/issues-guilded-brightgreen" alt="Guilded"/></a>
15+
<br>
16+
<p>Thanks some russian paid clients and <a href="https://github.com/CCBlueX/LiquidBounce">LiquidBounce</a> 🤫</p>
17+
<br>
18+
</div>
19+
20+
## PvE Modules
21+
| Module | Description | Bypasses |
22+
|------------------------|-----------------------------------------------|-------------------------------|
23+
| **Flight+** | **Flight for Anti-Cheats** | **Matrix, Spartan, Vulcan** |
24+
| **Speed+** | **Speed for Anti-Cheats** | **Matrix, ACC, Vulcan, NCP** |
25+
| **Spider+** | **Spider for Anti-Cheats** | **Matrix, Vulcan** |
26+
| **Jesus+** | **Jesus for Anti-Cheats** | **Matrix, Vulcan** |
27+
| **No Slow+** | **No Slow for Anti-Cheats** | **Matrix, Vulcan, Grim, NCP** |
28+
| **Fast Ladder** | **Fast Ladder for Anti-Cheats** | **Spartan** |
29+
| **Gui Move+** | **Gui Move for Anti-Cheats** | **Matrix, NCP** |
30+
| **Timer+** | **Timer for Anti-Cheats** | **NCP, Intave, Vulcan** |
31+
| **Safe mine** | **Prevents player from lava** | **Matrix** |
32+
| **X-Ray bruteforce** | **Xray protection bypass for servers 1.12.2** | **Ore Obfuscator** |
33+
| **Trigger Bot** | **AutoAttack on look at entity** | |
34+
| **Auto Obsidian Farm** | **Automatically farm obsidian in AFK** | |
35+
36+
## PvP Modules
37+
| Module | Description | Bypasses |
38+
|---------------|--------------------------------------------------------|----------|
39+
| **Velocity+** | **Velocity for Anti-Cheats** | **Grim** |
40+
| **Anti Bot** | **Ignores bots for KillAura, ESP, Tracers** | |
41+
| **Teams** | **Does not beat teammates on BedWars and other modes** | |
42+
43+
## Commands
44+
| Command | Description | Bypasses |
45+
|-----------|-------------------|-----------------------------------------|
46+
| **eclip** | **Vertical clip** | **Matrix, Wraith, Spartan, Negativity** |
47+
48+
49+
## Meteor Client improvements
50+
| Module | Enhancements |
51+
|---------------------------|---------------------------------------------------------------------|
52+
| **Freecam** | **Added good baritone control via Freecam** |
53+
| **Waypoints** | **Added display of distances in label names, sorting, name search** |
54+
| **Hidden module** | **Hiding original modules and third-party modules from the GUI** |
55+
56+
## Meteor Client fixes
57+
| Module | Fix |
58+
|---------------|---------------------------------------------|
59+
| **Auto Tool** | **No work in creative mode** |
60+
| **KeyBinds** | **Allow binding function to LMB, RMB, ESC** |
61+
62+
# Installation Guide
63+
1. Install [minecraft](https://www.minecraft.net)
64+
2. Install [fabric](https://fabricmc.net) and [fabric api](https://www.curseforge.com/minecraft/mc-mods/fabric-api) for your version of minecraft
65+
3. Download [meteor client](https://meteorclient.com) for your version of minecraft
66+
4. Download [meteor plus](https://github.com/Nekiplay/MeteorPlus/releases) for your version of minecraft
67+
5. Place the meteor client and meteor plus in your mods folder
68+
69+
A: Make Commit we welcome anyone who makes a useful contribution to our free open source product
70+
71+
## For Contributors
72+
We use local builds of Meteor Client and Baritone from Meteor Client since Meteor Client a hosting can sometimes not be paid on time

assets/bootstrap/css/bootstrap.min.css

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/bootstrap/js/bootstrap.min.js

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/css/Stats-icons.css

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
.bs-icon {
2+
--bs-icon-size: .75rem;
3+
display: flex;
4+
flex-shrink: 0;
5+
justify-content: center;
6+
align-items: center;
7+
font-size: var(--bs-icon-size);
8+
width: calc(var(--bs-icon-size) * 2);
9+
height: calc(var(--bs-icon-size) * 2);
10+
color: var(--bs-primary);
11+
}
12+
13+
.bs-icon-xs {
14+
--bs-icon-size: 1rem;
15+
width: calc(var(--bs-icon-size) * 1.5);
16+
height: calc(var(--bs-icon-size) * 1.5);
17+
}
18+
19+
.bs-icon-sm {
20+
--bs-icon-size: 1rem;
21+
}
22+
23+
.bs-icon-md {
24+
--bs-icon-size: 1.5rem;
25+
}
26+
27+
.bs-icon-lg {
28+
--bs-icon-size: 2rem;
29+
}
30+
31+
.bs-icon-xl {
32+
--bs-icon-size: 2.5rem;
33+
}
34+
35+
.bs-icon.bs-icon-primary {
36+
color: var(--bs-white);
37+
background: var(--bs-primary);
38+
}
39+
40+
.bs-icon.bs-icon-primary-light {
41+
color: var(--bs-primary);
42+
background: rgba(var(--bs-primary-rgb), .2);
43+
}
44+
45+
.bs-icon.bs-icon-semi-white {
46+
color: var(--bs-primary);
47+
background: rgba(255, 255, 255, .5);
48+
}
49+
50+
.bs-icon.bs-icon-rounded {
51+
border-radius: .5rem;
52+
}
53+
54+
.bs-icon.bs-icon-circle {
55+
border-radius: 50%;
56+
}
57+

assets/fonts/line-awesome.eot

110 KB
Binary file not shown.

assets/fonts/line-awesome.min.css

Lines changed: 15 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)