View previous topic :: View next topic |
Author |
Message |
sjl002 Master Cheater
Reputation: 0
Joined: 31 Aug 2013 Posts: 305
|
Posted: Fri Jan 08, 2016 3:55 am Post subject: {Help}Find String values for any objects. |
|
|
Hi.
I'm how to find string id values for any objects players and unit's? |
|
Back to top |
|
 |
akumakuja28 Master Cheater
Reputation: 16
Joined: 28 Jun 2015 Posts: 432
|
Posted: Fri Jan 08, 2016 12:09 pm Post subject: Re: {Help}Find String values for any objects. |
|
|
sjl002 wrote: | Hi.
I'm how to find string id values for any objects players and unit's? |
You wont be able to do anything useful with it. Maybe you can rename something but thats only if the game is set up to read and display the string's in question.
String search is included in the search options in cheat engine. _________________
|
|
Back to top |
|
 |
++METHOS I post too much
Reputation: 92
Joined: 29 Oct 2010 Posts: 4197
|
Posted: Fri Jan 08, 2016 12:19 pm Post subject: |
|
|
String ID's can be found inside the data structure. Just change the data type to string.
akumakuja28 wrote: | You wont be able to do anything useful with it. | -Use it for an ID? |
|
Back to top |
|
 |
sjl002 Master Cheater
Reputation: 0
Joined: 31 Aug 2013 Posts: 305
|
Posted: Fri Jan 08, 2016 7:40 pm Post subject: |
|
|
Can use from structure spider for find any ID's? |
|
Back to top |
|
 |
++METHOS I post too much
Reputation: 92
Joined: 29 Oct 2010 Posts: 4197
|
Posted: Fri Jan 08, 2016 7:44 pm Post subject: |
|
|
Do you ever try anything yourself? |
|
Back to top |
|
 |
sjl002 Master Cheater
Reputation: 0
Joined: 31 Aug 2013 Posts: 305
|
Posted: Fri Jan 08, 2016 8:50 pm Post subject: |
|
|
this is code and max code:
Code: | [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
push eax
mov [eax+14],eax//this is max value
mov eax,[eax+14]
pop eax
originalcode:
mov eax,[eax+14]
pop ecx
ret 0004
EXIT:
jmp returnhere
"Crysis.exe"+17C7BF:
jmp newmem
nop
nop
returnhere:
[DISABLE]
//code from here till the end of the code will be used to disable the cheat
dealloc(newmem)
"Crysis.exe"+17C7BF:
mov eax,[eax+14]
pop ecx
ret 0004
//Alt: db 8B 40 14 59 C2 04 00 |
I'm search the max value and see that the max and current ammo Are the same.how to make script for go current ammo to max? |
|
Back to top |
|
 |
++METHOS I post too much
Reputation: 92
Joined: 29 Oct 2010 Posts: 4197
|
|
Back to top |
|
 |
sjl002 Master Cheater
Reputation: 0
Joined: 31 Aug 2013 Posts: 305
|
Posted: Sat Jan 09, 2016 8:04 pm Post subject: |
|
|
Friends,I search in google for structure spider, But the thing about it is the view. |
|
Back to top |
|
 |
sjl002 Master Cheater
Reputation: 0
Joined: 31 Aug 2013 Posts: 305
|
Posted: Wed Jan 13, 2016 4:34 am Post subject: |
|
|
I want that script for speed,when enable change to 100 and then when disable check box back to previous value(I mean is Before the value of 100 that was). |
|
Back to top |
|
 |
|