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.

    lumota

    Members
    • Posts

      17
    • Joined

    • Last visited

    Posts posted by lumota

    1. ok

       

      I have deleted all d3dfont and added libraries with Microsoft DirectX 9.0 SDK Update (Summer 2004) (Include and Lib)

       

      Now this problem is

      Deleting intermediate files and output files for project 'Hack - Win32 Debug'.

      --------------------Configuration: Hack - Win32 Debug--------------------

      Compiling...

      d3dbase.cpp

      main.h : Building for D3D9

      d3dmenu.cpp

      main.h : Building for D3D9

      hackbase.cpp

      main.h : Building for D3D9

      Linking...

      LIBCD.lib(crt0.obj) : error LNK2001: unresolved external symbol _main

      Debug/Hack.exe : fatal error LNK1120: 1 unresolved externals

      Error executing link.exe.

       

      Hack.exe - 2 error(s), 0 warning(s)

    2. Deleting intermediate files and output files for project 'Hack - Win32 Debug'.

      --------------------Configuration: Hack - Win32 Debug--------------------

      Compiling...

      d3dbase.cpp

      main.h : Building for D3D9

      d3dfont8.cpp

      c:\users\myname\desktop\hack\d3dfont8.cpp(12) : fatal error C1083: Cannot open include file: 'D3DX8.h': No such file or directory

      d3dfont9.cpp

      d3dmenu.cpp

      main.h : Building for D3D9

      hackbase.cpp

      main.h : Building for D3D9

      Error executing cl.exe.

       

      Hack.exe - 1 error(s), 0 warning(s)

       

      I make it in Microsoft Visual C++ 6.0

      I have Microsoft DirectX 9.0 SDK Update (December 2004)

    3. void memory()
      {
      HWND hWnd = FindWindow(0, "WarRock");
      GetWindowThreadProcessId(hWnd, &proc_id);
      hProcess = OpenProcess(PROCESS_ALL_ACCESS|PROCESS_VM_OPERATION|PROCESS_VM_READ|PROCESS_VM_WRITE|PRO
      CESS_QUERY_INFORMATION, FALSE, proc_id);
      }
      void Writelong(long addy, long value)
      {
      memory();
      WriteProcessMemory(hProcess, (LPVOID*)(DWORD) addy, &value, sizeof(value), NULL);
      }
      void WritePointerFloat(long addy, short offset, float value)
      {
      long maddy;
      long saddy;
      memory();
      ReadProcessMemory(hProcess, (LPVOID*)(DWORD) addy, &maddy, sizeof(maddy), NULL);
      saddy = maddy + offset;
      WriteProcessMemory(hProcess, (LPVOID*)(DWORD) saddy, &value, sizeof(value), NULL);
      }

       

      There is on WritePointerFloat and Writelong

       

      But as write on WriteMemory ?

       

      There is that in this theme ungun me

    4. its dont work i play on warrock and stamina hack dont work

       

      @edit

       

      sry it work i dont klik inser xD

       

      @edit

       

      You know some addresses affectation stamina

       

      I have on PLAYERPOINTER , Serverpointer, OFS_STAMINA, OFS_GM, Premium, OFS_SUPERJUMP ,OFS_GRAVITY, NFD and norecoill

       

      You know some other ?

       

      As write on WriteMemory ?

    ×
    ×
    • Create New...