| View previous topic :: View next topic |
| Author |
Message |
Alex__ Advanced Cheater
Reputation: 0
Joined: 29 Mar 2014 Posts: 64
|
Posted: Sat May 24, 2014 10:37 am Post subject: |
|
|
I found several addresses. It seems that some of them are responsible for speed.I set hotkey and my car go itself. Some of them when I got them put on zero my car can go very slow. it's OK to address speed?
also I can not overcome maximum speed
and when I have 0 speed can i search for unchanged and change car?
|
|
| Back to top |
|
 |
Geri Moderator
Reputation: 112
Joined: 05 Feb 2010 Posts: 5627
|
Posted: Sat May 24, 2014 11:01 am Post subject: |
|
|
Well try to figure out which address is useful to you. If you freeze an address and the car is moving by itself, that is probably useful. Experiment with freezing it to certain values and see what happens.
_________________
|
|
| Back to top |
|
 |
Alex__ Advanced Cheater
Reputation: 0
Joined: 29 Mar 2014 Posts: 64
|
Posted: Sat May 24, 2014 12:56 pm Post subject: |
|
|
okay I found two addresses which responsible for speed when I set them to 0 I can move but very slow when I set them 100 my car start moving but not fast .difference between them very small.what that means? they all working
And I cant overcome max speed what to do?
| Description: |
|
| Filesize: |
45.28 KB |
| Viewed: |
9023 Time(s) |

|
|
|
| Back to top |
|
 |
Geri Moderator
Reputation: 112
Joined: 05 Feb 2010 Posts: 5627
|
Posted: Sat May 24, 2014 3:02 pm Post subject: |
|
|
I don't know how is the game working, because I didn't even play it. As I said, racing games can be quite different so I just gave generic advices only. You need to figure out the details.
_________________
|
|
| Back to top |
|
 |
Alex__ Advanced Cheater
Reputation: 0
Joined: 29 Mar 2014 Posts: 64
|
Posted: Sun May 25, 2014 4:50 am Post subject: |
|
|
| I found pointer for one speed address and currently I see what happening in data structures. how must look speed multiplier?
|
|
| Back to top |
|
 |
Alex__ Advanced Cheater
Reputation: 0
Joined: 29 Mar 2014 Posts: 64
|
Posted: Sun May 25, 2014 12:55 pm Post subject: |
|
|
| I found another speed address.i think he most right because he works with bikes too.This address has same code injection as trainer addres. I am so confused.i don't know what to do
|
|
| Back to top |
|
 |
Geri Moderator
Reputation: 112
Joined: 05 Feb 2010 Posts: 5627
|
Posted: Sun May 25, 2014 4:42 pm Post subject: |
|
|
Well did you find an address that will help to increase your speed? And if you have found the value or code that is changed by the trainer, you have probably find what you were looking for. You just have to figure out how to change the value to give you more speed.
_________________
|
|
| Back to top |
|
 |
Alex__ Advanced Cheater
Reputation: 0
Joined: 29 Mar 2014 Posts: 64
|
Posted: Mon May 26, 2014 1:57 am Post subject: |
|
|
I found address which increase my speed but he is not increasing by trainer(he show real speed not multiple)And I found two addresses which react on trainer address but they not increasing speed .I decided find out what writes to this addresses and here what I have
[ENABLE]
//code from here to '[DISABLE]' will be used to enable the cheat
alloc(newmem,2048)
label(returnhere)
label(originalcode)
label(exit)
newmem: //this is allocated memory, you have read,write,execute access
//place your code here
originalcode:
mov [eax+edi],bl
mov esi,ebx
exit:
jmp returnhere
"DINPUT8.dll"+8ED4:
jmp newmem
returnhere:
[DISABLE]
//code from here till the end of the code will be used to disable the cheat
|
|
| Back to top |
|
 |
Geri Moderator
Reputation: 112
Joined: 05 Feb 2010 Posts: 5627
|
Posted: Mon May 26, 2014 8:46 am Post subject: |
|
|
| Alex__ wrote: | | I found address which increase my speed but he is not increasing by trainer(he show real speed not multiple) |
So if you change this address, your speed will increase? Eg if you set it to 800, you will have 800 kmh or mph speed or something similar?
Because if it does, you can just make a script to increase this value with the press of a button, as I have done it for Dirt 3 or Need for Speed Shift 2 and other car games.
Or you can just find a pointer for it and set a hotkey in Cheat Engine to increase the value with x amount. Egg to add 50 kmh/mph/whatever to your speed.
If the trainer is changing more than one value, it's probably more complicated. Eg to make my speed cheat for NFS Hot Pursuit, I have changed 5 codes, not just one.
_________________
|
|
| Back to top |
|
 |
Alex__ Advanced Cheater
Reputation: 0
Joined: 29 Mar 2014 Posts: 64
|
Posted: Mon May 26, 2014 9:20 am Post subject: |
|
|
| no I cant overcome max speed.i already found pointer
|
|
| Back to top |
|
 |
Geri Moderator
Reputation: 112
Joined: 05 Feb 2010 Posts: 5627
|
Posted: Mon May 26, 2014 9:40 am Post subject: |
|
|
So if you change it to 99999999, your speed will be the max speed?
In that case, try this:
Check which codes are writing to the address.
NOP them (replace it with a code that does nothing).
Now change the value and see what happens.
If you can overcome your max speed this way, nop the codes one by one and see which one is responsible for limiting your speed.
_________________
|
|
| Back to top |
|
 |
Alex__ Advanced Cheater
Reputation: 0
Joined: 29 Mar 2014 Posts: 64
|
Posted: Mon May 26, 2014 10:18 am Post subject: |
|
|
| No, my speed will not be max my car drive itself only over 40 mph in any direction
|
|
| Back to top |
|
 |
Geri Moderator
Reputation: 112
Joined: 05 Feb 2010 Posts: 5627
|
Posted: Mon May 26, 2014 10:36 am Post subject: |
|
|
Can you change gears? And if you can, will your speed change? Maybe you have found the RPM and not the speed.
_________________
|
|
| Back to top |
|
 |
Alex__ Advanced Cheater
Reputation: 0
Joined: 29 Mar 2014 Posts: 64
|
Posted: Mon May 26, 2014 10:47 am Post subject: |
|
|
| no I cant change gears it has automatic. only with vanity pack(mod) has manual gearbox.I don't understand why you asking
|
|
| Back to top |
|
 |
Geri Moderator
Reputation: 112
Joined: 05 Feb 2010 Posts: 5627
|
Posted: Mon May 26, 2014 11:53 am Post subject: |
|
|
I think you should just give up on this for now. It's just too difficult with your current skills. You need to know more about game hacking to solve this.
And as I see on YouTube, this game has no speed or RPM indicator either, which sucks. It makes your job harder. You should probably try to hack other racing games first.
_________________
|
|
| Back to top |
|
 |
|