Anno 2205

Upload your cheat tables here (No requests)
matdif
What is cheating?
What is cheating?
Posts: 4
Joined: Wed Oct 17, 2018 2:02 am
Reputation: 0

Re: Anno 2205

Post by matdif »

.

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
Last edited by matdif on Wed Oct 17, 2018 2:21 am, edited 1 time in total.

matdif
What is cheating?
What is cheating?
Posts: 4
Joined: Wed Oct 17, 2018 2:02 am
Reputation: 0

Re: Anno 2205

Post by matdif »

Cant find the timers for the upgrades in the orbital dlc. As in the tech nexus unlocks for support structures, workshop expansion, shield reinforcement. Cant find the timers themselves anyone have tips?

Well I got lucky. They are byte 4 and increase with the timer. 3 mins about for instance is 180 secs and the value would be something like 180000. Just figured it out and used it now thanks.

Drozz
Noobzor
Noobzor
Posts: 14
Joined: Thu May 04, 2017 2:31 pm
Reputation: 2

Re: Anno 2205

Post by Drozz »

Any way we could get an update? I'm having a hard time getting the correct values with this game

VictorBaby
Novice Cheater
Novice Cheater
Posts: 20
Joined: Sat Oct 27, 2018 6:10 am
Reputation: 31

Re: Anno 2205

Post by VictorBaby »

Hi , im not a pro so this is simple table :) it just set all resources + money to max
hope you will like it :)

Steam Anno2205 1.8.2
Attachments
Anno2205.CT
(2.44 KiB) Downloaded 502 times

HolyTrue
Noobzor
Noobzor
Posts: 10
Joined: Mon May 22, 2017 12:24 pm
Reputation: 1

Re: Anno 2205

Post by HolyTrue »

VictorBaby wrote:
Sat Feb 02, 2019 6:20 pm
How did you find the money?

User avatar
totalabyss
Expert Cheater
Expert Cheater
Posts: 192
Joined: Sat Dec 02, 2017 5:44 am
Reputation: 19

Re: Anno 2205

Post by totalabyss »

Would be great if we could add expertise to the unlimited resources. having to wait to get upgrades from the space station is boring.

samuel798
Noobzor
Noobzor
Posts: 5
Joined: Sun Oct 13, 2019 10:51 am
Reputation: 0

Re: Anno 2205

Post by samuel798 »

any new updates for this for uplayplus cant seem to find anything to work?

samuel798
Noobzor
Noobzor
Posts: 5
Joined: Sun Oct 13, 2019 10:51 am
Reputation: 0

Re: Anno 2205

Post by samuel798 »

??

User avatar
rambo99jose
Table Makers
Table Makers
Posts: 211
Joined: Sun Mar 18, 2018 6:24 am
Reputation: 134

Re: Anno 2205

Post by rambo99jose »

For CDX version use STN "Anno2205.CT"

I figured these out:

##Current Credits Pointer##
"Anno2205.exe"+01E53028 > +30 +8 +28 +28

##Credits Limit Pointer##
"Anno2205.exe"+01E53028 > +30 +8 +28 +18
Zero Upkeep Costs: credits/workforce/energy/logistics

Code: Select all

{ Game   : Anno2205.exe
  Version: 
  Date   : 2019-11-12
  Author : rambo99jose

  Zero Upkeep Costs: credits/workforce/energy/logistics
}

[ENABLE]

aobscanmodule(zero_upkeep,Anno2205.exe,F2 0F 58 00 F2 0F 11 45 48) // should be unique
alloc(newmem,$1000,"Anno2205.exe"+A277D3)

label(code)
label(return)

newmem:
  push rax
  mov rax,0
  movq xmm0,rax
  pop rax
  movsd [rbp+48],xmm0
  jmp return

code:
  addsd xmm0,[rax]
  movsd [rbp+48],xmm0
  jmp return

zero_upkeep:
  jmp newmem
  nop 4
return:
registersymbol(zero_upkeep)

[DISABLE]

zero_upkeep:
  db F2 0F 58 00 F2 0F 11 45 48

unregistersymbol(zero_upkeep)
dealloc(newmem)

