Anno 1800 v13.2.1079515 UPLAY (GM and More) 2022-Mar-20

Upload your cheat tables here (No requests)
zzpudimzz
Cheater
Cheater
Posts: 38
Joined: Wed Apr 19, 2017 12:05 pm
Reputation: 4

Re: Anno 1800 v10.1.990580 UPLAY (GM and More) 2021-Mar-21

Post by zzpudimzz »

launch via the normal exe.

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

IlieMarius1
Noobzor
Noobzor
Posts: 9
Joined: Tue Mar 02, 2021 6:36 am
Reputation: 0

Re: Anno 1800 v10.1.990580 UPLAY (GM and More) 2021-Mar-21

Post by IlieMarius1 »

OMG! I never checked for multiple executables. Thank you. Table works after I 2x load it.

LE : Crashes the game too often though, every 10 mins or so with just god mode activated.

zzpudimzz
Cheater
Cheater
Posts: 38
Joined: Wed Apr 19, 2017 12:05 pm
Reputation: 4

Re: Anno 1800 v10.1.990580 UPLAY (GM and More) 2021-Mar-21

Post by zzpudimzz »

weird, on my end is running just fine for hours and i'm also using mods. Usually i only crash from time to time because dx11 error.

Ozzie1111
What is cheating?
What is cheating?
Posts: 1
Joined: Fri May 28, 2021 2:23 pm
Reputation: 0

Re: Anno 1800 v10.1.990580 UPLAY (GM and More) 2021-Mar-21

Post by Ozzie1111 »

I tried and tried but could not implement the ship speed script by mnomic to the original table. Is it possible for someone or OP to aid in this regard? Thanks in advance and thanks for your work!

stetzen
What is cheating?
What is cheating?
Posts: 1
Joined: Sat Jan 09, 2021 8:59 am
Reputation: 0

Re: Anno 1800 v10.1.990580 UPLAY (GM and More) 2021-Mar-21

Post by stetzen »

Do you have any plans to update the table for the latest version of the game?

zzpudimzz
Cheater
Cheater
Posts: 38
Joined: Wed Apr 19, 2017 12:05 pm
Reputation: 4

Re: Anno 1800 v10.1.990580 UPLAY (GM and More) 2021-Mar-21

Post by zzpudimzz »

here to confirm the minimum stock is not working with the new version (11.1), other options from what i checked are working fine. If recifense or someone else with the knowledge could check would i would appreciate.
Edit: Began a new game and is working fine for the moment.

Vladbill
What is cheating?
What is cheating?
Posts: 2
Joined: Thu Aug 19, 2021 5:23 am
Reputation: 0

Re: Anno 1800 v4.2.880604 UPLAY (GM and More) 2019-Aug-14

Post by Vladbill »

mnomic wrote:
Fri Sep 06, 2019 1:07 pm
Hi,
just figured out, how ship speed is handled ...
if someone ie. @Recifense wants to tinker this into the general script, feel free ...

Cheers mnomic

Code: Select all

{ Game   : Anno1800.exe
  Version: 
  Date   : 2019-09-01
  Author : mnomic

  This script does blah blah blah
}

define(address,"Anno1800.exe"+6A0D205)
define(bytes,F3 0F 11 40 34)

[ENABLE]

assert(address,bytes)
alloc(newmem,$1000,"Anno1800.exe"+6A0D205)

label(fltShipSpeedMultiplier)
label(code)
label(return)

registersymbol(fltShipSpeedMultiplier)

newmem:
 push rcx
 mov rcx,[rbx+08]
 test rcx,rcx
 jz code

 movzx ecx,word ptr [rcx+44]    // player id
 cmp ecx,0
 jne code

 movss xmm0,[fltShipSpeedMultiplier]

code:
  pop rcx
  movss [rax+34],xmm0
  jmp return

align 10 CC
fltShipSpeedMultiplier:
 dd (float)25.0

address:
  jmp newmem
return:

[DISABLE]

address:
  db bytes   // movss [rax+34],xmm0

unregistersymbol(fltShipSpeedMultiplier)
dealloc(newmem)

{
// ORIGINAL CODE - INJECTION POINT: "Anno1800.exe"+6A0D205
// ---------- INJECTING HERE ----------
"Anno1800.exe"+6A0D205: F3 0F 11 40 34           -  movss [rax+34],xmm0
// ---------- DONE INJECTING  ----------
}

Vladbill
What is cheating?
What is cheating?
Posts: 2
Joined: Thu Aug 19, 2021 5:23 am
Reputation: 0

