- May 13, 2020
- 5,232
- 44,647
Hello seen what happens with some downloaded games that may have
unwanted links or download malicious programs without the user's knowledge
i made this code that starts the game without running the renpy games .exe file
so check that the game's .py file has no external links
if ok it starts the game if it contains external links it does not start the game
and a somewhat basic method but it might give someone some better ideas
feel free to improve it and post it below
unwanted links or download malicious programs without the user's knowledge
i made this code that starts the game without running the renpy games .exe file
so check that the game's .py file has no external links
if ok it starts the game if it contains external links it does not start the game
and a somewhat basic method but it might give someone some better ideas
feel free to improve it and post it below
use of the programme
start the programme start-no-exe.py
select the folder where you have all the renpy games
the window with the games folders opens
then select the folder of the game you want to start with a double click
if the game's .py file is clean, the game starts quietly
if the file contains requests or launches other programmes it will not start the game and will show popups
or download the compiled version
You must be registered to see the links
Last edited: