- Joined
- Nov 7, 2021
- Messages
- 1,140
- Reaction score
- 4,917
- Trophies
- 2
- Age
- 44
- Location
- Denpasar Bali
- XP
- 6,934
- Country


[DB Xenoverse 2 v.1.19.00]If you could add the Ki and stamina code too it would be awsome, i would use your instruction but kami knows i have no idea
[无限气 v1.19 BY-zy77329]If you could add the Ki and stamina code too it would be awsome, i would use your instruction but kami knows i have no idea

First provide the tib and bid for the game.Anyone got any working cheats for Metroid Dread? Infinite health would be good. I’ve done a quick search on here and have seen some cheats, anyone confirm or not if they actually work? Thanks in advance guys, any help or advise is always appreciated
search youtube: optantic metroid dread, he made cheats up to the final UpdateAnyone got any working cheats for Metroid Dread? Infinite health would be good. I’ve done a quick search on here and have seen some cheats, anyone confirm or not if they actually work? Thanks in advance guys, any help or advise is always appreciated

First provide the tib and bid for the game.
This way people can understand what you want, metroid dread have a few updates.
Thank you. I'll look later when I get in from work
Post automatically merged:
How do you actually make a cheat file? Bit clueless here tbh.
[code name]
400C0000 00000000 00000001 <- set your incrementing number
580F0000 01D83518 <= pointer
780F0000 00000672 <= setup
300E0000 0000024D <= loop start
A2CF0000 <= write value of reg C. to pointer location of register F
780F0000 00000030 <= move pointer
780C0000 00000001 <= increase reg C value, (so now C=2, 3, 4, ...
310E0000 <= repeat loop 0x24D times
Change the line with the comment loop start, the count is currently set at 0x24D, change it to the value that you want.View attachment 337541
Please help us.
The red box is the code for writing a group of 63 cycles for 13 times.
What I want to ask is that all 63 in the blue box loop 100 times together. How should I write the code? thank you
Post automatically merged:
![]()
Please help us.
The red box is the code for writing a group of 63 cycles for 13 times.
What I want to ask is that all 63 in the blue box loop 100 times together. How should I write the code? thank you
The consciousness I want to express is. All the blue circles are cycled 100 times.Change the line with the comment loop start, the count is currently set at 0x24D, change it to the value that you want.
100 is 0x64 I use it so often I remember it by heart.The consciousness I want to express is. All the blue circles are cycled 100 times.
For example, the blue circle is for one character, and there are 100 characters that need to be cycled

I'm not conscious. I didn't express myself clearly.100 is 0x64 I use it so often I remember it by heart.
30000000 00000064 will do it for you what follows until 31000000, with this code the register used is R0, do not use R0 inside the loop and you are all set. Do not mess with R0 unless you know what you are doing. If you wish to use R0 it is count down and to exit the loop set R0 to 1, if you set it to zero your switch will freeze.
convert 13 to hex value then look at the cheat code to find where 13 isView attachment 337541
Please help us.
The red box is the code for writing a group of 63 cycles for 13 times.
What I want to ask is that all 63 in the blue box loop 100 times together. How should I write the code? thank you
Post automatically merged:
![]()
Please help us.
The red box is the code for writing a group of 63 cycles for 13 times.
What I want to ask is that all 63 in the blue box loop 100 times together. How should I write the code? thank you
The translation is strange. What is recycled? Do you mean iterate the code 100 times in a loop? Didn’t I already told you how to do loop?I'm not conscious. I didn't express myself clearly.
My consciousness is that all the items in the red box can be recycled for 100 times. Can it be done? Or do we have to have groups of golden fingers
