Results 1 to 4 of 4

Thread: help with script for last chaos

  1. #1
    Join Date
    Aug 2007
    Posts
    66
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default help with script for last chaos

    program New;
    {.include SRL\SRL.scar}
    const
    TimetoWait = 2500;
    var
    x, y : Integer;

    procedure KillSaqs;
    begin
    repeat
    if(FindColor(x, y, 725784, 0, 0, 790, 560))then
    begin
    Mouse(x, y, 10, 10, true);
    Wait(TimetoWait-200);
    end;
    Wait(200);
    until(false)
    end;

    //Main Loop//
    begin
    repeat
    KillSaqs;
    until(false);
    end.
    This for a game called Last Chaos, my problem is the the mouse is slowly moving to the screen. Also what would I add to make press the left and right arrow keys if it can't find the color?


    P.S. This is not even close to what I have plan to do, but I want to get the thing clicking first.

    Thanks in advance

  2. #2
    Join Date
    Apr 2007
    Posts
    994
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    keydown(VK_LEFT);
    Keyup(VK_Left);

    VK_RIGHT.

    Yeah, those for left and right arrow keys. You could change mousespeed to a higher number to make the mouse move faster.

    Mousespeed:=50; 50 IS NOT RECOMMENDED.
    [QUOTE]<GoF`> oh no its Raymooond
    <Raymooond> Heya
    <GoF`> is it ray or some other ray?
    <LeeLokHin> No idea
    <LeeLokHin> Raymond, what's the game you like the most?
    <Raymooond> Runescape
    <-- LeeLokHin has kicked Raymooond from #srl (Faker.)[/QUOTE]

  3. #3
    Join Date
    Jul 2007
    Location
    Ohio
    Posts
    1,103
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Put setupsrl in mainloop at beginning makes mouse move faster.
    Edit***darn it got beat... Use his way or my way for mousespeed.

  4. #4
    Join Date
    Aug 2007
    Posts
    66
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Im still having the same problem I included a quick video maybe it will help.
    Watch the mouse.

    sorry for the quality

    edit

    i needed to add

    SetupSrl;

    after begin

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Chaos runes to tokkul
    By igotgrapes in forum RuneScape Guides
    Replies: 22
    Last Post: 03-09-2009, 08:58 PM
  2. Last Chaos
    By sweetleaf in forum Discussions & Debates
    Replies: 0
    Last Post: 07-17-2008, 06:21 PM
  3. Chaos Sorcerors and Ranarrs
    By beezelabus in forum News and General
    Replies: 4
    Last Post: 12-30-2007, 11:48 AM
  4. [SRL 4] Mat's Chaos Boner
    By mat_de_b in forum RS3 Outdated / Broken Scripts
    Replies: 25
    Last Post: 11-30-2007, 09:23 PM
  5. chaos druid smasher!!!!
    By stin0 in forum RS3 Outdated / Broken Scripts
    Replies: 2
    Last Post: 08-29-2007, 07:05 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •