Titan Quest Anniversary Edition

Upload your cheat tables here (No requests)
Dimensionist
Expert Cheater
Expert Cheater
Posts: 175
Joined: Sat Mar 04, 2017 5:04 am
Reputation: 20

Re: Titan Quest Anniversary Edition

Post by Dimensionist »

The loot mod doesn't seem to be working for me.

EDIT: Nevermind, got it to work. Apparently I just had to move a bit further into the game.

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
DeadCraft
Expert Cheater
Expert Cheater
Posts: 92
Joined: Tue Apr 04, 2017 8:27 pm
Reputation: 6

Re: Titan Quest Anniversary Edition

Post by DeadCraft »

mece add pls pointers (attack, cast, run speed) for manual change

User avatar
GarnoriZ
Expert Cheater
Expert Cheater
Posts: 50
Joined: Sun Jun 25, 2017 2:45 pm
Reputation: 91

Re: Titan Quest Anniversary Edition

Post by GarnoriZ »

DeadCraft wrote:
Sun Nov 26, 2017 10:09 am
mece add pls pointers (attack, cast, run speed) for manual change
Done. Here's the table for v1.48 (steam version). Also fixed several offsets and added a new feature:
  • Mod Artifact Creation: only a formula is necessary to create an artifact
Attachments
Titan Quest Anniversary Edition v1.48.CT
(41.43 KiB) Downloaded 145 times

User avatar
DeadCraft
Expert Cheater
Expert Cheater
Posts: 92
Joined: Tue Apr 04, 2017 8:27 pm
Reputation: 6

Re: Titan Quest Anniversary Edition

Post by DeadCraft »

mece Thanks !

No Item Req
Spoiler

Code: Select all

{ Game   : TQ.exe
  Version: 1.48
  Date   : 2017-11-28
  Author : ReWanet (https://gamehacklab.ru/) (Updated by DeadCraft)
}

[ENABLE]

aobscanmodule(NoItemReq,Game.dll,84 C0 5D 0F 95 C0) // should be unique
alloc(newmem,$1000)
registersymbol(NoItemReq)
registersymbol(noitemreq_flag)
label(code)
label(return)
label(noitemreq_flag)
label(noitemreq_act)


newmem:
noitemreq_flag:
  dd 0

noitemreq_act:
  cmp [noitemreq_flag],1
  je code
  db 90 90
  pop ebp
  setne al
  jmp return

code:
  test al,al
  pop ebp
  setne al
  jmp return

NoItemReq:
  jmp noitemreq_act
  nop
return:


[DISABLE]

NoItemReq:
  test al,al
  pop ebp
  setne al

unregistersymbol(NoItemReq)
unregistersymbol(noitemreq_flag)
dealloc(newmem)

{
// ORIGINAL CODE - INJECTION POINT: "Game.dll"+1B60F7

"Game.dll"+1B60E2: 5D                    -  pop ebp
"Game.dll"+1B60E3: B0 01                 -  mov al,01
"Game.dll"+1B60E5: 5B                    -  pop ebx
"Game.dll"+1B60E6: C2 10 00              -  ret 0010
"Game.dll"+1B60E9: 8B 07                 -  mov eax,[edi]
"Game.dll"+1B60EB: 53                    -  push ebx
"Game.dll"+1B60EC: 8B 80 7C 01 00 00     -  mov eax,[eax+0000017C]
"Game.dll"+1B60F2: 8B CF                 -  mov ecx,edi
"Game.dll"+1B60F4: FF D0                 -  call eax
"Game.dll"+1B60F6: 5F                    -  pop edi
// ---------- INJECTING HERE ----------
"Game.dll"+1B60F7: 84 C0                 -  test al,al
"Game.dll"+1B60F9: 5D                    -  pop ebp
"Game.dll"+1B60FA: 0F 95 C0              -  setne al
// ---------- DONE INJECTING  ----------
"Game.dll"+1B60FD: 5B                    -  pop ebx
"Game.dll"+1B60FE: C2 10 00              -  ret 0010
"Game.dll"+1B6101: CC                    -  int 3
"Game.dll"+1B6102: CC                    -  int 3
"Game.dll"+1B6103: CC                    -  int 3
"Game.dll"+1B6104: CC                    -  int 3
"Game.dll"+1B6105: CC                    -  int 3
"Game.dll"+1B6106: CC                    -  int 3
"Game.dll"+1B6107: CC                    -  int 3
"Game.dll"+1B6108: CC                    -  int 3
}
P.S. It would be nice to make a return of points when resetting the skill, as well as resetting the attributes. And find a pointer to the resist

User avatar
GarnoriZ
Expert Cheater
Expert Cheater
Posts: 50
Joined: Sun Jun 25, 2017 2:45 pm
Reputation: 91

Re: Titan Quest Anniversary Edition

Post by GarnoriZ »

The best item seed i found is 4294967294 (0xFFFFFFFE).

Soko
What is cheating?
What is cheating?
Posts: 3
Joined: Mon Dec 04, 2017 10:22 am
Reputation: 0

Re: Titan Quest Anniversary Edition

Post by Soko »

How exactly do I change item seed?

User avatar
GarnoriZ
Expert Cheater
Expert Cheater
Posts: 50
Joined: Sun Jun 25, 2017 2:45 pm
Reputation: 91

Re: Titan Quest Anniversary Edition

Post by GarnoriZ »

Soko wrote:
Mon Dec 04, 2017 10:24 am
How exactly do I change item seed?
  1. Activate "Item Mods" feature.
  2. Mouse over an item. The script gets the seed pointer. NB! An equipped item always has priority over other items.
  3. Change "Seed" value. From CE help: "There are 2 ways to change a value in the list, by either double-clicking the value, or by selecting it and pressing enter. For all the other items in the list just double click on it and it will open up a new window allowing you to change it."
  4. Put item into stash. At this moment item stats rerolling.
  5. Now the item has updated stats.

Soko
What is cheating?
What is cheating?
Posts: 3
Joined: Mon Dec 04, 2017 10:22 am
Reputation: 0

Re: Titan Quest Anniversary Edition

Post by Soko »

Thanks for the clarification. Didn't know about the equipped item priority, was trying to change not equipped item and thought I was doing something wrong. Work's like a charm. Thanks again :)

