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.

    Grasskatze

    Members
    • Posts

      26
    • Joined

    • Last visited

    Posts posted by Grasskatze

    1. is mir auch schonmal passiert...

      war recht lustig aber hab nich gecheckt wie der wieder weggeht O.o

      erst nach so 10 min xD

       

       

      Ich weiß immer noch net wie das Weggeht =)?

      Teil dein Wissen mit mir ^^?

    2. Hey, here ya go, few asked for teleport, here im releasing my function, you can save 100 coordinates or more, w/e you want and then teleport from point to point.. : ) if you don't understand the code then don't ask stupid questions, i will not response on pm's .. if you are using it then pls creditz me ^^

       

      btw i created a "Walk-Bot" with this way ^^

       

      [ Hidden part. View original post. ]

       

      REPLY IF YOU WANT TO SEE IT

       

      ~ZeaS

       

       

      Reply

    3. ich habe mir erlaubt mhs mal hier hochzuladen O.o

       

      mhs ist fast wie ce nur noch net so bekannt xD

       

      [ Hidden part. View original post. ]

       

       

      reply

       

       

      EDIT:

      Ist das sonen Hex Editor oder sowas ? =)

    4. Willkommen zu meinem Tutorial "Wie mache ich in c++ einen Hack"!

      --------------------------------------------------------------------

       

      Was braucht ihr Dafuer?

       

      * Visual Studio 2003 .NET von http://D4rC.net/Neo/index.php?cmd=downloads

      * ghbPublic_Source.rar

      --------------------------------------------------------------------

       

      Wie gehts weiter?

       

      Nun öffnet ihr das ganze indem ihr auf 1.jpg Doppelklickt!

       

      nun sollte das ganze öffnen um nun einzelne Dateien Anzuschauen sucht nach einem Tool namens Solution Explorer!

      Sieht so aus: 2.jpg

       

      Da Öffnet ihr euch die wichtigsten dateien des projects:

       

      * Form1.h (Code & Style Ansicht)

      * Form1.cpp

      * form_funcs.h

       

      Dieser Source Code ist bereits eine fertige vorlage und einsatzfähig !!! ABER die Adressen sind alle alt !!!

       

      Versucht zu Verstehen was was ist!

       

      um adressen einzufügen zb von CE müsst ihr das 00 entfernen und durch 0x ersetzen!

      Pointer werden so geused:

       

      Form1.h

      --------------------------------------------------------------------

      memcpy_ev( ( void* )( ( GetPointer( ) ) + 0x180 ), &cvar.mf_superjump, sizeof( float ) );

      --------------------------------------------------------------------

      Form1.cpp

      --------------------------------------------------------------------

      int Get_Handle()

      {

      DWORD proc_id = 0;

      if( hWarRock != NULL )return (int)hWarRock;

      hWnd = FindWindow( "WarRock", 0 );

      if( hWnd == NULL )return NULL;

      GetWindowThreadProcessId( hWnd, &proc_id );

      return (int)OpenProcess( PROCESS_ALL_ACCESS, false, proc_id );

      }

      void *memcpy_ex( void* pxAddress, void* pxBuffer, unsigned long sxSize )

      {

      DWORD dzy = 0;

      if( WriteProcessMemory( (HANDLE)Get_Handle( ), pxAddress, pxBuffer, sxSize, &dzy ) == TRUE )

      {

      return pxAddress;

      }

      return NULL;

      }

       

      unsigned long GetPointer( )

      {

      DWORD dzy, dzRead = 0;

      if( ReadProcessMemory( ( HANDLE )Get_Handle( ), ( void* )0x008B5288, &dzy, sizeof( DWORD ), &dzRead ) == TRUE )

      {

      return dzy;

      }

      return 0;

      }

      --------------------------------------------------------------------

      form_funcs.h

      --------------------------------------------------------------------

      int Get_Handle();

      void *memcpy_ev( void* pxAddress, void* pxBuffer, unsigned long sxSize );

      unsigned long GetPointer( );

      --------------------------------------------------------------------

       

      So das wäre der Code alles Wichtige ist ROT Makiert, in der Form1.h komt das offset rein ( 0x180 (alt)) und Form1.cpp bei GetPointer() function das ist die Player Pointer Adresse!!!

       

      Nun noch wie ihr es undetected macht:

       

      Ich habe euch bei dem Code oben das hierfür wichtige GRÜN makiert, Ihr müsst nun in allen 3 Dateien diese Namen gleich ändern also ändert ihr Get_Handle auf wr_run dann müsst ihr das in denn anderen 2 dateien ebenfalls gleich umbenennen ( in Form1.h: je mehr hacks geaddet sind um so öfter kommt es zb vor GetHandle wird aber nur für timer gebraucht)

       

      nach umbennenen ist euer hack undetected (ausser ihr verwendet detected hacks wie GPS)

       

      so das wars mehr hab ich nicht dazu zu sagen!

       

      Viel Spass lg Neo I.I.I

       

      This Tutorial Powered by [GHB]Neo I.I.I Copyright 2007 All Rights Reserved!

       

       

       

       

       

      Danke endlich mal auf deutsch ^^

    5. Hey ho, i will show you how easy it is to create new public hacks again (undetected) : )

       

      You just need 1 cpp, open your c++ programm (dll project) and just add 1 cpp, call it what ever you want then add this code..

       

      [ Hidden part. View original post. ]

       

       

      reply if you want to see it !!

       

      ~ZeaS

       

       

      reply

       

      EDIT:

       

      Immer kommt ein error Oo....was mache ich falsch ? =(

    6. Also ...

      Ich habe mir eine Signa. gemacht:

      signa.jpg

      Und jetzt möchte ich gerne wissen, was ihr davon haltet. xD

      Wer auch so eine haben möchte mit seinem Namen, soll einfach bescheid sagen.

       

      MfG Homie x3

       

       

       

      hey aber trotzdem is das doch gar ncih mal so schlecht oder O.o

    ×
    ×
    • Create New...