Page 1 of 1

Like a Dragon: Pirate Yakuza in Hawaii

Posted: Sat Feb 22, 2025 11:48 pm
by Tuuuup!


Image

If you have time to download the table and test it, then you have time to give my post a thumbs up/ rate positive. That's all I'm asking.

v2: Added Something for items

Have fun.

Re: Like a Dragon: Pirate Yakuza in Hawaii

Posted: Sun Feb 23, 2025 12:30 am
by filthyneet
Thanks boss, any chance of an update to include "500 items in inventory" like the Infinite Wealth Table?

Re: Like a Dragon: Pirate Yakuza in Hawaii

Posted: Sun Feb 23, 2025 8:02 am
by Tuuuup!
filthyneet wrote:
Sun Feb 23, 2025 12:30 am
Thanks boss, any chance of an update to include "500 items in inventory" like the Infinite Wealth Table?
Added a script for item pick up/buy/use. You can select max amount or halve.

Re: Like a Dragon: Pirate Yakuza in Hawaii

Posted: Sun Feb 23, 2025 9:02 pm
by Lupdeapa
Can you add an option for Snap Points? The last course is strict with the points and you have to get all the sicko’s and get 10.000 to get to the boss.
Thank you and you are awesome for what are you doing!

Re: Like a Dragon: Pirate Yakuza in Hawaii

Posted: Wed Feb 26, 2025 8:50 am
by Ashtarte3D
Any chance you can add the other minigames like Golf or Boom Boom Batting? The amount of points required to get all the treasures + crewmates is kind of obnoxiously high and neither game gives you a whole lot per game.

Re: Like a Dragon: Pirate Yakuza in Hawaii

Posted: Thu Feb 27, 2025 12:56 pm
by Impala
Set all the items in your storage box to 500

I found this item script a bit more useful

Usage:

1.Disable any other item script from anyone elses trainer/table
2.Save, might crash your game
3.Open item box
4.Put all your items in item box storage (optional)
5.Enable cheat
6.Switch through item box tabs for everything set to 500
7.Disable cheat
8.Save
9.Play game

Probably won't work on non steam versions and probably won't work after an update

-made this for myself but decided to share

Code: Select all

<?xml version="1.0" encoding="utf-8"?>
<CheatTable>
  <CheatEntries>
    <CheatEntry>
      <ID>2</ID>
      <Description>"Item Box 500"</Description>
      <LastState/>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>[ENABLE]
//LikeADragonPirates.exe+A96371F - 03 70 04              - add esi,[rax+04]
aobscanmodule(itemboxlist,LikeADragonPirates.exe,03 70 04 48 8D 0D CB 72 EF F8) // should be unique
alloc(newmem,$1000,itemboxlist)

label(code)
label(return)

newmem:

code:
  mov [rax+04],#500
  add esi,[rax+04]
  lea rcx,[LikeADragonPirates.exe+385A9F4]
  jmp return

itemboxlist:
  jmp newmem
  nop 5
return:
registersymbol(itemboxlist)

[DISABLE]

itemboxlist:
  db 03 70 04 48 8D 0D CB 72 EF F8

unregistersymbol(itemboxlist)
dealloc(newmem)

{
// ORIGINAL CODE - INJECTION POINT: LikeADragonPirates.exe+A96371F

LikeADragonPirates.exe+A963705: 48 01 C1              - add rcx,rax
LikeADragonPirates.exe+A963708: 48 39 C8              - cmp rax,rcx
LikeADragonPirates.exe+A96370B: 74 15                 - je LikeADragonPirates.exe+A963722
LikeADragonPirates.exe+A96370D: 0F 1F 00              - nop dword ptr [rax]
LikeADragonPirates.exe+A963710: 39 18                 - cmp [rax],ebx
LikeADragonPirates.exe+A963712: 74 0B                 - je LikeADragonPirates.exe+A96371F
LikeADragonPirates.exe+A963714: 48 83 C0 10           - add rax,10
LikeADragonPirates.exe+A963718: 48 39 C8              - cmp rax,rcx
LikeADragonPirates.exe+A96371B: 75 F3                 - jne LikeADragonPirates.exe+A963710
LikeADragonPirates.exe+A96371D: EB 03                 - jmp LikeADragonPirates.exe+A963722
// ---------- INJECTING HERE ----------
LikeADragonPirates.exe+A96371F: 03 70 04              - add esi,[rax+04]
// ---------- DONE INJECTING  ----------
LikeADragonPirates.exe+A963722: 48 8D 0D CB 72 EF F8  - lea rcx,[LikeADragonPirates.exe+385A9F4]
LikeADragonPirates.exe+A963729: E8 52 0F B6 F5        - call LikeADragonPirates.exe+4C4680
LikeADragonPirates.exe+A96372E: 90                    - nop 
LikeADragonPirates.exe+A96372F: 89 F0                 - mov eax,esi
LikeADragonPirates.exe+A963731: 48 8B 5C 24 30        - mov rbx,[rsp+30]
LikeADragonPirates.exe+A963736: 48 8B 6C 24 38        - mov rbp,[rsp+38]
LikeADragonPirates.exe+A96373B: 48 8B 74 24 40        - mov rsi,[rsp+40]
LikeADragonPirates.exe+A963740: 48 83 C4 20           - add rsp,20
LikeADragonPirates.exe+A963744: 5F                    - pop rdi
LikeADragonPirates.exe+A963745: C3                    - ret 
}
</AssemblerScript>
    </CheatEntry>
  </CheatEntries>
</CheatTable>

Re: Like a Dragon: Pirate Yakuza in Hawaii

Posted: Mon Mar 03, 2025 11:52 pm
by fauxfire76
FYI do NOT have the "Set picked up item to Max or Halve of max / Used Item..." set to halved when working on the Golden Ball quest. It WILL bug your total and prevent you from completing the quest.