Page 28 of 28

Re: Hogwarts Legacy

Posted: Sun Jun 04, 2023 11:39 pm
by HeHeHe
lilExtra wrote:
Thu May 11, 2023 12:19 pm
Those fucking developers updated the game and now the method to make vendors give you unlimited money makes the game crash, also the table now as soon as it attaches to the game it gives an error message, if you click yes it crashes instantly, if you say no and then later you try to change values the game crashes anyway.
Any solution?

Image

P.S. (little rage to Avalanche Software):
However I really can't figure out why those fucking legends instead of optimizing the game which stutters AF and it has serious performance problems (i have a goddamn RTX 4080 and a R9 7950X3D) they are trying so hard to make the game impossible to cheat on, I FUCKING PAID let me do whatever the fuck i want with it, or make the FUCKING items less expensive so i can complete the FUCKING quests, i literally have NO TIME to play for hours to farm Galeons like a nerd!
select "Active memory only"

Re: Hogwarts Legacy

Posted: Wed Jun 07, 2023 9:48 am
by WhiteRau
@HeHeHe bruh. i feel ya. hate to say it, but i play on a 2070 Super and i have nothing but buttery smooth framerates. does you choppiness come from a recent update or has it always chugged?

Re: Hogwarts Legacy

Posted: Thu Jun 15, 2023 12:30 pm
by cann244
Although I have done all the operations correctly, when I click on the npc, the game hangs and closes, what is the reason for this?

Re: Hogwarts Legacy

Posted: Wed Jul 05, 2023 12:32 am
by slich
to anyone still wondering how to do the money cheat with the current table
you can use this video
[Link]
and follow my change below to make it work, but im still gonna outline the whole method:

activation, click it
pointer, click it
[0030] player controller, click it
[0278] pawn, click

now, under that section, somewhere the table says
[2410] - VendorPricesModifier.Current
[2414] - VendorPricesModifier.Base
[2418] - VendorPricesModifier.Min
[241C] - VendorPricesModifier.Max
you can find them easy by looking at the identifying hex in front of them
these 241* values in front of these are the offset numbers in the structure

they've changed to
2424
242C
2430
2434
respectively

so you need to adjust your address values in the table correctly
my address in the table is 7FF1631B6410, but the one I want is 7FF1631B6424
so you can just add addresses manually by adjusting the hex code at the end of the address the table says

once you have these offset just follow that youtube video link and it's all good

Re: Hogwarts Legacy

