Post: [RELEASE] Black Ops 2 - Basic Menu Maker (Beta)
08-18-2015, 02:14 AM #1
Im_YouViolateMe
NextGenUpdate Elite
(adsbygoogle = window.adsbygoogle || []).push({});

Black Ops 2 - Basic Menu Maker


For PC Users

Hello! Here I will show you my Basic Menu Maker program, now in beta build!

Thanks to GentleSlugger for the video!




Description:

I created this project about a week ago, and it was based off my old C# project source that I never released. I felt it sucked so I wanted to recode it.
I was really happy with the outcome. Today, I'm releasing to the public the first official build of my Basic Menu Maker tool.
What is Basic Menu Maker? It's a tool that will allow the user to create custom GSC menu's. It is the most advanced GSC menu builder to date.
I'm releasing it because I want the community to give me feedback and suggestions before I release the final build.
Currently it only supports shark's base.
Why would I use this? If you can understand GSC well, then I doubt you'll ever use this. This program is to help the new guys who have always wanted to create their own menu, but never knew how.
Why does it look like GSC Studio? I thought about using the same old MetroUI that everyone uses in their tools, but thought it wouldn't be unique, so I made it look similar to GSC Studio. People should be familiar with GSC Studio by now.

Features:

- Simple/advanced editor
- Create/Open projects with ease
- Easily manage submenus/options (you can move them around)
- Easy to use
- Customizable menu binds
- Customizable menu welcome message
- Basic Text source code editor
- Logfile debugging
- PS3 Injector
- Other stuff

How to use it?:

- Open Basic Menu Maker
- File --> New Project --> and enter in your project name + project save location (recommended to save in My Documents\My Basic Menu Maker Files\Projects)
- Click on the submenu and right click --> Add Option / Add Submenu / Remove Submenu/Option
- Fill in the details (Option inputs are optional)
- Make sure to save your project!
- Options --> Edit Menu Settings
- Edit anything if you wish (change menu binds/welcome message, or include functions not attached to options)
- Save Project
- Options --> Compile Menu
- Make any last changes to your code
- Check the box if you want to automatically copy over to your GSC Studio Project Files folder
- Compile
- Done


Important:

- If you find any bugs, please be sure to PM me!
- Any GSC output with this menu is NOT to be released on NGU! It's not made for releasing stuff. It's for the new guys to start out somewhere learning GSC, because we were all noobs at one point. I'm just giving back to the community :p
- Only main.gsc has comments for now

Changelog:
v1.1.6 beta
-Fixed Redacted T6 injector

v1.1.5 beta
-added support for injecting to Redacted T6
-used a different setup installer

v1.1 beta
-Added Xbox/PC injector capability
-Fixed a small bug that wouldn't save your current GSC if you editing something and compiled it
-Other small bug fixes like always

