Difference between revisions of "Auto Assembler:createThread"
Jump to navigation
Jump to search
(→See also) |
|||
| Line 24: | 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 Commands === | === Related Commands === | ||
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)