Posted: Fri Jul 07, 2023 1:17 am
by edale
Freeze the timer in the broom races (only tested in the first broom race so far, might also freeze the timer if there's any other timed events)

Code: Select all

{ Game   : HogwartsLegacy.exe
  Version: 
  Date   : 2023-07-04
  Author : Edale

  This script does blah blah blah
}

[ENABLE]

aobscanmodule(RaceTimer1,HogwartsLegacy.exe,F3 0F 11 06 C6 46 04 01 48 8D B9) // should be unique
alloc(newmem,$1000,RaceTimer1)

label(code)
label(return)

newmem:

code:
  NOP
  mov byte ptr [rsi+04],01
  jmp return

RaceTimer1:
  jmp newmem
  nop 3
return:
registersymbol(RaceTimer1)

[DISABLE]

RaceTimer1:
  db F3 0F 11 06 C6 46 04 01

unregistersymbol(RaceTimer1)
dealloc(newmem)

{
// ORIGINAL CODE - INJECTION POINT: HogwartsLegacy.exe+2BD9D06

HogwartsLegacy.exe+2BD9CDC: 48 8D B1 78 03 00 00     - lea rsi,[rcx+00000378]
HogwartsLegacy.exe+2BD9CE3: C7 44 24 48 00 00 00 00  - mov [rsp+48],00000000
HogwartsLegacy.exe+2BD9CEB: 80 7E 04 00              - cmp byte ptr [rsi+04],00
HogwartsLegacy.exe+2BD9CEF: 0F 57 C0                 - xorps xmm0,xmm0
HogwartsLegacy.exe+2BD9CF2: 74 04                    - je HogwartsLegacy.exe+2BD9CF8
HogwartsLegacy.exe+2BD9CF4: F3 0F 10 06              - movss xmm0,[rsi]
HogwartsLegacy.exe+2BD9CF8: 48 8D 44 24 40           - lea rax,[rsp+40]
HogwartsLegacy.exe+2BD9CFD: F3 0F 58 C1              - addss xmm0,xmm1
HogwartsLegacy.exe+2BD9D01: 48 3B C6                 - cmp rax,rsi
HogwartsLegacy.exe+2BD9D04: 74 08                    - je HogwartsLegacy.exe+2BD9D0E
// ---------- INJECTING HERE ----------
HogwartsLegacy.exe+2BD9D06: F3 0F 11 06              - movss [rsi],xmm0
// ---------- DONE INJECTING  ----------
HogwartsLegacy.exe+2BD9D0A: C6 46 04 01              - mov byte ptr [rsi+04],01
HogwartsLegacy.exe+2BD9D0E: 48 8D B9 E8 02 00 00     - lea rdi,[rcx+000002E8]
HogwartsLegacy.exe+2BD9D15: 48 8B CF                 - mov rcx,rdi
HogwartsLegacy.exe+2BD9D18: E8 A3 2C CE 00           - call HogwartsLegacy.exe+38BC9C0
HogwartsLegacy.exe+2BD9D1D: 33 ED                    - xor ebp,ebp
HogwartsLegacy.exe+2BD9D1F: 48 8B D8                 - mov rbx,rax
HogwartsLegacy.exe+2BD9D22: 48 85 C0                 - test rax,rax
HogwartsLegacy.exe+2BD9D25: 75 66                    - jne HogwartsLegacy.exe+2BD9D8D
HogwartsLegacy.exe+2BD9D27: 48 39 6F 10              - cmp [rdi+10],rbp
HogwartsLegacy.exe+2BD9D2B: 48 8D 4F 10              - lea rcx,[rdi+10]
}

Re: Hogwarts Legacy

Posted: Wed Jul 19, 2023 6:26 pm
by Jnxxr
slich wrote:
Wed Jul 05, 2023 12:32 am
to anyone still wondering how to do the money cheat with the current table
you can use this video
[Link]
and follow my change below to make it work, but im still gonna outline the whole method:

activation, click it
pointer, click it
[0030] player controller, click it
[0278] pawn, click

now, under that section, somewhere the table says
[2410] - VendorPricesModifier.Current
[2414] - VendorPricesModifier.Base
[2418] - VendorPricesModifier.Min
[241C] - VendorPricesModifier.Max
you can find them easy by looking at the identifying hex in front of them
these 241* values in front of these are the offset numbers in the structure

they've changed to
2424
242C
2430
2434
respectively

so you need to adjust your address values in the table correctly
my address in the table is 7FF1631B6410, but the one I want is 7FF1631B6424
so you can just add addresses manually by adjusting the hex code at the end of the address the table says

once you have these offset just follow that youtube video link and it's all good
Broken link to video

Re: Hogwarts Legacy

Posted: Wed Jul 19, 2023 10:24 pm
by Jnxxr
Jnxxr wrote:
Wed Jul 19, 2023 6:26 pm
slich wrote:
Wed Jul 05, 2023 12:32 am
to anyone still wondering how to do the money cheat with the current table
you can use this video
[Link]
and follow my change below to make it work, but im still gonna outline the whole method:

activation, click it
pointer, click it
[0030] player controller, click it
[0278] pawn, click

now, under that section, somewhere the table says
[2410] - VendorPricesModifier.Current
[2414] - VendorPricesModifier.Base
[2418] - VendorPricesModifier.Min
[241C] - VendorPricesModifier.Max
you can find them easy by looking at the identifying hex in front of them
these 241* values in front of these are the offset numbers in the structure

they've changed to
2424
242C
2430
2434
respectively

so you need to adjust your address values in the table correctly
my address in the table is 7FF1631B6410, but the one I want is 7FF1631B6424
so you can just add addresses manually by adjusting the hex code at the end of the address the table says

once you have these offset just follow that youtube video link and it's all good
Broken link to video
Pd: Do you the new Address for the experience modifier?

Re: Hogwarts Legacy

Posted: Sat Jul 22, 2023 12:48 am
by jamescarter24
Does anyone have an updated cheat engine table? thank you

Re: Hogwarts Legacy

Posted: Sat Sep 02, 2023 10:24 am
by Ahmad_Da
I need help please When I activate CE the game keeps freezing

Re: Hogwarts Legacy

Posted: Sun Oct 29, 2023 11:31 pm
by jadey69
hi, when i change the vendor prices, it crashes/freezes my game and i cant play.
is there a fix to this?

Re: Hogwarts Legacy

Posted: Mon Nov 13, 2023 11:27 am
by MadaraUchiha
Please the table is not working any more with bild 1145881. If some one can make the new i will be greatfull.

Best Regards
Madara

Re: Hogwarts Legacy

Posted: Wed Feb 28, 2024 6:03 pm
by DrunkenNelson
jadey69 wrote:
Sun Oct 29, 2023 11:31 pm
hi, when i change the vendor prices, it crashes/freezes my game and i cant play.
is there a fix to this?
yep, same here. not work anymore i guess.

Re: Hogwarts Legacy

Posted: Mon Mar 25, 2024 2:34 pm
by KiitJeey
Why is the mechanism crashing hogwarts ?
this tabelta is outdated ?

Re: Hogwarts Legacy

Posted: Wed Mar 27, 2024 4:27 pm
by KiitJeey
A tabela nao esta a funcionar, quando altero os valores do vendedor o jogo fecha. alguma solucao para resolver isso ?