Comments
California, USAl5554443332223 months ago

Here's a speedrun guide for this category, since you seem interested in it. https://pastebin.com/x8C3BXZy

California, USAl5554443332224 months ago

21:33 Yikes, bro. I'm glad you survived, at least.

California, USAl5554443332226 months ago

Let this serve as a reminder not to kill my hype when the run is on pace for WR. It just makes you look way too negative and brings me down.

California, USAl5554443332226 months ago

UTTERLY destroyed!

Unknown
California, USAl5554443332221 year ago

This is a super good run. You even beat Felipe, who has been running this game for a long time. If you're going for the #1 spot on the leaderboard, you should try using livesplit. It will keep track of exactly how far ahead or behind you are after every fight, so it is very useful. https://livesplit.org/

これは超いい走りです。あなたは、このゲームを長い間運営してきたフェリペにも勝っています。リーダーボードで 1 位を目指すなら、ライブスプリットを試してみてください。戦闘ごとに、あなたがどれだけ進んでいるか遅れているかを正確に追跡するので、非常に便利です. https://livesplit.org/

Unknown
California, USAl5554443332221 year ago

You got this good in just one week? That's amazing! O_O たった一週間でこんなに上手になったの?すごい! O_O

Unknown
California, USAl5554443332221 year ago

This is a very good run. I'm impressed. You must have done a lot of research to find these strategies, and you executed them perfectly. You have the skill to take the world record, and I'd love to see more runs from you. If you want to talk to the other runners, you can join our Discord server here: https://discord.gg/YtMMvcB5Su It has a translator bot, if English isn't your native language.

California, USAl5554443332221 year ago

Yeah, you'll notice that there aren't any PS5 runs in that first screenshot, or any PS4 runs in the second. XD Go on though.

uberphenom likes this
California, USAl5554443332221 year ago

I've been eyeballing this speedgame for a while now, and I think if it weren't for the fact that PS4 and PS5 have to compete with each other, I probably would have ran this game already. I only have a PS4, so that basically means I'm not allowed to be a WR holder, so why would I even try? If the board gets split, I promise I'll grind this game.

California, USAl5554443332222 years ago

You'll have to make a modded save file that has everything unlocked. RAM-based cheats aren't allowed since those can be too powerful, but you can still use something like Cheat Engine to help you make your save file. Activate all the cheats you want to use, save your game, turn off Cheat Engine, then do your runs. 👍

HyparSR likes this
California, USAl5554443332222 years ago

The only way to find it is to pirate it, so I shouldn't be sending those kinds of links on a public forum, 😅 but it shouldn't be too hard to Google it. Generally speaking, you can find just about any game in the universe by typing "(name of the game) download."

Akuretaki likes this
California, USAl5554443332222 years ago

The pirated version isn't any different from the regular version, so it won't be a problem. All PS3 models can be jailbroken in some way, but only some PS3 models can get the full custom firmware (CFW) jailbreak. CFW allows you to do a lot more stuff, but it's risky to go online with it, so you might want to try HEN instead, which still allows you to pirate games and run homebrew apps on your PS3, and you can take that online as long as you sign out before starting any homebrew apps. Here's a video explaining how to give your PS3 CFW. If you decide to go with HEN instead, there's a link in the description for a tutorial on that, too. https://m.youtube.com/watch?v=QldjWRGH0wA

If you have any other questions or you're confused about something, you can talk to me on Discord: l555444333222#5490

California, USAl5554443332222 years ago

It's digital-only, and the game has been taken off the PlayStation store, so if you want to play it again, you'll need to either pirate the PC version or mod your console. I can show you how to do that. Modding a PS3 is super easy and you can still use online features with it. Modding a PS4 comes with many limiting conditions, including keeping your PS4 offline forever.

Soulox likes this
California, USAl5554443332222 years ago

All you need is a video of the run. The mods will check the time themselves to make sure you submitted the correct time. You don't need to do anything special. You can stream it or record it offline.

JohnTag likes this
California, USAl5554443332223 years ago

