Hide or change guild name Help Sro_Dekit

06/23/2021 18:43 d4rk123#1
if (obj->GetRegion().r == 25000)
{
std::n_wstring test=L"asd";
obj->fonttexture_playername.sub_8B3B60(&test);
obj->fonttexture_title.sub_8B3B60(&test);
}

I want to hide or change the guild name how can I do it please Help.

Thanks!
06/23/2021 18:51 bimbum*#2
Quote:
Originally Posted by d4rk123 View Post
if (obj->GetRegion().r == 25000)
{
std::n_wstring test=L"asd";
obj->fonttexture_playername.sub_8B3B60(&test);
obj->fonttexture_title.sub_8B3B60(&test);
}

I want to hide or change the guild name how can I do it please Help.

Thanks!
i searched over memory but i didnt find the guild name as a fonttexture , use cicplayer address and search maybe u find it
06/23/2021 19:21 d4rk123#3
I've been looking for days and can't find it. I would be glad if you could help me with this.
:confused:
06/24/2021 08:32 omar125#4
you can easily take a look in cicplayer,icuser,icharcter you will found what you need ;)
06/24/2021 15:09 d4rk123#5
Quote:
Originally Posted by omar125 View Post
you can easily take a look in cicplayer,icuser,icharcter you will found what you need ;)
I don't know c++ as well as you. Can you give me an example?