Results 1 to 6 of 6

Thread: Embedded in Scar?

  1. #1
    Join Date
    Nov 2008
    Posts
    117
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default Embedded in Scar?

    I've been wondering what smart is, precisely, and how one would go about creating a similar functionality for another game. Be it a flash game, java game, etc.

    Im not a big fan of VM (meh crappy comp) and also not a fan of watching my mouse move all over the place if I want to auto something. So I'd essentially like to make something where I can Embed what I need, but not sure how to go about that

  2. #2
    Join Date
    Feb 2006
    Location
    Tracy/Davis, California
    Posts
    12,631
    Mentioned
    135 Post(s)
    Quoted
    418 Post(s)

    Default

    1) SMART is an RS client created by BenLand. It loads rs, and you can auto on it, and minimize it, so you still have control over your own mouse.
    2) APPA is like SMART, but for webpages, not sure how powerful it is:
    http://www.villavu.com/forum/showthread.php?t=45534

    Most scripts already have smart included into them.

  3. #3
    Join Date
    Nov 2008
    Posts
    117
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    "It loads rs, and you can auto on it, and minimize it, so you still have control over your own mouse." -- Knew this, this is what we all love about SMART . Did a bit more research, seems that it's a Delphi-made program used as a plugin.

    APPA, that's interesting! Thanks .

  4. #4
    Join Date
    Jun 2007
    Location
    Wednesday
    Posts
    2,446
    Mentioned
    3 Post(s)
    Quoted
    1 Post(s)

    Default

    Actually it's made in C++
    It loads the Java virtual machine and his own Java applet loader that modifies bits and pieces (I believe the canvas class to give him access to colours, as well as adding stuff to send faked mouse and keyboard events). Of course, it's a bit more complex than that.
    One way to look at it though is that Smart in itself is a macro program and then the C++ plugin is just a wrapper to let Scar use it. By itself, Smart can actually macro on any Java applet game, but I don't think anyone has really properly tried so we just assume it's true.
    By reading this signature you agree that mixster is superior to you in each and every way except the bad ways but including the really bad ways.

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

    Default

    SMART loads the client, and basically takes loads of pictures and displays them. What you are looking at is actually NOT the client :O.

    Other than that, mixster is correct.
    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

  6. #6
    Join Date
    Nov 2008
    Posts
    117
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Quote Originally Posted by Nava2 View Post
    SMART loads the client, and basically takes loads of pictures and displays them. What you are looking at is actually NOT the client :O.

    Other than that, mixster is correct.
    Oh my, that's very interesting. Thanks very much for the info

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
  •