Results 1 to 5 of 5

Thread: Access Violatiosn up the @$$

  1. #1
    Join Date
    May 2008
    Location
    127.0.0.1
    Posts
    705
    Mentioned
    1 Post(s)
    Quoted
    6 Post(s)

    Default Access Violatiosn up the @$$

    SCAR Code:
    program BarbarianOutpostAgilityOwnage;
    {.include SRL/SRL.scar}

    var
      x ,y : integer;
      ObjectRecord: TAutoColorInfo;

    Procedure DeclarePlayers;
    Begin

      HowManyPlayers := 1;
      NumberOfPlayers(HowManyPlayers);
      CurrentPlayer := 0;

      Players[0].Name :='';
      Players[0].Pass :='';
      Players[0].Nick :='';
      Players[0].Active:=True;

    end;

    procedure swingrope;
    begin
      with ObjectRecord do
      begin
        UpText := 'Swing';
        MaxDist := 15;
        Color := 406073;
        HueMod := 0.15;
        SatMod := 1.85;
        LumTol := 1;
        MinR := 53; MaxR := 61;
        MinG := 46; MaxG := 54;
        MinB := 5; MaxB := 8;
        MinX := 2.55; MaxX := 3.20;
        MinY := 2.81; MaxY := 3.54;
        MinZ := 0.56; MaxZ := 0.73;
      end;
      FindObjRecordEx(x, y, ObjectRecord, MSX1, MSY1, MSX2, MSY2, True, True);
      mouse(x,y,0,0,true);
    end;

    procedure walkacrosslog;
    begin
      SetupSRL;
      with ObjectRecord do
      begin
        UpText := 'Walk';
        MaxDist := 15;
        Color := 800859;
        HueMod := 0.16;
        SatMod := 1.08;
        LumTol := 1;
        MinR := 86; MaxR := 97;
        MinG := 52; MaxG := 59;
        MinB := 10; MaxB := 13;
        MinX := 5.24; MaxX := 6.42;
        MinY := 4.58; MaxY := 5.56;
        MinZ := 0.91; MaxZ := 1.10;
      end;
      FindObjRecordEx(x, y, ObjectRecord, MSX1, MSY1, MSX2, MSY2, False, True);
      mouse(x,y,0,0,true);
    end;



    procedure mainloop;
    begin
      activateclient;
      setupsrl;
      declareplayers;
      loginplayer;
      swingrope;
      wait (600+random(427));
      walkacrosslog;
    end;


    begin
    mainloop;
    end.

    SRL Compiled in 32 msec
    Creating the NickTPA.
    File access error
    File access error
    File access error
    File access error
    File access error
    SRL Compiled in 4235 msec
    Successfully executed

    them are my errors :S
    <Wizzup> And he's a Christian
    <Wizzup> So he MUST be trusted
    ___________________________________________
    <Wizzup> she sounds like a dumb bitch

  2. #2
    Join Date
    Nov 2007
    Location
    Chile
    Posts
    1,901
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Solutions:
    -if using Vista then run the script as the administrator

    -restart SCAR.

    -restart your PC :/


  3. #3
    Join Date
    Sep 2006
    Location
    include srl/srl.scar ( aussie)
    Posts
    2,875
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    i get same error, with my Pc on that script hmmm...

  4. #4
    Join Date
    Mar 2007
    Posts
    3,042
    Mentioned
    1 Post(s)
    Quoted
    14 Post(s)

    Default

    Make sure your firewall settings (in SCAR) are correct also.
    :-)

  5. #5
    Join Date
    Apr 2007
    Posts
    2,593
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I always get that when I'm on my non-administrator account.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. /SRL access please?
    By Da 0wner in forum News and General
    Replies: 3
    Last Post: 02-01-2009, 08:50 PM
  2. More Access Violation
    By Mute in forum OSR Help
    Replies: 2
    Last Post: 11-19-2007, 08:00 PM
  3. Access Violation
    By Mute in forum OSR Help
    Replies: 5
    Last Post: 11-18-2007, 01:32 AM
  4. Access violation
    By tylying213 in forum OSR Help
    Replies: 3
    Last Post: 11-10-2007, 12:53 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
  •