Cheat Engine Forum Index Cheat Engine
The Official Site of Cheat Engine
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


Anno 2070
Goto page 1, 2  Next
 
Post new topic   Reply to topic    Cheat Engine Forum Index -> General Gamehacking
View previous topic :: View next topic  
Author Message
pedromiguel
How do I cheat?
Reputation: 0

Joined: 23 Jun 2014
Posts: 6

PostPosted: Mon Jun 23, 2014 5:25 am    Post subject: Anno 2070 Reply with quote

Hello...

I'm trying to hack Anno 2070 for my kid (he loves Anno 2070).

I use Cheat Engine in Sim City 4000 with no problems and I've read many tutorials and done the CE tutorial, but I can't hack the items in Anno 2070.

Does someone have suggestions?

Thanks!

Should this post be in
Single player cheat request
?
If yes, can someone move it? Please Rolling Eyes
Back to top
View user's profile Send private message
Rissorr
Master Cheater
Reputation: 3

Joined: 17 Sep 2013
Posts: 273
Location: Israel!

PostPosted: Mon Jun 23, 2014 2:14 pm    Post subject: Reply with quote

Actually i just downloaded it yesterday Very Happy
Ill try to hack some things... like items, money, happines

Please post like this (in a replay on this topic) : http://forum.cheatengine.org/viewtopic.php?t=482950

It would help... i need to know what is your version of the game and the hacks that you wish to be...

EDIT:
You can post your progress here (where you stuck or what you dont know how to do...) and many kind people will do their best to help you Smile ,also you will learn by yourself MORE that from just: i give you a ready script.
Back to top
View user's profile Send private message
pedromiguel
How do I cheat?
Reputation: 0

Joined: 23 Jun 2014
Posts: 6

PostPosted: Tue Jun 24, 2014 2:11 am    Post subject: Details Reply with quote

That's exactly what I wanted, to learn how to do it, then I can do the same in other games, my kid is always asking me that. Usually I'm able to find trainers on-line, but sometimes (like this one) I can't find them.

Game Name: Anno 2070
Game Version: v2.00.7780
Options Required: Mostly Money and Items (tools and the primary) but pretty much everything Very Happy. Because he starts asking me for money, a few days or hours later ask me for another thing, then another thing, kids... Laughing
Game Website: The system is telling me that I can't post URLs yet
Other Info: I used a patch to play offline (included in the downloaded). There are no tables for this version, there is for an old version
I downloaded the game from a torrent site.

I tried many stuff, even another application (ArtMoney). Two things that I noticed:
1 - When changing values, that value would return to the original right in front of my eyes, but not always.
2 - Many times, after using the Filter many times the result was zero entries

Thanks for the help!
Back to top
View user's profile Send private message
Rissorr
Master Cheater
Reputation: 3

Joined: 17 Sep 2013
Posts: 273
Location: Israel!

PostPosted: Tue Jun 24, 2014 7:38 am    Post subject: Reply with quote

I will try today to do a table for what you asked up here ^

But its important for you to know another tricks to find values...

1. Try scanning 2 Bytes / Float / Double / All Types

2. Manually remove values from the list, that you think they aren't what you looking for

