-
-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
all the text is gone after i change resolution #118
Comments
hook OnScreenSizeChanged and setup your fonts again inside the hook |
show me your hooks::initialize function |
yeah i forgot to call original :D sorry xd |
you fixed it? |
how do i call it? sorry if this is stupid question i'm new to c++ |
are you even hooking it? show me the top of your hooks.cpp, everything from the beginning of the file to the end of the initialize function |
you aren’t hooking it, pasting a function into your hooks.cpp does not hook it. you will need to find the index for it and call MH_CreateHook() in order to hook it. |
116 is the most recent index i have, i am not at my computer so i can’t find it in IDA right now |
broo it works now!!! thank you so much for helping the noob xd |
no problem 😉 |
do u have discord i need help @yvngxsosa |
join this server so i can help https://discord.gg/KwgG5QTm |
when i'm injected and i change resolution example from 2560x1440 to 1920x1080 all the text is just gone the menu still functions properly but cant see the tabs or any text.
The text was updated successfully, but these errors were encountered: