PS3 Artemis PS3 (r6.3): Cheating system updated with 4.8x CFW Support & New Features added

Developer @dnawrkshp originally ported Lazy Bastards's Artemis to the PS3. The PlayStation 3 port is a cheating system for applying cheat to games utilized on CFW/HEN enabled console's that also comes with a companion plugin (sprx) for additional functionality. @bucanero who you may recall is the developer who ported PKGi recently to the PS3. has now turned attention to updating Artemis-PS3 for 4.85 use and the developer has added two new features to go along. First, we have an Online Cheat Database that will allow you keep your cheats up to date with a simple online download and also a Local Database Update feature has also been incorporated into the system. Also a shoutout to @Berion who's designs still looks great in the GUI :) .
-STLcardsWS

main.png

  • games.png cheats.png

    Hello,

    As a little side project, I've forked Artemis PS3 and added the following network features:
    • Online Cheat Database: access to the latest cheats for over +2300 games online.
    • Local Database Update: download and update your local cheat database with the latest codes.

    on the UI, these are the new features available:
    • Added Online DB option (main menu)
    • Added Update local cheats (options menu)
    • Added :but l1:/:but r1: triggers to improve game list browsing
    • Added user confirmation dialog when unloading the plugin ( :but square: on the main menu)
    • Added exit to XMB without changes ( :but cir: on the main menu)

    I've also included the modded Artemis plugin from vr5 (by @haxxxen ).

    Find more information at https://bucanero.github.io/ArtemisPS3/

    Submitting cheat codes to the online database

    To share new games and cheat codes with the community:
    1. Fork the repository and add your changes to this folder.
    2. Submit a pull request so the updated cheats are available to every Artemis user.

    Source code available on GitHub

  • Artemis r6.3
    https://github.com/bucanero/ArtemisPS3/releases/tag/r6.3

    Added

    • Alternative Joker Select plugin
    • Code Type 5 support using Joker plugin (See notes)
    Fixed

    • Fix online database URL
    Misc

    • Update offline cheat database with latest codes

    .Artemis r6.2
    https://github.com/bucanero/ArtemisPS3/releases/tag/r6.2

    Added
    • Analog stick support
    • Uses PS3MAPI for plugin management
      • Detects if internal/external plugin is loaded
      • External plugin can be loaded via boot_plugins.txt, wMM, etc.
    • New and updated cheat codes
    • Added "Installed games" filter option
    Removed
    • Remove MAMBA/PRX Loader
    Changes
    • Uses original Artermis r5 plugin as default

    .Artemis r6.1
    https://github.com/bucanero/ArtemisPS3/releases/tag/r6.1

    Added
    • Local Cheat DB installer on first run
    • New version check and auto-update
    • New "Clean local cache" option
    • New plugin selector option
    • New loading screen transitions
    • Shortcut to Main screen from Cheats screen by pressing START
    Fixed
    • Improved game list parsing (detect Title-IDs and versions)

    .Artemis r6.net
    https://github.com/bucanero/ArtemisPS3/releases/tag/r6.net

    Added
    • Added network features:
      • Online Cheat Database: online access to the latest cheats for over +2300 games.
      • Local Database Update: download and update your local cheat database with the latest codes.
    • Added L1/R1 triggers to improve game list browsing
    • Added user confirmation dialog when unloading the plugin (SQUARE on the main menu)
    • Added exit to XMB without changes (CIRCLE on the main menu)
    • Updated to MAMBA PRX Loader 4.84.2
    • Updated Artemis .sprx plugin to vr5 version by @haxxxen

  • ArtemisPS3
    options.png
    An Open Source Playstation 3 Hacking System created under the Project Artemis initiative (http://www.gamehacking.org/artemis)​

    Your PS3 must be running CFW 3.55 or above (DEX and CEX supported)!

    Installing Artemis PS3


    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
    • When the game has launched, a notification will appear telling you to press Start to attach
    • Once you are ready to use your codes in the game, open the in game XMB by pressing the PS button
    • HOLD Start 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 Start
    • If you wish the detatch (and therefore stop constant writing), enter the in game XMB and HOLD Select

    Creating cheat lists (.ncl)

    • NetCheat List Files are built into NetCheat PS3
    • Download and run NetCheatPS3
    • 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]


 
Last edited:
New update. Cool. Thank you bucanero for all the hard work put into this tool.

Edit. The r6 plugin is gone. r5 or mod haxxxen? What's the difference?

as mentioned in my last message:

"r6" = "mod/haxxxen" (the same plugin, just renamed)
"r5" is the original plugin made by Dnawrkshp

So there are no changes in the plugins since last version.
In my personal experience, r5 plugin works just fine (HEN, 4.84)

But I leave the modded option because I know some users had better results with the mod version. (for example users with CFW DEX setup)
 
as mentioned in my last message:

"r6" = "mod/haxxxen" (the same plugin, just renamed)
"r5" is the original plugin made by Dnawrkshp

So there are no changes in the plugins since last version.
In my personal experience, r5 plugin works just fine (HEN, 4.84)

But I leave the modded option because I know some users had better results with the mod version. (for example users with CFW DEX setup)
r6 continues r5 runs 1 time. In some cheats for example we need to select r6 in crysis 2 infinite hp so we need to select mod haxxen.
as mentioned in my last message:

"r6" = "mod/haxxxen" (the same plugin, just renamed)
"r5" is the original plugin made by Dnawrkshp

So there are no changes in the plugins since last version.
In my personal experience, r5 plugin works just fine (HEN, 4.84)

But I leave the modded option because I know some users had better results with the mod version. (for example users with CFW DEX setup)
r6 continues r5 runs 1 time. In some cheats for example we need to select r6 in crysis 2 infinite hp so we need to select mod haxxen.
If we choose r5, the cheat will not work because r5 writes 1 time, of course, it changes according to the game's codes.

I've just released a new version of Artemis (r6.2)
https://github.com/bucanero/ArtemisPS3/releases/tag/r6.2

Added
  • Analog stick support
  • Uses PS3MAPI for plugin management
    • Detects if internal/external plugin is loaded
    • External plugin can be loaded via boot_plugins.txt, wMM, etc.
  • New and updated cheat codes
  • Added "Installed games" filter option

Removed
  • Remove MAMBA/PRX Loader

Changes
  • Uses original Artermis r5 plugin as default
I thank everyone who developed Artemis especially to you
 
Last edited by a moderator:
r6 continues r5 runs 1 time. In some cheats for example we need to select r6 in crysis 2 infinite hp so we need to select mod haxxen.

If we choose r5, the cheat will not work because r5 writes 1 time, of course, it changes according to the game's codes.

I thank everyone who developed Artemis especially to you

yes you're right, the mod plugin has a fix for the "continue write" type of cheats. I forgot to mention that.
(r5 works fine for the standard write "once" type of cheat)

happy new year everyone!
 
as mentioned in my last message:

"r6" = "mod/haxxxen" (the same plugin, just renamed)
"r5" is the original plugin made by Dnawrkshp

So there are no changes in the plugins since last version.
In my personal experience, r5 plugin works just fine (HEN, 4.84)

But I leave the modded option because I know some users had better results with the mod version. (for example users with CFW DEX setup)

I'm on CFW. Installed games filter works for the most part, but it didn't find some games. Still a good feature. I'll use the modded plugin then. Cheers
 
Last edited:
I'm on CFW. Installed games filter works for the most part, but it didn't find some games. Still a good feature. I'll use the modded plugin then. Cheers

the filter uses the TITLE_ID to match the .ncl cheat files with the installed games.
It will detect games from your dev_hdd0/game/ folder, mounted games from /dev_bdvd and /app_game , and also will try to scan folder games from dev_hdd0/GAMES

the remaining issue is that some .ncl cheat files do not have any TITLE_ID information, so those will not be found by the filter. (E.g. some files like "Yakuza 4 PAL.ncl"... you could assume it means Yakuza 4 BLESxxxx but the filter will miss it...)

anyways, there's some work to do there, renaming files and adding missing title id information, so anyone who wants to help is welcomed.
 
WhatsApp Image 2021-01-04 at 21.12.34.jpeg ratchet and clank 2 going comando RATCHET AND CLANK 2 HD NPEA00386 pkg da WORKING

