Closed giangero1 closed 5 years ago
https://github.com/danielkrupinski/Osiris/pull/682
nskinz grabs item ids from the game on inject so it will automatically have all the skins, just had to add the knife you can get the code from my pull request
void SkinChanger::initializeKits() noexcept { std::ifstream items{ "csgo/scripts/items/items_game_cdn.txt" }; const std::string gameItems{ std::istreambuf_iterator<char>{ items }, std::istreambuf_iterator<char>{ } }; items.close();
I added the classic knife, want my dll?
@igre3zy sure , i'm trying to find where to paste that code that hayden send, my Giangero#3167 discord
@Hayden959 actually thanks i found ur code on pull request thank u so much <3
if we find the new skins ids maybe we can add the new skins in nSkinz source , should be easy :)