Joke pages/Get Gtoria Studio

Revision as of 00:05, 20 December 2024 by Kalashnikov47 (talk | contribs) (1 revision imported)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This is how to get gtoria studio source First, write an bash script with these lines

echo "Gtoria Studio Source Downloader"
echo "written by: user3412"
wget dl.gtoria.com/GtoriaStudioSource.zip
unzip GtoriaStudioSource.zip

now heres an pre-written script that compiles for you

make

now run this command to test your gtoria studio build

wine gtoriastudio.exe

Bye Bye!