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 Private Servers › Realm of the Mad God Private Servers Tutorials/Source Code › Host Your Own Sprites/Remote Textures Tutorial

Host Your Own Sprites/Remote Textures Tutorial

Posts 1–8 of 8 · Page 1 of 1
MA
marceliino
Host Your Own Sprites/Remote Textures Tutorial
Your going to need web hosting for this. If you don't already have web hosting just google free web hosting,(x10,000webhost).

I Created a Php File called image.php
Code:
<?

$id = $_GET['id'];

$image = 'http://www.website.com/rotmgimage/img/'.$id.'.png';

$photo = file_get_contents($image);

ob_start();
header("Content-type: image/png");
print($photo);
ob_end_flush();


?>

Now Save that as image.php, Even though you can name it whatever you want.php
Now heres an example of how that is going to work.
Say you uploaded a file called 1337.png to the /img/ directory.
If you went to http://www.website.com/rotmgimage/image.php?id=1337
It would load 1337.png
----
Which is pretty much the same function as http://realmofthemadgod.appspo*****m/picture/get?id=

----

So now for the change of the server file part.

Go to /db/data/ and open Xmldatas.cs
Change http://realmofthemadgod.appspo*****m/picture/get?id= to http://www.website.com/rotmgimage/image.php?id=
Then go to /server/picture/ and open get.cs
Change the same thing as before.

Now your pretty much set on the texture grabbing.

If you don't know how to use remote textures for your server, Pretty much just replace:
<Texture>
<File>lofiObj5</File>
<Index>0x70</Index>
</Texture>

WITH

<RemoteTexture>
<Id>draw:5252346121</Id>
</RemoteTexture>

-----

The Advantage to this is not having to manually edit the swf file and you don't have to use Rotmg's server for editing.
You can Use Photoshop/Gimp/Whatever you use and just upload the sprites.

If you have any questions/feedback or need any help, just ask me
#1 · 12y ago
CrazyJani
CrazyJani
Quote Originally Posted by marceliino View Post
The Advantage to this is not having to manually edit the swf file and you don't have to use Rotmg's server for editing
How about telling about disadvantages?
∙ Disadvantage: Often the sprites don't have enough time to load and the client will show art tile instead
#2 · 12y ago
MA
marceliino
Quote Originally Posted by CrazyJani View Post

How about telling about disadvantages?
∙ Disadvantage: Often the sprites don't have enough time to load and the client will show art tile instead
I Haven't Experienced this myself, And Can you show evidence of this instead of coming off as arrogant?
#3 · 12y ago
DR
Dragonlord3344
Quote Originally Posted by marceliino View Post
I Haven't Experienced this myself, And Can you show evidence of this instead of coming off as arrogant?
if you have not experienced this, you have not hosted a server for long, also remote textures cause lag and if there are to many, eventually long loading screens....

BUT TY for this Tut, im sure some people with find this very helpful
#4 · 12y ago
TW
Twont
What if XmlDatas doesn't have that url string?

Using clubs source
#5 · 12y ago
ST
Stellar Spark
Marceliino, you should include the part where you edit the texture editor swf to allow you to directly create the sprite and upload it at the click of a button. IMO it's faster when you make tons of remote textures.


Quote Originally Posted by CrazyJani View Post
Often the sprites don't have enough time to load and the client will show art tile instead
Often this doesn't happen with enemies and projectiles because the client refreshes their textures several times. Items, on the other hand, encounter this a lot.
#6 · 12y ago
RE
realmmods2014
This is only for the phoenix source. You should state that somewhere
#7 · 12y ago
MA
marceliino
Quote Originally Posted by realmmods2014 View Post
This is only for the phoenix source. You should state that somewhere
No It is not only for phoenix source...
#8 · 12y ago
Posts 1–8 of 8 · Page 1 of 1

Post a Reply

Similar Threads

  • Host your own GTA Online Modded Lobbies | Quick and Easy!By Epicgamer247 in XBOX Customizing & Modding
    22Last post 12y ago
  • How to host your own room/"server"By skankypies in Call of Duty Modern Warfare 2 Tutorials
    21Last post 16y ago
  • How do you host your own website?By ZeroTroubles in Suggestions, Requests & General Help
    10Last post 14y ago
  • [Tutorial] Programming your own FSEK VirusBy FluffyStuff in Spammers Corner
    19Last post 19y ago
  • [Video tutorial] Make your own css cheatsBy seren1ty in CounterStrike (CS) 1.6 Hacks / Counter Strike: Source (CSS) Hacks
    6Last post 19y ago

Tags for this Thread

None