Post: [Release] Artemis PS3 Hacking System
06-05-2015, 12:38 PM #1
Klots
COD Recovery
(adsbygoogle = window.adsbygoogle || []).push({});
You must login or register to view this content.



Project Artemis is a collaborative endeavor to create hacking systems for all platforms that lack one (or a sufficient one).
Artemis was originally a project with the goal of creating a Playstation 2 hacking system (RAM read/write/view/compare/patch), to allow creation of RAM-based cheat codes. For an idea of the original project, see History of Project Artemis. Artemis for PS2 is still ongoing in the form of several sub- and branch-projects, and is largely a success.
Your PS3 must be running CFW 3.55 or above (DEX and CEX supported)!



Installing Artemis PS3

Download theYou must login or register to view this content.
Install it onto your PS3 (method to install depends on your CFW)
Installing cheat codes

Choose between installing the .ncl file on a flash drive or in the Artemis installation directory
For the flash drive make a new folder on the root called USERLIST
Inside the folder place any .ncl files inside it
Insert the usb drive into the right usb slot of your PS3 and launch Artemis PS3
For the installation directory method launch an FTP server on your PS3 (multiman)
Navigate to /dev_hdd0/game/ARTPS3001/USRDIR/USERLIST/
Place any .ncl files inside the folder and launch Artemis PS3




Using Artemis

Launch Artemis from the XMB and selected your codes
Once you have selected your codes Press X on Start in the main menu
You should hear a single beep (if you hear three MAMBA failed to install)
From here you can launch the game or launch homebrew to mount the game
Once you are ready to use your codes in the game, open the in game XMB by pressing the PS button
A notification should appear telling you to press L3 and R3 to attach (if this does not appear just wait a little)
HOLD L3 and R3 until Artemis says that it has attached
At this point any codes chosen to constant write will be constantly writing
For any single write codes you wish to write again, just enter the in game XMB again and hold L3 and R3




Creating cheat lists (.ncl)

NetCheat List Files are built into NetCheat PS3
Download and run You must login or register to view this content.
In the codes tab create a new code and name it as you wish
Within the textbox enter any NetCheat PS3 codes (or use the Codelist by clicking the square on the bottom left)
Finally click Save All and specify a save location for the new .ncl



Creating advanced cheat lists (.ncl)

New in Artemis PS3 is the ability to add option tags.
These tags enable you to specify options for a code that has multiple effects for one address.
Using tags instead of multiple codes condenses the overall cheats list.
The format for an option tag is very specific and must be used exactly as described.
A tag begin with brackets that surround an ID ([Z]).
This ID must be a collection of capital Z's.
For instance, a tag such as [ZZZZ] has an ID of ZZZZ. [zz] is not a valid ID.
Following the opening tag are the elements, or options.
Each element begins with the value that the option represents, an equal sign (=), and the name of the option.
Elements are separated by semicolons ( ; ).
So right now an option tag would look something like this: [ZZ]0010=This is 0x10;0020=This is 0x20
But now we have to end the tag. To end an option tag you simply add a forward slash (/) in front of the ID and surround that with brackets ([/Z]).
Finally to actually implement this as a value for a code, simply put the ID of the tag anywhere in the code you'd like.
For instance, in Jak 1 there are 4 different types of eco states you can be in. Red, blue, green, and yellow.
Each uses the same line. So the appropriate code using option tags would be:
0 201FEE08 ZZ
0 201FEE18 FFFFFF7F
0 201FEE0C 00000040
[ZZ]01=Yellow;02=Red;03=Blue;04=Green[/ZZ]


Source for Artemis PS3 - You must login or register to view this content.

Developer - You must login or register to view this content.
(adsbygoogle = window.adsbygoogle || []).push({});

The following user thanked Klots for this useful post:

samet2013
06-05-2015, 12:47 PM #2
Originally posted by Klots View Post
You must login or register to view this content.



Project Artemis is a collaborative endeavor to create hacking systems for all platforms that lack one (or a sufficient one).
Artemis was originally a project with the goal of creating a Playstation 2 hacking system (RAM read/write/view/compare/patch), to allow creation of RAM-based cheat codes. For an idea of the original project, see History of Project Artemis. Artemis for PS2 is still ongoing in the form of several sub- and branch-projects, and is largely a success.
Your PS3 must be running CFW 3.55 or above (DEX and CEX supported)!



Installing Artemis PS3

Download theYou must login or register to view this content.
Install it onto your PS3 (method to install depends on your CFW)
Installing cheat codes

Choose between installing the .ncl file on a flash drive or in the Artemis installation directory
For the flash drive make a new folder on the root called USERLIST
Inside the folder place any .ncl files inside it
Insert the usb drive into the right usb slot of your PS3 and launch Artemis PS3
For the installation directory method launch an FTP server on your PS3 (multiman)
Navigate to /dev_hdd0/game/ARTPS3001/USRDIR/USERLIST/
Place any .ncl files inside the folder and launch Artemis PS3




Using Artemis

Launch Artemis from the XMB and selected your codes
Once you have selected your codes Press X on Start in the main menu
You should hear a single beep (if you hear three MAMBA failed to install)
From here you can launch the game or launch homebrew to mount the game
Once you are ready to use your codes in the game, open the in game XMB by pressing the PS button
A notification should appear telling you to press L3 and R3 to attach (if this does not appear just wait a little)
HOLD L3 and R3 until Artemis says that it has attached
At this point any codes chosen to constant write will be constantly writing
For any single write codes you wish to write again, just enter the in game XMB again and hold L3 and R3




