Sleeping Dogs Definitive Edition (Change Fighting Style)

Memory scanning, code injection, debugger internals and other gamemodding related discussion
Post Reply
XaneXXXX
Novice Cheater
Novice Cheater
Posts: 18
Joined: Mon Mar 06, 2017 11:30 am
Reputation: 0

Sleeping Dogs Definitive Edition (Change Fighting Style)

Post by XaneXXXX »

Does anyone know if there is a table/hack/trainer that can change the fighting style without actually changing clothes? Like use the MMA style without the MMA outfit?

If there isn't one, Can anyone give me some tips on how i can make my own? I tried with changing clothes = changed/Unchanged etc. But the game always crashes before i can try most of the values.. Cheers :)

P.S, ++METHOS if you read this, I checked out the table that you made for sleeping dogs which was great, you often include most of the functions that i want in a game! Did you ever try to change fighting style?

User avatar
++METHOS
Administration
Administration
Posts: 274
Joined: Thu Mar 02, 2017 9:02 pm
Reputation: 91

Re: Sleeping Dogs Definitive Edition (Change Fighting Style)

Post by ++METHOS »

No. I never got that far. If I ever have more time I might take another look at this game, but it could be a while.

That said, you may be able to narrow in on the sub-routine that handles that by using ultimap. Alternatively, this game uses symbols, which can be very handy for isolating things like this. Make sure you have 'Show symbols' checked in memory viewer.

XaneXXXX
Novice Cheater
Novice Cheater
Posts: 18
Joined: Mon Mar 06, 2017 11:30 am
Reputation: 0

Re: Sleeping Dogs Definitive Edition (Change Fighting Style)

Post by XaneXXXX »

++METHOS wrote:
Wed Aug 30, 2017 7:07 am
No. I never got that far. If I ever have more time I might take another look at this game, but it could be a while.

That said, you may be able to narrow in on the sub-routine that handles that by using ultimap. Alternatively, this game uses symbols, which can be very handy for isolating things like this. Make sure you have 'Show symbols' checked in memory viewer.
I see. Could you explain what you mean by symbols? Thanks!

User avatar
++METHOS
Administration
Administration
Posts: 274
Joined: Thu Mar 02, 2017 9:02 pm
Reputation: 91

Re: Sleeping Dogs Definitive Edition (Change Fighting Style)

Post by ++METHOS »

If you turn symbols on, as previously explained, you'll quickly see what I am talking about simply by scrolling through the memory viewer. If you are having trouble, find a simple value such as ammo and check to see what is accessing it. View those instructions in memory viewer, and you will see symbol addressing (e.g. SDHDSHIP.UFG::METRICS::MSINSTANCE+38). These identifiable symbols should make your life easier.

XaneXXXX
Novice Cheater
Novice Cheater
Posts: 18
Joined: Mon Mar 06, 2017 11:30 am
Reputation: 0

Re: Sleeping Dogs Definitive Edition (Change Fighting Style)

Post by XaneXXXX »

++METHOS wrote:
Wed Aug 30, 2017 2:28 pm
If you turn symbols on, as previously explained, you'll quickly see what I am talking about simply by scrolling through the memory viewer. If you are having trouble, find a simple value such as ammo and check to see what is accessing it. View those instructions in memory viewer, and you will see symbol addressing (e.g. SDHDSHIP.UFG::METRICS::MSINSTANCE+38). These identifiable symbols should make your life easier.
I see thank you! I will look around the memory soon and will report back if i find something! :D
Last edited by XaneXXXX on Wed Aug 30, 2017 4:20 pm, edited 2 times in total.

User avatar
++METHOS
Administration
Administration
Posts: 274
Joined: Thu Mar 02, 2017 9:02 pm
Reputation: 91

Re: Sleeping Dogs Definitive Edition (Change Fighting Style)

Post by ++METHOS »

Memory viewer/View/Enumerate Dll's and Symbols, also.

XaneXXXX
Novice Cheater
Novice Cheater
Posts: 18
Joined: Mon Mar 06, 2017 11:30 am
Reputation: 0

