| View previous topic :: View next topic |
| Author |
Message |
Dangerfreak How do I cheat?
Reputation: 0
Joined: 10 Feb 2026 Posts: 2
|
Posted: Tue Feb 10, 2026 11:27 am Post subject: "Skip into" for several commands? |
|
|
Hi, I already searched a while, but I didn't find anything about the topic, so I hope someone can help me.
In the memory/disassembler view I'm missing a key like F7 (step into), that executes not only the next command, but the next x commands. I know I can use SHIFT + F8 (step out) or F4, but that is not what I am searching for.
Sometimes it's necessary for me to execute a bunch of commands after a break point to follow the code, and I don't want to hit F7 a thousand times. Is there an easy way to do that?
|
|
| Back to top |
|
 |
Dark Byte Site Admin
Reputation: 472
Joined: 09 May 2003 Posts: 25880 Location: The netherlands
|
Posted: Tue Feb 10, 2026 1:56 pm Post subject: |
|
|
that is f4 "run till..." it will execute the code until the code at the selected code is executed.
_________________
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 |
|
 |
Dangerfreak How do I cheat?
Reputation: 0
Joined: 10 Feb 2026 Posts: 2
|
Posted: Tue Feb 10, 2026 3:40 pm Post subject: |
|
|
| Sorry, as I already said, F4 is not what I'm searching for. If the last command (target) is not far away, F4 works. But if it is e.g. 1000 instructions away, I don't know where it ends, so F4 doesn't work.
|
|
| Back to top |
|
 |
|