Posted: Tue Feb 03, 2026 7:57 am Post subject: Array of addresses from the instruction
Hello everyone. I have a question. I have an instruction in the game that works with three addresses simultaneously. That is, when I click the "Find addresses" button, I get three addresses that this instruction accesses. Could you tell me how I can store these three addresses in a variable so that I can access each of them individually in my auto-assembler script?
Make an AA script that copies each address into some memory you control. Search "injection copy". If the addresses you want are distinct, you should use some comparisons to distinguish between them: see step 9 of the CE tutorial. If they're not, you could store each in an array, but if the addresses ever change, it'll be hard to know when they should be removed or updated. _________________
I don't know where I'm going, but I'll figure it out when I get there.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum