| View previous topic :: View next topic |
| Author |
Message |
darkdoom295 How do I cheat?
Reputation: 0
Joined: 22 Mar 2010 Posts: 2
|
Posted: Mon Mar 22, 2010 6:12 pm Post subject: Coding help |
|
|
How do i interpret code like this
| Dark Byte wrote: | Here's a pointer that gives you the health address of the currently selected object
| Code: |
<CheatTable>
<CheatEntries>
<CheatEntry>
<Description>pointerscan result</Description>
<Address>00E71FF4</Address>
<Type>2</Type>
<Pointer>
<Offsets>
<Offset>0004</Offset>
<Offset>02F0</Offset>
<Offset>0120</Offset>
<Offset>0010</Offset>
</Offsets>
<Address>00E71FF4</Address>
<InterpretableAddress>CNC4.game+00A71FF4</InterpretableAddress>
</Pointer>
</CheatEntry>
</CheatEntries>
</CheatTable>
|
it's a float, but using 4 byte it's easier to accomplish what you want. Just set the value to -1 and the unit/building becomes invilnerable
Just assign a hotkey, like I to it that sets th value to -1
alternatively, you can make another hotkey that sets health to 1 (make sure to use float type)
-----
Unit cap is easy to find, just scan for the current amount of units and scroll up, there change the unit cap and max unit cap
I'll set my pointerscanner on it.
For skirmish the pointer is :
| Code: |
<CheatTable>
<CheatEntries>
<CheatEntry>
<Description>max</Description>
<Address>00E6ABD0</Address>
<Type>2</Type>
<Pointer>
<Offsets>
<Offset>0394</Offset>
<Offset>04D8</Offset>
<Offset>0068</Offset>
</Offsets>
<Address>00E6ABD0</Address>
<InterpretableAddress>CNC4.game+00A6ABD0</InterpretableAddress>
</Pointer>
</CheatEntry>
</CheatEntries>
</CheatTable>
|
but won't work for campaign
As for my personal review of this game:
If you loved command and conquer, don't even bother buying this
If you're a complete retard that shits his pants when having to do more than just sending units into battle, then this is for you |
cus i put in the info at add adress and after the 4 pointer ofsets it comes out to be ????????
i dont know how to read this plz get me a tut with picture so its easyer to understand thx |
|
| Back to top |
|
 |
Dark Byte Site Admin
Reputation: 471
Joined: 09 May 2003 Posts: 25823 Location: The netherlands
|
Posted: Mon Mar 22, 2010 6:23 pm Post subject: |
|
|
copy/paste it into cheat engine:
| Code: |
select the code with the mouse
rightclick it
choose copy
go to cheat engine
rightclick on the bottom part where the addresses usually are
click paste
|
also, this is for the legal uncracked european version of C&C4, you might have to adjust the base pointer for a different version (rightclick the pointer and choose pointerscan (make sure you have ce 5.6 else you might die of old age) _________________
Do not ask me about online cheats. I don't know any and wont help finding them.
Like my help? Join me on Patreon so i can keep helping |
|
| Back to top |
|
 |
darkdoom295 How do I cheat?
Reputation: 0
Joined: 22 Mar 2010 Posts: 2
|
Posted: Mon Mar 22, 2010 6:25 pm Post subject: |
|
|
| um it just shows P->???????? for every one how do i fix that i have US verson |
|
| Back to top |
|
 |
|