RSS Feed
Download Latest Version

CW Cheat

Applications > Utilities
screenshot
Developer:
weltall
Website:
http://cwcheat.consoleworld.org/
Last Update: April 14, 2008Latest Version: 0.2.2b
Supported Firmwares: AllDownloads: 532
Rating: Full StarFull StarFull StarFull StarFull Star

Description:
Universal cheat application for the PlayStation Portable.

Release Notes

DownloadVersion 0.2.2b
  • [ALL] fixed a bug in RemaPSP about buffernegative functions which returned invalid values being returned.
  • [POPS] Now REMAPSP works perfectly in POPS
  • [ALL] Various optimizations in the remaPSP initialization code which reduced the size of more than 200 bytes
  • [ALL] Some optimizations in the memory edit/disasm functions which reduced the size of more than 32 bytes
  • [ALL] Added a check aganist tries to open a non existant text file with the text reader
  • [ALL] Various size optimizations in the cheat search functions which reduced the size of more than 232bytes
  • [ALL] Now it's possible to define a key combination to access directly the text reader from in-game. You can define the buttons by adding them to the "TEXTREAD BTN = " entry in the configuration file.
  • [ALL] Optimized the functions checking for key combinations. This reduced the size of more than 818bytes
DownloadVersion 0.2.2a
  • [ALL] fixed a bug in the difference search which could lead to an evaluation error making the difference function unusable in the case that the game allocates more than entire user ram - 50kbs
  • [ALL] Removed allocation of user ram for the difference search. This should increase compatibility with never games and reduced the plugin size of about 200bytes.
  • [ALL] Various optimizations in the controller management in the menus, additionally some menus now auto repeat just like most. This alloved to reduce the size of the plugin of 632bytes
  • [GAME] Added multilevel pointer codes. This will allow you to track a point in ram by going trough a series of pointer like those seen in god of war.
    • This is the code type:
      • 0x6aaaaaaa 0xvvvvvvvv
      • 0xqqqxnnnn 0xiiiiiiii
      • 0 Swwwwwww 0 Swwwwwww
      • [...]
      • 0 Swwwwwww 0 Swwwwwww
      • a = the starting pointer
      • v = the value to store at the found point at the end
      • q = the offset to add to a each loop(x4) most probably you want this to be zero in this case
      • x = pointer type (check the normal pointers)
      • i = offset to add/subtract (depending to x) from the last pointed area in the pointed chains to find were to put v
      • n = number of times to point (you must start counting from one, so if the level of pointer you want to do is 2 you put here 2 if it's 3 you put 3, the first pointer is considered first level, so if you put two offsets in the third line the value you need is 3)
      • S = offset type to find next pointer (2 for normal offset( w), 3 for inverse offset(-w))
      • w = offset from the last pointed area to find the next pointer
    • [GAME] some performance optimizations to avoid unnecessary repeated loops and assignments in the pointer codes
    • [ALL] reworked, yes again, the db downloader now the 3.x version is libhttp based so it should work better. Plus various enhacements were added and some additional checks and functions. No changes for the 1.x version.
    • [ALL] removed some repeated code this reduced the size of the plugin of 916bytes
    • [ALL] now last text file opened is reopened when you go to the text reader
DownloadVersion 0.2.2
  • [ALL] Now cwcheat checks if you are using the ms driver patch by dark alex which uses the 3.7x prx on 3.8x/3.9x and disables protections enabled
  • in the main menu to avoid the bugs of the original 3.8x/3.9x driver. I suggest installing the 3.7x driver if possible.
  • [ALL] really added the polish translation by Bolec. (there was a wrong one in the release before this)
  • [ALL] renamed 360folder to ALL as it contains builds for all firmwares except 3.7x
  • [PACKAGE] Renamed cwcheat-IRSHELL.prx to cwcheat-LOADER.prx as it's useful also with other loaders
  • [PACKAGE] Added a full cwcheat-LOADER.prx (ex cwcheat-IRSHELL.prx) build. The build available before is in the lite folder, it's called
  • cwcheatlite-LOADER.prx and should be used with irshell.
  • [POPS] Added a pops prx for loaders (pratically irshell for now as far as i know). It will start in homebrew mode but you can make it
  • load the pops game id by pressing the same combination as the one used in the psp game prx for loaders in the cwcheat main menu: L TRIGGER SELECT
  • This new build is called cwcheatpopslite-LOADER.prx and it's in the lite folder.
  • [ALL] Now the db downloader resolves by itself the ip adress of the server so if the ip changes some times in the future it will always be able to
  • resolve the new ip without an update
  • [ALL] various cleanups to the db downloader thanks to insertwittyname for some missing things in the sdk
  • [ALL] Added some checks for null in the db downloader
  • [ALL] db downloader was ported to 3.x kernel. The 3.x version features also a skippable netconf dialog to choose the wanted access point
  • (if you don't need it or have problems with it just cancel it and the old behaviour, connect to first ap configuration, will be applyed)
  • [ALL] Added a check in the db download for errors returned by the server and used msgdialogs (3.x build) to show some possible errors
  • [ALL] (3.x build) Added a check for a bigger database in the memory stick than in the online database. If this happens the user is asked if he wants
  • to overwrite it or not.
  • [ALL] fixed some bugs in the db save function
  • [ALL] now it's possible to relocate the cpu load/fps in game display to the top left position: put a CPUFPS POS = in the config file and set it as 1
  • to enable it
  • [ALL] fixed a little bug in the memory dump function which could lead to the first dump being always overwritten when the memory stick was full
  • [ALL] now when dumping the ram to the memory stick, even if cwcheat was just started up again, it won't overwrite the dumps starting from 0 but
  • will start from the first empty dump slot (note this doesn't affect the dump done by the difference search functions).
  • This will be usefull for searching pointers (or more commonly called DMA codes...)
  • [ALL] Added an SDK for cwcheat which allows to access some functions which were exported by the plugin for more than one year. It consists of a
  • library and an header providing informations on the exported functions.
  • [PACKAGE] changed the file structure. now the old MS_ROOT folders are called INSTALL to avoid confusion in new users. Plus the plugin prx were moved
  • to the cwcheat subfolder of seplugin to increase order and reduce difficulty of manual install. According to these changes the installation
  • instructions were changed and now are easier. If you use an old guide keep this changes in mind when following them.
  • [ALL] Added a new pc based application pointer searcher built for both linux (tried on ubuntu 7.10) and windows (tried on vista/2003) in gtk 2.0.
  • This application will allow estremely easy pointer search: starting with two or more dumps you will be able to do various searches based
  • on old results till you iron out the adresses you need. At that point the application can create easily pointer cheat codes for cwcheat:
  • 8/16/32bit and normal/inverse offset codes can be generated. It can be found in the PC folder of the package in the linux and windows sub folders.
DownloadVersion 0.2.1a
  • [ALL] Added a polish translation thanks to Bolec
  • [ALL] Fixed a memory leak in the text reader
  • [ALL] reworked partially cpu clock functions. now they will be able to work as expected also 3.80 without setting first 333/166 before changing values.
  • [ALL] various optimizations in the cpu clock functions
  • [GAME] Added four new code types. They are all test codes, but they check two addresses for ==, !=, >,
Contact Us

Your Ad Here