Saint Exec - Lua Executor for Saint Row IV Re-Elected

Hello everyone,

I've been working on this for a while, it's time to release it :
presentation.png


Project page : https://github.com/Nathnefo/SaintExec

This program lets you run all the scripts you want in runtime.

It is currently untested on the steam version please let me know if it works on it.

How to use ?

1. Download the SaintExec.zip in the attachments or in github and unzip it.
2. Open ExLuaSRHV.exe FIRST.
3. Open Saint row.
4. choose gameplay or interface (gameplay can only be executed in-game !).
5. UPDATE : You can now dump lua files just check it
5. execute the script !

Example script in gameplay (It makes your car invulnerable !):
Code:
function make_invulnerable(player_name, vehicle_name, i)
    vehicle_set_invulnerable(vehicle_name)
end

on_vehicle_enter("make_invulnerable", LOCAL_PLAYER)

How to create a script ?

https://www.saintsrowmods.com/forum/threads/how-to-create-a-lua-script-for-saintexec.20376/
 

Attachments

  • SaintExec.zip
    3.3 MB · Views: 127
Last edited:
Back
Top