OldSchoolHack

Registrieren / Anmelden Deutsch

Dire Origin Base

  • Kategorie: Sourcecode
  • Entwickler:
  • Hochgeladen von: System
  • Hinzugefügt am:
  • System: Windows
Download (1.38 MB)

VirusTotal Ergebnis: 0/54

virustotal

Beschreibung

CPP Code:
  1. //Adding a new submenu
  2. Menu::MenuOption("Test Menu", "test_menu");
  3.  
  4. if (Menu::currentMenu("test_menu")) {
  5. // your menu contents
  6. }
  7.  
  8. //Adding an option
  9. if (Menu::Option("Example Option")) {
  10. // run option code here
  11. }
  12.  
  13. //Adding a bool option
  14. Menu::BoolOption("Example Bool Option", &testBool);
  15.  
  16. // if you want it to run code at same time of toggle
  17. if (Menu::BoolOption("Example Bool Option", &testBool)) {
  18. // run code here
  19. }

Download Dire Origin Base
post
is it safe?