
Want to test out the endgame explosive Dynamite early? Are you tired of grinding for Coins in the back alleys of Mouseburg, or perhaps you ran out of Spike-D right before a massive boss fight and your playthrough is soft-locked?
Using developer console commands to spawn items is a beloved staple of PC gaming freedom. Below is the most comprehensive, categorized, and up-to-date list of internal Item IDs, spawn codes, and perk IDs for MOUSE: P.I. For Hire, verified for the latest patch.
Quick Reference: Top 10 Most Wanted MOUSE: P.I. For Hire IDs
If you don’t want to scroll through thousands of rows of Unity engine memory variables, here are the exact spawn codes for the most essential and frequently searched items in the game (including Coins, Spike-D, and top-tier weapons).
spawn [Item ID] [Quantity]| Artikel Name | Item ID | Example Command (Spawns 100) |
|---|---|---|
| Coins (Currency) | ID_Currency_Coins | spawn ID_Currency_Coins 100 |
| Spike-D (Power-Up) | ID_Consumable_SpikeD | spawn ID_Consumable_SpikeD 100 |
| Tommy Gun | ID_Weapon_TommyGun | spawn ID_Weapon_TommyGun 1 |
| Revolver | ID_Weapon_Revolver | spawn ID_Weapon_Revolver 1 |
| Shotgun | ID_Weapon_Shotgun | spawn ID_Weapon_Shotgun 1 |
| Dynamite | ID_Weapon_Dynamite | spawn ID_Weapon_Dynamite 100 |
| Tommy Gun Ammo | ID_Ammo_TommyGun | spawn ID_Ammo_TommyGun 100 |
| Revolver Ammo | ID_Ammo_Revolver | spawn ID_Ammo_Revolver 100 |
| Health Kit | ID_Consumable_HealthKit | spawn ID_Consumable_HealthKit 100 |
| Magnifying Glass | ID_Quest_MagnifyingGlass | spawn ID_Quest_MagnifyingGlass 1 |
How to Enable the Console & Use Spawn Commands
Before you can use the ID codes listed below, you must understand the reality of the developer console in MOUSE: P.I. For Hire.
As a Unity-based game, MOUSE: P.I. For Hire does not have a native, active developer console available to players in the retail build. The developers at Fumi Games locked it to prevent bugs. To type these commands manually, you must first install a third-party Unity debug enabler (like BepInEx).
Once a debug mod is installed:
- ✦Open the Console: While in-game, press the Tilde key (~).
- ✦The Command Syntax: The standard format requires the command action, the ID, and the quantity.
- ✦Format:
spawn [Item ID] [Quantity] - ✦Example: To spawn 50 Coins, you would type
spawn ID_Currency_Coins 50and press Enter.
Expert Warning
“Typing spawn ID_Currency_Coins 100 is fine if you only need to do it once and you have already gone through the headache of installing a BepInEx script hook. But if you are experimenting with different run-and-gun builds, manually typing case-sensitive hex codes becomes incredibly repetitive. One wrong character results in a ‘Syntax Error’ or worse, a Unity engine crash. While the lists below are meticulously verified, I personally switched to a visual UI injector months ago. Seeing the item icon and just clicking ‘Add to Inventory’ is how modern PC modding should feel.”
The Easy Way: XMODhub
Stop Alt-Tabbing to check massive spreadsheets while rubber-hose mobsters are shooting at you. Typing long, case-sensitive ID codes breaks your immersion and wastes time.
The XMODhub PC Client includes a dedicated Spawner feature specifically built for MOUSE: P.I. For Hire.
- ✓Icon-Based UI: See exactly what the weapon, gadget, or consumable looks like before you spawn it.
- ✓Instant Search: Just type “Tommy Gun” in the overlay search bar and click the one you want.
- ✓Batch Spawning: Get 999x of every single ammo type with one button press.
- ✓Auto-Updated Lists: When the developers add new weapons in future patches, XMODhub updates its database automatically via the cloud. You never have to hunt for new internal ID codes again.
How to Use XMODhub for MOUSE: P.I. For Hire
Don’t waste time editing .ini files or installing risky mod loaders.

