Akishi Posted June 7, 2021 Share Posted June 7, 2021 Can Anyone Help me To change this logo or Rename it? ან Quote Link to comment Share on other sites More sharing options...
Venticion Posted June 7, 2021 Share Posted June 7, 2021 yea sure hit me up with da source and ill try Quote Link to comment Share on other sites More sharing options...
btc Posted June 7, 2021 Share Posted June 7, 2021 57 minutes ago, Akishi said: Can Anyone Help me To change this logo or Rename it? ან first find the correct void function where the logo is being drawn, if the logo is compressed you should find unsigned char, as the same name example: inline unsigned char background_data[size] = { //there you should have your converted image bytes }; auto* background_texture = LPDIRECT3DTEXTURE9( ); D3DXCreateTextureFromFileInMemory( gui::d3ddevice, background_data, sizeof background_data, &background_texture ); ImGui::Image( reinterpret_cast<void*>( background_texture ), ImVec2( x, y ) ); simply just convert your image into bytes and replace that with the current data more examples and tutorials: https://www.unknowncheats.me/forum/general-programming-and-reversing/425768-imgui-render-compressed-image.html https://www.unknowncheats.me/wiki/Team_Fortress_2:Embedding_and_rendering_custom_textures https://www.unknowncheats.me/forum/2954997-post3.html 1 Quote Link to comment Share on other sites More sharing options...
dubidi Posted June 8, 2021 Share Posted June 8, 2021 22 hours ago, Venticion said: yea sure hit me up with da source and ill try I think its src https://github.com/xsoma/unisense 2 Quote Link to comment Share on other sites More sharing options...
xzasdSADDSADA Posted June 8, 2021 Share Posted June 8, 2021 (edited) 16 minutes ago, dubidi said: I think its src https://github.com/xsoma/unisense i cant get this to inject and idk why ive been trying before this post Edited June 8, 2021 by xzasdSADDSADA Quote Link to comment Share on other sites More sharing options...
xzasdSADDSADA Posted June 8, 2021 Share Posted June 8, 2021 all weaves dont work now that i think about it Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.