Gitadora Exchain: Timer Freeze added (#117)

This commit is contained in:
Emi Midnight 2020-02-01 00:25:35 +01:00 committed by GitHub
parent e90da15025
commit a002dd4726
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"',