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.

    Hack noMenu of glasswalls


    kwas
     Share

    Recommended Posts

    I have a problem, I made a code to hack noMenu of glasswalls and I do not mean glasswalls. Can anyone help me why it is not glass? Before I did the same hack noMenu and glasswalls work. Someone help?

     

    I put the following code to hack:

     

     

     

    #include <windows.h>

     

    //============================= GLOBALS ===============================//

     

    #define OFS_X 0x102F8

    #define OFS_Z 0x10300

    #define OFS_Y 0x10308

     

    ////////////////////////////////////

    ///////////>>>>ADDYS<<<<////////////

    ////////////////////////////////////

     

    #define Playerpointer 0xA362B8//

    #define Serverpointer 0xA36248//

     

    #define ADR_GLASSWALL 0x85E3D4//

    void UnProtectFloat( void* pxAddress, float code)

    {

    unsigned long Protection;

    VirtualProtect((void*)pxAddress, sizeof(code), PAGE_READWRITE, &Protection);

    memcpy((void*)pxAddress, &code, sizeof(code));

    VirtualProtect((void*)pxAddress,sizeof(code), Protection, 0);

    }

     

    //============================= FUNCTIONS =============================//

    void glasswall()

    {

    if(GetAsyncKeyState(VK_NUMPAD7))

    {

    *(long*) ADR_GLASSWALL = 4;

    }

    }

    void timer ( )

    {

    for (;Posted Image

    {

    glasswall ();

    Sleep(30);

    }

    }

     

    //============================= BASE ===================================//

     

    BOOL WINAPI DllMain(HINSTANCE module, DWORD dwReason, LPVOID lpvReserved)

    {

    if(dwReason == DLL_PROCESS_ATTACH)

    {

    CreateThread(NULL, NULL, (LPTHREAD_START_ROUTINE)timer, NULL, NULL, NULL);

    }

    return true;

    }

     

    I changed the option glasswalls and no menu hack works, then I'll add a few other options to code and hacks thrown into the public;]

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