Tomvita's tools

Easy cheat code customization

TomSwitch

Well-Known Member
OP
Member
Joined
Jan 10, 2019
Messages
4,476
Trophies
1
Age
44
XP
14,588
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

Site & Scene News

Group statistics

Members:
211
Threads:
44
Messages:
138