mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Fix server-side client account verification
Fix typo and replacement opcodes
This commit is contained in:
parent
850bbc19ef
commit
8e7a383d9b
@ -19,8 +19,8 @@ void InstallOpcodes()
|
||||
// JL --> NOP | Enable clientcommand callbacks without persistent player data
|
||||
WriteProcessMemory(GameProcess, LPVOID(dst002 + 0x76), "\x90\x90", 2, NULL);
|
||||
|
||||
// JA --> JMP | Disable client-side verification for duplicate accounts on the server
|
||||
WriteProcessMemory(GameProcess, LPVOID(dst003 + 0x269), "\xEB\x39", 2, NULL);
|
||||
// JE --> NOP | Disable server-side verification for duplicate accounts on the server
|
||||
WriteProcessMemory(GameProcess, LPVOID(dst003 + 0x23A), "\x90\x90", 2, NULL);
|
||||
|
||||
// JA --> JMP | Prevent FairFight anti-cheat from initializing on the server
|
||||
WriteProcessMemory(GameProcess, LPVOID(dst004 + 0x72), "\xE9\xE4\x00\x00\x00\x00", 6, NULL);
|
||||
|
Loading…
x
Reference in New Issue
Block a user