3. In rare situations the value is encripted (usually woth simple XOR crypt p.s. read: http://en.wikipedia.org/wiki/XOR_cipher )
In this case: scan Unknown -> Changed/Unchanged till you have the value.

4. the MOST important: use your BRAIN.

Well thats the most of what i can tell you Wink hope it helped
Back to top
View user's profile Send private message
Geri
Moderator
Reputation: 111

Joined: 05 Feb 2010
Posts: 5636

PostPosted: Tue Jun 24, 2014 8:55 am    Post subject: Reply with quote

If you want to search for values manually, I know 2 things for this game (because I have made 2 cheats for it some time ago).

1. When you search for money, multiply the value by 1024. Eg you have 100, then search for 102400. This is btw true to other Anno games also.

2. Goods on ships for example are stored simply as an integer (I think 4 bytes or something). So you just search for some goods on a ship, you unload a little, search again, then change or freeze the value and you can keep unloading it to hoard up a certain type of goods.
For myself, I have made a script that set the amount of goods on the selected ship to 40, but I am pretty sure that the script will not work for new versions, so it's useless to you.

I don't know anything more, because I didn't play the game for too long.

_________________
My trainers can be found here: http://www.szemelyesintegracio.hu/cheats

If you are interested in any of my crappy articles/tutorials about CE and game hacking, you can find them here:
http://www.szemelyesintegracio.hu/cheats/41-game-hacking-articles

Don't request cheats or updates.
Back to top
View user's profile Send private message
Rissorr
Master Cheater
Reputation: 3

Joined: 17 Sep 2013
Posts: 273
Location: Israel!

PostPosted: Tue Jun 24, 2014 3:38 pm    Post subject: Reply with quote

Thanks Geri! it helped, but also didnt, i scanned for the value in BINARY value type the value type that i got was
Code:
bynary>2: 18
something like this, and the value was my current money (in decimal)
I looked for what writes to this address and found the dinamic addresses that was multiplayen by 1024 IN HEXEDECIMAL

E.g: money 100

100 in hex = 64
64 * 1024 = 64E10
64E10 in decimal = 1057792

Scan for 1057792 in 4Bytes.

P.S im still working on it... (thats a fuc*ing tough game...)

EDIT:
A question to anyone who know:
Maybe i can input in the scan like 100*8 and it will work?

Or i need to do it manually (input the result 800) ?
Back to top
View user's profile Send private message
Geri
Moderator
Reputation: 111

Joined: 05 Feb 2010
Posts: 5636

PostPosted: Tue Jun 24, 2014 5:42 pm    Post subject: Reply with quote

It's always possible that they have changed something in the game with the updates. I have played some very old version. In that version, the value was simply multiplied by 1024. Eg my script is changing the money to (int)1024000000 to freeze the money to 1 million.


Quote:
Maybe i can input in the scan like 100*8 and it will work?


I don't think so. I don't know about any feature like that. But CE has many hidden undocumented features, so I am not sure.

_________________
My trainers can be found here: http://www.szemelyesintegracio.hu/cheats

If you are interested in any of my crappy articles/tutorials about CE and game hacking, you can find them here:
http://www.szemelyesintegracio.hu/cheats/41-game-hacking-articles

Don't request cheats or updates.
Back to top
View user's profile Send private message
Rissorr
Master Cheater
Reputation: 3

Joined: 17 Sep 2013
Posts: 273
Location: Israel!

PostPosted: Wed Jun 25, 2014 5:36 am    Post subject: Reply with quote

Ok thanks Geri Very Happy

And probbly how you said:
Quote:
It's always possible that they have changed something in the game with the updates.


I agree.

FINALLY I MADE IT:

script changing the money to 99,999, later I will add more options such as items hack and other stuff... Very Happy



Anno5.CT
 Description:
Anno 2070 +1 v2.0.7780.0 +10 DLC's (RELOADED cracked)

Download
 Filename:  Anno5.CT
 Filesize:  643.94 KB
 Downloaded:  7150 Time(s)

Back to top
View user's profile Send private message
pedromiguel
How do I cheat?
Reputation: 0

Joined: 23 Jun 2014
Posts: 6

PostPosted: Thu Jun 26, 2014 4:03 am    Post subject: Reply with quote

Geri wrote:
It's always possible that they have changed something in the game with the updates. I have played some very old version. In that version, the value was simply multiplied by 1024. Eg my script is changing the money to (int)1024000000 to freeze the money to 1 million.
.


How do you found out 1024 Shocked ?

Did you start in 1 and go to 1024 one by one Surprised Very Happy ?

Thanks for the script mixmax35, it works very well.

I also tried to change the values of the items when they are on the ship and it works. They are stored normally (exact number).
Back to top
View user's profile Send private message
Rissorr
Master Cheater
Reputation: 3

Joined: 17 Sep 2013
Posts: 273
Location: Israel!

PostPosted: Thu Jun 26, 2014 5:28 am    Post subject: Reply with quote

Awesome! i like to help others hehehe Very Happy
Today im gonna work on items script... (will add it to the upload)
Back to top
View user's profile Send private message
pedromiguel
How do I cheat?
Reputation: 0

Joined: 23 Jun 2014
Posts: 6

PostPosted: Thu Jun 26, 2014 7:37 am    Post subject: Tries Reply with quote

On my many tries these numbers happeared a lot.
16711680
16000
16777215

Tried to *2 but until now no success.
Back to top
View user's profile Send private message
Geri
Moderator
Reputation: 111

Joined: 05 Feb 2010
Posts: 5636

PostPosted: Thu Jun 26, 2014 9:14 am    Post subject: Reply with quote

pedromiguel wrote:
Geri wrote:
It's always possible that they have changed something in the game with the updates. I have played some very old version. In that version, the value was simply multiplied by 1024. Eg my script is changing the money to (int)1024000000 to freeze the money to 1 million.
.


How do you found out 1024 Shocked ?

Did you start in 1 and go to 1024 one by one Surprised Very Happy ?


Yes. And in Starcraft 2, the values are multiplied by 4096. That took a while...



I have used unknown value search.

_________________
My trainers can be found here: http://www.szemelyesintegracio.hu/cheats

If you are interested in any of my crappy articles/tutorials about CE and game hacking, you can find them here:
http://www.szemelyesintegracio.hu/cheats/41-game-hacking-articles

Don't request cheats or updates.
Back to top
View user's profile Send private message
Rissorr
Master Cheater
Reputation: 3

Joined: 17 Sep 2013
Posts: 273
Location: Israel!

PostPosted: Thu Jun 26, 2014 3:05 pm    Post subject: Reply with quote

wow mannn... i found an easier way, found the un-multiplied value in BINARY scan, then looked what acsessed and saw that the values are stored in a multiplied_by_1024 way Very Happy (that also took a while..)
Back to top
View user's profile Send private message
pedromiguel
How do I cheat?
Reputation: 0

Joined: 23 Jun 2014
Posts: 6

PostPosted: Fri Jun 27, 2014 5:28 am    Post subject: One more Reply with quote

Great find Very Happy

Tried to find the value always multiplying by 1024 in 2 bytes, 4 bytes and float but no luck, the final result was always nothing Sad
Back to top
View user's profile Send private message
Rissorr
Master Cheater
Reputation: 3

Joined: 17 Sep 2013
Posts: 273
Location: Israel!

PostPosted: Fri Jun 27, 2014 11:01 am    Post subject: Reply with quote

I did the same, and also no result (when scanning multiplied value in 1-8 Bytes) but never tought that BINARY will help me to find it out...
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Cheat Engine Forum Index -> General Gamehacking All times are GMT - 6 Hours
Goto page 1, 2  Next
Page 1 of 2

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Powered by phpBB © 2001, 2005 phpBB Group

CE Wiki   IRC (#CEF)   Twitter
Third party websites