Skip to content

Commit

Permalink
add more client patches
Browse files Browse the repository at this point in the history
  • Loading branch information
LDAsuku committed Nov 29, 2022
1 parent d7d9b06 commit 5ad7ebc
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,17 @@ Put the `resources` directory in the current working directory and run. Enter `h
## Client patches

```
# linux patch (I have no idea what this even does, but it works)
(VA=0x1820828f2, fileoffset=0x2081cf2) = 90 90 90 90 90
=== GS.exe
# disable AC
(VA=0x140ef5080, fileoffset=0xef4480) = c3
=== GS_Data/Native/UserAssembly.dll
# sprint nocd
(VA=0x1802d1ef0, fileoffset=0x2d12f0) = b0 01 c3
# skill nocd
(VA=0x181ac998c, fileoffset=0x1ac8d8c) = 66 0f ef ff
# skip update checks for slightly faster load time
(VA=0x18213221b, fileoffset=0x213161b) = 90 90 90 90 90 90
# kill paimon
(VA=0x182083430, fileoffset=0x2082830) = c3
```

0 comments on commit 5ad7ebc

Please sign in to comment.