mirror of
https://github.com/two-torial/sp2xpatcher.git
synced 2024-11-24 04:40:10 +01:00
Add Gitadora Fuzz-Up
This commit is contained in:
parent
0c44a0a267
commit
65d6a41965
19
SUPPORTED.md
19
SUPPORTED.md
@ -299,6 +299,25 @@ Patches for which we don't know the corresponding game version.
|
||||
| M32 | game.dll | 2022-10-24 | [M32-634910da_15daec](patches/M32-634910da_15daec.json) |
|
||||
</details>
|
||||
|
||||
<details><summary>Gitadora Fuzz-Up</summary>
|
||||
|
||||
| Codename | Filename | Version | Identifier |
|
||||
|----------|----------|---------|------------|
|
||||
| M32 | game.dll | 2022-12-14 | [M32-638ff451_155fac](patches/M32-638ff451_155fac.json) |
|
||||
| M32 | game.dll | 2023-02-15 | [M32-63ead129_1598bc](patches/M32-63ead129_1598bc.json) |
|
||||
| M32 | game.dll | 2023-03-29 | [M32-641a7b2c_15c9ec](patches/M32-641a7b2c_15c9ec.json) |
|
||||
| M32 | game.dll | 2023-04-25 | [M32-643de95b_15ccbc](patches/M32-643de95b_15ccbc.json) |
|
||||
| M32 | game.dll | 2023-06-13 | [M32-64797636_15dbcc](patches/M32-64797636_15dbcc.json) |
|
||||
| M32 | game.dll | 2023-08-01, 2023-08-07, 2023-09-04 | [M32-64bdcb40_15f89c](patches/M32-64bdcb40_15f89c.json) |
|
||||
| M32 | game.dll | 2023-09-12 | [M32-64f55073_160b6c](patches/M32-64f55073_160b6c.json) |
|
||||
| M32 | game.dll | 2023-10-11 | [M32-65150aca_15fb60](patches/M32-65150aca_15fb60.json) |
|
||||
| M32 | game.dll | 2023-11-07 | [M32-653f02be_160018](patches/M32-653f02be_160018.json) |
|
||||
| M32 | game.dll | 2023-11-28 | [M32-6555b26b_160128](patches/M32-6555b26b_160128.json) |
|
||||
| M32 | game.dll | 2023-12-19 | [M32-6571527d_15fce8](patches/M32-6571527d_15fce8.json) |
|
||||
| M32 | game.dll | 2024-01-16 | [M32-6595ffbf_161d88](patches/M32-6595ffbf_161d88.json) |
|
||||
| M32 | game.dll | 2024-02-20 | [M32-65c44dda_162048](patches/M32-65c44dda_162048.json) |
|
||||
</details>
|
||||
|
||||
## Jubeat
|
||||
|
||||
<details><summary>Jubeat Knit</summary>
|
||||
|
381
patches/M32-638ff451_155fac.json
Normal file
381
patches/M32-638ff451_155fac.json
Normal file
@ -0,0 +1,381 @@
|
||||
[
|
||||
{
|
||||
"name": "Timer Freeze",
|
||||
"description": "",
|
||||
"gameCode": "M32",
|
||||
"type": "memory",
|
||||
"patches": [
|
||||
{
|
||||
"offset": 972975,
|
||||
"dllName": "game.dll",
|
||||
"dataDisabled": "0F85",
|
||||
"dataEnabled": "90E9"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Premium Timer Freeze",
|
||||
"description": "",
|
||||
"caution": "Scores will only save on exiting Premium Time, and only up to 20 songs.",
|
||||
"gameCode": "M32",
|
||||
"type": "memory",
|
||||
"patches": [
|
||||
{
|
||||
"offset": 1080944,
|
||||
"dllName": "game.dll",
|
||||
"dataDisabled": "FFC9",
|
||||
"dataEnabled": "9090"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Premium Time 15",
|
||||
"description": "",
|
||||
"caution": "Scores will only save on exiting Premium Time, and only up to 20 songs. Recommended to keep this under 45 minutes.",
|
||||
"gameCode": "M32",
|
||||
"type": "union",
|
||||
"patches": [
|
||||
{
|
||||
"name": "00:00",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "06000000",
|
||||
"offset": 109234
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "00:01",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "3C000000",
|
||||
"offset": 109234
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "04:20",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "F03C0000",
|
||||
"offset": 109234
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "13:37",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "7CBF0000",
|
||||
"offset": 109234
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "57:30",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "98280300",
|
||||
"offset": 109234
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "69:00",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "50CA0300",
|
||||
"offset": 109234
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "10 Minutes",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "A08C0000",
|
||||
"offset": 109234
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "15 Minutes",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "F0D20000",
|
||||
"offset": 109234
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "20 Minutes",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "40190100",
|
||||
"offset": 109234
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "30 Minutes",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "E0A50100",
|
||||
"offset": 109234
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "45 Minutes",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "D0780200",
|
||||
"offset": 109234
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "60 Minutes",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "C04B0300",
|
||||
"offset": 109234
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "90 Minutes",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "A0F10400",
|
||||
"offset": 109234
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Premium Time 10",
|
||||
"description": "",
|
||||
"caution": "Scores will only save on exiting Premium Time, and only up to 20 songs. Recommended to keep this under 45 minutes.",
|
||||
"gameCode": "M32",
|
||||
"type": "union",
|
||||
"patches": [
|
||||
{
|
||||
"name": "00:00",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "06000000",
|
||||
"offset": 109306
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "00:01",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "3C000000",
|
||||
"offset": 109306
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "04:20",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "F03C0000",
|
||||
"offset": 109306
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "13:37",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "7CBF0000",
|
||||
"offset": 109306
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "57:30",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "98280300",
|
||||
"offset": 109306
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "69:00",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "50CA0300",
|
||||
"offset": 109306
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "10 Minutes",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "A08C0000",
|
||||
"offset": 109306
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "15 Minutes",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "F0D20000",
|
||||
"offset": 109306
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "20 Minutes",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "40190100",
|
||||
"offset": 109306
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "30 Minutes",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "E0A50100",
|
||||
"offset": 109306
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "45 Minutes",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "D0780200",
|
||||
"offset": 109306
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "60 Minutes",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "C04B0300",
|
||||
"offset": 109306
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "90 Minutes",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "A0F10400",
|
||||
"offset": 109306
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Cursor Hold",
|
||||
"description": "",
|
||||
"gameCode": "M32",
|
||||
"type": "memory",
|
||||
"patches": [
|
||||
{
|
||||
"offset": 730709,
|
||||
"dllName": "game.dll",
|
||||
"dataDisabled": "0F85",
|
||||
"dataEnabled": "90E9"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Stage Freeze",
|
||||
"description": "",
|
||||
"caution": "Scores don't save",
|
||||
"gameCode": "M32",
|
||||
"type": "memory",
|
||||
"patches": [
|
||||
{
|
||||
"offset": 1115942,
|
||||
"dllName": "game.dll",
|
||||
"dataDisabled": "0F85",
|
||||
"dataEnabled": "90E9"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Skip Tutorial",
|
||||
"description": "",
|
||||
"gameCode": "M32",
|
||||
"type": "memory",
|
||||
"patches": [
|
||||
{
|
||||
"offset": 914378,
|
||||
"dllName": "game.dll",
|
||||
"dataDisabled": "0F87",
|
||||
"dataEnabled": "90E9"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Unlock all songs",
|
||||
"description": "",
|
||||
"gameCode": "M32",
|
||||
"type": "memory",
|
||||
"patches": [
|
||||
{
|
||||
"offset": 1865986,
|
||||
"dllName": "game.dll",
|
||||
"dataDisabled": "6100",
|
||||
"dataEnabled": "4D01"
|
||||
},
|
||||
{
|
||||
"offset": 1866010,
|
||||
"dllName": "game.dll",
|
||||
"dataDisabled": "6300",
|
||||
"dataEnabled": "4D01"
|
||||
},
|
||||
{
|
||||
"offset": 1154131,
|
||||
"dllName": "game.dll",
|
||||
"dataDisabled": "7508",
|
||||
"dataEnabled": "EB11"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Enable Long Music",
|
||||
"description": "",
|
||||
"gameCode": "M32",
|
||||
"type": "memory",
|
||||
"patches": [
|
||||
{
|
||||
"offset": 1154308,
|
||||
"dllName": "game.dll",
|
||||
"dataDisabled": "74",
|
||||
"dataEnabled": "EB"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Skip 'NOW DATA INITIALIZING'",
|
||||
"description": "",
|
||||
"caution": "Useful for testing only",
|
||||
"gameCode": "M32",
|
||||
"type": "memory",
|
||||
"patches": [
|
||||
{
|
||||
"offset": 217725,
|
||||
"dllName": "game.dll",
|
||||
"dataDisabled": "0F8474010000",
|
||||
"dataEnabled": "909090909090"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
381
patches/M32-63ead129_1598bc.json
Normal file
381
patches/M32-63ead129_1598bc.json
Normal file
@ -0,0 +1,381 @@
|
||||
[
|
||||
{
|
||||
"name": "Timer Freeze",
|
||||
"description": "",
|
||||
"gameCode": "M32",
|
||||
"type": "memory",
|
||||
"patches": [
|
||||
{
|
||||
"offset": 985983,
|
||||
"dllName": "game.dll",
|
||||
"dataDisabled": "0F85",
|
||||
"dataEnabled": "90E9"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Premium Timer Freeze",
|
||||
"description": "",
|
||||
"caution": "Scores will only save on exiting Premium Time, and only up to 20 songs.",
|
||||
"gameCode": "M32",
|
||||
"type": "memory",
|
||||
"patches": [
|
||||
{
|
||||
"offset": 1095968,
|
||||
"dllName": "game.dll",
|
||||
"dataDisabled": "FFC9",
|
||||
"dataEnabled": "9090"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Premium Time 15",
|
||||
"description": "",
|
||||
"caution": "Scores will only save on exiting Premium Time, and only up to 20 songs. Recommended to keep this under 45 minutes.",
|
||||
"gameCode": "M32",
|
||||
"type": "union",
|
||||
"patches": [
|
||||
{
|
||||
"name": "00:00",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "06000000",
|
||||
"offset": 109233
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "00:01",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "3C000000",
|
||||
"offset": 109233
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "04:20",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "F03C0000",
|
||||
"offset": 109233
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "13:37",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "7CBF0000",
|
||||
"offset": 109233
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "57:30",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "98280300",
|
||||
"offset": 109233
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "69:00",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "50CA0300",
|
||||
"offset": 109233
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "10 Minutes",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "A08C0000",
|
||||
"offset": 109233
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "15 Minutes",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "F0D20000",
|
||||
"offset": 109233
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "20 Minutes",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "40190100",
|
||||
"offset": 109233
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "30 Minutes",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "E0A50100",
|
||||
"offset": 109233
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "45 Minutes",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "D0780200",
|
||||
"offset": 109233
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "60 Minutes",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "C04B0300",
|
||||
"offset": 109233
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "90 Minutes",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "A0F10400",
|
||||
"offset": 109233
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Premium Time 10",
|
||||
"description": "",
|
||||
"caution": "Scores will only save on exiting Premium Time, and only up to 20 songs. Recommended to keep this under 45 minutes.",
|
||||
"gameCode": "M32",
|
||||
"type": "union",
|
||||
"patches": [
|
||||
{
|
||||
"name": "00:00",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "06000000",
|
||||
"offset": 109303
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "00:01",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "3C000000",
|
||||
"offset": 109303
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "04:20",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "F03C0000",
|
||||
"offset": 109303
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "13:37",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "7CBF0000",
|
||||
"offset": 109303
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "57:30",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "98280300",
|
||||
"offset": 109303
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "69:00",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "50CA0300",
|
||||
"offset": 109303
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "10 Minutes",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "A08C0000",
|
||||
"offset": 109303
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "15 Minutes",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "F0D20000",
|
||||
"offset": 109303
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "20 Minutes",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "40190100",
|
||||
"offset": 109303
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "30 Minutes",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "E0A50100",
|
||||
"offset": 109303
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "45 Minutes",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "D0780200",
|
||||
"offset": 109303
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "60 Minutes",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "C04B0300",
|
||||
"offset": 109303
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "90 Minutes",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "A0F10400",
|
||||
"offset": 109303
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Cursor Hold",
|
||||
"description": "",
|
||||
"gameCode": "M32",
|
||||
"type": "memory",
|
||||
"patches": [
|
||||
{
|
||||
"offset": 744773,
|
||||
"dllName": "game.dll",
|
||||
"dataDisabled": "0F85",
|
||||
"dataEnabled": "90E9"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Stage Freeze",
|
||||
"description": "",
|
||||
"caution": "Scores don't save",
|
||||
"gameCode": "M32",
|
||||
"type": "memory",
|
||||
"patches": [
|
||||
{
|
||||
"offset": 1130966,
|
||||
"dllName": "game.dll",
|
||||
"dataDisabled": "0F85",
|
||||
"dataEnabled": "90E9"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Skip Tutorial",
|
||||
"description": "",
|
||||
"gameCode": "M32",
|
||||
"type": "memory",
|
||||
"patches": [
|
||||
{
|
||||
"offset": 927386,
|
||||
"dllName": "game.dll",
|
||||
"dataDisabled": "0F87",
|
||||
"dataEnabled": "90E9"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Unlock all songs",
|
||||
"description": "",
|
||||
"gameCode": "M32",
|
||||
"type": "memory",
|
||||
"patches": [
|
||||
{
|
||||
"offset": 1870994,
|
||||
"dllName": "game.dll",
|
||||
"dataDisabled": "6100",
|
||||
"dataEnabled": "4D01"
|
||||
},
|
||||
{
|
||||
"offset": 1871018,
|
||||
"dllName": "game.dll",
|
||||
"dataDisabled": "6300",
|
||||
"dataEnabled": "4D01"
|
||||
},
|
||||
{
|
||||
"offset": 1168675,
|
||||
"dllName": "game.dll",
|
||||
"dataDisabled": "7508",
|
||||
"dataEnabled": "EB11"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Enable Long Music",
|
||||
"description": "",
|
||||
"gameCode": "M32",
|
||||
"type": "memory",
|
||||
"patches": [
|
||||
{
|
||||
"offset": 1168852,
|
||||
"dllName": "game.dll",
|
||||
"dataDisabled": "74",
|
||||
"dataEnabled": "EB"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Skip 'NOW DATA INITIALIZING'",
|
||||
"description": "",
|
||||
"caution": "Useful for testing only",
|
||||
"gameCode": "M32",
|
||||
"type": "memory",
|
||||
"patches": [
|
||||
{
|
||||
"offset": 218173,
|
||||
"dllName": "game.dll",
|
||||
"dataDisabled": "0F8474010000",
|
||||
"dataEnabled": "909090909090"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
381
patches/M32-641a7b2c_15c9ec.json
Normal file
381
patches/M32-641a7b2c_15c9ec.json
Normal file
@ -0,0 +1,381 @@
|
||||
[
|
||||
{
|
||||
"name": "Timer Freeze",
|
||||
"description": "",
|
||||
"gameCode": "M32",
|
||||
"type": "memory",
|
||||
"patches": [
|
||||
{
|
||||
"offset": 997327,
|
||||
"dllName": "game.dll",
|
||||
"dataDisabled": "0F85",
|
||||
"dataEnabled": "90E9"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Premium Timer Freeze",
|
||||
"description": "",
|
||||
"caution": "Scores will only save on exiting Premium Time, and only up to 20 songs.",
|
||||
"gameCode": "M32",
|
||||
"type": "memory",
|
||||
"patches": [
|
||||
{
|
||||
"offset": 1105792,
|
||||
"dllName": "game.dll",
|
||||
"dataDisabled": "FFC9",
|
||||
"dataEnabled": "9090"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Premium Time 15",
|
||||
"description": "",
|
||||
"caution": "Scores will only save on exiting Premium Time, and only up to 20 songs. Recommended to keep this under 45 minutes.",
|
||||
"gameCode": "M32",
|
||||
"type": "union",
|
||||
"patches": [
|
||||
{
|
||||
"name": "00:00",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "06000000",
|
||||
"offset": 109233
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "00:01",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "3C000000",
|
||||
"offset": 109233
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "04:20",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "F03C0000",
|
||||
"offset": 109233
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "13:37",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "7CBF0000",
|
||||
"offset": 109233
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "57:30",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "98280300",
|
||||
"offset": 109233
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "69:00",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "50CA0300",
|
||||
"offset": 109233
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "10 Minutes",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "A08C0000",
|
||||
"offset": 109233
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "15 Minutes",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "F0D20000",
|
||||
"offset": 109233
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "20 Minutes",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "40190100",
|
||||
"offset": 109233
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "30 Minutes",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "E0A50100",
|
||||
"offset": 109233
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "45 Minutes",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "D0780200",
|
||||
"offset": 109233
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "60 Minutes",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "C04B0300",
|
||||
"offset": 109233
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "90 Minutes",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "A0F10400",
|
||||
"offset": 109233
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Premium Time 10",
|
||||
"description": "",
|
||||
"caution": "Scores will only save on exiting Premium Time, and only up to 20 songs. Recommended to keep this under 45 minutes.",
|
||||
"gameCode": "M32",
|
||||
"type": "union",
|
||||
"patches": [
|
||||
{
|
||||
"name": "00:00",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "06000000",
|
||||
"offset": 109303
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "00:01",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "3C000000",
|
||||
"offset": 109303
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "04:20",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "F03C0000",
|
||||
"offset": 109303
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "13:37",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "7CBF0000",
|
||||
"offset": 109303
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "57:30",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "98280300",
|
||||
"offset": 109303
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "69:00",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "50CA0300",
|
||||
"offset": 109303
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "10 Minutes",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "A08C0000",
|
||||
"offset": 109303
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "15 Minutes",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "F0D20000",
|
||||
"offset": 109303
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "20 Minutes",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "40190100",
|
||||
"offset": 109303
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "30 Minutes",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "E0A50100",
|
||||
"offset": 109303
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "45 Minutes",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "D0780200",
|
||||
"offset": 109303
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "60 Minutes",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "C04B0300",
|
||||
"offset": 109303
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "90 Minutes",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "A0F10400",
|
||||
"offset": 109303
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Cursor Hold",
|
||||
"description": "",
|
||||
"gameCode": "M32",
|
||||
"type": "memory",
|
||||
"patches": [
|
||||
{
|
||||
"offset": 755749,
|
||||
"dllName": "game.dll",
|
||||
"dataDisabled": "0F85",
|
||||
"dataEnabled": "90E9"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Stage Freeze",
|
||||
"description": "",
|
||||
"caution": "Scores don't save",
|
||||
"gameCode": "M32",
|
||||
"type": "memory",
|
||||
"patches": [
|
||||
{
|
||||
"offset": 1140790,
|
||||
"dllName": "game.dll",
|
||||
"dataDisabled": "0F85",
|
||||
"dataEnabled": "90E9"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Skip Tutorial",
|
||||
"description": "",
|
||||
"gameCode": "M32",
|
||||
"type": "memory",
|
||||
"patches": [
|
||||
{
|
||||
"offset": 938730,
|
||||
"dllName": "game.dll",
|
||||
"dataDisabled": "0F87",
|
||||
"dataEnabled": "90E9"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Unlock all songs",
|
||||
"description": "",
|
||||
"gameCode": "M32",
|
||||
"type": "memory",
|
||||
"patches": [
|
||||
{
|
||||
"offset": 1885842,
|
||||
"dllName": "game.dll",
|
||||
"dataDisabled": "6100",
|
||||
"dataEnabled": "4D01"
|
||||
},
|
||||
{
|
||||
"offset": 1885866,
|
||||
"dllName": "game.dll",
|
||||
"dataDisabled": "6300",
|
||||
"dataEnabled": "4D01"
|
||||
},
|
||||
{
|
||||
"offset": 1181267,
|
||||
"dllName": "game.dll",
|
||||
"dataDisabled": "7508",
|
||||
"dataEnabled": "EB11"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Enable Long Music",
|
||||
"description": "",
|
||||
"gameCode": "M32",
|
||||
"type": "memory",
|
||||
"patches": [
|
||||
{
|
||||
"offset": 1181444,
|
||||
"dllName": "game.dll",
|
||||
"dataDisabled": "74",
|
||||
"dataEnabled": "EB"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Skip 'NOW DATA INITIALIZING'",
|
||||
"description": "",
|
||||
"caution": "Useful for testing only",
|
||||
"gameCode": "M32",
|
||||
"type": "memory",
|
||||
"patches": [
|
||||
{
|
||||
"offset": 218189,
|
||||
"dllName": "game.dll",
|
||||
"dataDisabled": "0F8474010000",
|
||||
"dataEnabled": "909090909090"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
381
patches/M32-643de95b_15ccbc.json
Normal file
381
patches/M32-643de95b_15ccbc.json
Normal file
@ -0,0 +1,381 @@
|
||||
[
|
||||
{
|
||||
"name": "Timer Freeze",
|
||||
"description": "",
|
||||
"gameCode": "M32",
|
||||
"type": "memory",
|
||||
"patches": [
|
||||
{
|
||||
"offset": 998047,
|
||||
"dllName": "game.dll",
|
||||
"dataDisabled": "0F85",
|
||||
"dataEnabled": "90E9"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Premium Timer Freeze",
|
||||
"description": "",
|
||||
"caution": "Scores will only save on exiting Premium Time, and only up to 20 songs.",
|
||||
"gameCode": "M32",
|
||||
"type": "memory",
|
||||
"patches": [
|
||||
{
|
||||
"offset": 1106512,
|
||||
"dllName": "game.dll",
|
||||
"dataDisabled": "FFC9",
|
||||
"dataEnabled": "9090"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Premium Time 15",
|
||||
"description": "",
|
||||
"caution": "Scores will only save on exiting Premium Time, and only up to 20 songs. Recommended to keep this under 45 minutes.",
|
||||
"gameCode": "M32",
|
||||
"type": "union",
|
||||
"patches": [
|
||||
{
|
||||
"name": "00:00",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "06000000",
|
||||
"offset": 109233
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "00:01",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "3C000000",
|
||||
"offset": 109233
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "04:20",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "F03C0000",
|
||||
"offset": 109233
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "13:37",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "7CBF0000",
|
||||
"offset": 109233
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "57:30",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "98280300",
|
||||
"offset": 109233
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "69:00",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "50CA0300",
|
||||
"offset": 109233
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "10 Minutes",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "A08C0000",
|
||||
"offset": 109233
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "15 Minutes",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "F0D20000",
|
||||
"offset": 109233
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "20 Minutes",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "40190100",
|
||||
"offset": 109233
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "30 Minutes",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "E0A50100",
|
||||
"offset": 109233
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "45 Minutes",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "D0780200",
|
||||
"offset": 109233
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "60 Minutes",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "C04B0300",
|
||||
"offset": 109233
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "90 Minutes",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "A0F10400",
|
||||
"offset": 109233
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Premium Time 10",
|
||||
"description": "",
|
||||
"caution": "Scores will only save on exiting Premium Time, and only up to 20 songs. Recommended to keep this under 45 minutes.",
|
||||
"gameCode": "M32",
|
||||
"type": "union",
|
||||
"patches": [
|
||||
{
|
||||
"name": "00:00",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "06000000",
|
||||
"offset": 109303
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "00:01",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "3C000000",
|
||||
"offset": 109303
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "04:20",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "F03C0000",
|
||||
"offset": 109303
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "13:37",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "7CBF0000",
|
||||
"offset": 109303
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "57:30",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "98280300",
|
||||
"offset": 109303
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "69:00",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "50CA0300",
|
||||
"offset": 109303
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "10 Minutes",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "A08C0000",
|
||||
"offset": 109303
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "15 Minutes",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "F0D20000",
|
||||
"offset": 109303
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "20 Minutes",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "40190100",
|
||||
"offset": 109303
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "30 Minutes",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "E0A50100",
|
||||
"offset": 109303
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "45 Minutes",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "D0780200",
|
||||
"offset": 109303
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "60 Minutes",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "C04B0300",
|
||||
"offset": 109303
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "90 Minutes",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "A0F10400",
|
||||
"offset": 109303
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Cursor Hold",
|
||||
"description": "",
|
||||
"gameCode": "M32",
|
||||
"type": "memory",
|
||||
"patches": [
|
||||
{
|
||||
"offset": 756469,
|
||||
"dllName": "game.dll",
|
||||
"dataDisabled": "0F85",
|
||||
"dataEnabled": "90E9"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Stage Freeze",
|
||||
"description": "",
|
||||
"caution": "Scores don't save",
|
||||
"gameCode": "M32",
|
||||
"type": "memory",
|
||||
"patches": [
|
||||
{
|
||||
"offset": 1141510,
|
||||
"dllName": "game.dll",
|
||||
"dataDisabled": "0F85",
|
||||
"dataEnabled": "90E9"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Skip Tutorial",
|
||||
"description": "",
|
||||
"gameCode": "M32",
|
||||
"type": "memory",
|
||||
"patches": [
|
||||
{
|
||||
"offset": 939450,
|
||||
"dllName": "game.dll",
|
||||
"dataDisabled": "0F87",
|
||||
"dataEnabled": "90E9"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Unlock all songs",
|
||||
"description": "",
|
||||
"gameCode": "M32",
|
||||
"type": "memory",
|
||||
"patches": [
|
||||
{
|
||||
"offset": 1886354,
|
||||
"dllName": "game.dll",
|
||||
"dataDisabled": "6100",
|
||||
"dataEnabled": "4D01"
|
||||
},
|
||||
{
|
||||
"offset": 1886378,
|
||||
"dllName": "game.dll",
|
||||
"dataDisabled": "6300",
|
||||
"dataEnabled": "4D01"
|
||||
},
|
||||
{
|
||||
"offset": 1181987,
|
||||
"dllName": "game.dll",
|
||||
"dataDisabled": "7508",
|
||||
"dataEnabled": "EB11"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Enable Long Music",
|
||||
"description": "",
|
||||
"gameCode": "M32",
|
||||
"type": "memory",
|
||||
"patches": [
|
||||
{
|
||||
"offset": 1182164,
|
||||
"dllName": "game.dll",
|
||||
"dataDisabled": "74",
|
||||
"dataEnabled": "EB"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Skip 'NOW DATA INITIALIZING'",
|
||||
"description": "",
|
||||
"caution": "Useful for testing only",
|
||||
"gameCode": "M32",
|
||||
"type": "memory",
|
||||
"patches": [
|
||||
{
|
||||
"offset": 218189,
|
||||
"dllName": "game.dll",
|
||||
"dataDisabled": "0F8474010000",
|
||||
"dataEnabled": "909090909090"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
381
patches/M32-64797636_15dbcc.json
Normal file
381
patches/M32-64797636_15dbcc.json
Normal file
@ -0,0 +1,381 @@
|
||||
[
|
||||
{
|
||||
"name": "Timer Freeze",
|
||||
"description": "",
|
||||
"gameCode": "M32",
|
||||
"type": "memory",
|
||||
"patches": [
|
||||
{
|
||||
"offset": 999487,
|
||||
"dllName": "game.dll",
|
||||
"dataDisabled": "0F85",
|
||||
"dataEnabled": "90E9"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Premium Timer Freeze",
|
||||
"description": "",
|
||||
"caution": "Scores will only save on exiting Premium Time, and only up to 20 songs.",
|
||||
"gameCode": "M32",
|
||||
"type": "memory",
|
||||
"patches": [
|
||||
{
|
||||
"offset": 1107968,
|
||||
"dllName": "game.dll",
|
||||
"dataDisabled": "FFC9",
|
||||
"dataEnabled": "9090"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Premium Time 15",
|
||||
"description": "",
|
||||
"caution": "Scores will only save on exiting Premium Time, and only up to 20 songs. Recommended to keep this under 45 minutes.",
|
||||
"gameCode": "M32",
|
||||
"type": "union",
|
||||
"patches": [
|
||||
{
|
||||
"name": "00:00",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "06000000",
|
||||
"offset": 109233
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "00:01",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "3C000000",
|
||||
"offset": 109233
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "04:20",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "F03C0000",
|
||||
"offset": 109233
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "13:37",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "7CBF0000",
|
||||
"offset": 109233
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "57:30",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "98280300",
|
||||
"offset": 109233
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "69:00",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "50CA0300",
|
||||
"offset": 109233
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "10 Minutes",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "A08C0000",
|
||||
"offset": 109233
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "15 Minutes",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "F0D20000",
|
||||
"offset": 109233
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "20 Minutes",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "40190100",
|
||||
"offset": 109233
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "30 Minutes",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "E0A50100",
|
||||
"offset": 109233
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "45 Minutes",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "D0780200",
|
||||
"offset": 109233
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "60 Minutes",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "C04B0300",
|
||||
"offset": 109233
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "90 Minutes",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "A0F10400",
|
||||
"offset": 109233
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Premium Time 10",
|
||||
"description": "",
|
||||
"caution": "Scores will only save on exiting Premium Time, and only up to 20 songs. Recommended to keep this under 45 minutes.",
|
||||
"gameCode": "M32",
|
||||
"type": "union",
|
||||
"patches": [
|
||||
{
|
||||
"name": "00:00",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "06000000",
|
||||
"offset": 109303
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "00:01",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "3C000000",
|
||||
"offset": 109303
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "04:20",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "F03C0000",
|
||||
"offset": 109303
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "13:37",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "7CBF0000",
|
||||
"offset": 109303
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "57:30",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "98280300",
|
||||
"offset": 109303
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "69:00",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "50CA0300",
|
||||
"offset": 109303
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "10 Minutes",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "A08C0000",
|
||||
"offset": 109303
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "15 Minutes",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "F0D20000",
|
||||
"offset": 109303
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "20 Minutes",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "40190100",
|
||||
"offset": 109303
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "30 Minutes",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "E0A50100",
|
||||
"offset": 109303
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "45 Minutes",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "D0780200",
|
||||
"offset": 109303
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "60 Minutes",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "C04B0300",
|
||||
"offset": 109303
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "90 Minutes",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "A0F10400",
|
||||
"offset": 109303
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Cursor Hold",
|
||||
"description": "",
|
||||
"gameCode": "M32",
|
||||
"type": "memory",
|
||||
"patches": [
|
||||
{
|
||||
"offset": 757913,
|
||||
"dllName": "game.dll",
|
||||
"dataDisabled": "0F85",
|
||||
"dataEnabled": "90E9"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Stage Freeze",
|
||||
"description": "",
|
||||
"caution": "Scores don't save",
|
||||
"gameCode": "M32",
|
||||
"type": "memory",
|
||||
"patches": [
|
||||
{
|
||||
"offset": 1142966,
|
||||
"dllName": "game.dll",
|
||||
"dataDisabled": "0F85",
|
||||
"dataEnabled": "90E9"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Skip Tutorial",
|
||||
"description": "",
|
||||
"gameCode": "M32",
|
||||
"type": "memory",
|
||||
"patches": [
|
||||
{
|
||||
"offset": 940890,
|
||||
"dllName": "game.dll",
|
||||
"dataDisabled": "0F87",
|
||||
"dataEnabled": "90E9"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Unlock all songs",
|
||||
"description": "",
|
||||
"gameCode": "M32",
|
||||
"type": "memory",
|
||||
"patches": [
|
||||
{
|
||||
"offset": 1905298,
|
||||
"dllName": "game.dll",
|
||||
"dataDisabled": "6100",
|
||||
"dataEnabled": "4D01"
|
||||
},
|
||||
{
|
||||
"offset": 1905322,
|
||||
"dllName": "game.dll",
|
||||
"dataDisabled": "6300",
|
||||
"dataEnabled": "4D01"
|
||||
},
|
||||
{
|
||||
"offset": 1185587,
|
||||
"dllName": "game.dll",
|
||||
"dataDisabled": "7508",
|
||||
"dataEnabled": "EB11"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Enable Long Music",
|
||||
"description": "",
|
||||
"gameCode": "M32",
|
||||
"type": "memory",
|
||||
"patches": [
|
||||
{
|
||||
"offset": 1185764,
|
||||
"dllName": "game.dll",
|
||||
"dataDisabled": "74",
|
||||
"dataEnabled": "EB"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Skip 'NOW DATA INITIALIZING'",
|
||||
"description": "",
|
||||
"caution": "Useful for testing only",
|
||||
"gameCode": "M32",
|
||||
"type": "memory",
|
||||
"patches": [
|
||||
{
|
||||
"offset": 218877,
|
||||
"dllName": "game.dll",
|
||||
"dataDisabled": "0F8474010000",
|
||||
"dataEnabled": "909090909090"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
381
patches/M32-64bdcb40_15f89c.json
Normal file
381
patches/M32-64bdcb40_15f89c.json
Normal file
@ -0,0 +1,381 @@
|
||||
[
|
||||
{
|
||||
"name": "Timer Freeze",
|
||||
"description": "",
|
||||
"gameCode": "M32",
|
||||
"type": "memory",
|
||||
"patches": [
|
||||
{
|
||||
"offset": 1001439,
|
||||
"dllName": "game.dll",
|
||||
"dataDisabled": "0F85",
|
||||
"dataEnabled": "90E9"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Premium Timer Freeze",
|
||||
"description": "",
|
||||
"caution": "Scores will only save on exiting Premium Time, and only up to 20 songs.",
|
||||
"gameCode": "M32",
|
||||
"type": "memory",
|
||||
"patches": [
|
||||
{
|
||||
"offset": 1112144,
|
||||
"dllName": "game.dll",
|
||||
"dataDisabled": "FFC9",
|
||||
"dataEnabled": "9090"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Premium Time 15",
|
||||
"description": "",
|
||||
"caution": "Scores will only save on exiting Premium Time, and only up to 20 songs. Recommended to keep this under 45 minutes.",
|
||||
"gameCode": "M32",
|
||||
"type": "union",
|
||||
"patches": [
|
||||
{
|
||||
"name": "00:00",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "06000000",
|
||||
"offset": 109233
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "00:01",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "3C000000",
|
||||
"offset": 109233
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "04:20",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "F03C0000",
|
||||
"offset": 109233
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "13:37",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "7CBF0000",
|
||||
"offset": 109233
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "57:30",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "98280300",
|
||||
"offset": 109233
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "69:00",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "50CA0300",
|
||||
"offset": 109233
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "10 Minutes",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "A08C0000",
|
||||
"offset": 109233
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "15 Minutes",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "F0D20000",
|
||||
"offset": 109233
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "20 Minutes",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "40190100",
|
||||
"offset": 109233
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "30 Minutes",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "E0A50100",
|
||||
"offset": 109233
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "45 Minutes",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "D0780200",
|
||||
"offset": 109233
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "60 Minutes",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "C04B0300",
|
||||
"offset": 109233
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "90 Minutes",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "A0F10400",
|
||||
"offset": 109233
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Premium Time 10",
|
||||
"description": "",
|
||||
"caution": "Scores will only save on exiting Premium Time, and only up to 20 songs. Recommended to keep this under 45 minutes.",
|
||||
"gameCode": "M32",
|
||||
"type": "union",
|
||||
"patches": [
|
||||
{
|
||||
"name": "00:00",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "06000000",
|
||||
"offset": 109303
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "00:01",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "3C000000",
|
||||
"offset": 109303
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "04:20",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "F03C0000",
|
||||
"offset": 109303
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "13:37",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "7CBF0000",
|
||||
"offset": 109303
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "57:30",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "98280300",
|
||||
"offset": 109303
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "69:00",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "50CA0300",
|
||||
"offset": 109303
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "10 Minutes",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "A08C0000",
|
||||
"offset": 109303
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "15 Minutes",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "F0D20000",
|
||||
"offset": 109303
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "20 Minutes",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "40190100",
|
||||
"offset": 109303
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "30 Minutes",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "E0A50100",
|
||||
"offset": 109303
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "45 Minutes",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "D0780200",
|
||||
"offset": 109303
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "60 Minutes",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "C04B0300",
|
||||
"offset": 109303
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "90 Minutes",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "A0F10400",
|
||||
"offset": 109303
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Cursor Hold",
|
||||
"description": "",
|
||||
"gameCode": "M32",
|
||||
"type": "memory",
|
||||
"patches": [
|
||||
{
|
||||
"offset": 759573,
|
||||
"dllName": "game.dll",
|
||||
"dataDisabled": "0F85",
|
||||
"dataEnabled": "90E9"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Stage Freeze",
|
||||
"description": "",
|
||||
"caution": "Scores don't save",
|
||||
"gameCode": "M32",
|
||||
"type": "memory",
|
||||
"patches": [
|
||||
{
|
||||
"offset": 1147142,
|
||||
"dllName": "game.dll",
|
||||
"dataDisabled": "0F85",
|
||||
"dataEnabled": "90E9"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Skip Tutorial",
|
||||
"description": "",
|
||||
"gameCode": "M32",
|
||||
"type": "memory",
|
||||
"patches": [
|
||||
{
|
||||
"offset": 942842,
|
||||
"dllName": "game.dll",
|
||||
"dataDisabled": "0F87",
|
||||
"dataEnabled": "90E9"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Unlock all songs",
|
||||
"description": "",
|
||||
"gameCode": "M32",
|
||||
"type": "memory",
|
||||
"patches": [
|
||||
{
|
||||
"offset": 1928082,
|
||||
"dllName": "game.dll",
|
||||
"dataDisabled": "6100",
|
||||
"dataEnabled": "4D01"
|
||||
},
|
||||
{
|
||||
"offset": 1928106,
|
||||
"dllName": "game.dll",
|
||||
"dataDisabled": "6300",
|
||||
"dataEnabled": "4D01"
|
||||
},
|
||||
{
|
||||
"offset": 1192963,
|
||||
"dllName": "game.dll",
|
||||
"dataDisabled": "7508",
|
||||
"dataEnabled": "EB11"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Enable Long Music",
|
||||
"description": "",
|
||||
"gameCode": "M32",
|
||||
"type": "memory",
|
||||
"patches": [
|
||||
{
|
||||
"offset": 1193140,
|
||||
"dllName": "game.dll",
|
||||
"dataDisabled": "74",
|
||||
"dataEnabled": "EB"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Skip 'NOW DATA INITIALIZING'",
|
||||
"description": "",
|
||||
"caution": "Useful for testing only",
|
||||
"gameCode": "M32",
|
||||
"type": "memory",
|
||||
"patches": [
|
||||
{
|
||||
"offset": 219149,
|
||||
"dllName": "game.dll",
|
||||
"dataDisabled": "0F8474010000",
|
||||
"dataEnabled": "909090909090"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
381
patches/M32-64f55073_160b6c.json
Normal file
381
patches/M32-64f55073_160b6c.json
Normal file
@ -0,0 +1,381 @@
|
||||
[
|
||||
{
|
||||
"name": "Timer Freeze",
|
||||
"description": "",
|
||||
"gameCode": "M32",
|
||||
"type": "memory",
|
||||
"patches": [
|
||||
{
|
||||
"offset": 1001967,
|
||||
"dllName": "game.dll",
|
||||
"dataDisabled": "0F85",
|
||||
"dataEnabled": "90E9"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Premium Timer Freeze",
|
||||
"description": "",
|
||||
"caution": "Scores will only save on exiting Premium Time, and only up to 20 songs.",
|
||||
"gameCode": "M32",
|
||||
"type": "memory",
|
||||
"patches": [
|
||||
{
|
||||
"offset": 1113360,
|
||||
"dllName": "game.dll",
|
||||
"dataDisabled": "FFC9",
|
||||
"dataEnabled": "9090"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Premium Time 15",
|
||||
"description": "",
|
||||
"caution": "Scores will only save on exiting Premium Time, and only up to 20 songs. Recommended to keep this under 45 minutes.",
|
||||
"gameCode": "M32",
|
||||
"type": "union",
|
||||
"patches": [
|
||||
{
|
||||
"name": "00:00",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "06000000",
|
||||
"offset": 109233
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "00:01",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "3C000000",
|
||||
"offset": 109233
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "04:20",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "F03C0000",
|
||||
"offset": 109233
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "13:37",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "7CBF0000",
|
||||
"offset": 109233
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "57:30",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "98280300",
|
||||
"offset": 109233
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "69:00",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "50CA0300",
|
||||
"offset": 109233
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "10 Minutes",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "A08C0000",
|
||||
"offset": 109233
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "15 Minutes",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "F0D20000",
|
||||
"offset": 109233
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "20 Minutes",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "40190100",
|
||||
"offset": 109233
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "30 Minutes",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "E0A50100",
|
||||
"offset": 109233
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "45 Minutes",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "D0780200",
|
||||
"offset": 109233
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "60 Minutes",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "C04B0300",
|
||||
"offset": 109233
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "90 Minutes",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "A0F10400",
|
||||
"offset": 109233
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Premium Time 10",
|
||||
"description": "",
|
||||
"caution": "Scores will only save on exiting Premium Time, and only up to 20 songs. Recommended to keep this under 45 minutes.",
|
||||
"gameCode": "M32",
|
||||
"type": "union",
|
||||
"patches": [
|
||||
{
|
||||
"name": "00:00",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "06000000",
|
||||
"offset": 109303
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "00:01",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "3C000000",
|
||||
"offset": 109303
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "04:20",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "F03C0000",
|
||||
"offset": 109303
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "13:37",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "7CBF0000",
|
||||
"offset": 109303
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "57:30",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "98280300",
|
||||
"offset": 109303
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "69:00",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "50CA0300",
|
||||
"offset": 109303
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "10 Minutes",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "A08C0000",
|
||||
"offset": 109303
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "15 Minutes",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "F0D20000",
|
||||
"offset": 109303
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "20 Minutes",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "40190100",
|
||||
"offset": 109303
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "30 Minutes",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "E0A50100",
|
||||
"offset": 109303
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "45 Minutes",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "D0780200",
|
||||
"offset": 109303
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "60 Minutes",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "C04B0300",
|
||||
"offset": 109303
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "90 Minutes",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "A0F10400",
|
||||
"offset": 109303
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Cursor Hold",
|
||||
"description": "",
|
||||
"gameCode": "M32",
|
||||
"type": "memory",
|
||||
"patches": [
|
||||
{
|
||||
"offset": 759797,
|
||||
"dllName": "game.dll",
|
||||
"dataDisabled": "0F85",
|
||||
"dataEnabled": "90E9"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Stage Freeze",
|
||||
"description": "",
|
||||
"caution": "Scores don't save",
|
||||
"gameCode": "M32",
|
||||
"type": "memory",
|
||||
"patches": [
|
||||
{
|
||||
"offset": 1148358,
|
||||
"dllName": "game.dll",
|
||||
"dataDisabled": "0F85",
|
||||
"dataEnabled": "90E9"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Skip Tutorial",
|
||||
"description": "",
|
||||
"gameCode": "M32",
|
||||
"type": "memory",
|
||||
"patches": [
|
||||
{
|
||||
"offset": 943370,
|
||||
"dllName": "game.dll",
|
||||
"dataDisabled": "0F87",
|
||||
"dataEnabled": "90E9"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Unlock all songs",
|
||||
"description": "",
|
||||
"gameCode": "M32",
|
||||
"type": "memory",
|
||||
"patches": [
|
||||
{
|
||||
"offset": 1942930,
|
||||
"dllName": "game.dll",
|
||||
"dataDisabled": "6100",
|
||||
"dataEnabled": "4D01"
|
||||
},
|
||||
{
|
||||
"offset": 1942954,
|
||||
"dllName": "game.dll",
|
||||
"dataDisabled": "6300",
|
||||
"dataEnabled": "4D01"
|
||||
},
|
||||
{
|
||||
"offset": 1197779,
|
||||
"dllName": "game.dll",
|
||||
"dataDisabled": "7508",
|
||||
"dataEnabled": "EB11"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Enable Long Music",
|
||||
"description": "",
|
||||
"gameCode": "M32",
|
||||
"type": "memory",
|
||||
"patches": [
|
||||
{
|
||||
"offset": 1197956,
|
||||
"dllName": "game.dll",
|
||||
"dataDisabled": "74",
|
||||
"dataEnabled": "EB"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Skip 'NOW DATA INITIALIZING'",
|
||||
"description": "",
|
||||
"caution": "Useful for testing only",
|
||||
"gameCode": "M32",
|
||||
"type": "memory",
|
||||
"patches": [
|
||||
{
|
||||
"offset": 219421,
|
||||
"dllName": "game.dll",
|
||||
"dataDisabled": "0F8474010000",
|
||||
"dataEnabled": "909090909090"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
381
patches/M32-65150aca_15fb60.json
Normal file
381
patches/M32-65150aca_15fb60.json
Normal file
@ -0,0 +1,381 @@
|
||||
[
|
||||
{
|
||||
"name": "Timer Freeze",
|
||||
"description": "",
|
||||
"gameCode": "M32",
|
||||
"type": "memory",
|
||||
"patches": [
|
||||
{
|
||||
"offset": 1002191,
|
||||
"dllName": "game.dll",
|
||||
"dataDisabled": "0F85",
|
||||
"dataEnabled": "90E9"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Premium Timer Freeze",
|
||||
"description": "",
|
||||
"caution": "Scores will only save on exiting Premium Time, and only up to 20 songs.",
|
||||
"gameCode": "M32",
|
||||
"type": "memory",
|
||||
"patches": [
|
||||
{
|
||||
"offset": 1113552,
|
||||
"dllName": "game.dll",
|
||||
"dataDisabled": "FFC9",
|
||||
"dataEnabled": "9090"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Premium Time 15",
|
||||
"description": "",
|
||||
"caution": "Scores will only save on exiting Premium Time, and only up to 20 songs. Recommended to keep this under 45 minutes.",
|
||||
"gameCode": "M32",
|
||||
"type": "union",
|
||||
"patches": [
|
||||
{
|
||||
"name": "00:00",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "06000000",
|
||||
"offset": 109442
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "00:01",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "3C000000",
|
||||
"offset": 109442
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "04:20",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "F03C0000",
|
||||
"offset": 109442
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "13:37",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "7CBF0000",
|
||||
"offset": 109442
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "57:30",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "98280300",
|
||||
"offset": 109442
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "69:00",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "50CA0300",
|
||||
"offset": 109442
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "10 Minutes",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "A08C0000",
|
||||
"offset": 109442
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "15 Minutes",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "F0D20000",
|
||||
"offset": 109442
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "20 Minutes",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "40190100",
|
||||
"offset": 109442
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "30 Minutes",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "E0A50100",
|
||||
"offset": 109442
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "45 Minutes",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "D0780200",
|
||||
"offset": 109442
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "60 Minutes",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "C04B0300",
|
||||
"offset": 109442
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "90 Minutes",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "A0F10400",
|
||||
"offset": 109442
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Premium Time 10",
|
||||
"description": "",
|
||||
"caution": "Scores will only save on exiting Premium Time, and only up to 20 songs. Recommended to keep this under 45 minutes.",
|
||||
"gameCode": "M32",
|
||||
"type": "union",
|
||||
"patches": [
|
||||
{
|
||||
"name": "00:00",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "06000000",
|
||||
"offset": 109516
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "00:01",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "3C000000",
|
||||
"offset": 109516
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "04:20",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "F03C0000",
|
||||
"offset": 109516
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "13:37",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "7CBF0000",
|
||||
"offset": 109516
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "57:30",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "98280300",
|
||||
"offset": 109516
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "69:00",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "50CA0300",
|
||||
"offset": 109516
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "10 Minutes",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "A08C0000",
|
||||
"offset": 109516
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "15 Minutes",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "F0D20000",
|
||||
"offset": 109516
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "20 Minutes",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "40190100",
|
||||
"offset": 109516
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "30 Minutes",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "E0A50100",
|
||||
"offset": 109516
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "45 Minutes",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "D0780200",
|
||||
"offset": 109516
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "60 Minutes",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "C04B0300",
|
||||
"offset": 109516
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "90 Minutes",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "A0F10400",
|
||||
"offset": 109516
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Cursor Hold",
|
||||
"description": "",
|
||||
"gameCode": "M32",
|
||||
"type": "memory",
|
||||
"patches": [
|
||||
{
|
||||
"offset": 761317,
|
||||
"dllName": "game.dll",
|
||||
"dataDisabled": "0F85",
|
||||
"dataEnabled": "90E9"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Stage Freeze",
|
||||
"description": "",
|
||||
"caution": "Scores don't save",
|
||||
"gameCode": "M32",
|
||||
"type": "memory",
|
||||
"patches": [
|
||||
{
|
||||
"offset": 1148550,
|
||||
"dllName": "game.dll",
|
||||
"dataDisabled": "0F85",
|
||||
"dataEnabled": "90E9"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Skip Tutorial",
|
||||
"description": "",
|
||||
"gameCode": "M32",
|
||||
"type": "memory",
|
||||
"patches": [
|
||||
{
|
||||
"offset": 943594,
|
||||
"dllName": "game.dll",
|
||||
"dataDisabled": "0F87",
|
||||
"dataEnabled": "90E9"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Unlock all songs",
|
||||
"description": "",
|
||||
"gameCode": "M32",
|
||||
"type": "memory",
|
||||
"patches": [
|
||||
{
|
||||
"offset": 1941906,
|
||||
"dllName": "game.dll",
|
||||
"dataDisabled": "6100",
|
||||
"dataEnabled": "4D01"
|
||||
},
|
||||
{
|
||||
"offset": 1941930,
|
||||
"dllName": "game.dll",
|
||||
"dataDisabled": "6300",
|
||||
"dataEnabled": "4D01"
|
||||
},
|
||||
{
|
||||
"offset": 1193795,
|
||||
"dllName": "game.dll",
|
||||
"dataDisabled": "7508",
|
||||
"dataEnabled": "EB11"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Enable Long Music",
|
||||
"description": "",
|
||||
"gameCode": "M32",
|
||||
"type": "memory",
|
||||
"patches": [
|
||||
{
|
||||
"offset": 1193972,
|
||||
"dllName": "game.dll",
|
||||
"dataDisabled": "74",
|
||||
"dataEnabled": "EB"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Skip 'NOW DATA INITIALIZING'",
|
||||
"description": "",
|
||||
"caution": "Useful for testing only",
|
||||
"gameCode": "M32",
|
||||
"type": "memory",
|
||||
"patches": [
|
||||
{
|
||||
"offset": 219917,
|
||||
"dllName": "game.dll",
|
||||
"dataDisabled": "0F8474010000",
|
||||
"dataEnabled": "909090909090"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
381
patches/M32-653f02be_160018.json
Normal file
381
patches/M32-653f02be_160018.json
Normal file
@ -0,0 +1,381 @@
|
||||
[
|
||||
{
|
||||
"name": "Timer Freeze",
|
||||
"description": "",
|
||||
"gameCode": "M32",
|
||||
"type": "memory",
|
||||
"patches": [
|
||||
{
|
||||
"offset": 1002927,
|
||||
"dllName": "game.dll",
|
||||
"dataDisabled": "0F85",
|
||||
"dataEnabled": "90E9"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Premium Timer Freeze",
|
||||
"description": "",
|
||||
"caution": "Scores will only save on exiting Premium Time, and only up to 20 songs.",
|
||||
"gameCode": "M32",
|
||||
"type": "memory",
|
||||
"patches": [
|
||||
{
|
||||
"offset": 1114368,
|
||||
"dllName": "game.dll",
|
||||
"dataDisabled": "FFC9",
|
||||
"dataEnabled": "9090"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Premium Time 15",
|
||||
"description": "",
|
||||
"caution": "Scores will only save on exiting Premium Time, and only up to 20 songs. Recommended to keep this under 45 minutes.",
|
||||
"gameCode": "M32",
|
||||
"type": "union",
|
||||
"patches": [
|
||||
{
|
||||
"name": "00:00",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "06000000",
|
||||
"offset": 109442
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "00:01",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "3C000000",
|
||||
"offset": 109442
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "04:20",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "F03C0000",
|
||||
"offset": 109442
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "13:37",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "7CBF0000",
|
||||
"offset": 109442
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "57:30",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "98280300",
|
||||
"offset": 109442
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "69:00",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "50CA0300",
|
||||
"offset": 109442
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "10 Minutes",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "A08C0000",
|
||||
"offset": 109442
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "15 Minutes",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "F0D20000",
|
||||
"offset": 109442
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "20 Minutes",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "40190100",
|
||||
"offset": 109442
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "30 Minutes",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "E0A50100",
|
||||
"offset": 109442
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "45 Minutes",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "D0780200",
|
||||
"offset": 109442
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "60 Minutes",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "C04B0300",
|
||||
"offset": 109442
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "90 Minutes",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "A0F10400",
|
||||
"offset": 109442
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Premium Time 10",
|
||||
"description": "",
|
||||
"caution": "Scores will only save on exiting Premium Time, and only up to 20 songs. Recommended to keep this under 45 minutes.",
|
||||
"gameCode": "M32",
|
||||
"type": "union",
|
||||
"patches": [
|
||||
{
|
||||
"name": "00:00",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "06000000",
|
||||
"offset": 109516
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "00:01",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "3C000000",
|
||||
"offset": 109516
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "04:20",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "F03C0000",
|
||||
"offset": 109516
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "13:37",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "7CBF0000",
|
||||
"offset": 109516
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "57:30",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "98280300",
|
||||
"offset": 109516
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "69:00",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "50CA0300",
|
||||
"offset": 109516
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "10 Minutes",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "A08C0000",
|
||||
"offset": 109516
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "15 Minutes",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "F0D20000",
|
||||
"offset": 109516
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "20 Minutes",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "40190100",
|
||||
"offset": 109516
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "30 Minutes",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "E0A50100",
|
||||
"offset": 109516
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "45 Minutes",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "D0780200",
|
||||
"offset": 109516
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "60 Minutes",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "C04B0300",
|
||||
"offset": 109516
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "90 Minutes",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "A0F10400",
|
||||
"offset": 109516
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Cursor Hold",
|
||||
"description": "",
|
||||
"gameCode": "M32",
|
||||
"type": "memory",
|
||||
"patches": [
|
||||
{
|
||||
"offset": 762053,
|
||||
"dllName": "game.dll",
|
||||
"dataDisabled": "0F85",
|
||||
"dataEnabled": "90E9"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Stage Freeze",
|
||||
"description": "",
|
||||
"caution": "Scores don't save",
|
||||
"gameCode": "M32",
|
||||
"type": "memory",
|
||||
"patches": [
|
||||
{
|
||||
"offset": 1149366,
|
||||
"dllName": "game.dll",
|
||||
"dataDisabled": "0F85",
|
||||
"dataEnabled": "90E9"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Skip Tutorial",
|
||||
"description": "",
|
||||
"gameCode": "M32",
|
||||
"type": "memory",
|
||||
"patches": [
|
||||
{
|
||||
"offset": 944330,
|
||||
"dllName": "game.dll",
|
||||
"dataDisabled": "0F87",
|
||||
"dataEnabled": "90E9"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Unlock all songs",
|
||||
"description": "",
|
||||
"gameCode": "M32",
|
||||
"type": "memory",
|
||||
"patches": [
|
||||
{
|
||||
"offset": 1946514,
|
||||
"dllName": "game.dll",
|
||||
"dataDisabled": "6100",
|
||||
"dataEnabled": "4D01"
|
||||
},
|
||||
{
|
||||
"offset": 1946538,
|
||||
"dllName": "game.dll",
|
||||
"dataDisabled": "6300",
|
||||
"dataEnabled": "4D01"
|
||||
},
|
||||
{
|
||||
"offset": 1194723,
|
||||
"dllName": "game.dll",
|
||||
"dataDisabled": "7508",
|
||||
"dataEnabled": "EB11"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Enable Long Music",
|
||||
"description": "",
|
||||
"gameCode": "M32",
|
||||
"type": "memory",
|
||||
"patches": [
|
||||
{
|
||||
"offset": 1194900,
|
||||
"dllName": "game.dll",
|
||||
"dataDisabled": "74",
|
||||
"dataEnabled": "EB"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Skip 'NOW DATA INITIALIZING'",
|
||||
"description": "",
|
||||
"caution": "Useful for testing only",
|
||||
"gameCode": "M32",
|
||||
"type": "memory",
|
||||
"patches": [
|
||||
{
|
||||
"offset": 219917,
|
||||
"dllName": "game.dll",
|
||||
"dataDisabled": "0F8474010000",
|
||||
"dataEnabled": "909090909090"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
381
patches/M32-6555b26b_160128.json
Normal file
381
patches/M32-6555b26b_160128.json
Normal file
@ -0,0 +1,381 @@
|
||||
[
|
||||
{
|
||||
"name": "Timer Freeze",
|
||||
"description": "",
|
||||
"gameCode": "M32",
|
||||
"type": "memory",
|
||||
"patches": [
|
||||
{
|
||||
"offset": 1002975,
|
||||
"dllName": "game.dll",
|
||||
"dataDisabled": "0F85",
|
||||
"dataEnabled": "90E9"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Premium Timer Freeze",
|
||||
"description": "",
|
||||
"caution": "Scores will only save on exiting Premium Time, and only up to 20 songs.",
|
||||
"gameCode": "M32",
|
||||
"type": "memory",
|
||||
"patches": [
|
||||
{
|
||||
"offset": 1114416,
|
||||
"dllName": "game.dll",
|
||||
"dataDisabled": "FFC9",
|
||||
"dataEnabled": "9090"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Premium Time 15",
|
||||
"description": "",
|
||||
"caution": "Scores will only save on exiting Premium Time, and only up to 20 songs. Recommended to keep this under 45 minutes.",
|
||||
"gameCode": "M32",
|
||||
"type": "union",
|
||||
"patches": [
|
||||
{
|
||||
"name": "00:00",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "06000000",
|
||||
"offset": 109442
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "00:01",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "3C000000",
|
||||
"offset": 109442
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "04:20",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "F03C0000",
|
||||
"offset": 109442
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "13:37",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "7CBF0000",
|
||||
"offset": 109442
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "57:30",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "98280300",
|
||||
"offset": 109442
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "69:00",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "50CA0300",
|
||||
"offset": 109442
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "10 Minutes",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "A08C0000",
|
||||
"offset": 109442
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "15 Minutes",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "F0D20000",
|
||||
"offset": 109442
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "20 Minutes",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "40190100",
|
||||
"offset": 109442
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "30 Minutes",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "E0A50100",
|
||||
"offset": 109442
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "45 Minutes",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "D0780200",
|
||||
"offset": 109442
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "60 Minutes",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "C04B0300",
|
||||
"offset": 109442
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "90 Minutes",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "A0F10400",
|
||||
"offset": 109442
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Premium Time 10",
|
||||
"description": "",
|
||||
"caution": "Scores will only save on exiting Premium Time, and only up to 20 songs. Recommended to keep this under 45 minutes.",
|
||||
"gameCode": "M32",
|
||||
"type": "union",
|
||||
"patches": [
|
||||
{
|
||||
"name": "00:00",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "06000000",
|
||||
"offset": 109516
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "00:01",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "3C000000",
|
||||
"offset": 109516
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "04:20",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "F03C0000",
|
||||
"offset": 109516
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "13:37",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "7CBF0000",
|
||||
"offset": 109516
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "57:30",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "98280300",
|
||||
"offset": 109516
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "69:00",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "50CA0300",
|
||||
"offset": 109516
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "10 Minutes",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "A08C0000",
|
||||
"offset": 109516
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "15 Minutes",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "F0D20000",
|
||||
"offset": 109516
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "20 Minutes",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "40190100",
|
||||
"offset": 109516
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "30 Minutes",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "E0A50100",
|
||||
"offset": 109516
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "45 Minutes",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "D0780200",
|
||||
"offset": 109516
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "60 Minutes",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "C04B0300",
|
||||
"offset": 109516
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "90 Minutes",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "A0F10400",
|
||||
"offset": 109516
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Cursor Hold",
|
||||
"description": "",
|
||||
"gameCode": "M32",
|
||||
"type": "memory",
|
||||
"patches": [
|
||||
{
|
||||
"offset": 762101,
|
||||
"dllName": "game.dll",
|
||||
"dataDisabled": "0F85",
|
||||
"dataEnabled": "90E9"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Stage Freeze",
|
||||
"description": "",
|
||||
"caution": "Scores don't save",
|
||||
"gameCode": "M32",
|
||||
"type": "memory",
|
||||
"patches": [
|
||||
{
|
||||
"offset": 1149414,
|
||||
"dllName": "game.dll",
|
||||
"dataDisabled": "0F85",
|
||||
"dataEnabled": "90E9"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Skip Tutorial",
|
||||
"description": "",
|
||||
"gameCode": "M32",
|
||||
"type": "memory",
|
||||
"patches": [
|
||||
{
|
||||
"offset": 944378,
|
||||
"dllName": "game.dll",
|
||||
"dataDisabled": "0F87",
|
||||
"dataEnabled": "90E9"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Unlock all songs",
|
||||
"description": "",
|
||||
"gameCode": "M32",
|
||||
"type": "memory",
|
||||
"patches": [
|
||||
{
|
||||
"offset": 1953170,
|
||||
"dllName": "game.dll",
|
||||
"dataDisabled": "6100",
|
||||
"dataEnabled": "4D01"
|
||||
},
|
||||
{
|
||||
"offset": 1953194,
|
||||
"dllName": "game.dll",
|
||||
"dataDisabled": "6300",
|
||||
"dataEnabled": "4D01"
|
||||
},
|
||||
{
|
||||
"offset": 1194995,
|
||||
"dllName": "game.dll",
|
||||
"dataDisabled": "7508",
|
||||
"dataEnabled": "EB11"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Enable Long Music",
|
||||
"description": "",
|
||||
"gameCode": "M32",
|
||||
"type": "memory",
|
||||
"patches": [
|
||||
{
|
||||
"offset": 1195172,
|
||||
"dllName": "game.dll",
|
||||
"dataDisabled": "74",
|
||||
"dataEnabled": "EB"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Skip 'NOW DATA INITIALIZING'",
|
||||
"description": "",
|
||||
"caution": "Useful for testing only",
|
||||
"gameCode": "M32",
|
||||
"type": "memory",
|
||||
"patches": [
|
||||
{
|
||||
"offset": 219917,
|
||||
"dllName": "game.dll",
|
||||
"dataDisabled": "0F8474010000",
|
||||
"dataEnabled": "909090909090"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
381
patches/M32-6571527d_15fce8.json
Normal file
381
patches/M32-6571527d_15fce8.json
Normal file
@ -0,0 +1,381 @@
|
||||
[
|
||||
{
|
||||
"name": "Timer Freeze",
|
||||
"description": "",
|
||||
"gameCode": "M32",
|
||||
"type": "memory",
|
||||
"patches": [
|
||||
{
|
||||
"offset": 1003039,
|
||||
"dllName": "game.dll",
|
||||
"dataDisabled": "0F85",
|
||||
"dataEnabled": "90E9"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Premium Timer Freeze",
|
||||
"description": "",
|
||||
"caution": "Scores will only save on exiting Premium Time, and only up to 20 songs.",
|
||||
"gameCode": "M32",
|
||||
"type": "memory",
|
||||
"patches": [
|
||||
{
|
||||
"offset": 1114480,
|
||||
"dllName": "game.dll",
|
||||
"dataDisabled": "FFC9",
|
||||
"dataEnabled": "9090"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Premium Time 15",
|
||||
"description": "",
|
||||
"caution": "Scores will only save on exiting Premium Time, and only up to 20 songs. Recommended to keep this under 45 minutes.",
|
||||
"gameCode": "M32",
|
||||
"type": "union",
|
||||
"patches": [
|
||||
{
|
||||
"name": "00:00",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "06000000",
|
||||
"offset": 110879
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "00:01",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "3C000000",
|
||||
"offset": 110879
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "04:20",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "F03C0000",
|
||||
"offset": 110879
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "13:37",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "7CBF0000",
|
||||
"offset": 110879
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "57:30",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "98280300",
|
||||
"offset": 110879
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "69:00",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "50CA0300",
|
||||
"offset": 110879
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "10 Minutes",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "A08C0000",
|
||||
"offset": 110879
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "15 Minutes",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "F0D20000",
|
||||
"offset": 110879
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "20 Minutes",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "40190100",
|
||||
"offset": 110879
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "30 Minutes",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "E0A50100",
|
||||
"offset": 110879
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "45 Minutes",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "D0780200",
|
||||
"offset": 110879
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "60 Minutes",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "C04B0300",
|
||||
"offset": 110879
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "90 Minutes",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "A0F10400",
|
||||
"offset": 110879
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Premium Time 10",
|
||||
"description": "",
|
||||
"caution": "Scores will only save on exiting Premium Time, and only up to 20 songs. Recommended to keep this under 45 minutes.",
|
||||
"gameCode": "M32",
|
||||
"type": "union",
|
||||
"patches": [
|
||||
{
|
||||
"name": "00:00",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "06000000",
|
||||
"offset": 110953
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "00:01",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "3C000000",
|
||||
"offset": 110953
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "04:20",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "F03C0000",
|
||||
"offset": 110953
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "13:37",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "7CBF0000",
|
||||
"offset": 110953
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "57:30",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "98280300",
|
||||
"offset": 110953
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "69:00",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "50CA0300",
|
||||
"offset": 110953
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "10 Minutes",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "A08C0000",
|
||||
"offset": 110953
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "15 Minutes",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "F0D20000",
|
||||
"offset": 110953
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "20 Minutes",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "40190100",
|
||||
"offset": 110953
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "30 Minutes",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "E0A50100",
|
||||
"offset": 110953
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "45 Minutes",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "D0780200",
|
||||
"offset": 110953
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "60 Minutes",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "C04B0300",
|
||||
"offset": 110953
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "90 Minutes",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "A0F10400",
|
||||
"offset": 110953
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Cursor Hold",
|
||||
"description": "",
|
||||
"gameCode": "M32",
|
||||
"type": "memory",
|
||||
"patches": [
|
||||
{
|
||||
"offset": 763045,
|
||||
"dllName": "game.dll",
|
||||
"dataDisabled": "0F85",
|
||||
"dataEnabled": "90E9"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Stage Freeze",
|
||||
"description": "",
|
||||
"caution": "Scores don't save",
|
||||
"gameCode": "M32",
|
||||
"type": "memory",
|
||||
"patches": [
|
||||
{
|
||||
"offset": 1149462,
|
||||
"dllName": "game.dll",
|
||||
"dataDisabled": "0F85",
|
||||
"dataEnabled": "90E9"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Skip Tutorial",
|
||||
"description": "",
|
||||
"gameCode": "M32",
|
||||
"type": "memory",
|
||||
"patches": [
|
||||
{
|
||||
"offset": 944442,
|
||||
"dllName": "game.dll",
|
||||
"dataDisabled": "0F87",
|
||||
"dataEnabled": "90E9"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Unlock all songs",
|
||||
"description": "",
|
||||
"gameCode": "M32",
|
||||
"type": "memory",
|
||||
"patches": [
|
||||
{
|
||||
"offset": 1966722,
|
||||
"dllName": "game.dll",
|
||||
"dataDisabled": "6100",
|
||||
"dataEnabled": "4D01"
|
||||
},
|
||||
{
|
||||
"offset": 1966746,
|
||||
"dllName": "game.dll",
|
||||
"dataDisabled": "6300",
|
||||
"dataEnabled": "4D01"
|
||||
},
|
||||
{
|
||||
"offset": 1195075,
|
||||
"dllName": "game.dll",
|
||||
"dataDisabled": "7508",
|
||||
"dataEnabled": "EB11"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Enable Long Music",
|
||||
"description": "",
|
||||
"gameCode": "M32",
|
||||
"type": "memory",
|
||||
"patches": [
|
||||
{
|
||||
"offset": 1195252,
|
||||
"dllName": "game.dll",
|
||||
"dataDisabled": "74",
|
||||
"dataEnabled": "EB"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Skip 'NOW DATA INITIALIZING'",
|
||||
"description": "",
|
||||
"caution": "Useful for testing only",
|
||||
"gameCode": "M32",
|
||||
"type": "memory",
|
||||
"patches": [
|
||||
{
|
||||
"offset": 221373,
|
||||
"dllName": "game.dll",
|
||||
"dataDisabled": "0F8474010000",
|
||||
"dataEnabled": "909090909090"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
381
patches/M32-6595ffbf_161d88.json
Normal file
381
patches/M32-6595ffbf_161d88.json
Normal file
@ -0,0 +1,381 @@
|
||||
[
|
||||
{
|
||||
"name": "Timer Freeze",
|
||||
"description": "",
|
||||
"gameCode": "M32",
|
||||
"type": "memory",
|
||||
"patches": [
|
||||
{
|
||||
"offset": 1008271,
|
||||
"dllName": "game.dll",
|
||||
"dataDisabled": "0F85",
|
||||
"dataEnabled": "90E9"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Premium Timer Freeze",
|
||||
"description": "",
|
||||
"caution": "Scores will only save on exiting Premium Time, and only up to 20 songs.",
|
||||
"gameCode": "M32",
|
||||
"type": "memory",
|
||||
"patches": [
|
||||
{
|
||||
"offset": 1121712,
|
||||
"dllName": "game.dll",
|
||||
"dataDisabled": "FFC9",
|
||||
"dataEnabled": "9090"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Premium Time 15",
|
||||
"description": "",
|
||||
"caution": "Scores will only save on exiting Premium Time, and only up to 20 songs. Recommended to keep this under 45 minutes.",
|
||||
"gameCode": "M32",
|
||||
"type": "union",
|
||||
"patches": [
|
||||
{
|
||||
"name": "00:00",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "06000000",
|
||||
"offset": 110959
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "00:01",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "3C000000",
|
||||
"offset": 110959
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "04:20",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "F03C0000",
|
||||
"offset": 110959
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "13:37",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "7CBF0000",
|
||||
"offset": 110959
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "57:30",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "98280300",
|
||||
"offset": 110959
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "69:00",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "50CA0300",
|
||||
"offset": 110959
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "10 Minutes",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "A08C0000",
|
||||
"offset": 110959
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "15 Minutes",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "F0D20000",
|
||||
"offset": 110959
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "20 Minutes",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "40190100",
|
||||
"offset": 110959
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "30 Minutes",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "E0A50100",
|
||||
"offset": 110959
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "45 Minutes",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "D0780200",
|
||||
"offset": 110959
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "60 Minutes",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "C04B0300",
|
||||
"offset": 110959
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "90 Minutes",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "A0F10400",
|
||||
"offset": 110959
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Premium Time 10",
|
||||
"description": "",
|
||||
"caution": "Scores will only save on exiting Premium Time, and only up to 20 songs. Recommended to keep this under 45 minutes.",
|
||||
"gameCode": "M32",
|
||||
"type": "union",
|
||||
"patches": [
|
||||
{
|
||||
"name": "00:00",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "06000000",
|
||||
"offset": 111033
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "00:01",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "3C000000",
|
||||
"offset": 111033
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "04:20",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "F03C0000",
|
||||
"offset": 111033
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "13:37",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "7CBF0000",
|
||||
"offset": 111033
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "57:30",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "98280300",
|
||||
"offset": 111033
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "69:00",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "50CA0300",
|
||||
"offset": 111033
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "10 Minutes",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "A08C0000",
|
||||
"offset": 111033
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "15 Minutes",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "F0D20000",
|
||||
"offset": 111033
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "20 Minutes",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "40190100",
|
||||
"offset": 111033
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "30 Minutes",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "E0A50100",
|
||||
"offset": 111033
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "45 Minutes",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "D0780200",
|
||||
"offset": 111033
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "60 Minutes",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "C04B0300",
|
||||
"offset": 111033
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "90 Minutes",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "A0F10400",
|
||||
"offset": 111033
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Cursor Hold",
|
||||
"description": "",
|
||||
"gameCode": "M32",
|
||||
"type": "memory",
|
||||
"patches": [
|
||||
{
|
||||
"offset": 769775,
|
||||
"dllName": "game.dll",
|
||||
"dataDisabled": "0F85",
|
||||
"dataEnabled": "90E9"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Stage Freeze",
|
||||
"description": "",
|
||||
"caution": "Scores don't save",
|
||||
"gameCode": "M32",
|
||||
"type": "memory",
|
||||
"patches": [
|
||||
{
|
||||
"offset": 1156582,
|
||||
"dllName": "game.dll",
|
||||
"dataDisabled": "0F85",
|
||||
"dataEnabled": "90E9"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Skip Tutorial",
|
||||
"description": "",
|
||||
"gameCode": "M32",
|
||||
"type": "memory",
|
||||
"patches": [
|
||||
{
|
||||
"offset": 949674,
|
||||
"dllName": "game.dll",
|
||||
"dataDisabled": "0F87",
|
||||
"dataEnabled": "90E9"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Unlock all songs",
|
||||
"description": "",
|
||||
"gameCode": "M32",
|
||||
"type": "memory",
|
||||
"patches": [
|
||||
{
|
||||
"offset": 1971154,
|
||||
"dllName": "game.dll",
|
||||
"dataDisabled": "6100",
|
||||
"dataEnabled": "4D01"
|
||||
},
|
||||
{
|
||||
"offset": 1971178,
|
||||
"dllName": "game.dll",
|
||||
"dataDisabled": "6300",
|
||||
"dataEnabled": "4D01"
|
||||
},
|
||||
{
|
||||
"offset": 1203379,
|
||||
"dllName": "game.dll",
|
||||
"dataDisabled": "7508",
|
||||
"dataEnabled": "EB11"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Enable Long Music",
|
||||
"description": "",
|
||||
"gameCode": "M32",
|
||||
"type": "memory",
|
||||
"patches": [
|
||||
{
|
||||
"offset": 1203556,
|
||||
"dllName": "game.dll",
|
||||
"dataDisabled": "74",
|
||||
"dataEnabled": "EB"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Skip 'NOW DATA INITIALIZING'",
|
||||
"description": "",
|
||||
"caution": "Useful for testing only",
|
||||
"gameCode": "M32",
|
||||
"type": "memory",
|
||||
"patches": [
|
||||
{
|
||||
"offset": 221645,
|
||||
"dllName": "game.dll",
|
||||
"dataDisabled": "0F8474010000",
|
||||
"dataEnabled": "909090909090"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
381
patches/M32-65c44dda_162048.json
Normal file
381
patches/M32-65c44dda_162048.json
Normal file
@ -0,0 +1,381 @@
|
||||
[
|
||||
{
|
||||
"name": "Timer Freeze",
|
||||
"description": "",
|
||||
"gameCode": "M32",
|
||||
"type": "memory",
|
||||
"patches": [
|
||||
{
|
||||
"offset": 1008895,
|
||||
"dllName": "game.dll",
|
||||
"dataDisabled": "0F85",
|
||||
"dataEnabled": "90E9"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Premium Timer Freeze",
|
||||
"description": "",
|
||||
"caution": "Scores will only save on exiting Premium Time, and only up to 20 songs.",
|
||||
"gameCode": "M32",
|
||||
"type": "memory",
|
||||
"patches": [
|
||||
{
|
||||
"offset": 1122416,
|
||||
"dllName": "game.dll",
|
||||
"dataDisabled": "FFC9",
|
||||
"dataEnabled": "9090"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Premium Time 15",
|
||||
"description": "",
|
||||
"caution": "Scores will only save on exiting Premium Time, and only up to 20 songs. Recommended to keep this under 45 minutes.",
|
||||
"gameCode": "M32",
|
||||
"type": "union",
|
||||
"patches": [
|
||||
{
|
||||
"name": "00:00",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "06000000",
|
||||
"offset": 110959
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "00:01",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "3C000000",
|
||||
"offset": 110959
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "04:20",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "F03C0000",
|
||||
"offset": 110959
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "13:37",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "7CBF0000",
|
||||
"offset": 110959
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "57:30",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "98280300",
|
||||
"offset": 110959
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "69:00",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "50CA0300",
|
||||
"offset": 110959
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "10 Minutes",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "A08C0000",
|
||||
"offset": 110959
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "15 Minutes",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "F0D20000",
|
||||
"offset": 110959
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "20 Minutes",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "40190100",
|
||||
"offset": 110959
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "30 Minutes",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "E0A50100",
|
||||
"offset": 110959
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "45 Minutes",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "D0780200",
|
||||
"offset": 110959
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "60 Minutes",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "C04B0300",
|
||||
"offset": 110959
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "90 Minutes",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "A0F10400",
|
||||
"offset": 110959
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Premium Time 10",
|
||||
"description": "",
|
||||
"caution": "Scores will only save on exiting Premium Time, and only up to 20 songs. Recommended to keep this under 45 minutes.",
|
||||
"gameCode": "M32",
|
||||
"type": "union",
|
||||
"patches": [
|
||||
{
|
||||
"name": "00:00",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "06000000",
|
||||
"offset": 111033
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "00:01",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "3C000000",
|
||||
"offset": 111033
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "04:20",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "F03C0000",
|
||||
"offset": 111033
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "13:37",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "7CBF0000",
|
||||
"offset": 111033
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "57:30",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "98280300",
|
||||
"offset": 111033
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "69:00",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "50CA0300",
|
||||
"offset": 111033
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "10 Minutes",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "A08C0000",
|
||||
"offset": 111033
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "15 Minutes",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "F0D20000",
|
||||
"offset": 111033
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "20 Minutes",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "40190100",
|
||||
"offset": 111033
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "30 Minutes",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "E0A50100",
|
||||
"offset": 111033
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "45 Minutes",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "D0780200",
|
||||
"offset": 111033
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "60 Minutes",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "C04B0300",
|
||||
"offset": 111033
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "90 Minutes",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "A0F10400",
|
||||
"offset": 111033
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Cursor Hold",
|
||||
"description": "",
|
||||
"gameCode": "M32",
|
||||
"type": "memory",
|
||||
"patches": [
|
||||
{
|
||||
"offset": 770031,
|
||||
"dllName": "game.dll",
|
||||
"dataDisabled": "0F85",
|
||||
"dataEnabled": "90E9"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Stage Freeze",
|
||||
"description": "",
|
||||
"caution": "Scores don't save",
|
||||
"gameCode": "M32",
|
||||
"type": "memory",
|
||||
"patches": [
|
||||
{
|
||||
"offset": 1157286,
|
||||
"dllName": "game.dll",
|
||||
"dataDisabled": "0F85",
|
||||
"dataEnabled": "90E9"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Skip Tutorial",
|
||||
"description": "",
|
||||
"gameCode": "M32",
|
||||
"type": "memory",
|
||||
"patches": [
|
||||
{
|
||||
"offset": 950298,
|
||||
"dllName": "game.dll",
|
||||
"dataDisabled": "0F87",
|
||||
"dataEnabled": "90E9"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Unlock all songs",
|
||||
"description": "",
|
||||
"gameCode": "M32",
|
||||
"type": "memory",
|
||||
"patches": [
|
||||
{
|
||||
"offset": 1971666,
|
||||
"dllName": "game.dll",
|
||||
"dataDisabled": "6100",
|
||||
"dataEnabled": "4D01"
|
||||
},
|
||||
{
|
||||
"offset": 1971690,
|
||||
"dllName": "game.dll",
|
||||
"dataDisabled": "6300",
|
||||
"dataEnabled": "4D01"
|
||||
},
|
||||
{
|
||||
"offset": 1204083,
|
||||
"dllName": "game.dll",
|
||||
"dataDisabled": "7508",
|
||||
"dataEnabled": "EB11"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Enable Long Music",
|
||||
"description": "",
|
||||
"gameCode": "M32",
|
||||
"type": "memory",
|
||||
"patches": [
|
||||
{
|
||||
"offset": 1204260,
|
||||
"dllName": "game.dll",
|
||||
"dataDisabled": "74",
|
||||
"dataEnabled": "EB"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Skip 'NOW DATA INITIALIZING'",
|
||||
"description": "",
|
||||
"caution": "Useful for testing only",
|
||||
"gameCode": "M32",
|
||||
"type": "memory",
|
||||
"patches": [
|
||||
{
|
||||
"offset": 222013,
|
||||
"dllName": "game.dll",
|
||||
"dataDisabled": "0F8474010000",
|
||||
"dataEnabled": "909090909090"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
Loading…
Reference in New Issue
Block a user