Results 1 to 3 of 3

Thread: C:\Program Files\SCAR 3.12\ChatLog.txt???

  1. #1
    Join Date
    Nov 2007
    Location
    SCAR central
    Posts
    116
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default C:\Program Files\SCAR 3.12\ChatLog.txt???

    This is my script here... i have the SRL library and i have downloaded Subersion Documentation.

    program New;

    {.include SRL/SRL.scar}

    var
    x,y: Integer;
    i: Integer;

    const
    TreeColor=1922123;
    Procedure Chop;
    begin
    SetupSRL
    If(FindColor(x,y,TreeColor,117,179,889,709)) then
    MoveMouse(374,366);
    Wait(500+random(1000));
    ClickMouse(374,366,true);
    SendKeys('Boring!!!');
    Wait(10000+random(20000));
    DropItem(2-28);
    end;
    begin
    i:= 0
    Repeat
    i:= i + 1;
    Chop;
    Until(i >= 50);
    end.



    It takes longer to execute than before i download the library and subversion. it also come up with this window which has 4 boxes:

    Script is trying to access following file
    C:\Program Files\SCAR 3.12\ChatLog.txt
    Do you want to permit or deny this operation?

    Dont Permit ( )
    Permit once ( )
    Always Permit ( )
    Always Permit Folder C:\Program Files\SCAR 3.12\ChatLog.txt ( )

    I either click dont permit or always permit folder but whenever i try to run the script again it comes up


    The script itself has no errors as it says the usualy executed

    but it says

    SRL compiled in (numbers) msec


    Can someone help me?? As it wont let me run it on the runescape window...


    Rora

  2. #2
    Join Date
    Dec 2006
    Location
    Sweden
    Posts
    10,812
    Mentioned
    3 Post(s)
    Quoted
    16 Post(s)

    Default

    It is something wrong with your script.

    Hit Always Permit ( ) on that file.


    Send SMS messages using Simba
    Please do not send me a PM asking for help; I will not be able to help you! Post in a relevant thread or make your own! And always remember to search first!

  3. #3
    Join Date
    Nov 2007
    Location
    SCAR central
    Posts
    116
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    thank you so so so much

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 15
    Last Post: 09-22-2008, 12:32 PM
  2. Replies: 3
    Last Post: 05-03-2008, 08:03 PM
  3. Replies: 0
    Last Post: 09-24-2007, 10:16 PM
  4. Replies: 8
    Last Post: 04-09-2007, 12:21 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
  •