Results 1 to 7 of 7
  1. #1
    zombiexxx100's Avatar
    Join Date
    Aug 2015
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0

    How To Make a Simple Sprint And Flight Hack [MC] HAPPY NEW YEARS

    If you want me to make a tutorial on how to set up a client and make a base for it comment below
    Happy new years!
    SPRINT^^^ It's pretty simple.
    onUpdate just updates the tick.
    getState() just is if the hack is on or not.
    Wrapper is Basically Minecraft.getMinecraft()
    public void onUpdate() {
    if (!this.getState()) {
    return;
    }
    if (!(Wrapper.mc.thePlayer.isCollidedHorizontally) && Wrapper.mc.thePlayer.moveForward > 0.0f) {
    Wrapper.mc.thePlayer.setSprinting(true);

    } else {
    Wrapper.mc.thePlayer.setSprinting(false);
    }
    }
    ---------------------------
    FLIGHT^^^^
    public void onUpdate(){
    if(this.getState()){
    Wrapper.mc.thePlayer.capabilities.isFlying = true;
    }
    else{
    Wrapper.mc.thePlayer.capabilities.isFlying = false;
    }

    }
    --------------------------- if you want more tutorials comment below

  2. #2
    japkop's Avatar
    Join Date
    Feb 2016
    Gender
    male
    Posts
    167
    Reputation
    10
    Thanks
    151
    My Mood
    Aggressive
    Thanks for help. Good and understandable instructions !

  3. The Following User Says Thank You to japkop For This Useful Post:

    Trol553 (06-29-2016)

  4. #3
    Thegunamn007's Avatar
    Join Date
    May 2015
    Gender
    male
    Posts
    4
    Reputation
    10
    Thanks
    0
    this s gr8888 m88888888888888888888888888888888888888

  5. #4
    Extremis21's Avatar
    Join Date
    Oct 2014
    Gender
    male
    Posts
    10
    Reputation
    10
    Thanks
    2
    Could you help me create a simple client for 1.9.4 that only has Sprint, and maybe something that types something in chat when I touch a certain key?

  6. #5
    Tearbender's Avatar
    Join Date
    Jun 2016
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    0
    this is terrible

  7. #6
    cDotgawd's Avatar
    Join Date
    Jun 2016
    Gender
    male
    Posts
    11
    Reputation
    10
    Thanks
    12
    About to try to see if it lives up to hype

  8. #7
    Healer_Kim's Avatar
    Join Date
    Aug 2019
    Gender
    male
    Posts
    18
    Reputation
    10
    Thanks
    0
    My Mood
    Happy
    It was helpful! Tysm!

Similar Threads

  1. *Tut* How To Make A Simple Notepad
    By u1111u in forum Programming Tutorials
    Replies: 2
    Last Post: 01-31-2010, 11:58 PM
  2. Show Me How To Make A Simple WallHack Cod4 1.7
    By lovemommy in forum Programming Tutorial Requests
    Replies: 0
    Last Post: 06-14-2009, 05:03 PM
  3. How to make a simple Car Signature
    By SpaWn in forum Tutorials
    Replies: 10
    Last Post: 04-23-2009, 05:26 PM
  4. How to make a simple grunge tutorial
    By SpaWn in forum Tutorials
    Replies: 2
    Last Post: 04-21-2009, 05:30 PM
  5. Replies: 0
    Last Post: 02-06-2008, 02:30 AM