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.

    futbolcu

    Members
    • Posts

      207
    • Joined

    • Last visited

    Posts posted by futbolcu

    1. void WriteMem( void* pxAddress, BYTE*code, int size )

      {

      unsigned long Protection;

      VirtualProtect((void*)pxAddress, size, PAGE_READWRITE, &Protection);

      memcpy((void*)pxAddress, (const void*)code, size);

      VirtualProtect((void*)pxAddress, size, Protection, 0);

      }

      BYTE NOPS[] = {0x90,0x90,0x90,0x90,0x90,0x90,0x90,0x90,0x90,0x90,0x90,0x90,0x90,0x90,0x90,0x90,0x90};

      BYTE NOPS1[] = {0x90};

      BYTE INVISION[] = {0x83,0xB8,0xC0,0xC8,0x0F,0x00,0x07};

       

      thanks pls..

    2. bool TriggerStop=false;

      if (CH_TriggerBot==1){

      DWORD ActivePL = *(DWORD*)ADR_TRIGGERBOT;

      if( ActivePL == 0x2){

      mouse_event( MOUSEEVENTF_LEFTDOWN, 0, 0, 0, 0 );

      TriggerStop=true;}

      else{

      if (TriggerStop){

      mouse_event( MOUSEEVENTF_LEFTUP, 0, 0, 0, 0 );

      TriggerStop=false;}

      if (GetAsyncKeyState(VK_LBUTTON)&0x8000){

      if (TriggerStop){

      mouse_event( MOUSEEVENTF_LEFTUP, 0, 0, 0, 0 );

      TriggerStop=false;}

      mouse_event(MOUSEEVENTF_LEFTDOWN, 0, 0, 0, 0 );}

      else{

      if (TriggerStop){

      mouse_event( MOUSEEVENTF_LEFTUP, 0, 0, 0, 0 );

      }}}}

      • Upvote 1
    ×
    ×
    • Create New...