Difference between revisions of "Auto Assembler:createThread"
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…') |
|||
Line 3: | Line 3: | ||
Will spawn a thread in the process at the specified address. | Will spawn a thread in the process at the specified address. | ||
− | === | + | === 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 24: | Line 24: | ||
* [[Cheat_Engine:Auto Assembler|Auto Assembler]] | * [[Cheat_Engine:Auto Assembler|Auto Assembler]] | ||
− | === Related | + | === Related Commands === |
* [[Auto Assembler:aobScan|aobScan]] | * [[Auto Assembler:aobScan|aobScan]] | ||
* [[Auto Assembler:aobScanModule|aobScanModule]] | * [[Auto Assembler:aobScanModule|aobScanModule]] |
Revision as of 21:40, 11 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)