Welcome to hackvshack.net Forum!
Download Free HvH CS2/CS:GO Cheats, CFG, LUA/JS Scripts, and More!
Register

C++ GetStickerKitDefinition

  • Thread starter Thread starter An0mXD
  • Start date Start date

An0mXD

TorDB.xyz Owner & Developer
User ID:
79083
Messages:
6
Reactions:
11
Badges:
6
REP:
−0/0+
Level:
80
I take absolutely no credit for this.

Code:
Expand Collapse Copy
auto& stickerKits(void) const {

    return * reinterpret_cast<UtlMap<int, StickerKit * >*>(std::uintptr_t(this) + 0x318); //m_mapStickerKits

}



StickerKit* GetStickerKitDefinition(int iStickerKitID)

{

    std::optional<StickerKit*> sticker_in_map = stickerKits().FindByKey(iStickerKitID);

    if (sticker_in_map.has_value())

        return sticker_in_map.value();



    return NULL;

}
 
Last edited by a moderator:
  • Like
Reactions: Plisskien

Who has read this thread (Total: 0) in last 1 hours View details