Difference between revisions of "Auto Assembler:createThread"

From Cheat Engine
Jump to navigation Jump to search
(Related Commands)
Line 1: Line 1:
 +
[[Category:Assembler]]
 
'''Auto Assembler''' createThread(''Address'')
 
'''Auto Assembler''' createThread(''Address'')
  

Revision as of 11:34, 19 March 2017

Auto Assembler createThread(Address)

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

Command Parameters

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


Examples

createThread(SomeSymbol)
createThread(00123ABC)


See also

Related Commands