Osiris: [QUESTION] One Windows Style - Default

Created on 27 Jan 2020  路  3Comments  路  Source: danielkrupinski/Osiris

Question:
What part of the code should I change so the cheat starts in one window style by default?

thank you!

Most helpful comment

Go to your config.h file and change this int menuStyle{ 0 }; to int menuStyle{ 1 }; 0 by default means that you get the window bar, 1 makes the one window style to your default.

All 3 comments

Go to your config.h file and change this int menuStyle{ 0 }; to int menuStyle{ 1 }; 0 by default means that you get the window bar, 1 makes the one window style to your default.

Thank you very much!

better method: edit Osiris.cpp to run config.load at the end of the file, at injection time it will auto load.
you can modify the default config without having to recompile the entire project.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

nikita-tarasov3 picture nikita-tarasov3  路  3Comments

LeYesnt picture LeYesnt  路  3Comments

jackKiZhu picture jackKiZhu  路  4Comments

LuizDanG picture LuizDanG  路  3Comments

noteffex picture noteffex  路  4Comments