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.

    Need Help On .net 2003


    net
     Share

    Recommended Posts

    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

    Edited by net
    Link to comment
    Share on other sites

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

    Link to comment
    Share on other sites

    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?

    Edited by net
    Link to comment
    Share on other sites

    the same error

     

    and in form_funcs.h i add

     

    void Trope();

     

    and dont work in c++ is good in .net no

    Link to comment
    Share on other sites

    • 3 weeks later...

    the function CALL does not need to include void preceding it. So you would call it like this trope();

     

    Unless (for some reason) you are making a SECOND declaration.

    Edited by thumper450
    Link to comment
    Share on other sites

    Guest
    This topic is now closed to further replies.
     Share

    • Recently Browsing   0 members

      • No registered users viewing this page.
    ×
    ×
    • Create New...