Skip to content

Commit e291e13

Browse files
chore: Add custom game configs for Whiskerwood
1 parent b734711 commit e291e13

2 files changed

Lines changed: 14 additions & 0 deletions

File tree

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
function Register()
2+
return "48 8B C4 56 57 48 83 EC 68 48 89 58 18"
3+
end
4+
5+
function OnMatchFound(MatchAddress)
6+
return MatchAddress
7+
end
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
function Register()
2+
return "4C 8B DC 55 53 41 56 49 8D AB 28 FE FF FF 48 81 EC C0 02 00 00 48 8B"
3+
end
4+
5+
function OnMatchFound(MatchAddress)
6+
return MatchAddress
7+
end

0 commit comments

Comments
 (0)