From 3abcec0130512e7b36855fde4898bd225fef2e08 Mon Sep 17 00:00:00 2001 From: Will Date: Wed, 1 Apr 2020 23:49:00 -0700 Subject: [PATCH] Add infinite ptime patch and camera bypass (#125) --- sdvx5.html | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/sdvx5.html b/sdvx5.html index bad35f8..997e580 100644 --- a/sdvx5.html +++ b/sdvx5.html @@ -287,6 +287,16 @@ name: 'Shared mode WASAPI', tooltip: 'Only replaces the first audio device init attempt', 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]}] } ]) ]);