|
|||||||
| English Support Board English & Foreign Languages support |
![]() |
|
|
LinkBack | Strumenti discussione |
|
|||
|
Coded Arms: Contagion (The Return of Gir)
Yes, from a long venture into fully learning C++, and getting my degree, I've decided to stop for a while and make codes for the new Coded Arms, seeing as how nobody else is going to.
This will be my thread where I will update it surpatically with new codes that I find. The last encounter I had with Coded Arms, all the codes used a dynamic address, and needed pointers to find them. I sugessted the use of breakpoints, which would find the address of where the code was using to decrease the ammo when the gun was fired and nop it (remove that line), thus giving us infinite ammo. But Wetall seems to be having problems with the size of the module, yet every release I see, there is no decrease in size, only an increase. But I hope this game will be different, and more easy to cheat on. Codice:
_S ULUS-10184 _G Coded Arms Contagion [US] _C0 Inf. Pistol _L 0x01766EDC 0x000000FF _C0 Inf. SMG _L 0x01766EDC 0x000000FF _C0 Inf. Sniper _L 0x0178CACC 0x000000FF _C0 Inf. Shotgun _L 0x017692DC 0x000000FF _C0 Inf. AssaultRifle _L 0x0178A24C 0x000000FF _C0 Inf. GrenadeLauncher _L 0x0178ACFC 0x000000FF Ultima modifica di Gir489 : 14th February 2008 alle ore 17:54. |
|
|||
|
Codice:
_C0 INF AMMO: Pistol _L 0x0173F92C - 0x0000000A _C0 INF AMMO: SMG _L 0x01766EDC - 0x0000000A _C0 INF AMMO: Sniper _L 0x0178CACC - 0x0000000A _C0 INF AMMO: Shotgun _L 0x017692DC - 0x0000000A DMA might cause problems. *still waits hopefully for breakpoint support* |
|
|||
|
This codes for the game Coded Arms Contagion not work good...for example the inf sniper ammo not work...not shot this code block the button shot...this error is for all codes...i wait for codes that they work well
![]() Thank you for the codes ![]() |
|
|||
|
Citazione:
|
|
|||
|
I can't seem to get anywhere with this 0.2.1 and the new coded arms. Sometimes the dump function works, sometimes it doesn't. And I can only use the dump function on my PSP-1001K, and not my TA-082.
When I look for the upgrade points, do a search, do another search, then do another, it never finds it. Ultima modifica di Gir489 : 12th February 2008 alle ore 18:25. |
|
|||
|
OK, from the research I've done,CW can't seem to dump the entire memory, or the memory address of the things I'm looking for changes. Either way, the only addresses I've been able to find, is the current ammo in the gun address.
For people who want inf. cache ammo, just fire, reload, repeat. For weapons that only hold 1 in the cache, I can't find that address, because it doesn't exist, apparently. So I can't do inf. rocket ammo. Why the hell can't it find the addresses? Ultima modifica di Gir489 : 14th February 2008 alle ore 18:05. |