mirror of
https://github.com/two-torial/webpatcher.git
synced 2024-11-24 07:30:10 +01:00
Gitadora Exchain: Timer Freeze added (#117)
This commit is contained in:
parent
e90da15025
commit
a002dd4726
@ -10,6 +10,12 @@
|
||||
<script type="text/javascript" src="js/dllpatcher.js"></script>
|
||||
<script type="text/javascript">
|
||||
window.addEventListener("load", function () {
|
||||
new Patcher("game.dll", "", [
|
||||
{
|
||||
name: "Timer Freeze",
|
||||
patches: [{offset: 0xBC27, off: [0x0F, 0x85, 0xAA, 0x01, 0x00, 0x00], on: [0xE9, 0xAB, 0x01, 0x00, 0x00, 0x90]}]
|
||||
}
|
||||
]);
|
||||
new Patcher("libshare-pj.dll", "", [
|
||||
{
|
||||
name: 'Fix "IP CHANGE ERROR"',
|
||||
|
Loading…
Reference in New Issue
Block a user