Jump to content

[C++] Character pointer outside of core?


Recommended Posts

2 hours ago, Denis said:

        CCI * pkCCI = P2P_MANAGER::instance().Find("PlayerName");
        if (pkCCI)
        {
            pkCCI->pkDesc->ChatPacket(CHAT_TYPE_INFO, "Hello");
        }

ChatPacket is from CHARACTER class, not description.

 

2 hours ago, VegaS said:

Fcking shit, everything is possible with the source game.

Its POINTER, pointing on adress of process, you cannot merge it to another process.

  • Love 1
Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

Announcements



×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.