Thread: Simple godmode?

Results 1 to 14 of 14
  1. #1
    Fatality-'s Avatar
    Join Date
    Jun 2013
    Gender
    male
    Posts
    14
    Reputation
    10
    Thanks
    0
    My Mood
    Lurking

    Simple godmode?

    Hey guys just asking if anyone can create a simple godmode for minecraft 1.5.2
    If you can please make one, it will be very helpful!
    Thanks

  2. #2
    non ame's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Posts
    1,118
    Reputation
    193
    Thanks
    1,048
    Yes and add a Force OP tool as well.
    I won't pay you
    I will leech this to another forum
    I will take credits for making this

  3. #3
    Quck's Avatar
    Join Date
    Feb 2012
    Gender
    male
    Posts
    1,809
    Reputation
    45
    Thanks
    164
    My Mood
    Crappy
    Plus an item spawner and fly hack
    Also force creative and admin hack
    Maybe also add a hack to turn myself into a dragon.

  4. #4
    133spider's Avatar
    Join Date
    Oct 2012
    Gender
    male
    Posts
    387
    Reputation
    23
    Thanks
    6,049
    My Mood
    Tired
    God Mode does exist...
    OP: Wrong section

  5. #5
    non ame's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Posts
    1,118
    Reputation
    193
    Thanks
    1,048
    Quote Originally Posted by 133spider View Post
    God Mode does exist...
    OP: Wrong section
    Of course it does. But you don't just code a godmode hack. You have to find an exploit to be able to do this.
    And he does expect a simple godmode=1 hack

  6. #6
    133spider's Avatar
    Join Date
    Oct 2012
    Gender
    male
    Posts
    387
    Reputation
    23
    Thanks
    6,049
    My Mood
    Tired
    Quote Originally Posted by non ame View Post
    Of course it does. But you don't just code a godmode hack. You have to find an exploit to be able to do this.
    And he does expect a simple godmode=1 hack
    He just said to create a "simple" godmode. He never said anything that is related to coding it.

  7. #7
    I'm not dead. But I'm not alive. I'm not living. I'm just trying to survive.
    MPGH Member
    Nyan Cat's Avatar
    Join Date
    May 2011
    Gender
    male
    Posts
    4,428
    Reputation
    176
    Thanks
    621
    Anyways, wrong section!
    Feel free to donate to me.

  8. #8
    Wampwire's Avatar
    Join Date
    Jun 2013
    Gender
    male
    Location
    United Kingdom of Tea
    Posts
    227
    Reputation
    10
    Thanks
    22
    My Mood
    Devilish
    Code:
    if(godmode) {
        mc.thePlayer.mode_God(true);
        GL11.glDisable(3553);
    } else {
        mc.thePlayer.mode_God(false);
        GL11.glEnable(3553);
        mc.theWorld.noCheat(false);
    }
    Its really simple if you think about it. All it does is enables some method from Minecraft.thePlayer called mode_God which takes a boolean as a param which was hardcoded in by Notch... Very convenient and simple!
    You also disable some GL11 functions (3553) which prevents you from getting banned from the server! Oooohh spooky!
    Else code, set the godmode to false, enable th glFunction thing, and also do noCheat false which grabs the NoCheat++ class from the server and restarts it. Have fun

     
    Would be a fucking dream if that was true...

  9. #9
    aqencyclopedia's Avatar
    Join Date
    Nov 2013
    Gender
    male
    Posts
    22
    Reputation
    10
    Thanks
    36
    God mode doesn't exist.

    The closest you get to Godmode is Regen hacks, availiable from Huzuni or Kinky Client

  10. #10
    Klintos's Avatar
    Join Date
    Nov 2013
    Gender
    male
    Posts
    47
    Reputation
    10
    Thanks
    262
    My Mood
    Buzzed
    Real legit godmode that works on any server. Even NCP and AC ones.

    Code:
    onEnable(){
        mc.thePlayer.isDead() = true;
    }
    onDisable(){
        mc.thePlayer.isDead() = false;
    }

  11. #11
    Wampwire's Avatar
    Join Date
    Jun 2013
    Gender
    male
    Location
    United Kingdom of Tea
    Posts
    227
    Reputation
    10
    Thanks
    22
    My Mood
    Devilish
    Quote Originally Posted by Klintos View Post
    Real legit godmode that works on any server. Even NCP and AC ones.

    Code:
    onEnable(){
        mc.thePlayer.isDead() = true;
    }
    onDisable(){
        mc.thePlayer.isDead() = false;
    }
    Mate, that hasnt been working for the past.. Year?

  12. #12
    Klintos's Avatar
    Join Date
    Nov 2013
    Gender
    male
    Posts
    47
    Reputation
    10
    Thanks
    262
    My Mood
    Buzzed
    Well it works right now.

  13. #13
    133spider's Avatar
    Join Date
    Oct 2012
    Gender
    male
    Posts
    387
    Reputation
    23
    Thanks
    6,049
    My Mood
    Tired
    Quote Originally Posted by Klintos View Post
    Real legit godmode that works on any server. Even NCP and AC ones.

    Code:
    onEnable(){
        mc.thePlayer.isDead() = true;
    }
    onDisable(){
        mc.thePlayer.isDead() = false;
    }
    No. Does not work on NCP...

  14. #14
    LordPankake's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Posts
    1,010
    Reputation
    260
    Thanks
    2,466
    My Mood
    Angry
    Quote Originally Posted by 133spider View Post
    No. Does not work on NCP...
    The method was just re-named.

Similar Threads

  1. [Release] Simple Godmode V1. Win7/Vista Only
    By Wiirtuallca in forum Operation 7 Hacks
    Replies: 45
    Last Post: 09-11-2010, 02:04 PM
  2. [THEORY]A way to gain godmode
    By System79 in forum WarRock - International Hacks
    Replies: 18
    Last Post: 07-31-2006, 12:40 PM
  3. Simple Reflective Text
    By Chronologix in forum Tutorials
    Replies: 4
    Last Post: 05-20-2006, 05:56 AM
  4. Godmode Hack with Ollydbg Tutorial
    By emisand in forum Gunz Hacks
    Replies: 46
    Last Post: 02-20-2006, 06:12 PM
  5. Can we post godmode for gunz
    By rock1988 in forum Gunz General
    Replies: 24
    Last Post: 02-09-2006, 10:51 PM