Auto Assembler:createThread

From Cheat Engine
Revision as of 19:19, 11 March 2017 by TheyCallMeTim13 (talk | contribs) (Created page with ''''Auto Assembler''' createThread(''Address'') Will spawn a thread in the process at the specified address. === Function Parameters === {|width="85%" cellpadding="10%" cellpadd…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Auto Assembler createThread(Address)

Will spawn a thread in the process at the specified address.

Function Parameters

Parameter Type Description
Address string The symbol or address to create the thread at


Examples

createThread(SomeSymbol)
createThread(00123ABC)


See also

Related Functions