Page 1 of 2 12 LastLast
Results 1 to 15 of 26
  1. #1
    Scyntrian's Avatar
    Join Date
    Apr 2012
    Gender
    male
    Location
    Everywhere
    Posts
    42
    Reputation
    10
    Thanks
    160

    [1.3.1] Zombe Mod Bypass (Bypass ZombeBanner)

    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.

    Virus Scans:
    https://www.virustotal.com/file/3e8d...is/1344055073/
    https://r.virscan.org/report/d1323d4d...e14782300.html
    <b>Downloadable Files</b> Downloadable Files
    Last edited by Scyntrian; 08-03-2012 at 11:43 PM.
    Thank me if I helped!

  2. The Following 24 Users Say Thank You to Scyntrian For This Useful Post:

    51Apache50 (08-20-2012),Arvyvillasenor (08-25-2012),Batzpup (08-07-2012),bradleigh (08-11-2012),Deadline758 (08-13-2012),Deadmarine2004 (08-11-2012),den1982 (08-17-2012),diegodel95 (09-21-2012),dldjwls1214 (10-23-2012),dlstkgka123 (03-25-2013),dwarwick (08-05-2012),khag7 (11-09-2012),kjy0349 (08-15-2012),lilpopcorn (08-05-2012),lolipop123321 (08-04-2012),martinluther321 (08-04-2012),miskolin9 (08-10-2012),Monopody (08-05-2012),RackOnRack (08-07-2012),saltedlikeaboss (12-16-2012),sedyk (08-09-2012),The_Vasco (08-12-2012),wickedheadshot (08-20-2012),xsunbeachx (12-11-2012)

  3. #2
    Ahmad's Avatar
    Join Date
    Aug 2011
    Gender
    male
    Location
    Youtube & League
    Posts
    7,416
    Reputation
    2026
    Thanks
    2,794
    My Mood
    Yeehaw
    [notice]Add 2 virus scans[/notice]
    BALD GOD OF MPGH
    League of Legends God & Previous Minion



  4. #3
    Scyntrian's Avatar
    Join Date
    Apr 2012
    Gender
    male
    Location
    Everywhere
    Posts
    42
    Reputation
    10
    Thanks
    160
    Quote Originally Posted by ahmadtaha26 View Post
    [notice]Add 2 virus scans[/notice]
    Right... haven't been here in a while and forgot... I'll post it just 1 sec.

    Edit: done
    Last edited by Scyntrian; 08-03-2012 at 11:43 PM.
    Thank me if I helped!

  5. #4
    Ahmad's Avatar
    Join Date
    Aug 2011
    Gender
    male
    Location
    Youtube & League
    Posts
    7,416
    Reputation
    2026
    Thanks
    2,794
    My Mood
    Yeehaw
    Quote Originally Posted by Scyntrian View Post
    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?
    BALD GOD OF MPGH
    League of Legends God & Previous Minion



  6. #5
    Scyntrian's Avatar
    Join Date
    Apr 2012
    Gender
    male
    Location
    Everywhere
    Posts
    42
    Reputation
    10
    Thanks
    160
    Quote Originally Posted by ahmadtaha26 View Post


    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.
    Last edited by Scyntrian; 08-03-2012 at 11:54 PM.
    Thank me if I helped!

  7. #6
    Ahmad's Avatar
    Join Date
    Aug 2011
    Gender
    male
    Location
    Youtube & League
    Posts
    7,416
    Reputation
    2026
    Thanks
    2,794
    My Mood
    Yeehaw
    BALD GOD OF MPGH
    League of Legends God & Previous Minion



  8. #7
    criptosis's Avatar
    Join Date
    Aug 2011
    Gender
    male
    Location
    I'm back
    Posts
    34
    Reputation
    10
    Thanks
    1
    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.

  9. #8
    Scyntrian's Avatar
    Join Date
    Apr 2012
    Gender
    male
    Location
    Everywhere
    Posts
    42
    Reputation
    10
    Thanks
    160
    Quote Originally Posted by criptosis View Post
    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?
    Thank me if I helped!

  10. #9
    criptosis's Avatar
    Join Date
    Aug 2011
    Gender
    male
    Location
    I'm back
    Posts
    34
    Reputation
    10
    Thanks
    1
    Quote Originally Posted by Scyntrian View Post
    What are you trying to decompile it with?
    jd-gui

    Works for all others.

  11. #10
    Scyntrian's Avatar
    Join Date
    Apr 2012
    Gender
    male
    Location
    Everywhere
    Posts
    42
    Reputation
    10
    Thanks
    160
    Quote Originally Posted by criptosis View Post
    jd-gui

    Works for all others.
    I just tried it with jd-gui, it works fine. I'm not sure what you mean.
    Thank me if I helped!

  12. #11
    Pryingopen3rdeye's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Posts
    77
    Reputation
    9
    Thanks
    69
    My Mood
    Psychedelic
    Quote Originally Posted by Scyntrian View Post
    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


    https://www.mpgh.net/forum/384-minecr...ml#post5868675

  13. #12
    Scyntrian's Avatar
    Join Date
    Apr 2012
    Gender
    male
    Location
    Everywhere
    Posts
    42
    Reputation
    10
    Thanks
    160
    Quote Originally Posted by Pryingopen3rdeye View Post
    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


    https://www.mpgh.net/forum/384-minecr...ml#post5868675
    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.
    Last edited by Scyntrian; 08-07-2012 at 01:01 PM.
    Thank me if I helped!

  14. #13
    Pryingopen3rdeye's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Posts
    77
    Reputation
    9
    Thanks
    69
    My Mood
    Psychedelic
    Quote Originally Posted by Scyntrian View Post
    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?

  15. #14
    criptosis's Avatar
    Join Date
    Aug 2011
    Gender
    male
    Location
    I'm back
    Posts
    34
    Reputation
    10
    Thanks
    1
    Quote Originally Posted by Pryingopen3rdeye View Post
    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.

  16. #15
    mkenny2's Avatar
    Join Date
    Nov 2009
    Gender
    male
    Posts
    7
    Reputation
    10
    Thanks
    0
    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?

Page 1 of 2 12 LastLast

Similar Threads

  1. [Detected] [w/ Pics]How to bypass mods!(MOD PATCHER BYPASS!)
    By Gaz in forum Combat Arms Mod Tutorials
    Replies: 186
    Last Post: 07-01-2011, 06:24 PM
  2. [PREVIEW] Mod Shield Bypasser Updated Daily!
    By -Gh0st-bkup in forum Combat Arms Mod Discussion
    Replies: 55
    Last Post: 05-18-2011, 02:56 PM
  3. [Tutorial] [w/ Pics]How to bypass mods!(MOD PATCHER BYPASS!)
    By Brecht Algoet in forum Combat Arms EU Discussions
    Replies: 8
    Last Post: 04-18-2011, 03:58 AM
  4. Is it posible to bypass bypass equality on Esl
    By Srbenda in forum CrossFire Help
    Replies: 7
    Last Post: 08-05-2010, 08:46 AM
  5. RE: [bypass] trouble MODS ADMINS!!
    By iTZ BOOGEY in forum WarRock - International Hacks
    Replies: 0
    Last Post: 06-01-2009, 10:22 PM

Tags for this Thread