Results 1 to 10 of 10
  1. #1
    john404's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Posts
    352
    Reputation
    69
    Thanks
    842
    My Mood
    Doh

    Godmode tutorial

    Leechers gonna leech!

    I got bored of this, so I'm going to release :P have fun guys

    ---


    Heres a tut on how to create a nodamage for an entity

    1) Go to damagesource.java

    2) Look for... ("drown")

    3) Find the files that drown is located in, (the func_whatever)

    Now you will see, like attackEntityFrom(DamageSource.field_35539_e, 1);

    Or whatever, change that to 0

    Then go to entityenderman.java (another func will be there)

    Search for

    attackEntityFrom(DamageSource.field_35539_e, 0);

    Now make your toggle

    if(GuiIngame.godmode)
    {
    attackEntityFrom(DamageSource.field_35539_e, 1);
    } else
    {
    attackEntityFrom(DamageSource.field_35539_e, 0);
    }

    Yes you'd be surprised how easy it is, this works. if you get any errors or w/e, you're doing something wrong.

    This will make it so you don't take any damage when the bubbles underwater go away.

    > Do this for the rest

    Mob/players are different, so I won't be releasing a tut for that

  2. #2
    Regulus's Avatar
    Join Date
    Aug 2011
    Gender
    male
    Posts
    5
    Reputation
    10
    Thanks
    0
    It works!

    Thanks a bunch!

  3. #3
    d(=_=)b's Avatar
    Join Date
    Nov 2011
    Gender
    male
    Location
    across the street from the dark valley which you have been raped at.
    Posts
    4
    Reputation
    10
    Thanks
    0
    ¬_¬ soo next update and nocheat guna get patched XD

    *_* i knew this before everyone else
    fricken hipster

  4. #4
    Ifailpk's Avatar
    Join Date
    Jul 2011
    Gender
    male
    Posts
    18
    Reputation
    10
    Thanks
    0
    My Mood
    Crappy
    does it work on multiplayer?

  5. #5
    iiSnipez's Avatar
    Join Date
    Jun 2011
    Gender
    male
    Location
    St.Louis
    Posts
    167
    Reputation
    58
    Thanks
    4
    My Mood
    Inspired
    too long of a tut, i have a much simplierway ._.

  6. #6
    aMario Bro.'s Avatar
    Join Date
    May 2011
    Gender
    male
    Posts
    1,097
    Reputation
    31
    Thanks
    235
    My Mood
    Angelic
    Quote Originally Posted by iiSnipez View Post
    too long of a tut, i have a much simplierway ._.
    This really isn't too long.

  7. #7
    EumelDavid's Avatar
    Join Date
    Oct 2012
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    @john404 im new to this forum and don't understand realy much of scripting and hacking or coding.
    but this would realy intresst me could you please explain me how to find damagesource.java in step 1.
    thx!

  8. #8
    Troooop's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Location
    Aboard the Enterprise
    Posts
    91
    Reputation
    10
    Thanks
    30
    My Mood
    Paranoid
    Quote Originally Posted by EumelDavid View Post
    @john404 im new to this forum and don't understand realy much of scripting and hacking or coding.
    but this would realy intresst me could you please explain me how to find damagesource.java in step 1.
    thx!
    Way to bump an old thread but download the Mcp (Minecraft coder pack) and look up a tutorial.


  9. #9
    neoangel071's Avatar
    Join Date
    Nov 2012
    Gender
    male
    Posts
    39
    Reputation
    10
    Thanks
    0
    very usfull in pvp servers

  10. #10
    AstramG's Avatar
    Join Date
    Nov 2012
    Gender
    male
    Posts
    26
    Reputation
    10
    Thanks
    0
    Can't wait for a hack client with this feature... Nodus hint hint.

Similar Threads

  1. Replies: 88
    Last Post: 02-28-2012, 06:33 PM
  2. [Detected] GODMODE TDM ZombieMode New Tutorial
    By deadman027 in forum Soldier Front Hacks
    Replies: 36
    Last Post: 04-26-2011, 11:22 PM
  3. Warrock Hack - Tutorial
    By Dave84311 in forum WarRock - International Hacks
    Replies: 667
    Last Post: 10-09-2007, 10:10 AM
  4. Godmode Hack with Ollydbg Tutorial
    By emisand in forum Gunz Hacks
    Replies: 46
    Last Post: 02-20-2006, 06:12 PM
  5. Photoshop Tutorials
    By Dave84311 in forum Art & Graphic Design
    Replies: 3
    Last Post: 12-31-2005, 07:21 AM