Is it possible for a script to be made into an .exe file?
So what I'm trying to do is make a portable version of my script in one single .exe file. So when I click that file it starts simba and the script starts.
Just wondering.
Is it possible for a script to be made into an .exe file?
So what I'm trying to do is make a portable version of my script in one single .exe file. So when I click that file it starts simba and the script starts.
Just wondering.
My Outdated ScriptsEdgeville Log Cutter | Edgeville AIO Jewelry | AIO Pickpocketer | Urn Activator | Slayer Tower | Slaying KuradalMy Working Scripts: Tutorials:Function Pointers and Why You Should Care! | Forms and Saving Settings | The Magic Behind Programming Tutorial | Recursive Recursion![]()
I just want to do this for one of my scripts that I made though, one I wouldn't release.
My Outdated ScriptsEdgeville Log Cutter | Edgeville AIO Jewelry | AIO Pickpocketer | Urn Activator | Slayer Tower | Slaying KuradalMy Working Scripts: Tutorials:Function Pointers and Why You Should Care! | Forms and Saving Settings | The Magic Behind Programming Tutorial | Recursive Recursion![]()

I think you can start simba with a batch file and give it the script to run as a parameter.
Yes it can be done..
Download Winrar, put the script in your scripts folder. Create a C++ file with something similar to:
system("Simba.exe -o scriptname.simba -r");
or
CreateProcess("Simba.exe", "-o scriptname.simba -r", ..........);
Place it in the Simba folder and zip it with Winrar. Enable Auto-exec on the rar file.
When you double click it, your script will run.
There are currently 1 users browsing this thread. (0 members and 1 guests)