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 


How to use the changed value???

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> Cheat Engine
View previous topic :: View next topic  
Author Message
gator731
How do I cheat?
Reputation: 0

Joined: 14 Oct 2018
Posts: 2

PostPosted: Sun Oct 14, 2018 9:48 am    Post subject: How to use the changed value??? Reply with quote

Please help me here. I already changed the number of golds but can not be used to purchase items...once I use it to purchase a material it goes back to the original number of golds...what will i do?

P.S.
I played Vikings:War of Clans!

Thanks!
Back to top
View user's profile Send private message
OldCheatEngineUser
Whateven rank
Reputation: 20

Joined: 01 Feb 2016
Posts: 1586

PostPosted: Sun Oct 14, 2018 11:16 am    Post subject: Reply with quote

gator731 wrote:
it goes back to the original number of golds...what will i do?

its possible you found the graphical value, or any temp-value.

in case it was the original address, then its possible ... that:

- the function is not reading the value before updating it, which means previous value is stored in a register and it wont be NULLed.

a different way to explain this:
assuming edx+110 is gold address and eax is current gold:

Code:
// some code ...
mov dword ptr [edx+00000110],eax // say eax have 100 gold
// ... some other code

so when you wanna buy an item that cost 50 gold, they will subtract item cost from eax. (without reading the memory-location) so its kinda just-write-no-read
Code:
sub eax,[ebp-18]

then eax is written to that memory-location.

there are also many different possibilities as well, like they might check and validate previous value with current value and item cost and the sum.

you must at least look into the assembly code to understand whats going on, even if you didnt debug it just look into it.

_________________
About Me;
I Use CE Since Version 1.X, And Still Learning How To Use It Well!
Jul 26, 2020
STN wrote:
i am a sweetheart.
Back to top
View user's profile Send private message Visit poster's website
TheyCallMeTim13
Wiki Contributor
Reputation: 50

Joined: 24 Feb 2017
Posts: 976
Location: Pluto

PostPosted: Sun Oct 14, 2018 11:40 am    Post subject: Reply with quote

It's "free to play", so the value(s) are probably server side.
_________________
Back to top
View user's profile Send private message Visit poster's website
OldCheatEngineUser
Whateven rank
Reputation: 20

Joined: 01 Feb 2016
Posts: 1586

PostPosted: Sun Oct 14, 2018 1:21 pm    Post subject: Reply with quote

ah!
i thought its an offline game, but after googling it appears to be multiplayer-online-based game.

_________________
About Me;
I Use CE Since Version 1.X, And Still Learning How To Use It Well!
Jul 26, 2020
STN wrote:
i am a sweetheart.
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    Cheat Engine Forum Index -> Cheat Engine All times are GMT - 6 Hours
Page 1 of 1

 
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