Dire Origin Base Downloads › Other FPS Games › Grand Theft Auto › Grand Theft Auto V Category: Sourcecode Developer: Dire Uploaded by: System Uploaded at: Thu 19. Jan 2017, 15:38 System: Windows Download (1.38 MB) VirusTotal Result: 0/54 Download (1.38 MB) Description Problems or Questions regarding the hack?Take a look at our FAQ CPP Code://Adding a new submenuMenu::MenuOption("Test Menu", "test_menu"); if (Menu::currentMenu("test_menu")) { // your menu contents} //Adding an optionif (Menu::Option("Example Option")) { // run option code here} //Adding a bool optionMenu::BoolOption("Example Bool Option", &testBool); // if you want it to run code at same time of toggleif (Menu::BoolOption("Example Bool Option", &testBool)) { // run code here} Download Dire Origin Base