EmuNewz Network

Full Version: Using CWcheats?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
Hey, for some reason, CWcheats aren't working for me. I am using the latest build.

For example, when playing Persona 3, I used a code from a website and it worked just fine. However: When I input the same code a few days later and close the window, the code, for more EXP, does not seem to activate. I open the 'Cheat' window, and there is nothing there, even though I have already activated the cheat. I have tried adding said code prior to and after running the game, and it does not work.

Also, how can we input more then one code? For example, a 'Max Items' code has quite a few lines, though this cheat window only allows for one. I know it is possible, because I've seen in this forum others posting their success with activating codes such as this. However.. I cannot seem to figure out how.

Assistance please? Thanks!
Oh, I believe I figured it out.. Input code first.. THEN tick the 'on' button. Thanks to no-one for their help.
Really, I can input the codes while playing on the fly. Not all codes work. Simple codes like X amount of money work but exp or drop rate codes that need more work don't seem to activate at all. It kinda of random for me.
(04-08-2011, 11:40 PM)beanclr Wrote: [ -> ]Really, I can input the codes while playing on the fly. Not all codes work. Simple codes like X amount of money work but exp or drop rate codes that need more work don't seem to activate at all. It kinda of random for me.

Ah, yes. A lot of the CWCheats codes weren't implemented back when I added cheat support. This was due to their nature (some need to keep changing code, others have timers), but since we have a much better asynchronous support now, this came back to my TODO list again. Only the most basic joker codes were implemented, since those are the most common in games, but I plan to implement all of them, regardlessly of their usage. Wink
Oh that great. Thanks for the replie.
oh waiting too.
Hykem, want to ask code like format below has been implemented on Jpcsp or not?

ALL PARTS 99
0x4055B8B0 0x002E0001
0x00630063 0x00000000

Exp + kill
0x4069F6BC 0x02CA0026
0xFFFFFFFF 0x00000000

PP 99999
0x4069F68C 0x02CA0026
0x0001869F 0x00000000

PP 9999
0x8069FA1C 0x024B004C
0x1000270F 0x00000000

i try code FFFFFFFF has an error on command prompt.
Ok, as of r2097, more work has been done on CWCheat support.

Turns out, the 0xFFFFFFFF is related to the 0x4 joker code known as the "patch code" used to change several memory addresses at once.
This particular command, as well as many other missing ones, have been now implemented in r2097.

Could you please test them again? Thanks! Smile
Jpcsp r2097
Hykem,codes still not work.

Code:
All Parts x99
0x4055B8B0 0x002E0001
0x00630063 0x00000000
Exception in thread "HLECheatThread" java.lang.ArrayIndexOutOfBoundsException: 2
at jpcsp.GUI.CheatsGUI$CheatsThread.run(CheatsGUI.java:159)

EXP + Kill
0x4069F6BC 0x02CA0026
0xFFFFFFFF 0x00000000
Exception in thread "HLECheatThread" java.lang.ArrayIndexOutOfBoundsException: 2
at jpcsp.GUI.CheatsGUI$CheatsThread.run(CheatsGUI.java:159)

PP 9999 (or above)
0x8069FA1C 0x024B004C
0x1000270F 0x00000000
Exception in thread "HLECheatThread" java.lang.NumberFormatException: For input
string: "8069FA1C"
at java.lang.NumberFormatException.forInputString(Unknown Source)
at java.lang.Integer.parseInt(Unknown Source)
at jpcsp.GUI.CheatsGUI$CheatsThread.run(CheatsGUI.java:48)

Hykem do you not add an option on cwcheat to copy&paste all codes if has a lot codes like these.so we can input codes not one by one. if possible.
Hero Max Status
0x206B56B0 0x019003E7
0x206B56B4 0x01900190
0x206B56B8 0x01900190
0x106B56BC 0x00000190
0x206B56C4 0x01900190
0x206B56C8 0x01900190
0x206B56CC 0x01900190
(04-22-2011, 12:41 AM)dista_bagus Wrote: [ -> ]Jpcsp r2097
Hykem,codes still not work.

Code:
All Parts x99
0x4055B8B0 0x002E0001
0x00630063 0x00000000
Exception in thread "HLECheatThread" java.lang.ArrayIndexOutOfBoundsException: 2
at jpcsp.GUI.CheatsGUI$CheatsThread.run(CheatsGUI.java:159)

EXP + Kill
0x4069F6BC 0x02CA0026
0xFFFFFFFF 0x00000000
Exception in thread "HLECheatThread" java.lang.ArrayIndexOutOfBoundsException: 2
at jpcsp.GUI.CheatsGUI$CheatsThread.run(CheatsGUI.java:159)

PP 9999 (or above)
0x8069FA1C 0x024B004C
0x1000270F 0x00000000
Exception in thread "HLECheatThread" java.lang.NumberFormatException: For input
string: "8069FA1C"
at java.lang.NumberFormatException.forInputString(Unknown Source)
at java.lang.Integer.parseInt(Unknown Source)
at jpcsp.GUI.CheatsGUI$CheatsThread.run(CheatsGUI.java:48)

Hykem do you not add an option on cwcheat to copy&paste all codes if has a lot codes like these.so we can input codes not one by one. if possible.
Hero Max Status
0x206B56B0 0x019003E7
0x206B56B4 0x01900190
0x206B56B8 0x01900190
0x106B56BC 0x00000190
0x206B56C4 0x01900190
0x206B56C8 0x01900190
0x206B56CC 0x01900190

Just like you suggested, I've changed the CheatsGUI in r2098. Now the text area is freely editable, so you can copy and paste anything into it.
I've also removed the previous buttons and added a "Clear" button just to erase all the contents at once.
When the On/Off button is toggled the text area won't be editable anymore, so you need to disable the On/Off button to stop the cheats' thread, insert new cheats and then turn it on again.
I've also fixed a bunch of bugs related to the number and line formats, so it should probably be working better now. Wink
Thanks for testing! Smile
Thanks, Hykem. now codes work & can copy & paste anything into it.Big Grin
Pages: 1 2 3