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.

    the_hacker_

    Super VIP - Member
    • Posts

      375
    • Joined

    • Last visited

    • Days Won

      1

    Posts posted by the_hacker_

    1. Right now the chance of VAC banning you is super low, but if you don't play smart in MatchMaking you will get overwatch banned.

      And never use main account if you have alot of skins on it, becouse you never know :)

    2. #define ADR_GLASSWALL 0x00AE161C

       

      void glasswall()

      {

      if(GetAsyncKeyState(VK_NUMPAD7) &1) // Notice here Numpad 7 to turn on

      {

      *(long*) ADR_GLASSWALL = 0;

      }

      }

      void glasswalloff()

      {

      if(GetAsyncKeyState(VK_NUMPAD8) &1) //Notice here Numpad 8 to turn off

      {

      *(long*) ADR_GLASSWALL = 0x00AE161C;

      }

      }

       

       

       

       

      void Hacks()

      {

      for(;; )

      {

       

      glasswall();

       

      glasswalloff();

    ×
    ×
    • Create New...