Ratchet Clank 1 HD NPUA80643 NPEA00385 v1.00
Infinite Health
0
0 0096BF8B 08
#
Infinite Air
0
0 0096BF80 00002710
#
Infinite Ammo
0
0 0096C0D4 00000028 /*Bomb Glove*/
0 0096C0D8 00000014 /*Devastator*/
0 0096C0E0 00000014 /*Visibomb*/
0 0096C0E8 000000C8 /*Tesla Claw*/
0 0096C0EC 000000F0 /*Pyrocitor*/
0 0096C0F0 00000032 /*Mine Glove*/
0 0096C0FC 0000000A /*Agents Of Doom*/
0 0096C108 00000032 /*R.Y.N.O.*/
0 0096C110 00000014 /*Decoy Glove*/
#
999,999 Bolts
0
0 00969CA0 000F423F
#
Infinite Bolt On Change
0
0 00969CA0 00000032
#

Ratchet Clank 2 HD NPEA00386 NPUA80644 v1.00
Max Bolts
0
0 01329A90 00000063
#
Dobbo Moon Big Clank 99 Ammo
0
0 0145C160 00000063
#
Dobbo Moon Enemy Has 0 Ammo
0
0 0145C150 00000000
#
Spiderbot Glove 99 Ammo
0
0 014818AC 00000063
#
Spiderbot Glove Max XP
0
0 01481B70 7F7F7F7F
#
Lancer 99 Ammo
0
0 014818A4 00000063
#
Lancer Max XP
0
0 01481B68 7F7F7F7F
#
Tesla Claw 99 Ammo
0
0 01481874 00000063
#
Gravity Bomb 99 Ammo
0
0 014818D4 00000063
#
Blitz Gun 99 Ammo
0
0 01481894 00000063
#
Blitz Gun Max XP
0
0 01481B58 7F7F7F7F
#
Miniturret Glove 99 Ammo
0
0 014818D0 00000063
#
Miniturret Glove Max XP
0
0 01481B94 7F7F7F7F
#
Synthenoid 99 Ammo
0
0 014818A8 00000063
#
Synthenoid Max XP
0
0 01481B6C 7F7F7F7F
#
Chopper 99 Ammo
0
0 01481884 00000063
#
Chopper Max XP
0
0 01481B48 7F7F7F7F
#
Decoy Glove 99 Ammo
0
0 01481870 00000063
#
Pulse Rifle 99 Ammo
0
0 01481888 00000063
#
Pulse Rifle Max XP
0
0 01481B4C 7F7F7F7F
#
Visibomb Gun 99 Ammo
0
0 01481864 00000063
#
RYNO 2 99 Ammo
0
0 014818DC 00000063
#
Max Health
0
0 014816AC 7F7F7F7F
#
Max Nanotech
0
0 01329AA4 7F7F7F7F
#
Max Raritanium
0
0 01329A94 7F7F7F7F
#
Max Crystals
0
0 01329AB0 7F7F7F7F
#

Ratchet Clank 3 HD NPEA00387 NPUA80645 v1.00
Infinite Health
0
0 00DA5040 0000000A
#
Infinite Ammo
0
0 00DA52DC 0000001E
#
Max Bolts
0
0 00C1E4DC 05F5E0FF
#
 
Last edited by a moderator:
Hey, having a really dumb problem on HEN 4.87 with WebMan MOD installed. I activated cheats for Sonic Adventure 2 (every pickup worth 999 rings) and Goldeneye Reloaded (infinite health/ammo). SA2 crashed at the end of the level, presumably when trying to update a leaderboard system, and Goldeneye crashed almost immediately when checking for updates to its now-defunct multiplayer mode.

Is there a way to stop these crashes without signing out of PSN? God forbid I play the game as intended without cheating. I tried using the "Lite" version of WebMan to save memory; that didn't seem to help, nor did setting games to "offline".
 
(posts merged by mod)

you mean that the blank Ratchet and Clank 2 should be tagged NPEA00386?
Yes

[QUOTE = "Trekkie Monster, gönderi: 273963, üye: 52709"] Hey, WebMan MOD kurulu iken HEN 4.87'de gerçekten aptalca bir problem yaşıyorum. Sonic Adventure 2 (her alım 999 yüzük değerinde) ve Goldeneye Reloaded (sonsuz sağlık / cephane) için hileleri etkinleştirdim. SA2, muhtemelen bir lider panosu sistemini güncellemeye çalışırken, seviyenin sonunda çöktü ve Goldeneye, artık feshedilmiş çok oyunculu modundaki güncellemeleri kontrol ederken neredeyse anında çöktü.

