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 › MultiPlayer Game Hacks & Cheats › Realm of the Mad God Hacks & Cheats › Realm of the Mad God Discussions › RotMG Unity Client Thread

RotMG Unity Client Thread

Posts 1–15 of 132 · Page 1 of 9
…
Matthew
Matthew
RotMG Unity Client Thread
After being requested by some individuals I've decided to make this thread to hopefully help organize information regarding the Unity Client, etc.

Below you can post anything you know about the Beta client in hopes that we can use this info to build our own modified client.
#1 · 6y ago
fireshade
fireshade
I'm not a coder so sorry if this is stupid but since Flash and Unity run on the same servers shouldn't Unity also be compatible with proxies like K-relay? I would think adding a Localhost option or just using a hosts file would be simpler than coding a whole new client.
#2 · 6y ago
Azuki
Azuki
Quote Originally Posted by fireshade View Post
I'm not a coder so sorry if this is stupid but since Flash and Unity run on the same servers shouldn't Unity also be compatible with proxies like K-relay? I would think adding a Localhost option or just using a hosts file would be simpler than coding a whole new client.
Yes this would theoretically be possible but for making hacked clients a proxy wouldn’t be enough. My plans for unity is making a library that uses basic detour hooks after it has been injected using a mono styled injector, and through that you could do anything with the client that you would want to, without decompiling.
#3 · 6y ago
CR
crinny
If you put a Fiddler breakpoint on char/list and account/verify and add <IsSupporter>true</IsSupporter> to the XML response, you can log into the game and try playing. The issue is you will get the following error. I think, Unity client might send some kind of packet informing the server you have logged in from Exalt and the server checks if you have permissions to do so. I am not familiar enough with C# so I couldn't prove my theory.
[IMG]https://user-images.******userconten*****m/42045258/77163431-1ad9ca80-6abf-11ea-810b-5d065af89463.png[/IMG]

P.S. also I am creator of HTTP proxy for rotmg and it seems to be working with Exalt too so I could write a plugin for it.
#4 · edited 6y ago · 6y ago
Azuki
Azuki
exalt got me like

#5 · edited 6y ago · 6y ago
TH
theross
I'm afraid they opened pandora's box with this unity client...
I somehow smell a lot of nice haxx with this client.
#6 · edited 6y ago · 6y ago
Chazstic
Chazstic
I wonder if it even is possible to play without having the beta with a few tweaks.
#7 · 6y ago
CR
crinny
Quote Originally Posted by Azuki View Post
exalt got me like


Yea, I was getting this too
#8 · 6y ago
TR
tripleys
Quote Originally Posted by Chazstic View Post
I wonder if it even is possible to play without having the beta with a few tweaks.


https://www.realmeye.com/player/ExaltFtoP

Just wait for the public beta my dudes, shouldve paid for it when you could.
#9 · 6y ago
hntdfisher
hntdfisher
Quote Originally Posted by tripleys View Post


https://www.realmeye.com/player/ExaltFtoP

Just wait for the public beta my dudes, shouldve paid for it when you could.
the game was dead 15m ago, why should I pay into a dead game?
#10 · 6y ago
TR
tripleys
Quote Originally Posted by hntdfisher View Post
the game was dead 15m ago, why should I pay into a dead game?
If its a dead game why do you want to play the supporter beta? Lol

Also, I think its a dead game
#11 · 6y ago
hntdfisher
hntdfisher
Quote Originally Posted by tripleys View Post
If its a dead game why do you want to play the supporter beta? Lol

Also, I think its a dead game
basically the only game i can play rn, waiting for my new GPU / new pc
#12 · 6y ago
B3CLAWED
B3CLAWED
The launcher for the game is pretty easily modifiable via dnSpy or any .NET decompiler but the actual game installs to
C:\Users\<USER>\Documents\RealmOfTheMadGod\Product ion
When looking a little deeper you can see that they use IL2CPP which basically allows you to use c++ in Unity. From the little research I did it seems it will be pretty hard to modify, IDA pro may be the best bet in this situation. Will keep everyone updated on further finds.
#13 · 6y ago
Azuki
Azuki
Some network traffic :)
Client sends Hello to server
Server sends MapInfo to client
Client sends Load to server
and then Server sends ERROR(0) with the Beta Rank 2 message

there haven't been any new packets implemented as far as I can tell, but reversing il2cpp is a pain, so there might be a lot of information lost.


- - - Updated - - -

guess i'm finished here, expect a release tonight :)

#14 · edited 6y ago · 6y ago
TR
tripleys
Quote Originally Posted by Azuki View Post
Some network traffic
Client sends Hello to server
Server sends MapInfo to client
Client sends Load to server
and then Server sends ERROR(0) with the Beta Rank 2 message

there haven't been any new packets implemented as far as I can tell, but reversing il2cpp is a pain, so there might be a lot of information lost.


- - - Updated - - -

guess i'm finished here, expect a release tonight

Try going into vault or a realm
#15 · 6y ago
Posts 1–15 of 132 · Page 1 of 9
…

Post a Reply

Similar Threads

  • RotMG Unity Client/Server SpeculationBy tomgie50 in Realm of the Mad God Discussions
    8Last post 7y ago
  • ROTMG Trinity ClientBy Commander X in Realm of the Mad God Hacks & Cheats
    192Last post 14y ago
  • [RELEASE] RotMG Hacked Client [RELEASE]By imayoboeii in Realm of the Mad God Hacks & Cheats
    1Last post 14y ago
  • Need help in downloading rotmg official clientBy merkator in Realm of the Mad God Hacks & Cheats
    1Last post 14y ago
  • RotMG Hacked Client/Multibox for MacBy pyropeanut63 in Realm of the Mad God Hacks & Cheats
    2Last post 14y ago

Tags for this Thread

None