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 Help & Requests › How does rotmg handle packets?

How does rotmg handle packets?

Posts 1–3 of 3 · Page 1 of 1
rooski
rooski
How does rotmg handle packets?
i get the basics of

packet created > encrypted > sent
packet received > unencrtyped > read

but im having some trouble with the initial connection and what checks are being sent with each packet to keep the connection alive.

after peeking through botmakers original proxy code i see public and private server keys and some very specific code used to connect to the servers initially, all of it being outdated of-course.

so im wondering how is the initial connection established, what are the keys used for and what does the server check to verify you are a legitimate client?

any info would be appreciated.
#1 · 11y ago
krazyshank
krazyshank
I reccomend looking here if you want to see an up to date proxy source: https://******.com/TheKronks/K_Relay
Anyway, the connection is simple, connect to the server and send a HELLO, from there there's a chain of packets for logging in, like LOAD, MAPINFO, CREATESUCCESS.
From then on the server will send you NEWTICKS every fifth of a second and you respond with MOVES. Updates are sent simply whenever needed and you need to send UPDATEACKS in return.
Simple as that really.
#2 · 11y ago
059
059
Quote Originally Posted by rooski View Post
i get the basics of

packet created > encrypted > sent
packet received > unencrtyped > read

but im having some trouble with the initial connection and what checks are being sent with each packet to keep the connection alive.

after peeking through botmakers original proxy code i see public and private server keys and some very specific code used to connect to the servers initially, all of it being outdated of-course.

so im wondering how is the initial connection established, what are the keys used for and what does the server check to verify you are a legitimate client?

any info would be appreciated.
This might help http://www.mpgh.net/forum/showthread...1#post10186042
#3 · 11y ago
Posts 1–3 of 3 · Page 1 of 1

Post a Reply

Similar Threads

  • How does one create a hack for ROTMG?By theone1000 in Realm of the Mad God Help & Requests
    9Last post 11y ago
  • How does the 5th/6th slot work?By Inna in WarRock - International Hacks
    5Last post 19y ago
  • How does ranking go on MPGH?By thechewu in General
    6Last post 19y ago
  • OGKeys - How does it work?By foxhound in WarRock - International Hacks
    5Last post 18y ago
  • How does a HW Ban work?By radnomguywfq3 in WarRock - International Hacks
    7Last post 19y ago

Tags for this Thread

#code#encryption#packet#programming#proxy#rotmg