e1fccf1df0 | ||
---|---|---|
.github | ||
build/android | ||
builtin | ||
client | ||
clientmods/preview | ||
cmake/Modules | ||
doc | ||
fonts | ||
games/minimal | ||
lib | ||
misc | ||
po | ||
src | ||
textures/base/pack | ||
util | ||
.clang-format | ||
.clang-tidy | ||
.gitattributes | ||
.gitignore | ||
.gitlab-ci.yml | ||
.mailmap | ||
.travis.yml | ||
CMakeLists.txt | ||
CONTRIBUTING.md | ||
Dockerfile | ||
LICENSE | ||
README.md | ||
minetest.conf.example | ||
minetest_LICENSE.txt | ||
minetest_readme.md |
README.md
💦 OpenClient 💦
the first free, open-sourced, clearly-documented minetest Client Utility Mod (CUM)
v1.0 for minetest 5.0.1
features (so far, v1):
- fullbright (
fcdf71d65d
) - nofall (no fall damage) (
00c1598232
) - 3rd person camera view can go inside nodes - press fn+7 (
db18ab4b13
) - fly - default keybind (
5e03f64baf
,dee53a33ac
) - noclip - default keybind (
441ac6f686
)
installation:
Apple & Linux:
- install brew (https://brew.sh/)
- brew --cache https://raw.githubusercontent.com/MinetestClients/brewinstall/master/minetest.rb
- brew install https://raw.githubusercontent.com/MinetestClients/brewinstall/master/minetest.rb
- you'll find the app/executable in your Cellar/minetest folder
Windows:
- Download & Install the following:
- open the cmd app and run
git clone https://github.com/MinetestClients/OpenClient.git
- run
cd OpenClient
- run
powershell
- now that you're in powershell, run
vcpkg install irrlicht zlib curl[winssl] openal-soft libvorbis libogg sqlite3 freetype luajit --triplet x64-windows
- (still in powershell) run
cmake . -G"Visual Studio 15 2017 Win64" -DCMAKE_TOOLCHAIN_FILE=D:/vcpkg/scripts/buildsystems/vcpkg.cmake -DCMAKE_BUILD_TYPE=Release -DENABLE_GETTEXT=0 -DENABLE_CURSES=0
- (still in powershell)
cmake --build . --config Release
- you'll find the executable in the current directory
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.
contributors so far (along with their choice of getting advertised):
username/nickname/name | advertisement |
---|---|
sumoomus | n/a |
dankmemer | https://www.youtube.com/channel/UCEWhEMACf_m2ffKsEeCEg0w |
SPNG | n/a |
*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.
Important:
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.
😉
ps: star this repo if you found it useful so more ppl can find it, thanks!
[NOT IMPLEMENTED YET] future features/functions that we're working on (if you can help out with any of these, msg me on Discord: algorithm#6184):
- 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)