Wizardry 8 (GoG)

Upload your cheat tables here (No requests)
User avatar
Marc
Table Makers
Table Makers
Posts: 395
Joined: Mon Mar 26, 2018 2:35 pm
Reputation: 415

Re: Wizardry 8 (GoG)

Post by Marc »

at least for stamina, this cheat seems to work for not loosing stamina when running around... copy and paste it into your table.

Code: Select all

<?xml version="1.0" encoding="utf-8"?>
<CheatTable>
  <CheatEntries>
    <CheatEntry>
      <ID>42</ID>
      <Description>"dont lose stamina when running"</Description>
      <LastState Activated="1"/>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>[ENABLE]
aobscanmodule(stamina,Wiz8.exe,2B FA 8B C7 8D 0C 40) // should be unique
alloc(newmem,$1000)

label(code)
label(return)

newmem:

code:
  // sub edi,edx
  mov eax,edi
  lea ecx,[eax+eax*2]
  jmp return

stamina:
  jmp newmem
  nop 2
return:
registersymbol(stamina)

[DISABLE]

stamina:
  db 2B FA 8B C7 8D 0C 40

unregistersymbol(stamina)
dealloc(newmem)

{
// ORIGINAL CODE - INJECTION POINT: Wiz8.exe+12B046

Wiz8.exe+12B02A: 03 D7              - add edx,edi
Wiz8.exe+12B02C: 85 D2              - test edx,edx
Wiz8.exe+12B02E: 7D 04              - jnl Wiz8.exe+12B034
Wiz8.exe+12B030: 33 D2              - xor edx,edx
Wiz8.exe+12B032: EB 0C              - jmp Wiz8.exe+12B040
Wiz8.exe+12B034: 8B 86 1D 0B 00 00  - mov eax,[esi+00000B1D]
Wiz8.exe+12B03A: 3B D0              - cmp edx,eax
Wiz8.exe+12B03C: 7E 02              - jle Wiz8.exe+12B040
Wiz8.exe+12B03E: 8B D0              - mov edx,eax
Wiz8.exe+12B040: 8B BE 1D 0B 00 00  - mov edi,[esi+00000B1D]
// ---------- INJECTING HERE ----------
Wiz8.exe+12B046: 2B FA              - sub edi,edx
// ---------- DONE INJECTING  ----------
Wiz8.exe+12B048: 8B C7              - mov eax,edi
Wiz8.exe+12B04A: 8D 0C 40           - lea ecx,[eax+eax*2]
Wiz8.exe+12B04D: 8D 04 C8           - lea eax,[eax+ecx*8]
Wiz8.exe+12B050: C1 E0 02           - shl eax,02
Wiz8.exe+12B053: 33 D2              - xor edx,edx
Wiz8.exe+12B055: F7 B6 19 0B 00 00  - div [esi+00000B19]
Wiz8.exe+12B05B: B9 64 00 00 00     - mov ecx,00000064
Wiz8.exe+12B060: 89 BE 1D 0B 00 00  - mov [esi+00000B1D],edi
Wiz8.exe+12B066: 8B BE 9E 16 00 00  - mov edi,[esi+0000169E]
Wiz8.exe+12B06C: 2B C8              - sub ecx,eax
}
</AssemblerScript>
    </CheatEntry>
  </CheatEntries>
</CheatTable>
My problem with this game:
  • started game? hey, lets change screen resolution
  • now the game plays a video - great opportunity to change resolution
  • alt-tab into cheat engine? great, let's change resolution
  • back into the game? how about a... change of resolution?
Geez... anyway, good luck with the cheat :) I will not touch this crap again, even with a forklift ^^
Marc

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
Darkedone02
Expert Cheater
Expert Cheater
Posts: 975
Joined: Thu Mar 02, 2017 11:42 pm
Reputation: 115

Re: Wizardry 8 (GoG)

Post by Darkedone02 »

This is probably one of the older games that don't support borderless windows, so I switch to windowed mode if possible and use borderless apps to make that game borderless in a pseudo way.

User avatar
veselykralicek
Novice Cheater
Novice Cheater
Posts: 20
Joined: Thu Sep 14, 2023 8:16 pm
Reputation: 2

Re: Wizardry 8 (GoG)

Post by veselykralicek »

Thank you very much for your quick answer, but it's beyond my abilities.:-( Could you upload new table with Stamina and Mana godmode, please?

And what I am doing wrong, when I can't add or freeze money?

User avatar
veselykralicek
Novice Cheater
Novice Cheater
Posts: 20
Joined: Thu Sep 14, 2023 8:16 pm
Reputation: 2

Re: Wizardry 8 (GoG)

Post by veselykralicek »

