1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

CW cheat device tutorial

Discussion in 'Sony PSP - Homebrew software' started by Thandakid, Aug 24, 2006.

  1. Thandakid

    Thandakid Member

    Joined:
    Aug 7, 2006
    Messages:
    0
    Likes Received:
    0
    Trophy Points:
    10
    Installation

    1) DL the CW Cheat installer and put it in ms0/PSP/GAME folder
    2) Run the installer in the PSP and choose install, then typical installation
    3) choose the correct firmware u want to install it to(most of the time u'll be emulating the latest fw so choose that one)
    4) wait - and done

    Usage

    1) Run the Game (In devhook, choose the fw where you installed the cheat device)
    2) In-game... press and hold select for 3 seconds to go to the Cheat Menu. use the following settings:

    enable cheats: y
    select cheats: place a Y on the cheats you want to activate (if non appears, the you will have to search for cheats and enter it manually”
    select Manually cheat apply – if you wan to apply cheats one-time –or--
    set Cheat application delay to default at 3, CW Cheat will apply the cheat per frame

    3) Return to Game and enjoy cheating!!!

    Updating cheats database

    1) GO here to download the most updated cheat database:
    http://cwcheat.zioale.it/

    2) Connect the PSP to PC
    3) Go to the dh folder in ms0:/ and replace the file named cheats.db with the new one
    4) If you are doing this in-game, then select “reload cheat database” in the cheat in-game menu, if not, just load the game as shown above.

    Creating your own cheats

    Although CW Cheat comes with it’s own cheat searcher, I DO NOT recommend using this… it’s really slow (no offense to the author), you’d be better off using a program for windows called ArtMoney. Download it here:

    http://www.artmoney.ru/e_download.htm

    Now on to the procedure:

    1) Run the game, and once it is running, press and hold select to launch the “cheat in-game menu”
    2) On “Enable Dump Function” change it to Y
    3) Return to game
    4) Now take note of the value you want to cheat on (e.g. money, note down the specific amount)
    5) It’s time to take a dump…. Erm, a memory dump! Press and hold the square button, release only when you see on-screen-message “dumping”. This will take about an hour…. On the Cheat Searcher!!!! ArtMoneY does this in a minute! (make sure you have a lot of space on the memstick, dumps may use up more than 10MB!!!)
    6) First dump has been created, now return to game and change something on the value you want to cheat (e.g. money – spend on something, gain more) and also take note of the value.
    7) Again, take a dump! Press and hold the square button! You now have two dumps!
    8) Repeat steps 6 and 7 to create a 3rd dump.
    9) Connect PSP to PC. Run ArtMoney on PC
    10) In the search menu ArtMoney, hit SEARCH>OBJECT> FILE(S)(when you run ArtMoney, it’s defaulted to search in a program running on the PC, we want it to run a search your dumps)
    11) On the file field, browse through your memsrick and choose MEMDUMP0.DMP (this will be the first dump you created)
    12) Search for the amount you noted in step 4. It will now return a series of hits that does not mean anything to you. (this will be on the left panel)
    13) On the file box, browse through and go to MEMDUMP1.dmp, hit FILTER, then enter the value you noted on the second dump (value noted on step 6)
    14) The series will now be lesser, do the same for the last dump (MEMDUMP2.dmp) and you will now see that the series is now down to one, take note of this number as you will need to enter this in the cheat database. (if after 3 dumps, your search is still not down to 1, keep on repeating steps 6 and 7 to create a 4th, 5th dump, etc… the more dumps, the more accurate your search)
    15) Create the cheat, a cheat will be in this format:

    0x00000000 0x0000000

    - the first set of zeros will be the number you found in ArtMoney, just replace the last zeros with the number returned by ArtMoney (e.g. if number returned by artmoney is 45678, then it should be made to 0x00045678)

    the first number after x should be:

    0 = if the value you are changing is 8-bit (maximum 255) e.g. 0x00045678
    1= if the value you are changing is 16-bit (maximum 65535) e.g. 0x010045678
    2= if the value you are changing is 32-bit (maximum 429467295) e.g. 0x20045678
    (thanks to Haruyuki for this info!)

    *most stat values in RPGs is 8-bit, money values are most of the time 16-bit, if not 32-bit

    - the second set of zeros will be the value you want to change it to:

    -Open windows calculator, hit view>scientific
    -type in the amount desired (e.g. 99)
    - click on the HEX radio button, it now changes to the HEX value (e.g. 63)

    If this is an 8-bit value, then your cheat will be 0x00045678 0x00000063

    Here are the maximum values:
    8-bit = 0x000000FF = 255
    16-bit = 0x0000FFFF = 65535
    32-bit = 0xFFFFFFFF = 429467295

    - Just make sure that there are 8 digits after the “x” in both strings of numbers

    16) Now on the PSP folder, open the DH folder, and open the file Cheats.db on a Unix compatible text editor. This is what I use to edit: You can use WordPad in Windows to edit
    17) You will now enter the cheat, if its an existing game and you want to add a cheat, just add another line to the game listed in the database (make sure you got the correct serial) in this format

    _C Cheat Name (for v0.1.2 the format is: _C# Cheat Name --> the # can either be 0 - disabled; 1 - enabled)
    _L 0x00000000 0x00000000 (enter the cheat you made here)

    18) If it’s a new game, then add this to the last line

    _S ULUS-12245 (game serialnumber - shown on savegame title or in the cheat in-game menu)
    _G Game Title
    _C Cheat Name #1 (for v0.1.2 the format is: _C# Cheat Name --> the # can either be 0 - disabled; 1 - enabled)
    _L 0x00000000 0x00000000 (cheat created in number 15)
    _C Cheat name #2 (if any)
    _L 0x00000000 0x00000000 (if any)

    19) Warning: making changes to the cheat database may ruin it! But don’t worry, you can always download it!
    20) Submit any working game cheat to http://cwcheat.zioale.it/
    21) Enjoy your cheat!!!!!
     
  2. Thandakid

    Thandakid Member

    Joined:
    Aug 7, 2006
    Messages:
    0
    Likes Received:
    0
    Trophy Points:
    10
    if u have dont get the required software pm me ur mail id i will sen it
     
  3. Bladework

    Bladework Regular member

    Joined:
    Jul 17, 2006
    Messages:
    290
    Likes Received:
    0
    Trophy Points:
    26
    thanks a lot!! i really wanted to use it but it seemed complicated but now it looks easy i'll try it now!!
     
  4. Thandakid

    Thandakid Member

    Joined:
    Aug 7, 2006
    Messages:
    0
    Likes Received:
    0
    Trophy Points:
    10
    pls do try it and let me know the results
     
  5. kings_21

    kings_21 Member

    Joined:
    Aug 11, 2006
    Messages:
    24
    Likes Received:
    0
    Trophy Points:
    11
    can u tell frm where 2 download cw cheat device
     
  6. Thandakid

    Thandakid Member

    Joined:
    Aug 7, 2006
    Messages:
    0
    Likes Received:
    0
    Trophy Points:
    10
    u can have it frm psp-hacks u will get it easily there
     
  7. barnesy91

    barnesy91 Regular member

    Joined:
    Jul 20, 2006
    Messages:
    843
    Likes Received:
    0
    Trophy Points:
    26
    Did you write this tutorial??
     
  8. Thandakid

    Thandakid Member

    Joined:
    Aug 7, 2006
    Messages:
    0
    Likes Received:
    0
    Trophy Points:
    10
    secret but u r nearly right
     
  9. TheSKuLL

    TheSKuLL Guest

    6) First dump has been created, now return to game and change something on the value you want to cheat (e.g. money – spend on something, gain more) and also take note of the value.

    This guide sucks. Where are you supposed to change the values once the game begins. That's not very specific.
     
  10. treyooi

    treyooi Member

    Joined:
    Jun 8, 2007
    Messages:
    1
    Likes Received:
    0
    Trophy Points:
    11
    hi i`m Trey here ...
    i got some problem to ask... why i cant`t lognin to this http://cwcheat.zioale.it/ address....??? u know why???? if i use CW Cheat database editor also can`t download the official database...
     
  11. slayer191

    slayer191 Member

    Joined:
    Jun 18, 2007
    Messages:
    6
    Likes Received:
    0
    Trophy Points:
    11
    heres my email noemailallowed@nevernever.com can u send me the folder of the cw cheat and everything in the proper folders plz it says when i run cw cheat and then use install that its unable to open the pspbtcn-game.txt plz help
     
    Last edited: Nov 11, 2007
  12. RPGluv

    RPGluv Guest

    Where can you download CWcheat now? because the website is a dead link.
     
  13. Xan21

    Xan21 Regular member

    Joined:
    Jul 18, 2006
    Messages:
    149
    Likes Received:
    0
    Trophy Points:
    26
    Amazing Tut thanks so much!
     
  14. FirD

    FirD Guest

    can i run the cw cheat using custom fw like 3.71M33-2.if does how?....
     
  15. JakeSucks

    JakeSucks Member

    Joined:
    Nov 10, 2007
    Messages:
    4
    Likes Received:
    0
    Trophy Points:
    11
    can you send me the files for cw cheat, i down loaded it but when i try to run the instalelr it says that the dh folder cant be opened.
    my email is noemailallowed@nevernever.com
     
    Last edited: Nov 11, 2007
  16. lackadaiz

    lackadaiz Guest

    I'm confused....which files am i suppose to copy into /PSP/GAME ??? after downloading cwcheats...these are all the files i have gotten after i download cwcheats...please advise...

    [​IMG]
     
  17. binkie7

    binkie7 Moderator Staff Member

    Joined:
    Feb 12, 2005
    Messages:
    18,496
    Likes Received:
    0
    Trophy Points:
    116
    @slayer191 - way late but post edited and email addy removed.

    @JakeSucks -edited out your email too - not allowed.
     
  18. zap_rahul

    zap_rahul Guest

    hey could u tel me how you got such icons which OS is that??

    edited by binkie7 - quoting the image threw the page off :)
     
    Last edited by a moderator: Nov 27, 2007
  19. CherryBoi

    CherryBoi Member

    Joined:
    Nov 29, 2007
    Messages:
    2
    Likes Received:
    0
    Trophy Points:
    11
    ??omg im so confused??
    i have v3.72 on my psp and ive DL CWCheat but cant get it to work
    tryed a downgrade (which fucked up my psp so i had 2 get a new 1)lol
    can some 1 please help me install this thing coz im ??clueless??
    if u will; add me on msn noemailsallowed
    ty
     
    Last edited: Dec 1, 2007
  20. binkie7

    binkie7 Moderator Staff Member

    Joined:
    Feb 12, 2005
    Messages:
    18,496
    Likes Received:
    0
    Trophy Points:
    116
    @CherryBoi
    Guess you missed my post above and then there's the rules :) (link in my sig)
    No emails allowed so post edited and removed.
     

Share This Page