PDA

View Full Version : CWCheat 0.1.8 Rev. C Released



DarthPaul
July 22nd, 2007, 02:55
Here's a new released of the famous Cheat Device from weltall.


CHANGELOG:

0.1.8 REV. C RELEASE
=====================

- [POPS] removed some useless debug information in the memory card manager in case of operation successfull
- [POPS] added a clear/format option in the memorycard manager. It will make your memory card empty just like if it was new.(if you use this by mistake remove your memory stick and power off the psp directly to avoid accidental save of the new memory card status)
- [GAME] added reverse offset pointer codes. They work just like normal pointer codes but the offset is subtracted and not summed like the normal ones. The format is the same except a little difference in the second adress line:
8bit pointer inverse code 0x6aaaaaaa 0x000000vv 0x0003nnnn 0xiiiiiiii
16bit pointer inverse code 0x6aaaaaaa 0x000000vv 0x0004nnnn 0xiiiiiiii
32bit pointer inverse code 0x6aaaaaaa 0x000000vv 0x0005nnnn 0xiiiiiiii
- [ALL] added shortcut rappresentation to the disassembler. You can enable it by putting DISASM SHRCUT= 1 in the config file
- [GAME/150] altough homebrew mode was available since one year ago (by pressing R while booting up with a game prx)now with m33 supporting a separate game150 mode for plugins i've made a prx which automatically goes in homebrew mode and uses a different config file to keep configurations separated easily.
- [ALL] fixed a bug in the difference search which made it unusable
- [ALL] now it's possible to access the disassembler from the memory editor by pressing SQUARE. The nearest (backward way) 4byte alligned adress will be selected as the first adress in the disassembler
- [ALL] changed the button to make new cheats from the memory editor: now it's TRIANGLE
- [ALL] now it's possible to edit values directly in the memory editor. This will allow you to edit values without having to make cheats. To enable value editing press your confirm button (which is CROSS or CIRCLE if you swapped buttons in cwcheat) this will allow you to edit the selected value with UP/DOWN. Then confirm with CROSS (or circle if you swapped buttons) and abort with CIRCLE (or cross if you swapped button)
- [ALL] now you can change the value in the memory editor of +/- 0x10 with RIGHT/LEFT

Enjoy!;)

download and give feedback via comments

xg917
July 22nd, 2007, 05:02
yessssssssssssss i love this lol

time to testt

edit: i got cwcheat to work in homebrew :p now all we need is cheats that work for emulators.

Nocuddle
July 22nd, 2007, 06:06
edit: i got cwcheat to work in homebrew :p now all we need is cheats that work for emulators.

Then why dun u test this for me? :D

CPS2PSP 2.0.6 (non ad-hoc)

_S HOMEBREW
_G Alien Vs Predator EU940520
_C0 9 Credits
_L 0x002D95A0 0x00000009
_C0 9 Lives
_L 0x002CC29C 0x00000009
_C0 Max Health
_L 0x002CC1EC 0x00000065
_C0 Max Ammo
_L 0x002CC239 0x00000040

If this work on your PSP, then I can be assure it is not DMA'ed. Then I will make more. :thumbup:

Safari Al
July 22nd, 2007, 15:52
Question: Does this work for 3.40 oe?

DarthPaul
July 24th, 2007, 00:41
Question: Does this work for 3.40 oe?

Answer: Yes.

Buddy4point0
July 24th, 2007, 00:45
nice, ill update mine now, ive still got 1.1.7, i never got around to 1.1.8 since i really only use it for the psx features.

xg917
July 24th, 2007, 00:56
Then why dun u test this for me? :D

CPS2PSP 2.0.6 (non ad-hoc)

_S HOMEBREW
_G Alien Vs Predator EU940520
_C0 9 Credits
_L 0x002D95A0 0x00000009
_C0 9 Lives
_L 0x002CC29C 0x00000009
_C0 Max Health
_L 0x002CC1EC 0x00000065
_C0 Max Ammo
_L 0x002CC239 0x00000040

If this work on your PSP, then I can be assure it is not DMA'ed. Then I will make more. :thumbup:

i dont really understand how to add those..

ICE
July 24th, 2007, 00:59
cwcheat does more but this device does online cheating WAY better because you can actually turn your cheats on and off..
http://www.codemayhem.net/viewtopic.php?p=2151#2151

