Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 409 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 409 Bytes

cleo-script-java

Compiler/Decompiler CLEO Scripts .cs for GTA:SA in Java, for a Sanny Builder port to android

Run this project

Run these commands, you need Java SDK installed in your workspace.

git clone https://github.com/FSSRepo/cleo-script-java.git
cd cleo-script-java
javac src/Main.java -cp src -d bin
java -cp bin Main

This creates res/bigfoot.cs and res/cheats_decompiled.txt files.