mirror of
https://github.com/two-torial/webpatcher.git
synced 2024-11-13 18:40:48 +01:00
Add The BishiBashi
This commit is contained in:
parent
b8fb8eea3b
commit
42a8a6027d
26
bishibashi.html
Normal file
26
bishibashi.html
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang='en'>
|
||||||
|
<head>
|
||||||
|
<meta charset='utf-8'>
|
||||||
|
<title>THE ☆ BishiBashi DLL Modder</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 Patcher('bishi09.exe', "", [
|
||||||
|
{
|
||||||
|
name: 'Allow A region exe to run with J dongle',
|
||||||
|
patches: [
|
||||||
|
{offset : 0x6ebd1, off: [0xb0, 0x42, 0x88, 0x44, 0x24, 0x17], on : [0x8d, 0x44, 0x24, 0x14, 0xb3, 0x42]},
|
||||||
|
{offset : 0x6ebd8, off: [0x44, 0x24, 0x18, 0xb0, 0x41, 0x88, 0x44, 0x24, 0x19, 0x88, 0x44, 0x24, 0x1a, 0x88, 0x44, 0x24, 0x1b], on : [0x58, 0x03, 0x88, 0x58, 0x04, 0xfe, 0xcb, 0x88, 0x58, 0x06, 0x88, 0x58, 0x07, 0xc6, 0x40, 0x05, 0x4a]},
|
||||||
|
{offset : 0x6fa3a, off: [0x12], on : [0x19]},
|
||||||
|
]
|
||||||
|
},
|
||||||
|
])
|
||||||
|
});
|
||||||
|
</script>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<h1>THE ☆ BishiBashi DLL Modder</h1>
|
||||||
|
</body>
|
||||||
|
</html>
|
BIN
img/bishibashi.png
Normal file
BIN
img/bishibashi.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 14 KiB |
@ -36,6 +36,11 @@
|
|||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<a href="bishibashi.html" class="gameicon">
|
||||||
|
<img src="img/bishibashi.png">
|
||||||
|
<div>THE ☆ BishiBashi</div>
|
||||||
|
</a>
|
||||||
|
|
||||||
<a href="bombergirl.html" class="gameicon">
|
<a href="bombergirl.html" class="gameicon">
|
||||||
<img src="img/bombergirl.png">
|
<img src="img/bombergirl.png">
|
||||||
<div>BomberGirl PC (eacloud)</div>
|
<div>BomberGirl PC (eacloud)</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user