|
1 | | -<div align="center"> |
2 | | - <!-- Logo and Title --> |
3 | | - <img src="/src/main/resources/assets/numby-hack/textures/icon.png" alt="logo" width="20%"/> |
4 | | - <h1>Numby Hack</h1> |
5 | | - <p>An addon for Meteor Client made in honor of Number81.</p> |
6 | | - |
7 | | - <!-- Fancy badges --> |
8 | | -<a href="https://github.com/cqb13/Numby-hack/releases"><img src="https://img.shields.io/badge/Version-v1.4-blue" alt="Version"></a> |
9 | | -<img src="https://img.shields.io/badge/Minecraft%20Version-1.19-blue" alt="Minecraft Version"> |
10 | | -<img src="https://img.shields.io/github/downloads/cqb13/Numby-hack/total?color=blue"> |
11 | | -<img src="https://img.shields.io/github/languages/code-size/cqb13/Numby-hack" alt="Code Size"> |
12 | | -<img src="https://img.shields.io/github/stars/cqb13/Numby-hack" alt="Stars"> |
13 | | -</div> |
14 | | - |
15 | | -<hr /> |
16 | | - |
17 | | -# How to use |
18 | | -- Download the latest [release](/../../releases) of this mod from the releases tab. |
19 | | -- Put it in your `.minecraft/mods` folder where you have installed Meteor. |
20 | | - |
21 | | -*Note: Meteor Client is required for this addon* |
22 | | - |
23 | | -<h1>Modules:</h1> |
24 | | -<h2>General:</h2> |
25 | | -<pre> |
26 | | -Chat Encrypt || Encrypts your chat messages |
27 | | -Chorus Exploit || Exploits chorus teleports |
28 | | -Confetti || Changes the color of totem pop particles |
29 | | -New Chunks || Finds new chunks based on flowing liquids |
30 | | -Number81 || Counts to 81 in chat |
31 | | -Numby Chat || Improves your chat experience in various ways |
32 | | -NumbyRPC || Displays Numby Hack as your presence on Discord |
33 | | -Safe Fire || Does not allow you to walk into fire |
34 | | -Safety Net || Places a block under you if your reach a set Y level |
35 | | -Auto Log Plus || Automatically disconnects at a specific time and/or place |
36 | | -Tunnel ESP || Tries to find player made tunnels |
37 | | -</pre> |
38 | | -<h2>HUD:</h2> |
39 | | -<pre> |
40 | | -Logo || Displays Numby Hack logo on screen |
41 | | -Numby || Number81 On Top! |
42 | | -</pre> |
43 | | -<h1>Commands:</h1> |
44 | | -<pre> |
45 | | -.trash || Allows you to destroy any item in your hand |
46 | | -</pre> |
47 | | -<h1>Features:</h1> |
48 | | -<pre> |
49 | | -player particle || Renders particles around specific players |
50 | | - |
51 | | -</pre> |
52 | | - |
53 | | -*Note: Not all of the code was writen by me* |
| 1 | +<div align="center"> |
| 2 | + <!-- Logo and Title --> |
| 3 | + <img src="/src/main/resources/assets/numby-hack/textures/icon.png" alt="logo" width="20%"/> |
| 4 | + <h1>Numby Hack</h1> |
| 5 | + <p>An addon for Meteor Client made in honor of Number81.</p> |
| 6 | + |
| 7 | + <!-- Fancy badges --> |
| 8 | +<a href="https://github.com/cqb13/Numby-hack/releases"><img src="https://img.shields.io/badge/Version-v1.4-blue" alt="Version"></a> |
| 9 | +<img src="https://img.shields.io/badge/Minecraft%20Version-1.19-blue" alt="Minecraft Version"> |
| 10 | +<img src="https://img.shields.io/github/downloads/cqb13/Numby-hack/total?color=blue"> |
| 11 | +<img src="https://img.shields.io/github/languages/code-size/cqb13/Numby-hack" alt="Code Size"> |
| 12 | +<img src="https://img.shields.io/github/stars/cqb13/Numby-hack" alt="Stars"> |
| 13 | +</div> |
| 14 | + |
| 15 | +<hr /> |
| 16 | + |
| 17 | +# How to use |
| 18 | +- Download the latest [release](/../../releases) of this mod from the releases tab. |
| 19 | +- Put it in your `.minecraft/mods` folder where you have installed Meteor. |
| 20 | + |
| 21 | +*Note: Meteor Client is required for this addon* |
| 22 | + |
| 23 | +<h1>Modules:</h1> |
| 24 | +<h2>General:</h2> |
| 25 | +<pre> |
| 26 | +Chat Encrypt || Encrypts your chat messages |
| 27 | +Chorus Exploit || Exploits chorus teleports |
| 28 | +Confetti || Changes the color of totem pop particles |
| 29 | +New Chunks || Finds new chunks based on flowing liquids |
| 30 | +Number81 || Counts to 81 in chat |
| 31 | +Numby Chat || Improves your chat experience in various ways |
| 32 | +NumbyRPC || Displays Numby Hack as your presence on Discord |
| 33 | +Safe Fire || Does not allow you to walk into fire |
| 34 | +Safety Net || Places a block under you if your reach a set Y level |
| 35 | +Auto Log Plus || Automatically disconnects at a specific time and/or place |
| 36 | +Tunnel ESP || Tries to find player made tunnels |
| 37 | +</pre> |
| 38 | +<h2>HUD:</h2> |
| 39 | +<pre> |
| 40 | +Combat HUD || Shows you information about the closest player to you |
| 41 | +Item Counter || Counts specific items from your inventory |
| 42 | +Logo || Displays Numby Hack logo on screen |
| 43 | +81 || Number81 On Top! |
| 44 | +Kills || Shows the amount of player kills |
| 45 | +Deaths || Shows the amount of deaths |
| 46 | +KDR || Shows kill death ratio |
| 47 | +High Score || Shows high score |
| 48 | +Kill Streak || Shows your kill streak |
| 49 | +</pre> |
| 50 | +<h1>Commands:</h1> |
| 51 | +<pre> |
| 52 | +.trash || Allows you to destroy any item in your hand |
| 53 | +</pre> |
| 54 | +<h1>Features:</h1> |
| 55 | +<pre> |
| 56 | +player particle || Renders particles around specific players |
| 57 | + |
| 58 | +</pre> |
| 59 | + |
| 60 | +*Note: Not all of the code was writen by me* |
0 commit comments