Skip to content
This repository has been archived by the owner on Jan 23, 2024. It is now read-only.

Commit

Permalink
Updated some of the byte patterns in Patches.json (#282)
Browse files Browse the repository at this point in the history
* Update patches

Inv while Dead
Bitmap Font
Elf Lag fix?
Add new Block AdSurvey on quit

* Update Patches.json

Inv while Dead
Bitmap Font
Elf Lag fix?
Add new Block AdSurvey on quit

* Update Patches.json

Inv while Dead
Bitmap Font
 Elf Lag fix? (Hopefully works as expected)
Add new Block AdSurvey on quit
  • Loading branch information
riistar authored Apr 20, 2023
1 parent 27252ca commit 5ab1c79
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 10 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ __pycache__/

*.orig
*.user
*.bak
31 changes: 21 additions & 10 deletions Kanan/Patches.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,20 +35,20 @@
"desc": "Uses a sharper and much faster to render font.\nCredits: Blade3575",
"category": "Text",
"patches": [
{
"pattern": "74 ? E8 ? ? ? ? EB ? E8 ? ? ? ? 8B CE E8 ? ? ? ? C7 47 0C ? ? ? ?",
{
"pattern": "74 ? E8 ? ? ? ? EB ? E8 ? ? ? ? ? 8B CB ? ? ? ? ? ? C7 47 10 ? ? ? ?",
"patch": "90 90"
},
{
"pattern": "75 ? 83 BE B0 00 00 00 ?",
"pattern": "74 ? 80 BE B0 00 00 00 ?",
"patch": "EB"
},
{
"pattern": "74 ? 80 BB 93 00 00 00 ?",
{
"pattern": "74 ? 80 BE A3 00 00 00 ?",
"patch": "EB"
},
{
"pattern": "0F 84 ? ? ? ? 8B 0D ? ? ? ? E8 ? ? ? ? 57 56",
"pattern": "0F 84 ? ? ? ? 48 8B ? ? ? ? 03 ? ? ? ? FF 48",
"patch": "90 90 90 90 90 90 ? ? ? ? ? ? 90 90 90 B0 01 ? ? ? ? EB"
}
]
Expand All @@ -59,7 +59,7 @@
"category": "Fixes",
"patches": [
{
"pattern": "55 8B EC 56 57 8B F9 8B 07 FF 50 0C 8B C8",
"pattern": "48 89 5C 24 08 57 48 83 EC 20 48 8B 01 0F",
"patch": "32 C0 C2 04 00"
}
]
Expand Down Expand Up @@ -335,8 +335,8 @@
"desc": "Allows you to interact with your entire user interface while unconcious.",
"category": "Interface",
"patches": [
{
"pattern": "FF 87 ? ? ? ? EB 11",
{
"pattern": "FF 81 18 ? ? ? EB 12",
"patch": "90 90 90 90 90 90"
}
]
Expand Down Expand Up @@ -1275,5 +1275,16 @@
"patch": "90 E9"
}
]
}
},
{
"name": "Disable AdSurvey",
"desc": "Should block Ad/Survey window when quitting.",
"category": "Interface",
"patches": [
{
"pattern": "E8 10 1F 29 00 48 8B CF",
"patch": "90 90 90 90 90"
}
]
}
]

0 comments on commit 5ab1c79

Please sign in to comment.