- Step 1:Herunterladen: Get the free XMODhub desktop client.
- Step 2:Start: Open XMODhub; it will automatically detect your Steam, Epic, or Game Pass installation of MOUSE: P.I. For Hire.
- Step 3:Play: Click “Play” and use the simple sliders to enable God Mode, Infinite Coins, Unlimited Spike-D, and more.
Weapon IDs List (Melee & Ranged)
Use these codes to instantly equip Detective Jack Pepper with the best arsenal.
give_weapon [Weapon ID]| Weapon Name | Weapon ID |
|---|---|
| Detective’s Revolver | ID_Weapon_Revolver |
| Tommy Gun | ID_Weapon_TommyGun |
| Pump Shotgun | ID_Weapon_Shotgun |
| Dynamite Bundle | ID_Weapon_Dynamite |
| Brass Knuckles | ID_Weapon_BrassKnuckles |
Armor & Clothing IDs List
While Jack Pepper has a signature look, these internal variables track his defensive upgrades.
give_armor [Armor ID]| Armor/Clothing Name | Armor ID |
|---|---|
| Classic Trench Coat | ID_Armor_TrenchCoat |
| Reinforced Fedora | ID_Armor_Fedora |
| Bulletproof Vest | ID_Armor_BulletproofVest |
Ammo & Consumables IDs List
Never run out of supplies during a boss fight against Robo-Betty again. We recommend spawning these in batches of 500+.
spawn [Item ID] 500| Consumable Name | Item ID |
|---|---|
| .45 Caliber Bullets | ID_Ammo_Revolver |
| Drum Magazine Ammo | ID_Ammo_TommyGun |
| Shotgun Shells | ID_Ammo_Shotgun |
| Spike-D Can | ID_Consumable_SpikeD |
| Mouseburg Coffee | ID_Consumable_Coffee |
Skills, Perks & Traits IDs
You don’t just have to spawn physical items. You can use memory injection to instantly learn skills, unlock faster reloads, or add permanent character traits.
add_perk [Perk ID]| Skill/Perk Name | Perk ID |
|---|---|
| Sleight of Hand (Fast Reload) | ID_Perk_FastReload |
| Iron Jaw (Damage Resistance) | ID_Perk_IronJaw |
| Heavy Hitter (Melee Damage) | ID_Perk_HeavyHitter |
| Scavenger (More Coin Drops) | ID_Perk_Scavenger |
Troubleshooting: Why Are My Commands Failing?
If you are typing the IDs correctly into your debug console but the game is throwing errors, check these common issues:
- ✕“Command not found”: Because MOUSE: P.I. For Hire is a Unity game, the developers have locked the native console in the latest patch. You absolutely must install a script hook (like BepInEx) or use an external memory injector like XMODhub to execute these variables.
- ✕“Item ID invalid”: Check if you are trying to spawn an item from a community Mod. Modded items often have dynamic IDs depending on your specific mod load order.
- ✕Square Boxes: If the console displays unreadable boxes, your game language settings might not support the console font. Temporarily switch your game language to English.
Frequently Asked Questions (FAQ)
Q: Are these Item IDs case-sensitive in MOUSE: P.I. For Hire?
A: Usually, underlying Unity engine variables are highly case-sensitive. Typing ID_Currency_Coins is correct, while id_currency_coins will return an error. Spacing is also strictly enforced.
Q: Can I spawn items while playing in Multiplayer or Co-Op?
A: No. MOUSE: P.I. For Hire is a single-player experience. However, as a general rule across all games, console commands are executed client-side and only function in Single-Player. Attempting to force spawn items in a multiplayer server will likely result in a permanent anti-cheat ban.
Q: How do I find the Item IDs for custom modded weapons?
A: Finding dynamic load-order IDs manually is extremely difficult. We highly recommend using the XMODhub Item Browser, which automatically scans your active mods, detects the custom items, and lets you spawn them with a single click without knowing the hex ID.
Conclusion: The Ultimate Sandbox Experience
Having access to the complete MOUSE: P.I. For Hire Item IDs list is the fastest way to experiment with different run-and-gun character builds, test weapon damages, or simply recover from a frustrating game bug. Bookmark this page so you can quickly reference the codes whenever you need a Spike-D resupply.
However, if you want a significantly smoother, crash-free experience where you don’t need to memorize strings of code or install complicated Unity debug mods, the XMODhub Visual Spawner is the superior modern choice. Browse items visually. Spawn them instantly. Keep your achievements active.
🚀 Get XMODhub Visual Spawner Now
XMODhub is your ultimate all-in-one toolkit for PC single-player gaming. Whether you need powerful Trainers, real-time Translation Tools, or Interactive Maps, our engine supports over 5,000+ games—including MOUSE: P.I. For Hire and similar hits like Cuphead und Bendy and the Ink Machine.

Ich bin ein leidenschaftlicher Gamer und Autor bei XMODhub, der sich der Aufgabe verschrieben hat, euch die neuesten Gaming-News, Tipps und Einblicke zu geben.
Verbinden Sie sich mit mir:
LinkedIn-Profil