Nocuddle
July 24th, 2007, 01:42
cwcheat does more but this device does online cheating WAY better because you can actually turn your cheats on and off..
http://www.codemayhem.net/viewtopic.php?p=2151#2151

Bwaaahhaa... need to register. Watta.... :(





i dont really understand how to add those..

Check inside this DB file with notepad. :p

Note: you cannot edit this with CWcheat DB Editor as the homebrew's game ID wont be accepted by the tool.

To use, simply put this in /seplugins/cwcheat/

:thumbup:

I made some more cheats on NCDZPSP & soon MVSPSP. So far the codes hasnt changes after reboot so many times.

xg917
July 24th, 2007, 01:49
i`ll test it ;)
do u think u can make cheats for other homebrew? how do u make cheats?

ICE
July 24th, 2007, 01:50
the device i posted will work with most games but im not sure about homebrew.

Nocuddle
July 24th, 2007, 03:18
i`ll test it ;)
do u think u can make cheats for other homebrew? how do u make cheats?

It may be possible to hack other homebrew. Which homebrew specificly u had in mind?


Am no expert, but I know one or 2 of simple hackings.

To make a cheat is to look for the code address. Example in general rule of simple cheat finding:
1. you have 3 lives total, search for "3". (millions of address will show up)
2. you lose one live, search for "2".
3. you gain 2 lives, search for "4".
4. & so on until you find abt maybe 10 addresses after elimination. test one by one.


Or the hard way:
1. you got full energy bar, search "unknown value".
2. lose abit of it, search "decrease".
3. gain some more, search "increase".
4. & so on....


The result, it may be looks like this (in CWcheat):
0x00123456 0x000000FF
(address) (value in hex)

Then later, you better cross your finger if the codes isnt DMA (dynamic memory allocation?). which mean the address/code may change after reboot, save, move on to next level, etc. Required you to hack again from scratch every each time. Only way to fix it is to find the actual memory trigger/source/pointer. Dunno exactly what that called. :p

In Alien Vs Predator, I stole the cheat from Mame cheat database. :p
Well actually, I translated/converted the address coz PSP use different hex address. But CWcheat read it differently for sum reason so I need to search some cheats from a scratch. Thanks to Mame cheat list, I know the exact value am looking for so the cheat finding would be easier for me. :D

One thing though, looking for cheat from PSP is pain in the ass & pain stakingly slow & long time. Thanks to window emu like Mame, Kawaks, Neoragex. I can look for the address & convert it to PSP's CWcheat. :thumbup:

xg917
July 24th, 2007, 03:35
possibly n64? lol

nah. sega genesis for example?

Nocuddle
July 24th, 2007, 04:02
n64 no prob. tho i wish i had the *cough*rom*ahem*.

DGEN has a "genie" function inside & u can download the cheat file from the net. i think. ^_^;

xg917
July 24th, 2007, 04:17
if you have aim msn or yahoo go ahead and message me. i would like to talk to u there.

Nocuddle
July 24th, 2007, 05:11
Those 2 I dun have. +_+;
I accept PM tho. coz am at work. :D

Just tell me which title & I hav a look on those n64. Might as well I try that deadalus (sp?).

xg917
July 24th, 2007, 05:23
just super mario 64 cheats would be nice. i would like to learn how to translate cheats from gameshark/actionreplay etc. to cwcheat format. :D
and yes you spelled daedalus correctly ;)

Nocuddle
July 24th, 2007, 12:04
and yes you spelled daedalus correctly ;)

Nope. :D

I got the u know what. So I will do sum test & run this on PSP for the first time tonight. I dunno much abt the game itself, maybe u can give me few pointer what to look like Health, coins, etc.

xg917
July 24th, 2007, 18:05
umm. what do you mean? you will notice the health coins and stars on the of top screen

Nocuddle
July 24th, 2007, 20:20
Only found these so far. I cant get the stars yet as I havent progressed far in game. Time for me to sleep. +_+;

_S HOMEBREW
_G Super Mario 64
_C0 9 Lives
_L 0x00D539DE 0x00000009
_C0 255 Coins
_L 0x00D53A20 0x000000FF

xg917
July 24th, 2007, 20:46
i cant open cwcheat in my homebrew anymore. i dont know what happened...

edit: i fixed it. but i tried the cheats for super mario 64 and they didnt work.. nice try anyway. thanx