IcyPurpose99
Expert Cheater
Expert Cheater
Posts: 476
Joined: Fri Mar 03, 2017 6:04 pm
Reputation: 16

Re: Titan Quest Anniversary Edition

Post by IcyPurpose99 »

Here is my table which primarily has Summoner cheats to focus on. Increases Wolves / Nymph spawning.
Attachments
TQ.CT
(10.93 KiB) Downloaded 99 times

User avatar
Darkedone02
Expert Cheater
Expert Cheater
Posts: 945
Joined: Thu Mar 02, 2017 11:42 pm
Reputation: 109

Re: Titan Quest Anniversary Edition

Post by Darkedone02 »

1.50 just came out, any table updates besides recifense?

Toreador
What is cheating?
What is cheating?
Posts: 3
Joined: Sat May 04, 2019 1:13 pm
Reputation: 0

Re: Titan Quest Anniversary Edition

Post by Toreador »

Hey , is it possible to create a script to increase the experience you gain from monsters or to change the XP chart so you level up faster?? When i use the Quick Level Up script it has no effect ...

Mannizzle
What is cheating?
What is cheating?
Posts: 3
Joined: Sat May 11, 2019 8:45 pm
Reputation: 0

Re: Titan Quest Anniversary Edition

Post by Mannizzle »

i cant get any of the tables to work...maybe because its v2.1 now?

User avatar
TheMaestro55555
Noobzor
Noobzor
Posts: 14
Joined: Tue Nov 21, 2017 12:20 am
Reputation: 8

Re: Titan Quest Anniversary Edition

Post by TheMaestro55555 »

Did any one can somehow update the tables?

TheHun
What is cheating?
What is cheating?
Posts: 1
Joined: Thu May 16, 2019 7:58 am
Reputation: 0

Re: Titan Quest Anniversary Edition

Post by TheHun »

Looking for a table to the new game version out on steam, anyone got it?

PandoraVega
What is cheating?
What is cheating?
Posts: 1
Joined: Fri May 17, 2019 12:12 am
Reputation: 0

Re: Titan Quest Anniversary Edition

Post by PandoraVega »

Thank You~~~~

Post Reply

Who is online

Users browsing this forum: admantx, Axeen, Baidu [Spider], BeromeGamer, bugmenot123, Catalin.Andrey98, chaotic_neutral, Csimbi, ctl3d32, dabui, David LionHeart, dawix3321, dmns, Google [Bot], Google Adsense [Bot], Halliphax, HaruAjsuru, Marui555, mikas, poglogo, Rynart, salineprune, Seitaer, SemrushBot, SensaiClapZ, YamiNoZero