Skip to content

timo-zzz/Teddyhack

 
 

Repository files navigation

Teddyhack Anarchy Client

Teddyhack is an anarchy client for minecraft anarchy servers for 1.12.2.
Some of the code is skidded because im new to java lol
PLEASE NOTE THAT THIS CLIENT HAS ABSOLUTELY NO ANTICHEAT BUILT IN, IT IS ONLY FOR ANARCHY

How to use for development environments

I really only know how to set this up for intellij, soooo yeah

  • Download and open project in intelliJ (when opening, click the build.gradle and then open)
  • The project will auto build itself, so wait for that
  • After it builds, you want to go to terminal and run the command gradlew genIntellijRuns or genEclipseRuns for eclipse
  • You are almost done!
  • If you are on eclipse, do gradlew eclipse after that.
  • Refresh the project by closing and opening it, now go to the run configs section :)

Run configurations

  • Go to Run > Edit Configurations, then click on the plus sign and click application.
  • Put the name to whatever you want, doesn't matter (i usually put it as runClient)
  • First go to modify options, then select add VM options (VM arguements for eclipse).
  • The main class should already be GradleStart, but if it isn't just type gradlestart in the box and it will show it.
  • Now in VM options, you want to put this in: -Dforge.logging.console.level=debug -Dforge.logging.markers=SCAN,REGISTRIES,REGISTRYDUMP -Dfml.coreMods.load=com.teddyhack.mixin.MixinLoader
  • Finally, set the working directory to TeddyhackDirectory\run (replace the teddyhackdirectory with wherever the main file is)
  • You are done with everything, now just press run (MAKE SURE YOU ARE RUNNING MINECRAFT CLIENT, NOT MINECRAFT SERVER)
  • also i do not know how to change anything in eclipse so diy ez

External Libraries & Resources

For the mixins (thanks spongeforge): https://www.spongepowered.org/downloads/spongeforge/stable/1.12.2
ClickGUI (might be changed in the future idk): https://github.com/lukflug/PanelStudio
IntelliJ IDEA (community edition): https://www.jetbrains.com/idea/download/#section=windows

alt text

About

A minecraft anarchy hack client for 1.12.2.

Resources

License

Unknown and 2 other licenses found

Licenses found

Unknown
LICENSE.txt
Unknown
LICENSE-Paulscode IBXM Library.txt
Unknown
LICENSE-Paulscode SoundSystem CodecIBXM.txt

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Java 100.0%