PSN'den çıkış yapmadan bu çökmeleri durdurmanın bir yolu var mı? Tanrı korusun oyunu hile yapmadan amaçlandığı gibi oynarım. Hafızadan tasarruf etmek için WebMan'ın "Lite" sürümünü kullanmayı denedim; yardımcı olmadı ve oyunları "çevrimdışı" olarak ayarlamak da yardımcı olmadı. [/ QUOTE]
BirArte
Hey, having a really dumb problem on HEN 4.87 with WebMan MOD installed. I activated cheats for Sonic Adventure 2 (every pickup worth 999 rings) and Goldeneye Reloaded (infinite health/ammo). SA2 crashed at the end of the level, presumably when trying to update a leaderboard system, and Goldeneye crashed almost immediately when checking for updates to its now-defunct multiplayer mode.

Is there a way to stop these crashes without signing out of PSN? God forbid I play the game as intended without cheating. I tried using the "Lite" version of WebMan to save memory; that didn't seem to help, nor did setting games to "offline".
Hello If Artemis is r6 then do r5

you mean that the blank Ratchet and Clank 2 should be tagged NPEA00386?
I am playing ratchet ))

hello battlefield hardline BLES02039 NPEB02038 v1.00 I'm tired to find the codes :)))
ölümsüzlük
0
rambooo
B 00010000 04000000
B FC20F89039000020FC60E09038A000A0 FFC0E89039000020FC60E09038A000A0
#
 

Attachments

  • 20210105_230051.jpg
    20210105_230051.jpg
    6.3 MB · Views: 55
  • 20210105_230147.jpg
    20210105_230147.jpg
    3 MB · Views: 51
Last edited by a moderator:
Serious Sam 3: BFE HELLO BUCANERO :))))
NPUB31165 V1.00
ölümsüz
0
B 00010000 04000000
B 4BBA396D6000000080630000 4BBA396D6000000060000000
#
sınırsız mermi
0
B 00010000 04000000
B 4B9EE4E16000000080630000 4B9EE4E16000000090630000
#
 
I want to take my time and also get rid of this mod plugin of mine. it was a rushed thing and I only improved it for my own needs

I will just focus on 'artsMAN' for now and make a release, after I've done proper tests on my own with all available cfw/hen options

maybe after that, I will try to make my own and independent plugin like 'vitacheats'
 
I want to take my time and also get rid of this mod plugin of mine. it was a rushed thing and I only improved it for my own needs

I will just focus on 'artsMAN' for now and make a release, after I've done proper tests on my own with all available cfw/hen options

maybe after that, I will try to make my own and independent plugin like 'vitacheats'
I want to take my time and also get rid of this mod plugin of mine. it was a rushed thing and I only improved it for my own needs

I will just focus on 'artsMAN' for now and make a release, after I've done proper tests on my own with all available cfw/hen options

maybe after that, I will try to make my own and independent plugin like 'vitacheats'
your thoughts made me happy
thank you very much

Streets of Rage 2 NPEB00508
Unlimited Health
0
0 35B7F660 00680000
#
 
Last edited by a moderator:
Serious Sam 3: BFE HELLO BUCANERO :))))
NPUB31165 V1.00
ölümsüz
0
B 00010000 04000000
B 4BBA396D6000000080630000 4BBA396D6000000060000000
#
sınırsız mermi
0
B 00010000 04000000
B 4B9EE4E16000000080630000 4B9EE4E16000000090630000
#

thanks for sharing!

Could you submit these new games and codes directly to the artemis GitHub repository? Just open an issue and put the codes there, so I can keep track of it: https://github.com/bucanero/ArtemisPS3/issues
 
Last edited:
Tried using the Twisted Metal cheats (both of them) and they do not work, either im doing something wrong or they just dont work, if anyone else has cheats that work for it please reply or dm me :)
 
Tried using the Twisted Metal cheats (both of them) and they do not work, either im doing something wrong or they just dont work, if anyone else has cheats that work for it please reply or dm me :)
which region of the game are you trying cheats on? I think the codes from the database are based only on EU region BCES01010 v1.00 game (no update!)

I have attached two .ncl files with ported US v1.00 region codes. can you try?
 
which region of the game are you trying cheats on? I think the codes from the database are based only on EU region BCES01010 v1.00 game (no update!)

I have attached two .ncl files with ported US v1.00 region codes. can you try?
Yes I am trying to use the US version of the game. Should I uninstall the updates also? if so how should i do that, kinda still a newbie to CFW and such.
 

Similar threads

Featured content

Trending content

Back
Top