Results 1 to 16 of 16

Thread: A suggestion [If It Is Even Possible]

  1. #1
    Join Date
    Jul 2007
    Location
    N O R
    Posts
    208
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default A suggestion [If It Is Even Possible]

    Hey guys, i'm sure that this has probably been discussed, but anyways a new idea struck me today about scar. I don't really know how to say it but, would it be possible to have essentially two scars running but under one scar. So like two separate scripts running under one scar. You would have somthing like

    SCAR Code:
    program ScriptOne;
    {.include srl/srl.scar}
    begin
    end.

    program ScriptTwo;
    {.include srl/srl.scar}
    begin
    end.

    And they would both run simultaneously. Also, there would be a function to pause one of the scripts, so the other could do its action. Maybe its not possible with the language scar was coded in, but if it was that would bring a new generation of scripting. I'm pretty sure java bots have something like that.

    So for example you could have scriptone be your normal script and then have scripttwo be the random checker. When scripttwo found a random, it would pause script one, solve the random, then continue with script one.

    Its all just a thought.

    - Rostaryms

  2. #2
    Join Date
    Sep 2006
    Location
    Canada
    Posts
    1,124
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    If you have to used a second separate running instance of SCAR to find randoms, then I would have to say you should restart the process of writing your script.

    What other benefits do you think this could have? Also, for the java bot things. I think you have this mixed up. Do you mean how java bots can run multiple bots at the same time? If so that has nothing to do with how java and SCAR differentiate and everything to do with the fact that SCAR takes control of your mouse, which is why stuff like SMART has been made, and why VM's are used.

  3. #3
    Join Date
    Jan 2008
    Location
    NC, USA.
    Posts
    4,429
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    It would be easier to have SCAR running to different scripts in different tabs, on one SCAR...
    Quote Originally Posted by irc
    [00:55:29] < Guest3097> I lol at how BenLand100 has become noidea
    [01:07:40] <@BenLand100> i'm not noidea i'm
    [01:07:44] -!- BenLand100 is now known as BenLand42-
    [01:07:46] <@BenLand42-> shit
    [01:07:49] -!- BenLand42- is now known as BenLand420
    [01:07:50] <@BenLand420> YEA

  4. #4
    Join Date
    May 2008
    Posts
    1,345
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I don't believe this is possible, since (I believe) this is something along the lines of multi-threading which Freddy1990 has said is impossible, or very hard if it is possible, to implement.

  5. #5
    Join Date
    Mar 2007
    Posts
    1,700
    Mentioned
    0 Post(s)
    Quoted
    8 Post(s)

    Default

    I think you'd run into some problems if two instances of scar tried to take control of your one mouse.

  6. #6
    Join Date
    Dec 2007
    Location
    Williston, ND
    Posts
    3,106
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    In his example he proposed that one instance over rides and pauses the primary, and when it is done with the side script, it resumes the main/first, so both wouldn't be trying to control the mouse at once. I think
    Proud owner of "Efferator" my totally boted main account!
    "You see, sometimes, science is not a guess" -Xiaobing Zhou (my past physics professor, with heavy Chinese accent)

  7. #7
    Join Date
    Feb 2006
    Location
    Belgium
    Posts
    3,137
    Mentioned
    3 Post(s)
    Quoted
    5 Post(s)

    Default

    Quote Originally Posted by lordsaturn View Post
    I think you'd run into some problems if two instances of scar tried to take control of your one mouse.
    Hence the reason I never allowed SCAR to run 2 scripts at once

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

    Default

    Quote Originally Posted by rostaryms View Post
    Hey guys, i'm sure that this has probably been discussed, but anyways a new idea struck me today about scar. I don't really know how to say it but, would it be possible to have essentially two scars running but under one scar. So like two separate scripts running under one scar. You would have somthing like

    SCAR Code:
    program ScriptOne;
    {.include srl/srl.scar}
    begin
    end.

    program ScriptTwo;
    {.include srl/srl.scar}
    begin
    end.

    And they would both run simultaneously. Also, there would be a function to pause one of the scripts, so the other could do its action. Maybe its not possible with the language scar was coded in, but if it was that would bring a new generation of scripting. I'm pretty sure java bots have something like that.

    So for example you could have scriptone be your normal script and then have scripttwo be the random checker. When scripttwo found a random, it would pause script one, solve the random, then continue with script one.

    Its all just a thought.

    - Rostaryms
    It is very easy to do so, just not in the current SCAR. The only problem would be the mouse functions, as previously mentioned. Adding a fail safe / message for that wouldn't be too hard to implement, though.



    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)

  9. #9
    Join Date
    Feb 2006
    Location
    Belgium
    Posts
    3,137
    Mentioned
    3 Post(s)
    Quoted
    5 Post(s)

    Default

    The concept will be revised in Phoenix

  10. #10
    Join Date
    Jun 2008
    Location
    San Diego, California
    Posts
    276
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Freddy1990 View Post
    The concept will be revised in Phoenix
    What is Phoenix? I've seen it on your website but haven't found a description of it?

    And back on Topic, I was thinking something similar to this a while ago. My idea was like what if SCAR could be like moving the mouse/performing antiban/doing whatever while it is searching for colors. Sorta like multi-tasking - I think this around of what you were thinking of.

    -Shermanator
    Current Project: All In 1 Falador Script - 20% DONE

  11. #11
    Join Date
    Feb 2006
    Location
    Belgium
    Posts
    3,137
    Mentioned
    3 Post(s)
    Quoted
    5 Post(s)

    Default

    Quote Originally Posted by Shermanator View Post
    What is Phoenix? I've seen it on your website but haven't found a description of it?

    And back on Topic, I was thinking something similar to this a while ago. My idea was like what if SCAR could be like moving the mouse/performing antiban/doing whatever while it is searching for colors. Sorta like multi-tasking - I think this around of what you were thinking of.

    -Shermanator
    http://freddy1990.com/wiki/index.php?title=Phoenix

  12. #12
    Join Date
    Jun 2008
    Location
    San Diego, California
    Posts
    276
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Freddy1990 View Post
    From what I got from that 2 line description, Sounds great! Wow a complete re-write I think we'll have to wait a while for it then

    -Shermanator
    Current Project: All In 1 Falador Script - 20% DONE

  13. #13
    Join Date
    Feb 2006
    Location
    Belgium
    Posts
    3,137
    Mentioned
    3 Post(s)
    Quoted
    5 Post(s)

    Default

    Quote Originally Posted by Shermanator View Post
    From what I got from that 2 line description, Sounds great! Wow a complete re-write I think we'll have to wait a while for it then

    -Shermanator
    Well, there'll be open-beta trials, so...

  14. #14
    Join Date
    Jul 2007
    Location
    N O R
    Posts
    208
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Okay thanks a lot guys, I think if it is developed into Phoenix it could be very powerful.

    Also I'm at school and the internet is really crappy, so it could be used to check if runescape disconnected, then it could instantly fix, as opposed to implementing a check into every function of every script.

  15. #15
    Join Date
    Mar 2007
    Posts
    1,700
    Mentioned
    0 Post(s)
    Quoted
    8 Post(s)

    Default

    Quote Originally Posted by Freddy1990 View Post
    I loove the planned addition of classes, but what would top it off would be to get rid of downcoding, if that's possible (might not be without an interpreter/compiler).

  16. #16
    Join Date
    Feb 2006
    Location
    Belgium
    Posts
    3,137
    Mentioned
    3 Post(s)
    Quoted
    5 Post(s)

    Default

    Quote Originally Posted by lordsaturn View Post
    I loove the planned addition of classes, but what would top it off would be to get rid of downcoding, if that's possible (might not be without an interpreter/compiler).
    Heh, downcoding is there to stay

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Suggestion.
    By Hey321 in forum News and General
    Replies: 1
    Last Post: 12-19-2006, 01:20 AM

Posting Permissions

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