Results 1 to 3 of 3

Thread: Is it possible to automatically start the script when Simba is loaded?

  1. #1
    Join Date
    Mar 2015
    Posts
    13
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default Is it possible to automatically start the script when Simba is loaded?

    Hello,

    First off, this is my first post here. I love the community and how everybody is so helpful.

    I was wondering if somebody has a solution for my question: Is it possible that when you open the script in Simba it will automatically start. Is there like a compile method or?
    Now when I open a script it opens in simba and then I have to press "F9".

    Regards,
    Krotar

  2. #2
    Join Date
    Feb 2011
    Location
    The Future.
    Posts
    5,600
    Mentioned
    396 Post(s)
    Quoted
    1598 Post(s)

    Default

    Quote Originally Posted by Krotar View Post
    Hello,

    First off, this is my first post here. I love the community and how everybody is so helpful.

    I was wondering if somebody has a solution for my question: Is it possible that when you open the script in Simba it will automatically start. Is there like a compile method or?
    Now when I open a script it opens in simba and then I have to press "F9".

    Regards,
    Krotar


    Create a batch file to do it:

    Bash Code:
    C:/Simba/Simba.exe -o PutYourScriptNameHere.simba -r

    Save it and then run it whenever you want to run the script.


    The -o flag is for Opening.
    The -r flag is for Running.
    I am Ggzz..
    Hackintosher

  3. #3
    Join Date
    Mar 2015
    Posts
    13
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    Quote Originally Posted by Brandon View Post
    Create a batch file to do it:

    Bash Code:
    C:/Simba/Simba.exe -o PutYourScriptNameHere.simba -r

    Save it and then run it whenever you want to run the script.


    The -o flag is for Opening.
    The -r flag is for Running.
    Thanks man that does it .
    So easy now to start multiple bots.
    The bots login with info retrieved from a webservice so this automates my startup progress .

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
  •