Results 1 to 6 of 6

Thread: CreativeSharks

  1. #1
    Join Date
    Jun 2014
    Posts
    6
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default CreativeSharks

    This is my very first script, yes it is quite awful, I'm aware. For some reason I haven't been able to get my scripts to click on colors, but oh well.

    I understand that this script is pretty shitty but it gets the job done, if anyone could point me in the right direction for learning to click on colors in Simba, I'd really appreciate it.

    Notes:
    1. This is for use on the CreativeScape private server.
    2. Begin at the ::fish bank, while using the southernmost bank booth.
    3. Begin by facing directly north (click the compass in top right), and hold up on keyboard to give most aerial view.
    4. Start script.

    program new;
    begin
    ActivateClient;
    MoveMouse(703, 74);
    Wait(500);
    ClickMouse(703, 74, 1);
    Wait(7000);
    MoveMouse(376, 173);
    Wait(250);
    ClickMouse(376, 173, 1);
    Wait(2500);
    MoveMouse(306, 171);
    Wait(250);
    ClickMouse(306, 171, mouse_right);
    Wait(250);
    MoveMouse(304,212);
    Wait(250);
    ClickMouse(304, 212, 1);
    Wait(150000);
    MoveMouse(586, 96);
    Wait(250);
    ClickMouse(586, 96, 1);
    Wait(7500);
    MoveMouse(66, 161);
    Wait(250);
    ClickMouse(66, 161, 1);
    Wait(2500);
    MoveMouse(624, 227);
    Wait(250);
    ClickMouse(624, 227, mouse_right);
    Wait(250);
    MoveMouse(618, 298);
    Wait(250);
    ClickMouse(618, 298, 1);
    Wait(1000);
    end.

  2. #2
    Join Date
    Dec 2011
    Location
    East Coast, USA
    Posts
    4,231
    Mentioned
    112 Post(s)
    Quoted
    1869 Post(s)

    Default

    Try experimenting with FindColor if you want to click colors instead of points
    GitLab projects | Simba 1.4 | Find me on IRC or Discord | ScapeRune scripts | Come play bot ScapeRune!

    <BenLand100> we're just in the transitional phase where society reclassifies guns as Badâ„¢ before everyone gets laser pistols

  3. #3
    Join Date
    Jun 2014
    Posts
    6
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Quote Originally Posted by KeepBotting View Post
    Try experimenting with FindColor if you want to click colors instead of points
    I tried so many times! I just couldn't seem to get it to work, not sure why.

  4. #4
    Join Date
    Dec 2011
    Location
    East Coast, USA
    Posts
    4,231
    Mentioned
    112 Post(s)
    Quoted
    1869 Post(s)

    Default

    Quote Originally Posted by BrettJ69 View Post
    I tried so many times! I just couldn't seem to get it to work, not sure why.
    What wasn't working?
    GitLab projects | Simba 1.4 | Find me on IRC or Discord | ScapeRune scripts | Come play bot ScapeRune!

    <BenLand100> we're just in the transitional phase where society reclassifies guns as Badâ„¢ before everyone gets laser pistols

  5. #5
    Join Date
    Dec 2011
    Location
    United States
    Posts
    960
    Mentioned
    21 Post(s)
    Quoted
    504 Post(s)

    Default

    Here is a great tutorial that should help you out.

    https://villavu.com/forum/showthread.php?t=94909

  6. #6
    Join Date
    Jun 2014
    Posts
    6
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Quote Originally Posted by KeepBotting View Post
    What wasn't working?
    Using FindColor to select the colors instead of having to click on points, just had to make it work with coordinates.

    @Wetish,
    Thank you for the link, checking it out right now. This should help me out quite a bit!

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
  •