| View previous topic :: View next topic |
| Author |
Message |
l0wb1t Grandmaster Cheater
Reputation: 27
Joined: 29 Sep 2010 Posts: 617 Location: Germany - C:\windows\system32
|
Posted: Wed Oct 13, 2010 3:31 am Post subject: FlatOut - Ultimate Carnage |
|
|
Hi Guys, i have a question about "FlatOut - Ultimate Carnage"
I searched the value for Nitrous. searched for "unknown initial value"
and then "Increased/Decreased value"
now i have 10 adresses left...
if i change 1A4025B4 of it to "5", my Nitrous bar fill up, the other adresses become very strange values...
Now i want to create a trainer but, i canīt nop the adress because the game is slowing down to 0.5 Fps^^
Here is a picture:
h ttp : / / download . apptohack . de / FOUCadr . png
Whats the problem?
sry for bad english
regards
_________________
|
|
| Back to top |
|
 |
DELTA10FY Master Cheater
Reputation: 5
Joined: 07 Aug 2009 Posts: 438
|
Posted: Wed Oct 13, 2010 6:21 am Post subject: Re: FlatOut - Ultimate Carnage |
|
|
Hi I hope I pass the table made by me
for the question you have to find what accesses the address on 5 float, do not you write ok
ahy and will leave you a few things and look at fld dword ptr [eax +000005 ec] ok
A greeting and I hope it works for you
Sorry my English
[ENABLE]
//code from here to '[DISABLE]' will be used to enable the cheat
alloc(newmem,2048) //2kb should be enough
label(returnhere)
label(originalcode)
label(exit)
0047A98D:
jmp newmem
nop
returnhere:
newmem: //this is allocated memory, you have read,write,execute access
//place your code here
mov [eax+000005ec],40A00000
originalcode:
//fld dword ptr [eax+000005ec]
exit:
jmp returnhere
[DISABLE]
//code from here till the end of the code will be used to disable the cheat
dealloc(newmem)
0047A98D:
fld dword ptr [eax+000005ec]
|
|
| Back to top |
|
 |
l0wb1t Grandmaster Cheater
Reputation: 27
Joined: 29 Sep 2010 Posts: 617 Location: Germany - C:\windows\system32
|
Posted: Wed Oct 13, 2010 12:21 pm Post subject: |
|
|
delta10 you are the Men
works perfect! I hope we write us again
BIG thx from germany!
_________________
|
|
| Back to top |
|
 |
|