Red faceOriginBase [Uses SudoMod] [1.37]

Posts 115 of 124 · Page 1 of 9
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
Dire Origin Base_mpgh.net.zip1.5 MB · 2,995 downloads Clean
//Approved, file appears safe, but has not been tested.

Use at your own risk.
Rec video - How to create mod menu ok ?
Quote Originally Posted by GamerMoDz View Post
Rec video - How to create mod menu ok ?
Why should I make a video on it?
Quote Originally Posted by GamerMoDz View Post
Rec video - How to create mod menu ok ?
Too much time :P
Quote Originally Posted by DireDan View Post

 
Original post
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

 
Original post


 
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


DO NOT REUPLOAD THIS TO ANY SITE, I GIVE 0 PERMISSION TO DO THAT
What language does this use, Java? Been wanting to get into modding.

I'm a pleb and I'm just "finishing up" learning Python before going onto a more suitable modding language.
Quote Originally Posted by signet90210 View Post
What language does this use, Java? Been wanting to get into modding.

I'm a pleb and I'm just "finishing up" learning Python before going onto a more suitable modding language.
Language Used: C++
what does this exactly do?
Quote Originally Posted by VerziDo View Post
what does this exactly do?
It's just a gui base for people that dont wanna use the pre-existing one in sudomod, and it also comes with a file ini saver for themes which some people might struggle with.
i've never used sudomod b4 and i don't get what files you should put in gta v directory and where to find em
Quote Originally Posted by thepietplay View Post
I cant open it.
What do you mean?
I pressed multiply but nothing happens
Quote Originally Posted by thepietplay View Post
I pressed multiply but nothing happens
1) I presume you compiled it?
2) Moved the compiled .dll into your gta directory
3) Changed your dinput8.ini to the file name or changed the extension to fit your loader

Have you done all that

EDIT:

And also have you put the OriginBase\ folder in your gta directory?
This is not menu you dumps this is menu base omg
Posts 115 of 124 · Page 1 of 9

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?