mem.FindPattern
Find inside the .text section of a module a specific location using a pattern.
Syntax
mem.FindPattern(string:name, string:pattern)
Parameters
name Name of the DLL.
pattern Pattern to search.
Return value
Returns the address found based on the pattern.
Example
local address = mem.FindPattern("client.dll", "C3 ?? CC")