This is a mobile optimized page that loads fast, if you want to load the real page, click this text.

Source Code how might i go about making a clantag

Master HvHer
User ID
44721
Messages
30
Reactions
526
Level
16
specifically for the source code posted on here that is "supremacy with onetap resolver" im basically a fucking new mf to this shit so idk what im doing so help would be appreciated
 
Master HvHer
User ID
20083
Messages
52
Reactions
625
Level
26
C++:
auto set_clan_tag = [&](std::string tag) -> void {
        using set_clan_tag_t = int32_t(__fastcall*)(const char*, const char*);
        static auto set_clan_tag_fn = pattern::find(g_csgo.m_engine_dll, XOR("53 56 57 8B DA 8B F9 FF 15")).as<set_clan_tag_t>();
        auto tag_c_str = tag.c_str();

        set_clan_tag_fn(tag_c_str, tag_c_str);
    };
 
Newbie HvHer
User ID
45543
Messages
9
Reactions
1
Level
3
specifically for the source code posted on here that is "supremacy with onetap resolver" im basically a fucking new mf to this shit so idk what im doing so help would be appreciated
 

Password for .zip file is hvh.net

  • how make clantag supremacy yes.txt
    1.7 KB · Views: 16
Master HvHer
User ID
44721
Messages
30
Reactions
526
Level
16
did that but then it created a shit ton of errors for the g.menu
 

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.