Like a Dragon: Pirate Yakuza in Hawaii

Upload your cheat tables here (No requests)
Post Reply
Tuuuup!
Table Makers
Table Makers
Posts: 350
Joined: Sat Sep 26, 2020 9:54 am
Reputation: 2259

Like a Dragon: Pirate Yakuza in Hawaii

Post 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.

How to use this cheat table?
  1. Install Cheat Engine
  2. Double-click the .CT file in order to open it.
  3. Click the PC icon in Cheat Engine in order to select the game process.
  4. Keep the list.
  5. Activate the trainer options by checking boxes or setting values from 0 to 1
Attachments
LikeADragonPirates-v2.CT
(237.1 KiB) Downloaded 2061 times
LikeADragonPirates.CT
(229.12 KiB) Downloaded 202 times
Last edited by Tuuuup! on Sun Feb 23, 2025 8:00 am, edited 1 time in total.

filthyneet
What is cheating?
What is cheating?
Posts: 2
Joined: Mon Nov 13, 2023 1:25 am
Reputation: 0

Re: Like a Dragon: Pirate Yakuza in Hawaii

Post by filthyneet »

Thanks boss, any chance of an update to include "500 items in inventory" like the Infinite Wealth Table?

Tuuuup!
Table Makers
Table Makers
Posts: 350
Joined: Sat Sep 26, 2020 9:54 am
Reputation: 2259

Re: Like a Dragon: Pirate Yakuza in Hawaii

Post 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.

Lupdeapa
What is cheating?
What is cheating?
Posts: 2
Joined: Wed May 17, 2023 12:43 pm
Reputation: 0

Re: Like a Dragon: Pirate Yakuza in Hawaii

Post 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!

Ashtarte3D
What is cheating?
What is cheating?
Posts: 2
Joined: Wed Feb 26, 2025 8:49 am
Reputation: 0

Re: Like a Dragon: Pirate Yakuza in Hawaii

Post 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.

Impala
Table Makers
Table Makers
Posts: 700
Joined: Tue Apr 18, 2017 6:47 pm
Reputation: 484

Re: Like a Dragon: Pirate Yakuza in Hawaii

Post 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>

fauxfire76
Expert Cheater
Expert Cheater
Posts: 51
Joined: Fri Aug 28, 2020 5:34 pm
Reputation: 11

Re: Like a Dragon: Pirate Yakuza in Hawaii

Post 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.

Post Reply

Who is online

Users browsing this forum: admantx, Baidu [Spider], Bing [Bot], DeimonJack, Google Adsense [Bot], Lando58, pedrokuk, sora6218, spcheater213, topboy