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 


Sleeping dogs Definitive edition can't speedhack?

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> General Gamehacking
View previous topic :: View next topic  
Author Message
deama1234
Master Cheater
Reputation: 3

Joined: 20 Dec 2014
Posts: 328

PostPosted: Wed Jun 08, 2016 2:56 pm    Post subject: Sleeping dogs Definitive edition can't speedhack? Reply with quote

Any idea how to use the speedhack on this? It doesn't do anything to the game. It does however, lower the fps when I bump up the speedhack.

EDIT: Also, the main menu seems to be sped up, but not the actual game.
Back to top
View user's profile Send private message
++METHOS
I post too much
Reputation: 92

Joined: 29 Oct 2010
Posts: 4197

PostPosted: Wed Jun 08, 2016 3:13 pm    Post subject: Reply with quote

SDHDSHIP.UFG::METRICS::MSINSTANCE+38
Back to top
View user's profile Send private message
deama1234
Master Cheater
Reputation: 3

Joined: 20 Dec 2014
Posts: 328

PostPosted: Wed Jun 08, 2016 3:23 pm    Post subject: Reply with quote

++METHOS wrote:
SDHDSHIP.UFG::METRICS::MSINSTANCE+38

Eh?
Back to top
View user's profile Send private message
5maestro
How do I cheat?
Reputation: 0

Joined: 06 Jun 2016
Posts: 0
Location: ibiza

PostPosted: Wed Jun 08, 2016 3:23 pm    Post subject: try this .... Reply with quote

with ce in the main screen enable speed hack sometimes speed up programs and stuff simple hu:)
itīs from a game you know wich is it?
anyways salute and good night

_________________
5maestro
Back to top
View user's profile Send private message
++METHOS
I post too much
Reputation: 92

Joined: 29 Oct 2010
Posts: 4197

PostPosted: Wed Jun 08, 2016 3:29 pm    Post subject: Reply with quote

deama1234 wrote:
++METHOS wrote:
SDHDSHIP.UFG::METRICS::MSINSTANCE+38
Eh?
-Add an address to your table and paste that in to the address field. Change the data type to float.
Back to top
View user's profile Send private message
deama1234
Master Cheater
Reputation: 3

Joined: 20 Dec 2014
Posts: 328

PostPosted: Wed Jun 08, 2016 3:34 pm    Post subject: Reply with quote

Doesn't work, comes up with "??", probably version difference. How would I normally find it? Or maybe some AOB?
Back to top
View user's profile Send private message
++METHOS
I post too much
Reputation: 92

Joined: 29 Oct 2010
Posts: 4197

PostPosted: Wed Jun 08, 2016 3:37 pm    Post subject: Reply with quote

deama1234 wrote:
Doesn't work ... probably version difference.
-Hmm. Probably.

Try this:
Code:
AOB:  F30F100D7AC1A801

or...

Module Address:  "SDHDSHIP.EXE"+5B07D6


You will probably have to incorporate wildcards since your code is different. You can use this to build an AOB:

Code:
{
// ORIGINAL CODE - INJECTION POINT: "sdhdship.exe"+5B07D6

"sdhdship.exe"+5B079E: 0F 28 C1                 -  movaps xmm0,xmm1
"sdhdship.exe"+5B07A1: 0F 29 7C 24 20           -  movaps [rsp+20],xmm7
"sdhdship.exe"+5B07A6: E8 95 0E 00 00           -  call sdhdship.exe+5B1640
"sdhdship.exe"+5B07AB: 80 3D 8D 56 BC 01 00     -  cmp byte ptr [sdhdship.exe+2175E3F],00
"sdhdship.exe"+5B07B2: 75 05                    -  jne sdhdship.exe+5B07B9
"sdhdship.exe"+5B07B4: E8 87 F0 FF FF           -  call sdhdship.exe+5AF840
"sdhdship.exe"+5B07B9: 83 3D D4 56 BC 01 04     -  cmp dword ptr [sdhdship.exe+2175E94],04
"sdhdship.exe"+5B07C0: F3 0F 10 3D A8 C0 0B 01  -  movss xmm7,[sdhdship.exe+166C870]
"sdhdship.exe"+5B07C8: 0F 85 68 01 00 00        -  jne sdhdship.exe+5B0936
"sdhdship.exe"+5B07CE: F3 0F 10 1D 8E C8 0B 01  -  movss xmm3,[sdhdship.exe+166D064]
// ---------- INJECTING HERE ----------
"sdhdship.exe"+5B07D6: F3 0F 10 0D 7A C1 A8 01  -  movss xmm1,[sdhdship.exe+203C958]
// ---------- DONE INJECTING  ----------
"sdhdship.exe"+5B07DE: 48 8D 0D EF A5 AD 01     -  lea rcx,[sdhdship.exe+208ADD4]
"sdhdship.exe"+5B07E5: 0F 28 D6                 -  movaps xmm2,xmm6
"sdhdship.exe"+5B07E8: E8 23 12 BD FF           -  call sdhdship.exe+181A10
"sdhdship.exe"+5B07ED: F3 0F 10 15 DF A5 AD 01  -  movss xmm2,[sdhdship.exe+208ADD4]
"sdhdship.exe"+5B07F5: F3 0F 10 05 0F AE AD 01  -  movss xmm0,[sdhdship.exe+208B60C]
"sdhdship.exe"+5B07FD: 0F 2E C2                 -  ucomiss xmm0,xmm2
"sdhdship.exe"+5B0800: 74 22                    -  je sdhdship.exe+5B0824
"sdhdship.exe"+5B0802: 8B 15 E4 ED E7 01        -  mov edx,[sdhdship.exe+242F5EC]
"sdhdship.exe"+5B0808: 49 83 C9 FF              -  or r9,-01
"sdhdship.exe"+5B080C: 48 8B CB                 -  mov rcx,rbx
}
Back to top
View user's profile Send private message
deama1234
Master Cheater
Reputation: 3

