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 › Packets Parser 1.0 [Windows, Linux, Mac]

Packets Parser 1.0 [Windows, Linux, Mac]

Posts 1–15 of 38 · Page 1 of 3
JU
JustAnoobROTMG
Packets Parser 1.0 [Windows, Linux, Mac]
The goal of this tool is to find the asasm file which defines the packets ID on each ROTMG build and generate
* Realm Relay XML
* Java definitions

It has some interesting features

INSTRUCTIONS:
- Download and extract all the files to any folder
- Launch the Jar using the JNPP.cmd command on Windows, or using the terminal on Linux & MacOS
- This program require requires java 1.7 or above.
- Select the good options and click on "Input folder..." to select the folder where you DECOMPILATED the game client using RABCDASM
- Click on "Start ..." and wait.
- Enjoy.

Since its a tool for ROTMG coders you shouldnt need more instructions, because you should be a coder if you use it.


Features:
- Auto find the good packets file between all ROTMG decompiled stuff
- Generate RR XML
- Generate Java source
- You can choose to save a file OR NOT (this is handy for the Java source) and/or copy the generated code to the clipboard.
- Automatic Deobfuscation of packets Names (keep the config.xml near the jar, pl0x)



19.5.1 version:
Code:
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE properties SYSTEM "http://java.sun.com/dtd/properties.dtd">
<properties>
    <comment>Jnoob ROTMG Packet's file parser config file. DO NOT TOUCH IF YOU DONT KNOW WHAT YOU ARE DOING !</comment>
    <entry key="8">SHOOT2</entry>
    <entry key="11">UPDATEACK</entry>
    <entry key="13">NEW_TICK</entry>
    <entry key="16">SHOW_EFFECT</entry>    
    <entry key="17">HELLO</entry>    
    <entry key="48">CREATEGUILDRESULT</entry>
    <entry key="52">SHOOT</entry>
    <entry key="65">FILE</entry>
</properties>
Credits:
Cicada for giving me the inspiration. I copy pasted your "regexes" , mainly

Virus Scans:
https://www.virustotal.com/en/file/e...is/1393706068/
http://virusscan.jotti.org/en/scanre...40a92c8f4fbcf8
JNPP_mpgh.net.rar
#1 · edited 12y ago · 12y ago
059
059
Quote Originally Posted by JustAnoobROTMG
- Automatic Deobfuscation of packets Names (keep the config.xml near the jar, pl0x)
Wow! How do you automatically do it?
#2 · 12y ago
CrazyJani
CrazyJani
Quote Originally Posted by 059 View Post
Wow! How do you automatically do it?
Automatically doing it is almost the same as manually...
#3 · 12y ago
IZ
IziLife
Thanks, this will save me precious time
#4 · 12y ago
JU
JustAnoobROTMG
@059
packets value always change, but slotid are the same so as long as you can associate packet name and slotid......
It's "automatic" as long as you have the good config file. As long as they dont dont crazy changes, it will work.

And you can always edit the config ...

Cicada tool wasn't exactly doing what i want so i coded this because i am lazy
#5 · edited 12y ago · 12y ago
LO
Lovroman
//Approved
#6 · 12y ago
WE
mSteaker
Any idea what I am doing wrong?



edit: I'm dumb. I figured it out.
#7 · edited 12y ago · 12y ago
JU
JustAnoobROTMG
Quote Originally Posted by Wetish View Post

edit: I'm dumb. I figured it out.
What was the problem, mate?
#8 · 12y ago
WE
mSteaker
Quote Originally Posted by JustAnoobROTMG View Post
What was the problem, mate?
I screwed up decompiling the client.
#9 · 12y ago
Alde.
Alde.
Oh, that's cool.

I love how I made a shitty program, phoenix made a cooler one, and you just did a beast one.
You guys can all go fuck yourselves in love <3
#10 · 12y ago
LI
littleducky123
What is this actually meant to do?
#11 · 12y ago
TheArzonite
TheArzonite
Quote Originally Posted by littleducky123 View Post
What is this actually meant to do?
"Since its a tool for ROTMG coders you shouldn't need more instructions, because you should be a coder if you use it." (So there is basically no need to understand it if you're not a coder.) But it basically displays all packets sent between your client and the server. Packets are little bunches of data that your client sends to the server when you move, shoot, use portal, kill something etc.
#12 · edited 12y ago · 12y ago
JU
JustAnoobROTMG
Updated config.xml for 19.5.1

Code:
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE properties SYSTEM "http://java.sun.com/dtd/properties.dtd">
<properties>
    <comment>Jnoob ROTMG Packet's file parser config file. DO NOT TOUCH IF YOU DONT KNOW WHAT YOU ARE DOING !</comment>
    <entry key="8">SHOOT2</entry>
    <entry key="11">UPDATEACK</entry>
    <entry key="13">NEW_TICK</entry>
    <entry key="16">SHOW_EFFECT</entry>    
    <entry key="17">HELLO</entry>    
    <entry key="48">CREATEGUILDRESULT</entry>
    <entry key="52">SHOOT</entry>
    <entry key="65">FILE</entry>
</properties>
#13 · 12y ago
LO
Lovroman
Quote Originally Posted by JustAnoobROTMG View Post
Updated config.xml for 19.5.1

Code:
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE properties SYSTEM "http://java.sun.com/dtd/properties.dtd">
<properties>
    <comment>Jnoob ROTMG Packet's file parser config file. DO NOT TOUCH IF YOU DONT KNOW WHAT YOU ARE DOING !</comment>
    <entry key="8">SHOOT2</entry>
    <entry key="11">UPDATEACK</entry>
    <entry key="13">NEW_TICK</entry>
    <entry key="16">SHOW_EFFECT</entry>    
    <entry key="17">HELLO</entry>    
    <entry key="48">CREATEGUILDRESULT</entry>
    <entry key="52">SHOOT</entry>
    <entry key="65">FILE</entry>
</properties>
Added to the main thread!
#14 · 12y ago
RE
replax3
+1



#15 · 12y ago
Posts 1–15 of 38 · Page 1 of 3

Post a Reply

Similar Threads

  • Minecraft Mod Auto Installer [Windows/Linux/Mac] [Java]By SilverLeopard in Minecraft Mods
    9Last post 12y ago
  • AQWorlds Java Cracker For MAC/Windows/Linux *WITH GUI*By ToxLP in Adventure Quest Worlds (AQW) Hacks / Cheats / Trainers
    21Last post 11y ago
  • Windows vs Mac: Why is there so much hate towards Macs?By Sir Nathan in Debate Fort
    25Last post 14y ago
  • Switch from windows to MAC os x 10.6By Jarppi in General
    19Last post 15y ago
  • Can some1 give me a d/l to run windows on mac?By recon276 in General
    16Last post 16y ago

Tags for this Thread

None