Results 1 to 10 of 10

Thread: Remote Command

  1. #1
    Join Date
    May 2009
    Location
    Texas
    Posts
    51
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Remote Command

    Being that I'm just now learning to scipt in SCAR, I'm not ganna try to do this, but i figured on of the more capable scripters could put this into a usable program. Well, for example you're auto-ing at the flax fields and some guy follows you saying you bot or something. I got this idea from a script i wrote in mSL that has Remote commands. Its to where on Keywords like '"username" autos!' your character responds, or logs out to prevent anything from happening, or to a more 'private' use would be to use another RS account and PM the botter the commands such as 'Logout' and they logout, or halt the script. Just an idea, I havn't done much digging but to my knowledge this isn't a script yet. good luck if anyone tries it.

  2. #2
    Join Date
    Oct 2007
    Location
    http://ushort.us/oqmd65
    Posts
    2,605
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    its something called an autoresponder and some scripts have it some don't.
    I do visit every 2-6 months

  3. #3
    Join Date
    May 2007
    Location
    knoxville
    Posts
    2,873
    Mentioned
    7 Post(s)
    Quoted
    70 Post(s)

    Default

    well, i think antirandoms check for your username, so if someone says "(username)" and antirandoms just happened to go when he said that, the script would think that its a random, and possibly logout, thus making the person saying "botter" would know, because you logged out. i think thats what auto responders are for

    i like the pm one, but the problem with that is that you need to do it on a different computer on a different account, and it might be detectable if every time you say "stop" you log out.

    i do like the idea for it though, and it can be done
    <TViYH> i had a dream about you again awkwardsaw
    Malachi 2:3

  4. #4
    Join Date
    May 2009
    Location
    Texas
    Posts
    51
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    If no one tries it by the time im a 'competent SCAR scripter' ill do it. Surely someone would help me if im not entirely sure ;P

  5. #5
    Join Date
    May 2007
    Location
    knoxville
    Posts
    2,873
    Mentioned
    7 Post(s)
    Quoted
    70 Post(s)

    Default

    psh, its easy :P

    SCAR Code:
    procedure Remotelog(text: string); // set the text you want it to look for
    begin
      if GetLastChatText(text) then logout; //if it finds the text you set in pm
    end;

    begin
      Remotelog('hello');
    end.

    Last edited by Awkwardsaw; 05-25-2009 at 05:49 AM.
    <TViYH> i had a dream about you again awkwardsaw
    Malachi 2:3

  6. #6
    Join Date
    Aug 2007
    Location
    in a random little world
    Posts
    5,778
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

  7. #7
    Join Date
    May 2009
    Location
    Texas
    Posts
    51
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    well and another use, like how akw posted, would be to pm them something lime Flax? and then they say how much flax theyve picked, or time run, etc.

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

    Default

    Quote Originally Posted by [Ethan] View Post
    Being that I'm just now learning to scipt in SCAR, I'm not ganna try to do this, but i figured on of the more capable scripters could put this into a usable program. Well, for example you're auto-ing at the flax fields and some guy follows you saying you bot or something. I got this idea from a script i wrote in mSL that has Remote commands. Its to where on Keywords like '"username" autos!' your character responds, or logs out to prevent anything from happening, or to a more 'private' use would be to use another RS account and PM the botter the commands such as 'Logout' and they logout, or halt the script. Just an idea, I havn't done much digging but to my knowledge this isn't a script yet. good luck if anyone tries it.
    It used to be in SRL. You could remotely reset your script.



    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
    Aug 2007
    Location
    in a random little world
    Posts
    5,778
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

  10. #10
    Join Date
    Oct 2009
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default kemICO2 FA LIFE

    wat
    Last edited by Naike; 10-12-2009 at 06:36 PM.

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
  •