Creating cheat lists (.ncl)

NetCheat List Files are built into NetCheat PS3
Download and run You must login or register to view this content.
In the codes tab create a new code and name it as you wish
Within the textbox enter any NetCheat PS3 codes (or use the Codelist by clicking the square on the bottom left)
Finally click Save All and specify a save location for the new .ncl



Creating advanced cheat lists (.ncl)

New in Artemis PS3 is the ability to add option tags.
These tags enable you to specify options for a code that has multiple effects for one address.
Using tags instead of multiple codes condenses the overall cheats list.
The format for an option tag is very specific and must be used exactly as described.
A tag begin with brackets that surround an ID ([Z]).
This ID must be a collection of capital Z's.
For instance, a tag such as [ZZZZ] has an ID of ZZZZ. [zz] is not a valid ID.
Following the opening tag are the elements, or options.
Each element begins with the value that the option represents, an equal sign (=), and the name of the option.
Elements are separated by semicolons ( ; ).
So right now an option tag would look something like this: [ZZ]0010=This is 0x10;0020=This is 0x20
But now we have to end the tag. To end an option tag you simply add a forward slash (/) in front of the ID and surround that with brackets ([/Z]).
Finally to actually implement this as a value for a code, simply put the ID of the tag anywhere in the code you'd like.
For instance, in Jak 1 there are 4 different types of eco states you can be in. Red, blue, green, and yellow.
Each uses the same line. So the appropriate code using option tags would be:
0 201FEE08 ZZ
0 201FEE18 FFFFFF7F
0 201FEE0C 00000040
[ZZ]01=Yellow;02=Red;03=Blue;04=Green[/ZZ]


Source for Artemis PS3 - You must login or register to view this content.

Developer - You must login or register to view this content.


Post this cute Smile
06-05-2015, 02:11 PM #3
Originally posted by Klots View Post
You must login or register to view this content.



Project Artemis is a collaborative endeavor to create hacking systems for all platforms that lack one (or a sufficient one).
Artemis was originally a project with the goal of creating a Playstation 2 hacking system (RAM read/write/view/compare/patch), to allow creation of RAM-based cheat codes. For an idea of the original project, see History of Project Artemis. Artemis for PS2 is still ongoing in the form of several sub- and branch-projects, and is largely a success.
Your PS3 must be running CFW 3.55 or above (DEX and CEX supported)!



Installing Artemis PS3

Download theYou must login or register to view this content.
Install it onto your PS3 (method to install depends on your CFW)
Installing cheat codes

Choose between installing the .ncl file on a flash drive or in the Artemis installation directory
For the flash drive make a new folder on the root called USERLIST
Inside the folder place any .ncl files inside it
Insert the usb drive into the right usb slot of your PS3 and launch Artemis PS3
For the installation directory method launch an FTP server on your PS3 (multiman)
Navigate to /dev_hdd0/game/ARTPS3001/USRDIR/USERLIST/
Place any .ncl files inside the folder and launch Artemis PS3




Using Artemis

Launch Artemis from the XMB and selected your codes
Once you have selected your codes Press X on Start in the main menu
You should hear a single beep (if you hear three MAMBA failed to install)
From here you can launch the game or launch homebrew to mount the game
Once you are ready to use your codes in the game, open the in game XMB by pressing the PS button
A notification should appear telling you to press L3 and R3 to attach (if this does not appear just wait a little)
HOLD L3 and R3 until Artemis says that it has attached
At this point any codes chosen to constant write will be constantly writing
For any single write codes you wish to write again, just enter the in game XMB again and hold L3 and R3




Creating cheat lists (.ncl)

NetCheat List Files are built into NetCheat PS3
Download and run You must login or register to view this content.
In the codes tab create a new code and name it as you wish
Within the textbox enter any NetCheat PS3 codes (or use the Codelist by clicking the square on the bottom left)
Finally click Save All and specify a save location for the new .ncl



Creating advanced cheat lists (.ncl)

New in Artemis PS3 is the ability to add option tags.
These tags enable you to specify options for a code that has multiple effects for one address.
Using tags instead of multiple codes condenses the overall cheats list.
The format for an option tag is very specific and must be used exactly as described.
A tag begin with brackets that surround an ID ([Z]).
This ID must be a collection of capital Z's.
For instance, a tag such as [ZZZZ] has an ID of ZZZZ. [zz] is not a valid ID.
Following the opening tag are the elements, or options.
Each element begins with the value that the option represents, an equal sign (=), and the name of the option.
Elements are separated by semicolons ( ; ).
So right now an option tag would look something like this: [ZZ]0010=This is 0x10;0020=This is 0x20
But now we have to end the tag. To end an option tag you simply add a forward slash (/) in front of the ID and surround that with brackets ([/Z]).
Finally to actually implement this as a value for a code, simply put the ID of the tag anywhere in the code you'd like.
For instance, in Jak 1 there are 4 different types of eco states you can be in. Red, blue, green, and yellow.
Each uses the same line. So the appropriate code using option tags would be:
0 201FEE08 ZZ
0 201FEE18 FFFFFF7F
0 201FEE0C 00000040
[ZZ]01=Yellow;02=Red;03=Blue;04=Green[/ZZ]


Source for Artemis PS3 - You must login or register to view this content.

Developer - You must login or register to view this content.


This has previously been posted recently before here: You must login or register to view this content. to prevent forum cluster, I will close this thread.

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo