mirror of
https://github.com/two-torial/webpatcher.git
synced 2025-02-22 12:50:41 +01:00
Add infinite ptime patch and camera bypass (#125)
This commit is contained in:
parent
702206568d
commit
3abcec0130
10
sdvx5.html
10
sdvx5.html
@ -287,6 +287,16 @@
|
|||||||
name: 'Shared mode WASAPI',
|
name: 'Shared mode WASAPI',
|
||||||
tooltip: 'Only replaces the first audio device init attempt',
|
tooltip: 'Only replaces the first audio device init attempt',
|
||||||
patches: [{offset: 0x638EC5, off: [0xBA, 0x03, 0x00, 0x00, 0x00], on: [0xBA, 0x00, 0x00, 0x00, 0x00]}]
|
patches: [{offset: 0x638EC5, off: [0xBA, 0x03, 0x00, 0x00, 0x00], on: [0xBA, 0x00, 0x00, 0x00, 0x00]}]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: 'Bypass Camera',
|
||||||
|
patches: [{offset: 0x61FBF0, off: [0x74, 0x21], on: [0x90, 0x90]}]
|
||||||
|
},
|
||||||
|
// created by Xyen
|
||||||
|
{
|
||||||
|
name: 'Infinite Premium Time',
|
||||||
|
tooltip: 'Locks the timer, can still exit with key combo',
|
||||||
|
patches: [{offset: 0x2F4A15, off: [0xFF, 0x15, 0x6D, 0x5B, 0x38, 0x00, 0x48, 0x8B, 0x44, 0x24, 0x30], on: [0x48, 0xC7, 0xC0, 0x01, 0x00, 0x00, 0x00, 0x90, 0x90, 0x90, 0x90]}]
|
||||||
}
|
}
|
||||||
])
|
])
|
||||||
]);
|
]);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user