mirror of
https://github.com/two-torial/webpatcher.git
synced 2024-12-18 01:35:57 +01:00
Update lumi from Scribbler's
Some checks failed
Check HTML/JS is valid / build (push) Failing after 2s
Some checks failed
Check HTML/JS is valid / build (push) Failing after 2s
This commit is contained in:
parent
d28201a560
commit
1fb0ec8bdf
@ -263,6 +263,21 @@
|
|||||||
{offset: 0x2bbbc8, off: [0x28], on: [0x08]}
|
{offset: 0x2bbbc8, off: [0x28], on: [0x08]}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
]),
|
||||||
|
new Patcher("amdaemon.exe", "2.22.00", [
|
||||||
|
{
|
||||||
|
name: "Allow 127.0.0.1/localhost as the network server",
|
||||||
|
patches: [
|
||||||
|
{offset: 0x6e1ca4, off: [0x31, 0x32, 0x37, 0x2f], on: [0x30, 0x2f, 0x38, 0x00]},
|
||||||
|
{offset: 0x3c88c4, off: [0xff, 0x15, 0xc6, 0x2f, 0x1b, 0x00, 0x8b], on: [0x33, 0xc0, 0x48, 0x83, 0xc4, 0x28, 0xc3]}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: "Infinite credits",
|
||||||
|
patches: [
|
||||||
|
{offset: 0x2bafc8, off: [0x28], on: [0x08]}
|
||||||
|
]
|
||||||
|
}
|
||||||
])
|
])
|
||||||
]);
|
]);
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user