• Stars
    star
    222
  • Rank 178,600 (Top 4 %)
  • Language
    C
  • License
    GNU General Publi...
  • Created about 6 years ago
  • Updated over 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Open-source cheat-engine for the Nintendo Switch.

sys-netcheat

Don't use this for online games! It'll ruin the experience for others and will probably get your switch banned in the process!

Warning:

For some reason this may result in installed games no longer launching if this is used in combination with sigpatches.
If that happens running the 'Delete Common Ticket' option from Tinfoil and then (force) rebooting fixes it sometimes.

In at least one case running this with ReiNX (with sigpatches) resulted in all games on the storage being permanently corrupted!
Be very careful when trying out weird configurations. In any case you should (not just for this) make a nand-backup so you can restore from somewhere if things go south.

I am in no way responsible for any damage that may or may not happen to your switch!


This is an open-source cheat-engine for the nintendo switch.

It requires a hacked switch (recommended configuration is current kosmos).

To use this first the sys-netcheat.kip from the release to the modules-folder of your sdcard and add the line kip1=modules/sys-netcheat.kip to the hekate_ipl.ini as well.

It will look somewhat like this:

...
[CFW]
kip1=...
kip1=modules/sys-netcheat.kip
debugmode=1
...

After installing simply boot your switch, start a game/homebrew and run

nc IP_OF_YOUR_SWITCH 5555

in the terminal on your computer. You can find a windows version here (untested).

You'll be greeted by this:

Welcome to netcheat!
This needs an atmos-base >= 0.8.2
> help
Commands:
    help                                 | Shows this text
    ssearch u8/u16/u32/u64 value         | Starts a search with 'value' as the starting-value
    csearch value                        | Searches the hits of the last search for the new value
    poke address u8/u16/u32/u64 value    | Sets the memory at address to value
    afreeze address u8/u16/u32/u64 value | Freezes the memory at address to value
    lfreeze                              | Lists all frozen values
    dfreeze index                        | Unfreezes the memory at index

As an example I'll show you how to change the number of bananas in botw (the values will be different for you!)

Right now I have 353 Mighty Bananas

> ssearch u32 353
Got a hit at c7581d9cc!
Got a hit at c758240a8!
Got a hit at c758279b8!
... (about 500 lines)
Got a hit at 345d1b2a84!
Got a hit at 346d9b9070!
Got a hit at 346dcfb138!

This isn't very helpful. I'll eat one banana in order to see which of those hits is the one I want.

> csearch 352
Got a hit at 33bb64a888!
Got a hit at 344d109b10!
Got a hit at 344dd0c050!
Got a hit at 3456a577d8!

This is a lot better. If there are stil too many hits you should repeat the csearch until you find what you want.

Now we'll poke the values to find the one that we actually want and check if any change occured (in zelda closing and reopening the inventory is necessary in order to see the change).

> poke 33bb64a888 u32 500
> poke 344d109b10 u32 500
> poke 344dd0c050 u32 500
> poke 3456a577d8 u32 500

The last one was the one we wanted!

screeshot

We want to make sure that we never suffer from a lack of bananas again! So we'll freeze the value!

> afreeze 3456a577d8 u32 500
> lfreeze
0) 3456a577d8 (u32) = 500

If we want to unfreeze the value we just need to run

> dfreeze 0

And the value will be unfrozen.

More Repositories

1

In-Home-Switching

Allows you to stream your PC display to your Nintendo Switch!
C
432
star
2

sys-ftpd

Ftpd as a Nintendo Switch sysmodule
C
117
star
3

hid-mitm

Sysmodule mitming the Horizon hid (human interface device) services to allow using unsupported gamepads on the nintendo switch.
C++
103
star
4

beatsaber-hook

oculus quest beatsaber function hooking + modloader (il2cpp)
C
29
star
5

kip-libnx-inject

poc of a tool that can inject a full libnx into nintendo kips
C
11
star
6

switch-usb-screen-stream

Streams the content of your (linux for now) computer-screen to the nintendo switch!
Makefile
11
star
7

sys-audioplayer

C
8
star
8

switch-usb-mounter

Mount your switches sd-card on your computer over usb
Python
8
star
9

registmily

A custom cargo registry implementation. It's not special (yet) but it's mine :)
Rust
7
star
10

novago-driver-dump

Contains output of Export-WindowsDriver on an ASUS NovaGo TP370QL.
JavaScript
4
star
11

prepatch

A patchmanager alternative for Sailfish OS which doesn't modify any files on disk.
C
3
star
12

usb-mitm

Just makes hid not reserve all hid-devices but only nintendo ones
Makefile
3
star
13

whatsappSelenium

A whatsapp-web bot using selenium.
Python
2
star
14

switchDNSWebsite

HTML
2
star
15

vmir-switch

C
2
star
16

testpicoc

Just some playing around with picoc (c interpreter) on the Nintendo switch.
C
1
star
17

captivity

Simple ps1 script to automate logging into the captive portal @ Vivantes Klinikum Spandau.
1
star
18

audibleDown

An Application for Sailfish OS that allows you to download AudioBooks from your Audible-Library and converts them to a Talefish-Friendly format.
Python
1
star