Hogwarts Legacy

Upload your cheat tables here (No requests)
HeHeHe
What is cheating?
What is cheating?
Posts: 1
Joined: Sun Jun 04, 2023 11:35 pm
Reputation: 0

Re: Hogwarts Legacy

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

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
WhiteRau
Expert Cheater
Expert Cheater
Posts: 204
Joined: Wed May 16, 2018 3:26 pm
Reputation: 30

Re: Hogwarts Legacy

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

cann244
What is cheating?
What is cheating?
Posts: 1
Joined: Thu Jun 15, 2023 12:30 pm
Reputation: 0

Re: Hogwarts Legacy

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

slich
What is cheating?
What is cheating?
Posts: 2
Joined: Wed Jul 05, 2023 12:22 am
Reputation: 1

Re: Hogwarts Legacy

Post 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

edale
Expert Cheater
Expert Cheater
Posts: 101
Joined: Sun Feb 03, 2019 11:54 pm
Reputation: 33

Re: Hogwarts Legacy

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

Jnxxr
What is cheating?
What is cheating?
Posts: 2
Joined: Wed Jul 19, 2023 6:23 pm
Reputation: 0

Re: Hogwarts Legacy

Post 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

Jnxxr
What is cheating?
What is cheating?
Posts: 2
Joined: Wed Jul 19, 2023 6:23 pm
Reputation: 0

Re: Hogwarts Legacy

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

jamescarter24
Noobzor
Noobzor
Posts: 10
Joined: Sun May 16, 2021 12:51 am
Reputation: 0

Re: Hogwarts Legacy

Post by jamescarter24 »

Does anyone have an updated cheat engine table? thank you

Ahmad_Da
What is cheating?
What is cheating?
Posts: 1
Joined: Sat Sep 02, 2023 10:23 am
Reputation: 1

Re: Hogwarts Legacy

Post by Ahmad_Da »

I need help please When I activate CE the game keeps freezing

jadey69
What is cheating?
What is cheating?
Posts: 1
Joined: Sun Oct 29, 2023 11:31 pm
Reputation: 0

Re: Hogwarts Legacy

Post by jadey69 »

hi, when i change the vendor prices, it crashes/freezes my game and i cant play.
is there a fix to this?

MadaraUchiha
What is cheating?
What is cheating?
Posts: 3
Joined: Wed Apr 22, 2020 1:27 pm
Reputation: 0

Re: Hogwarts Legacy

Post 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

DrunkenNelson
Noobzor
Noobzor
Posts: 7
Joined: Tue Dec 28, 2021 1:15 pm
Reputation: 0

Re: Hogwarts Legacy

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

KiitJeey
What is cheating?
What is cheating?
Posts: 2
Joined: Mon Mar 25, 2024 2:32 pm
Reputation: 0

Re: Hogwarts Legacy

Post by KiitJeey »

Why is the mechanism crashing hogwarts ?
this tabelta is outdated ?

KiitJeey
What is cheating?
What is cheating?
Posts: 2
Joined: Mon Mar 25, 2024 2:32 pm
Reputation: 0

Re: Hogwarts Legacy

Post by KiitJeey »

A tabela nao esta a funcionar, quando altero os valores do vendedor o jogo fecha. alguma solucao para resolver isso ?

Post Reply

Who is online

Users browsing this forum: 1elfzz, A.raid, Bing [Bot], bluemoon27112, dk3790, endhuetz, Fratile, FreakZilla, Google Adsense [Bot], gronnz, hgouveia, Jonastpz, Majestic-12 [Bot], nathanredd, nazarick2128, Nexusnex24, Player360, silvazorfox, Wisnumurti, Worky