View previous topic :: View next topic |
Author |
Message |
CEForumMember Expert Cheater
Reputation: 4
Joined: 06 Jul 2015 Posts: 110
|
Posted: Sun Aug 09, 2015 11:44 pm Post subject: The Viceroy game need suggestion |
|
|
I am trying to work in The Viceroy game.
There are 10 improvement points to be distributed initially.
I was able to find them using variable type (all).
It is stored in byte format.
Now I can not place a check mark to keep this value constant.
I can not manually change the value to 10 after spending a few points.
When I try to replace the code with nop the game crashed.
When I tried to edit the code from mov edi, eax the game crashed.
I am starting to feel that there is a kind of anti-cheat implemented.
Please give me some guidance on what I should do.
Edit: I have searched the value again and once I tried to edit it changes to a random number and keeps changing every few seconds. I am quite puzzled by this behavior.
I do have basic understanding of variable search and AOB injection and have done so for many games so I don't think I am making any noob error in variable search.
_________________
|
|
Back to top |
|
 |
deama1234 Master Cheater
Reputation: 3
Joined: 20 Dec 2014 Posts: 328
|
Posted: Mon Aug 10, 2015 5:48 am Post subject: |
|
|
See if that instruction you found is responsible for more than one thing (find out what addresses the instruction accesses); probably that's why it crashes, cause some of the higher level variables rely on that instruction.
|
|
Back to top |
|
 |
Zanzer I post too much
Reputation: 126
Joined: 09 Jun 2013 Posts: 3278
|
Posted: Mon Aug 10, 2015 5:31 pm Post subject: |
|
|
If changing the value doesn't actually change anything in-game, then you have the wrong address.
I'm a bit puzzled by your edit.
Are you saying you changed the value and now the game keep 'randomly' changing the value?
Was the address 1-byte again?
|
|
Back to top |
|
 |
thatonedudeoverthere Newbie cheater
Reputation: 0
Joined: 07 Aug 2015 Posts: 11
|
Posted: Mon Aug 10, 2015 6:47 pm Post subject: |
|
|
Zanzer, he meant that when he found the value, he could change it for a short while, but then it changed to a different unrelated number the game was using.
I guess that could be fixed by using a pointer, but i tried what he tried and i couldnt find the value even using all or 1-byte.
It's just that for this game it is impossible to search for variables in this game.
|
|
Back to top |
|
 |
CEForumMember Expert Cheater
Reputation: 4
Joined: 06 Jul 2015 Posts: 110
|
Posted: Tue Aug 11, 2015 12:32 am Post subject: |
|
|
Zanzer wrote: | If changing the value doesn't actually change anything in-game, then you have the wrong address.
I'm a bit puzzled by your edit.
Are you saying you changed the value and now the game keep 'randomly' changing the value?
Was the address 1-byte again? |
Yeah all of it is true.
It actually is a byte. I looked it up a byte can store 0 to 255 numbers and the value in game ranges from 0 to 50 so theoretically it is possible.
I also thought that I must have gotten a wrong address and that is why I repeated my search while keeping all variables and found the byte to be the one changing with the change in the game.
The reason why I am sure is because I can change the value from 0 to 10 and go up and down as much as I want. I went from 10, 9, 8, 7, 8, 9, 8, 7, 6, and so on you get the idea and the value changed correspondingly. There is no way a value in game will follow 20 iteration of random increase and decrease that I just thought of following.
And when I bring the value down and select the cross to make it static to 10. It does not work and then value starts changing to 205, 169, 158, and such random numbers.
_________________
|
|
Back to top |
|
 |
Zanzer I post too much
Reputation: 126
Joined: 09 Jun 2013 Posts: 3278
|
Posted: Tue Aug 11, 2015 5:15 pm Post subject: |
|
|
It sounds like you found the display number. The game knows the value should be X.
To be fancy, when the display and actual values don't match, the game animates the display.
So you see the numbers count up or down until they match the actual value.
You have the wrong address.
Since you can't find the correct one by value, I must assume the value is encrypted.
Use Unknown Initial Value scans with Changed/Unchanged rescans.
|
|
Back to top |
|
 |
CEForumMember Expert Cheater
Reputation: 4
Joined: 06 Jul 2015 Posts: 110
|
Posted: Wed Aug 12, 2015 2:53 pm Post subject: |
|
|
I did unknown initial value and did increased/ decreased value scan.
I did not even find the display value this time.
I swear this game is starting to make me lose my confidence in myself.
_________________
|
|
Back to top |
|
 |
thatonedudeoverthere Newbie cheater
Reputation: 0
Joined: 07 Aug 2015 Posts: 11
|
Posted: Wed Aug 12, 2015 3:09 pm Post subject: |
|
|
Yeah, that's why i am looking for help on it man, this game is just fucking impossible to figure out. I think people wont realize how strange it is till they try messing around with it.
I mean both playing it and messing around with cheat engine with it.
|
|
Back to top |
|
 |
CEForumMember Expert Cheater
Reputation: 4
Joined: 06 Jul 2015 Posts: 110
|
Posted: Wed Aug 12, 2015 5:51 pm Post subject: |
|
|
Watch. Someone will do it in 5 minutes and we will be like
_________________
|
|
Back to top |
|
 |
Zanzer I post too much
Reputation: 126
Joined: 09 Jun 2013 Posts: 3278
|
Posted: Wed Aug 12, 2015 6:42 pm Post subject: |
|
|
If someone wants to share their Steam library, I'll give it a shot.
|
|
Back to top |
|
 |
thatonedudeoverthere Newbie cheater
Reputation: 0
Joined: 07 Aug 2015 Posts: 11
|
Posted: Wed Aug 12, 2015 8:02 pm Post subject: |
|
|
pm me and ill gift it to your steam account.
|
|
Back to top |
|
 |
Zanzer I post too much
Reputation: 126
Joined: 09 Jun 2013 Posts: 3278
|
|
Back to top |
|
 |
thatonedudeoverthere Newbie cheater
Reputation: 0
Joined: 07 Aug 2015 Posts: 11
|
Posted: Wed Aug 12, 2015 9:15 pm Post subject: |
|
|
CEForumMember How fucking right you were. Thanks Zanzer.
|
|
Back to top |
|
 |
CEForumMember Expert Cheater
Reputation: 4
Joined: 06 Jul 2015 Posts: 110
|
Posted: Fri Aug 14, 2015 10:00 pm Post subject: |
|
|
Those who are following this thread should move on to Zanzer's thread.
_________________
|
|
Back to top |
|
 |
|