Skip to content

Commit 1c8ef66

Browse files
Irastrisnarknon
authored andcommitted
Upload GUObjectArray.lua
1 parent cd6a67b commit 1c8ef66

File tree

1 file changed

+11
-0
lines changed
  • assets/CustomGameConfigs/Little Nightmares 3 - Demo/UE4SS_Signatures

1 file changed

+11
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
function Register()
2+
return "48 8D ?? ?? ?? ?? ?? 4C 8B C9 48 89 01 B8 FF FF FF FF 89 41 08 0F 45 ?? ?? ?? ?? ?? FF C0 89 41 08 3B"
3+
end
4+
5+
function OnMatchFound(MatchAddress)
6+
local LeaInstr = MatchAddress
7+
local NextInstr = LeaInstr + 0x7
8+
local Offset = LeaInstr + 0x3
9+
local AddressLoaded = NextInstr + DerefToInt32(Offset)
10+
return AddressLoaded
11+
end

0 commit comments

Comments
 (0)