Jump to content
Frequently Asked Questions
  • Are you not able to open the client? Try following our getting started guide
  • Still not working? Try downloading and running JarFix
  • Help! My bot doesn't do anything! Enable fresh start in client settings and restart the client
  • How to purchase with PayPal/OSRS/Crypto gold? You can purchase vouchers from other users
  • Leaderboard

    Popular Content

    Showing content with the highest reputation on 03/19/24 in all areas

    1. 1 point
    2. notkashez

      NK Alchemize

      This script will alch any item in inventory and log out if no nature runes . It has a 5% chance to open the skills tab a small anti ban precaution. If you test this or use it please comment to let me know! import org.dreambot.api.methods.Calculations; import org.dreambot.api.methods.container.impl.Inventory; import org.dreambot.api.methods.magic.Normal; import org.dreambot.api.methods.magic.Magic; import org.dreambot.api.methods.skills.Skills; import org.dreambot.api.methods.tabs.Tabs; import org.dreambot.api.script.AbstractScript; import org.dreambot.api.script.Category; import org.dreambot.api.script.ScriptManifest; import org.dreambot.api.wrappers.items.Item; import java.util.List; import java.util.Random; @ScriptManifest(category = Category.MAGIC, image = "", name = " NK ALCHEMIZE", author = "NotKashez", description = "Alchemize me captain", version = 1.0) public class Main extends AbstractScript { private Random rand = new Random(); @Override public int onLoop() { highAlchItems(); return Calculations.random(600, 800); // Sleep for a random period between 600 and 800 milliseconds } private void highAlchItems() { List<Item> items = Inventory.all(); // Check for Nature runes in the inventory Item natureRune = Inventory.get("Nature rune"); if (natureRune == null) { log("No Nature runes in inventory. Logging out..."); Tabs.logout(); stop(); return; } for (Item item : items) { // Add a null check for the item if (item != null) { String itemName = item.getName(); if (!itemName.equals("Nature rune") && !itemName.equals("Coins")) { sleep(Calculations.random(1000, 1500)); Magic.castSpell(Normal.HIGH_LEVEL_ALCHEMY); sleep(Calculations.random(1500, 2000)); item.interact(); if (rand.nextInt(100) < 5) { Skills.open(); sleep(1000,2000); } break; } } } }
      1 point
    3. notkashez

      NK Alchemize

      you are absolutely correct! ill fix it after this league game! Thanks for the reply.
      1 point
    4. 1 point
    5. Do you really need to use the ids? For example, you could use a filter that matches objects with a specific action only (Craft-rune or Bind). Nevertheless, to find out the ids you can use the wiki:
      1 point
    6. Tried this and have to say its the best Tempoross script currently.
      1 point
    7. lolwat

      botting computer

      I suppose a requirement of a good purchase is a decent understanding of language
      1 point
    8. lolwat

      botting computer

      Terrible advice, do not listen to this guy you will be wasting your money lol
      1 point
    9. An easy way to get 20 kills is to kill the boss on your main till it is low health, then run in on the new account and deal just a bit of damage so it counts as a kill! I have done this by just getting 13 mage and 40 prayer for overheads and using fire strike at the Callisto. Another way i have done is to just afk range at sand crabs till 50 range so i have msb then run in and msb spec the boss.
      1 point
    10. Here's my review for each of the quests 1. Goblin Diplomacy - Bot walked from Lumby to Varrock, I learned a new shortcut, bot got into the entrance of GE 1 tile away from seeing the Exchange and Bankers in the distance, but got stuck. Manually had to step 1 more step to GE. Bot Bought dyes and goblin mail, banked everything, grabbed dyes, left goblin mail and went to Goblin Village, started quest, and went to Fally bank to get the goblin mail. Bot got stuck after giving Goblins Orange Goblin Mail on options "Yes he look fat - No he not fat - I'll leave you to it. Manually got past that and the rest of the quest went smoothly. 2. Romeo and Juiliet - Flawless 3. Cooks Assistant - I've already completed - skipped perfectly 4. Ernest the Chicken - Flawless 5. Restless Ghost - Flawless 6. Sheep Shearer - Walked me from the Lumby Church to Duel Arena bank to deposit my necklace that got swapped for Ghostspeak, then tele'd to Lumby again before walking to GE to buy 20 balls of wool. Completed quest afterward. Great script!! Thank you for saving 1 hour of my life on quests I've done to many times to count!!
      1 point
    ×
    ×
    • Create New...

    Important Information

    We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.