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.

    C++ Hack Maker Tutorial By [ghb]


    NeoIII
     Share

    Recommended Posts

    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!

    • Upvote 1
    Link to comment
    Share on other sites

    Großes THX, ich hab VS 05 und meines wissens ohne .NET. Es werden viele Fehlerausgegeben.

    • Upvote 1
    Link to comment
    Share on other sites

    Erst mal danke schön fürs Tut und 2. schade das du nicht mehr so oft hier on bist =(

    • Upvote 1
    Link to comment
    Share on other sites

    dann mach doch setup für remote komponenten!!! und sag mir doch wo du deutsche version herbekommen hast!

    Link to comment
    Share on other sites

    vielen dank erstmal für das schöne tut.

     

     

    aber wie bekommt man die Player Pointer Adresse für die GetPointer() funktion?

    Link to comment
    Share on other sites

    @Lanicor schu auf dein bild da stehts ganz gross unten drann!!!

     

    Player Pointer bekommt mann per uce sihe andere tuts!!!

    Link to comment
    Share on other sites

    Guest Lanicor
    @Lanicor schu auf dein bild da stehts ganz gross unten drann!!!

     

    Player Pointer bekommt mann per uce sihe andere tuts!!!

     

     

    Geht nicht :'( ich man ey was ist das für ne scheisse

    Link to comment
    Share on other sites

    also wenn du bereits einen solution explorer suchen konntest gehe ich davon aus das du visual studio 2003 bereits gestartet hast also ist das ja nicht mehr relevant!

    Link to comment
    Share on other sites

    evtl. ist dein download defekt, strg + s speichern oder die disketten!

     

    zum erstellen auf build oder compiliren suchen!

    Link to comment
    Share on other sites

    Ne0, was für Hotkey hast du verwendet und wo kann ich die ändren. Ausser dem versteh ich nicht wie Superjump, GetWeapon und No FallDMG funtzt.

    Link to comment
    Share on other sites

    k ich hab da für manche Biene Majas (sry) was vergessen zu sagen:

     

    wenn ihr nicht wisst wo ihr hacks usw macht öffnet Form1.h und macht doppelklick auf den rahmen des programm fensters vom hack dann solltet ir in form1.h codeansicht kommen!

    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...