| View previous topic :: View next topic |
| Author |
Message |
HieiYYH Newbie cheater
Reputation: 0
Joined: 20 Aug 2012 Posts: 11
|
Posted: Wed Jul 19, 2023 3:49 pm Post subject: Auto Assembler output limit? |
|
|
trying to compile a code (very long, as it modifies text on the fly), however after a certain number of lines while cheat engine doesn't return any error when confirming the code, it refuses to enable... so i tried to remove the code that suposedly maybe could be wrong and it worked, all right... then i added a bunch of nops and again cheat engine refuses to enable the script.
I think there's about 500 lines (even less if remove the comment lines) or so -_- cheat engine returns "not all instructions can be injected" when that "maximum" lines reach.
If i remove 11 lines of of the 500+ lines (doesn't matter which line), the code enables.
Anyway to bypass that and let me continue or i'll have to add another script?
|
|
| Back to top |
|
 |
Dark Byte Site Admin
Reputation: 471
Joined: 09 May 2003 Posts: 25814 Location: The netherlands
|
Posted: Wed Jul 19, 2023 5:53 pm Post subject: |
|
|
rightclick the entry after trying to tick and the top entry should show the error
My guess is that you didn't allocate enough memory and it can't write the bytes in unallocated memory
_________________
Do not ask me about online cheats. I don't know any and wont help finding them.
Like my help? Join me on Patreon so i can keep helping |
|
| Back to top |
|
 |
HieiYYH Newbie cheater
Reputation: 0
Joined: 20 Aug 2012 Posts: 11
|
Posted: Thu Jul 20, 2023 3:51 am Post subject: |
|
|
| Dark Byte wrote: | rightclick the entry after trying to tick and the top entry should show the error
My guess is that you didn't allocate enough memory and it can't write the bytes in unallocated memory |
thanks... i've always questioned about the allocation... for example the default value is 2048 (i believe it's the number of bytes? or maybe not, if i set 50 it uses around 1000 for the whole routine), but sometimes i see $ (which i don't make sure what it means) or 0x (which is a pure hex value i believe?). Yes i managed to enable the code changing the 2048 to 0x2048.
|
|
| Back to top |
|
 |
|