Results 1 to 5 of 5

Thread: Procedure Almost Search;

  1. #1
    Join Date
    Mar 2007
    Posts
    4,810
    Mentioned
    3 Post(s)
    Quoted
    3 Post(s)

    Default Procedure Almost Search;

    This is my first Procedure called almost search. It will type in something in the search bar on top of the rs screen. and almost search

    This is my first procedure;

    SCAR Code:
    procedure Search;
    Var f,e,x,y : integer;
    begin
      mouse(645, -15, 1, 1, true)
        wait(800 + Random(200))
      begin
        case Random(7) of
          1: SendText('Macro?')
            2: SendText('Mining')
            7: SendKeys ('-')
        end;
        MMouse(727, -9, 1, 1)
          e := 5 + Random(6);   //Of Almost Logout credits to Yakman :)
        for f := 0 to e do
        begin
          case Random(3) of
            0, 1: MMouse(727 + Random(10), -9 + Random(10), 0, 0);
            2: IdleTime(300 + Random(300), 500, 0.5);
          end;
          FTwait(2 + Random(1));
        end;
      end;
    end;


    Post feedback.

  2. #2
    Join Date
    Mar 2007
    Posts
    4,810
    Mentioned
    3 Post(s)
    Quoted
    3 Post(s)

    Default

    Common someone reply how i need to improve it

  3. #3
    Join Date
    Jun 2006
    Posts
    3,861
    Mentioned
    3 Post(s)
    Quoted
    1 Post(s)

    Default

    I'm almost positive that Jagex can't see where your mouse is and what it's doing outside of the applet, so this is pretty much the same to them as moving the mouse out of the screen.

  4. #4
    Join Date
    Mar 2007
    Posts
    674
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    Pretty good, now what happens if there is already something written in the search box? J/w

  5. #5
    Join Date
    Mar 2007
    Posts
    4,810
    Mentioned
    3 Post(s)
    Quoted
    3 Post(s)

    Default

    Yea didn't think about that...

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. For everyone in search of functions
    By jhildy in forum OSR Help
    Replies: 2
    Last Post: 12-28-2007, 05:13 AM
  2. Search Function?
    By SubiN in forum Web Development
    Replies: 4
    Last Post: 03-10-2007, 10:11 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
  •