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.

    net

    Members
    • Posts

      19
    • Joined

    • Last visited

    Posts posted by net

    1. i made the cLTFX.h and cLTFX.cpp and i get 3 error

       

      here the line

      cMenu ltfx( 5 );

       

      Compiling...

      d3d8dev.cpp

      d3d8\d3d8dev.cpp(xD : error C2146: syntax error : missing ';' before identifier 'ltfx'

      d3d8\d3d8dev.cpp(O.o : error C2501: 'cMenu' : missing storage-class or type specifiers

      d3d8\d3d8dev.cpp(;) : fatal error C1004: unexpected end of file found

      cLTFX.cpp

      Error executing cl.exe.

       

      any help plz

    2. yes neo is read to get the pointer and i dont us like this i made Fonction you know wat i mean from the last post is Just exemple Lol

    3. exemple you have adresse 0x123456 and is 2 BYTE

      you us like this in .net 2003

       

       

      unsigned char Nop[ ] = {0x90, 0x90}; // is 2 byte

      // adresse here and your byte

       

      ReadProcessMemory(oneill, (LPVOID*)0x123456, &Nop, sizeof( Nop ), NULL);

    4. this the code plz any can help me to fixe

       

      byte Val01;

       

      ReadProcessMemory(hWinamp, (LPVOID)0xxxxxx, &Val01, 1, NULL);

      if(Val01 == 0x02) // problem right here

      {

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

       

       

      thx

       

      is done thx

    5. i joined the Global Functions and Variables and i made new Void

       

      void Trope()

      {

      Get_Handle();

      unsigned char Nop[ ] = {0x90, 0x90};

       

      WriteProcessMemory(hWarRock, (LPVOID*)(DWORD) (0xXXXXXX), &Nop, sizeof(Nop), NULL);

      }

       

      and i made botton in my form the code to call is

       

      Trope;

       

      the problem when i click the botton dont work my option any help?

    6. i want to change this fonction from c++ to .net 2003

       

       

      memory();
      		BYTE Nop[ ] = {0x90, 0x90};
      		WriteProcessMemory(hProcess, (LPVOID*)(DWORD) (0xXXXXX), &Nop, sizeof(Nop), NULL);

       

      Is Like this

      HANDLE hProcess;
      
      unsigned Nop[ ] = {0x90, 0x90};
      WriteProcessMemory(hProcess, (void*)(DWORD) (0xXXXXX), &Nop, sizeof(Nop), NULL);

       

       

      Any Help Thx

    ×
    ×
    • Create New...