So, this is pretty much the same thing as in my last thread, but for 1.3.1.
It's a modified class file that bypasses the check for whether or not Zombe is allowed on a server. Just replace the existing ZMod.class with this one.
Disclaimer: This is largely untested, so please give me feedback on how it works.
Right... haven't been here in a while and forgot... I'll post it just 1 sec.
Edit: done
Originally Posted by Scyntrian
Right... haven't been here in a while and forgot... I'll post it just 1 sec.
So, what this does is makes it so, the server doesn't check to see if you have permission to use Fly mod?
Originally Posted by ahmadtaha26
So, what this does is makes it so, the server doesn't check to see if you have permission to use Fly mod?
Zombe mod has a built in feature that looks for a specific string in the motd of the server you are connecting to. If the server has this string, it automatically disables some parts of itself. I just edited a bit of the source so Zombe ignores this. Basically, it allows you to use Zombe's "cheat mod." Fly mod will probably still not work.
Here's a quote from the Zombe mod instructions:
Q: How do i disallow "cheat" mod on my server?
A: Add "no-z-cheat" to servers welcome message.
Alternatively, you can disable it non-visibly too by adding "&f &f &2 &0 &4 &8" to servers wotd message ("&" marks color codes. If your server uses a wrapper with different codes then use this for reference).
There's a bukkit plugin called ZombeBanner that does the same thing I believe...
This does not bypass things like NoCheat.
Is this code obfuscated differently then a normal mod would be? Seems I cannot decompile this .class file when all the others I normally can.
Originally Posted by criptosis
Is this code obfuscated differently then a normal mod would be? Seems I cannot decompile this .class file when all the others I normally can.
What are you trying to decompile it with?
Originally Posted by Scyntrian
What are you trying to decompile it with?
jd-gui
Works for all others.
Originally Posted by criptosis
jd-gui
Works for all others.
I just tried it with jd-gui, it works fine. I'm not sure what you mean.
Originally Posted by Scyntrian
I just tried it with jd-gui, it works fine. I'm not sure what you mean.
hey i tried it awesome work, i can now use cheat mod and fly mod on servers that had it disabled via their motd,
hey just wondering if you might be willing to apply your awesome bypassing skills to rie's minimap entities radar, mpgh had one such upload for 1.2.4 and it was awesome worked for 1.2.5 to but im trying it now with rei's .1.3.1 and it no longer bypasses the server check,
any chance you could update this one? i'd love yuh for it
hey i tried it awesome work, i can now use cheat mod and fly mod on servers that had it disabled via their motd,
hey just wondering if you might be willing to apply your awesome bypassing skills to rie's minimap entities radar, mpgh had one such upload for 1.2.4 and it was awesome worked for 1.2.5 to but im trying it now with rei's .1.3.1 and it no longer bypasses the server check,
any chance you could update this one? i'd love yuh for it
If I'm not mistaken, Rei's depends on modloader, and I've never tried making a bypass for a mod that requires modloader before. I'll take a look but I'm not optimistic.
Edit: So anyways, the creator specifically said not to make modifications to force enable it for SMP, so I won't.
Originally Posted by Scyntrian
If I'm not mistaken, Rei's depends on modloader, and I've never tried making a bypass for a mod that requires modloader before. I'll take a look but I'm not optimistic.
Edit: So anyways, the creator specifically said not to make modifications to force enable it for SMP, so I won't.
how do i learn to do this schtuff, i have eclipse and jd-gui i just dont understand the code, wheres a good place to go were i can learn what i need to know about it to update this myself, plz?
Originally Posted by Pryingopen3rdeye
how do i learn to do this schtuff, i have eclipse and jd-gui i just dont understand the code, wheres a good place to go were i can learn what i need to know about it to update this myself, plz?
jd-gui is able to decompile code, but not deobfuscate that code. The code is meant to be harder to understand and use when decompiled. If you use MCP with the Minecraft jar you will actually have usable code that is understandable. Prior Java knowledge does help though.
When i add this class file I can no longer jump in the game. It does not matter if anything is turned on or not. I installed it last night on my laptop and it worked great but not on a brand new version of minecraft. Any ideas?