Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tanishisherewithhh/smp-hack

This is a hack client for small servers and SMP (Small)
https://github.com/tanishisherewithhh/smp-hack

client-mod-hack hackclient hacks hacks-for-minecraft java minecraft minecraft-fabric-mod minecraft-mod minecraftfabric mod smphack

Last synced: 25 days ago
JSON representation

This is a hack client for small servers and SMP (Small)

Awesome Lists containing this project

README

        

![smphack logo](https://user-images.githubusercontent.com/120117618/224469620-f7d73a4f-8907-4087-b22c-72c73e427bc7.png)

# Smp hack

# 1.20 and above fabric utility mod used in small servers and smps' to play with friends.
### Introduction
This is my first mod created and since I found that the hack community in latest versions is really vast, I thought it would be a better approach to use this community for learning purpose.
This mod was heavily inspired from various hack clients including wurst,bleachhack,FabricHax,Altwer-Flyhack,etc.
I created this mod with the intention of learning advanced java libraries and fabric mod API.
I have also designed the code such that if anyone else wants to use my project to understand and write code for themselves, they can freely use it.
This mod is not created in the intention of earning/exploiting on servers against hacking
Use this mod at your own risk and together with your friends.

### What is the purpose of this mod?
This mod is a semi-hack client which people can use for semi-vanilla experience.It is for people who want to use some minor hacks like Fly,Jesus,AntiFall,etc. without using large and heavily featured hack clients which can lead to loss of fun in the gameplay. This is also created to play on anarchy servers with semi-vanilla experience, where the person only has basic hacks like elytra,combat and some render hacks which do not change the gameplay massively and allow for basic survival.

Actual purpose may be regarded in the minds of the User. I heavily encourage to use large hacks such as Meteor,wurst,bleachhack,etc. if you want to full-on-hacking experience in anarchy servers.



### Check the release tab for recent changes and updates ###



# Dependencies / Required Mods

# [Mod Menu](https://www.curseforge.com/minecraft/mc-mods/modmenu) (Optional)

# [Cloth Config](https://www.curseforge.com/minecraft/mc-mods/cloth-config)

# [DynamicHUD (for smphack versions >=v2.5.0) ](https://modrinth.com/mod/dynamichud)

## Credits
WurstClient,
Bleachhack,
[Fly-hack](https://github.com/Altwer/Minecraft-1.19.3-FlyHack-Pack-Fabric/blob/main/SourceCode/src/main/java/net/fabricmc/flyhack/NoFallHack.java),
[Freecam](https://github.com/hashalite/Freecam),
[AutoTotem](https://modrinth.com/mod/autototem),
[Health Indicators Mod](https://modrinth.com/mod/playerhealthindicators),
[X-Refill (aka AutoRefill)](https://www.curseforge.com/minecraft/mc-mods/x-refill/files/3616860),
[Muppet](https://modrinth.com/mod/muppet/version/1.0.0) (Very cool and nice dev)

# How to Use:

Add the latest jar file in the [release tab](https://github.com/tanishisherewithhh/Smp-hack/releases) of the mod to your .minecraft mod folder

Add the dependencies / mods given above

### PRESS RIGHT SHIFT OR CHANGE THE BIND IN THE CONTROL SETTINGS OF MINECRAFT TO OPEN THE CONFIG SCREEN (or just use modmenu)

# Default Keybinds:

You can change the keybinds via the minecraft's keybind/Control settings

|Name|Description|Default Bind|
|-|-|-|
|Toggle Fly|Enables/disables Fly aka Allows you to fly|`Z`|
|Change Fly Modes|Changes Fly modes)|`M`|
|Jesus |Allows you to walk on Water|`K`|
|Nofall |Tries to cancel your fall damage|`N`|
|Speed |Changes your walk speed (Anti hunger is inbuilt but shitty)|`V`|
|Freecam |Creates a fake player which acts as spectator mode and allows you to move in your world within the render distance|`UNBOUND`|
|SpeedMine |Increase the mining speed |`Change Via Config settings`|
|NoWeather |Removes rain and thunder |`Change Via Config settings`|
|NoHurtCam |Removes the annoying screen shake and hurt cam when being hurt |`Change Via Config settings`|
|AutoSprint | Sprints automatically for you | `Change Via Config settings` |
|AutoCrystal|Automatically breaks crystals (really fast if you use autoclicker to place)|`UNBOUND`|
|KillAura|Automatically attacks entities and players near you|`UNBOUND`|
|Autoclicker|Autoclicks either of your mouse buttons with a delay |`Either keyboard or mouse bind`|
|AimBot|Automatically aims at the nearest entity|`UNBOUND`|
|Scaffold |Automatically places blocks below the player |`UNBOUND`|
|Auto Replace| Automatically replaces tools,armor,blocks,items,elytra,etc. in your inventory |`Change Via Config settings`|
|AutoTool| Automatically switches to the first best available tool for mining|`Change Via Config settings`|
|FakePlayer| Spawns an fakeplayer entity in the world with the name of your choice |`Spawned using command`|

# Features:

Skidded Hacks (some are mine)

|Feature|Description|
|-|-|
|RGB HUD|-|
|Player coordinates | Shows player coordinates|
|FPS| Shows player current FPS|
|TPS| Shows server ticks per second (currently removed)|
|BPS| Track your current speed |
|Biome| Shows the biome the player is currently in |
|Ping| Shows the player's ping in a server (updates slowly) |
|Custom Config screen| Open the config screen with any key you like!|
|Customisable Values| You can change the values of certain hacks as per your desire using mod menu|
|Customisable HUD| You can move the Hud elements to left, right or top side of the screen|
|Customisable Keybinds| You can change the Keybinds of certain hacks as per your desire|
|Auto AutoTotem| Cannot disable and works once once you have a totem in your offhand and inventory|
|HealthIndicator mod|Shows health above players head |
|Fire Overlay settings| You can change the opacity of fire overlay|
|Auto clicker| Auto clicks your mouse buttons for you |
|Muppet | Shows your player in a small model on the top right corner|
|Armor and Totem display | Shows the armor with it durability the player is currently wearing and shows the number of totems the player has|
|FakePlayer| Spawns an fakeplayer entity in the world with the name of your choice |
|Hud Editor| Customise the position of certain hud text and widgets as per your desire in the new update|

# HUD

### Hud may differ in recent updates
## Customisable Hud has been implemented in `v2.5.0` using [DynamicHud](https://github.com/V-Fast/DynamicHUD)

![2023-05-22_18 11 19](https://github.com/tanishisherewithhh/Smp-hack/assets/120117618/d5451c98-031e-4439-a778-be054aafbea5)
![2023-05-22_18 11 25](https://github.com/tanishisherewithhh/Smp-hack/assets/120117618/95abd4d4-fc70-43db-88da-03a45e4997b6)

## FakePlayer ##

### Spawn an Fakeplayer entity with the name of your choice using the following command:
`/fakeplayer spawn `

### Delete the spawned Fakeplayer entity using the following command:
`/fakeplayer clear`


# Hacks:

`MAKE SURE TO READ THE KEYBINDS AND DESCRIPTION OF THE HACKS-` [HERE](https://github.com/tanishisherewithhh/Smp-hack#default-keybinds)

|Hacks |Modes |
|-|-|
|Fly hack | Creative Fly, BoatFly, Glider, Jetpack, ElytraBoost|
|Jesus |-|
|Nofall|-|
|Speed|onGround, Strafe, Bhop|
|AntiHunger|-|
|AutoTotem|-|
|Freecam|-|
|SpeedMine | HasteMode, NoBreakDelay|
|NoWeather |-|
|Health Indicator|-|
|NoHurtCam|-|
|AutoCrystal|OnlyOwn, AntiSuicide|
|KillAura|MultiTarge,SingleTarget,Axe and Sword only|
|Reach|-|
|AutoSprint|-|
|AutoClicker|Left Mouse Button, Right Mouse Button|
|AimBot|-|
|Scaffold|-|
|AutoReplace|-|
|AutoTool|-|
|FakePlayer|Name, Spawn, Clear|
|HUD|Left,Right,Top and variants|