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 › [Tutorial] Random Projectile Shots and Remote Textures

[Tutorial] Random Projectile Shots and Remote Textures

Posts 1–11 of 11 · Page 1 of 1
Omniraptor
Omniraptor
[Tutorial] Random Projectile Shots and Remote Textures
Although it's very simple to do both of these things, I thought it would be cool to post how to since no one else has yet :P. First, we'll start with remote textures(Lazy way of adding sprites)
Step 1: Go to http://www.realmofthemadgod.com/draw.html to create your own sprite, you might've used this before, it's well known.
Step 2: Once you're done with the sprite save it and where it says tag you're going to want to type in anything, but I usually just take my hand and whack a few times at the keyboard and get random letters and numbers xD copy the tag then submit.
Step 3: Once you have the tag copied type this
Code:
<RemoteTexture>
<Instance>draw</Instance>
<Id>Type tag here</Id>
</RemoteTexture>
Replace that remote texture with your other code that looks something like this.
Code:
<Texture>
<File>lofiObj6</File>
<Index>0xd8</Index>
</Texture>
Done! You should now have a remote texture, no need to add another sprite in the client


Next is Random Projectile Shots.
Step 1: Go to your projectile that you want to have random shots in addition.xml
Step 2: Copy this code
Code:
<RandomTexture>
      <Texture>
        <File>lofiObj3</File>
        <Index>0x250</Index>
      </Texture>
      <Texture>
        <File>lofiObj3</File>
        <Index>0x251</Index>
      </Texture>
      <Texture>
        <File>lofiObj3</File>
        <Index>0x252</Index>
      </Texture>
    </RandomTexture>
Replace it with something that'll look like this
Code:
<Texture>
        <File>lofiObj3</File>
        <Index>0x252</Index>
      </Texture>
Step 3: Modify the random textures to your liking or add more textures in the random texture code by copying an pasting the code above.
You're done! You should now have random projectiles to appear when you shoot a weapon, remember the weapon's objectid has to be the name of the projectile or it won't work.
#1 · edited 11y ago · 11y ago
sacredmike
sacredmike
Good for scrubs.
#2 · 11y ago
ST
Stellar Spark
Hasn't this tutorial been done before? My memory's a bit foggy. Also, the title is a bit misleading; it should be "Random Projectile Textures", not "Random Projectiles", because this method doesn't actually allow for utilization of random effects, speed, and damage in which actually randomizing the projectiles does.
#3 · 11y ago
Ahlwong
[MPGH]Ahl
Quote Originally Posted by ProHackBot999 View Post
Hasn't this tutorial been done before? My memory's a bit foggy. Also, the title is a bit misleading; it should be "Random Projectile Textures", not "Random Projectiles", because this method doesn't actually allow for utilization of random effects, speed, and damage in which actually randomizing the projectiles does.
No but it can be found in almost every source I believe
#4 · 11y ago
Omniraptor
Omniraptor
I've tried looking for a tutorial on it and the only one I found is marcelino's tut which is for hosting your own sprite instead of just using the default one but same thing anyway. Also, sorry for the title :P
#5 · 11y ago
MA
marceliino
Quote Originally Posted by Darkfark View Post
I've tried looking for a tutorial on it and the only one I found is marcelino's tut which is for hosting your own sprite instead of just using the default one but same thing anyway. Also, sorry for the title :P
Thank's for this tutorial. Good Contribution.
#6 · 11y ago
Omniraptor
Omniraptor
Quote Originally Posted by marceliino View Post
Thank's for this tutorial. Good Contribution.
No problem
#7 · edited 11y ago · 11y ago
CO
Cokeacola296
OMG, THANKS SOOO MUCH, this was so helpful.
#8 · 11y ago
Omniraptor
Omniraptor
Quote Originally Posted by Cokeacola296 View Post
OMG, THANKS SOOO MUCH, this was so helpful.
Your welcome .
#9 · 11y ago
TheReafg1000
TheReafg1000
lel i made one b4
#10 · 11y ago
CH
Chiroy
lol //10 chars
#11 · 11y ago
Posts 1–11 of 11 · Page 1 of 1

Post a Reply

Similar Threads

  • Remote textures randomely turn to ART when changing areasBy SAubry in Realm of the Mad God Private Servers Help
    2Last post 12y ago
  • Host Your Own Sprites/Remote Textures TutorialBy marceliino in Realm of the Mad God Private Servers Tutorials/Source Code
    7Last post 12y ago
  • [Tutorial] How to make and post a screenshotBy wr194t in General
    55Last post 17y ago
  • Tutorial of unlimited ammo, and the God ModeBy Scottsmith in WarRock - International Hacks
    22Last post 19y ago
  • tutorial O.p.k and invisibleBy Scottsmith in WarRock - International Hacks
    5Last post 19y ago

Tags for this Thread

#items#projectiles#random#remote#shots#swag#textures