Difference between revisions of "Auto Assembler:createThread"

From Cheat Engine
Jump to navigation Jump to search
(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…')
 
(See also)
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
[[Category:Assembler]]
 
'''Auto Assembler''' createThread(''Address'')
 
'''Auto Assembler''' createThread(''Address'')
  
 
Will spawn a thread in the process at the specified address.
 
Will spawn a thread in the process at the specified address.
  
=== Function Parameters ===
+
=== Command Parameters ===
 
{|width="85%" cellpadding="10%" cellpadding="5%" cellspacing="0" border="0"
 
{|width="85%" cellpadding="10%" cellpadding="5%" cellspacing="0" border="0"
 
!align="left"|Parameter
 
!align="left"|Parameter
Line 23: Line 24:
 
== See also ==
 
== See also ==
 
* [[Cheat_Engine:Auto Assembler|Auto Assembler]]
 
* [[Cheat_Engine:Auto Assembler|Auto Assembler]]
 +
* [[Auto_Assembler:Commands|Auto Assembler Commands]]
  
=== Related Functions ===
+
=== Related Commands ===
 
* [[Auto Assembler:aobScan|aobScan]]
 
* [[Auto Assembler:aobScan|aobScan]]
 
* [[Auto Assembler:aobScanModule|aobScanModule]]
 
* [[Auto Assembler:aobScanModule|aobScanModule]]
Line 39: Line 41:
 
* [[Auto Assembler:registerSymbol|registerSymbol]]
 
* [[Auto Assembler:registerSymbol|registerSymbol]]
 
* [[Auto Assembler:unregisterSymbol|unregisterSymbol]]
 
* [[Auto Assembler:unregisterSymbol|unregisterSymbol]]
* [[Auto Assembler:LUA|LUA]]
+
* [[Auto Assembler:LUA ASM|LUA ASM]]
* [[Auto Assembler:ASM|ASM]]
 

Revision as of 00:30, 13 January 2018

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