Results 1 to 12 of 12

Thread: Need Help With 2 Things!

  1. #1
    Join Date
    Jul 2007
    Posts
    6
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Need Help With 2 Things!

    Ok # 1) I Need help on a code that will make a box appear for my script. That will have questions and answers to check or something like that. Then once you filled out your data it will automatically send it into the script.

    # 2) What Variables & Code do I need for my script to automatically find a color and right click on it?

  2. #2
    Join Date
    Mar 2007
    Location
    Netherlands->Amersfoort.
    Posts
    1,615
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    #2) FindColorTolerance(X, y, [Here the color], MSX1, MSY1, MSX2, MSY2, 5)
    explane:

    x, y, there will it store where it found the color,
    here the color: Thecolor
    msx1, msy1 etc. = is the box where it will search for the color (in this example is that the main screen)
    change MS to MM = minimap
    MS to MC = main chat
    Ms to MI= inventory
    guide: on the boxes where scar need to search in http://www.villavu.com/forum/showthread.php?t=10942
    ----------------------------
    SCAR Code:
    begin;
      if FindColorTolerance(X, y, HereColor, MSX1, MSY1, MSX2, MSY2,5) then
      begin;
        Mouse(x, y, 2, 2, False);  //move the mouse to x and y with 2 pixels(?) random, false = right clikc, true = left click.
        WriteLn('Color found and right clicked on it');
      end else
      begin;
        WriteLn('Color not found');
      end;
    end;

  3. #3
    Join Date
    Apr 2007
    Posts
    3,152
    Mentioned
    3 Post(s)
    Quoted
    1 Post(s)

    Default

    1:ReadLn

    2:if FindColor(x,y,{whatevet the color is},msx1,msy1,msx2,msy2)then
    begin
    Mouse(x,y,2,2,true)
    end;
    SCAR Tutorials: The Form Tutorial | Types, Arrays, and Classes
    Programming Projects: NotePad | Tetris | Chess


  4. #4
    Join Date
    Apr 2007
    Location
    Perth, Australia
    Posts
    3,926
    Mentioned
    3 Post(s)
    Quoted
    2 Post(s)

    Default

    In question 1 I think you want a form... read some tuts on how to make and use forms.

  5. #5
    Join Date
    Jul 2007
    Posts
    6
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I get this

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

    Default

    Unknown identifier 'X' in script

  7. #7
    Join Date
    Jun 2007
    Location
    New Yawk
    Posts
    943
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    People stop helping him. This is a dupe account of Absurd, a plagiarizer whom I copy-busted. Reporting now.
    I guess the holidays are over - no sig for now.

  8. #8
    Join Date
    Jul 2007
    Posts
    6
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Huh?

  9. #9
    Join Date
    Jul 2007
    Posts
    6
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Wtf i dont know how to script yet and whos absurd

  10. #10
    Join Date
    Jun 2007
    Location
    New Yawk
    Posts
    943
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Tch. Very funny.
    I guess the holidays are over - no sig for now.

  11. #11
    Join Date
    Apr 2007
    Location
    Texas
    Posts
    1,668
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Absurd. Don't take me for a fool. I know who you are, and it's ridiculous for you to assume I don't.

    I am watching you VERY closely.

    Please, don't ever copy some else's work again, for your own good.

    Also, I speak English just fine, (fine enough to be understood) and if you want to know who got owned on that last thread. It wasn't me (like you said).

    If you made this account just so it looks more legit next time you copy (so you don't get busted on the first post, lol), don't bother. Here and others are nothing compared to yohojo's ability, you won't last.

    If you actually plan to learn, then keep it up.
    [IMG]http://farm3.static.flickr.com/2120/2052732965_348f3629d0_o.jpg[/IMG]

  12. #12
    Join Date
    Jul 2007
    Posts
    6
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    i sent you a message greg

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Help with 2 things...
    By ShapeShifter in forum OSR Help
    Replies: 4
    Last Post: 11-10-2007, 07:39 PM
  2. bot not doing the things i want
    By 12 beau 12 in forum OSR Help
    Replies: 26
    Last Post: 06-21-2007, 09:07 AM
  3. am i seeing things...
    By Dark_Sniper in forum Discussions & Debates
    Replies: 6
    Last Post: 05-17-2006, 02:01 AM

Posting Permissions

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