Tomvita's tools
A place to discuss switch game hacking tools made by Tomvita.
Edizon SE : A cheat code manager, memory searching and hacking tool.
Breeze: Currently in Beta. Will re implement what was done in EdiZon SE with a new interface and based on a different UI framwork.
PointerSearch SE: A pointer searching tool to find pointer chain for using in game cheating. Design to work with EdiZon SE and Noexes sysmodule.
Noexes sysmodule: A server to host request from PointerSearcher SE and Jonexs.
Zing: A tesla overlay for cheat code management.
Tomvita's tools

Tomvita's tools

Easy cheat code customization

  • Thread starter Thread starter TomSwitch
  • Start date Start date
  • Views Views 2,398
  • Replies Replies 0
  • Likes Likes 2

TomSwitch

Well-Known Member
Member
Joined
Jan 10, 2019
Messages
7,218
Solutions
1
Reaction score
20,649
Trophies
4
Age
46
XP
24,854
Country
United States
Many of the cheats code only do one simple thing eventually, even though the code can be long and sometimes complex, all the work is done so the address of where to write a single value can be computed.

By looking for code type 4 or 6 and changing it you can customize what you get from the code easily. This is often the last line.

Code type 6 the data section is always 64 bit
https://github.com/Atmosphere-NX/At...store-static-value-to-register-memory-address

Code type 0 the data section can be either 32 or 64 bit depending on the size of the datatype
https://github.com/Atmosphere-NX/At...md#code-type-0x0-store-static-value-to-memory

Datatype can be either integer, single precision floating point or double precision floating point

Data size is the second digit of the command. Single precision floating point is size 4. Double precision floating point is size 8. Other size can only be integer.
First digit of floating point is most likely 4 and can be 3, 5, B, and C. Other digits you can safely assume it is integer.
Normally by looking at the value it is easy to guess what is the datatype.

Change the data to what you want and you are done.
https://www.binaryconvert.com/ can be use for data conversion.
 
Last edited by TomSwitch,
  • Like
Reactions: ZER-O and crazy_p

Group statistics

Group owner:
TomSwitch
Members:
269
Threads:
44
Messages:
138

Site & Scene News