Skip to content

ayasns/Luac0re

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Luac0re

Luac0re is a mast1c0re variation that uses Lua scripting for easier exploit development.

Overview

  • The original mast1c0re for Okage uses PS2 code execution only, which requires the PS2SDK to compile the code.
  • Luac0re uses minimal PS2 shellcode to escape ps2emu, then leverages the Lua 5.3 interpreter already embedded in the main executable (originally intended for ps2emu configuration) to simplify code writing and execution.

Requirements

  • PS4 or PS5 console
  • Disc or digital version of Star Wars Racer Revenge USA (CUSA03474) or EU (CUSA03492) region

Restriction

  • While Luac0re works on every PS4 (current 13.02) and PS5 (current 12.40) firmware
  • From PS5 fw 8.00 sony blocked socket creation with non AF_UNIX domains
  • Which means you cannot use network at PS5 8.00 >=
  • PS4 has no restriction

Usage

  1. Download the latest release ZIP file and extract it
  2. Copy the lua directory and VMC0.card file into your savedata
  3. For editing savedata, refer to the remote_lua_loader SETUP guide
  4. Start the game and go to "OPTIONS -> HALL OF FAME"
  5. Enjoy

Credits

Disclaimer

This tool is provided as-is for research and development purposes only.
Use at your own risk.
The developers are not responsible for any damage, data loss, or other consequences resulting from the use of this software.

About

Luac0re is a mast1c0re variation that uses Lua scripting for easier exploit development.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C 47.5%
  • Lua 46.4%
  • Python 4.2%
  • Makefile 0.8%
  • Linker Script 0.4%
  • Assembly 0.4%
  • Batchfile 0.3%