Warrior All-Stars [2017-8-30]

Upload your cheat tables here (No requests)
ajip2
Expert Cheater
Expert Cheater
Posts: 94
Joined: Sat Mar 04, 2017 9:58 pm
Reputation: 117

Re: Warrior All-Stars [2017-8-30]

Post by ajip2 »

bachou wrote:
Thu Sep 21, 2017 8:19 am
so full sp is a little tricky..
do you know about friendship point ?(regards) is it float too?
exp doesn't work either, i change exp to 50000 but after completing a mission my EXP resets to its normal value
regards is 2 bytes and address range i think(10000000-1fffffff)
for exp try my table i already make hero pointer

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

bachou
Expert Cheater
Expert Cheater
Posts: 155
Joined: Wed Mar 08, 2017 3:18 pm
Reputation: 1

Re: Warrior All-Stars [2017-8-30]

Post by bachou »

ajip2 wrote:
Thu Sep 21, 2017 9:27 am
bachou wrote:
Thu Sep 21, 2017 8:19 am
so full sp is a little tricky..
do you know about friendship point ?(regards) is it float too?
exp doesn't work either, i change exp to 50000 but after completing a mission my EXP resets to its normal value
regards is 2 bytes and address range i think(10000000-1fffffff)
for exp try my table i already make hero pointer
what's the value range for regards ? like regard lv 1 = 100 , LV 2 = 200 or 10,20 ?
i used the exp from your table, exp still don't add up after finishing a battle, my exp value just return to its normal amount

User avatar
pox911
Slob
Slob
Posts: 128
Joined: Mon Mar 20, 2017 1:41 am
Reputation: 182

Re: Warrior All-Stars [2017-8-30]

Post by pox911 »

here are two codes that should be working. One will let you always use your special, even if the gauge isnt filled. The other is one to set the regard of everyone to max. I'm still poking around the character data and what not trying to find attack and run speed.

Code: Select all

<?xml version="1.0" encoding="utf-8"?>
<CheatTable>
  <CheatEntries>
    <CheatEntry>
      <ID>32</ID>
      <Description>"Always Able To Use Special"</Description>
      <LastState/>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>[ENABLE]

aobscanmodule(AlwaysSpecialAOB,Star_US.exe,80 BC 01 10 02 00 00 01 0F 93 C0 48) // should be unique
alloc(newmem,$1000,"Star_US.exe"+101CF)

label(code)
label(return)

newmem:

code:
  mov eax,1
  jmp return

AlwaysSpecialAOB:
  jmp newmem
  nop
  nop
  nop
  nop
  nop
  nop
return:
registersymbol(AlwaysSpecialAOB)

[DISABLE]

AlwaysSpecialAOB:
  db 80 BC 01 10 02 00 00 01 0f 93 c0

unregistersymbol(AlwaysSpecialAOB)
dealloc(newmem)
</AssemblerScript>
    </CheatEntry>
    <CheatEntry>
      <ID>34</ID>
      <Description>"(WIP) Set Regard to max for all characters"</Description>
      <LastState/>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>[ENABLE]
{$lua}
if not syntaxcheck then
  autoAssemble([[
    aobscanmodule(CharListAOB,Star_US.exe,48 8B 0D 5F 0C 4F 00) // should be unique
    registersymbol(CharListAOB)
  ]])
  local addr = getAddress("CharListAOB")
  addr = addr + readInteger(addr+0x3) + 7
  addr = readQword(addr)+8
  unregisterSymbol("CharList")
  registerSymbol("CharList", addr, true)

  ---[[  testing all character Regard
  local BaseChar = getAddress("CharList")
  for i=0,29 do
    local Char = i*0x5C4+0x17c+BaseChar
    for a=0,29 do
      local CharReg = Char+a*2
      writeBytes(CharReg,0x7b,0x03)
    end
  end
  --]]

end
{$asm}
[DISABLE]
unregistersymbol(CharListAOB)
unregistersymbol(CharList)

</AssemblerScript>
    </CheatEntry>
  </CheatEntries>
</CheatTable>

bachou
Expert Cheater
Expert Cheater
Posts: 155
Joined: Wed Mar 08, 2017 3:18 pm
Reputation: 1

Re: Warrior All-Stars [2017-8-30]

Post by bachou »

nice script but can't use it error say "Failed to add to table. Not all code is injectable"
can you make it possible to edit separate character to character regards (not maxed out for everyone) ?

JAsfe34
What is cheating?
What is cheating?
Posts: 2
Joined: Mon Sep 25, 2017 4:18 am
Reputation: 0

Re: Warrior All-Stars [2017-8-30]

Post by JAsfe34 »

