mirror of
https://github.com/two-torial/webpatcher.git
synced 2024-11-15 03:17:36 +01:00
more patch for chuni 1.50 (#175)
* more patch for chuni 1.50 * chuni 1.50: win7 patch
This commit is contained in:
parent
5bb404f787
commit
39fdddebf9
@ -52,11 +52,56 @@
|
||||
],
|
||||
},
|
||||
{
|
||||
name: "AutoPlay",
|
||||
// lin714093880 & esterTion
|
||||
name: "Patch for head-to-head play",
|
||||
tooltip: "Fix infinite sync while trying to connect to head to head play.",
|
||||
patches: [
|
||||
{offset: 0x48C9B3, off: [0x01], on: [0x00]},
|
||||
]
|
||||
},
|
||||
{
|
||||
name: "Auto Play",
|
||||
patches: [
|
||||
{offset: 0x747369, off: [0x00], on: [0x01]},
|
||||
],
|
||||
},
|
||||
{
|
||||
// maybenotuseful
|
||||
name: "Patch for Windows 7",
|
||||
tooltip: "May not be able to connect to the server",
|
||||
patches: [
|
||||
{offset: 0x1bdd428, off: [0x45, 0x78], on: [0x5F, 0x41]},
|
||||
{offset: 0x1bdd430, off: [0x43, 0x61, 0x6E, 0x63, 0x65, 0x6C, 0x51, 0x75, 0x65, 0x72, 0x79], on: [0x51, 0x75, 0x65, 0x72, 0x79, 0x5F, 0x41, 0x00, 0x00, 0x00, 0x00]},
|
||||
],
|
||||
},
|
||||
{
|
||||
// esterTion
|
||||
name: "Free Play",
|
||||
tooltip: "Endless credits",
|
||||
patches: [
|
||||
{offset: 0xCB2CF5, off: [0x28], on: [0x08]},
|
||||
],
|
||||
},
|
||||
{
|
||||
// esterTion
|
||||
name: "Dummy LED",
|
||||
tooltip: "Skip LED board check",
|
||||
patches: [
|
||||
{offset: 0x24A5E7, off: [0x00], on: [0x01]},
|
||||
],
|
||||
},
|
||||
{
|
||||
name: "No Encryption",
|
||||
patches: [
|
||||
{offset: 0x3E2832, off: [0x39], on: [0xC3]},
|
||||
]
|
||||
},
|
||||
{
|
||||
name: "No TLS",
|
||||
patches: [
|
||||
{offset: 0xD04D09, off: [0x81, 0xE3, 0x00, 0x00, 0x80, 0x00], on: [0x31, 0xDB, 0x90, 0x90, 0x90, 0x90]},
|
||||
]
|
||||
}
|
||||
]);
|
||||
});
|
||||
</script>
|
||||
|
Loading…
Reference in New Issue
Block a user