Results 1 to 12 of 12

Thread: ...Every( --- Please help

  1. #1
    Join Date
    Dec 2006
    Location
    Third rock from the sun.
    Posts
    2,510
    Mentioned
    4 Post(s)
    Quoted
    1 Post(s)

    Default ...Every( --- Please help

    I just put together a quick script. It's to keep me logged in on RS while saving all chat to a chat log.

    I got the idea from Smartz. It's to help with the AutoResponder.

    Anyways, here's the script. I'm not sure if I have everything set up right or not.

    It's a bunch of "...Every(" commands, but I'm not sure if the way I have it set up will make it work like it's supposed to.

    SCAR Code:
    program New;
    {.include SRL/SRL.scar}
    begin
    SetupSRL;
     repeat
      SaveToChatLog;
      RotateEvery(2 + Random(3));
      RandomChatEvery(5 + Random(3));
      RandomRClickEvery(1 + Random(4));
      LeaveScreenEvery(3 + Random(5));
      PickUpMouseEvery(5 + Random(6));
      BoredEvery(2 + Random(4));
      FindNormalRandoms;
      FindTalk;
     until(false);
    end.

  2. #2
    Join Date
    Sep 2006
    Location
    New Jersey, USA
    Posts
    5,347
    Mentioned
    1 Post(s)
    Quoted
    3 Post(s)

    Default

    SCAR Code:
    procedure walk;
    var
    x1,y1:integer;
    begin
      if(FindColorSpiralTolerance(x1,y1,16711422,560,10,720,160,5))and(not(random(5)=1))then begin
      //if(FindColorTolerance(x1,y1,16711422,560,10,720,160,5))then begin
      Mouse(x1,y1,20,20,true);
      end else
      Mouse(628 + random(40), 63 + random(40),3,3,true);
      wait(500+random(500));
      Flag;
    end;

    Walks towards people...

    Do you know where SaveToChatLog saves the log?
    Interested in C# and Electrical Engineering? This might interest you.

  3. #3
    Join Date
    Jan 2007
    Location
    Toronto.
    Posts
    150
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Chatlog.txt in your SCAR directory.

    Code:
    C:\Program Files\SCAR 2.03\ChatLog.txt

  4. #4
    Join Date
    Dec 2006
    Location
    Third rock from the sun.
    Posts
    2,510
    Mentioned
    4 Post(s)
    Quoted
    1 Post(s)

    Default

    Yes.

    It's under the main SCAR file.

  5. #5
    Join Date
    Sep 2006
    Location
    New Jersey, USA
    Posts
    5,347
    Mentioned
    1 Post(s)
    Quoted
    3 Post(s)

    Default

    Oh! Sweet! Now... to log some chats!

    PS: don't expect for your account to last long running a script like this...a bit suspicious...
    Interested in C# and Electrical Engineering? This might interest you.

  6. #6
    Join Date
    Sep 2006
    Location
    West U.S.
    Posts
    2,172
    Mentioned
    0 Post(s)
    Quoted
    6 Post(s)

    Default

    does it keep you from being logged out??

    if so... ill try to run it 24/7 and see what happens lol

    They are sisters...
    Runescape Classic

  7. #7
    Join Date
    Dec 2006
    Location
    Third rock from the sun.
    Posts
    2,510
    Mentioned
    4 Post(s)
    Quoted
    1 Post(s)

    Default

    I don't know. That's what I want to know

    I'm not sure if I have the script set up right, but it looks like it'll work.

  8. #8
    Join Date
    Sep 2006
    Location
    New Jersey, USA
    Posts
    5,347
    Mentioned
    1 Post(s)
    Quoted
    3 Post(s)

    Default

    You should add a proggy to it
    Interested in C# and Electrical Engineering? This might interest you.

  9. #9
    Join Date
    Jun 2006
    Location
    N Wales
    Posts
    558
    Mentioned
    2 Post(s)
    Quoted
    56 Post(s)

    Default

    whats the use of a progy in a script like this. all it will say is how many randoms it got and thats useless as long as its still running logged in.

  10. #10
    Join Date
    Oct 2006
    Location
    I'm a figment of your imagination
    Posts
    422
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Well, you can use it to gather chatphrases by people and then make a working autoresponder using those phrases.

    It's been a while... but I'm BACK!!!

  11. #11
    Join Date
    Sep 2006
    Location
    New Jersey, USA
    Posts
    5,347
    Mentioned
    1 Post(s)
    Quoted
    3 Post(s)

    Default

    Quote Originally Posted by the flea View Post
    whats the use of a progy in a script like this. all it will say is how many randoms it got and thats useless as long as its still running logged in.
    just to brag about how long you've had it running for...imagine being able to claim to running a script for like 200+ hours?
    Interested in C# and Electrical Engineering? This might interest you.

  12. #12
    Join Date
    Jun 2006
    Location
    N Wales
    Posts
    558
    Mentioned
    2 Post(s)
    Quoted
    56 Post(s)

    Default

    ah lol so its more of a fun thing instead of a serious thing

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
  •