Sword Art Online: Hollow Realization Deluxe Edition

Upload your cheat tables here (No requests)
User avatar
dallezh
Expert Cheater
Expert Cheater
Posts: 344
Joined: Sun Oct 29, 2017 11:00 am
Reputation: 16

Re: Sword Art Online: Hollow Realization Deluxe Edition

Post by dallezh »

I'm sure it's the Set EXP that does it.
Gonna try with another save and see if that really is it.

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

qweasdzxc17
Expert Cheater
Expert Cheater
Posts: 167
Joined: Wed Apr 19, 2017 10:41 am
Reputation: 79

Re: Sword Art Online: Hollow Realization Deluxe Edition

Post by qweasdzxc17 »

Thanks to the video TheByteSize suggested, this is what i came up with for inf hp, its not clean but it gets the job done.

Code: Select all

{ Game   : sao_hr.exe
  Version: 
  Date   : 2017-11-02
  Author : qweasdzxc17

  This script does blah blah blah
}

[ENABLE]

aobscanmodule(SaoInfHP,sao_hr.exe,44 89 01 C3 CC) // should be unique
alloc(saoinfhpmod,$1000,"sao_hr.exe"+26A8F8)

label(infhporiginalcode)
label(infhpskip)
label(infhpreturn)
label(infhpskip2)

saoinfhpmod:
  pushf
  cmp [rcx+01D0],#1
  je infhporiginalcode
  jmp infhpskip

infhporiginalcode:
  popf
  mov [rcx],r8d
  jmp infhpskip2

infhpskip:
  popf
infhpskip2:
  ret
  int 3
  jmp infhpreturn

SaoInfHP:
  jmp saoinfhpmod
infhpreturn:
registersymbol(SaoInfHP)

[DISABLE]

SaoInfHP:
  db 44 89 01 C3 CC

unregistersymbol(SaoInfHP)
dealloc(saoinfhpmod)

{
// ORIGINAL CODE - INJECTION POINT: "sao_hr.exe"+26A8F8

"sao_hr.exe"+26A8DC: 41 5E                    -  pop r14
"sao_hr.exe"+26A8DE: C3                       -  ret 
"sao_hr.exe"+26A8DF: CC                       -  int 3 
"sao_hr.exe"+26A8E0: 44 8B 01                 -  mov r8d,[rcx]
"sao_hr.exe"+26A8E3: 44 03 C2                 -  add r8d,edx
"sao_hr.exe"+26A8E6: 79 07                    -  jns sao_hr.exe+26A8EF
"sao_hr.exe"+26A8E8: C7 01 00 00 00 00        -  mov [rcx],00000000
"sao_hr.exe"+26A8EE: C3                       -  ret 
"sao_hr.exe"+26A8EF: 44 39 41 04              -  cmp [rcx+04],r8d
"sao_hr.exe"+26A8F3: 44 0F 4C 41 04           -  cmovl r8d,[rcx+04]
// ---------- INJECTING HERE ----------
"sao_hr.exe"+26A8F8: 44 89 01                 -  mov [rcx],r8d
"sao_hr.exe"+26A8FB: C3                       -  ret 
"sao_hr.exe"+26A8FC: CC                       -  int 3 
// ---------- DONE INJECTING  ----------
"sao_hr.exe"+26A8FD: CC                       -  int 3 
"sao_hr.exe"+26A8FE: CC                       -  int 3 
"sao_hr.exe"+26A8FF: CC                       -  int 3 
"sao_hr.exe"+26A900: 83 C1 32                 -  add ecx,32
"sao_hr.exe"+26A903: 45 85 C0                 -  test r8d,r8d
"sao_hr.exe"+26A906: 0F 88 C4 D0 F1 FF        -  js sao_hr.exe+1879D0
"sao_hr.exe"+26A90C: E9 CF D0 F1 FF           -  jmp sao_hr.exe+1879E0
"sao_hr.exe"+26A911: CC                       -  int 3 
"sao_hr.exe"+26A912: CC                       -  int 3 
"sao_hr.exe"+26A913: CC                       -  int 3 
}

User avatar
dallezh
Expert Cheater
Expert Cheater
Posts: 344
Joined: Sun Oct 29, 2017 11:00 am
Reputation: 16

Re: Sword Art Online: Hollow Realization Deluxe Edition

Post by dallezh »

dallezh wrote:
Wed Nov 01, 2017 7:20 pm
I'm sure it's the Set EXP that does it.
Gonna try with another save and see if that really is it.
Ok, that's not it(I think) tried with another save but that didn't do it.

nos4r2
Expert Cheater
Expert Cheater
Posts: 229
Joined: Sun Oct 29, 2017 3:58 am
Reputation: 42

Re: Sword Art Online: Hollow Realization Deluxe Edition

Post by nos4r2 »

Anyway to unlock all costume for girl? the one that need you to get they behavior above 250 ( Atk/Def/Buff/Etc.)

qweasdzxc17
Expert Cheater
Expert Cheater
Posts: 167
Joined: Wed Apr 19, 2017 10:41 am
Reputation: 79

Re: Sword Art Online: Hollow Realization Deluxe Edition

Post by qweasdzxc17 »

nos4r2 wrote:
Wed Nov 01, 2017 9:06 pm
Anyway to unlock all costume for girl? the one that need you to get they behavior above 250 ( Atk/Def/Buff/Etc.)
Didn't even know there was something like that. But I don't think I know how to do that.

