Poll: does that stuff work

Be advised that this is a public poll: other users can see the choice(s) you selected.

Results 1 to 11 of 11

Thread: woodie :D

  1. #1
    Join Date
    Jan 2007
    Posts
    268
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    woodie :D

    lmao made that stuff in about 15 min and it works better than my varrok yew cutter ive been working for weeks

  2. #2
    Join Date
    May 2006
    Location
    West Coast
    Posts
    820
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Describe what it does...?

  3. #3
    Join Date
    Sep 2006
    Location
    Australia
    Posts
    425
    Mentioned
    0 Post(s)
    Quoted
    34 Post(s)

    Default

    Im guessing it cuts something...lol

  4. #4
    Join Date
    Oct 2006
    Location
    New Zealand
    Posts
    423
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    a script thats elite using clickmouse?

  5. #5
    Join Date
    Jun 2006
    Location
    USA
    Posts
    1,828
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    This script will get you banned VERY fast....

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

    Default

    yeah ok im taking it out

  7. #7
    Join Date
    Sep 2006
    Location
    New Jersey, USA
    Posts
    5,347
    Mentioned
    1 Post(s)
    Quoted
    3 Post(s)

    Default

    add in random waits, antirandoms, and mouse instead of clickmouse; then it'll be a ton better
    Interested in C# and Electrical Engineering? This might interest you.

  8. #8
    Join Date
    Sep 2006
    Location
    West U.S.
    Posts
    2,172
    Mentioned
    0 Post(s)
    Quoted
    6 Post(s)

    Default

    w t h!

    this is just like that karamja fisher + banker!

    auto-bannage!!!

    They are sisters...
    Runescape Classic

  9. #9
    Join Date
    Sep 2006
    Location
    Australia
    Posts
    425
    Mentioned
    0 Post(s)
    Quoted
    34 Post(s)

    Default

    So what does it cut? lol

  10. #10
    Join Date
    Feb 2006
    Location
    Amsterdam
    Posts
    6,136
    Mentioned
    28 Post(s)
    Quoted
    17 Post(s)

    Default

    Good. You are starting to get the hang of things. And quick too. Not bad at all.
    A couple of notes:

    - Use Mouse, MMouse and GetMousePos instead of ClickMouse and MoveMouseSmooth. The latter are quite detectable.

    - Replace IsUpText('Chop down') with IsUpText('ow') or better IsUpTextMulti('ho','op d','dow'). Makes it a lot quicker on the detection, experiment with those.

    - findcolorspiral(xs,ye,wood,1,1,512,336). We have constants for that: MSX1 (MainScreen X1), MSY1, MSX2, MSY2, so you can replace it with:findcolorspiral(xs,ye,wood,MSX1, MSY1, MSX2, MSY2). Try using findcolorspiraltolerance, and try raising the tolerance by lil' steps.

    - if(invfull = true) then end; Doesnt do anything. You can leave this out.

    - Procedure dropal can be replaced by DropAllLogs.

    - Check and FindTree4 basically do the same thing, no? Replace them with one Function, that returns False if the tree is not found. Thus:
    Check does:
    • Function Check:Boolean (Returns true if found)
    • Function Check(var xs, ye:integer):Boolean. Returns true if found and returns the found coords in xs and ye


    - Try expanding your loop, by adding a lil' callibration to your script. Add a little walking or anything that releaves the stress from the tight loop.

    - You are being quite creative and have put in a lot of effort into this. Good job. Keep up the good work, man. If you want I can releave you from the Clown biz.
    SRL is a Library of routines made by the SRL community written for the Program Simba.
    We produce Scripts for the game Runescape.

  11. #11
    Join Date
    Jan 2007
    Posts
    268
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    thanks, well yes please can u delete me from clown peep actually think im an imature noob hehe

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. woodie?
    By macromacro123 in forum RS3 Outdated / Broken Scripts
    Replies: 1
    Last Post: 03-17-2007, 01:45 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
  •