notgoodusename / OsirisAndExtra

Other
127 stars 64 forks source link

Help with resolver #491

Closed StephenIsTaken closed 1 year ago

StephenIsTaken commented 1 year ago

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

JannesBonk commented 1 year ago

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!

StephenIsTaken commented 1 year ago

Imense thanks !

StephenIsTaken commented 1 year ago

Imense thanks !

Smellon69 commented 1 year ago

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

StephenIsTaken commented 1 year ago

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

Smellon69 commented 1 year ago

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