Jump to content
Welcome, Guest
Existing user? Sign In

Sign In



Sign Up
The MatriX
  • Welcome To Ghbsys
  • CS GO Streaming Version is released. Have fun streaming while cheating!
  • Have a Payment Issue? Send us a Support ticket.
  • Make a thread if you need support or join our discord for live support.
  • Have Suggestions? Make a thread and you'll earn Ghbsys Points for implemented suggestions.
  • Join our discord to stay well connected! Don't forget to integrate your discord to the site
  • Welcome to [GHB] - GAmEhAcKbAsTaRdS Forum

    Welcome to [GHB] - GAmEhAcKbAsTaRdS Forum, like most online communities you must register to view or post in our community, but don't worry this is a simple free process that requires minimal information for you to signup. Be apart of [GHB] - GAmEhAcKbAsTaRdS Forum by signing in or creating an account.
    • Start new topics and reply to others
    • Subscribe to topics and forums to get email updates
    • Get your own profile page and make new friends
    • Send personal messages to other members.

    [How-To] Make a minecraft hacked client 1.8! [Part 2] Mod Manager / First Mods!


    Zexiii
     Share

    Recommended Posts

    Hey i am back with an early one because i got faster at the camping im sleeping then expected so here u go;

     

    Where being busy with the mod manager. So now where going to make that one complete;

     

    So first we need to get name void:

    public final String getName()
    	{
    		return name;
    	}
    

    Then the category;

    public final Category getCategory()
    	{
    		return category;
    	}
    

    ETC As i am too lazzzy to code that module shit; i wanted to start immediantly with the render hacks;

    So here u got an video:

    https://www.youtube.com/watch?v=cwaDLMWrqmg

     

     

    So first we are going to do that tracer hax

     

    Here u got renderutils that we need to render shit:

    http://pastebin.com/P97usF1z

     

    So this is the on onRender()

    public void onRender()
    {
    	if(!this.getToggled or getState (If its enabled)
                       return;
    		for(Object entity : Minecraft.getMinecraft().theWorld.loadedEntityList)
    			if(entity instanceof EntityPlayer
    				&& !((Entity)entity).getName().equals(
    					Minecraft.getMinecraft().getSession().getUsername()))
    				RenderUtils.tracerLine((Entity)entity,
    	}
    

    I cant show u the results because i am on my laptop, but i am sure it will work icon_wink.gif


    BTW This WILL Work for Minecraft 1.8 !


    UPDATE:

    public void onRender()
    {
    	if(!this.getToggled or getState (If its enabled)
                       return;
    		for(Object entity : Minecraft.getMinecraft().theWorld.loadedEntityList)
    			if(entity instanceof EntityPlayer
    				&& !((Entity)entity).getName().equals(
    					Minecraft.getMinecraft().getSession().getUsername()))
    				RenderUtils.tracerLine((Entity)entity, 0)
    	}
    

    Sorry <3 :)

    Edited by iZexiiiBoSs
    Link to comment
    Share on other sites

    Guest
    This topic is now closed to further replies.
     Share

    • Recently Browsing   0 members

      • No registered users viewing this page.
    ×
    ×
    • Create New...