Symbian OS | Pocket PC | Smartphone | Android | BlackBerry | Apple iPhone OS | Java | Mobile Gaming | Linux | Palm | Win CE | Tablet  
     

Free Mobile Software, Themes, Games, Apps for PDA and Smartphones

     
Search by Device
My Device

  
Last Viewed Apps
BeanShell Interpreter for SL4A r0
tutorial matlab programer
The Game of Logic for MobiPocket Reader
HTML Viewer
Learn LISP
Learn XSLT
Animated Clock
Test OpenGL and OpenVG
Sprite Android Backup
Search by Category
Business & Profession
Databases
Dictionary & Translator
Entertainment
Finance
Games
Healthcare & Medicine
Internet & Communications
Multimedia & Graphics
Organisation & Productivity
Programming & Development
Reading
Science & Education
System Utilities
Antivirus
Archivers & Compression
Backup & Memory
Barcode Scanner
Battery
Data Storage & Encryption
Display & Flashlight
Emulators & Shells
File management
Hacks & Tweaks
Installer
Interface
Keyboard Extensions & Lock
Localization
Password Managers
Profiles
Registry
Remote connection & Consoles
Screensavers
Screenshots
Search
Security
Synchronization
System management
Task Managers & Launchers
Tests & Benchmarks
Text Editors
More
Themes & Wallpapers & Skins
Travel & Navigation
Search by Platform
Android
Apple iPhone OS
iPad
iPhone
iPod Touch
BlackBerry
Java
Linux
Maemo Nokia Internet Tablet
MeeGO
Sharp Zaurus
Mobile Gaming
Nintendo DS
Playstation 3
Playstation Portable
Wii
Xbox 360
Palm OS
Symbian OS
Series 60
Series 80
Series 90
UIQ
Tablet PC
Windows CE.NET
Windows Mobile Pocket PC
Windows Mobile Smartphone
     


Achivx Partner
 
 
NetCheat 3.0: Adds Plugins, Faster Bug Fixing, and Theme Support




NetCheat 3.0: Adds Plugins, Faster Bug Fixing, and Theme Support
Version: 1.0

Platforms: Mobile Gaming, PS3


Categories: System Utilities

Upload date: 3 Oct 13

Developer:

License: Freeware

Downloads: 112

File Size: 84 Kb
Download Free NetCheat 3.0: Adds Plugins, Faster Bug Fixing, and Theme Support 



Rating: 2.5/5 (Total votes: 8)




  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:

multiMAN ToolsmultiMAN Tools
multiMAN Tools Have the new version of multiMAN designed to work with 4.46 CFW? Grab some updated plugins here! Deank just recently updated his popular manager application to support the newly released 4.46 CFWs. Should you be a user in the new environment, you are going to need these updated plugins to get the most out of your backup loading experience
Habib's 4.60 PatcherHabib's 4.60 Patcher
Habib's 4.60 Patcher - Looking to enter the custom firmware universe through a downgrade? This tool by Habib makes all of that possible in minutes! Downgrading a PS3 isn't too difficult if you have a flasher handy, and tools like this one from Habib help to make the process painless. Essentially what this does is patch a OFW 4
Ac1DMoDz MW2 1.14 Code Browser: Cheat With EaseAc1DMoDz MW2 1.14 Code Browser: Cheat With Ease
Ac1DMoDz MW2 1.14 Code Browser: Cheat With Ease - Still into playing Call of Duty Modern Warfare 2? This cool, user-friendly interface makes cheating even easier! In the world of Call of Duty, cheating through hacks is a massive deal
Orion's Plugin ManagerOrion's Plugin Manager
Orion's Plugin Manager - Are you having trouble configuring webMAN or Habib's plugin? This tiny app will do it all for you! Orion is mostly known for his work on the GameSonic Manager homebrew, but now he has a brand new product to share. As its name implies, this download helps users that are new to the scene install a couple popular plugins
BwE NORBwE NOR
BwE NOR BwE is back with bug fixesd in version 1.31 of their popular NOR Validator! Want to get that PS3 downgrade to happen just right? BwE's NOR Validator is the perfect tool to help those with NOR-based consoles. With thousands of checks, this is probably the closest thing we have to actual protection against unwanted bricks. However there are no guarantees
ReActPSNReActPSN
ReActPSN - On the last version of ReAct, you loaded BD content. With this recent update, now you can also easily select the games you want to play! The feature set of ReActPSN has gown steadily over the last month or so. What began as a simple way to boot PSN content has now blossomed into a system backup tool and now a BD-content player
PSGROOVE Payload CustomPSGROOVE Payload Custom
PSGROOVE Payload Custom Hermes is back to update his modified payload version of the infamous PSGroove
ChangePSID Could Unban Your 4.46 CFW PS3!ChangePSID Could Unban Your 4.46 CFW PS3!
ChangePSID Could Unban Your 4.46 CFW PS3! Need to change your ConsoleID or PSID on 4.46 custom firmware? TeamSGK has a solution that just might be the answer to your prayers. If your console has been banned from accessing the PlayStation Network, the only way to get back online is to change your PSID and ConsoleID to ones from a valid system
Control Fan UtilityControl Fan Utility
Control Fan Utility Looking to keep your 4.46 CFW PS3 running cool? This mod by baxalo is the latest and greatest solution! Not too long ago, Alexander dropped by to bring us his own Control Fan Utility v1.8 based on the work of Estwald. It worked for lots of the 4.46 CFW options, but support wasn't totally complete
Habib Mod 1.0: 4.50 Spoofing and 4.50 Cinivia RemovalHabib Mod 1.0: 4.50 Spoofing and 4.50 Cinivia Removal
Habib Mod 1.0: 4.50 Spoofing and 4.50 Cinivia Removal - Looking to do a version spoof to firmware 4.50 or remove Cinivia while on 4.50? Habib has a brand new tool for you to try! Habib is mostly known for his custom firmwares, but this week he seems to be leaving his mark by way of homebrew. With this small download you can make some crucial changes on many kinds of CFW
 

Comments on NetCheat 3.0: Adds Plugins, Faster Bug Fixing, and Theme Support:

Comments not found

Name:


Comment:


Enter text from image below:

Turn on images!

 
 

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
 
 
© Pantich 2009 - 2025 All rights reserved.