Literally the most powerful minecraft cheat ever made, in a light and public release.
Updated with mods we think would be good for public use.
In case you cannot read, this is a fork of fr1kin's ForgeHax. Since the 1.12.2 branch is not actively developed, we added more stuff in ourselves.
TheAlphaEpsilon, OverFloyd, FraazT0 and Fleyr have contribuited on the dev repo and will help keep this updated.
You can join a very Work-In-Progress discord server HERE. No guarantee is made about server being not dead.
- Get Minecraft
- Install this as a Forge Mod
- profit
If you need any help, please check the ForgeHax Wiki before submitting an issue. No really, fr1kin's wiki is well kept and covers some basic and generic shit. I won't make a wiki as cool as that one for this fork.
We have extra textures! Upload HERE
This mod will get data from:
- Minecraft's API (api.mojang.com, sessionserver.mojang.com)
- 2b2tatlas.com
- data.2b2t.it
- irc.2b2t.it (only if using IRC)
This is relatively safe, as it is essentially just going to these websites on a browser. Any connection to any service will make its source known to the receiving server.
This mod will send data to:
- irc.2b2t.it (only if using IRC)
Please note: IRC identifies users by IP. If the server you're connecting to does not enforce IP masks, your IP will be shared will any user requesting it. irc.2b2t.it
does mask your IP, and so does irc.freenode.net
. Private servers might not do so, investigate server policies before connecting to unknown IRC hosts.
As always, use of a VPN can hide your IP address from others.
By default, the IRC service won't connect to anything. If you wish to use IRC chat, turn on .irc auto-connect
. It is set to connect to irc.2b2t.it
by default and join the #fhchat
public channel, but neither is enforced.
Most recent Optifine release breaks Markers. All Optifine releases break XRay. (Also XRay isn't really XRay but install Wurst ffs)
You will need to first set up a local copy of the main repo:
For Windows:
- Download, clone, or pull the files
- In command prompt cd to the folder
- Run
gradlew setupDecompWorkspace
(trygradlew setupDecompWorkspace --no-daemon
if this fails)
Commands above vary slightly depending on used shell (cmd
, powershell
), try also gradlew.bat
, ./gradlew.bat
, ./gradlew
.
For Linux/MacOS:
git clone https://github.com/tonio-cartonio/fantabos.co.git
cd fantabos.co
./gradlew setupDecompWorkspace
Once you have a local copy, you can update it every time we push a new commit just by doing git pull
inside the project folder.
To build, run ./gradlew build
, jar will be in build/libs
:
./gradlew build
orgradlew build
orgradlew.bat build
or./gradlew.bat build
- built jars will be in main project folder
/build/libs
(don't use the one with-sources
at the end!)
Because I can. I used to have quite exclusive haccs but now everyone seems to have them. I want to share the way I did things.