Results 1 to 6 of 6

Thread: EssMinerV1....Kinda

  1. #1
    Join Date
    Mar 2008
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    EssMinerV1....Kinda

    so i made this script, but seems to not work. supposed to walk from varrok east bank to rune shop, talk to aubury...etc. but i cant seem to get it to use findcolor properly.plz review it and tell me wat is wrong:

    program EssMinerV2;
    var
    x,y: integer;
    procedure AuburyTele;
    begin
    if (FindColor(x,y,2087416,260,260,453,598)) then
    begin
    MoveMouseSmooth(x,y);
    ClickMouse(x,y,true);
    end else
    begin
    WriteLn('Srry Cant Find Him');
    end;
    end;
    begin
    MoveMouseSmooth(870,418);
    ClickMouse(870,418,true);
    ReleaseMouse(870,418,true);
    Wait(40000);
    AuburyTele;
    end.

    So ive made the area that it shud find auburys shoulder pads in the whole screen, but it never finds him

  2. #2
    Join Date
    Dec 2007
    Location
    192.168.1.73
    Posts
    2,439
    Mentioned
    6 Post(s)
    Quoted
    119 Post(s)

    Default

    You should post this in the help section if it doesn't work, this is for scripts that work

  3. #3
    Join Date
    Nov 2007
    Location
    Chile
    Posts
    1,901
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    it never find aubury becouse you are using FindColor... read a better tut.


  4. #4
    Join Date
    Dec 2006
    Location
    Sweden
    Posts
    10,812
    Mentioned
    3 Post(s)
    Quoted
    16 Post(s)

    Default

    And use MMouse please


    Send SMS messages using Simba
    Please do not send me a PM asking for help; I will not be able to help you! Post in a relevant thread or make your own! And always remember to search first!

  5. #5
    Join Date
    Oct 2007
    Location
    http://ushort.us/oqmd65
    Posts
    2,605
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Quote Originally Posted by Hy71194 View Post
    And use MMouse please
    Don't forget to use mouse instead of clickmouse!
    I do visit every 2-6 months

  6. #6
    Join Date
    Mar 2007
    Posts
    276
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Never use Clickmouse or Movemousesmooth this are very detectable and will result in a Ban. Use Mouse(...) or MMouse(...)

    For help use these tutorials..

    JAD has alot of good tutorials that are very useful, look in the Begginers Section for tutorials
    http://www.villavu.com/forum/showthread.php?t=6366


    Someone: 'Who the hell is TooManySitUps?'

    Boreas: 'Switch the first and last letter of my name, what do you get?'

    Someone: 'Um, SoreAb?'

    Boreas: 'And how do you get that?'

    Someone: 'From Too Many Sit Ups!! Haha, Boreas you are so clever!'

    Boreas: 'Ya he's like my evil twin that takes over when I'm being really sarcastic, or playing devil's advocate.'

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Request-kinda
    By Julza in forum RS3 Outdated / Broken Scripts
    Replies: 3
    Last Post: 09-29-2007, 09:29 AM
  2. V 1.0, kinda sorta... XD
    By rotflmfwao in forum OSR Help
    Replies: 28
    Last Post: 08-07-2007, 02:18 PM
  3. im kinda new
    By lomlom in forum Who Are You ? Who ? Who ?
    Replies: 1
    Last Post: 10-15-2006, 11:57 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
  •