Skip to content

Commit

Permalink
FIX UPDATE 22
Browse files Browse the repository at this point in the history
  • Loading branch information
darkxex committed Sep 22, 2021
1 parent b4721e0 commit 2724485
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 1 deletion.
Binary file modified .vs/UnCapFF/v16/.suo
Binary file not shown.
2 changes: 1 addition & 1 deletion 4KNativeEditor/Form1.cs
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ private void button1_Click(object sender, EventArgs e)

using (FileStream sr = File.OpenWrite(@"GameAssembly.dll"))
{
sr.Seek(0x138EDCA, SeekOrigin.Begin);
sr.Seek(0x139091A, SeekOrigin.Begin);
sr.WriteByte((byte)Width);


Expand Down
Binary file modified 4KNativeEditor/bin/Debug/UncapFF1PR.exe
Binary file not shown.
Binary file modified 4KNativeEditor/bin/Debug/UncapFF1PR.pdb
Binary file not shown.
Binary file modified 4KNativeEditor/obj/Debug/UncapFF1PR.exe
Binary file not shown.
Binary file modified 4KNativeEditor/obj/Debug/UncapFF1PR.pdb
Binary file not shown.

0 comments on commit 2724485

Please sign in to comment.