tetosama b1ad8316b7 1
1
2024-01-22 02:19:03 -05:00

8 lines
158 B
Lua

function Register()
return "48 89 5C 24 08 57 48 83 EC 30 48 8B D9 48 89 54 24 20 33 C9"
end
function OnMatchFound(MatchAddress)
return MatchAddress
end