What's new

Welcome to HvH Forum!

SignUp Now! Download Free HvH CS2/CS:GO Cheats, CFG, LUA/JS Scripts, And More!


SignUp Now!
Rookie HvHer
User ID
13030
Messages
7
Reactions
6
Level
4
vt:

item crash:



~ inject crashfix dll before cheat
 

Password for .zip file is hvh.net

  • crashfix.zip
    338.1 KB · Views: 257
Last edited by a moderator:
Rookie HvHer
User ID
72379
Messages
24
Reactions
8
Level
4
vt:

item crash:



~ inject crashfix dll before cheat
great topic!

If you're still wondering how it was done and want to add this fix to your paste:
you must hook dispatch_user_message for this fix.
item crash fix:
bool __fastcall dispatch_user_message(void* _this, void* edx, int msg_type, int arg, int arg1, void* data)
    {
        static auto original = vtables[vmt_client].original<decltype(&dispatch_user_message)>(xor_int(38));

        if (msg_type == ECstrike15UserMessages::CS_UM_SendPlayerItemFound) //msg_type == 63
            return false; //item crash fix
      
        return original(_this, edx, msg_type, arg, arg1, data);
    }
 
Last edited by a moderator:

Create an account or login to comment

You must be a member in order to leave a comment

Create account

Create an account on our community. It's easy!

Log in

Already have an account? Log in here.

Top