Making Mod Menu for Unity based Games (OnGUI Method)

Making Mod Menu for Harmony-based Video games (OnGUI Way)

It is a bunch of tutorials that I made for freshmen.
Those tutorials principally have 5 portions.

Phase 1 Easy methods to mod an Android Recreation {Freshmen Educational}
Phase 2Making a easy Mod menu for Android video games //This educational
Phase 3Advance mod menu template (Group LGL)
Phase 4 il2cpplib library modding
Phase 5 Fortunate patcher for Bypass google play purchases.

It is a educational for freshmen or new to modding.
Learn this text in moderation and watch the given video then You’ll know it extra simply.

TUTORIAL

Code :- Like this publish to get the code

Hidden content material

** You will have to be signed up and respond to the thread or click on ‘Like’ underneath this publish earlier than you’ll be able to see the hidden hyperlinks contained right here. **
When you nonetheless dealing with problems revealing the hidden hyperlinks, please learn this.

So in unity-based (open dll) video games, we will be able to create this mod menu.
So in each and every recreation, there are some categories that run within the recreation from begin to finish.(Once we open the sport it begins and when closed it’s going to close down)
So in cohesion founded video games, those are some energetic categories!

Wealthy (BB code):

Audio Supervisor
UI Digital camera
UI root
UI Draw
Gadget Audio
Those will also be case delicate

Making Strategies in Lively magnificence and upload the Menu and Buttons.

1) So I will upload the menu within the Audio Supervisor magnificence

1.png

3)Proper-click the category and choose “Create a technique”

2.png

3) Then rename as “OnGUI”

3.png

4)Then after making the OnGUI Way right-click and choose “Edit Way”

4.png

5)Take away this line

5.png

6) Then upload those books and strings (All codes on this publish)

6.png

7)Then upload the code of the menu after the RID token

7.png

—————Including purposes to the menu shall be taught within the video above so you’ll be able to watch the video to do it—————

*You’ll edit the bools like this (Title)

edit1.png
edit2.png

So Hope you’ll perceive the educational and experience this educational.
So you’ll perceive higher when you watch the video.

HAPPY MODDING!!