View previous topic :: View next topic |
Author |
Message |
DJ_DabStar How do I cheat?
Reputation: 0
Joined: 11 Jan 2016 Posts: 1 Location: PA
|
Posted: Mon Jan 11, 2016 9:14 am Post subject: Steam game "The Quest" |
|
|
I am finding no help on using CE with the game The Quest. I have already figured out that you need to search 2 byte values for health etc.,
but my issue is after hacking my experience and then killing a mob to get the xp to level, I level my character, and also have both values found for the skill points but it only ever allows me to allocate 2 skill points to strength Dex etc., every level, even with my skill points frozen at say 20, I cant get unlimited pts, sure it says there unlimited and they never deplete, but there is a lil plus box that shows up next to each skill and character attributes that you can only click on 2 times to add 2 points into each skill/attribute you want, but only 2 even with the cheat enabled in cheat engine it only lets me do it 2 times per skill per level
and needed to know if there is any other way to let me put more than just the 2 points in whatever skill per level
Any help will be greatly appreciated....
_________________
DJ_DabStar aka D-Money |
|
Back to top |
|
 |
ParkourPenguin I post too much
Reputation: 152
Joined: 06 Jul 2014 Posts: 4699
|
Posted: Mon Jan 11, 2016 10:47 am Post subject: |
|
|
You could try searching for a byte value like 0, 1, or 2 that's changed when you purchase a skill, and changing that might help you. Then again, that might not even exist.
A surefire way would be to look at the ASM around instructions that access your skill points when you use one. That limit should be around one of those instructions. Just note that "around" could mean less than 100 just as easily as it could mean several thousand. You'll need to have a decent knowledge of ASM if you want to do this.
_________________
I don't know where I'm going, but I'll figure it out when I get there. |
|
Back to top |
|
 |
++METHOS I post too much
Reputation: 92
Joined: 29 Oct 2010 Posts: 4197
|
Posted: Mon Jan 11, 2016 11:00 am Post subject: |
|
|
I made a skills unlocker for Watch Dogs that was very similar to what you are dealing with. I used ultimap to solve the problem. I believe it involved two, simple injections...but you may only need one.
|
|
Back to top |
|
 |
Lord Blade Grandmaster Cheater
Reputation: 0
Joined: 29 Mar 2010 Posts: 736
|
Posted: Thu Feb 18, 2016 2:45 am Post subject: |
|
|
I was able to find the value for stat points no problem, but can't seem to find the one for skill points. It's very strange.
|
|
Back to top |
|
 |
Shoobster How do I cheat?
Reputation: 0
Joined: 18 Mar 2016 Posts: 4
|
Posted: Mon May 30, 2016 12:02 pm Post subject: |
|
|
I've been trying to hack this game as well, with limited success.
I can find Gold and stat points easy with normal search, then since they wouldn't show up on normal searches when the values changed from getting damaged or spell usage, I searched for and found HP and MP by browsing the memory region of Gold and manually looked in the same general area till I found the two values listed near each other. (figured such things would be in the same general area for character stats, somewhere between where my character name was listed in memory and the gold value)
The Skill points were found the same way as the HP and MP, by manually browsing the same memory region (as the stat points in this case)
The main problem I've been having however, is though I can find the Gold, HP, MP, Attribute Points and Skill Points, I can't find the POINTERS for said values.
Every time I try to scan for what accesses/writes to said addresses and some change in the game happens that would causes said value changes to be generated, the game crashes on me (Essentially meaning, I have no choice but to manually find all the addresses again every time I play the game lol)
If anyone has had any success finding the pointers for this, I would appreciate it being shared here
Thanks.
|
|
Back to top |
|
 |
Cake-san Grandmaster Cheater
Reputation: 8
Joined: 18 Dec 2014 Posts: 541 Location: Semenanjung
|
Posted: Mon May 30, 2016 12:39 pm Post subject: |
|
|
meh -_-
Code: |
[ENABLE]
aobscanmodule(aob_base,TheQuest.exe,8B 0D * * * * 8A 41 1C 84 C0)
label(_base)
aob_base+2:
_base:
registersymbol(_base)
[DISABLE]
unregistersymbol(_base)
|
Hp address (2 bytes) : [[[[[_base]]+18]+88]+44]+3e32
_________________
... |
|
Back to top |
|
 |
hypnotice How do I cheat?
Reputation: 0
Joined: 21 Nov 2013 Posts: 4
|
Posted: Sat Aug 13, 2016 12:31 am Post subject: |
|
|
My understanding of how all this works is brutally limited, but I can usually make some progress through time-consuming trial and error. Ha. Lame/sad, I know, but c'est la vie. I can't make a trainer or anything which is too bad.
Anyway, I ended up finding the Attribute points quick and easy using a 4 byte scan for the number. Easy-peasy. Then I browsed the memory region of those Attribute points to find everything else. Attribute points were the only value I found I could scan for. All the other values were still 4 bytes, but 6 to 7 digits long. So the memory browser was perfect... lucky that everything was close together I guess. Anyway, I could see the attribute as well as skill values changing in that area as I browsed, so then changed them by hand in the browser.
Kind of a silly way to go about it all, but still effective I guess.
Description: |
|
Filesize: |
114.4 KB |
Viewed: |
13181 Time(s) |

|
Description: |
|
Filesize: |
112.22 KB |
Viewed: |
13181 Time(s) |

|
|
|
Back to top |
|
 |
|