Help making script!

Discussion in 'Scar/Simba Help' started by Alligaattor, Jan 17, 2008.

Help making script!
  1. Unread #1 - Jan 17, 2008 at 8:27 AM
  2. Alligaattor
    Joined:
    Mar 22, 2007
    Posts:
    30
    Referrals:
    0
    Sythe Gold:
    0

    Alligaattor Member

    Help making script!

    program New;

    procedure Click;
    begin
    if (IsFKeyDown(6))then
    begin
    MoveMouse(133,611);
    Wait(100);
    ClickMouse(133,611,true);
    end;
    end.

    .:: This script moves mouse and clicks mouse when i push F6 key down,
    .:: but is there somekind of way to change it so that i can push A,B,C,D...
    .:: keys instead of F6?

    Didn't made for RS!
     
  3. Unread #2 - Jan 17, 2008 at 6:20 PM
  4. ekamjit
    Joined:
    Jan 17, 2008
    Posts:
    106
    Referrals:
    0
    Sythe Gold:
    0

    ekamjit Active Member
    Banned

    Help making script!

    no unless u want to write like 10 more lines
     
  5. Unread #3 - Jan 17, 2008 at 6:34 PM
  6. Town
    Joined:
    Jan 21, 2007
    Posts:
    3,776
    Referrals:
    3
    Sythe Gold:
    5

    Town Grand Master
    Scar Programmers

  7. Unread #4 - Jan 20, 2008 at 4:18 AM
  8. Alligaattor
    Joined:
    Mar 22, 2007
    Posts:
    30
    Referrals:
    0
    Sythe Gold:
    0

    Alligaattor Member

    Help making script!

    thx, my next problem is anti-randoms... can i just put them like this:

    program new;
    {.include SRL\SRL.scar}
    {.include SRL\SRL\core\AntiRandoms\AntiRandoms.scar}

    begin
    end.

    or do i have to write them??
     
  9. Unread #5 - Jan 20, 2008 at 11:33 AM
  10. Town
    Joined:
    Jan 21, 2007
    Posts:
    3,776
    Referrals:
    3
    Sythe Gold:
    5

    Town Grand Master
    Scar Programmers

    Help making script!

    The antirandom procedures will be included in your script when you call {.include SRL\SRL.scar}. You have to use the procedures.
     
< Help What Am i Doing Wrong | Scar doesn't work anymore >

Users viewing this thread
1 guest


 
 
Adblock breaks this site