Results 1 to 8 of 8

Thread: Icefire908's Bone Burier V 1.01

  1. #1
    Join Date
    Dec 2006
    Location
    Houston, TX USA
    Posts
    4,791
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Icefire908's Bone Burier V 1.01

    It works almost perfectly, Tell me what you think.

    I will prob. Have a new version very soon with Anti-Ban Anti-Randoms and other good stuff.
    Last edited by Wanted; 01-27-2010 at 11:39 PM.

  2. #2
    Join Date
    Mar 2006
    Location
    United States, -7:00 GMT
    Posts
    1,790
    Mentioned
    2 Post(s)
    Quoted
    2 Post(s)

    Default

    Oh boy, this is torture looking at the script :P, but very good attempt for your first try! Here's an updated one with what you could do, and ya, once again, good attempt for first script dude!


    I just basically re-wrote it, look through it and see what I did. Learn the repeat command, and how to make procedure. But that is still good for your first

    Oops, I forgot to add anti-random procedures. All you do is, or where I'd put it would be...

    SCAR Code:
    begin
      MMouse(xx, yy, 3, 3);
      wait(100+random(300));
      Mouse(xx, yy, 2, 2, True);
      wait(1500+random(900));
      FindNormalRandoms;
    end;

    hakuna matata ;)

  3. #3
    Join Date
    Aug 2006
    Posts
    33
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    yes. looks good for first :P. keep practicing, learn some new procedures and functions, etc.

  4. #4
    Join Date
    Oct 2006
    Posts
    2,297
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    1. don't use clickmouse = BANNAGE!
    2. use more SRL procedures and functions
    3. maybe add Prayer.scar, have a look at it.
    You would be able to retrieve the bone exp
    4. No anti randoms and no anti ban
    5. Maybe you can use findobj3 or something like that (also searches for the text at the left top of the runescape main screen)

    I'm helping you, don't be mad at me
    But nice for your first script
    [QUOTE=Santa_Clause;277761]I love you too TSN :p[/QUOTE]
    [CENTER][URL="http://www.stats.srl-forums.com/sigs"][IMG]http://www.stats.srl-forums.com/sigs/1324.png[/IMG][/URL][/CENTER]

  5. #5
    Join Date
    Oct 2006
    Location
    Texas
    Posts
    1,450
    Mentioned
    1 Post(s)
    Quoted
    1 Post(s)

    Default

    Quote Originally Posted by the scar noob View Post
    1. don't use clickmouse = BANNAGE!
    2. use more SRL procedures and functions
    3. maybe add Prayer.scar, have a look at it.
    You would be able to retrieve the bone exp
    4. No anti randoms and no anti ban
    5. Maybe you can use findobj3 or something like that (also searches for the text at the left top of the runescape main screen)

    I'm helping you, don't be mad at me
    But nice for your first script

    1. Click mousefunction is very old and outdated which will get you banned.
    2. You should use more srl functions. You can use findcolorspiral, but I would use FindColorSpiralTolerance. That way you can add some tolerance to the bone and instead of click mouse you can use MMouse which will move the mouse where it found the color. Then you would use If(IsUpText('Bone')) Then after that you would use Mouse(x,y,rx,ry,true) x,y is where it found the bone rx and ry is the random pixels so that equals less ban.
    4. The thing with bone buriers is that youll get the zombie random and the leo random.

    Thats all my inputs.

    Before :
    SCAR Code:
    if FindColorSpiral(xx,yy,GrayishBoneColor,494,185,770,507)then
      MoveMouseSmoothEx(xx+random(4),yy-random(4),20,20,20,20,20);
      wait(100+random(10));
      clickmouse(xx+random(1),yy-random(1),true);

    After :
    SCAR Code:
    If(FindColorSpiralTolerance(x,y,GrayishBoneColor,MSX1,MSY1,MSX2,MSY2,15)) Then
    Mmouse(x,y,2,2);
    If(IsUpText('Bone')) Then
    Mouse(x,y,2,2,True);

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

    Default

    You mind if i edit ur script abit to add anti ban and randoms in myself? otherwise good script.

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

    Default

    Quote Originally Posted by Scar RL View Post
    You mind if i edit ur script abit to add anti ban and randoms in myself? otherwise good script.
    lol are you going to modify it and then re-release it as your own?
    I wouldn't do that since it is Icefire's work and doing so is disrespectful of the creators work.
    i'd fix it... pm it or send it back to the original writer and get his/her approval before i release it under my own name and plz give Icefire some credit some it was pretty for a first script

    GOOD JOB

  8. #8
    Join Date
    Dec 2006
    Location
    Houston, TX USA
    Posts
    4,791
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Thanks for the advice everyone.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Bone Burier
    By hahicx in forum First Scripts
    Replies: 12
    Last Post: 08-09-2008, 04:27 PM
  2. Bone Burier!
    By Lancelot074 in forum RS3 Outdated / Broken Scripts
    Replies: 13
    Last Post: 03-24-2008, 05:16 PM
  3. Bone Burier 2.0
    By Wanted in forum RS3 Outdated / Broken Scripts
    Replies: 4
    Last Post: 02-04-2007, 08:49 PM
  4. Bone Burier
    By Infantry001 in forum RS3 Outdated / Broken Scripts
    Replies: 0
    Last Post: 07-06-2006, 04:42 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
  •