I will update when Forge is out for 1.8. No sooner.
And I still can't update version numbers
Mkay, so since Kodehawa officially discontinued the original one, I decided to continue it for him. Plus the irony inherent therein was too good to pass up. Anyway, on with the post!
(Image totally not stolen from the original post)
What is this mod about?
Well, it's for cheating in Minecraft. Yes, it's a stripped-down "hacked client," no, I won't disable it in multiplayer (although I will discourage usage of it for that I probably will disable it in SMP; if you want that kind of thing, you're looking in the wrong place!)
How it works (most people can skip this)
It works by loading 'modules' that do different things; each module has methods therein that are called when different Forge events are fired. This functionality is in the base Module class, and every module uses this as its superclass. I currently have world rendering, GUI overlay rendering, and ticking, but I'll add more as needs be. Modules automatically override the world render/tick methods, but, generally, only one will be used. There's also a GUI render method in there, but that's not an abstract method, as I added it in kinda late, as well as the fact that many modules will simply never use it. Built against Forge 10.12.0.1024
Pictures
List of "Modules"
AutoRespawn - Automatically respawns you without having to click the button
Breadcrumbs - Draws a trail showing where you've been
Block Overlay - Draws a better selection box
Fastplace - Lets you place blocks faster
PlayerESP - Draws a box around players
Commands
For simplicity (And so that those of you who use it in SMP can use it), there's "chat commands" that you can use for various things. The default "prefix" for this is a colon (':'), because I use vim way too often. To use them, just type this in chat:
:[other stuff]
SomeMost commands are here:
## All of these are prefixed by a colon!
[Module name] - toggles a module. Some modules, currently only step, have a "set" subcommand, allowing you to add a value to them. Module names are the name of the module, but with all spaces removed and in lowercase. Example: "Advanced Tooltips" would become "advancedtooltips"
help [module/page] - Shows some helpful information about the module.
bind [key] - Shows the current binding for a module, and optionally rebinds it. Using 'unbind' as the key removes a keybind
prefix [new prefix] - Displays the current prefix, and optionally changes it
Keybinds
Default keys:
Sprint - K
Fly - J
GUI - Y
Fullbright - F
FastBreak - G
ChestESP - C
FastPlace - N
PlayerESP - R
---- Minecraft Crash Report ----
// Surprise! Haha. Well, this is awkward.
Time: 12-02-2014 13:47
Description: There was a severe problem during mod loading that has caused the game to fail
cpw.mods.fml.common.LoaderException: java.lang.ClassNotFoundException: com.luna.ce.CheatingEssentials
at cpw.mods.fml.common.LoadController.transition(LoadController.java:163)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:497)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:194)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:495)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:850)
at net.minecraft.client.main.Main.main(SourceFile:103)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:134)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
Caused by: java.lang.ClassNotFoundException: com.luna.ce.CheatingEssentials
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:188)
at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
at cpw.mods.fml.common.ModClassLoader.loadClass(ModClassLoader.java:58)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:249)
at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:443)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:209)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:188)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:487)
... 10 more
Caused by: java.lang.UnsupportedClassVersionError: com/luna/ce/CheatingEssentials : Unsupported major.minor version 51.0
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClassCond(ClassLoader.java:637)
at java.lang.ClassLoader.defineClass(ClassLoader.java:621)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141)
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:180)
... 38 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- System Details --
Details:
Minecraft Version: 1.7.2
Operating System: Mac OS X (x86_64) version 10.9.1
Java Version: 1.6.0_65, Apple Inc.
Java VM Version: Java HotSpot™ 64-Bit Server VM (mixed mode), Apple Inc.
Memory: 29387448 bytes (28 MB) / 123400192 bytes (117 MB) up to 2138767360 bytes (2039 MB)
JVM Flags: 1 total; -Xmx2G
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP v9.01-pre FML v7.2.116.1024 Minecraft Forge 10.12.0.1024 Optifine OptiFine_1.7.2_HD_U_C2 12 mods loaded, 12 mods active
mcp{8.09} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed
FML{7.2.116.1024} [Forge Mod Loader] (forge-1.7.2-10.12.0.1024.jar) Unloaded->Constructed
Forge{10.12.0.1024} [Minecraft Forge] (forge-1.7.2-10.12.0.1024.jar) Unloaded->Constructed
bspkrsCore{6.0(1.7.2)} [bspkrsCore] ([1.7.2]bspkrsCore-universal-6.0(1.7.2).jar) Unloaded->Constructed
ArmorStatusHUD{1.18(1.7.2)} [ArmorStatusHUD] ([1.7.2]ArmorStatusHUD-client-1.18(1.7.2).jar) Unloaded->Constructed
DirectionHUD{v1.17(1.7.2)} [DirectionHUD] ([1.7.2]DirectionHUD-client-1.17(1.7.2).jar) Unloaded->Constructed
LunatriusCore{1.0.0.3} [LunatriusCore] ([1.7.2]LunatriusCore-universal.jar) Unloaded->Constructed
InGameInfoXML{2.5.1.38} [InGame Info XML] ([1.7.2]InGameInfoXML-2.5.1.38.jar) Unloaded->Constructed
thebombzenapi{2.3.1} [ThebombzenAPI] (ThebombzenAPI-v2.3.1-mc1.7.2.jar) Unloaded->Constructed
autoswitch{4.3.0} [AutoSwitch] (AutoSwitch-v4.3.0-mc1.7.2.jar) Unloaded->Constructed
cheatingessentials{1.0.0} [CheatingEssentials] (CheatingEssentials-1.0.1.jar) Unloaded->Errored
voxelmap{1.7.2} [VoxelMap] (voxelmap-1.7.2-1.0.jar) Unloaded->Constructed
Caused by: java.lang.UnsupportedClassVersionError: com/luna/ce/CheatingEssentials : Unsupported major.minor version 51.0
The Meaning of Life, the Universe, and Everything.
Join Date:
7/29/2012
Posts:
60
Minecraft:
JK82NL
Member Details
It seems that there is no fast placement anymore :(... Does anyone know a mod that has fast placement of blocks?
I need it just for building and I have problems of using liteloader and forge together with magiclauncher so I will only run it temporarily anyway to keep using all the liteloader mods I have.
And I still can't update version numbers
Mkay, so since Kodehawa officially discontinued the original one, I decided to continue it for him. Plus the irony inherent therein was too good to pass up. Anyway, on with the post!
Well, it's for cheating in Minecraft. Yes, it's a stripped-down "hacked client,"
no, I won't disable it in multiplayer (although I will discourage usage of it for thatI probably will disable it in SMP; if you want that kind of thing, you're looking in the wrong place!)How it works (most people can skip this)
It works by loading 'modules' that do different things; each module has methods therein that are called when different Forge events are fired. This functionality is in the base Module class, and every module uses this as its superclass. I currently have world rendering, GUI overlay rendering, and ticking, but I'll add more as needs be. Modules automatically override the world render/tick methods, but, generally, only one will be used. There's also a GUI render method in there, but that's not an abstract method, as I added it in kinda late, as well as the fact that many modules will simply never use it. Built against Forge 10.12.0.1024
Pictures
List of "Modules"
Commands
For simplicity (And so that those of you who use it in SMP can use it), there's "chat commands" that you can use for various things. The default "prefix" for this is a colon (':'), because I use vim way too often. To use them, just type this in chat:
SomeMost commands are here:Keybinds
Default keys:
Source code
But of course.
Download
Download
Ad-free
Installation
Download jar.
Place in .minecraft/mods.
Done.
Issues I'm aware of
Shameless begging
฿TC: 1LunaTiAQuHkNcpAGHKaxBa5xH5Axy55Ti
Thank you for reading~
MCF please stahp breaking the formatting; I'd really appreciate it! ^^
Anyway, thanks for continue this... and about the post... yolo
Woah woah!
Yes, that does make yours a bean. Also, I made all your changes, happy yet?
Not nessesary to say it here LOL.
Yes
Woah woah!
Finally, a GUI not made by ZRBTeam. You've done man-kind a favor.
New IE6 looks awesome.
Woah woah!
I think I fixed that. Because you and that NumberFormatException...
Anyway, awesomesauce.exe
Woah woah!
Stolen by*
Woah woah!
*cough* godshawk add me back on Skype
Godshawk changed the key, now it's Y.
Woah woah!
I don't think you know what you're talking about(or at least the circumstances), sir.
You need to update to Java 7.
I need it just for building and I have problems of using liteloader and forge together with magiclauncher so I will only run it temporarily anyway to keep using all the liteloader mods I have.
I don't think you know what you're talking about also, good sir.
My dearest fellow, if we continue on like this, we'll never meet an end to this. May I hear why you suspect our good OP of skidding?
Yeah, we are just diving by 0 aren't we. Also I was joking...