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.

    How-To Make a basic memory hacker (C++) Part #1


    Zexiii
     Share

    Recommended Posts

    Hello, this is an tutorial on how to make an basic memory hacker.

     

    Needed Programs:

    Cheat Engine (Any Version)

    Download for Cheat Engine: http://www.cheatengine.org/

    A Game (In This Case i am gonna do it for Assult Cube)

    Download for Assult Cube : http://assault.cubers.net/

     

    First we need the static values of the game for now i cant show u so i

    found this video:

    https://www.youtube.com/watch?v=6wkywUTUA70

     

    Then when u got it write it on notepad ( i recommend )

    Then start Visual Basic 2003, 2008, 2010 etc.

    Then Do this:

    New > Project > Visual C++ (C++) > Win32 > Console Application

    Name it whatever u want.

    Click empty project (or not delays if you want to find out what to do on your own)

     

    Then start importing this code :

    #include <iostream>
    #include <windows.h>
    #include <string>
    #include <ctime> 

    This imports the time, so when can use it.

    This imports a String, so we can use "Text".

    This imports iostream, so we can edit processes (or windows.h i dont know excactly.

    And windows.h is needed for the process detection

     

    Then make this:

    std::string GameName = "Assult Cube";
    LPCSTR LGameWindow = "Assult Cube";
    std::string GameStatus; 

    This is for the strings, i dont know excactly what LPCSTR Does. Because i am doing C++ for an week ;)

    then this :

    bool isGameAvail;
    bool UpdateOnNextRun;
    

    This are bools (javascript users : booleans)

    End Part #1

     

     

     

    • Upvote 2
    Link to comment
    Share on other sites

     

    i'm studying C++ in my college it will help me , Thanks iZexiiiBoSs

     

    It feels good to help, but know this is an BASIC memory hacker. maybe i can do an advanced later one, ore a DirectX overlay esp. dont know yet,

    • Upvote 1
    Link to comment
    Share on other sites

    really i hope to learn more from you , it's a good way to hack and study in same time

    waiting more icon_smile.gif

    Edited by waslosing
    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...