This post will keep track of runs done on emulators. All emulators are allowed on this leaderboard.

358/2 Days

Any%

1st: BlitzKun -

LHBlitz likes this
California, USAl5554443332223 years ago

If you want to join our community of Cheat% speedrunners, it's easy. I'll tell you exactly how we do it here. We use a program called Save Wizard that can decrypt our save files, edit them with cheat codes, then re-encrypt them. It's $60 on their website, but if you can't afford it, you can always just join our Discord server and ask one of our runners to mod your file for you. There's a link to Save Wizard's website in the Resources section.

Save Wizard has a large selection of cheat codes available, but it doesn't have some of the super-specific codes that we use in our speedruns. You'll have to add those codes yourself. I will put them in the Guides section, since they are specific to each game. To add custom cheat codes in Save Wizard, right-click where the codes are and you'll see the option for it.

If you want to make up your own code for a custom build, you need to know the code format and how to count in hex. Counting in hex is just like counting in decimal, except there are 16 symbols per digit in hex instead of 10, so counting to 20 in hex looks like this: 1, 2, 3, 4, 5, 6, 7, 8, 9, A, B, C, D, E, F, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 1A, 1B, 1C, 1D, 1E, 1F, 20. 20 in hex is 32 in decimal, so if you want a code that gives you 32 items, you need to type 20.

The code format works like this; if the code starts with a 00, it means that only the last two digits will be affected by the code, and the next 6 digits of the code will tell it where the code is supposed to go, so the code 0000344F 00000057 will go to the byte located at 00344F and change it to 57. Here is a more brief explanation:

A0XXXXXX YYYYYYYY

A: 0 = only the last two Y digits, 1 = only the last four Y digits, 2 = all 8 Y digits. XXXXXX: the address of where you want the code to go. YYYYYYYY: the value you want to change the bytes to.

Or if you want to write a massive amount of the same data, you can save time by doing a multi-write code. It looks like this:

4BXXXXXX YYYYYYYY 4CCCDDDD EEEEEEEE

4: Makes it a multi-write code B: 0 = one byte (last two digits), 1 = two bytes, 2 = four bytes XXXXXX: address YYYYYYYY: code CCC: amount of times to write the code DDDD: how far to move the address each time the code is written EEEEEEEE how much to increase the code's value each time it's written.

Remember to type everything in hexadecimal, not decimal. If it's difficult to convert the value in your head, there's online converters that can do it for you. Happy hacking!

LHBlitz likes this
About l555444333222
Joined
7 years ago
Online
3 days ago
Runs
48
Games run
Naruto: Ultimate Ninja 3
Naruto: Ultimate Ninja 3
Last run 6 months ago
36
Runs
Kingdom Hearts: Modded Games
Kingdom Hearts: Modded Games
Last run 3 years ago
4
Runs
The Legend of Korra
The Legend of Korra
Last run 7 years ago
3
Runs
Piano Tiles
Piano Tiles
Last run 6 years ago
3
Runs
Mortal Kombat vs. DC Universe
1
Run
NieR: Automata
NieR: Automata
Last run 7 years ago
1
Run
Games followed
The Legend of Korra
The Legend of Korra
Last visit 9 months ago
483
visits
Naruto: Ultimate Ninja 3
Naruto: Ultimate Ninja 3
Last visit 2 months ago
2,971
visits
Kingdom Hearts: Modded Games
Kingdom Hearts: Modded Games
Last visit 6 months ago
285
visits
Ultimate Ninja 4: Naruto Shippuden
Ultimate Ninja 4: Naruto Shippuden
Last visit 10 months ago
41
visits
SpyHunter
SpyHunter
Last visit 1 year ago
9
visits
Naruto: Ultimate Ninja
Naruto: Ultimate Ninja
Last visit 6 months ago
478
visits
Games moderated
Naruto: Ultimate Ninja 3
Naruto: Ultimate Ninja 3
Last action 3 months ago
45
actions
Naruto: Ultimate Ninja
Naruto: Ultimate Ninja
Last action 1 month ago
5
actions