Results 1 to 10 of 10

Thread: Simba script to standalone exe. -HELP

  1. #1
    Join Date
    Jun 2006
    Posts
    10
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Simba script to standalone exe. -HELP

    Hi guys, Has somebody made it yet with simba? I made it back in the days with scar and some window hiding functions with c++.

  2. #2
    Join Date
    Jan 2008
    Location
    Ontario, Canada
    Posts
    7,805
    Mentioned
    5 Post(s)
    Quoted
    3 Post(s)

    Default

    Yes, it has been done before with Simba. Originally, Simba offered Bytecode compilation, but the feature was removed.

    Not sure how someone implemented it with SCAR.. :/
    Writing an SRL Member Application | [Updated] Pascal Scripting Statements
    My GitHub

    Progress Report:
    13:46 <@BenLand100> <SourceCode> @BenLand100: what you have just said shows you 
                        have serious physchological problems
    13:46 <@BenLand100> HE GETS IT!
    13:46 <@BenLand100> HE FINALLY GETS IT!!!!1

  3. #3
    Join Date
    Feb 2006
    Location
    Amsterdam
    Posts
    13,692
    Mentioned
    146 Post(s)
    Quoted
    130 Post(s)

    Default

    Quote Originally Posted by Nava2 View Post
    Yes, it has been done before with Simba. Originally, Simba offered Bytecode compilation, but the feature was removed.

    Not sure how someone implemented it with SCAR.. :/
    You could load the entire .exe in another form, hide it all. But seriously, you should look into Simple Simba, which is under development. Why do you want .exe's?



    The best way to contact me is by email, which you can find on my website: http://wizzup.org
    I also get email notifications of private messages, though.

    Simba (on Twitter | Group on Villavu | Website | Stable/Unstable releases
    Documentation | Source | Simba Bug Tracker on Github and Villavu )


    My (Blog | Website)

  4. #4
    Join Date
    May 2006
    Location
    Amsterdam
    Posts
    3,620
    Mentioned
    5 Post(s)
    Quoted
    0 Post(s)

    Default

    Cogat! ^^
    Verrekte Koekwous

  5. #5
    Join Date
    Apr 2007
    Location
    Lithuania
    Posts
    384
    Mentioned
    0 Post(s)
    Quoted
    15 Post(s)

    Default

    Orr, you make an app in pascal, import smart srl and everything and.. there's just more work. But hiding the main window is more of a way around it. Cause the window is still there somewhere.

  6. #6
    Join Date
    Jun 2006
    Posts
    10
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Well, I tryed this tutorial http://villavu.com/vb/showthread.php?p=739736

    It works with scar but not with simba.

    My problem:

    popen("simba.exe -open test.simba -run", "r"); //<<-- This works with scar. ^^

    It opens simba, but doesnt run the script. I just need to know that how i can put simba to run the script. Thx =)

  7. #7
    Join Date
    Dec 2006
    Location
    Sweden
    Posts
    10,812
    Mentioned
    3 Post(s)
    Quoted
    16 Post(s)

    Default

    Please see https://github.com/MerlijnWajer/Simb.../simbaunit.pas - line ~1738

    Simba.exe -o scriptname.simba -r
    Will open and run.


    Send SMS messages using Simba
    Please do not send me a PM asking for help; I will not be able to help you! Post in a relevant thread or make your own! And always remember to search first!

  8. #8
    Join Date
    Jun 2006
    Posts
    10
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Harry View Post
    Please see https://github.com/MerlijnWajer/Simb.../simbaunit.pas - line ~1738

    Simba.exe -o scriptname.simba -r
    Will open and run.
    Thanks dude, but now i got another problem. When it doesnt run and i got an error from simba, it says Diks Full. press cancel to close the program..


    -Problem solved. Thansk for all
    Last edited by Xendyke; 11-14-2011 at 06:15 PM.

  9. #9
    Join Date
    Mar 2007
    Location
    USA
    Posts
    1,433
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    You could also try my method http://villavu.com/vb/showthread.php?t=65446

    Hasn't been updated in a while, but it should still work. I haven't looked at the settings of the latest Simba though.
    I'm Silent SPY
    Secret project: 0%
    Need help? Send me a PM

  10. #10
    Join Date
    Jun 2006
    Posts
    694
    Mentioned
    0 Post(s)
    Quoted
    31 Post(s)

    Default

    Quote Originally Posted by Xendyke View Post
    Thanks dude, but now i got another problem. When it doesnt run and i got an error from simba, it says Diks Full. press cancel to close the program..


    -Problem solved. Thansk for all
    Can you show what you've done?

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •