OriginBase [Uses SudoMod] [1.37]
This is the menu base I made for use with sudomod, hope y'all enjoy.
Credits:
- 2much4u and Big_Ghost_Gamer ~ Inspiration from their bases, thats why it looks kinda similar :P
- Infamous Dev Team ~ Sudomod
- TaranVG ~ Helped
Adding a new submenu
Code:
Menu::MenuOption("Test Menu", "test_menu");
if (Menu::currentMenu("test_menu")) {
// your menu contents
}
Adding an option
Code:
if (Menu::Option("Example Option")) {
// run option code here
}
Adding a bool option
Code:
Menu::BoolOption("Example Bool Option", &testBool);
// if you want it to run code at same time of toggle
if (Menu::BoolOption("Example Bool Option", &testBool)) {
// run code here
}
Hope those help a bit

Menu Look:

Virus scans:
https://virusscan.jotti.org/en-GB/fi...job/mshlz19skt
https://www.virustotal.com/en/file/2...is/1484395344/
DO NOT REUPLOAD THIS TO ANY SITE, I GIVE 0 PERMISSION TO DO THAT
