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 


Question about how to make a speedhack

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> General Gamehacking
View previous topic :: View next topic  
Author Message
starter
Newbie cheater
Reputation: 0

Joined: 29 Dec 2018
Posts: 13

PostPosted: Sat Dec 29, 2018 12:09 pm    Post subject: Question about how to make a speedhack Reply with quote

youtu.be/DFxNHQmLRvI
(just 54sec, I would appreciate your consideration.)

I want to use movement speedhack.
First, I found address that contains speed value that Just move is 3 and press z to run is 10.
Then look for the address that affects it , Repeated to find register value.
At the end, the value was fluctuating and I could not go any further.
What should I do?
And, Please let me know if you have any other way to use Speedhack(not Enable Speedhack)

sry my english is poor
Back to top
View user's profile Send private message
RSShady
How do I cheat?
Reputation: 0

Joined: 29 Dec 2018
Posts: 7

PostPosted: Sat Dec 29, 2018 1:06 pm    Post subject: Re: Question about how to make a speedhack Reply with quote

starter wrote:
youtu.be/DFxNHQmLRvI
(just 54sec, I would appreciate your consideration.)

I want to use movement speedhack.
First, I found address that contains speed value that Just move is 3 and press z to run is 10.
Then look for the address that affects it , Repeated to find register value.
At the end, the value was fluctuating and I could not go any further.
What should I do?
And, Please let me know if you have any other way to use Speedhack(not Enable Speedhack)

sry my english is poor


Do you got the pointer?(do you search for a static address)
Back to top
View user's profile Send private message
starter
Newbie cheater
Reputation: 0

Joined: 29 Dec 2018
Posts: 13

PostPosted: Sat Dec 29, 2018 8:48 pm    Post subject: Re: Question about how to make a speedhack Reply with quote

Do you got the pointer?(do you search for a static address)[/quote]

I learned that the pointer is used when the address changes, but that address does not change.
I want to know which code determines whether the character walks or runs and assigns a speed of 3 or 10.
Finally, change the code to manipulate the speed as desired
Back to top
View user's profile Send private message
OldCheatEngineUser
Whateven rank
Reputation: 20

Joined: 01 Feb 2016
Posts: 1586

PostPosted: Sun Dec 30, 2018 3:34 am    Post subject: Reply with quote

look at the assembly code, its nearly impossible to get what you want without actual debugging.
_________________
About Me;
I Use CE Since Version 1.X, And Still Learning How To Use It Well!
Jul 26, 2020
STN wrote:
i am a sweetheart.
Back to top
View user's profile Send private message Visit poster's website
starter
Newbie cheater
Reputation: 0

Joined: 29 Dec 2018
Posts: 13

PostPosted: Sun Dec 30, 2018 4:32 am    Post subject: Reply with quote

OldCheatEngineUser wrote:
look at the assembly code, its nearly impossible to get what you want without actual debugging.


Please teach me how to 'actual debugging'
When I search Speedhack on Google or YouTube, I only see strange games like Roblox or Enable speedhack(I want to change only the speed of my character, not the speed of the whole game)

Or, Please let me know if you have any other way to use Speedhack
Back to top
View user's profile Send private message
RSShady
How do I cheat?
Reputation: 0

Joined: 29 Dec 2018
Posts: 7

PostPosted: Sun Dec 30, 2018 5:22 am    Post subject: Reply with quote

starter wrote:
OldCheatEngineUser wrote:
look at the assembly code, its nearly impossible to get what you want without actual debugging.


Please teach me how to 'actual debugging'
When I search Speedhack on Google or YouTube, I only see strange games like Roblox or Enable speedhack(I want to change only the speed of my character, not the speed of the whole game)

Or, Please let me know if you have any other way to use Speedhack

Well, if the address is static just use it lol.
Back to top
View user's profile Send private message
starter
Newbie cheater
Reputation: 0

Joined: 29 Dec 2018
Posts: 13

PostPosted: Sun Dec 30, 2018 5:52 am    Post subject: Reply with quote

Well, if the address is static just use it lol.[/quote]

When you watch YouTube video 7 seconds, address is green(034DF425), so it is static.
But Even if I change the value and fix it, it is not fixed.
Value keeps and never change : stop:0 , walk:3 , run:10
Back to top
View user's profile Send private message
OldCheatEngineUser
Whateven rank
Reputation: 20

Joined: 01 Feb 2016
Posts: 1586

PostPosted: Sun Dec 30, 2018 6:29 am    Post subject: Reply with quote

starter wrote:
Value keeps and never change : stop:0 , walk:3 , run:10
https://www.youtube.com/watch?v=DFxNHQmLRvI

this sounds like a status flag, where it indicates the current movement state.

so this might not be the actual speed, also i noticed the game is reading from and writing to that address.

when read access is made, the value is moved into AL register and then store in ebp+8 so you might wanna trace ebp+8.

poke the game and see how it behave, make an injection and move 19h into AL.

one more thing:
find a relation between the condition code and the value, if the value is really indicating moment state then there must be a condition nearby.

i would like to help you more using teamviewer, but unfortunately i dont have time.

goodluck.

_________________
About Me;
I Use CE Since Version 1.X, And Still Learning How To Use It Well!
Jul 26, 2020
STN wrote:
i am a sweetheart.
Back to top
View user's profile Send private message Visit poster's website
starter
Newbie cheater
Reputation: 0

Joined: 29 Dec 2018
Posts: 13

PostPosted: Sun Dec 30, 2018 8:25 am    Post subject: Reply with quote

this sounds like a status flag, where it indicates the current movement state.

so this might not be the actual speed, also i noticed the game is reading from and writing to that address.

when read access is made, the value is moved into AL register and then store in ebp+8 so you might wanna trace ebp+8.

poke the game and see how it behave, make an injection and move 19h into AL.

one more thing:
find a relation between the condition code and the value, if the value is really indicating moment state then there must be a condition nearby.

i would like to help you more using teamviewer, but unfortunately i dont have time.

goodluck.[/quote]

I am a very very beginner, so would you give me pictures or more detailed explanation?
I'm really appreciate for your hard work
Back to top
View user's profile Send private message
RSShady
How do I cheat?
Reputation: 0

Joined: 29 Dec 2018
Posts: 7

PostPosted: Sun Dec 30, 2018 9:18 am    Post subject: Reply with quote

starter wrote:

OldCheatEngineUser wrote:
this sounds like a status flag, where it indicates the current movement state.

so this might not be the actual speed, also i noticed the game is reading from and writing to that address.

when read access is made, the value is moved into AL register and then store in ebp+8 so you might wanna trace ebp+8.

poke the game and see how it behave, make an injection and move 19h into AL.

one more thing:
find a relation between the condition code and the value, if the value is really indicating moment state then there must be a condition nearby.

i would like to help you more using teamviewer, but unfortunately i dont have time.

goodluck.


I am a very very beginner, so would you give me pictures or more detailed explanation?
I'm really appreciate for your hard work

Since thats a emulator the game speed can be changed through it.
If you dont find that option you can always try citra emulator (nintendo 3ds)
Back to top
View user's profile Send private message
starter
Newbie cheater
Reputation: 0

Joined: 29 Dec 2018
Posts: 13

PostPosted: Sun Dec 30, 2018 10:30 am    Post subject: Reply with quote

Since thats a emulator the game speed can be changed through it.
If you dont find that option you can always try citra emulator (nintendo 3ds)[/quote]

I think Emulator does not matter
[Which code determines whether the character is stopped or walking or running?]
If I know this, more than 90% will be solved
But it is not as easy as it sounds.
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