Results 1 to 5 of 5

Thread: SCAR 3.20d on xp mouse dot does not move

  1. #1
    Join Date
    Apr 2009
    Posts
    96
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Thumbs down SCAR 3.20d on xp mouse dot does not move

    ok now i have scar 2.30d on my vista machine working fine, trying to install on xp but having a problem...

    installed 3.20d, subrepositary, includes, antirandoms, etc checked out and installed to rev 33

    however when i run pestcontroller v10

    logs in fine however the red cursor does nothing and the character just stands there

    any ideas

    please

    am i donind some thing wrong

  2. #2
    Join Date
    Aug 2008
    Location
    Finland
    Posts
    2,851
    Mentioned
    3 Post(s)
    Quoted
    2 Post(s)

    Default

    ask in the topic where you downloaded the script, and make sure the script is up to date

  3. #3
    Join Date
    Apr 2009
    Posts
    96
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    it is up to date , but i am getting error getting includes list???????????????????????????


    any reason why , and can i manually set it up

  4. #4
    Join Date
    Jan 2007
    Location
    Nomming bits in your RAM
    Posts
    385
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by zerocool View Post
    it is up to date , but i am getting error getting includes list???????????????????????????


    any reason why , and can i manually set it up
    Scar 3.15 seems to be more stable than 3.20. But anywho...

    For the includes, go here: http://www.villavu.com/forum/showthread.php?t=45532

    For the move mouse, ensure that your XP screen resolution is 32-Bit.

    To ensure that it is the script that isn't working for whatever reason, enter this in to an untitled script:
    SCAR Code:
    program RandomMover;
    {.include SRL\SRL.Scar}

    var
      x, y: Integer;

    begin
      SetUpSRL;
      x := Random(840);
      y := Random(840);
      writeln('Moving mouse to ('+x+','+y+').');
      MMouse(x, y, 1, 1);
    end.

    If the mouse moves at all, great. If not, then it's probably how you set up SCAR that's messing you up.

    ~Macro
    Current Project: Catching up. XD. Potentially back for the summer, depending on how things go.

  5. #5
    Join Date
    Apr 2009
    Posts
    96
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    red dot still just hovers at the end of the pier and doent move any ideas PLEASE

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
  •