Would it be possible to let "No Cooldown" and "Infinte Buff Duration" apply to ONLY the player character and the partners instead of applying to both the enemies as well as player characters?

ajip2
Expert Cheater
Expert Cheater
Posts: 94
Joined: Sat Mar 04, 2017 9:58 pm
Reputation: 117

Re: Warrior All-Stars [2017-8-30]

Post by ajip2 »

Any news on movement speed?

ajip2
Expert Cheater
Expert Cheater
Posts: 94
Joined: Sat Mar 04, 2017 9:58 pm
Reputation: 117

Re: Warrior All-Stars [2017-8-30]

Post by ajip2 »

JAsfe34 wrote:
Mon Sep 25, 2017 4:21 am
Would it be possible to let "No Cooldown" and "Infinte Buff Duration" apply to ONLY the player character and the partners instead of applying to both the enemies as well as player characters?
Update "No Cooldown" and "Inf. Buff Duration"
Can you try it

Moondrag
Noobzor
Noobzor
Posts: 9
Joined: Wed Mar 22, 2017 3:51 am
Reputation: 1

Re: Warrior All-Stars [2017-8-30]

Post by Moondrag »

Has anyone figured out a way to swap character models? I know that there are those Hotsprings outfits for everyone, but there is no way to use them mid battle (Or while controlling them in the town).

mamekoski
Expert Cheater
Expert Cheater
Posts: 95
Joined: Sat Mar 25, 2017 6:26 am
Reputation: 1

Re: Warrior All-Stars [2017-8-30]

Post by mamekoski »

ajip2 wrote:
Sun Oct 08, 2017 10:03 am
JAsfe34 wrote:
Mon Sep 25, 2017 4:21 am
Would it be possible to let "No Cooldown" and "Infinte Buff Duration" apply to ONLY the player character and the partners instead of applying to both the enemies as well as player characters?
Update "No Cooldown" and "Inf. Buff Duration"
Can you try it
hello ajip, unfortunately it crashes the game as soon as we activate hero skills~

mamekoski
Expert Cheater
Expert Cheater
Posts: 95
Joined: Sat Mar 25, 2017 6:26 am
Reputation: 1

Re: Warrior All-Stars [2017-8-30]

Post by mamekoski »

still no info regarding allies-only buff duration? :)

ajip2
Expert Cheater
Expert Cheater
Posts: 94
Joined: Sat Mar 04, 2017 9:58 pm
Reputation: 117

Re: Warrior All-Stars [2017-8-30]

Post by ajip2 »

mamekoski wrote:
Sat Oct 21, 2017 4:26 pm
hello ajip, unfortunately it crashes the game as soon as we activate hero skills~
Sorry for late reply
For me it work fine
Did you use my latest table? if i remember correctly i edit the table twice that day because same problem as you
edit: inf. buff work for allies only(need test)

Sorry for my bad english

mamekoski
Expert Cheater
Expert Cheater
Posts: 95
Joined: Sat Mar 25, 2017 6:26 am
Reputation: 1

Re: Warrior All-Stars [2017-8-30]

Post by mamekoski »

ajip2 wrote:
Fri Nov 03, 2017 8:18 am
Sorry for late reply
For me it work fine
Did you use my latest table? if i remember correctly i edit the table twice that day because same problem as you
edit: inf. buff work for allies only(need test)

Sorry for my bad english
it's ok, thanks. most hero skills are fine, but the problem persists when i try walking speed & atk speed up :(

ajip2
Expert Cheater
Expert Cheater
Posts: 94
Joined: Sat Mar 04, 2017 9:58 pm
Reputation: 117

Re: Warrior All-Stars [2017-8-30]

Post by ajip2 »

Try Zhou Cang hero skills and movement script still no problem for me

mamekoski
Expert Cheater
Expert Cheater
Posts: 95
Joined: Sat Mar 25, 2017 6:26 am
Reputation: 1

Re: Warrior All-Stars [2017-8-30]

Post by mamekoski »

hmm this is weird.. i'm still crashing.

you sure this work for all Star_US.exe, Star_JP.exe & Star_TW.exe right? i'm playing with Star_US.exe

ajip2
Expert Cheater
Expert Cheater
Posts: 94
Joined: Sat Mar 04, 2017 9:58 pm
Reputation: 117

Re: Warrior All-Stars [2017-8-30]

Post by ajip2 »

I don't know about Star_JP.exe & Star_TW.exe will work or not
I'm using Star_US.exe

Post Reply

Who is online

Users browsing this forum: DotBot, feistyno69, Google Adsense [Bot], MordredMaximus, ofrys, SemrushBot, Sorrowpiano, Talith