Jannes
Jannes
> lol > >  > >  > >  > >  > anim fix issue, i ported nixware roll to my fork
> > > lol > > > > > >  > > > > > >  > > > > > >  > > > > >...
> > > > Your fork doesnt have much. Mind updating it? > cause its just private, not even public
> I'm trying to make the cheat much simpler (fewer esp options etc) but I can't find the part where I can say the color of esp for enemies nonvisible,...
> that's what I don't want, I want default esp colors in the code. configstructs.h
> https://github.com/notgoodusename/OsirisAndExtra/blob/main/Osiris/GUI.cpp#L2269 > > Not sure, try change those vector values i use 780, 545 and its perfect
> @JannesBonk >  > it looks like that for me > extended it for the childs too
> which lines? and how big? exactly the same? well #MAIN #UP #LEFT if i am sure
> @JannesBonk >  +4 on the first begindchild which is ##main i think so it should be 784, 549
> is it right like that? @JannesBonk > > ImGui::BeginChild("##Main", ImVec2{ 784, 549 }, false); > > ImGui::BeginChild("##UP", ImVec2{ 780, 545 }, false); > > ImGui::BeginChild("##Left", ImVec2{ 780, 545 },...