The above video goes away if you are a member and logged in, so log in now!




 
Would you like to get all the newest Gaming News from
QJ.NET in your email each day?




Want to learn more about the team who brings you the QJ news?

Read about them now!

 


Page 16 of 25 FirstFirst ... 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 LastLast
Results 451 to 480 of 725

[RELEASE] CWCHEAT for POPS and PSP GAMES

This is a discussion on [RELEASE] CWCHEAT for POPS and PSP GAMES within the PSP Development Forum forums, part of the PSP Development, Hacks, and Homebrew category; Here it is a new version of cwcheat: 0.1.8 REV.A. This revision is mainly pointed towards cheat searching as the ...

  
  1. #451
    QJ Gamer Silver
    Points: 8,976, Level: 63
    Level completed: 76%, Points required for next Level: 74
    Overall activity: 0%

    Join Date
    Sep 2005
    Posts
    480
    QJ Pts
    8,976
    Level
    63
    Downloads
    0
    Uploads
    0

    Default

    Here it is a new version of cwcheat: 0.1.8 REV.A.
    This revision is mainly pointed towards cheat searching as the memory editor is now more flexible being possible to costumize it trough the cwcheat config files by modifying the number of bytes shown and if the ascii interpretation should be shown in the right of it.
    The other interesting big function is the text searcher which will let the user search for texts up to 30 chars in ASCII/UNICODE/ASCII+UNICODE and with a case sensitive/unsensitive search.
    The third interesting thing is that now it's possible to rename cheats in the cheat selection screen (with the same input system as the one used in the text search system).
    Then there are also other little things which you will be able to find in the changelog.

    Enjoy

    Download

    Code:
    CHANGELOG:
    
    
    0.1.8 REV. A RELEASE
    =====================
    - [ALL] now there is an header with the index (addr, +byte, ASCII) in the memory editor
    - [ALL] now it's possible to choose if ASCII should be shown on screen in the memory editor with ASCII ENABLE = 0/1 in the 
            CWCHEAT.INI/CWCHEATPOPS.INI
    - [ALL] now it's possible to choose the number of bytes shown on screen in the memory editor (0-13 with ASCII enabled, 0-17 
            with ASCII disabled)with MEMEDIT BYTES= # where # is the number of bytes
    - [ALL] added checks in the memory editor for the starting adress to avoid going out of range
    - [ALL] added effectively L/R scrooling support in the memory editor. they will scroll of -/+ 0x10000
    - 0000017 [ALL] added a simple text insertion method which you can navigate with LEFT/RIGHT and change text with UP/DOWN. 
            Middle dots are considered end of line, everything modifyied after then will be discarded.
    - 0000017 [ALL] Now it's possible to edit cheat names. To do so press R TRIGGER + CROSS while selecting the cheat name you
            want to change. To discard changes press O (or X if you swapped buttons) and to confirm changes press X
            (or O if you swapped buttons)
    - [ALL] now the cheat search menu will allow the user to press UP when selecting the first option to get to the latest one
            and viceversa (just like most of the other menus)
    - [ALL] new options in the cheat search menu: start text search and continue cheat search. They are meant to start and
            continue a search for a text
    - 0000017 [ALL] Added a text search system. It supports up to 30 chars, and can search ASCII/UNICODE/ASCII+UNICODE 
                    encoding and can be case sensitive/unsensitive
    - [ALL] The text search system can autosense if it has to make unicode or ascii codes (unicode codes skips the second byte).
    	A codeline is made for each char and the current char is copied as value.
    - [ALL] changed the space used by the db reading functions to <= 128kb (this space is alloched during bootup and freed after
            that)

  2. #452
    Ph0t0sh0pped
    Points: 5,414, Level: 47
    Level completed: 32%, Points required for next Level: 136
    Overall activity: 0%

    Join Date
    Apr 2007
    Posts
    957
    QJ Pts
    5,414
    Level
    47
    Downloads
    0
    Uploads
    0

    Default

    nice release man :) gj
    [CENTER][COLOR=Black][U][I][B]Oldskool Fat PSP's PWN[/B][/I][/U][/COLOR]
    [IMG]http://img162.imageshack.us/img162/8498/pumpupthestereocopywz3.png[/IMG]
    [SIZE=1][COLOR=White][U][I]Thnx ********** for 1 year premium :)
    [/I][/U][/COLOR][/SIZE]

    [/CENTER]

  3. #453
    QJ Gamer Silver
    Points: 8,976, Level: 63
    Level completed: 76%, Points required for next Level: 74
    Overall activity: 0%

    Join Date
    Sep 2005
    Posts
    480
    QJ Pts
    8,976
    Level
    63
    Downloads
    0
    Uploads
    0

    Default

    the download link was wrong now it's fixed sorry for the trouble

  4. #454
    Ph0t0sh0pped
    Points: 5,414, Level: 47
    Level completed: 32%, Points required for next Level: 136
    Overall activity: 0%

    Join Date
    Apr 2007
    Posts
    957
    QJ Pts
    5,414
    Level
    47
    Downloads
    0
    Uploads
    0

    Default

    it worked for me :) got 0,1,80 now
    [CENTER][COLOR=Black][U][I][B]Oldskool Fat PSP's PWN[/B][/I][/U][/COLOR]
    [IMG]http://img162.imageshack.us/img162/8498/pumpupthestereocopywz3.png[/IMG]
    [SIZE=1][COLOR=White][U][I]Thnx ********** for 1 year premium :)
    [/I][/U][/COLOR][/SIZE]

    [/CENTER]

  5. #455
    QJ Gamer Silver
    Points: 8,976, Level: 63
    Level completed: 76%, Points required for next Level: 74
    Overall activity: 0%

    Join Date
    Sep 2005
    Posts
    480
    QJ Pts
    8,976
    Level
    63
    Downloads
    0
    Uploads
    0

    Default

    And here it is a new version of cwcheat: 0.1.8 REVB.
    there were a lot of additions and fixes in this version.
    First of all a last minute fix for the new 3.51m33 firmware (the package was already ready yesterday... but well..) which is pratically restoring the way cwcheat loaded some versions ago.
    Plus now it's available a new disassembler accessible from the cheat search menu which can also make cheats, shows adresses in absolute mode and other little things :)
    Even the memory editor was improved with little things making it easier to use.
    Finally there were some fixes for unchecked cases in the fps counter (which could lead to a crash), in the diff search, and other little things you will be able to find in the changelog.

    Enjoy :)

    DOWNLOAD

    Code:
    CHANGELOG:
    
    
    0.1.8 REV. B RELEASE
    =====================
    
    - [ALL] now the selected row and column are marked to allow easier use of the memory editor
    - [ALL] added a check aganist a case were a firmware function could return a NULL pointer making cwcheat crash the psp
            with the FPS counter enabled in some games when showing videos
    - 0000023: [ALL] fixed the position of data entry lines when float was selected with the diff and fixed value searches
    - 0000015: [ALL] added some checks in the diff search about unopenable/incomplete file to prevent crash during search when 
                     the ms is full
    - [ALL] now when you leave the memory editor if you return to it from the cheat search menu it will go were you left it
            the last time
    - [ALL] now it's possible to remove spaces in the memory editor by using MEMEDIT SPACE= # where # is 0 if you want to remove
            spaces and see the dump continuous (this will allow to have up to 23 bytes shown/line if ascii is disabled and up
            up to 17 bytes shown/line if ascii is enabled) and 1 if you want to have a space beetween the bytes
    - [ALL] Added a disassembler
    - [ALL] The disassembler can create 32bit codes starting from the currently selected adress with CROSS
    - [ALL] The disassembler will allow to scrool of +1/-1 istructions (+4/-4bytes) with DOWN/UP and
            +1000/-1000 bytes with R/L
    - [ALL] The disassembler can show either relative and not relative adresses in the adress column you can change this option
            by DISASM AABSL = 0/1 if 0 it will show the relative adresses just like the other modes else it will show the
            absolute ones. In any case internally the adresses will still be managed as relative so cheat making won't be
            affected by this option and will work regularly
    - [ALL] The disassembler can show values(normally offsets or adresses) also in hex if DISASM HEXVAL= is set to 1 in the
            configuration file
    - [ALL] When you leave the disassembler if you return to it from the cheat search menu it will go were you left it
            the last time
    - [GAME] Removed improvement to support 3.40OE as they made 3.51 completely incompatible and restored older startup systems
             (cwcheat will startup later for now)

  6. #456
    lol
    Points: 20,859, Level: 91
    Level completed: 2%, Points required for next Level: 491
    Overall activity: 0%

    Join Date
    Aug 2006
    Location
    Whittier, CA
    Posts
    5,791
    QJ Pts
    20,859
    Level
    91
    Downloads
    0
    Uploads
    0

    Default

    Very good work weltall

  7. #457
    Points: 3,100, Level: 34
    Level completed: 34%, Points required for next Level: 100
    Overall activity: 0%

    Join Date
    Jul 2007
    Posts
    1
    QJ Pts
    3,100
    Level
    34
    Downloads
    0
    Uploads
    0

    Default

    Hey there as you can see I am completly a nOOb(and a idiot too)
    I downloaded CWCheat 0.1.8 REVB an I can't get it to work
    Can someone please give me a detailed tutorial on how to install this?

    Thanks in advance!

  8. #458
    QJ Gamer Silver
    Points: 8,976, Level: 63
    Level completed: 76%, Points required for next Level: 74
    Overall activity: 0%

    Join Date
    Sep 2005
    Posts
    480
    QJ Pts
    8,976
    Level
    63
    Downloads
    0
    Uploads
    0

    Default

    did you check the readme. if you scrool down just before the changelog there are the install methods for SE/OE/M33/whathevercfw and devhook.
    that's schematic if you want there is a version of it which is more discorsive into the wiki http://cwcheat.consoleworld.org/wiki/
    if you still have problems let me know were you can't understand.

  9. #459
    QJ Gamer Silver
    Points: 8,976, Level: 63
    Level completed: 76%, Points required for next Level: 74
    Overall activity: 0%

    Join Date
    Sep 2005
    Posts
    480
    QJ Pts
    8,976
    Level
    63
    Downloads
    0
    Uploads
    0

    Exclamation CWcheat 0.1.8 REV.D RELEASED

    Here it is a new version of cwcheat: 0.1.8 REV.C
    This new version added a nice option to clear memory card in pops: usefull if you don't want saves from the old cd when loading the save made at disk switch. The disassembler now can also use the shortcut rappresentation ($ in front of values/adress and not in front of registers) to enable this add DISASM SHRCUT= 1 in the config file.
    Also new code types were added: the reverse pointer codes. They work just like normal pointer codes but in reverse: While normal pointer codes sums the offset these subtracts it.
    The last interesting function is that now it's possible to edit directly values in ram with the memory editor without having to make a cheat to do so.
    Finally for the fixes now the difference search is working again as the last version didn't continue search but just exit to the cheat search menu.

    Enjoy :)

    Download

    Code:
    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

  10. #460
    is ORGASMIC!!
    Points: 13,224, Level: 74
    Level completed: 94%, Points required for next Level: 26
    Overall activity: 0%

    Join Date
    Dec 2006
    Location
    SF, CA
    Posts
    2,422
    QJ Pts
    13,224
    Level
    74
    Downloads
    0
    Uploads
    0

    Default

    Thanks again

  11. #461
    QJ Gamer Bronze
    Points: 3,647, Level: 37
    Level completed: 98%, Points required for next Level: 3
    Overall activity: 0%

    Join Date
    Nov 2006
    Posts
    5
    QJ Pts
    3,647
    Level
    37
    My Mood
    Cool
    Downloads
    0
    Uploads
    0

    Default

    Hey wetall, love cwcheat but it seems to always crash games when i use 0.1.8 rev-c but not when i use 0.1.8 rev-b. Im using 3.40OE-A and i know i have it set up right. Is the rev-c for 3.51m33 only?

  12. #462
    QJ Gamer Silver
    Points: 8,976, Level: 63
    Level completed: 76%, Points required for next Level: 74
    Overall activity: 0%

    Join Date
    Sep 2005
    Posts
    480
    QJ Pts
    8,976
    Level
    63
    Downloads
    0
    Uploads
    0

    Default

    it seems so. it's only 3.5xm33
    but as i didn't touch anything in the boot mode from b to c the most probable problem is the size of the prx as oe takes much more space in ram than m33 fw.
    so try the lite version.
    i have NO way to test other firmwares than the latest one as i don't have another psp.
    maybe the next version will work as i've improved compatibility (at least with m33)
    Last edited by weltall; 07-26-2007 at 02:06 AM.

  13. #463
    Points: 3,454, Level: 36
    Level completed: 70%, Points required for next Level: 46
    Overall activity: 0%

    Join Date
    Jan 2007
    Posts
    7
    QJ Pts
    3,454
    Level
    36
    Downloads
    0
    Uploads
    0

    Default

    doesn't seem to work on 3.52 m33...

    with it enabled game launch to a black screen and nothing more...

    thanks though, this is a slick app, hope it becomes 3.52 compatible...

  14. #464
    QJ Gamer Silver
    Points: 8,976, Level: 63
    Level completed: 76%, Points required for next Level: 74
    Overall activity: 0%

    Join Date
    Sep 2005
    Posts
    480
    QJ Pts
    8,976
    Level
    63
    Downloads
    0
    Uploads
    0

    Default

    works fine here. and the same goes for all my betatesters...
    at least the development version

  15. #465
    Points: 3,445, Level: 36
    Level completed: 64%, Points required for next Level: 55
    Overall activity: 0%

    Join Date
    Jan 2007
    Posts
    3
    QJ Pts
    3,445
    Level
    36
    Downloads
    0
    Uploads
    0

    Default

    Quote Originally Posted by PermanentPress
    doesn't seem to work on 3.52 m33...

    with it enabled game launch to a black screen and nothing more...

    thanks though, this is a slick app, hope it becomes 3.52 compatible...
    I have the same problem with GTA:LCS and Loco Roco. i'll test some other games later.

    Update:

    Here is my non working list:

    GTA:LCS (first edition)
    Metal Slug
    Prince of Persia Revelations
    Tony Hawks Underground 2
    Tekken (sometimes ???)
    Mortal Kombat Unchaind
    Star Wars - LA
    Lego Star Wars
    Loco Roco
    Last edited by Nethopper; 07-27-2007 at 06:04 AM.

  16. #466
    QJ Gamer Bronze
    Points: 5,404, Level: 47
    Level completed: 27%, Points required for next Level: 146
    Overall activity: 0%

    Join Date
    Nov 2006
    Posts
    814
    QJ Pts
    5,404
    Level
    47
    Downloads
    0
    Uploads
    0

    Default

    For me LocoRoco works but not Tekken: Dark Resurrection (Asia).

  17. #467
    Points: 3,454, Level: 36
    Level completed: 70%, Points required for next Level: 46
    Overall activity: 0%

    Join Date
    Jan 2007
    Posts
    7
    QJ Pts
    3,454
    Level
    36
    Downloads
    0
    Uploads
    0

    Default

    Quote Originally Posted by weltall
    works fine here. and the same goes for all my betatesters...
    at least the development version
    well it works somewhat now...

    if i enable one of the 'no umd' drivers the games launch fine and cwcheat seems to work...

    but when i do a difference scan, on the first scan for a difference it freezes while it says 'searching...' and i have to turn off the psp...

  18. #468
    QJ Gamer Silver
    Points: 8,976, Level: 63
    Level completed: 76%, Points required for next Level: 74
    Overall activity: 0%

    Join Date
    Sep 2005
    Posts
    480
    QJ Pts
    8,976
    Level
    63
    Downloads
    0
    Uploads
    0

    Default

    With this release i will switch to the 0.1.9 series. From the next version up to 0.2.0 the main focus will be fixes and optimizations.
    With this release I've improved the text reader, which now can load one text file for each game and it's loaded from ms0:/seplugins/cwcheat/text/ and it's called as GAMEID.txt (where gameid is the one shown on the top of cwcheat menu, just like how memory cards and the db works), plus now every time the user exits from the text reader the position will be saved so the next time it's opened it will be were it was left.
    Another interesting addition is a goto function in the memory editor which will let the user go directly were he wants without scrolling all the ram.
    The last additions are lite version of the pops and homebrew plugins and now the homebrew plugins is added in the MS_ROOT folder making installation easier.
    As for the fixes I've improved the compatibility with games (like GTA:LCS) and with the vsh by doing various modifications on the boot process. And various fixes on the memory editor and disassembler which could lead to a crash in some circumstances.

    Enjoy :)

    DOWNLOAD

    Code:
    CHANGELOG:
    
    0.1.9 RELEASE
    =====================
    
    - [ALL] now the text reader loads txt files from ms0:/seplugins/cwcheat/text/gameid.txt where game id is the id shown on
            cwcheat, it works just like memory cards or _S db entries. In this way you can store a txt file for every game.
    - [ALL] now the text reader saves the old position upon exiting, in this way everytime you return to the text reader it
            will be were you left it, even if you reload the game. It will be saved as gameid.pos in the same dir of the txt.
    - [LITE] added an homebrew only lite prx: it's called cwcheathblite.prx
    - [ALL] moved config loading from the volatile partition to the kernel partition of the ram this should allow better
            compatibility with games/homebrews/vsh. GTA: LCS is working fine now even in m33 no umd modes (np9660/m33)
    - [ALL] moved clock changing functions to the end of the cwcheat bootup process this increased compatibility with the vsh
            (now it's possible to use the homebrew prx or use R during bootup to load cwcheat even without umd and without
            freeze) and maybe also with homebrews and games
    - [ALL] added a generic function to manage all numbers insertions in cwcheat (this is mainly backend)
    - [ALL] implemented a goto function accessible with select in the memory editor: for now it's the only function using the
            generic number insertion function. (NB: it will search for the adress before the entered one alligned to the bytes 
            you can see in a line)        
    - [ALL] fixed a bug in the disassembler which could lead to it going before the user mapped area when opening it making
            it crash.
    - [ALL] now the cwcheat for homebrews can be installed easily as it's put in the MS_ROOT folder
    - [POPS] now when entering the memory editor from the cheat mod menu the adress is managed correctly
    - [ALL] now the memory editor and disassembler cleans the screen right when changing screens not only when exiting
    - [LITE] added an POPS lite prx: it's called cwcheatpopslite.prx
    - [ALL] the screen is cleared more in the disasm and memory editor to avoid parts of the memory editor, cheat modifier or
            disassembler remaining on screen
    - [ALL] fixed a bug which could make the disassembler crash when making a new cheat if entered from the memory editor while
            selecting a not 4byte alligned adress

  19. #469
    Points: 3,445, Level: 36
    Level completed: 64%, Points required for next Level: 55
    Overall activity: 0%

    Join Date
    Jan 2007
    Posts
    3
    QJ Pts
    3,445
    Level
    36
    Downloads
    0
    Uploads
    0

    Default

    Works again, thx!

  20. #470
    Points: 3,454, Level: 36
    Level completed: 70%, Points required for next Level: 46
    Overall activity: 0%

    Join Date
    Jan 2007
    Posts
    7
    QJ Pts
    3,454
    Level
    36
    Downloads
    0
    Uploads
    0

    Default

    still freezes for me on searching differences...

    hmm...

  21. #471
    QJ Gamer Silver
    Points: 8,976, Level: 63
    Level completed: 76%, Points required for next Level: 74
    Overall activity: 0%

    Join Date
    Sep 2005
    Posts
    480
    QJ Pts
    8,976
    Level
    63
    Downloads
    0
    Uploads
    0

    Default

    maybe you are searching wrongly for differences. eg: searching for equal as first search is the worst idea it will fill up your ms and take a lot of time.
    anyway consider that if it doesn't crash (watchdog triggered+10sec poweroff) it's working.
    as the psp doesn't have the ram available in a pc i can't store results in ram so it will lose a lot of time writing to ms (even if the led isn't lit)

  22. #472
    Points: 3,454, Level: 36
    Level completed: 70%, Points required for next Level: 46
    Overall activity: 0%

    Join Date
    Jan 2007
    Posts
    7
    QJ Pts
    3,454
    Level
    36
    Downloads
    0
    Uploads
    0

    Default

    well, what i'm trying to find a 'godmode' cheat in Alien Syndrome, i go to 'start a difference search' and it dumps fine, then i select Float then go and let enemies attack me, then i go to 'continue difference search' and select 'less than before' and it then it 'freezes' like i described, the ms light does not blink...

    it probably is just the lack of ram i suppose, so i guess i'll try using just dumps and search pc side...

    thanks

    edit:

    yea, i shouldn't have done a float search haha...

    works great with everything but float, thanks for this great app =)
    Last edited by PermanentPress; 07-28-2007 at 07:51 AM.

  23. #473
    QJ Gamer Silver
    Points: 8,976, Level: 63
    Level completed: 76%, Points required for next Level: 74
    Overall activity: 0%

    Join Date
    Sep 2005
    Posts
    480
    QJ Pts
    8,976
    Level
    63
    Downloads
    0
    Uploads
    0

    Default

    hum just float. well i will have a look anyway.
    in any case consider that float is slower than normal integers :)

  24. #474
    QJ Gamer Green
    Points: 6,490, Level: 52
    Level completed: 70%, Points required for next Level: 60
    Overall activity: 0%

    Join Date
    Jan 2007
    Location
    N/A
    Posts
    689
    QJ Pts
    6,490
    Level
    52
    Downloads
    0
    Uploads
    0

    Default

    Great release. Fixed it right up for me!
    [CENTER][fieldset=""][SIZE=1][URL="http://forums.qj.net/showpost.php?p=1802734"][3.71 M33 Installation][/URL] | [URL="http://forums.qj.net/showthread.php?t=114268"][3.52/3.60 M33 Installation][/URL] | [URL="http://forums.qj.net/showthread.php?t=84905"][3.40 OE Installation][/URL] | [URL="http://forums.qj.net/showthread.php?p=1620764#post1620764"][My PSP Font Converter][/URL][/SIZE]
    [/fieldset][fieldset=""][SIZE=1][URL="http://pspupdates.qj.net/"][PSP Updates][/URL] | [URL="http://dark-alex.org/"][Dark-Alex.org][/URL][/SIZE][/fieldset]
    [/CENTER]

  25. #475
    QJ Gamer Green
    Points: 3,624, Level: 37
    Level completed: 83%, Points required for next Level: 26
    Overall activity: 56.0%

    Join Date
    Jan 2007
    Posts
    63
    QJ Pts
    3,624
    Level
    37
    Downloads
    0
    Uploads
    0

    Default

    @PermanentPress:
    Make sure you have a decent amount of free space on your MS when you are doing searches since it can cause a lockup when you run out of space.

    @weltall:
    I love CWCheat! You've done an amazing job at keeping up with the constant updates to the various firmwares. Keep up the good work!
    2.60 [COLOR="Blue"]->[/COLOR] 2.71 [COLOR="Blue"]->[/COLOR] 1.50 [COLOR="Blue"]->[/COLOR] 3.01 OE-A [COLOR="Blue"]->[/COLOR] 3.01 OE-B [COLOR="Blue"]->[/COLOR] 3.02 OE-A [COLOR="Blue"]->[/COLOR] 3.02 OE-B [COLOR="Blue"]->[/COLOR] 3.02 OE-C [COLOR="Blue"]->[/COLOR] 3.03 OE-A [COLOR="Blue"]->[/COLOR] 3.03 OE-B [COLOR="Blue"]->[/COLOR] 3.03 OE-C [COLOR="Blue"]->[/COLOR] 3.10 OE-A [COLOR="Blue"]->[/COLOR] 3.10 OE-A' [COLOR="Blue"]->[/COLOR] 3.30 OE-A [COLOR="Blue"]->[/COLOR] 3.40 OE-A
    [COLOR="Blue"]->[/COLOR] 3.52 M33 [COLOR="Blue"]->[/COLOR] 3.52-2 M33

  26. #476
    Points: 3,445, Level: 36
    Level completed: 64%, Points required for next Level: 55
    Overall activity: 0%

    Join Date
    Jan 2007
    Posts
    3
    QJ Pts
    3,445
    Level
    36
    Downloads
    0
    Uploads
    0

    Default

    it really is a greate app. i just found my first cheat for GTA:LCS (EU). infinite health. the one in the db doesn't work for me.

  27. #477
    QJ Gamer Silver
    Points: 8,976, Level: 63
    Level completed: 76%, Points required for next Level: 74
    Overall activity: 0%

    Join Date
    Sep 2005
    Posts
    480
    QJ Pts
    8,976
    Level
    63
    Downloads
    0
    Uploads
    0

    Default

    Here it is a new version of cwcheat: 0.1.9 REV.A
    With this version you will now have a prx specially made for irshell which starts in homebrew mode and let you load the game id and database when you have started your game by pressing L+SELECT in the cwcheat menu.
    Other than this there are a lot of optimizations which let the prx reduce it's size by 1370bytes and the goto function is more complete, being able to accept also not "showed bytes" alligned adresses (it changes the x position of the cursor according to the adress you enter)

    Enjoy :)

    DOWNLOAD

    Code:
    0.1.9 REV.A RELEASE
    =====================
    
    - [ALL] fixed a little glitch about brightness changing at boot up even with brightness control disabled if the
            default brightness level on the config was != 0
    - [ALL] made various optimizations which made the prx go down of 1370 bytes
    - [IRSHELL] added a special prx crafted for IRSHELL. It will load in homebrew mode and you are able to switch to
                game mode by pressing L TRIGGER + SELECT on the main menu. This will load the gameid and the database.
                When you go out from the game irshell will reset so even prx will be realoded, making cwcheat restarting
                in homebrew mode.
    - [LITE] added a lite version of the build for IRSHELL
    - [LITE] lite prxs were moved to a LITE subfolder in the package to avoid having a lot of prx on the archive root directory
    - [ALL] now the cursor is positioned according to 
    the inputted adress in the goto dialog even if not alligned with
            the shown bytes per line
    - [ALL] the goto adress shown when you open it takes in consideration were you put the cursor

  28. #478
    lol
    Points: 20,859, Level: 91
    Level completed: 2%, Points required for next Level: 491
    Overall activity: 0%

    Join Date
    Aug 2006
    Location
    Whittier, CA
    Posts
    5,791
    QJ Pts
    20,859
    Level
    91
    Downloads
    0
    Uploads
    0

    Default

    Thanks for the update.

  29. #479
    QJ Gamer Green
    Points: 3,624, Level: 37
    Level completed: 83%, Points required for next Level: 26
    Overall activity: 56.0%

    Join Date
    Jan 2007
    Posts
    63
    QJ Pts
    3,624
    Level
    37
    Downloads
    0
    Uploads
    0

    Default

    If I'm understanding correctly running homebrew through IRShell is the only way to use CWCheat with it?
    2.60 [COLOR="Blue"]->[/COLOR] 2.71 [COLOR="Blue"]->[/COLOR] 1.50 [COLOR="Blue"]->[/COLOR] 3.01 OE-A [COLOR="Blue"]->[/COLOR] 3.01 OE-B [COLOR="Blue"]->[/COLOR] 3.02 OE-A [COLOR="Blue"]->[/COLOR] 3.02 OE-B [COLOR="Blue"]->[/COLOR] 3.02 OE-C [COLOR="Blue"]->[/COLOR] 3.03 OE-A [COLOR="Blue"]->[/COLOR] 3.03 OE-B [COLOR="Blue"]->[/COLOR] 3.03 OE-C [COLOR="Blue"]->[/COLOR] 3.10 OE-A [COLOR="Blue"]->[/COLOR] 3.10 OE-A' [COLOR="Blue"]->[/COLOR] 3.30 OE-A [COLOR="Blue"]->[/COLOR] 3.40 OE-A
    [COLOR="Blue"]->[/COLOR] 3.52 M33 [COLOR="Blue"]->[/COLOR] 3.52-2 M33

  30. #480
    QJ Gamer Silver
    Points: 8,976, Level: 63
    Level completed: 76%, Points required for next Level: 74
    Overall activity: 0%

    Join Date
    Sep 2005
    Posts
    480
    QJ Pts
    8,976
    Level
    63
    Downloads
    0
    Uploads
    0

    Default

    yes that's the only way as the umd isn't mounted till you start playing games and trying to access it will make the psp crash. this isn't true for older firmware than m33.
    the irshell plugin is a homebrew plugin capable of going manually in game mode


 
Page 16 of 25 FirstFirst ... 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 LastLast

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





All times are GMT -8. The time now is 09:06 PM.

Use of this Web site constitutes acceptance of the TERMS & CONDITIONS and PRIVACY POLICY
Copyright © 2013, Caputo Media, LLC. All Rights Reserved. Cluster C5.
Contact Us | Free Flash Games | Ad Blockers Suck! Why?