User avatar
ReDragonInc
Expert Cheater
Expert Cheater
Posts: 130
Joined: Fri Mar 10, 2017 10:32 pm
Reputation: 3

Re: Sword Art Online: Hollow Realization Deluxe Edition

Post by ReDragonInc »

Just out of curiosity, any chance of an attack or run speed mod? (I know I can use the speedhack, but that speeds up everything). If not, it's no big deal, just curious, really.

qweasdzxc17
Expert Cheater
Expert Cheater
Posts: 167
Joined: Wed Apr 19, 2017 10:41 am
Reputation: 79

Re: Sword Art Online: Hollow Realization Deluxe Edition

Post by qweasdzxc17 »

ReDragonInc wrote:
Wed Nov 01, 2017 9:16 pm
Just out of curiosity, any chance of an attack or run speed mod? (I know I can use the speedhack, but that speeds up everything). If not, it's no big deal, just curious, really.
Probably not, but once you reach endgame ie oracle remains, run speed isn't much of a problem anymore, anyway now that the table has inf. sp you could just be dashing all the time.

Seipherwood
Expert Cheater
Expert Cheater
Posts: 55
Joined: Fri Mar 24, 2017 7:57 pm
Reputation: 4

Re: Sword Art Online: Hollow Realization Deluxe Edition

Post by Seipherwood »

Thanks, the new HP works great. Now to find out Ultana Gold ID :p

qweasdzxc17
Expert Cheater
Expert Cheater
Posts: 167
Joined: Wed Apr 19, 2017 10:41 am
Reputation: 79

Re: Sword Art Online: Hollow Realization Deluxe Edition

Post by qweasdzxc17 »

Seipherwood wrote:
Wed Nov 01, 2017 9:37 pm
Thanks, the new HP works great. Now to find out Ultana Gold ID :p
Its 54 01 67

TheByteSize
Expert Cheater
Expert Cheater
Posts: 293
Joined: Sat Mar 04, 2017 7:28 am
Reputation: 232

Re: Sword Art Online: Hollow Realization Deluxe Edition

Post by TheByteSize »

nos4r2 wrote:
Wed Nov 01, 2017 9:06 pm
Anyway to unlock all costume for girl? the one that need you to get they behavior above 250 ( Atk/Def/Buff/Etc.)
I can only find the display value so far. It's calculated from something and I still haven't able to find it.

qweasdzxc17
Expert Cheater
Expert Cheater
Posts: 167
Joined: Wed Apr 19, 2017 10:41 am
Reputation: 79

Re: Sword Art Online: Hollow Realization Deluxe Edition

Post by qweasdzxc17 »

TheByteSize wrote:
Wed Nov 01, 2017 10:11 pm
nos4r2 wrote:
Wed Nov 01, 2017 9:06 pm
Anyway to unlock all costume for girl? the one that need you to get they behavior above 250 ( Atk/Def/Buff/Etc.)
I can only find the display value so far. It's calculated from something and I still haven't able to find it.
If it's a float, try getting rid of the decimal point and change the value to 2-byte, 4.45 becomes 445.
That works for the ex skills, so might be something similar here.

TheByteSize
Expert Cheater
Expert Cheater
Posts: 293
Joined: Sat Mar 04, 2017 7:28 am
Reputation: 232

Re: Sword Art Online: Hollow Realization Deluxe Edition

Post by TheByteSize »

qweasdzxc17 wrote:
Wed Nov 01, 2017 10:20 pm
If it's a float, try getting rid of the decimal point and change the value to 2-byte, 4.45 becomes 445.
That works for the ex skills, so might be something similar here.
Hmm I didn't think of the reverse. I'll check when I get home. Maybe the true value is in decimal and the display number is computation of multiply by 100 and display as integer.

StrawberryCheesecake
Cheater
Cheater
Posts: 30
Joined: Tue Sep 26, 2017 8:19 pm
Reputation: 1

Re: Sword Art Online: Hollow Realization Deluxe Edition

Post by StrawberryCheesecake »

Thank you! Instant SS mastery is godsend

chuwar
Cheater
Cheater
Posts: 37
Joined: Fri Mar 03, 2017 7:41 am
Reputation: 19

Re: Sword Art Online: Hollow Realization Deluxe Edition

Post by chuwar »

Can anybody translate this table to eng? (description and dropdown) thx
Credit: 3DMGAME
Attachments
3DMGAME-SAO_HR.StorehouseWeaponChoose.CT
(8.57 KiB) Downloaded 158 times

Seipherwood
Expert Cheater
Expert Cheater
Posts: 55
Joined: Fri Mar 24, 2017 7:57 pm
Reputation: 4

Re: Sword Art Online: Hollow Realization Deluxe Edition

Post by Seipherwood »

So how do you change Ultana Gold Piece amount? I found it in memory view, changed it to 0F 27, but i still only have 3 in my warehouse. i tried zoning, swapping pages, nothing seems to change it

Post Reply

Who is online

Users browsing this forum: Armanello, Baidu [Spider], BLEXBot, Carriva, DatCrimson, DerpMcDirt, doraki, DrummerIX, FleetingInfinity, ftg133, Google [Bot], plmanith17, Royce G, schin7@gmail.com, Torio80, tr33x, trohed, YandexBot