Skip to content

Commit

Permalink
fix xigncode Silkroad Origin VTC 1.010 (27/09/2023) (#725)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucthanca authored Oct 2, 2023
1 parent 3e08ee1 commit a65fd15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Library/RSBot.Core/Components/ClientManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ public static async Task<bool> Start()

var pattern = !isVtcGame ?
"6A 00 68 58 5C 29 01 68 64 5C 29 01" :
"6A 00 68 D8 15 26 01 68 E4";
"6A 00 68 D8 25 26 01 68 E4 25 26 01";

var patchNop = new byte[] { 0x90, 0x90 };
var patchNop2 = new byte[] { 0x90, 0x90, 0x90, 0x90, 0x90 };
Expand Down

0 comments on commit a65fd15

Please sign in to comment.