Re: Sleeping Dogs Definitive Edition (Change Fighting Style)

Post by XaneXXXX »

++METHOS wrote:
Wed Aug 30, 2017 4:17 pm
Memory viewer/View/Enumerate Dll's and Symbols, also.
Got it! will enable that. Btw is there a difference between ultimap and ultimap 2? Which one do you recommend?

Also ultimap doesn't seem to work since i got windows 10.. I get BSOD when i use DBVM "/

User avatar
++METHOS
Administration
Administration
Posts: 274
Joined: Thu Mar 02, 2017 9:02 pm
Reputation: 91

Re: Sleeping Dogs Definitive Edition (Change Fighting Style)

Post by ++METHOS »

Enumerate Dll's/symbols gives you a list to sift through.

Ultimap 2 works without DBVM if you have intel ix 6xxx or higher. I cannot comment on recommendations or other differences; original ultimap has always worked for me.

See above regarding BSOD/DBVM. Someone else will have to confirm if ultimap 2 is working with Win10.

If the target is 32bit, you can try [Link] as a possible alternative to ultimap.

XaneXXXX
Novice Cheater
Novice Cheater
Posts: 18
Joined: Mon Mar 06, 2017 11:30 am
Reputation: 0

Re: Sleeping Dogs Definitive Edition (Change Fighting Style)

Post by XaneXXXX »

++METHOS wrote:
Wed Aug 30, 2017 5:21 pm
Enumerate Dll's/symbols gives you a list to sift through.

Ultimap 2 works without DBVM if you have intel ix 6xxx or higher. I cannot comment on recommendations or other differences; original ultimap has always worked for me.

See above regarding BSOD/DBVM. Someone else will have to confirm if ultimap 2 is working with Win10.

If the target is 32bit, you can try [Link] as a possible alternative to ultimap.
My CPU is an i7 950 so i can't use ultimap 2, the target is 64 bit also. And I've given up for now.. I tried with values once again, and i manage to get it down to 500 values. Still crashed before i was able to try them all.. not sure what to do atm haha..i really want to be able to change fighting style..

EDIT: I managed to get it down to 5 values by using changed/unchanged. Used 4 bytes. Tried freezing them then changing outfit. But the fighting style didn't change with the outfit so i guess that wans't it hmm

User avatar
++METHOS
Administration
Administration
Posts: 274
Joined: Thu Mar 02, 2017 9:02 pm
Reputation: 91

Re: Sleeping Dogs Definitive Edition (Change Fighting Style)

Post by ++METHOS »

XaneXXXX wrote:
Fri Sep 01, 2017 12:09 am
EDIT: I managed to get it down to 5 values by using changed/unchanged. Used 4 bytes. Tried freezing them then changing outfit. But the fighting style didn't change with the outfit so i guess that wans't it hmm
-Based on what you have written here, it sounds like you have found the right value(s). :?:

XaneXXXX
Novice Cheater
Novice Cheater
Posts: 18
Joined: Mon Mar 06, 2017 11:30 am
Reputation: 0

Re: Sleeping Dogs Definitive Edition (Change Fighting Style)

Post by XaneXXXX »

++METHOS wrote:
Fri Sep 01, 2017 10:05 am
XaneXXXX wrote:
Fri Sep 01, 2017 12:09 am
EDIT: I managed to get it down to 5 values by using changed/unchanged. Used 4 bytes. Tried freezing them then changing outfit. But the fighting style didn't change with the outfit so i guess that wans't it hmm
-Based on what you have written here, it sounds like you have found the right value(s). :?:
Sorry. I meant that the fighting style DID change with the outfit haha. Even tho i froze the values. Thanks.

DIO is gay vampire
What is cheating?
What is cheating?
Posts: 1
Joined: Thu Dec 03, 2020 2:18 am
Reputation: 0

Re: Sleeping Dogs Definitive Edition (Change Fighting Style)

Post by DIO is gay vampire »

You guys figured it out? im waiting :) because i dont wanna fight with only shorts on

Post Reply

Who is online

Users browsing this forum: No registered users