TRIANGLE STRATEGY [STEAM]

Upload your cheat tables here (No requests)
aqualithe
Noobzor
Noobzor
Posts: 5
Joined: Tue Mar 21, 2023 7:59 am
Reputation: 0

Re: TRIANGLE STRATEGY [STEAM]

Post by aqualithe »

Hello, do you think it would possible to add "characters pointer" that would let you have any recruitable character at w/e moment ?
And changing deployment amount ? So you could use more character in battle ?

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

User avatar
limoonfeat
Novice Cheater
Novice Cheater
Posts: 19
Joined: Sun Jan 20, 2019 12:59 pm
Reputation: 3

Re: TRIANGLE STRATEGY [STEAM]

Post by limoonfeat »

khuong wrote:
Mon Oct 17, 2022 7:12 pm
Feel free to ask me to remove if you don't' want it in this thread.

Here's a script to unlock all shop items and set stock to 99.. (unlocks items that you can't get until later in game)

If someone has a save that's like further in, I can do umm other unlocks like mock battles, and the stuff QP takes.. (I beat the game on the switch and made cheats for it there) -- I don't feel like playing it again on the PC :D and saves are in different byte order, and I can't be assed to convert it.

Code: Select all

<?xml version="1.0" encoding="utf-8"?>
<CheatTable>
  <CheatEntries>
    <CheatEntry>
      <ID>70</ID>
      <Description>"Unlock Shop Items / Shop Stock"</Description>
      <LastState Activated="1"/>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>{ Game   : TRIANGLE_STRATEGY-Win64-Shipping.exe
  Version: 
  Date   : 2022-10-17
  Author : khuong

  This script does blah blah blah
}

[ENABLE]
//code from here to '[DISABLE]' will be used to enable the cheat

 
 
aobscanmodule(shopHook,TRIANGLE_STRATEGY-Win64-Shipping.exe,F6 43 10 01 75 50) // should be unique
alloc(newmem,$1000,shopHook)

label(code)
label(return)

newmem:
  mov byte ptr [rbx+10], #5
  mov byte ptr [rbx+0C], #99
code:
  test byte ptr [rbx+10],01
  jne TRIANGLE_STRATEGY-Win64-Shipping.exe+D2DA4E
  jmp return

shopHook:
  jmp newmem
  nop
return:
registersymbol(shopHook)

[DISABLE]
//code from here till the end of the code will be used to disable the cheat
shopHook:
  db F6 43 10 01 75 50

unregistersymbol(shopHook)
dealloc(newmem)

{
// ORIGINAL CODE - INJECTION POINT: TRIANGLE_STRATEGY-Win64-Shipping.exe+D2D9F8

TRIANGLE_STRATEGY-Win64-Shipping.exe+D2D9D1: 4C 8D 34 D0           - lea r14,[rax+rdx*8]
TRIANGLE_STRATEGY-Win64-Shipping.exe+D2D9D5: 4D 85 F6              - test r14,r14
TRIANGLE_STRATEGY-Win64-Shipping.exe+D2D9D8: 0F 84 B9 01 00 00     - je TRIANGLE_STRATEGY-Win64-Shipping.exe+D2DB97
TRIANGLE_STRATEGY-Win64-Shipping.exe+D2D9DE: 49 8B 5E 10           - mov rbx,[r14+10]
TRIANGLE_STRATEGY-Win64-Shipping.exe+D2D9E2: 4D 8B 76 18           - mov r14,[r14+18]
TRIANGLE_STRATEGY-Win64-Shipping.exe+D2D9E6: 4D 85 F6              - test r14,r14
TRIANGLE_STRATEGY-Win64-Shipping.exe+D2D9E9: 74 04                 - je TRIANGLE_STRATEGY-Win64-Shipping.exe+D2D9EF
TRIANGLE_STRATEGY-Win64-Shipping.exe+D2D9EB: 41 FF 46 08           - inc [r14+08]
TRIANGLE_STRATEGY-Win64-Shipping.exe+D2D9EF: 48 85 DB              - test rbx,rbx
TRIANGLE_STRATEGY-Win64-Shipping.exe+D2D9F2: 0F 84 76 01 00 00     - je TRIANGLE_STRATEGY-Win64-Shipping.exe+D2DB6E
// ---------- INJECTING HERE ----------
TRIANGLE_STRATEGY-Win64-Shipping.exe+D2D9F8: F6 43 10 01           - test byte ptr [rbx+10],01
// ---------- DONE INJECTING  ----------
TRIANGLE_STRATEGY-Win64-Shipping.exe+D2D9FC: 75 50                 - jne TRIANGLE_STRATEGY-Win64-Shipping.exe+D2DA4E
TRIANGLE_STRATEGY-Win64-Shipping.exe+D2D9FE: 83 7D 14 00           - cmp dword ptr [rbp+14],00
TRIANGLE_STRATEGY-Win64-Shipping.exe+D2DA02: 74 27                 - je TRIANGLE_STRATEGY-Win64-Shipping.exe+D2DA2B
TRIANGLE_STRATEGY-Win64-Shipping.exe+D2DA04: 48 8B 05 C5 46 FD 03  - mov rax,[TRIANGLE_STRATEGY-Win64-Shipping.exe+4D020D0]
TRIANGLE_STRATEGY-Win64-Shipping.exe+D2DA0B: 0F B6 55 18           - movzx edx,byte ptr [rbp+18]
TRIANGLE_STRATEGY-Win64-Shipping.exe+D2DA0F: 48 8B 88 28 04 00 00  - mov rcx,[rax+00000428]
TRIANGLE_STRATEGY-Win64-Shipping.exe+D2DA16: 48 8B 49 18           - mov rcx,[rcx+18]
TRIANGLE_STRATEGY-Win64-Shipping.exe+D2DA1A: 48 81 C1 18 03 00 00  - add rcx,00000318
TRIANGLE_STRATEGY-Win64-Shipping.exe+D2DA21: E8 1A 60 FD FF        - call TRIANGLE_STRATEGY-Win64-Shipping.exe+D03A40
TRIANGLE_STRATEGY-Win64-Shipping.exe+D2DA26: 3B 45 14              - cmp eax,[rbp+14]
}
</AssemblerScript>
    </CheatEntry>
  </CheatEntries>
</CheatTable>
can you update it for1.10?

serlex
What is cheating?
What is cheating?
Posts: 1
Joined: Thu Apr 30, 2020 5:14 pm
Reputation: 0

Re: TRIANGLE STRATEGY [STEAM]

Post by serlex »

hello! is this script still working or am I just useless with Cheat engine? xD I'm trying to figure out my conviction points but I can't click on the proper option in the table

[Link]

Image

User avatar
eternien
Expert Cheater
Expert Cheater
Posts: 87
Joined: Sat May 13, 2017 11:27 am
Reputation: 8

Re: TRIANGLE STRATEGY [STEAM]

Post by eternien »

The xp multiplier doesn't seem to work

NOCGaming
What is cheating?
What is cheating?
Posts: 1
Joined: Thu Mar 07, 2024 11:53 pm
Reputation: 0

Re: TRIANGLE STRATEGY [STEAM]

Post by NOCGaming »

eternien wrote:
Wed Dec 27, 2023 11:13 am
The xp multiplier doesn't seem to work
Still doesn't seem to work ant the thread also feels like it's dead

Post Reply

Who is online

Users browsing this forum: aawsomeaj, Banri, Bing [Bot], bluscript, Carriva, DotBot, Google [Bot], Google Adsense [Bot], ifed32, Jetadawoot, MiniOnxx, neochinoko, Pain101, Raijinken, semmycoolz, sonycman