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++] TrackMania Coding.


    DrCoder7
     Share

    Recommended Posts

    Original Thread By BigXxX

    http://ghbsys.net/ghb/index.php?showtopic=14714

     

    Checkpoint Hack :

     

    Address(1) ::: Pointer : &HABE2D0 + &H400000 || Offset : &H32C || Value : -100

    Address(2) ::: Pointer : &HABE2D0 + &H400000 || Offset : &H328 || Value : -100

    Address(3) ::: Pointer : &HAC1908 + &H400000 || Offset : &H31C || Value : -100

    Address(4) ::: Pointer : &HAC1908 + &H400000 || Offset : &H318 || Value : -100

     

    #define ADR_CPHACK 0x00ABE2D0

    #define ADR_CPHACK1 0x00400000

    #define ADR_CPHACK2 0x00AC1908

    #define CPOFS 0x0032C

    #define CPOFS1 0x00328

    #define CPOFS2 0x0031C

    #define CPOFS3 0x00318

     

    void TMNF (void)

    {

    if (CheckpointHack)

    {

    *(int*)(ADR_CPHACK+ADR_CPHACK1+CPOFS) = -100;

    *(int*)(ADR_CPHACK+ADR_CPHACK1+CPOFS1) = -100;

    *(int*)(ADR_CPHACK2+ADR_CPHACK1+CPOFS2) = -100;

    *(int*)(ADR_CPHACK2+ADR_CPHACK1+CPOFS3) = -100;

    }

     

    }

     

     

    Thats Correct?O.o

    BEFORE U SAY SOMETHING ITS CODED BY ME AND BIG AND LOTS OF THANKS BIGXXX FOR ADDYS!!!!!

    Edited by DrCoder7
    Link to comment
    Share on other sites

    Original Thread By BigXxX

    http://ghbsys.net/ghb/index.php?showtopic=14714

     

    Checkpoint Hack :

     

    Address(1) ::: Pointer : &HABE2D0 + &H400000 || Offset : &H32C || Value : -100

    Address(2) ::: Pointer : &HABE2D0 + &H400000 || Offset : &H328 || Value : -100

    Address(3) ::: Pointer : &HAC1908 + &H400000 || Offset : &H31C || Value : -100

    Address(4) ::: Pointer : &HAC1908 + &H400000 || Offset : &H318 || Value : -100

     

    #define ADR_CPHACK 0x00ABE2D0

    #define ADR_CPHACK1 0x00400000

    #define ADR_CPHACK2 0x00AC1908

    #define CPOFS 0x0032C

    #define CPOFS1 0x00328

    #define CPOFS2 0x0031C

    #define CPOFS3 0x00318

     

    void TMNF (void)

    {

    if (CheckpointHack)

    {

    *(int*)(ADR_CPHACK+ADR_CPHACK1+CPOFS) = -100;

    *(int*)(ADR_CPHACK+ADR_CPHACK1+CPOFS1) = -100;

    *(int*)(ADR_CPHACK2+ADR_CPHACK1+CPOFS2) = -100;

    *(int*)(ADR_CPHACK2+ADR_CPHACK1+CPOFS3) = -100;

    }

     

    }

     

     

    Thats Correct?O.o

    BEFORE U SAY SOMETHING ITS CODED BY ME AND BIG AND LOTS OF THANKS BIGXXX FOR ADDYS!!!!!

     

    First of all I thought TrackMania updatet or some shit sec.

    long my_ptr = *(long *)(0xAddy1 + 0xAddy2);
    *(long *)(my_ptr + 0xOffset) = Value; 
    

    means for Checkpoint1

    long my_ptr = *(long*)(0xABE2D0 + 0x400000);
    *(long*)(my_ptr + 0x32C) = -100;

    Edited by GiGa'
    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...