Ok, I tried it, but I am really lost.:-(

[Link]

Where can I copy and paste it? I tried it in Cheat Engine, but there is really nowhere. I tried it with notepad, but there was an error message.
Is it possible to paste Stamina and Mana godmode (Unlimited Stamina and Mana) in Wizardry8.CT from this page or just create a new one?

Is it possible to upload upgraded table here, please?

I would be very glad for it.

User avatar
Marc
Table Makers
Table Makers
Posts: 395
Joined: Mon Mar 26, 2018 2:35 pm
Reputation: 415

Re: Wizardry 8 (GoG)

Post by Marc »

In the code box of my posting, cklick on "select all". Open a cheat table (for example, mine^^) and just press ctrl-v to paste the new table entry into the already opened table. A new entry will spawn in the table. Ready.

hope this helps,
Marc

User avatar
veselykralicek
Novice Cheater
Novice Cheater
Posts: 20
Joined: Thu Sep 14, 2023 8:16 pm
Reputation: 2

Re: Wizardry 8 (GoG)

Post by veselykralicek »

Thanks, I tried it. It works, but previous functions are gone.:-(

Is it possible to add to to the table as another function? Not only this one. And it is only Stamina, not Mana.:-(

User avatar
Marc
Table Makers
Table Makers
Posts: 395
Joined: Mon Mar 26, 2018 2:35 pm
Reputation: 415

Re: Wizardry 8 (GoG)

Post by Marc »

Sigh... uploaded a new table with an integrated unlimited stamina-Cheat.

About mana: yes, I did not cheat mana. And due continous resolution-changes every time I alt-Tab out of the game, I will not touch this piece of crap again in my life.

User avatar
veselykralicek
Novice Cheater
Novice Cheater
Posts: 20
Joined: Thu Sep 14, 2023 8:16 pm
Reputation: 2

Re: Wizardry 8 (GoG)

Post by veselykralicek »

Thank you very, really very much.:-) I will try it.

I don't know, I have Windows 10, FullHD (1920x1080) and I have no problem with resolution change when I Alt+Tab game..

That's pitty with the unlimited Mana, but I understand you, but I am not able to do it by myself. Can I only ask, is it the same, like Stamina? For example only change Mana for Stamina in Notepad?

And grateful thanks once again for uploading upgraded table.:-)

User avatar
Marc
Table Makers
Table Makers
Posts: 395
Joined: Mon Mar 26, 2018 2:35 pm
Reputation: 415

Re: Wizardry 8 (GoG)

Post by Marc »

Well, I've got two monitors and every time I alt-tab out of the game, this piece of shit changes resolution on both monitors and keeps moving all opened windows away from it's original location. Very annoying. Tried the /windowed parameter but it's getting ignored.

adjusting for mana is not so easy to just change some name or offset, I'm afraid. (You'd need to scan for the current mana-value of one character, spend some mana, and search for the new value in CE. If you've found the correct address, add it to the address list, press F6 on this address and see what codes writed to this address. Take a look at the code and make an auto assembler cheat for it...)

User avatar
veselykralicek
Novice Cheater
Novice Cheater
Posts: 20
Joined: Thu Sep 14, 2023 8:16 pm
Reputation: 2

Re: Wizardry 8 (GoG)

Post by veselykralicek »

Hello, I tried it and Stamina hack works perfectly.:-)
Thank you very much, once again.:-)

I see, it's really beyond my abilities, but I noticed, that there are 6 types of magic spells and 6 types of mana (own mana for every magic school, fire magic, earth magic, etc..), I tried to find concrete "string" ?? with Cheat Engine 7.5, but it doesn't work.

I open Cheat Engine, play game, New Scan - First Scan, it's ok, then I change value, try New Scan with new value and nothing.:-( I tried it for ammo (extremely annoying buy new arrows all the time) and for gold and the same result.:-(

User avatar
Marc
Table Makers
Table Makers
Posts: 395
Joined: Mon Mar 26, 2018 2:35 pm
Reputation: 415

Re: Wizardry 8 (GoG)

Post by Marc »

Most likely it's a 4-byte-Integer you'll need to search for. Spent some mana, filter the results and you should get the "interesting" address.

Can't give a full course here. But if you are willing to learn, take a look at this excellent video series:

User avatar
veselykralicek
Novice Cheater
Novice Cheater
Posts: 20
Joined: Thu Sep 14, 2023 8:16 pm
Reputation: 2

Re: Wizardry 8 (GoG)

Post by veselykralicek »

I tried it, I know, how Cheat Engine works, and for example, in some games, there is no problem to edit money or attributes.




It's no problem for me and I did it. But Wizardry 8 is more complicated, because when I tried to detect some value, then change it in the game and find it again - there is nothing. It's really beyond my abilities, so I don't care about it. I am really grateful for Stamina hack.

But I have a question - How does "Gold from Party - Wiz8.exe+285189" work? It does nothing for me.:-(

User avatar
Marc
Table Makers
Table Makers
Posts: 395
Joined: Mon Mar 26, 2018 2:35 pm
Reputation: 415

Re: Wizardry 8 (GoG)

Post by Marc »

Well, Gold is a simple static value - meaning unless the build version of the game does not change, it is always at the very same address.
If the entry does not work: it's a simple 4-byte-Value and as such, simple to find.

Update for clarification: The value itself is just the different "currencies" lined up. so 4 gold 10 silver 38 copper = value in memory is 41038.

User avatar
veselykralicek
Novice Cheater
Novice Cheater
Posts: 20
Joined: Thu Sep 14, 2023 8:16 pm
Reputation: 2

Re: Wizardry 8 (GoG)

Post by veselykralicek »

Are you sure? Don't you think Dragon Age, for example? Wizardry 8 has only gold..

Anyway.. I find many lines with gold value, but no line, when I changed it.:-(

I will post some screenshots in few days for better explanation..

User avatar
veselykralicek
Novice Cheater
Novice Cheater
Posts: 20
Joined: Thu Sep 14, 2023 8:16 pm
Reputation: 2

Re: Wizardry 8 (GoG)

Post by veselykralicek »

Ok, so..

1. I tried to open Cheat Engine with your table and hack money. Nothing happend.

[Link]
[Link]

2. I tried to New Scan - First Scan, find value 35.033, I found 3 values. It worked.

[Link]
[Link]

3. Then I tried change value - to 34.998, tried Next Scan with this value - nothing..

[Link]
[Link]

Post Reply

Who is online

Users browsing this forum: AhrefsBot, andrys1, Google [Bot], kamaoako, Korados, Majestic-12 [Bot], Meatandgreens, Metal Messiah