Script ends after frist macro.

Discussion in 'Scar/Simba Help' started by Imahuman, Jan 2, 2010.

Script ends after frist macro.
  1. Unread #1 - Jan 2, 2010 at 7:28 AM
  2. Imahuman
    Joined:
    Jan 2, 2010
    Posts:
    7
    Referrals:
    0
    Sythe Gold:
    0

    Imahuman Newcomer

    Script ends after frist macro.

    Hello, I've red the whole guide and is it brilliant! but i want to clarify one question that is bugging me in my way of using this program.

    program runescape;

    begin
    MoveMouse(274,133);
    Wait(1000);
    ClickMouse(274,133,true);
    end.
    program runescape;

    begin
    MoveMouse(270,133);
    Wait(1000);
    ClickMouse(270,133,true);
    end.
    program runescape;

    begin
    MoveMouse(268,122);
    Wait(1000);
    ClickMouse(268,122,true);
    end.
    program runescape;

    begin
    MoveMouse(292,189);
    Wait(1000);
    ClickMouse(292,189,true);
    end.
    program runescape;

    begin
    MoveMouse(355,41);
    Wait(1000);
    ClickMouse(335,41,true);
    end.
    program runescape;

    begin
    MoveMouse(365,114);
    Wait(1000);
    ClickMouse(365,114,true);
    end.
    program runescape;

    begin
    MoveMouse(274,181);
    Wait(1000);
    ClickMouse(274,181,true);
    end.

    This is how it follows, I'm just a beginner and started today. Problem is after the first coordinates it stops and does not proceed to next one.
     
  3. Unread #2 - Jan 6, 2010 at 6:19 PM
  4. radiclerobby
    Joined:
    Mar 9, 2008
    Posts:
    720
    Referrals:
    0
    Sythe Gold:
    0

    radiclerobby Apprentice
    Banned

    Script ends after frist macro.

    program runescape;
    begin
    MoveMouse(274,133);
    Wait(1000);
    ClickMouse(274,133,true);
    MoveMouse(270,133);
    Wait(1000);
    ClickMouse(270,133,true);
    MoveMouse(268,122);
    Wait(1000);
    ClickMouse(268,122,true);
    MoveMouse(292,189);
    Wait(1000);
    ClickMouse(292,189,true);
    MoveMouse(355,41);
    Wait(1000);
    ClickMouse(335,41,true);
    MoveMouse(365,114);
    Wait(1000);
    ClickMouse(365,114,true);
    MoveMouse(274,181);
    Wait(1000);
    ClickMouse(274,181,true);
    end.

    there although id get srl includes and use the mouse function its less detectable
     
< how to make script with laddr clicking? | RS angle messes up and that alters my cordinates. >

Users viewing this thread
1 guest


 
 
Adblock breaks this site