v1.0 beta
-now you can view a logfile of all your actions + outputs (for debugging)
-removed function editor (that's what GSC Studio is for)
-now you can inject to ps3
-bug fixes
-source included (you'll need to install DevExpress before you can open the visual studio solution)

v1.2 alpha
-mainly bug fixes

v1.1 alpha
-Added advanced editor (now you can create custom Text + Shader elements)
-Fixed bugs
-Small tweaks

v1.0 alpha
- Added new "Preview menu" option, which gives you a sketch of what the menu might look like
- Added source code editor

Bugs:
-In the code editor, it might glitch up if the previous source was longer than the source of the current GSC.
-None other than this one.


Latest version: 1.1.6 BETA

Credit(s):
IMCSx - GSC Studio + Thread Layout
DevExpress - For their overpriced devcomponents (thank god for cracks)
SyGnUs - For extensive help with memory functions and teaching me more about memory and how it works <3
dtx12/kokole/Nukem - Game Script Compiler
Shark - His base
GentleSlugger - Video + Testing
LegitGamer264 - Testing and helping me get the addresses for Redacted T6
NGU Community
All of my testers
Anyone else I forgot <3

Note: If the installation fails, then idk.

You must login or register to view this content. (Make sure to uninstall any previous versions before installing an updated one!)
You must login or register to view this content.
You must login or register to view this content.


I'll release the source with the final build Smile
Last edited by Im_YouViolateMe ; 09-05-2015 at 08:25 PM. Reason: update to v1.1.6 beta

The following 19 users say thank you to Im_YouViolateMe for this useful post:

/SneakerStreet/, FRINZ, anthonything, anxify, Armyspy, Cocaine Bills, Envy_Modz, EternalHabit, Exelo, Gay For Satan, itsSorrow, LegitBruh, Loz, LULLINHO, Patrick, Slinky, snapin, vicious_results, xePixTvx
08-29-2015, 07:02 AM #20
Kronos
Former Staff
Originally posted by YouViolateMe View Post

Black Ops 2 - Basic Menu Maker


For PC Users

Hello! Here I will show you my Basic Menu Maker program, now in alpha build!

Thanks to GentleSlugger for the video!




Description:

I created this project about a week ago, and it was based off my old C# project source that I never released. I felt it sucked so I wanted to recode it.
I was really happy with the outcome. Today, I'm releasing to the public the first official build of my Basic Menu Maker tool.
What is Basic Menu Maker? It's a tool that will allow the user to create custom GSC menu's. It is the most advanced GSC menu builder to date.
Why am I releasing it in Alpha build, is it not done? Yes, the core features are ready, however things such as source/code editors haven't been implemented yet.
I'm releasing it because I want the community to give me feedback and suggestions before I release the final build.
Currently it only supports shark's base.
Why would I use this? If you can understand GSC well, then I doubt you'll ever use this. This program is to help the new guys who have always wanted to create their own menu, but never knew how.
Why does it look like GSC Studio? I thought about using the same old MetroUI that everyone uses in their tools, but thought it wouldn't be unique, so I made it look similar to GSC Studio. People should be familiar with GSC Studio by now.

Features:

- Simple/advanced editor
- Create/Open projects with ease
- Easily manage submenus/options (you can move them around)
- Easy to use
- Customizable menu binds
- Customizable menu welcome message
- Basic Text source code editor
- Debug options
- Other stuff

How to use it?:

- Open Basic Menu Maker
- File --> New Project --> and enter in your project name + project save location (recommended to save in My Documents\My Basic Menu Maker Files\Projects)
- Click on the submenu and right click --> Add Option / Add Submenu / Remove Submenu/Option
- Fill in the details (Option inputs are optional)
- Make sure to save your project!
- Options --> Edit Menu Settings
- Edit anything if you wish (change menu binds/welcome message, or include functions not attached to options)
- Save Project
- Options --> Compile Menu
- Make any last changes to your code
- Check the box if you want to automatically copy over to your GSC Studio Project Files folder
- Compile
- Done


Important:

- Function Editor is still in development (sorry you'll have to be stuck with the ugly white text for now)
- If you find any bugs, please be sure to PM me!
- Any GSC output with this menu is NOT to be released on NGU! It's not made for releasing stuff. It's for the new guys to start out somewhere learning GSC, because we were all noobs at one point. I'm just giving back to the community :p
- Only main.gsc has comments for now

Changelog:
v1.1 alpha
-Added advanced editor (now you can create custom Text + Shader elements)
-Fixed bugs
-Small tweaks

v1.0 alpha
- Added new "Preview menu" option, which gives you a sketch of what the menu might look like
- Added source code editor

Bugs:
-In the code editor, it might glitch up if the previous source was longer than the source of the current GSC.
-None other than this one.


Latest version: 1.1 ALPHA

Credit(s):
IMCSx - GSC Studio + Thread Layout
DevExpress - For their overpriced devcomponents (thank god for cracks)
Shark - His base
GentleSlugger - Video + Testing
NGU Community
All of my testers
Anyone else I forgot <3

Note: If the installation fails, then idk.

You must login or register to view this content.
You must login or register to view this content.
You must login or register to view this content.


I'll release the source with the final build Smile


A great idea + release. Thank you vm
08-29-2015, 11:01 AM #21
Envy_Modz
Pokemon Trainer
Amazing post bro Happy
08-29-2015, 02:14 PM #22
SyGnUs
Give a F*** About Your Lifestyle
Originally posted by YouViolateMe View Post

Black Ops 2 - Basic Menu Maker


For PC Users

Hello! Here I will show you my Basic Menu Maker program, now in alpha build!

Thanks to GentleSlugger for the video!




Description:

I created this project about a week ago, and it was based off my old C# project source that I never released. I felt it sucked so I wanted to recode it.
I was really happy with the outcome. Today, I'm releasing to the public the first official build of my Basic Menu Maker tool.
What is Basic Menu Maker? It's a tool that will allow the user to create custom GSC menu's. It is the most advanced GSC menu builder to date.
Why am I releasing it in Alpha build, is it not done? Yes, the core features are ready, however things such as source/code editors haven't been implemented yet.
I'm releasing it because I want the community to give me feedback and suggestions before I release the final build.
Currently it only supports shark's base.
Why would I use this? If you can understand GSC well, then I doubt you'll ever use this. This program is to help the new guys who have always wanted to create their own menu, but never knew how.
Why does it look like GSC Studio? I thought about using the same old MetroUI that everyone uses in their tools, but thought it wouldn't be unique, so I made it look similar to GSC Studio. People should be familiar with GSC Studio by now.

Features:

- Simple/advanced editor
- Create/Open projects with ease
- Easily manage submenus/options (you can move them around)
- Easy to use
- Customizable menu binds
- Customizable menu welcome message
- Basic Text source code editor
- Debug options
- Other stuff

How to use it?:

- Open Basic Menu Maker
- File --> New Project --> and enter in your project name + project save location (recommended to save in My Documents\My Basic Menu Maker Files\Projects)
- Click on the submenu and right click --> Add Option / Add Submenu / Remove Submenu/Option
- Fill in the details (Option inputs are optional)
- Make sure to save your project!
- Options --> Edit Menu Settings
- Edit anything if you wish (change menu binds/welcome message, or include functions not attached to options)
- Save Project
- Options --> Compile Menu
- Make any last changes to your code
- Check the box if you want to automatically copy over to your GSC Studio Project Files folder
- Compile
- Done


Important:

- Function Editor is still in development (sorry you'll have to be stuck with the ugly white text for now)
- If you find any bugs, please be sure to PM me!
- Any GSC output with this menu is NOT to be released on NGU! It's not made for releasing stuff. It's for the new guys to start out somewhere learning GSC, because we were all noobs at one point. I'm just giving back to the community :p
- Only main.gsc has comments for now

Changelog:
v1.1 alpha
-Added advanced editor (now you can create custom Text + Shader elements)
-Fixed bugs
-Small tweaks

v1.0 alpha
- Added new "Preview menu" option, which gives you a sketch of what the menu might look like
- Added source code editor

Bugs:
-In the code editor, it might glitch up if the previous source was longer than the source of the current GSC.
-None other than this one.


Latest version: 1.1 ALPHA

Credit(s):
IMCSx - GSC Studio + Thread Layout
DevExpress - For their overpriced devcomponents (thank god for cracks)
Shark - His base
GentleSlugger - Video + Testing
NGU Community
All of my testers
Anyone else I forgot <3

Note: If the installation fails, then idk.

You must login or register to view this content.
You must login or register to view this content.
You must login or register to view this content.


I'll release the source with the final build Smile


Nice release. Though a suggestion, even though there is plenty of injectors and we have GSC Studio, you should consider adding a inject option as that will help people who are using this test things faster. Besides that if you are planning to make it open source then this would make for a better version of GSC Studio.

The following user thanked SyGnUs for this useful post:

Im_YouViolateMe
08-29-2015, 03:42 PM #23
Im_YouViolateMe
NextGenUpdate Elite
Originally posted by SyGnUs View Post
Nice release. Though a suggestion, even though there is plenty of injectors and we have GSC Studio, you should consider adding a inject option as that will help people who are using this test things faster. Besides that if you are planning to make it open source then this would make for a better version of GSC Studio.


Add me back on skype ( I had to make a new account ).
My skype is youviolateme
08-30-2015, 04:38 AM #24
how come when i go to make a option it comes up with a error saying
Notice: No functions were found, or directory is not valid
08-31-2015, 01:19 AM #25
The download is still only showing for V1.0
08-31-2015, 02:50 AM #26
Im_YouViolateMe
NextGenUpdate Elite
Originally posted by jiggs123 View Post
how come when i go to make a option it comes up with a error saying
Notice: No functions were found, or directory is not valid


It's just a notice letting you know that their were no functions found inside the Documents\My Basic Menu Maker Files\Functions folder
08-31-2015, 02:51 AM #27
Im_YouViolateMe
NextGenUpdate Elite
Originally posted by TheNiceUb3r View Post
The download is still only showing for V1.0


What do you mean? It shows v1.1 for me.
09-03-2015, 06:38 PM #28
Im_YouViolateMe
NextGenUpdate Elite
updated to v1.0 beta
source is now included

v1.0 beta
-now you can view a logfile of all your actions + outputs (for debugging)
-removed function editor (that's what GSC Studio is for)
-now you can inject to ps3
-bug fixes
-source included

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo