notgoodusename/OsirisAndExtra

Help with resolver

Closed this issue · 6 comments

Hello. I am new to creating cheats and I was wondering if someone would be nice enough to send me a resolver source code and teach me how to implement it. Thanks in advance <3

Hello. I am new to creating cheats and I was wondering if someone would be nice enough to send me a resolver source code and teach me how to implement it. Thanks in advance <3

get any resolver code, then start cpp ( copy paste pray ). do not panic if u see errors, u will have to fix them. for example :
the resolver u pasted has auto duckAmount = entity->m_duckAmount();
so what u gotta do is find a similar in your code. In our case we replace it with auto duckAmount = entity->duckAmount(); and so on for others. What if u dont have something similar? You will search for it in other sources, or for the source that resolver is meant for. Good luck on pasting!

Imense thanks !

Imense thanks !

I actually have a really good one I coded
If you have a discord if you send it I can help you implement it.

I actually have a really good one I coded If you have a discord if you send it I can help you implement it.

My discord is StefanS#2614. Add me and lets talk there

Sent you a request. Would close this issue if I were you.