View previous topic :: View next topic |
Author |
Message |
ThatBastard Newbie cheater
Reputation: 0
Joined: 20 Dec 2013 Posts: 14
|
Posted: Tue Jan 14, 2014 1:03 am Post subject: How to do a player/enemy speed cheat? |
|
|
I wanna do a speed cheat in dead space 1, but not the speedhack thing in CE, I wanna change the speed of just me 'n monsters in the game, not the entire game.
I got the idea off of a trainer video for DS1 on youtube. I thought it'd be fun ta make my own trainer with that cheat too.
So far I've found a value for my enemys speed. I did a pointer scan for the thing after I found it but, I deleted the results because I realized the value for it was just 1 in float, 'n I could just scan for 1, 'n decreased everytime I used stasis on something.
After I found the value I changed it ta 0 'n d'I ran around the some more. The monster I was spamming stasis(stasis slows monsters down in dead space) on was frozen completely after I set the value to 0, but other monsters were still moving like normal.
What do I do to make ALL monsters in the game freeze? 'N how do I find my characters speed?
Also if anyone knows how ta do a 1 hit kill cheat.. q-q |
|
Back to top |
|
 |
++METHOS I post too much
Reputation: 92
Joined: 29 Oct 2010 Posts: 4197
|
Posted: Tue Jan 14, 2014 2:07 am Post subject: |
|
|
If you really want to learn, you need to complete the Cheat Engine tutorial. Try to understand what you are doing instead of just completing it for the sake of completing it. If you don't understand something, just ask.
Most likely, the speed for ALL characters (including hero) is being handled by a single instruction. That said, all you should have to do is inject your code at one of those instructions. If you want to control only enemy speed, then you'll have to figure out a way to filter out your hero address. All of this can be learned from the tutorial.
The same is true for one-hit kill (see above). |
|
Back to top |
|
 |
ThatBastard Newbie cheater
Reputation: 0
Joined: 20 Dec 2013 Posts: 14
|
Posted: Tue Jan 14, 2014 4:33 am Post subject: |
|
|
..but I've actually DONE the tutorial. D:
Or at least the old version. I get a little bit about everything, I mean I found my own health 'n the value for my enemys speed.
I'll try ta do the tutorial again since I think the last step is new 'n I just gave up when I saw how complicated it looked..
But ima be back ta ask something.. I know it.. q-q
MMK IM BACK..
I'm on the 9th step 'n I really wanna figure it out. But I have no idea what ta do.
What's the easiest way to do the 9th step, 'n also how can I use it to find the players speed in dead space? |
|
Back to top |
|
 |
daspamer Grandmaster Cheater Supreme
Reputation: 54
Joined: 13 Sep 2011 Posts: 1588
|
Posted: Tue Jan 14, 2014 8:25 am Post subject: |
|
|
ThatBastard wrote: | ..but I've actually DONE the tutorial. D:
Or at least the old version. I get a little bit about everything, I mean I found my own health 'n the value for my enemys speed.
I'll try ta do the tutorial again since I think the last step is new 'n I just gave up when I saw how complicated it looked..
But ima be back ta ask something.. I know it.. q-q
MMK IM BACK..
I'm on the 9th step 'n I really wanna figure it out. But I have no idea what ta do.
What's the easiest way to do the 9th step, 'n also how can I use it to find the players speed in dead space? |
Easiest way to do step 9, is copy paste other people script.
But it won't help you to understand.
There's no 'easy way' to learn to do stuff.
Read instruction, or even watch video tutorials that explains the steps. _________________
I'm rusty and getting older, help me re-learn lua. |
|
Back to top |
|
 |
ThatBastard Newbie cheater
Reputation: 0
Joined: 20 Dec 2013 Posts: 14
|
Posted: Tue Jan 14, 2014 9:06 am Post subject: |
|
|
Thanks. q-q; |
|
Back to top |
|
 |
++METHOS I post too much
Reputation: 92
Joined: 29 Oct 2010 Posts: 4197
|
Posted: Tue Jan 14, 2014 1:33 pm Post subject: |
|
|
ThatBastard wrote: | I'm on the 9th step 'n I really wanna figure it out. But I have no idea what ta do. | -There are several guides and videos floating around that will show you, step-by-step, how to complete each level of the CE tutorial. When you see something that you do not understand, just ask. |
|
Back to top |
|
 |
|