Game Mods & Cheats Community-created mods, trainers, cheat tables, patches & tools — all free to download
250+
Mods
5K+
Downloads
120+
Creators
4.7
Avg Rating
12 mods found
Trainer Cheat ★ 4.9 ↓ 9.8K
Mega Trainer Pack 2026 — 50+ Games
All-in-one trainer for RPG Maker, Ren'Py & Unity games. Unlimited health, money, stats and more.
KeyEffect
F1Toggle Unlimited Health
F2Unlimited Money / Gold
F3Max All Stats Instantly
F4One-Hit Kill Mode
F5Freeze Enemy AI
F6Unlimited Items / Consumables
F7Super Speed Toggle
F8Save Position / Teleport
NUMPAD+Add 99999 Currency
NUMPAD-Reset All Trainer Toggles
  • 1Extract the Mega Trainer Pack ZIP — each game has its own subfolder.
  • 2Launch your target game FIRST, then run the trainer .exe as Administrator.
  • 3Wait for the green status light — trainer has detected the game process.
  • 4Use F1–F8 in-game. Keys are re-bindable inside the trainer UI.
  • 5Save your game after applying cheats to lock in modified values.
  • Always backup save files before activating any trainer.
  • Temporarily disable antivirus — trainers may trigger false positives.
  • Run as Administrator for best process injection results.
  • One-Hit Kill + Freeze AI = easiest way to farm boss drops.
Game Mod ★ 4.8 ↓ 7.2K
Stardew Valley Expanded — Maps, NPCs & Quests
Adds new areas, characters, events, crops & storylines. Compatible with latest version.
CommandEffect
player_addmoney 999999Add 999,999 Gold
player_sethealth 100Restore full health
player_setstamina 270Max stamina
world_settime 600Set time to 6:00 AM
player_additem 74 1Add Prismatic Shard
friendship_all 2500Max friendship all NPCs
Requires SMAPI + CJB Cheats Menu to use console commands.
  • 1Install SMAPI (Stardew Modding API) from smapi.io — required for all SDV mods.
  • 2Extract mod ZIP and copy all folders into Stardew Valley/Mods/.
  • 3Install required dependencies: SpaceCore, Custom NPC Exclusions (see README).
  • 4Launch via the SMAPI launcher, not the default Steam shortcut.
  • 5Works on both new and existing saves.
  • Check SMAPI console on launch for mod conflict warnings.
  • SVE adds 27 new NPCs — talk to all in Year 1 for unique events.
  • New "Grandpa's Farm" layout — select before starting a new game.
  • Pair with CJB Cheats Menu to test new content faster.
Cheat Tool ★ 4.7 ↓ 6.5K
Cheat Engine Table Collection — 100+ Visual Novels
Pre-built .CT tables for Ren'Py & Unity VNs. Unlock scenes, max stats, infinite resources in one click.
EntryEffect
Unlock All CGsMarks all CG gallery as viewed
Max AffectionSets all route affection to 999
Infinite MoneyFreezes money at maximum
Skip CooldownsAll cooldowns set to 0
All Routes UnlockedBypasses route lock flags
God ModeHP frozen at max in combat VNs
All AchievementsAll achievements flagged complete
  • 1Install Cheat Engine 7.5+ from cheatengine.org.
  • 2Extract the .CT file for your specific game from the collection.
  • 3Launch the game and reach the main menu or in-game.
  • 4Open Cheat Engine → File → Load → select the .CT file.
  • 5Click the PC icon in CE to attach it to the game process.
  • 6Enable entries by checking their boxes — activated = highlighted green.
  • Match the CE table version to your exact game version.
  • For Ren'Py games, prefer the built-in console over CE.
  • Freeze money values — don't just set them, or they revert on save.
  • Backup saves before enabling "All Achievements".
Patch ★ 4.6 ↓ 5.1K
Multi-Language Translation Patches — 30+ Games
Community-translated patches for JP/KR/CN visual novels. EN, ES, FR, DE, PT, IT, RU available.
LanguageCodeCoverage
EnglishEN100% — All games
SpanishES85% — 26 games
FrenchFR78% — 23 games
GermanDE70% — 21 games
PortuguesePT-BR60% — 18 games
RussianRU55% — 16 games
  • 1Download the patch ZIP for your game and chosen language.
  • 2Extract — you'll find a game/ or data/ folder inside.
  • 3Copy and REPLACE the extracted files into your game directory.
  • 4If a patcher .exe is included, run it instead of manually copying.
  • 5For Ren'Py: patches go into the game/tl/ subfolder.
  • 6Launch the game — selected language is now active.
  • Match patch version to your exact game version before applying.
  • Keep backup of original files before patching.
  • Untranslated lines show [TL: MISSING] — report to improve the patch.
Tool ★ 4.8 ↓ 4.8K
Universal Save Editor — RPG Maker & Ren'Py
Edit save files for RPG Maker MV/MZ and Ren'Py. Change stats, inventory, relationship points, unlock flags.
VariableEffect
goldPlayer money — set any value
hp / maxhpHealth — set both for permanent max
levelCharacter level (recalculates stats)
expExperience points
items[id].countItem quantity by item ID
switches[N]Game flag — true/false
variables[N]Story/relationship variables
persistent.seen_*Ren'Py: marks scenes as viewed
  • 1Locate your save. RPG Maker: www/save/. Ren'Py: %AppData%/RenPy/GameName/.
  • 2Open the Save Editor — click "Open Save File" and browse to it.
  • 3Editor auto-detects engine (RPG Maker JSON or Ren'Py pickle).
  • 4Find and modify any value using the variable tree (Ctrl+F to search).
  • 5Click "Save" — editor auto-creates a .bak backup before writing.
  • 6Load the edited save in-game to verify changes.
  • Don't exceed item max counts (99 or 999) to avoid overflow bugs.
  • Ren'Py: editing persistent affects ALL saves globally.
  • Use "switches" to unlock hidden story branches without replaying.
  • Keep the .bak until you confirm the edited save loads correctly.
Guide ★ 4.9 ↓ 4.3K
Complete Beginner's Guide to Game Modding
Step-by-step guide covering RPG Maker, Ren'Py, Unity & Unreal Engine modding. Tools, techniques & best practices.
ToolUse Case
SMAPIStardew Valley modding API
unrpycDecompile Ren'Py .rpyc scripts
AssetStudioExtract Unity game assets
UE4SSUnreal Engine modding framework
Cheat EngineMemory scanning & cheat tables
Notepad++Edit JSON, scripts & config files
7-Zip / WinRARExtracting mod archives
  • 1Pick ONE engine to start — Ren'Py is best for beginners (Python-based, well-documented).
  • 2Learn the game's file structure: scripts, images, audio, and save file locations.
  • 3Edit an existing mod before creating your own from scratch.
  • 4Use the appropriate extractor to view source files for your engine.
  • 5Test in small increments — don't make 50 changes then test all at once.
  • 6Package your mod with a README and version number before sharing.
  • Never edit original game files directly — always work on copies.
  • Skip version control at your peril — zip backups after each working state.
  • Read existing scripts first — understand patterns before writing new code.
  • Check if a modding framework exists before building tools from scratch.
Trainer ★ 4.5 ↓ 3.9K
Ren'Py Universal Console Unlocker
Unlock the developer console in any Ren'Py game. Skip scenes, jump chapters, change variables, debug easily.
Command / KeyEffect
SHIFT + OOpen developer console
jump label_nameJump to any scene label
$ gold = 9999Set money variable to 9999
$ affection = 100Max affection any character
$ renpy.mark_all_seen()Mark ALL scenes as seen
renpy.full_restart()Restart game cleanly
SHIFT + IOpen image inspector
SHIFT + EEdit current script line
  • 1Download the console_unlocker.rpy file from this pack.
  • 2Navigate to your Ren'Py game folder → game/ subfolder.
  • 3Copy console_unlocker.rpy into the game/ folder.
  • 4Launch the game — Ren'Py compiles the .rpy automatically on startup.
  • 5Press SHIFT + O in-game to open the console.
  • 6Type any Python expression or jump command directly in the console.
  • Use dir() in console to list all available game variables.
  • Tab autocomplete works in the Ren'Py console — use it!
  • Save before jump commands — some scenes don't return to origin point.
  • mark_all_seen() is the fastest way to unlock all CGs and routes.
Mod Patch ★ 4.7 ↓ 3.6K
HD Graphics Overhaul Pack — RPG Maker Games
High-resolution texture packs, UI overhauls & visual enhancements for RPG Maker MV and MZ titles.
Pack CodeContents
HD-TILES-4X4× resolution tilesets for all biomes
HD-CHARA-2X2× character sprites + animations
HD-UI-CLEANRedesigned menus, fonts, HUD
HD-BATTLE-FXEnhanced battle animations & effects
HD-FACE-SETHigh-res face/bust art for all chars
HD-AMBIENTImproved lighting, shadows, weather
  • 1Download the HD pack(s) relevant to your game — check compatibility list in README.
  • 2Backup your game's img/ folder before proceeding.
  • 3Extract the pack and open the img/ folder inside the archive.
  • 4Copy files into your game's www/img/ directory, replacing originals.
  • 5For UI packs: also replace files in www/fonts/ and www/system/.
  • 6Set game resolution to match the HD pack's base resolution.
  • 4× packs require 2GB+ VRAM — ensure your GPU can handle it.
  • Mix packs carefully — HD tiles with original sprites looks inconsistent.
  • Install HD-AMBIENT last — it modifies shared system files.
  • Pair with Yanfly plugin pack for best UI integration.
Cheat ★ 4.4 ↓ 3.2K
Android Modded APK Collection — Unlimited Resources
Pre-modded APKs for popular Android games — unlimited coins, gems, unlocked levels & premium features.
Mod FeatureDescription
UNLIMITED-COINSCoins never decrease
UNLIMITED-GEMSPremium gems maxed to 999,999
ALL-LEVELSAll levels unlocked from start
GOD-MODEInvincibility / no health loss
NO-ADSAll advertisements removed
PREMIUM-UNLOCKEDAll paid content enabled free
SPEED-HACKGame speed multiplier (2× / 5×)
  • 1Go to Settings → Security → enable "Install from Unknown Sources".
  • 2Uninstall the original game version from your device first.
  • 3Download the modded APK to your device's Downloads folder.
  • 4Open file manager → Downloads → tap the APK file.
  • 5Tap "Install" and wait for completion.
  • 6Launch the game — modded features are active by default.
  • Use on offline/single-player games only — online games ban modded accounts.
  • Avoid logging into your main Google Play account on modded APKs.
  • Verify APK file size matches the listed size — mismatches indicate tampering.
  • Re-disable "Unknown Sources" after installation for device security.
Patch ★ 4.6 ↓ 2.8K
Community Bug Fix Patches — 20+ Games Updated
Fixes for game-breaking bugs, save corruption, missing assets & performance issues. Community tested & verified.
Fix CodeIssue Resolved
FIX-SAVE-CORRUPTPrevents & repairs corrupted saves
FIX-SOFTLOCKResolves story-progression softlocks
FIX-MISSING-ASSETRestores missing images/audio/video
FIX-CRASH-BATTLEPrevents crashes in battle scenes
FIX-PERF-STUTTERReduces frame drops & memory leaks
FIX-TEXT-OVERFLOWFixes clipped dialog boxes
FIX-ACHIEVEMENTRepairs broken achievement triggers
  • 1Check the patch list for your specific game and version.
  • 2Download only patches relevant to bugs you've encountered (or apply all).
  • 3If a patcher .exe is included, run it — auto-detects your game directory.
  • 4For manual patches: extract and copy files to game directory, overwrite when asked.
  • 5For save corruption fixes: run the save-repair tool BEFORE launching the game.
  • 6Launch game and verify fix. Report to community forum if issues persist.
  • Apply FIX-SAVE-CORRUPT preventively — don't wait for corruption to happen.
  • Some fixes alter game balance or dialog, not just crashes — read the changelog.
  • Community-verified patches are safer than unofficial ones — look for the badge.
  • For FIX-PERF-STUTTER: also lower resolution and disable particles in-game first.
Tool ★ 4.5 ↓ 2.5K
Game Asset Extractor & Viewer — Multi-Engine
Extract sprites, music, scripts & assets from RPG Maker, Ren'Py, Unity & Wolf RPG. Supports all major formats.
Engine / FormatExtractable Assets
RPG Maker MV/MZJSON scripts, PNG tiles, OGG audio
Ren'Py .rpaImages, audio, .rpy scripts, fonts
Unity .assetsTextures, meshes, audio, shaders
Wolf RPG .wolfMaps, events, graphics, database
NScripter .nsaScripts, images, BGM
Kirikiri .xp3Encrypted archives, scripts, images
  • 1Open Asset Extractor and select your game engine from the dropdown.
  • 2Click "Browse" → navigate to your game's main folder or archive file.
  • 3The tool scans and shows the asset tree — browse for what you need.
  • 4Select files or folders to extract. Check "Preserve folder structure".
  • 5Choose output directory → click "Extract Selected".
  • 6Use the built-in Viewer to preview images and play audio before extracting.
  • For Ren'Py .rpa: use rpatool for batch extraction of all archives at once.
  • Unity games may use asset bundles (.unity3d) — enable "Include Bundles".
  • Extracted audio is usually .ogg or .wav — VLC plays all without conversion.
  • Ren'Py .rpyc files (compiled) — use unrpyc to decompile back to readable .rpy.
Guide ★ 4.8 ↓ 2.2K
100% Completion Walkthrough — Top 25 Visual Novels
All routes, endings, CG galleries & achievement unlock paths for the most popular visual novels.
ShortcutEffect
CTRL (hold)Skip already-read dialogue rapidly
TABToggle auto-advance mode
RIGHT CLICKQuick save/load menu
Q / WQuick save / Quick load
HHide text box for screenshots
CG-UNLOCK-ALLUse with Save Editor to unlock gallery
  • 1Download the walkthrough PDF for your specific visual novel from the collection.
  • 2Play the "True Route" first — most VNs are designed with a specific play order.
  • 3At every choice point, check the walkthrough for the correct selection per route.
  • 4Quick-save (Q) before major choices — reload (W) to branch into alternate routes.
  • 5Use CTRL to skip through already-read sections when revisiting routes.
  • 6After all routes: check CG gallery for missed scenes — use Save Editor + CG-UNLOCK-ALL if needed.
  • 7Final step: verify all achievements — some require specific in-game actions listed in the guide.
  • Play blind on your FIRST route — use walkthrough only for cleanup runs.
  • Some VNs have hidden CGs only unlocking after completing ALL routes.
  • Enable "Skip Unread Only" in settings — CTRL skips only NEW content.
  • Some VNs gate later routes behind earlier completions — the guide covers this order.
How To Install Mods

Follow these simple steps to get any mod up and running.

01
Download

Click the Download button on any mod card above. Save the file to your computer or device.

02
Extract Files

Use WinRAR or 7-Zip to extract. Read the included README for specific instructions.

03
Copy to Game

Move extracted mod files into your game's installation directory. Replace files when prompted.

04
Launch & Play

Start the game normally. The mod loads automatically. Use the cheat codes in each card above to activate features.

⚠ Always back up your save files before installing any mods or applying patches.
Want to Share Your Mods?

Join our community and share your game mods, trainers, cheats & tools with thousands of gamers worldwide.

✓ Copied to clipboard!