{
// ORIGINAL CODE - INJECTION POINT: "Anno2205.exe"+A277D3

"Anno2205.exe"+A277A6: E8 81 14 00 00           -  call Anno2205.exe+A28C2C
"Anno2205.exe"+A277AB: 48 8D 4C 24 48           -  lea rcx,[rsp+48]
"Anno2205.exe"+A277B0: 48 8B D6                 -  mov rdx,rsi
"Anno2205.exe"+A277B3: F2 0F 10 00              -  movsd xmm0,[rax]
"Anno2205.exe"+A277B7: F2 0F 58 45 40           -  addsd xmm0,[rbp+40]
"Anno2205.exe"+A277BC: F2 0F 11 45 40           -  movsd [rbp+40],xmm0
"Anno2205.exe"+A277C1: 44 8B 45 0C              -  mov r8d,[rbp+0C]
"Anno2205.exe"+A277C5: E8 6A 15 00 00           -  call Anno2205.exe+A28D34
"Anno2205.exe"+A277CA: 48 83 C3 08              -  add rbx,08
"Anno2205.exe"+A277CE: F2 0F 10 45 48           -  movsd xmm0,[rbp+48]
// ---------- INJECTING HERE ----------
"Anno2205.exe"+A277D3: F2 0F 58 00              -  addsd xmm0,[rax]
"Anno2205.exe"+A277D7: F2 0F 11 45 48           -  movsd [rbp+48],xmm0
// ---------- DONE INJECTING  ----------
"Anno2205.exe"+A277DC: 48 3B DF                 -  cmp rbx,rdi
"Anno2205.exe"+A277DF: 75 B6                    -  jne Anno2205.exe+A27797
"Anno2205.exe"+A277E1: 48 8B 5C 24 50           -  mov rbx,[rsp+50]
"Anno2205.exe"+A277E6: 48 83 C4 20              -  add rsp,20
"Anno2205.exe"+A277EA: 5F                       -  pop rdi
"Anno2205.exe"+A277EB: 5E                       -  pop rsi
"Anno2205.exe"+A277EC: 5D                       -  pop rbp
"Anno2205.exe"+A277ED: C3                       -  ret 
"Anno2205.exe"+A277EE: CC                       -  int 3 
"Anno2205.exe"+A277EF: CC                       -  int 3 
}

bubbadk
What is cheating?
What is cheating?
Posts: 1
Joined: Mon Nov 18, 2019 9:12 am
Reputation: 0

Re: Anno 2205

Post by bubbadk »

rambo99jose wrote:
Tue Nov 12, 2019 12:47 pm
For CDX version use STN "Anno2205.CT"

I figured these out:

##Current Credits Pointer##
"Anno2205.exe"+01E53028 > +30 +8 +28 +28

##Credits Limit Pointer##
"Anno2205.exe"+01E53028 > +30 +8 +28 +18
Zero Upkeep Costs: credits/workforce/energy/logistics

Code: Select all

{ Game   : Anno2205.exe
  Version: 
  Date   : 2019-11-12
  Author : rambo99jose

  Zero Upkeep Costs: credits/workforce/energy/logistics
}

[ENABLE]

aobscanmodule(zero_upkeep,Anno2205.exe,F2 0F 58 00 F2 0F 11 45 48) // should be unique
alloc(newmem,$1000,"Anno2205.exe"+A277D3)

label(code)
label(return)

newmem:
  push rax
  mov rax,0
  movq xmm0,rax
  pop rax
  movsd [rbp+48],xmm0
  jmp return

code:
  addsd xmm0,[rax]
  movsd [rbp+48],xmm0
  jmp return

zero_upkeep:
  jmp newmem
  nop 4
return:
registersymbol(zero_upkeep)

[DISABLE]

zero_upkeep:
  db F2 0F 58 00 F2 0F 11 45 48

unregistersymbol(zero_upkeep)
dealloc(newmem)

