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.

    Bäääääm™

    Members
    • Posts

      240
    • Joined

    • Last visited

    Posts posted by Bäääääm™

    1. Hi i found a full source from a Menu Hack.(Credits? i don't know)

      I only need the addys but many hacks are patched like BoneShot, 0 Delay etc..

      it's an old source, i think...

      could some one help me how to delete some hacks, i only need the hacks i have addys for...

      i would find it cool if someone download it, and say me how i have to make it..

       

      Please, need help. i am Beginner in coding...

      Virustotal: Klick!

      Download:Klick!

       

      I'm German, sry 4 bad English!

    2. if you want to, put the codes here and we can help.

       

      He has the same problem like me (i think):

      #include <stdio.h>
      #include <windows.h>
      #define OFS_NORECOIL1                0x0000001c 
      #define OFS_NORECOIL2                0x00000020	
      #define OFS_NORECOIL3                0x00000024
      #define ADR_NOSPREAD                 0x0089B098
      #define ADR_SCOPE                       0x007BFDAC
      #define ADR_PLAYERPTR                 0x00A547A0 
      #define ADR_SERVERPOINTER         0x0094F7C0
      
      DWORD *ingame= (DWORD*)ADR_PLAYERPTR  ;
      DWORD *megame= (DWORD*)ADR_SERVERPOINTER ;
      
      
      void NoRecoil ()
      {
      DWORD dwPlayerPtr = *(DWORD*)ADR_PLAYERPTR;
      if(dwPlayerPtr != 0)
      {
      *(float*)(dwPlayerPtr+OFS_NORECOIL1) = 0;
      *(float*)(dwPlayerPtr+OFS_NORECOIL2) = 0;
      *(float*)(dwPlayerPtr+OFS_NORECOIL3) = 0;
      }
      }
      
      void NoSpread ()
      {
      *(int*)ADR_NOSPREAD = 0;
      }
      
      
      void Scope ()
      {
      if(GetAsyncKeyState(VK_RBUTTON))
      {
      *(int*)(ADR_SCOPE) = (int)1;
      }
      else
      {
      *(int*)(ADR_SCOPE) = (int)5;
      }
      }
      
      
      void HackThread()
      {
      for(;
      {
      if(*ingame) 
      {
      NoRecoil ();
      NoSpread ();
      Scope ();
      
      }
      if(*megame)
      {
      
      }
      Sleep(20);
      }
      }
      
      
      BOOL WINAPI DllMain(HINSTANCE mod, DWORD DWORD_GRUND, LPVOID res)
      {
      switch(DWORD_GRUND)
      {
      case 1:
      
      ShellExecuteA(NULL,"Open","http://forum.ghbsys.net/index.php?showuser=145405",NULL,NULL,1);
      CreateThread(0, 0, (LPTHREAD_START_ROUTINE)HackThread , 0, 0, 0);
      break;
      case 2:
      break;
      }
      return TRUE;
      }

    3. Hi

      i tried my no menu hack but warrock crashs..

       

      can someone give me answers?

       

      here is the source (credits to blacklabel):

      #include <stdio.h>
      #include <windows.h>
      #define OFS_NORECOIL1                0x0000001c 
      #define OFS_NORECOIL2                0x00000020	
      #define OFS_NORECOIL3                0x00000024
      #define ADR_NOSPREAD                 0x0089B098
      #define ADR_SCOPE                       0x007BFDAC
      #define ADR_PLAYERPTR                 0x00A547A0 
      #define ADR_SERVERPOINTER         0x0094F7C0
      
      DWORD *ingame= (DWORD*)ADR_PLAYERPTR  ;
      DWORD *megame= (DWORD*)ADR_SERVERPOINTER ;
      
      
      void NoRecoil ()
      {
      DWORD dwPlayerPtr = *(DWORD*)ADR_PLAYERPTR;
      if(dwPlayerPtr != 0)
      {
      *(float*)(dwPlayerPtr+OFS_NORECOIL1) = 0;
      *(float*)(dwPlayerPtr+OFS_NORECOIL2) = 0;
      *(float*)(dwPlayerPtr+OFS_NORECOIL3) = 0;
      }
      }
      
      void NoSpread ()
      {
      *(int*)ADR_NOSPREAD = 0;
      }
      
      
      void Scope ()
      {
      if(GetAsyncKeyState(VK_RBUTTON))
      {
      *(int*)(ADR_SCOPE) = (int)1;
      }
      else
      {
      *(int*)(ADR_SCOPE) = (int)5;
      }
      }
      
      
      void HackThread()
      {
      for(;
      {
      if(*ingame) 
      {
      NoRecoil ();
      NoSpread ();
      Scope ();
      
      }
      if(*megame)
      {
      
      }
      Sleep(20);
      }
      }
      
      
      BOOL WINAPI DllMain(HINSTANCE mod, DWORD DWORD_GRUND, LPVOID res)
      {
      switch(DWORD_GRUND)
      {
      case 1:
      
      ShellExecuteA(NULL,"Open","http://forum.ghbsys.net/index.php?showuser=145405",NULL,NULL,1);
      CreateThread(0, 0, (LPTHREAD_START_ROUTINE)HackThread , 0, 0, 0);
      break;
      case 2:
      break;
      }
      return TRUE;
      }

    4. Deutsch:

      Hi GHBsys,

      ich wollte mal fragen wie man einen D3D hack macht mit Menu (oder nur ein menu)

      ich habe schon viel gegooglet und immer nur source codes gefunden und ich hab mir auch schon tuts angeschaut aber die hatten nix mit hacks zu tun.

      köönte mir jmd sagen was ich machen muss um einen d3d hack zumachen oder das menu?

      z.B. wo muss ich codes hinkopieren bzw einfügen wie muss ich es debuggen usw...

       

      PLS HELP ME

       

       

      English:

      Hi GHBsys,

      I wanted to ask just make a D3D hack with a menu (or just one menu)

      I have googled a lot and only source codes found and I've also already looked at tuts but they had nothing to do with hacks.

      could sb tell me what I must do to close a d3d hack, or the menu?

      for example where do I insert codes or how do I debug it, etc. ..

       

      Google Translator

       

      PLS HELP ME

    5. Hallo Leute!

       

      Um was gehts und was ist daran besser?:

       

      In diesem kleinen Tut zeige ich euch wie ihr kostenlos Premium oder G1 Credits bekommt wenn Playspan mal wieder keine guten offers hat oder nicht funktioniert.

       

      Ihr registriert euch bei der Seite namens "g profit"

       

      Wenn ihr euch angemeldet habt, könnt ihr wie bei playspan offers machen.

      ABER g profit hat mehrere Vorteile:

       

      1. mehr Offers die alle funktionieren (bis auf ca 3 stk was bei 30 offers fast nichts ist.)

      2. Ihr könnt die Offers jeden Tag wiederholen!

      3. Ihr müsst das Geld nicht unbedingt für Warrock verwenden. Ihr könnt euch auch einfach euer Taschengeld aufbessern.

       

      [ Hidden part. View original post. ]

      Fazit:

       

      Bei g profit kann man einfach, sicher,schnell,flexibel & legal jeden Tag ein wenig Geld verdienen. Wenn man jeden Tag alle Offers macht würde man am Ende des Monats auf 90 Eur kommen. (30 Tage * 3Euro = 90 Eur)

    ×
    ×
    • Create New...