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 


far cry 4 values don't change

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> Cheat Engine
View previous topic :: View next topic  
Author Message
jellocaca
Newbie cheater
Reputation: 0

Joined: 17 Dec 2016
Posts: 10

PostPosted: Thu Apr 13, 2017 11:52 am    Post subject: far cry 4 values don't change Reply with quote

it's strange, I try to change far cry 4 values, but they don't change. whatever I input, the new value stays for half a second, and then reverts back to the previous value.

I looked at videos on youtube, and they manage to change values. Maybe ubisoft patched the game for it not to work anymore?

I tried another game (red alert 3), and the values changed no problem. what's going on?

I'm in single player mode.
Back to top
View user's profile Send private message
Dark Byte
Site Admin
Reputation: 457

Joined: 09 May 2003
Posts: 25262
Location: The netherlands

PostPosted: Thu Apr 13, 2017 12:04 pm    Post subject: Reply with quote

you likely only found the display value, try finding the real value (can be encrypted)
_________________
Do not ask me about online cheats. I don't know any and wont help finding them.

Like my help? Join me on Patreon so i can keep helping
Back to top
View user's profile Send private message MSN Messenger
jellocaca
Newbie cheater
Reputation: 0

Joined: 17 Dec 2016
Posts: 10

PostPosted: Thu Apr 13, 2017 4:29 pm    Post subject: Reply with quote

hmmm I'm not sure what's the difference between the display value and real value. can you give me a clue?

But I look at videos on youtube, and I do the same as them. somehow, it doesn't work for me....
Back to top
View user's profile Send private message
mgr.inz.Player
I post too much
Reputation: 218

Joined: 07 Nov 2008
Posts: 4438
Location: W kraju nad Wisla. UTC+01:00

PostPosted: Fri Apr 14, 2017 8:38 am    Post subject: Reply with quote

Display value is just a copy of real value.
_________________
Back to top
View user's profile Send private message MSN Messenger
Mr.realdoge
Advanced Cheater
Reputation: 1

Joined: 01 Aug 2016
Posts: 56
Location: Lordran

PostPosted: Fri Apr 14, 2017 10:46 am    Post subject: Reply with quote

Right click your address(the one whose value is not changing) there is an option called "Find out what accesses this address" once you click that you will see a box, then what you should do is change value in-game (as in if it is health just increase it or decrease it),then you will see some changes in that box,just link the screenshot when you have done this much.
Back to top
View user's profile Send private message
jellocaca
Newbie cheater
Reputation: 0

Joined: 17 Dec 2016
Posts: 10

PostPosted: Mon Apr 17, 2017 12:28 pm    Post subject: Reply with quote

hmmm it's strange. I tried again, but it only partly works. I tried changing the amount of ammo, and it worked. But I tried to change the amount of points in the arena, and that doesn't work.

I did what you told me, MR.realdoge. Here's the screenshot. I hope I did it right.



farcry4_cheatengine.jpg
 Description:
 Filesize:  90.82 KB
 Viewed:  23455 Time(s)

farcry4_cheatengine.jpg


Back to top
View user's profile Send private message
Mr.realdoge
Advanced Cheater
Reputation: 1

Joined: 01 Aug 2016
Posts: 56
Location: Lordran

PostPosted: Wed Apr 19, 2017 9:29 am    Post subject: Reply with quote

Can you give me screenshots ,in which you like clicked/selected these instructions ,one by one
Back to top
View user's profile Send private message
jellocaca
Newbie cheater
Reputation: 0

Joined: 17 Dec 2016
Posts: 10

PostPosted: Tue Jul 25, 2017 1:45 pm    Post subject: Reply with quote

hi, sorry for the late reply. Here I have the screen shots.

first scan.jpg: the first scan, with the value being 60. 60 points in the game.

found address.jpg: found the address that I want to change its value. The value is now 80.

right click.jpg: just to show what I clicked on.

first debug.jpg: the screen that shows after I clicked on "find out what accesses this address". I named it "first debug" cause the program warns me that it's going debug mode.

second debug.jpg: The screen that shows when the points in the game goes from 80 to 90.

is that what you wanted?



first scan.jpg
 Description:
 Filesize:  113.97 KB
 Viewed:  20371 Time(s)

first scan.jpg



found address.jpg
 Description:
 Filesize:  88.71 KB
 Viewed:  20371 Time(s)

found address.jpg



right click.jpg
 Description:
 Filesize:  114.48 KB
 Viewed:  20371 Time(s)

right click.jpg



first debug.jpg
 Description:
 Filesize:  87.99 KB
 Viewed:  20371 Time(s)

first debug.jpg



second debug.jpg
 Description:
 Filesize:  92.88 KB
 Viewed:  20371 Time(s)

second debug.jpg


Back to top
View user's profile Send private message
cooleko
Grandmaster Cheater
Reputation: 11

Joined: 04 May 2016
Posts: 717

PostPosted: Mon Jul 31, 2017 3:45 am    Post subject: Reply with quote

Just to save some time on having him respond to you, he wants you to click on the instruction in the last window. They are:

cmp [rbx+50],eax
mov [rbx+50],edi

if you click on "more information", it will give him the few lines of code surrounding each line of code along with some other information and he can continue helping you from there.
Back to top
View user's profile Send private message
Prehistoricman
Advanced Cheater
Reputation: 0

Joined: 02 Aug 2016
Posts: 80

PostPosted: Mon Jul 31, 2017 7:44 pm    Post subject: Reply with quote

Clearly what's going on here is that the game is storing two copies of the ammo. The one you've found is being checked against another value in that 'cmp' instruction.

In the 2nd instruction, the fake value is being updated to be the same as the real one. So you need to find the source.

mov [rbx+50],edi

means:

move the value of edi into location pointed at by rbx+50

So you need to find out where edi gets its value from. And then you can go about changing that.

_________________
Er, hi
Back to top
View user's profile Send private message
jellocaca
Newbie cheater
Reputation: 0

Joined: 17 Dec 2016
Posts: 10

PostPosted: Fri Aug 18, 2017 10:03 am    Post subject: Reply with quote

Prehistoricman wrote:
So you need to find out where edi gets its value from. And then you can go about changing that.
How do I do that? I don't know anything about assembler.
Back to top
View user's profile Send private message
OldCheatEngineUser
Whateven rank
Reputation: 20

Joined: 01 Feb 2016
Posts: 1586

PostPosted: Fri Aug 18, 2017 10:39 am    Post subject: Reply with quote

break and trace, or you can go to the very beginning of that function.
_________________
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
Prehistoricman
Advanced Cheater
Reputation: 0

Joined: 02 Aug 2016
Posts: 80

PostPosted: Fri Aug 18, 2017 1:46 pm    Post subject: Reply with quote

Click on the cmp and then click on "show disassembler"

This will show you the game's assembly code. Show us a page of the code with some space above and below the cmp instruction

_________________
Er, hi
Back to top
View user's profile Send private message
jellocaca
Newbie cheater
Reputation: 0

Joined: 17 Dec 2016
Posts: 10

PostPosted: Sun Aug 20, 2017 10:19 am    Post subject: Reply with quote

is this what you're looking for?


disassembler.jpg
 Description:
 Filesize:  335.08 KB
 Viewed:  18473 Time(s)

disassembler.jpg


Back to top
View user's profile Send private message
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