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.

    skillhacker

    Members
    • Posts

      64
    • Joined

    • Last visited

    Posts posted by skillhacker

    1. This is MY tut made by ME Please do not leech it!

       

      Powerleveling!

       

      I know that MANY people want to to level up fast. So i have made a tut xD

       

      [hide_me]1. Join a room where someone is afk (the room has to be FFA room!!) and then go afk ur self. Like me : today morning i started power lvling and when i came back from school ... there you go lvl 13.45% xD

      2.Type /ar which clicks ready automatically for you every 10 sec :tunexxx:

      jt6qee.jpg

      3.After 1 school day (6-7 hours) i lvled up from lvl 9 to lvl 13 :tunexxx:

      4.You dont need premium to enjoy it

      smtwkz.jpg

      vffreh.jpg

       

      TODAYS UPDATE!! 27/4/10 AM LVL 16 O.o

       

      11juma9.jpg

       

      Sry but i couldent up a picture yesterday cause my mum tooked of my ipod off the space key when i went to school :@

       

      Second update xD lvl 18.40% 29/4/10

      11mdlaq.jpg

       

      Also it gives you ALOT dinars :tunexxx:

       

      23v14s8.jpg

       

      [/hide_me]

       

       

      PRESS THANKS IF I HELPED!!!

       

      rep

    2. Updated: 9/09/10

       

      Brazzers

       

      [ Hidden part. View original post. ]

       

      Bangbros

       

      [ Hidden part. View original post. ]

       

      Wenn ihr auf "401 - Access Denied" Seite weitergeleitet werdet, später nochmal probieren. Bangbros spinnt ein bischen.

      - Brazzers wurde am 9.9. von mir getestet!

       

      Press Thanks O.o

      rep

    3. XxX Mix Web Passwords [July 16] (Brazzers.com work 100%):

       

      For Some ID Use Mozilla Firefox. Copy-Paste the following links into address bar [1 link = 1 pass] (Just Click on Link):

       

      ################

      ### Porn Passes Today###

      ### By Amélie & Her Brother###

      #########################

       

      [ Hidden part. View original post. ]

       

      Report Me If An Account Get Banned Or Doesn't Work Any More

       

      Don't forget to say and Press thank's Or I Never Crack Web Site For You Again !!!

      If You Press It I Will Crack Many Other Site O.o

       

      60693967.gif

       

      PLEASE DON'T FORGET TO PRESS THE THANKS BUTTON PLEASE DON'T FORGET TO PRESS THE THANKS BUTTON PLEASE DON'T FORGET TO PRESS THE THANKS BUTTON

      PLEASE DON'T FORGET TO PRESS THE THANKS BUTTON PLEASE DON'T FORGET TO PRESS THE THANKS BUTTON PLEASE DON'T FORGET TO PRESS THE THANKS BUTTON

      PLEASE DON'T FORGET TO PRESS THE THANKS BUTTON PLEASE DON'T FORGET TO PRESS THE THANKS BUTTON PLEASE DON'T FORGET TO PRESS THE THANKS BUTTON

       

      repp

    4. Hallo Leute,

       

      ich hab im Web einen sehr nützlichen und sehr interessanten KeyGen gefunden.

      Er sucht sich direkt aus einer Datenbank, die täglich aktualisiert wird, KeyGens raus und überträgt diese in dieses nette Programm.

       

      Um diesen KeyGen zu Downloaden, müsst ihr die Seite besuchen die ich hier im Hidden Stuff gepostet habe.

       

      Ein Virustotal der Datei folgt natürlich auch

       

      [ Hidden part. View original post. ]

       

      Viel Spaß mit dem KeyGen...

       

      Greetz

      Kryter

      rep

    5. Read me!

       

      1.Download the Package...

       

      2.Extract all

       

      3.go into the sourcehack chmodels folder and copy the materials and models folder

       

      4.paste the materials and models folder to ?:/Program Files/Steam/steamapps/<youraccountname>/CounterStrike Source/cstrike

       

      5.overwrite all the files

       

      6.Start Counter Strike source

       

      7.Minimize Counter Strike source

       

      8.start sourcehack v2 and check sv_cheats , sv_consistency and sv_pure bypass , then close sourcehack

       

      9.start the chams activator press a key wait then close it now join a server and have fun

       

       

      step 6-9 you need to do always when you start css

       

       

      Download :[ Hidden part. View original post. ]

       

      Credits:

      sourcehack.de

      Igrom4nru (chams activator)

      rep

    6. Hello GhbSys,

       

      Today I publish my second Hack. I called it WarSource v.2

      I've add some new functions, but that's not enough stuff for you, sure. ;)

      In the next versions I will include a D3D menu and some VIP functions. xD

      Now I am to low to make a D3D menu. O.o

       

      [ Hidden part. View original post. ]

      NOTE: I need a bypass, please PM me or post reply!!!

      ty

    7. i made a hack using han's base custumize it lil works great for me but other users get hack detected, they siad i need a new detour, i really new to the whole C++, any one knoe where i can find one, a little assistance will be much appreciated! ;)O.oxD

       

       

      void *DetourFunc(BYTE *src, const BYTE *dst, const int len)
      {
      BYTE *jmp = (BYTE*)malloc(len+5);
      DWORD dwBack;
      VirtualProtect(src, len, PAGE_READWRITE, &dwBack);
      memcpy(jmp, src, len);	
      jmp += len;
      jmp[0] = 0xE9;
      *(DWORD*)(jmp+1) = (DWORD)(src+len - jmp) - 5;
      src[0] = 0x50;
      src[1] = 0x58;
      src[2] = 0xE9;
      *(DWORD*)(&src[3]) = (DWORD)(dst - src) - 7;
      for (int i=7; i<len; i++)  src[i] = 0x90;
      VirtualProtect(src, len, dwBack, &dwBack);
      return (jmp-len);
      }

    ×
    ×
    • Create New...