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

h4x0reL picture h4x0reL  路  4Comments

NameNotTakenYAY picture NameNotTakenYAY  路  3Comments

nosexynomoney picture nosexynomoney  路  3Comments

hvhdark picture hvhdark  路  3Comments

DivyanshuYT picture DivyanshuYT  路  3Comments