| View previous topic :: View next topic |
| Author |
Message |
Vascovski How do I cheat?
Reputation: 0
Joined: 13 Jan 2022 Posts: 5
|
Posted: Tue Jan 18, 2022 5:42 am Post subject: Using Pointer in Auto Assembler |
|
|
How use pointer address in auto assembler?
| Description: |
|
| Filesize: |
151.86 KB |
| Viewed: |
2694 Time(s) |

|
|
|
| Back to top |
|
 |
LeFiXER Grandmaster Cheater Supreme
Reputation: 20
Joined: 02 Sep 2011 Posts: 1072 Location: 0x90
|
Posted: Tue Jan 18, 2022 6:03 am Post subject: |
|
|
Without seeing your script I can only advise you check the wiki Cheat Engine: Auto Assember
The way you would use a pointer is much like any other:
| Code: |
mov [address+offset],value
|
|
|
| Back to top |
|
 |
Vascovski How do I cheat?
Reputation: 0
Joined: 13 Jan 2022 Posts: 5
|
Posted: Wed Jan 19, 2022 12:45 am Post subject: |
|
|
LeFiXER, Thanks for your reply.
You are seeing the image, but how do I do it in auto assemble?
| Description: |
|
| Filesize: |
341.04 KB |
| Viewed: |
2624 Time(s) |

|
|
|
| Back to top |
|
 |
Frouk Grandmaster Cheater
Reputation: 6
Joined: 22 Jun 2021 Posts: 528
|
Posted: Fri Jan 21, 2022 3:13 am Post subject: |
|
|
| Code: | {$lua}
if syntaxcheck then return end
{$asm}
[ENABLE]
{$lua}
local init = getAddress("[0x01E59D40]+43A17C")
registerSymbol("addr",init)
{$asm}
addr:
db DE 03
[DISABLE]
addr:
db 03 DE
{$lua}
unregisterSymbol("addr")
{$asm} |
|
|
| Back to top |
|
 |
Vascovski How do I cheat?
Reputation: 0
Joined: 13 Jan 2022 Posts: 5
|
Posted: Fri Jan 21, 2022 5:30 am Post subject: |
|
|
| Frouk wrote: | | Code: | {$lua}
if syntaxcheck then return end
{$asm}
[ENABLE]
{$lua}
local init = getAddress("[0x01E59D40]+43A17C")
registerSymbol("addr",init)
{$asm}
addr:
db DE 03
[DISABLE]
addr:
db 03 DE
{$lua}
unregisterSymbol("addr")
{$asm} |
|
It works. Thanks for the help!
|
|
| Back to top |
|
 |
|