| View previous topic :: View next topic |
| Author |
Message |
Sohail__Saha Advanced Cheater
Reputation: 0
Joined: 21 May 2014 Posts: 82 Location: India
|
|
| Back to top |
|
 |
Daijobu Master Cheater
Reputation: 13
Joined: 05 Feb 2013 Posts: 301 Location: the Netherlands
|
Posted: Thu Jun 05, 2014 1:10 pm Post subject: |
|
|
Remove "sub eax,01" in your allocated memory.
This will stop the subtraction of eax which I assume holds the current ammunition before it moves into esi+2E0.
_________________
|
|
| Back to top |
|
 |
Sohail__Saha Advanced Cheater
Reputation: 0
Joined: 21 May 2014 Posts: 82 Location: India
|
Posted: Fri Jun 06, 2014 3:59 am Post subject: |
|
|
I have tried that, but still the game crashes. The game crashes if anything is done to freeze/increase the missiles of choppers. Please, I need this to complete the cheat table.
_________________
Don't underestimate the power of a common code.
 |
|
| Back to top |
|
 |
++METHOS I post too much
Reputation: 92
Joined: 29 Oct 2010 Posts: 4197
|
Posted: Fri Jun 06, 2014 4:08 am Post subject: |
|
|
is your injection point? Not likely.
| Code: | | mov [esi+000002E0],eax |
seems more likely.
That said, if freezing a simple pointer address (without AA) is causing the game to crash, then you've probably got the wrong address.
|
|
| Back to top |
|
 |
Sohail__Saha Advanced Cheater
Reputation: 0
Joined: 21 May 2014 Posts: 82 Location: India
|
Posted: Fri Jun 06, 2014 12:27 pm Post subject: |
|
|
Hey, I said that I did everything to freeze it. And, the address is correct. And, the code is mov [esi+xxxxxxxx],eax , and before it is sub eax,01 . So, it is clear that at first, the number of missiles (eax) is reduced by 1, and then then the eax is moved to [esi+xxxxxxxxx]. So, to freeze [esi+xxxxxxxxx], you need to add eax,01 so that the value of eax remains unchanged, and thus the number of missiles gets freezed. BUT, THE GAME FREEZES. Please, can anyone solve this?? This is the last thing that I need to add to my 'would-be-uploaded' CT and trainer.
| Description: |
|
| Filesize: |
66.18 KB |
| Viewed: |
5669 Time(s) |

|
_________________
Don't underestimate the power of a common code.
 |
|
| Back to top |
|
 |
++METHOS I post too much
Reputation: 92
Joined: 29 Oct 2010 Posts: 4197
|
Posted: Fri Jun 06, 2014 1:16 pm Post subject: |
|
|
| Well, you seem to have it all figured out then...
|
|
| Back to top |
|
 |
Daijobu Master Cheater
Reputation: 13
Joined: 05 Feb 2013 Posts: 301 Location: the Netherlands
|
Posted: Fri Jun 06, 2014 3:12 pm Post subject: |
|
|
Could be anti cheat built in the game. Other games that had this are GTA IV and Crysis 3.
_________________
|
|
| Back to top |
|
 |
NanoByte Expert Cheater
Reputation: 1
Joined: 13 Sep 2013 Posts: 222
|
Posted: Fri Jun 06, 2014 3:38 pm Post subject: |
|
|
Go to memory where it says sub eax,01 make sure its selected do the following Ctrl+A - Ctrl+Alt+T - Ctrl+i
then go down to where it says
jmp newmem
and delete that line
save the script and see if it works
|
|
| Back to top |
|
 |
Sohail__Saha Advanced Cheater
Reputation: 0
Joined: 21 May 2014 Posts: 82 Location: India
|
Posted: Sat Jun 07, 2014 1:40 pm Post subject: |
|
|
Everything I try seems to fail. There must be an {ANTI-CHEAT} that's bugging. Anyways, thanks guys for helping...
_________________
Don't underestimate the power of a common code.
 |
|
| Back to top |
|
 |
|