Files

57 lines
3.1 KiB
HTML

<!DOCTYPE html>
<html lang='en'>
<head>
<meta charset='utf-8'>
<title>Love Plus Arcade Colorful Clip</title>
<link rel='stylesheet' href='css/style.css'>
<script type='text/javascript' src='js/dllpatcher.js'></script>
<script type='text/javascript'>
window.addEventListener('load', function () {
new PatchContainer([
new Patcher('lpac.dll', "2012-10-01", [
{
name: 'Higher Resolution EAGate Photo Uploads',
tooltip: 'Increases the resolution from 270x480 to 720x1280',
patches: [
{offset : 0x108597, off: [0x68, 0xE0, 0x01, 0x00, 0x00, 0x68, 0x0E, 0x01], on : [0x68, 0x00, 0x05, 0x00, 0x00, 0x68, 0xD0, 0x02]},
{offset : 0x1085DE, off: [0x74], on : [0xEB]},
]
},
{
name: 'Timer Freeze',
patches: [
{offset: 0xCDC66, off: [0x8D, 0x41, 0xFF], on: [0x8B, 0xC1, 0x90]}
]
},
{
name: 'Unscramble Keypad',
tooltip: 'Disable randomization of password keypad layout',
patches: [
{offset: 0x92ED4, off: [0x2B, 0xD0, 0x03, 0xD2, 0x2B, 0xCA], on: [0xB9, 0x01, 0x00, 0x00, 0x00, 0x90]},
{offset: 0x93438, off: [0x25, 0x03, 0x00, 0x00, 0x80, 0x79, 0x05], on: [0xB8, 0x01, 0x00, 0x00, 0x00, 0xEB, 0x05]}
]
},
])
]);
new PatchContainer([
new Patcher('arkklp.dll', "2012-10-01", [
{
name: 'Redirect Bookkeeping Files',
tooltip: 'Redirects bookkeeping files from E:\\ and F:\\ to \\dev\\',
patches: [
{offset: 0x82A6C, off: [0x65, 0x3A, 0x2F, 0x42, 0x4F, 0x4F, 0x4B, 0x4B, 0x45, 0x45, 0x50, 0x49, 0x4E, 0x47, 0x53, 0x00], on: [0x64, 0x65, 0x76, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00]},
{offset: 0x82A7C, off: [0x65, 0x3A, 0x2F, 0x42, 0x4F, 0x4F, 0x4B, 0x4B, 0x45, 0x45, 0x50, 0x49, 0x4E, 0x47, 0x53, 0x2F, 0x42, 0x4F, 0x4F, 0x4B, 0x4B, 0x45, 0x45, 0x50, 0x49, 0x4E, 0x47, 0x53, 0x00], on: [0x64, 0x65, 0x76, 0x2F, 0x42, 0x4F, 0x4F, 0x4B, 0x4B, 0x45, 0x45, 0x50, 0x49, 0x4E, 0x47, 0x53, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00]},
{offset: 0x82A9C, off: [0x66, 0x3A, 0x2F, 0x42, 0x4F, 0x4F, 0x4B, 0x4B, 0x45, 0x45, 0x50, 0x49, 0x4E, 0x47, 0x53, 0x00], on: [0x64, 0x65, 0x76, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00]},
{offset: 0x82AAC, off: [0x66, 0x3A, 0x2F, 0x42, 0x4F, 0x4F, 0x4B, 0x4B, 0x45, 0x45, 0x50, 0x49, 0x4E, 0x47, 0x53, 0x2F, 0x42, 0x4F, 0x4F, 0x4B, 0x4B, 0x45, 0x45, 0x50, 0x49, 0x4E, 0x47, 0x53, 0x00], on: [0x64, 0x65, 0x76, 0x2F, 0x42, 0x4F, 0x4F, 0x4B, 0x4B, 0x45, 0x45, 0x50, 0x49, 0x4E, 0x47, 0x53, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00]},
]
},
])
]);
});
</script>
</head>
<body>
<h1>Love Plus Arcade Colorful Clip</h1>
</body>
</html>