Skip to content
MPGHThe Dark Arts
/
RegisterLog in
Forum
Community
What's NewLatest posts across the boardTrendingHottest threads right nowSubscribedThreads you follow
Discussion
GeneralIntroductionsEntertainmentDebate FortFlaming & Rage
Board
News & AnnouncementsMPGH TimesSuggestions & HelpGiveaways
More Sections
Art & Graphic DesignProgrammingHackingCryptocurrency
Hacks & Cheats
Games
ValorantCS2 / CS:GOCall of Duty / WarzoneFortniteApex LegendsEscape From Tarkov
+14 moreLeague of LegendsGTA VMinecraftRustROTMGBattlefieldTroveBattleOnCombat ArmsCrossFireBlackshotRuneScapeDayZDead by Daylight
Resources
Game Hacking TutorialsReverse EngineeringGeneral Game HackingAnti-CheatConsole Game Hacking
Tools
Game Hacking ToolsTrainers & CheatsHack/Release NewsNew
Submit a release →Share your cheat, tool, or config with the community.
AINEW
AI Tools
General & DiscussionPrompt EngineeringLLM JailbreaksHotAI Agents & AutomationLocal / Open Models
AI × Gaming
AI Aimbots & VisionML Anti-CheatGame Bots & Automation
Create
AI Coding / Vibe CodingAI Art & MediaAI Voice & TTS
The AI frontier →Where game hacking meets modern machine learning. Jump in.
Marketplace
Buy & Sell
SellingBuyingTradingUser Services
Trust & Safety
Middleman LoungeMarketplace TalkVouch Copy Profiles
Money
Cryptocurrency TalkCurrency ExchangeWork & Job Offers
Start selling →List accounts, services, and goods. Use the middleman to trade safe.
MPGH The Dark Arts

A community for offensive security research, reverse engineering, and AI.

Community

ForumMarketplaceSearch

Account

RegisterLog in

Legal

Privacy PolicyForum RulesHelp & FAQ
© 2026 MPGH · All rights reserved.Built by the community, for the community. For educational purposes onlyContent is shared for security research and education — we don't condone illegal use. You're responsible for complying with applicable laws. Use at your own risk.
Home › Forum › Programming › Game Development › Unity / UDK / GameStudio / CryEngine Development › Unity own ingame UI

Unity own ingame UI

Posts 1–4 of 4 · Page 1 of 1
Sub7
Sub7
Unity own ingame UI
I have created an example with ingame ui (user interface) in which you can select each game object in the game and change the parameters (position, scale, visible or not, etc.)

Own scene:
  • example Image
    http ://i.imgur.com/Xj48psG.png (Empty place of the link)
  • example .exe


In unity real game:

If I want to spend with reflector/reflexil simple hello world I see no changes in the game, I have to assign it to an object right?
How do I do this in the reflector?

Code:
using UnityEngine;
using System.Collections;

public class test : MonoBehaviour
{
    
    void OnGUI()
    {
        GUIStyle style = new GUIStyle();
        GUI.Label(new Rect(100, 100, 100, 20), "<size=20><color=brown>Hallo World</color></size>", style);    }
}
#1 · edited 8y ago · 8y ago
TheWickedSandman
TheWickedSandman
Quote Originally Posted by Sub7 View Post
I have created an example with ingame ui (user interface) in which you can select each game object in the game and change the parameters (position, scale, visible or not, etc.)

Own scene:
  • example Image
    http ://i.imgur.com/Xj48psG.png (Empty place of the link)
  • example .exe


In unity real game:

If I want to spend with reflector/reflexil simple hello world I see no changes in the game, I have to assign it to an object right?
How do I do this in the reflector?

Code:
using UnityEngine;
using System.Collections;

public class test : MonoBehaviour
{
    
    void OnGUI()
    {
        GUIStyle style = new GUIStyle();
        GUI.Label(new Rect(100, 100, 100, 20), "<size=20><color=brown>Hallo World</color></size>", style);    }
}
thanks for asking for my help man but I don't know alot about the unity engine to be of any help.
#2 · edited 8y ago · 8y ago
Hero
[MPGH]Hero
Please avoid posting outside download links (e.g. google drive download links) and upload using the upload system. Thanks.
#3 · 8y ago
cruz922
cruz922
The version of Unity you are using is quite old. If you are still working on the project kindly PM me. I can help you.
#4 · 8y ago
Posts 1–4 of 4 · Page 1 of 1

Post a Reply

Similar Threads

  • [Release]Unity building your own game!By OBrozz in Art & Graphic Design
    1Last post 15y ago
  • Owned =ÞBy SimpleAs in Spammers Corner
    10Last post 15y ago
  • Free Infantry Gets Owned By MPGHBy Super-Man in General Game Hacking
    34Last post 20y ago
  • Owned.By Kyojiro in General Gaming
    9Last post 20y ago

Tags for this Thread

None