Poll: How do you like it?

Results 1 to 6 of 6

Thread: My First Auto. (UltraThief)

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

    Default My First Auto. (UltraThief)

    Well i made one called Auto Looter. Worked ok but was slow and missed A lot of Clicks.

    UltraThief has alot more stuff in it. works 100x better. and is 3x as fast.

    Thxs to many of you and your guides I have my first working autoer.

    report:
    Trys: 1693
    In 46 Minutes and 20 Seconds
    and a SS of running it for over 2 hours (Items gotten from theiving Elfs) and money. earned 740k item and gold total. (that not total in ss)

    Please let me know how it works for you.

    __________________________________________________ ______________
    Edited Now randoms work. Thx again for the help.

    I have 2 versions

    UltraThief-v1
    No randoms
    No random brief laggy searchs

    UltraThief-v1
    Working Randoms
    Brief laggy searchs when thieving fails and or if any text is displayed!
    Even tho it will only run full Randoms if nick name is displayed.
    still works good.

    Enjoy and thxs for the help lordgreggreg

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

    Default

    Dose not Detect all randoms.

    if anyone could give me some insight on whats wrong.

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

    Default

    Hey, welcome to the forum! Im glad you have decided to larn to script! It is obvious that you have been reading

    Thank you!

    Ok, to find randoms you need to do two things.

    You need to call Fawkis "findfastRandoms" method, and you need to call SRLs "findNormalRandoms"

    Most people make a method like
    SCAR Code:
    PROCEDURE FindRandoms;  //Guesse who? Fawki!
      BEGIN
        FindNormalRandoms;
        FindFastRandoms;
        //  if(FindFight)then RunAway;
        IF Findname THEN
        BEGIN
          FindTalk;
        END;

      END;
    to do all that for them.

    then what they do is call that method every so often. (it will only chek for randoms when it is called)
    so mabey between each of your methods add findrandoms;

    good job on what you have so far! wish i could test.

    edit: oh, its good you have methods and stuff, but a more discript method name would help me be able to read through it faster, but thats all personal preference.
    [IMG]http://farm3.static.flickr.com/2120/2052732965_348f3629d0_o.jpg[/IMG]

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

    Default

    Quote Originally Posted by lordgreggreg View Post
    Hey, welcome to the forum! Im glad you have decided to larn to script! It is obvious that you have been reading

    Thank you!

    Ok, to find randoms you need to do two things.

    You need to call Fawkis "findfastRandoms" method, and you need to call SRLs "findNormalRandoms"

    Most people make a method like
    SCAR Code:
    PROCEDURE FindRandoms;  //Guesse who? Fawki!
      BEGIN
        FindNormalRandoms;
        FindFastRandoms;
        //  if(FindFight)then RunAway;
        IF Findname THEN
        BEGIN
          FindTalk;
        END;

      END;
    to do all that for them.

    then what they do is call that method every so often. (it will only chek for randoms when it is called)
    so mabey between each of your methods add findrandoms;

    good job on what you have so far! wish i could test.

    edit: oh, its good you have methods and stuff, but a more discript method name would help me be able to read through it faster, but thats all personal preference.
    thxs so much. I'll give it a try and update to a better standard format. easy to read.

    (after i get this working. Ill be working on a Nature rune walker.
    Idea is for it to walk from shop to alter and alter to shop.

    Locking North check before clicked
    Find Rare Map Detail on movements before clicked
    Back On track back up. if walked off path. Hunt for 2nd back up location.
    Fast sell and re-buy ess.

    We will see how it goses.)

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

    Default

    Quote Originally Posted by lordofrunes View Post
    thxs so much. I'll give it a try and update to a better standard format. easy to read.

    (after i get this working. Ill be working on a Nature rune walker.
    Idea is for it to walk from shop to alter and alter to shop.

    Locking North check before clicked
    Find Rare Map Detail on movements before clicked
    Back On track back up. if walked off path. Hunt for 2nd back up location.
    Fast sell and re-buy ess.

    We will see how it goses.)
    yep, you will find that srl has TONS of functions to help you out with all of this. I like your progressive atitude, you are well on your way.

    I quick note about standards, you dont have to capitolize stuff like i do.. thats just my personal preference, I think most poeple dont like it.
    [IMG]http://farm3.static.flickr.com/2120/2052732965_348f3629d0_o.jpg[/IMG]

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

    Default

    Hey, I'm gonna try this out, I'll post how it goes.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Your Full Guide to Preparing to Auto [SCAR, SRL, SVN, HowTo Auto]
    By Runescapian321 in forum Outdated Tutorials
    Replies: 71
    Last Post: 10-11-2008, 03:46 AM
  2. Replies: 5
    Last Post: 11-23-2007, 08:45 PM
  3. need a good script , auto miner auto banker plz!!
    By samuel in forum RS3 Outdated / Broken Scripts
    Replies: 27
    Last Post: 11-19-2007, 08:46 AM
  4. Help with auto trade/ auto talker script
    By logik in forum OSR Help
    Replies: 5
    Last Post: 03-16-2007, 11:16 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
  •