Results 1 to 8 of 8

Thread: Starting simba with command prompt/.bat

  1. #1
    Join Date
    Nov 2011
    Location
    Merica
    Posts
    77
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Post Starting simba with command prompt/.bat

    Ive been trying to start simba/run scripts using the commant prompt so i can eventually figure out how to make .bat files that run my scripts, ect. Problem is everytime im in Comm Prompt and i do this-->C:\>START "C:\Simba\Scripts\example.simba" All i get is the Console of that script, it does not pull up the actual Script or simba platform. How can i get it to pop the Simba platform up or simply start the script from command prompt/.bat file? This is all part of a larger project to run my computer using my cellphone anywhere where i have service...Thanks for all the help

  2. #2
    Join Date
    Jul 2007
    Location
    Finland
    Posts
    304
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    simba.exe -o example.simba -r

  3. #3
    Join Date
    Nov 2011
    Location
    Merica
    Posts
    77
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    Im confused on how that works
    All it ends up giving me is ('Spinner.simba is not reconized... ..)
    Last edited by funnyman9292; 02-01-2012 at 12:37 PM.

  4. #4
    Join Date
    Jan 2012
    Location
    Minneapolis, Mn
    Posts
    185
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

  5. #5
    Join Date
    Apr 2007
    Posts
    581
    Mentioned
    1 Post(s)
    Quoted
    2 Post(s)

    Default

    Code:
    Simba.exe -o C:/Simba/Scripts/example.simba -r

  6. #6
    Join Date
    Dec 2011
    Location
    P2P :)
    Posts
    561
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    .bat by Harry

    Download that and mod the script name to your script name.... Place a shortcut to the .bat in StartUp under your Taskbar. Placing a shortcut there will run that .bat everytime you restart or turn on your computer. Leave the original on your main desktop so you can just double click and open it whenever. I used to use that with a system service to restart simba and my laptop every x amount of minutes. To prevent memory leakage and to always be botting.

  7. #7
    Join Date
    Dec 2011
    Location
    Alturas, Ca
    Posts
    36
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    The only next best thing to do is get a ghost mouse or auto clicker program and use it to automatically record the movements to open simba and after six hours have it close it then restart it.

  8. #8
    Join Date
    Dec 2011
    Location
    East Coast, USA
    Posts
    4,231
    Mentioned
    112 Post(s)
    Quoted
    1869 Post(s)

    Default

    Use CRASHSMART.

    /thread
    GitLab projects | Simba 1.4 | Find me on IRC or Discord | ScapeRune scripts | Come play bot ScapeRune!

    <BenLand100> we're just in the transitional phase where society reclassifies guns as Badâ„¢ before everyone gets laser pistols

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
  •