whatisgithub

What is cheat-engine-nx?

stonedmodder/cheat-engine-nx — explained in plain English

Analysis updated 2026-08-08 · repo last pushed 2025-05-16

9PythonAudience · developerComplexity · 4/5StaleSetup · hard

In one sentence

A Python tool that lets you inspect and modify the memory of games running on a Nintendo Switch, enabling cheats like infinite lives or altered stats by searching, reading, and writing game values.

Mindmap

mindmap
  root((repo))
    What it does
      Inspect game memory
      Modify game values
      Seek Peek Poke
    Tech stack
      Python
      Connects to Switch
    Use cases
      Infinite lives cheat
      Modify character stats
      Alter item counts
    Audience
      Hobbyist gamers
      Homebrew Switch owners
    Requirements
      Modified Switch console
      Memory manipulation knowledge

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

What do people build with it?

USE CASE 1

Search for a game value like coins or health and change it to become invincible.

USE CASE 2

Inspect live game memory to find and modify character stats on a homebrewed Switch.

USE CASE 3

Experiment with game modding by reading and writing values directly into a running game.

What is it built with?

Python

How does it compare?

stonedmodder/cheat-engine-nxabhinavshrivastava950/montaraalirezarezvani/promptor
Stars999
LanguagePythonPythonPython
Last pushed2025-05-162025-09-14
MaintenanceStaleQuiet
Setup difficultyhardmoderateeasy
Complexity4/54/52/5
Audiencedeveloperdeveloperpm founder

Figures from each repo's GitHub metadata at analysis time.

How do you get it running?

Difficulty · hard Time to first run · 1h+

Requires a homebrewed Nintendo Switch and baseline knowledge of memory manipulation, no setup documentation is included.

No license information is provided in this repository, so usage rights are unclear.

So what is it?

Cheat Engine NX is a tool that lets you inspect and modify the memory of games running on a Nintendo Switch. In plain terms, it allows you to look behind the scenes at a game's inner numbers and change them to unlock effects like infinite lives, extra items, or altered character stats. It works similarly to popular game-modding tools available on PC, but is specifically designed for Nintendo's console. At a high level, the tool performs three basic actions: "seek," "peek," and "poke." Seek means searching through the game's active memory for specific values, like the number of coins you currently have. Peek means reading that memory to see what the current value is. Poke means writing a new value into that memory location, effectively changing the state of the game. The project is written in Python and connects to a Switch to perform these operations. This tool would be used by gamers and hobbyists who enjoy modifying console games. For example, a player might use it to search for their character's health value, change it to a very large number, and effectively become invincible during gameplay. It is primarily aimed at people who already have a modified or "homebrewed" Switch, as standard consumer consoles do not typically allow this type of behind-the-scenes access. The repository does not include a detailed readme, so there is no official documentation on setup requirements, potential risks, or specific tradeoffs. However, because the tool interacts directly with a game's live memory, users would generally need a baseline understanding of how memory manipulation works to find and alter the correct values without crashing the game.

Copy-paste prompts

Prompt 1
How do I connect Cheat Engine NX to my homebrewed Nintendo Switch to start searching for game memory values?
Prompt 2
Help me understand the difference between seek, peek, and poke in Cheat Engine NX with a simple example of changing a health value.
Prompt 3
Walk me through using Cheat Engine NX to find my current coin count in a Switch game and change it to a large number.
Prompt 4
What precautions should I take when using Cheat Engine NX to poke new values into a game so it doesn't crash?

Frequently asked questions

What is cheat-engine-nx?

A Python tool that lets you inspect and modify the memory of games running on a Nintendo Switch, enabling cheats like infinite lives or altered stats by searching, reading, and writing game values.

What language is cheat-engine-nx written in?

Mainly Python. The stack also includes Python.

Is cheat-engine-nx actively maintained?

Stale — no commits in 1-2 years (last push 2025-05-16).

What license does cheat-engine-nx use?

No license information is provided in this repository, so usage rights are unclear.

How hard is cheat-engine-nx to set up?

Setup difficulty is rated hard, with roughly 1h+ to a first successful run.

Who is cheat-engine-nx for?

Mainly developer.

Open on GitHub → Ask about another repo

This repo across BitVibe Labs

Verify against the repo before relying on details.