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.

    Zexiii

    Members
    • Posts

      94
    • Joined

    • Last visited

    • Days Won

      5

    Posts posted by Zexiii

    1. Hello there, this post is especially for the New people out there that dont know on how to build a good and not bad reputation.

      On GhB we talk nice to everyone From black, to white, russian to american We are NOT Racist here.

      Also racist jokes arent allowed here.

       

      Not to play the Mod out here but You need to know this.

       

       

      Have a Good time!

      Have fun, have a good time and be nice.

      And if u have a question dont be shy because read above; We are nice.

      Feel free to ask questions PM someone that has been longer on this forums.

       

      Create content be Creative!

      We here on GhB Are creative people from Coding to GFX, Game Development..

      We do it all, dont think we only do Combat Arms cause we dont.

      Rarely we do Crossfire.

      We do Warrock (Altho It is really old *COUGH*)

       

      --Update--

      I hate spelling.

       

      Contect = Content

    2. Hi my name is Zexiii And I will explain Java


      Programs u can use:


      Eclipse


      NetBeans


      If u know any more Java Coding Programs let me know!



      Basic Things:



      String



      This is basically text in Java-Form


      Example:



      public String GhB = "GhB Is Life <3";

      Boolean



      This will indicate if something is on or off


      Like the hack is enabled


      or disabled;


      Example:



      public boolean Boolean;

      Void



      This is almost the most important thing u need to learn


      This is basically a thing that does functions


      Example:



      public void runFunction() {
      //Do Things
      }

      U can also use booleans and Strings in void's



      public String sendMessage(String Hi) {
      MainClass.sendMessage(Hi);
      }

      public boolean setBoolean(boolean HasSet) {
      Boolean = HasSet;
      }

      //These are changed to indicate the String and booleans
      //Baically still void's

      Thats it for now


      Hope you liked it!


    3. Well, this is kinda a emotional post (Atleast for me)

      I am here to say, that I am giving up my C++ & C# time.

      And to say that I am leaving the forums.

       

      For all the new Biene Majaies, I WAS an active player on the GHBSys forums, was well know.

       

      Well seeya.

       

      One thing i need to say before I leave,

       

      Thanks for all the support.

       

      And for the last time

      iZexiii BoSs out!

    4. 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 :)

    5. Well, i was searching on the forum for minecraft hacked clients (as i know how to code them, i'd thought i should start a topic about making one!

       

      Things u need:

      Java JDK (Java Development Kit)

      Eclipse:

      MCP

       

      I am too lazy to do the setup so here u got an tutorial on how-to (this does work on windows).

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

       

       

      First when u got into Eclipse, you follow the steps on the video, then where gonna make a main class (Recommended to do it as your hacked client name) For Example i'll do GhbsysClient

       

      Go to Client Then go Client>SCR Click on SRC and do New>Class for package you are gonna do me.CODER.CLIENTNAME

      And as name the client name.

       

      We are going to start coding.

      When u got in were gonna make the basics of a hacked client Main.java thingy.

       

      Try this:

      public static String CLIENT_NAME = "CLIENTNAME";
      public static String CLIENT_VERSION = " (rel-1.8)";
      public String CLIENT_AUTHOR = "UR NAME";
      
      public static final CLASSNAME theClient = new CLASSNAME();
      
      public static void StartClient(){
            //Nothing for now
      }
      
      public static String getCLIENT_NAME() {
      		return CLIENT_NAME;
      }
      
      public static void setCLIENT_NAME(String cLIENT_NAME) {
      		CLIENT_NAME = cLIENT_NAME;
      }
      
      public static String getCLIENT_VERSION() {
      		return CLIENT_VERSION;
      }
      
      public static void setCLIENT_VERSION(String cLIENT_VERSION) {
      		CLIENT_VERSION = cLIENT_VERSION;
      }
      

      Now whe are going to make a module handler (Basically module are the hacks)

       

      Create a new class with the package

      me.CODER.CLIENTNAME.module

      And the name:

      Module(.java)

       

      Then just type (or copy) this into the Module.java:

      private String name;
      	private int bind;
      	private Category category;
      	private boolean isEnabled;
      	
      	
              //the structurer that handles the thing, with the name, the keybind the                  //     category
      	public Module(String name, int bind, Category category) {
      		this.name = name;
      		this.bind = bind;
      		this.category = category;
      	}
      	
      
      

      In part 2 we will go further with this.

    6. I was fucking with some d3d9 code and i created this:

      void DrawESPBox( D3DXVECTOR3 Head, D3DXVECTOR3 Foot, DWORD dwColor, LPDIRECT3DDEVICE9 pDevice )
      {
      
      	D3DXVECTOR3 Box =  Head - Foot;
      
       	if( Box.y  < 0 )
       		Box.y *= -1;
      
      	int BoxWidth    = (int)Box.y / 2;
      	int DrawX		= (int)Head.x - ( BoxWidth / 2 );
      	int DrawY		= (int)Head.y;
      
      	DrawBorder( DrawX, DrawY, BoxWidth, (int)Box.y, 2, dwColor, pDevice );
      	DrawBorder( DrawX, DrawY, BoxWidth, (int)Box.y, 1, 0xFF000000, pDevice );
      }
      

      I could t test it because some reasons but be happy and i works.

      • Upvote 2
      • Downvote 1
    7. Not for uses, u can use it but give credit.

      And also, this is only for looking, if you really wanna learn C++ Dont Copy Paste Codes, you learn nothing about c++

      void __cdecl PushToConsole(char* szVal )
      {
      	DWORD dwCShell = (DWORD)GetModuleHandleA("CShell.dll");
      	if( dwCShell != NULL )
      	{
      		DWORD *LTClient = ( DWORD* )( (dwCShell + 0x28BCE0) );
      		void* CONoff = ( void* )*( DWORD* )( *LTClient + 0x1F8 );
      		_asm
      		{
      			push szVal;
      			call CONoff;
      			add esp, 4;
      		}
      	}
      }
      

      iZexiii Boss Out!

    ×
    ×
    • Create New...