NetCheat 3.0: Adds Plugins, Faster Bug Fixing, and Theme Support - Are you a serious DEX PS3 debugger? NetCheat 3.0 allows real-time bug fixes and support for brand new plugin files!
Cheating on DEX firmware is a task reserved for the most advanced of scene members. NetCheat is designed for those select fine folks. At it's core, this is a tool meant to establish communication between a computer and your PS3. Once the connection has been established, users can add new code while the content is being played. In version 3.0 you can compile your own plugins to perform certain commands. You'll also be able to use keybinding and have better search options for locating issues.
Faster results list refreshing
Multiple searching bug fixes
Faster dumping
Keybinding
Theme selection
Custom plugins
Search stopping (keeps the results in the results list and allows Next Scan)
Deleting results
Plugins:
Plugins are just User Controls compiled into a dll that NetCheat puts on a form and utilizes. It has the ability to read from, write to, and constantly write to the memory. It also has a few functions that may be useful for certain situations.
Creating a plugin is fairly easy. Since this is messy and no one likes text tutorials, I will make a video soon. You should also look at the Kingdom Hearts 1.5 plugin for help.
Create a new Class Library in VS 2008+.
Set the .NET framework to 3.5.
Add a reference to PluginInterface.dll and import the Plugin.cs from the Plugin Default directory.
Modify the Plugin.cs accordingly and then add a User Control.
Call the User Control ctlMain and in it add the following declaration "public static IPluginHost NCInterface = null;".
Then at the top of ctlMain, add the following namespace: "using PluginInterface;".
Make sure that the namespace in Plugin.cs matches the namespace of ctlMain.
Otherwise they won't be able to interact.
From there you can just make a GUI and such just like a windows form.
Be sure to change the output directory to NetCheat PS3's plugins folder!
Also, every time you build the plugin.dll you must close NetCheat.
Memory Ranges:
Each game uses different regions of the memory so, for full optimization, it is best to document these regions. As far as I know the only way to do this is to go through the memory in the Debugger and find the regions with a ton of 0xD's.
Pad format (jokers):
JokerThat PS3 outputs only one way: ab00cd. Some games have different formats, and others a different order. For now, if your game has its pad format something like 00abcd, then you will have to change the order yourself. Sorry.
The format and codetypes are better explained in the Code types.txt.
In fact I'm not going to explain it at all since you can just read that text file.
Keep in mind jokers have to be constantly written to work.
Searching:
Searching (scanning) has the ability to store all the results in a listview so that you can search again (Next Scan) through those results for an updated value. You can then delete, refresh, and copy those results.
NetCheat PS3 also supports dumping. Unlike the debugger, you can dump outside of the game's memory without error.
Refreshing:
There are two ways that you can refresh the results. One is to refresh each item by getting the values from the PS3. The other is to update the values by getting them from the dump.txt. For the most part you will only need to refresh the results from the PS3 (hence the big button to refresh from the PS3). The only use I know of for the refresh from dump.txt is the following trick:
Say you want to save your search results so that you can return to looking for that value you want to find later.
What you'd do is copy the dump.txt file in the directory of NetCheatPS3.exe and rename it to something more descriptive.
When you want to load it back up you'd open NetCheat and then copy the saved file back to the directory of NetCheat.
Rename it to dump.txt and go back to NC PS3.
From there you would click on the results listview and press Ctrl-R.
That will load the dump into the listview and all will be well.
NOTE: NetCheat deletes the dump.txt when it closes so save it before you close the tool.
Scan comparison types:
Equal
Not Equal
Less Than
Less Than Or Equal
Greater Than
Greater Than Or Equal
Value Between -- Next Scan Only --
Increased By
Decreased By
Scan value types:
1 byte
2 bytes
4 bytes
8 bytes
Text (String)
If you want to search for a value greater than 8 bytes, you can just convert the value to a string and search for that.
Credits:
Written by Dnawrkshp
Concept by Veritassdg / Renton
Help from Badger41
Like it? Share with your friends!
If you got an error while installing Themes, Software or Games, please, read FAQ.
Similar Software:
Control Fan Utility 1.10: An Alexander Mod With Coolness in Mind Control Fan Utility 1.10: An Alexander Mod With Coolness in Mind - Following up on his Iris Manager release, Alexander is back with a small update to Control Fan Utility. Guess what? It supports CFW 4.50!
If you fear that your PS3 will one day be rendered useless by a YLOD, check out this awesome mod by Alexander
E3 Nor dump checker E3 Nor dump checker
The team of PS3 developers from E3-Tech has released something that will all of you who have bricked your PS3's.A The tool is called the E3 NOR Dump Checker and it was released yesterday
Rogero Flash Auto Patcher Rogero Flash Auto Patcher
Want to flash to the latest Rogero custom firmware? This tool will make the process painless!
Yesterday Rogero released the very first version of his 4.46 custom firmware. Alongside that comes this slightly updated tool designed to give users quick-flash access to his new work
Factory Service Mode Tool Factory Service Mode Tool
As if the RSOD fix wasn't enough.A CrashSerious is out to do some serious good for the PS3 Scene and you will definitely want to check out Factory Service Mode Tool v0.1.A So let's get to it.A This tool will let a Jailbroken PS3 to not need the assistance of a JIG to go to Factory/Service Mode
Memdump Memdump
Big news for any PS3 devs out there who are looking for an easy way to dump the PS3 memory.A Thanks to some very hard work by developer an0nym0us you now have a tool to dump your Lv1, Lv2, NAND/NOR Flash and eEID.A And what's even better about this tool is that the process works from your XMB.A One important thing to keep in mind is that memdump v0
Controls Added for 3D Video: multiMAN If you haven't been keeping up to date with what's new for multiMAN (mmCM) the Multifunctional Tool for your PS3 then you will be impressed with the tremendous work the deank and the Cobra Team have done lately
Psykosis JB to ISO Mass Conversion Psykosis JB to ISO Mass Conversion
Need to turn your favorite PS3 backups into ISO files? Check out this popular mod by Klahjn!
Klahjn's Psykosis JB to ISO Mass Conversion is a tool designed to help users accurately and easily create bootable ISO files for custom firmware
BwE NOR Validator BwE NOR Validator
Here is something useful for those of you in the PS3 scene.A BwE NOR Validator is out with some major updates.A In this latest version which is 1.09 issues with the metldr, bootldr and CoreOS have been resolved.A Also there are now more than 220 validations to make sure you corruption checks are good to go
EXT GAME DATA LOADER EXT GAME DATA LOADER
If you are one of the many people who uses more than one external HDD with your PS3 and have been using the gameDate.pkg that was released several weeks ago than homebrew developer Jay-Jay has an update that you will find useful
Comments on NetCheat 3.0: Adds Plugins, Faster Bug Fixing, and Theme Support:
Comments not found
If you noted an error or download link is broken, please, report it via this page or use comments.
Please, select device to check if NetCheat 3.0: Adds Plugins, Faster Bug Fixing, and Theme Support supports it