Results 1 to 17 of 17

Thread: Gilded altar prayer REQUEST

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

    Default Gilded altar prayer REQUEST

    hello everyone! im looking for a gilded altar'er
    im not looking for a teler, banker , and atlarer no!

    im just looking for a script that right click my bone and click the altar pretty fast so i dont fail, it goes pretty fast etc , i can go to the bank myself

    i want this so i can do split screen and watch heroes while the bot right click all my bones and use them on the altar, i dont need the script to take the bones from my beast of burden but if it does, im ok with that

    THANK YOU

  2. #2
    Join Date
    Oct 2007
    Location
    #srl
    Posts
    6,102
    Mentioned
    39 Post(s)
    Quoted
    62 Post(s)

    Default

    I would make it for you but I dont have a guilded Altar...

    If you want to take a screen shot I could maybe do it with that.

  3. #3
    Join Date
    Dec 2008
    Posts
    2,813
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    the walking is easy if your house is in yanille..

    otherwise the walking would get you lost

    and if he doesn't make good I can do this for you..

    (do it legit)

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

    Default

    nah i have to do 9k dbones and split screen, by the way i dont have a gilded altar in my house , im going to gilded altar events so i just want a auto that click on my bones and on the altar.

    i dont wanna do it legit, cmon

  5. #5
    Join Date
    Apr 2007
    Location
    England
    Posts
    313
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    this is a good idea, a script that walks from yanille to house, types in user input name and uses the bones. Then goes and banks. A thing to look out for is the flame gonig out tho

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

    Default

    no need to walk from yanille to house, i can do this myself , i just want it to click use bones on altar, then i go to bank ,myself and bring it back

    but if you can do a walk from house to yanille im ok with that ;P

  7. #7
    Join Date
    Apr 2007
    Location
    England
    Posts
    313
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    i may start, but i got so much work going on it will be highly unlikely i finish, if someone made this it would be great though - i would use it

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

    Default

    .

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

    Default

    i found one, its pretty queer, it work a bit well
    Quote Originally Posted by cleav View Post

    program bla;
    {.include SRL/SRL.scar}

    var
    x, y :integer;
    i :integer;

    procedure bonetje;
    begin
    i := (i+1);
    MouseItem(i,false);
    wait(109+random(53));
    if(ChooseOption('Use')) then
    if(FindObj(x,y,'Altar',9800330,20)) then
    begin
    Mouse(x,y,2,2,true);
    end;
    end;

    begin
    SetupSRL;
    activateClient;
    gametab(4);
    MakeCompass('e');
    SetAngle(true);
    i := 5;
    repeat
    bonetje;
    until(i=28)
    end.


    by hamster

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

    Default

    but it has alot of anoying shit, when it doesnt find the altar it start searching everywhere with some movement that for me seems detectable , if it fails, it doesnt care it continue the other bones, its anoying but enjoyable

    can anyone tell me if its like a script no to use like if its very detectable or not

  11. #11
    Join Date
    Sep 2008
    Posts
    352
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    you could just use an auto clicker...
    Formerly Known as: Willie2oo8

  12. #12
    Join Date
    Sep 2007
    Location
    British Columbia, Canada
    Posts
    4,047
    Mentioned
    1 Post(s)
    Quoted
    2 Post(s)

    Default

    jeez dude, lazy much?
    It would waste a lot of money because its hard for script to detect whether the torch is lit.
    Oh Hai Dar

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

    Default

    Quote Originally Posted by willie2oo8 View Post
    you could just use an auto clicker...

    gilded altar / autoclicker ?

    wtf

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

    Default

    Quote Originally Posted by Main_Ftw View Post
    jeez dude, lazy much?
    It would waste a lot of money because its hard for script to detect whether the torch is lit.
    the script is 50-50

    you bank yourself you walk yourself to the house etc

    all it does is click on bone and altar, if its unlit, you press

    crtl+alt+a and its paused, when someone lit it you press resume

    damn

  15. #15
    Join Date
    Dec 2008
    Posts
    2,813
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    don't double post.. edit your post..

    and don't get mad at people for not making you scripts if you can't even script yourself..

    and you COULD use an auto clicker.. just start it in the same spot every time

    or use color..

    or use DTM..

    SCAR Code:
    repeat
    if(FindDTM(Bones, blahblahblah))then
      Mouse(x, y, 2, 2, false);
      Wait(randomrange(25, 50));
      ChooseOption('use');
      Wait(randomrange(25, 50));
    if(FindObjCustom(params))then
      Mouse(x, y, 1, 1, true);
      Writeln('boned');
      inc(boned);
    Until(boned > 27);

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

    Default

    huh?

  17. #17
    Join Date
    Dec 2008
    Posts
    2,813
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    EDIT YOUR POSTS.. idk how to make it clearer..

    and you can make a simple one.. look at what I said.. that will find the bone, right click, select 'use', then click on the altar.. you just gotta fix the params..

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Gilded Alter A.S.A.P
    By [JS] in forum RuneScape News and General
    Replies: 2
    Last Post: 03-08-2009, 04:29 AM
  2. gilded altar helper
    By hamster in forum First Scripts
    Replies: 25
    Last Post: 12-08-2008, 04:41 AM
  3. a little bit of help at the gilded altar
    By TheSmit1967 in forum First Scripts
    Replies: 2
    Last Post: 12-07-2008, 10:41 PM
  4. Gilded altar runner
    By hamster in forum RS3 Outdated / Broken Scripts
    Replies: 21
    Last Post: 03-10-2008, 10:38 AM
  5. Prayer Request (Good Idea)
    By osmm in forum RS3 Outdated / Broken Scripts
    Replies: 1
    Last Post: 09-30-2007, 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
  •