{
// ORIGINAL CODE - INJECTION POINT: "Anno2205.exe"+A277D3

"Anno2205.exe"+A277A6: E8 81 14 00 00           -  call Anno2205.exe+A28C2C
"Anno2205.exe"+A277AB: 48 8D 4C 24 48           -  lea rcx,[rsp+48]
"Anno2205.exe"+A277B0: 48 8B D6                 -  mov rdx,rsi
"Anno2205.exe"+A277B3: F2 0F 10 00              -  movsd xmm0,[rax]
"Anno2205.exe"+A277B7: F2 0F 58 45 40           -  addsd xmm0,[rbp+40]
"Anno2205.exe"+A277BC: F2 0F 11 45 40           -  movsd [rbp+40],xmm0
"Anno2205.exe"+A277C1: 44 8B 45 0C              -  mov r8d,[rbp+0C]
"Anno2205.exe"+A277C5: E8 6A 15 00 00           -  call Anno2205.exe+A28D34
"Anno2205.exe"+A277CA: 48 83 C3 08              -  add rbx,08
"Anno2205.exe"+A277CE: F2 0F 10 45 48           -  movsd xmm0,[rbp+48]
// ---------- INJECTING HERE ----------
"Anno2205.exe"+A277D3: F2 0F 58 00              -  addsd xmm0,[rax]
"Anno2205.exe"+A277D7: F2 0F 11 45 48           -  movsd [rbp+48],xmm0
// ---------- DONE INJECTING  ----------
"Anno2205.exe"+A277DC: 48 3B DF                 -  cmp rbx,rdi
"Anno2205.exe"+A277DF: 75 B6                    -  jne Anno2205.exe+A27797
"Anno2205.exe"+A277E1: 48 8B 5C 24 50           -  mov rbx,[rsp+50]
"Anno2205.exe"+A277E6: 48 83 C4 20              -  add rsp,20
"Anno2205.exe"+A277EA: 5F                       -  pop rdi
"Anno2205.exe"+A277EB: 5E                       -  pop rsi
"Anno2205.exe"+A277EC: 5D                       -  pop rbp
"Anno2205.exe"+A277ED: C3                       -  ret 
"Anno2205.exe"+A277EE: CC                       -  int 3 
"Anno2205.exe"+A277EF: CC                       -  int 3 
}
it comes with an error. how do i use this

guillon
What is cheating?
What is cheating?
Posts: 3
Joined: Tue Mar 24, 2020 9:36 am
Reputation: 0

Re: Anno 2205

Post by guillon »

Just wondering: I just jumped in here and wondered if there are any new updates of this table. I use version 7 of cheatengine with Uplay (not steam)?

guillon
What is cheating?
What is cheating?
Posts: 3
Joined: Tue Mar 24, 2020 9:36 am
Reputation: 0

Re: Anno 2205

Post by guillon »

I just tried the last table here. seems to work perfectly for all ressources and money. Thanks.

powerzhea
Expert Cheater
Expert Cheater
Posts: 100
Joined: Mon Sep 10, 2018 9:44 pm
Reputation: 5

Re: Anno 2205

Post by powerzhea »

Did anyone found a way to change the combat experience of the naval battles? First naval battle, u only get 5 combat experience per mission, what i was thinking was, what if we change that 5 to like 90000 or something?

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

Re: Anno 2205

Post by Seipherwood »

Anyone know if theres a way to get any of these tables to work with the latest uplay version? I tried them and none of them will "Enable". Mainly wanting godmode for ships if nothing else.

User avatar
nihilism
Cheater
Cheater
Posts: 33
Joined: Thu Mar 29, 2018 1:28 am
Reputation: 14

Re: Anno 2205

Post by nihilism »

For UPlay people, the exe name changed somewhere along the line which is why most of the tables don't work anymore for it.

I opened the CT posted here in a text editor and replaced all "anno2205.exe" with "anno2205_plus.exe" which let me enable the cheats.

Tested briefly the max everything and no upkeep and they seem to work.
Attachments
Anno2205_plusunknown.CT
Table from OP
(65.16 KiB) Downloaded 563 times
Anno2205_plus.CT
DrummerIX table
(20.75 KiB) Downloaded 497 times

Post Reply

Who is online

Users browsing this forum: Anolas, breakerX, Google [Bot], Google Adsense [Bot], Luckisugar, pogbear, tiotio