OpenClient/README.md

110 lines
5.0 KiB
Markdown
Raw Normal View History

2020-06-23 23:20:42 +02:00
# 💦 OpenClient 💦
the first free, open-sourced, clearly-documented minetest Client Utility Mod (CUM)
v1.0 for minetest 5.0.1
2020-06-22 21:18:07 +02:00
2020-06-23 04:00:16 +02:00
# features (so far, v1):
2020-06-22 21:30:57 +02:00
- fullbright (https://github.com/MinetestClients/OpenClient/commit/fcdf71d65dc531ba1effbaf20328bb345153cd4b)
2020-06-22 22:39:09 +02:00
- nofall (no fall damage) (https://github.com/MinetestClients/OpenClient/commit/00c15982323c8662769ecaa692c5047fc247ad0b)
2020-06-23 01:18:02 +02:00
- 3rd person camera view can go inside nodes - press fn+7 (https://github.com/MinetestClients/OpenClient/commit/db18ab4b13750c1f7d2951b44b00b72c929c1176)
- fly - default keybind (https://github.com/MinetestClients/OpenClient/commit/5e03f64bafb73fb08518c00aa270397f5a57ab51, https://github.com/MinetestClients/OpenClient/commit/dee53a33ac4e8753b1921ed89963e5d492b7281f)
- noclip - default keybind (https://github.com/MinetestClients/OpenClient/commit/441ac6f686680d7a4e515ee91dd543482d2b1404)
2020-06-23 02:09:46 +02:00
# installation:
2020-06-23 06:59:08 +02:00
The easiest way to install is using brew (the compressed files in the brewinstall repo are identical to the compressed release files of this repo): ....actually i need to fix this brew install code, for the moment use the official minetest compiling method...
2020-06-23 04:00:05 +02:00
1) install brew (https://brew.sh/)
2) brew --cache https://raw.githubusercontent.com/MinetestClients/brewinstall/master/minetest.rb
3) brew install https://raw.githubusercontent.com/MinetestClients/brewinstall/master/minetest.rb
2020-06-23 02:09:46 +02:00
2020-06-23 02:10:02 +02:00
Alternatively, you can follow the instructions on the official minetest github page: https://github.com/minetest/minetest/blob/master/README.md#compiling
2020-06-23 02:09:46 +02:00
2020-06-23 04:00:05 +02:00
# for the truly paranoid:
You can also recreate OpenClient. First, download minetest 5.0.1 from the official minetest github page (https://github.com/minetest/minetest/releases). Next, make the changes listed above (https://github.com/MinetestClients/OpenClient/blob/master/README.md#features-so-far-v1). Then run through the appropriate compiling method.
2020-06-23 20:57:10 +02:00
# contributors so far (along with their choice of getting advertised):
2020-06-22 21:25:21 +02:00
username/nickname/name | advertisement
------------- | -------------
sumoomus | n/a
dankmemer | https://www.youtube.com/channel/UCEWhEMACf_m2ffKsEeCEg0w
2020-06-22 21:26:21 +02:00
SPNG | n/a
2020-06-22 22:43:14 +02:00
2020-06-22 22:43:02 +02:00
\*side note: contributors are not added according to their views or actions, only by their contributions to the project. The views/actions of the contributors (other than sumoomus) do not necessarily reflect the goal of OpenClient.
2020-06-23 02:09:46 +02:00
2020-06-22 21:33:20 +02:00
# Important:
2020-06-22 21:33:41 +02:00
OpenClient is not a hack client nor a cheat client, rather it is a Client Utility Mod (CUM). Please bear in mind that client utility mods like OpenClient can be against the rules on some servers.
2020-06-22 21:18:07 +02:00
😉
2020-06-23 06:57:22 +02:00
### ps: star this repo if you found it useful so more ppl can find it, thanks!
2020-06-23 20:09:17 +02:00
2020-06-23 20:57:10 +02:00
## future features/functions that we're working on (if you can help out with any of these, msg me on Discord: algorithm#6184):
2020-06-23 20:09:17 +02:00
- user-friendly gui with keybind-setting to toggle on/off various functions
Combat:
- Bow Aimbot
- Auto Armor
- Auto Clicker
- Auto Weapon
- Hunt
- Kill Aura
Movement:
- Air Jump
- Auto Jump
- Auto Walk (with some sort of pathfinding algorithm)
- Fast Fall
- Jesus (walk on water)
- Long Jump
- No Slow (dont get slowed down by soul sand, cobwebs, etc)
- Riding (control riding animals even when you dont have a saddle, entity speed)
- Safe Walk (dont fall off edges)
- Speed
- Spider (climb walls)
- Sprint (enable sprinting)
- Step (control how far up can entities climb/step)
Exploit
- Anti Fire
- Anti Hunger
- New Chunks (find recently generated chunks)
Player
- Anti AFK
- Auto Eat
- Auto Farm
- Auto Fish
- Auto Mine
- Auto Tool
- Blink (give the illusion that you're teleporting by not sending packets to server for a few seconds)
- Chest Stealer
- Fast Interact (break and place quickly)
- Freecam (different from noclip)
- Inventory (see your inventory without having to press i or whatever key you use)
- Scaffold (place blocks underneath you)
Render
- Anti Blind (removes blindness potion effects)
- Breadcrumbs (plots a path of breadcrumbs behind you)
- ESP (show where players are even when you can't see them)
- Nametags (show nametags of players far away as well as their armor (+durability/enchants))
- Radar (sorta like enhanced minimap)
- Search (search for a specific node)
- Storage ESP (look for storage blocks)
- Tracers (draw lines to certain entities and/or players)
- Trajectories (predict trajectories of projectiles such as arrows and ender pearls)
- Wireframe
- XRay
Misc
- Anti Vanish (detects when someone goes into vanish)
- Auto Disconnect (disconnect automatically when your health reaches a certain level)
- Auto Reconnect
- Fancy Chat
- copy paste things into chat
- book bot (automatically write books)
- Log Position (if a player logged out in your render distance, show their log-out coordinates)
- Signs (auto-sign signs)
- Unpack (create planks from logs by right clicking on the logs)
- autonoteblock (automatically tune and play songs using noteblocks and an input midi file (or something like that))
World
- Build (automatically build a certain structure)
- Weather (clear the weather)