Page 2 of 3 FirstFirst 123 LastLast
Results 26 to 50 of 59

Thread: [ProjectRs06] Taking Bot Requests

  1. #26
    Join Date
    Jan 2013
    Posts
    14
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

    Default

    Could you make a magic/yew bot with a banker? Would be great please pm if you do
    btw could you also send me rune ess bot?

  2. #27
    Join Date
    Jan 2013
    Posts
    14
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

    Default

    And your awesome for creating bots who asks

  3. #28
    Join Date
    Jan 2013
    Posts
    16
    Mentioned
    0 Post(s)
    Quoted
    6 Post(s)

    Default

    Quote Originally Posted by Marc000z View Post
    This wouldn't take me more than 5 minutes (Fletching and then stringing), but I don't have an account with fletching levels yet. Also for the randoms, I haven't gotten any yet, so I haven't started working on them either. :\
    Alright, if you can just add it in with the rest you do that'd be awesome if it only took you a few minutes

  4. #29
    Join Date
    Jan 2013
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    #yolo

  5. #30
    Join Date
    Oct 2011
    Posts
    7
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    power miner please

  6. #31
    Join Date
    May 2012
    Location
    Brazil
    Posts
    51
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

    Default

    Quote Originally Posted by alpha librae View Post
    power miner please
    Which ores?
    On 2nd thought I'll just make it for all the ores.

  7. #32
    Join Date
    Jan 2013
    Posts
    16
    Mentioned
    0 Post(s)
    Quoted
    6 Post(s)

    Default

    Quote Originally Posted by Marc000z View Post
    Which ores?
    On 2nd thought I'll just make it for all the ores.
    IF you're going to do a miner don't forget essence

  8. #33
    Join Date
    May 2012
    Location
    Brazil
    Posts
    51
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

    Default

    Quote Originally Posted by ustink103 View Post
    IF you're going to do a miner don't forget essence
    Nonono. The miners will be powerminers (Can't be bothered making them bank).

    The Rune essence miner will be it's own script (With banking).

  9. #34
    Join Date
    Jan 2013
    Posts
    16
    Mentioned
    0 Post(s)
    Quoted
    6 Post(s)

    Default

    Another simple script is an auto curse spell, ofcourse the hard part is just the random solver

  10. #35
    Join Date
    May 2012
    Location
    Brazil
    Posts
    51
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

    Default

    I still haven't gotten any randoms, and I've been running my scripts for a good 3 hours. :\

  11. #36
    Join Date
    Jan 2013
    Posts
    16
    Mentioned
    0 Post(s)
    Quoted
    6 Post(s)

    Default

    Quote Originally Posted by Marc000z View Post
    I still haven't gotten any randoms, and I've been running my scripts for a good 3 hours. :\
    You need to get the random in order to code it?

  12. #37
    Join Date
    Jan 2013
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    I would like an iron powerminer as well please. Thanks!

  13. #38
    Join Date
    May 2012
    Location
    Brazil
    Posts
    51
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

    Default

    Quote Originally Posted by ustink103 View Post
    You need to get the random in order to code it?
    Well, yeah. lol

    Quote Originally Posted by gottie101 View Post
    I would like an iron powerminer as well please. Thanks!
    This is pretty simple. I'll actually do it right now. (Won't have anti randoms though)

  14. #39
    Join Date
    Dec 2012
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    How about a simple Chicken killer? loots feathers or buys bones for none pures

  15. #40
    Join Date
    Jan 2013
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    I don't mind if it doesn't have an anti random feature. I will most likely be baby sitting the bot as I do my studies.

  16. #41
    Join Date
    May 2012
    Location
    Brazil
    Posts
    51
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

    Default

    I didn't have 15 mining yet so I had made a Clay ore power miner. I fell asleep while watching it though lol. It did get me 44 mining soooo.

    If you want to use it as a base to make your own powerminer (For a specific location), go right on ahead.

    If you're going to use it, keep your screen like this:

    Here's the script:
    Program Clayminer;

    procedure Getclient;
    begin
    Movemouse(645, 185);
    Wait(10);
    Clickmouse(645, 185, mouse_Left);
    Wait(10);
    end;

    procedure Camup;
    begin
    Keydown(38);
    Wait(4000);
    Keyup(38);
    end;
    procedure Getore;
    begin
    Movemouse(262, 145);
    Wait(200);
    Clickmouse(262, 145, mouse_Left);
    Wait(4500);
    Movemouse(228, 185);
    Wait(200);
    Clickmouse(228, 185, mouse_Left);
    Wait(4500);
    end;

    procedure Dropall;
    begin
    Movemouse(581, 230);
    wait(50);
    Clickmouse(581, 230, mouse_Right);
    wait(50);
    movemouse(581, 272);
    wait(50);
    Clickmouse(581, 272, mouse_Left);
    wait(50);
    Movemouse(630, 228);
    wait(50);
    Clickmouse(630, 228, mouse_Right);
    wait(50);
    movemouse(630, 272);
    wait(50);
    Clickmouse(630, 272, mouse_Left);
    wait(50);
    Movemouse(665, 228);
    wait(50);
    Clickmouse(665, 228, mouse_Right);
    wait(50);
    movemouse(665, 272);
    wait(50);
    Clickmouse(665, 272, mouse_Left);
    wait(50);
    Movemouse(700, 228);
    wait(50);
    Clickmouse(700, 228, mouse_Right);
    wait(50);
    movemouse(700, 272);
    wait(50);
    Clickmouse(700, 272, mouse_Left);
    wait(50);//
    Movemouse(581, 265);
    wait(50);
    Clickmouse(581, 265, mouse_Right);
    wait(50);
    movemouse(581, 310);
    wait(50);
    Clickmouse(581, 310, mouse_Left);
    wait(50);
    Movemouse(630, 265);
    wait(50);
    Clickmouse(630, 265, mouse_Right);
    wait(50);
    movemouse(630, 310);
    wait(50);
    Clickmouse(630, 310, mouse_Left);
    wait(50);
    Movemouse(665, 265);
    wait(50);
    Clickmouse(665, 265, mouse_Right);
    wait(50);
    movemouse(665, 310);
    wait(50);
    Clickmouse(665, 310, mouse_Left);
    wait(50);
    Movemouse(700, 265);
    wait(50);
    Clickmouse(700, 265, mouse_Right);
    wait(50);
    movemouse(700, 310);
    wait(50);
    Clickmouse(700, 310, mouse_Left);
    wait(50);//
    end;

    begin
    repeat
    Getclient;
    Camup;
    Getore;
    Getore;
    Getore;
    Getore;
    Getore;
    dropall;
    until (false)
    end.

  17. #42
    Join Date
    Jan 2013
    Location
    Finland
    Posts
    130
    Mentioned
    1 Post(s)
    Quoted
    30 Post(s)

  18. #43
    Join Date
    Jan 2013
    Posts
    12
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    Hey GOODLUCK Scripting!!

  19. #44
    Join Date
    Jan 2013
    Posts
    14
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

    Default

    Why no yew/magic cutter/banker ?!

  20. #45
    Join Date
    Jan 2013
    Posts
    68
    Mentioned
    0 Post(s)
    Quoted
    25 Post(s)

    Default

    Really like the idea of a working magic/yew cutter with banker if anyone can create , havent found a good one yet. Best place would probably be gnome stronghold. In addition to other requesters there are looking for fletching bots and powerminers, here are the best ones ive found.
    Fletcher: http://villavu.com/forum/showthread.php?t=93297
    Powerminer: http://villavu.com/forum/showthread.php?t=92716

  21. #46
    Join Date
    May 2012
    Location
    Brazil
    Posts
    51
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

    Default

    Quote Originally Posted by Lemonade View Post
    Why no yew/magic cutter/banker ?!
    It'll take me time to get my woodcutting to that level, so I'm leaving it for later.

  22. #47
    Join Date
    Jan 2013
    Posts
    14
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

    Default

    Why? Its a simple clicking/banking i could give you the magic logs/yew and it will act as in full inv and go bank that would test it i think

  23. #48
    Join Date
    Jan 2013
    Posts
    16
    Mentioned
    0 Post(s)
    Quoted
    6 Post(s)

    Default

    Quote Originally Posted by Marc000z View Post
    It'll take me time to get my woodcutting to that level, so I'm leaving it for later.
    If I let you barrow an account with high enough wc for yews would you do it?

  24. #49
    Join Date
    Jan 2013
    Posts
    16
    Mentioned
    0 Post(s)
    Quoted
    6 Post(s)

    Default

    bump

  25. #50
    Join Date
    Jan 2013
    Posts
    12
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    AIO fighter?

Page 2 of 3 FirstFirst 123 LastLast

Thread Information

Users Browsing this Thread

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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •