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 Tutorials & Source Code › [Source code] Anti-loot bots hack

Smile[Source code] Anti-loot bots hack

Posts 1–5 of 5 · Page 1 of 1
JU
JustAnoobROTMG
[Source code] Anti-loot bots hack
Definitly something Kabam should implement
This code disable dropping in Nexus. Just saying a big fuck you to autoloot bots owners
Drawbacks : you wont be able to host drop parties in Nexus. Go in Bazar instead (inb4 loot bots stay in Bazar)


1)Locate the file with "invDrop") flag OVERRIDE. For 22.4.0 its _-N\_-0MO.class.asasm

2) add the following code


Code:
;--------------------------------------------------
;LOOT BOTS SUCKS
; by jnoob

      getlocal  1         ; param 1 is a GameObject. Since param 1 is the player,  param1."map_" contains the map name \0/
      getproperty         QName(PackageNamespace(""), "map_")
      getproperty         QName(PackageNamespace(""), "name_")
      pushstring          "Nexus" 
      ifne DODROP    
      
      returnvoid
      
      DODROP:
;--------------------------------------------------

in "invDrop" method , just after pushscope. You should have something like this :

Code:
 trait method QName(PackageNamespace("", "#0"), "invDrop") flag OVERRIDE
   method
    refid "_-N:_-0MO/instance/invDrop"
    param QName(PackageNamespace("com.company.assembleegameclient.objects"), "GameObject")
    param QName(PackageNamespace("", "#0"), "int")
    param QName(PackageNamespace("", "#0"), "int")
    returns QName(PackageNamespace("", "#0"), "void")
    body
     maxstack 5
     localcount 7
     initscopedepth 5
     maxscopedepth 6
     code

      getlocal0
      pushscope
      
;--------------------------------------------------
;LOOT BOTS SUCKS
; by jnoob

      getlocal  1         ; param 1 is a GameObject. Since INVDROP is called for Player, "map_" contains the map name \0/
      getproperty         QName(PackageNamespace(""), "map_")
      getproperty         QName(PackageNamespace(""), "name_")
      pushstring          "Nexus" 
      ifne DODROP    
      
      returnvoid
      
      DODROP:
;--------------------------------------------------      
      

      getlocal0
      getproperty         QName(PrivateNamespace("*", "_-N:_-0MO"), "_-nP")
      getlex              QName(PackageNamespace("", "#0"), "INVDROP")
3) Recompile
4) Profit
#1 · edited 12y ago · 12y ago
FainTMako
FainTMako
Mind as well have drop parties in god lands that might be your best chance.
#2 · 12y ago
nilly
nilly
Considering making it standard in my client (not configurable). Perhaps you should do the same with orape jnoob, then loot bots will only have 10% of the community to get drops from.
#3 · 12y ago
JU
JustAnoobROTMG
Quote Originally Posted by nilly View Post
Considering making it standard in my client (not configurable). Perhaps you should do the same with orape jnoob, then loot bots will only have 10% of the community to get drops from.
I want to activate it by default but..
inb4 "Prove you dont use a hacked client: drop an hp potion".

wait wait wait wait . Maybe you can perfect it. Something like "must maintain Ctrl to mouse-drop an item in nexus".
-> People wont say you hack
-> Still protected from bots
#4 · 12y ago
Alde.
Alde.
Hahahahha.. Don't make him have loot bots in bazaar!
#5 · 12y ago
Posts 1–5 of 5 · Page 1 of 1

Post a Reply

Similar Threads

  • [Request] Source Code For AFK Bot 4 CABy JIGS4W in Visual Basic Programming
    2Last post 16y ago
  • I need a simple full source code for a simple hack..By AhmedGH in Crossfire Coding Help & Discussion
    4Last post 13y ago
  • help and request i nid source code of the public hack of dave last MAYBy rockerboi in CrossFire Help
    4Last post 16y ago
  • Source Codes For an Auto hack good featuresBy 11vasher11 in Combat Arms Hack Coding / Programming / Source Code
    11Last post 15y ago
  • Some One Try This Please Source Code For 1 Hit HackBy talamanak in CrossFire Hack Coding / Programming / Source Code
    28Last post 15y ago

Tags for this Thread

None