CypherCG / ArtemisPS3

An Open Source Playstation 3 Hacking System created under the Project Artemis initiative

Home Page:http://www.gamehacking.org/artemis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Artemis PS3

An Open Source Playstation 3 Hacking System created under the Project Artemis initiative

Downloads Release

Notes

This is a fork of Dnawrkshp's ArtemisPS3, that includes the following network features:

  • Online Cheat Database: access to the latest cheats for over +2000 games online.
  • Local Database Update: download and update your local cheat database with the latest codes.

Download

You can get a .pkg installer for the latest version here.

How To Use

Please refer to the Installation file for installation and use instructions.

Submitting cheat codes

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.

Screenshots

main games cheats options about

Status

  • Install MAMBA and PS3MAPI payload (if not already installed)
  • Load artemis_ps3.sprx into VSH
  • Access codes from an online database
  • Access user codes
  • Allow for users to enter their own codes from Artemis
  • Sorts codes and games alphabetically

Credits

Lazy Bastard    -   Project Founder
Berion          -   GUI Graphic Designer
Dnawrkshp       -   Creator of ArtemisPS3-GUI and ArtemisPS3-PRX
NzV             -   PS3MAPI (on which Artemis is dependant upon)
PS2Dragon       -   Artemis Logo
Bucanero        -   Network code

Dependancies

ArtemisPS3-GUI    -   PSL1GHT SDK (github www.github.com/HACKERCHANNEL/)
ArtemisPS3-PRX    -   CELL SDK

Compiling

This has been built using a makefile and my VS Integration tools. Ideally, you'd use Visual Studio to run and compile as normal. However the command line will still operate functionally.

For the following, only selfs can be packaged and run.

Visual Studio
  Build           -   Set mode to Debug. Build as normal (F6)
  Run             -   Set mode to Debug. Run as normal (F5)
  Package         -   Set mode to Release. Build as normal (F6)
Command Line
  Build           -   make
  Run             -   make run
  Package         -   make pkg

About

An Open Source Playstation 3 Hacking System created under the Project Artemis initiative

http://www.gamehacking.org/artemis


Languages

Language:C 89.8%Language:C++ 5.6%Language:Shell 1.7%Language:Makefile 1.7%Language:Assembly 0.8%Language:Batchfile 0.4%