Jump to content

billyboy420

Members
  • Posts

    24
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by billyboy420

  1. I'm guessing you're a bit more advanced but the Google learning to code app Grasshopper is a really good place for absolutely new people to start learning the basics.

    I'm guessing you're a bit more advanced but the Google learning to code app Grasshopper is a really good place for absolutely new people to start learning the basics.

  2. I like the idea of bots calling for mules and having meet up points. What have you been writing your bot launching scripts in? You also might want to look into AWS's dynamoDB that's what I'm using to handle all my bot details and it can be accessed from anywhere so I can run bots on my laptop and server without having to worry about syncing databases or anything. Looking forward to more updates!

  3. 18 minutes ago, Burundanga said:

    maybe u could do it so one may select which quests to do and in what order because some people would use this to grind qp for dragon slayer while others would just need a quick 7qp run for their sui bots, just a thought :)

    I have a launcher that manages all my bots and the script I am writing everything can be launched from the CLI, so the launcher randomises what quests to do to get the 7qp and was random few skills to train. I'm not planning on realising either the bot manager or the quest and f2p quests script I just thought the configs would help other people with their scripts.

    • Like 1
  4. 1 hour ago, Burundanga said:

    much needed. combine rune mysteries with ghost speaker quest to save time then add romeo and juliet for a quick and smooth 7qp run script. u planning on doing all f2p quests or what is the deal here?

    Planning on doing all quests. I already have Sheep Shearer and Cooks Assistant done but they were covered in the other thread so I didn't bother rewriting them but I can do that. Restless Ghost is the next quest I'll be adding and then probably Imp catcher using the grand exchange if you have enough money to buy the beads. I'll be trying to add all free to play quests.

    1 hour ago, Sikkunt Aaron said:

    that would be nice, cheers buddy :leech:

    Thanks hopefully I'll get a few more done tomorrow.

  5. 3 hours ago, Duhstin said:

     

    Yeah, my own script creates new accounts upon bans and such as well. Plus launches a new client with a flagged IP to run the accounts on after tutorial island is finished, as I've never had issues with locks and stuff on flagged IPs after tutorial island has been finished on clean proxies.

    Yeah I suspect as my account numbers grow I will get more bans but hopefully the not reusing known bad IPs will help with that.

  6. Hey guys

    I've been writing a F2P "Do it all" script and was slowly adding in quests. I found this thread to be very useful but not have all the quest so I though I should start a similar one with the quests I am adding to my script. Below will be the list of configs for different scripts and I'll be adding more as I add them to my script. If you have any questions feel free to ask.

     

    Rune Mysteries

    Spoiler

    Rune mysteries
    [63:0]
    Talk to Duke -> "Have you any quests for me?", "Sure, no problem."
    Duke chat options:

    [63:1, 2]
    Walk to Sedridor -> new Area(3096, 9574, 3107, 9566);
    "Talk-to" -> Sedridor -> "I'm looking for the head wizard.", "Ok, here you are.", "Yes, certainly."
    NOTES WebWalking can handle the ladder down to the basement of the Wizards tower.
    After giving the tailsman config changes from 1 to 2

    [63:3]
    Giving aubury the package
    Walk to Aubury - new Area(3251, 3402, 3254, 3400);
    "Talk-to" -> Aubury -> "I have been sent here with a package for you."

    [63:4]
    getting the notes from aubury
    "Talk-to" -> Aubury

    [63:5]
    giving the notes to Sedridor
    Walk to Sedridor -> new Area(3096, 9574, 3107, 9566);
    "Talk-to" -> Sedridor

    [63:6]
    DONE!

     

    The Restless Ghost

    Spoiler

    The Restless Ghost
    [107:0]
    Walk to lumbridge church -> new Area(3240, 3215, 3247, 3204);
    "Talk-to" -> Father Aereck -> "I'm looking for a quest!", "Ok, let me help then."

    [107:1]
    Walk to Hut in swamp -> new Area(3144, 3177, 3151, 3173);
    "Talk-to" -> Father Urhney -> "Father Aereck sent me to talk to you.", "He's got a ghost haunting his graveyard"

    [107:2]
    Walk to coffin -> new Area(3247, 3195, 3252, 3190);
    "Wear" -> Ghostspeak amulet
    "Search" -> Coffin
    "Talk-to" -> Restless ghost -> "Yep, now tell me what the problem is."

    [107:3]
    Walk to Wizards tower basement -> new Area(3115, 9569, 3121, 9564);
    "Search" -> Altar
    NOTE will be attacked but skeleton, maybe save some energy and toggle run

    [107:4]
    Walk to coffin -> new Area(3247, 3195, 3252, 3190);
    "Use" -> Ghost's skull -> Coffin
    NOTE if the coffin has closed you will need to open it before using the skull on it

    [107:5]
    Wait for cut scene
    DONE!

     

    Goblin Diplomacy

    Spoiler

    Goblin Diplomacy
    [62:0]
    Buy 3 goblin armour, 1 orange dye, and 1 blue dye
    Talk-to -> General Wartface -> "No, he doesn't look fat", "Do you want me to pick an armour colour for you?" "What about a different colour?"

    [62:3]
    Use -> Orange dye -> Goblin mail -> Orange goblin mail
    Talk-to -> General Wartface -> "I have some orange armour here"
    NOTES there is a cut scene after this

    [62:4]
    Use -> Blue dye -> Goblin mail -> Blue goblin mail
    Talk-to -> General Wartface -> "I have some blue armour here"
    NOTES there is a cut scene after this

    [62:5]
    Talk-to -> General Wartface -> "I have some brown armour here"
    NOTES there is a cut scene after this

    [62:6]
    DONE!

     

    • Like 3
  7. I have got a script that creates the accounts and can run tutorial island and so far I'm only seeing a few of them get banned. Maybe it's the proxies you are using, my script won't reuse an IP if it has an account has been banned that was created with that IP. I've only been running the script for a few weeks and have have 100 accounts at the moment and most of those I have finished 7qps on.

  8. Hey guys

    I've been writing some scripts and I was wondering what the best way to test them is. I just got a one day ban and was thinking its probably because I'm just testing each part of my script over and over to get it perfect. Like such as banking and equipping gear.

    How do you guys test your scripts? Do you just try it once then do something else for half an hour then test again?

    Cheers

×
×
  • Create New...