Re: Anno 1800 v10.1.990580 UPLAY (GM and More) 2021-Mar-21

Post by Vladbill »

Hi, Im really new at codes and cheats. I would really appreciate if you could write some steps on how I can add your code inside the one in the cheat table.

pharaon
Expert Cheater
Expert Cheater
Posts: 93
Joined: Sat Aug 05, 2017 1:42 pm
Reputation: 0

Re: Anno 1800 v10.1.990580 UPLAY (GM and More) 2021-Mar-21

Post by pharaon »

hope you can help me with tips to find timer for instant building for ships

pharaon
Expert Cheater
Expert Cheater
Posts: 93
Joined: Sat Aug 05, 2017 1:42 pm
Reputation: 0

Re: Anno 1800 v4.2.880604 UPLAY (GM and More) 2019-Aug-14

Post by pharaon »

i'm playing different vesrion, and i'd like to know how did you find timer
mnomic wrote:
Sun Sep 08, 2019 11:16 am
Hi again,

just one more script goodie for ... fast/immediately ship build ...

Cheers,
--- mnomic

Code: Select all

{ Game   : Anno1800.exe
  Version: 
  Date   : 2019-09-08
  Author : mnomic

  This script does blah blah blah
}

define(address,"Anno1800.exe"+64C5976)
define(bytes,F3 0F 11 46 14)

[ENABLE]

assert(address,bytes)
alloc(newmem,$1000,"Anno1800.exe"+64C5976)

label(code)
label(return)

newmem:
 push rcx
 mov rcx,[rbx+08]
 test rcx,rcx
 jz code

 movzx ecx,word ptr [rcx+44]    // player id
 cmp ecx,0
 jne code

 mov [rsi+14],(float)0.0
 movss xmm0,[rsi+14]
code:
 pop rcx
 movss [rsi+14],xmm0
 jmp return

address:
  jmp newmem
return:

[DISABLE]

address:
  db bytes
  // movss [rsi+14],xmm0

dealloc(newmem)

{
// ORIGINAL CODE - INJECTION POINT: "Anno1800.exe"+64C5976
// ---------- INJECTING HERE ----------
"Anno1800.exe"+64C5976: F3 0F 11 46 14           -  movss [rsi+14],xmm0
// ---------- DONE INJECTING  ----------
}

MountainOfBooks
Noobzor
Noobzor
Posts: 11
Joined: Wed Sep 01, 2021 11:01 am
Reputation: 1

Re: Anno 1800 v10.1.990580 UPLAY (GM and More) 2021-Mar-21

Post by MountainOfBooks »

Hi everyone,
New DLC The High Life has updated Anno 1800.
Does anybody else have issues loading the latest table?? (from 2021-Mar-21: Release for version 10.1.990580)
Thanks in advance!

jjalexander
Noobzor
Noobzor
Posts: 13
Joined: Sun Mar 12, 2017 9:36 am
Reputation: 2

Re: Anno 1800 v10.1.990580 UPLAY (GM and More) 2021-Mar-21

Post by jjalexander »

@MountainOfBooks: As expected when a new version of the game comes out, the table stops working.

flashboth
Cheater
Cheater
Posts: 34
Joined: Wed Mar 25, 2020 3:20 pm
Reputation: 7

Re: Anno 1800 v10.1.990580 UPLAY (GM and More) 2021-Mar-21

Post by flashboth »

Hello Recifence,
Please update 12.0
thanks in advance!

zyzerg
Novice Cheater
Novice Cheater
Posts: 15
Joined: Fri Jul 26, 2019 7:47 am
Reputation: 0

Re: Anno 1800 v10.1.990580 UPLAY (GM and More) 2021-Mar-21

Post by zyzerg »

please update 12.0 , thanks~

blaba
What is cheating?
What is cheating?
Posts: 4
Joined: Tue Sep 10, 2019 10:40 pm
Reputation: 0

Re: Anno 1800 v10.1.990580 UPLAY (GM and More) 2021-Mar-21

Post by blaba »

Please update v12 thanks :)

Post Reply

Who is online

Users browsing this forum: AmazonBot, avx, Bing [Bot], bladzedd, coccocbot-web, Enevox, fikrihanda, Google [Bot], Google Adsense [Bot], JamesFury, killerkrok555, lunatil123, Proprietor, sadie0216, sakata13, stuka85, tesla7, TiAmo0928, Zeikzeil, Ziro99, ZoDDeL