Jump to content

Twin

Members
  • Posts

    1334
  • Joined

  • Last visited

  • Feedback

    100%

Everything posted by Twin

  1. I will be opening up a tutorial island service, all hand done, and done by me. My price will be 75k baseline, and the more accounts you need done, the lower my price will be. Why use me? Everything I do is going to be hand done I will be as quick as I can, trying to get orders done so you don't have to wait to start botting on your accounts If need be, I will create the emails for your accounts, and create the account itself for an extra cost(We will discuss this over skype) Order Form How many accounts you need done: Do you need me to create the emails for you?: Your skype: Are we using a middleman or are you going to pay upfront?: Do you agree to the ToS?: Pricing: 1 Account: 75k 5 Accounts: 70k 10 Accounts 65k: 20 Accounts: 60k Email creation for the accounts will be discussed over skype. Terms of Service I will add your skype, and you may then ask for confirmation. (I will never deny a PM) You will pay upfront for your work, or a middleman will be used at your expense. I have the right to decline any order If I am unable to complete a service, you will be refunded for what is left. You will not log in whilst a service is being done, unless told you can. You will feedback upon completion of your order.
  2. Well it's 150k because world hopping is reall slow. Osbot is working on quicker world hopping so that will increase profits by a lot.
  3. Knives won't crash as a result of 5 accounts doing this. The method won't crash either, not a lot of people shell out 10-15 dollars for a script
  4. I can do it so only a certain amount of people can own the script at once. At least, that's what an old blast furnace script did.
  5. How is it ruined? This price isn't final either way. If divinityy thinks it will ruin it i'm sure he'll have me make the price higher. theres like 80 worlds and they restock 1 bar a minute.
  6. as of 4/10 0that is the selling price of the knives. Requirements: You must be level 11(snakes will attack you otherwise) You must have gp and a hammer in your inventory Level 7 Smithing Features: 150k+ an hour with minimal requirements!(Needs testing, it might be more!) 10k+ smiting exp an hour while making money! Very little requirements to make this money. The script will be released in about a week for 5+ dollars, just because this method can only be used so much before the shops have no bars, and no one can make anything. 5 dollars is not the final price as some users think this will crash the method. Going to try this with the new worldhop methods and see if it increases the gp/hour
  7. Wouldn't this be undercutting since there's 2 other plankers coming out that have a price tag of 5 dollars? Unless this has less features or i'm just dumb.
  8. No problem if you need anything else let me know
  9. RS2Widget mage = widgets.get(548, 61);//this is the spell book if (mage != null && mage.isVisible())//checks to make sure its actually on your screen mage.interact("Magic");//clicks on the spell book sleep(random(500, 1000)); RS2Widget cast = widgets.get(218, 1);//this is teleport to lumbridge if (cast != null && cast.isVisible())//makes sure teleport to lumbridge is a visible option cast.interact("Cast");//cast teleport to lumbridge. sleep(15000);
  10. I do it by getting the interface id of the magic book on the tool bar, then the interface id of the spell I want it to click.
  11. You could have always done if(inventory.contains("Bones","Watermelon") That's what I did to get around it, but it ended up still fitting in with my script, for some it wouldn't work.
  12. I was honestly about to pm you on skype because I needed a graphic lol
  13. Twin

    Bunka's Graphic Shop

    Would you be able to make me a 180x180 thats similar to twins flax spinner in my signature? PM me or reply to this the price.
  14. I normally use kuroko but he's not responding . Anyway, I would like it to be similar to the flax on in my signature if possible. The script is called "Twins Kebbit Catcher", or "Twins Kebbits" Whatever one would be easier to make. Either comment your price here or pm me.
  15. I normally use kuroko but he's not responding . Anyway, I would like it to be similar to the flax on in my signature if possible. The script is called "Twins Kebbit Catcher", or "Twins Kebbits" Whatever one would be easier to make. Either comment your price here or pm me. Welp wrong plcae to post this. Gonna repost. An admin can close this.
  16. Twin

    Sample Code

    Okay i have to ask, where is your signature from?
  17. Twin

    Sample Code

    Damn you went hard with this the basic one I wrote him was like 2 lines of code
  18. All this seems really redundant, just get the closest cow and check if its either in the cow pen and under attack. Area COWAREA = new Area(0,0,0,0) NPC cow = npcs.closest("Cow"); if(cow!=null) if(COWAREA.contains(cow)&&!cow.isUnderAttack()) cow.interact("Attack"); and if the cow is underattack just do localWalker.walk(COWAREA.getRandomPosition(0)); and it will go to a new area and find new cows. Or you can filter out every cow that is under attack, so the only cows it will think about targetting are ones that aren't under attack.
  19. I heard that it takes saved passwords if you have them saved to your browser. I'm pretty sure it was only r94
  20. Actually to walk a path its localWalker.walkPath(), my bad for the misinformation
×
×
  • Create New...