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 


Find trainer address
Goto page Previous  1, 2, 3, 4  Next
 
Post new topic   Reply to topic    Cheat Engine Forum Index -> General Gamehacking
View previous topic :: View next topic  
Author Message
Alex__
Advanced Cheater
Reputation: 0

Joined: 29 Mar 2014
Posts: 64

PostPosted: Sat May 24, 2014 10:37 am    Post subject: Reply with quote

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
View user's profile Send private message
Geri
Moderator
Reputation: 112

Joined: 05 Feb 2010
Posts: 5627

PostPosted: Sat May 24, 2014 11:01 am    Post subject: Reply with quote

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.
_________________
My trainers can be found here: http://www.szemelyesintegracio.hu/cheats

If you are interested in any of my crappy articles/tutorials about CE and game hacking, you can find them here:
http://www.szemelyesintegracio.hu/cheats/41-game-hacking-articles

Don't request cheats or updates.
Back to top
View user's profile Send private message
Alex__
Advanced Cheater
Reputation: 0

Joined: 29 Mar 2014
Posts: 64

PostPosted: Sat May 24, 2014 12:56 pm    Post subject: Reply with quote

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?



bandicam 2014-05-24 21-19-45-256.jpg
 Description:
 Filesize:  45.28 KB
 Viewed:  9019 Time(s)

bandicam 2014-05-24 21-19-45-256.jpg


Back to top
View user's profile Send private message
Geri
Moderator
Reputation: 112

Joined: 05 Feb 2010
Posts: 5627

PostPosted: Sat May 24, 2014 3:02 pm    Post subject: Reply with quote

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.
_________________
My trainers can be found here: http://www.szemelyesintegracio.hu/cheats

If you are interested in any of my crappy articles/tutorials about CE and game hacking, you can find them here:
http://www.szemelyesintegracio.hu/cheats/41-game-hacking-articles

Don't request cheats or updates.
Back to top
View user's profile Send private message
Alex__
Advanced Cheater
Reputation: 0

Joined: 29 Mar 2014
Posts: 64

PostPosted: Sun May 25, 2014 4:50 am    Post subject: Reply with quote

I found pointer for one speed address and currently I see what happening in data structures. how must look speed multiplier?
Back to top
View user's profile Send private message
Alex__
Advanced Cheater
Reputation: 0

Joined: 29 Mar 2014
Posts: 64

PostPosted: Sun May 25, 2014 12:55 pm    Post subject: Reply with quote

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
View user's profile Send private message
Geri
Moderator
Reputation: 112

Joined: 05 Feb 2010
Posts: 5627

PostPosted: Sun May 25, 2014 4:42 pm    Post subject: Reply with quote

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.
_________________
My trainers can be found here: http://www.szemelyesintegracio.hu/cheats

If you are interested in any of my crappy articles/tutorials about CE and game hacking, you can find them here:
http://www.szemelyesintegracio.hu/cheats/41-game-hacking-articles

Don't request cheats or updates.
Back to top
View user's profile Send private message
Alex__
Advanced Cheater
Reputation: 0

Joined: 29 Mar 2014
Posts: 64

PostPosted: Mon May 26, 2014 1:57 am    Post subject: Reply with quote

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
View user's profile Send private message
Geri
Moderator
Reputation: 112

Joined: 05 Feb 2010
Posts: 5627

PostPosted: Mon May 26, 2014 8:46 am    Post subject: Reply with quote

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.

_________________
My trainers can be found here: http://www.szemelyesintegracio.hu/cheats

If you are interested in any of my crappy articles/tutorials about CE and game hacking, you can find them here:
http://www.szemelyesintegracio.hu/cheats/41-game-hacking-articles

Don't request cheats or updates.
Back to top
View user's profile Send private message
Alex__
Advanced Cheater
Reputation: 0

Joined: 29 Mar 2014
Posts: 64

PostPosted: Mon May 26, 2014 9:20 am    Post subject: Reply with quote

no I cant overcome max speed.i already found pointer
Back to top
View user's profile Send private message
Geri
Moderator
Reputation: 112

Joined: 05 Feb 2010
Posts: 5627

PostPosted: Mon May 26, 2014 9:40 am    Post subject: Reply with quote

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.

_________________
My trainers can be found here: http://www.szemelyesintegracio.hu/cheats

If you are interested in any of my crappy articles/tutorials about CE and game hacking, you can find them here:
http://www.szemelyesintegracio.hu/cheats/41-game-hacking-articles

Don't request cheats or updates.
Back to top
View user's profile Send private message
Alex__
Advanced Cheater
Reputation: 0

Joined: 29 Mar 2014
Posts: 64

PostPosted: Mon May 26, 2014 10:18 am    Post subject: Reply with quote

No, my speed will not be max my car drive itself only over 40 mph in any direction
Back to top
View user's profile Send private message
Geri
Moderator
Reputation: 112

Joined: 05 Feb 2010
Posts: 5627

PostPosted: Mon May 26, 2014 10:36 am    Post subject: Reply with quote

Can you change gears? And if you can, will your speed change? Maybe you have found the RPM and not the speed.
_________________
My trainers can be found here: http://www.szemelyesintegracio.hu/cheats

If you are interested in any of my crappy articles/tutorials about CE and game hacking, you can find them here:
http://www.szemelyesintegracio.hu/cheats/41-game-hacking-articles

Don't request cheats or updates.
Back to top
View user's profile Send private message
Alex__
Advanced Cheater
Reputation: 0

Joined: 29 Mar 2014
Posts: 64

PostPosted: Mon May 26, 2014 10:47 am    Post subject: Reply with quote

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
View user's profile Send private message
Geri
Moderator
Reputation: 112

Joined: 05 Feb 2010
Posts: 5627

PostPosted: Mon May 26, 2014 11:53 am    Post subject: Reply with quote

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.

_________________
My trainers can be found here: http://www.szemelyesintegracio.hu/cheats

If you are interested in any of my crappy articles/tutorials about CE and game hacking, you can find them here:
http://www.szemelyesintegracio.hu/cheats/41-game-hacking-articles

Don't request cheats or updates.
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
Goto page Previous  1, 2, 3, 4  Next
Page 2 of 4

 
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