View previous topic :: View next topic |
Author |
Message |
vergilganesh Expert Cheater
Reputation: 0
Joined: 01 Jul 2013 Posts: 134 Location: India
|
Posted: Thu Jul 11, 2013 3:17 am Post subject: how do i find stylish point in dmc |
|
|
I have tried to cheat in devil may cry 3 and 4. I have got success in infinite health, more orbs proud souls, one hit kill and all except stylish points. how do i hack it? i have tried so many methods of inc/dec and i cant findout what format it is? i want to fix SSS. How to do this...,,, please guide me to complete DMC hack.
Description: |
Stylish Points are very Important in dmc. If we kill an enemy at SSS rank we get more orbs |
|
Filesize: |
18.02 KB |
Viewed: |
14302 Time(s) |
![Sss_rank[1].jpg](files/sss_rank_1__259.jpg)
|
|
|
Back to top |
|
 |
vergilganesh Expert Cheater
Reputation: 0
Joined: 01 Jul 2013 Posts: 134 Location: India
|
Posted: Thu Jul 11, 2013 12:41 pm Post subject: |
|
|
I found the address that controls stylish point.
movss [ebx+15],xmm0
i can change the instruction using code injection as
mov [ebx+15],(float)999999
then i got my stylish point 99999 as fixed.
But my aim is to control stylish meter. I want sss always.
Then how do i control it? Any ideas????????????????????????????????
|
|
Back to top |
|
 |
vergilganesh Expert Cheater
Reputation: 0
Joined: 01 Jul 2013 Posts: 134 Location: India
|
Posted: Fri Jul 12, 2013 4:09 am Post subject: ???????????? |
|
|
.....
|
|
Back to top |
|
 |
Dark Byte Site Admin
Reputation: 470
Joined: 09 May 2003 Posts: 25792 Location: The netherlands
|
Posted: Fri Jul 12, 2013 6:11 am Post subject: |
|
|
I have no idea what a stylishmeter is and what your idea of control is. (you set it to 999999 isn't that the control you need ?)
O|f you mean you want to change the value without editing the value in the code, then store the address to memory and use that address as a pointer
_________________
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 |
|
 |
vergilganesh Expert Cheater
Reputation: 0
Joined: 01 Jul 2013 Posts: 134 Location: India
|
Posted: Fri Jul 12, 2013 6:29 am Post subject: |
|
|
not like that. the stylish meter increases from D to SSS via C B A S SS. By continous combo movement SSS can be achieved. If i got hit, meter is reduced to B. Maintaining SSS for a long time during a battle results more stylish points and more orbs. But the stylish meter is not a steady one. If there is no battle it is rapidly reduced to D. I need more orbs and i want to fix at SSS
|
|
Back to top |
|
 |
vergilganesh Expert Cheater
Reputation: 0
Joined: 01 Jul 2013 Posts: 134 Location: India
|
Posted: Sat Jul 27, 2013 12:04 pm Post subject: |
|
|
This is the code Fixeses SSS at any time.
Code: |
[ENABLE]
004A6506:
mov [esi+20],00000007
004A64F4:
mov [esi+20],00000007
004A64FD:
mov [esi+20],00000007
004A5EDB:
mov [esi+20],00000007
004A5D45:
mov [esi+20],00000007
004A5D5F:
mov [esi+20],00000007
004A64EB:
mov [esi+20],00000007
[DISABLE]
004A6506:
mov [esi+20],00000003
004A64F4:
mov [esi+20],00000001
004A64FD:
mov [esi+20],00000002
004A5EDB:
mov [esi+20],00000005
004A5D45:
mov [esi+20],00000006
004A5D5F:
mov [esi+20],00000005
004A64EB:
mov [esi+20],00000000 |
|
|
Back to top |
|
 |
Trinex How do I cheat?
Reputation: 0
Joined: 11 Jun 2016 Posts: 2
|
Posted: Wed Aug 17, 2016 1:10 am Post subject: need some help |
|
|
i am very new to this whole cheat engine thing.
how do i get your code to work in the engine?
further it would be nice to know how you get this values. i really want to understand how the whole thing work, so maybe i can create some tables by myself for other people
|
|
Back to top |
|
 |
STN I post too much
Reputation: 43
Joined: 09 Nov 2005 Posts: 2676
|
Posted: Wed Aug 17, 2016 4:58 am Post subject: |
|
|
Do the cheat engine tutorial.
_________________
|
|
Back to top |
|
 |
|