forked from mon/BemaniPatcher
-
Notifications
You must be signed in to change notification settings - Fork 0
/
futuretone.html
149 lines (148 loc) · 6.53 KB
/
futuretone.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Hatsune Miku: Project DIVA Arcade Future Tone Modder</title>
<link rel="stylesheet" href="css/style.css">
<!-- don't hate -->
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js"></script>
<script type="text/javascript" src="js/FileSaver.min.js"></script>
<script type="text/javascript" src="js/dllpatcher.js"></script>
<script type="text/javascript">
window.addEventListener("load", function () {
new PatchContainer([
new Patcher("diva.exe", "7.10.00", [
{
name: "DHCP Patch",
patches: [
{offset: 0x392A10, off: [0x40, 0x53, 0x48, 0x83, 0xEC, 0x20], on: [0xB0, 0x01, 0xC3, 0x90, 0x90, 0x90]}
]
},
{
name: "Location Server Bypass",
patches: [
{offset: 0x6726A2, off: [0x75, 0x1E], on: [0x90, 0x90]},
],
},
{
name: "Ram folder to game root folder",
patches: [
{offset: 0x670BB1, off: [0x0F, 0x85, 0x21, 0x03, 0x00], on: [0xE9, 0x22, 0x03, 0x00, 0x00]},
],
},
]),
new Patcher("diva.exe", "7.01.00", [
{
name: "DHCP Patch",
patches: [
{offset: 0x6750B0, off: [0x40, 0x53, 0x48, 0x83, 0xEC, 0x20], on: [0xB0, 0x01, 0xC3, 0x90, 0x90, 0x90]}
]
},
{
name: "Location Server Bypass",
patches: [
{offset: 0x66E712, off: [0x75, 0x1E], on: [0x90, 0x90]},
{offset: 0x6F8570, off: [0x75, 0x1E], on: [0x90, 0x90]}
],
},
{
name: "Ram folder to game root folder",
patches: [
{offset: 0x668379, off: [0x0F, 0x85, 0xD7], on: [0xE9, 0xD8, 0x00]},
],
},
]),
new Patcher("diva.exe", "6.00.00", [
{
name: "DHCP Patch",
patches: [
{offset: 0x253460, off: [0x40, 0x53, 0x48, 0x83, 0xEC], on: [0xC3, 0x53, 0x48, 0x83, 0xEC]},
{offset: 0x379960, off: [0x40, 0x53, 0x48, 0x83, 0xEC, 0x20], on: [0xB0, 0x01, 0xC3, 0x90, 0x90, 0x90]}
]
},
{
name: "Location Server Bypass",
patches: [
{offset: 0x64E282, off: [0x75, 0x1E], on: [0x90, 0x90]},
],
},
{
name: "Ram folder to game root folder",
patches: [
{offset: 0x64C791, off: [0x0F, 0x85, 0x21, 0x03, 0x00], on: [0xE9, 0x22, 0x03, 0x00, 0x00]},
],
},
]),
new Patcher("diva.exe", "5.00.02", [
{
name: "DHCP Patch",
patches: [
{offset: 0x535F60, off: [0x40, 0x53, 0x48, 0x83, 0xEC, 0x20], on: [0xB0, 0x01, 0xC3, 0x90, 0x90, 0x90]}
]
},
{
name: "Location Server Bypass",
patches: [
{offset: 0x54C542, off: [0x75, 0x1E], on: [0x90, 0x90]},
{offset: 0x6D9D5B, off: [0x75, 0x1E], on: [0x90, 0x90]},
{offset: 0x7250ED, off: [0x75, 0x1E], on: [0x90, 0x90]}
],
},
{
name: "Ram folder to game root folder",
patches: [
{offset: 0x5459D9, off: [0x0F, 0x85, 0xD7], on: [0xE9, 0xD8, 0x00]},
{offset: 0x54AA41, off: [0x0F, 0x85, 0x21, 0x03, 0x00], on: [0xE9, 0x22, 0x03, 0x00, 0x00]}
],
},
]),
new Patcher("diva.exe", "4.10.00", [
{
name: "DHCP Patch",
patches: [
{offset: 0x26CD00, off: [0x40, 0x53, 0x48, 0x83, 0xEC, 0x20], on: [0xB0, 0x01, 0xC3, 0x90, 0x90, 0x90]}
]
},
{
name: "Location Server Bypass",
patches: [
{offset: 0x534D22, off: [0x75, 0x1E], on: [0x90, 0x90]},
{offset: 0x70191D, off: [0x75, 0x1E], on: [0x90, 0x90]}
],
},
{
name: "Ram folder to game root folder",
patches: [
{offset: 0x52E2C9, off: [0x0F, 0x85, 0xD7], on: [0xE9, 0xD8, 0x00]},
],
},
]),
new Patcher("diva.exe", "4.00.00", [
{
name: "DHCP Patch",
patches: [
{offset: 0x25BFF0, off: [0x40, 0x53, 0x48, 0x83, 0xEC, 0x20], on: [0xB0, 0x01, 0xC3, 0x90, 0x90, 0x90]}
]
},
{
name: "Location Server Bypass",
patches: [
{offset: 0x4E8E52, off: [0x75, 0x1E], on: [0x90, 0x90]},
{offset: 0x6708CB, off: [0x75, 0x1E], on: [0x90, 0x90]}
],
},
{
name: "Ram folder to game root folder",
patches: [
{offset: 0x4E2409, off: [0x0F, 0x85, 0xD7], on: [0xE9, 0xD8, 0x00]},
],
},
]),
]);
});
</script>
</head>
<body>
<h1>Hatsune Miku: Project DIVA Arcade Future Tone Modder</h1>
</body>
</html>