mirror of
https://github.com/two-torial/webpatcher.git
synced 2025-02-19 19:52:37 +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" src="js/dllpatcher.js"></script>
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
window.addEventListener("load", function () {
|
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", "", [
|
new Patcher("libshare-pj.dll", "", [
|
||||||
{
|
{
|
||||||
name: 'Fix "IP CHANGE ERROR"',
|
name: 'Fix "IP CHANGE ERROR"',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user