Joined: 20 Dec 2014
Posts: 328

PostPosted: Wed Jun 08, 2016 4:22 pm    Post subject: Reply with quote

Alright, found it, thanks; here's the part:

Code:
// ORIGINAL CODE - INJECTION POINT: "sdhdship.exe"+5B0A16

"sdhdship.exe"+5B09DE: 0F 28 C1                 -  movaps xmm0,xmm1
"sdhdship.exe"+5B09E1: 0F 29 7C 24 20           -  movaps [rsp+20],xmm7
"sdhdship.exe"+5B09E6: E8 95 0E 00 00           -  call sdhdship.exe+5B1880
"sdhdship.exe"+5B09EB: 80 3D 4D 54 BC 01 00     -  cmp byte ptr [sdhdship.exe+2175E3F],00
"sdhdship.exe"+5B09F2: 75 05                    -  jne sdhdship.exe+5B09F9
"sdhdship.exe"+5B09F4: E8 87 F0 FF FF           -  call sdhdship.exe+5AFA80
"sdhdship.exe"+5B09F9: 83 3D 94 54 BC 01 04     -  cmp dword ptr [sdhdship.exe+2175E94],04
"sdhdship.exe"+5B0A00: F3 0F 10 3D F8 BE 0B 01  -  movss xmm7,[sdhdship.exe+166C900]
"sdhdship.exe"+5B0A08: 0F 85 68 01 00 00        -  jne sdhdship.exe+5B0B76
"sdhdship.exe"+5B0A0E: F3 0F 10 1D DE C6 0B 01  -  movss xmm3,[sdhdship.exe+166D0F4]
// ---------- INJECTING HERE ----------
"sdhdship.exe"+5B0A16: F3 0F 10 0D 3A BF A8 01  -  movss xmm1,[sdhdship.exe+203C958]
// ---------- DONE INJECTING  ----------
"sdhdship.exe"+5B0A1E: 48 8D 0D AF A3 AD 01     -  lea rcx,[sdhdship.exe+208ADD4]
"sdhdship.exe"+5B0A25: 0F 28 D6                 -  movaps xmm2,xmm6
"sdhdship.exe"+5B0A28: E8 73 10 BD FF           -  call sdhdship.exe+181AA0
"sdhdship.exe"+5B0A2D: F3 0F 10 15 9F A3 AD 01  -  movss xmm2,[sdhdship.exe+208ADD4]
"sdhdship.exe"+5B0A35: F3 0F 10 05 CF AB AD 01  -  movss xmm0,[sdhdship.exe+208B60C]
"sdhdship.exe"+5B0A3D: 0F 2E C2                 -  ucomiss xmm0,xmm2
"sdhdship.exe"+5B0A40: 74 22                    -  je sdhdship.exe+5B0A64
"sdhdship.exe"+5B0A42: 8B 15 A4 EB E7 01        -  mov edx,[sdhdship.exe+242F5EC]
"sdhdship.exe"+5B0A48: 49 83 C9 FF              -  or r9,-01
"sdhdship.exe"+5B0A4C: 48 8B CB                 -  mov rcx,rbx


I think the version is Definitive edition update 1? I don't remember...
Back to top
View user's profile Send private message
Megatherion
Newbie cheater
Reputation: 0

Joined: 01 Jul 2013
Posts: 11

PostPosted: Tue Dec 27, 2016 12:25 am    Post subject: Re: Sleeping dogs Definitive edition can't speedhack? Reply with quote

deama1234 wrote:
Any idea how to use the speedhack on this? It doesn't do anything to the game. It does however, lower the fps when I bump up the speedhack.

EDIT: Also, the main menu seems to be sped up, but not the actual game.


Did you have any luck getting CE speedhack to work with this game? I don't understand the code / instructions in the other posts.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Cheat Engine Forum Index -> General Gamehacking 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