Skip to content

FAQ (Q&A)

OxideWaveLength edited this page Mar 31, 2020 · 3 revisions

What is a Base Client?

A Base Client is the source code of an "already started" Minecraft hacked client. That means that it already has at least the following things done for you:

  1. Command Manager
  2. Event Manager
  3. Module Manager
  4. Some utils to get the work done

And it might also have (like this one) the following optional things (and more):

  1. Extensive utils for many different things
  2. TabGUI
  3. "Modules ArrayList"
  4. AltManager
  5. FontManager

Why would I want to use this base client to create my new hacked client?

This Base Client is intuitive and easy to use, it also is efficient and tries to keep the game performances the same as a normal Minecraft version with Optifine.

Using this Base Client you won't have to worry about wasting your time adding what's needed ever again, we've got you covered, remember the lists from the question above? Well, we've got all of that and much more!

Who works on this Base Client?

Only I, OxideWaveLength, work on it. Some small parts of it come from a friend (thank you, Russian412!), and every piece of code made by him has been addressed in the Main Class, and the main page. The rest is done by me and, recently, other members from the community! (Addressing their work in the GitHub's readme (main) page ad in the client's main class soon)

Can I contribute to this project?

Sure, you can, of course, contribute to the project by forking it and making a pull request (or by opening issues reporting bugs or giving suggestions, feedback or pieces of code)


If you feel like there are unanswered questions, feel free to open an issue pointing that out, or asking the question!