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
  • Search the Community

    Showing results for tags 'magic'.

    • Search By Tags

      Type tags separated by commas.
    • Search By Author

    Content Type


    Forums

    • Requests
    • DreamBot
      • Announcements
      • Client Support
      • Site Support
    • Community
      • General Discussion
      • Runescape
      • Spam
      • Applications
    • Scripts
      • SDN Scripts
      • Local Scripts
      • Private Scripting Shops
      • Script Requests
      • Script Management
    • Development
      • Scripting
      • Programming
    • Market
      • Vouchers / Store Credit
      • Middleman Services
      • Gold Exchange
      • Membership Sales
      • Account Sales
      • Item Exchange
      • Services
      • Graphics
      • Other
    • Management
      • Disputes
      • Appeals
      • Archive

    Product Groups

    • Donator
    • VIP
    • Sponsor
    • Scripts
      • Agility
      • Combat
      • Construction
      • Cooking
      • Crafting
      • Fletching
      • Firemaking
      • Fishing
      • Herblore
      • Hunter
      • Magic
      • Mining
      • Farming
      • Prayer
      • Ranged
      • Runecrafting
      • Slayer
      • Smithing
      • Thieving
      • Woodcutting
      • Money Making
      • Mini-Games
      • Quests
      • Other

    Find results in...

    Find results that contain...


    Date Created

    • Start

      End


    Last Updated

    • Start

      End


    Filter by number of...

    Joined

    • Start

      End


    Group


    Website URL


    Discord


    Skype


    Location


    Interests

    Found 9 results

    1. 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(); 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; } } } } }
    2. Click here to receive a one-hour trial Features: Trains Magic by 1-tick enchanting bolts. The fastest Magic experience in the game. When out of runes or bolts, the bot will log out. Supports QuickStart. Requirements: Have at least 4 Magic. Instructions: Have your staff equipped. Have the required runes in inventory. Have bolts in inventory. Supported items: Estimated profit per hour (prices may be outdated, check them yourself): Input 1 x Staff of fire = 1,600 gp 4,400 x Cosmic rune = 409,200 gp 4,400 x Death rune = 519,200 gp 44,000 x Onyx bolts = 374,748,000 gp Output 4,400 x Enchant Crossbow Bolt (Onyx) = 426,800 xp 44,000 x Onyx bolts (e) = 380,204,000 gp + 4,526,000 gp and + 426,800 xp Input 1 x Staff of fire = 1,600 gp 4,400 x Cosmic rune = 409,200 gp 4,400 x Death rune = 519,200 gp 44,000 x Onyx dragon bolts = 408,012,000 gp Output 4,400 x Enchant Crossbow Bolt (Onyx) = 426,800 xp 44,000 x Onyx dragon bolts (e) = 401,104,000 gp + 426,800 xp Input 1 x Staff of earth = 1,029 gp 4,400 x Cosmic rune = 409,200 gp 4,400 x Soul rune = 1,034,000 gp 44,000 x Dragonstone bolts = 22,220,000 gp Output 4,400 x Enchant Crossbow Bolt (Dragonstone) = 343,200 xp 44,000 x Dragonstone bolts (e) = 18,128,000 gp + 343,200 xp Input 1 x Staff of earth = 1,029 gp 4,400 x Cosmic rune = 409,200 gp 4,400 x Soul rune = 1,034,000 gp 44,000 x Dragonstone dragon bolts = 60,720,000 gp Output 4,400 x Enchant Crossbow Bolt (Dragonstone) = 343,200 xp 44,000 x Dragonstone dragon bolts (e) = 51,216,000 gp + 343,200 xp Input 1 x Staff of earth = 1,029 gp 4,400 x Cosmic rune = 409,200 gp 8,800 x Law rune = 1,047,200 gp 44,000 x Diamond bolts = 12,980,000 gp Output 4,400 x Enchant Crossbow Bolt (Diamond) = 294,800 xp 44,000 x Diamond bolts (e) = 6,204,000 gp + 294,800 xp Input 1 x Staff of earth = 1,029 gp 4,400 x Cosmic rune = 409,200 gp 8,800 x Law rune = 1,047,200 gp 44,000 x Diamond dragon bolts = 55,704,000 gp Output 4,400 x Enchant Crossbow Bolt (Diamond) = 294,800 xp 44,000 x Diamond dragon bolts (e) = 58,256,000 gp + 1,094,571 gp and + 294,800 xp Input 1 x Staff of fire = 1,600 gp 4,400 x Cosmic rune = 409,200 gp 4,400 x Blood rune = 875,600 gp 44,000 x Ruby bolts = 9,416,000 gp Output 4,400 x Enchant Crossbow Bolt (Ruby) = 259,600 xp 44,000 x Ruby bolts (e) = 4,356,000 gp + 259,600 xp Input 1 x Staff of fire = 1,600 gp 4,400 x Cosmic rune = 409,200 gp 4,400 x Blood rune = 875,600 gp 44,000 x Ruby dragon bolts = 51,656,000 gp Output 4,400 x Enchant Crossbow Bolt (Ruby) = 259,600 xp 44,000 x Ruby dragon bolts (e) = 53,680,000 gp + 737,600 gp and + 259,600 xp Input 1 x Staff of air = 1,749 gp 4,400 x Cosmic rune = 409,200 gp 4,400 x Nature rune = 391,600 gp 44,000 x Emerald bolts = 5,412,000 gp Output 4,400 x Enchant Crossbow Bolt (Emerald) = 162,800 xp 44,000 x Emerald bolts (e) = 880,000 gp + 162,800 xp Input 1 x Staff of air = 1,749 gp 4,400 x Cosmic rune = 409,200 gp 4,400 x Nature rune = 391,600 gp 44,000 x Emerald dragon bolts = 65,472,000 gp Output 4,400 x Enchant Crossbow Bolt (Emerald) = 162,800 xp 44,000 x Emerald dragon bolts (e) = 52,800,000 gp + 162,800 xp Input 1 x Staff of fire = 1,600 gp 4,400 x Cosmic rune = 409,200 gp 44,000 x Topaz bolts = 10,076,000 gp Output 4,400 x Enchant Crossbow Bolt (Red Topaz) = 145,200 xp 44,000 x Topaz bolts (e) = 264,000 gp + 145,200 xp Input 1 x Staff of fire = 1,600 gp 4,400 x Cosmic rune = 409,200 gp 44,000 x Topaz dragon bolts = 75,680,000 gp Output 4,400 x Enchant Crossbow Bolt (Red Topaz) = 145,200 xp 44,000 x Topaz dragon bolts (e) = 51,304,000 gp + 145,200 xp Input 1 x Staff of water = 995 gp 4,400 x Cosmic rune = 409,200 gp 44,000 x Pearl bolts = 3,124,000 gp Output 4,400 x Enchant Crossbow Bolt (Pearl) = 127,600 xp 44,000 x Pearl bolts (e) = 220,000 gp + 127,600 xp Input 1 x Staff of water = 995 gp 4,400 x Cosmic rune = 409,200 gp 44,000 x Pearl dragon bolts = 68,156,000 gp Output 4,400 x Enchant Crossbow Bolt (Pearl) = 127,600 xp 44,000 x Pearl dragon bolts (e) = 61,468,000 gp + 127,600 xp Input 1 x Staff of earth = 1,029 gp 4,400 x Cosmic rune = 409,200 gp 44,000 x Jade bolts (untradeable) Output 4,400 x Enchant Crossbow Bolt (Jade) = 83,600 xp 44,000 x Jade bolts (e) (untradeable) + 83,600 xp Input 1 x Staff of earth = 1,029 gp 4,400 x Cosmic rune = 409,200 gp 44,000 x Jade dragon bolts = 69,916,000 gp Output 4,400 x Enchant Crossbow Bolt (Jade) = 83,600 xp 44,000 x Jade dragon bolts (e) = 38,896,000 gp + 83,600 xp Input 1 x Staff of water = 995 gp 4,400 x Cosmic rune = 409,200 gp 4,400 x Mind rune = 8,800 gp 44,000 x Sapphire bolts = 4,664,000 gp Output 4,400 x Enchant Crossbow Bolt (Sapphire) = 74,800 xp 44,000 x Sapphire bolts (e) = 748,000 gp + 74,800 xp Input 1 x Staff of water = 995 gp 4,400 x Cosmic rune = 409,200 gp 4,400 x Mind rune = 8,800 gp 44,000 x Sapphire dragon bolts = 50,776,000 gp Output 4,400 x Enchant Crossbow Bolt (Sapphire) = 74,800 xp 44,000 x Sapphire dragon bolts (e) = 52,008,000 gp + 74,800 xp Input 1 x Staff of air = 1,749 gp 4,400 x Cosmic rune = 409,200 gp 44,000 x Opal bolts = 2,816,000 gp Output 4,400 x Enchant Crossbow Bolt (Opal) = 39,600 xp 44,000 x Opal bolts (e) = 352,000 gp + 39,600 xp Input 1 x Staff of air = 1,749 gp 4,400 x Cosmic rune = 409,200 gp 44,000 x Opal dragon bolts = 57,508,000 gp Output 4,400 x Enchant Crossbow Bolt (Opal) = 39,600 xp 44,000 x Opal dragon bolts (e) = 53,284,000 gp + 39,600 xp Gallery: Proggies: Same code, different script: Feedback: QuickStart: Because this script doesn't have any parameters, type null. Example: -params null Click here to leave a review for the script
    3. Click here to receive a one-hour trial Features: Trains Magic with a progressive task system. When the desired level has been reached or X amount of items have been processed, the bot will start the next task. You can save the task list and antiban settings to a text file and load them quickly. Supports QuickStart. Supports 1-tick bolt enchanting (the best experience per hour in the game). Supports stun-alching (alternately casting any curse spell and alching). Supports tele-alching (alternately teleporting and alching). Requirements: If using Lunar spells, have Lunar Diplomacy quest completed. Instructions: Have the required items in the bank. Start at a bank, preferably with an empty inventory and with no items equipped. If splashing damage spells, you must use a staff in order to autocast spells. If stun-alching or splashing, make sure your Magic Attack Bonus is -64 or lower. The bot automatically chooses the nearest stun-alching or splashing location. Spells supported: Superheat Item Bake Pie Humidify Spin Flax Superglass Make Tan Leather String Jewellery Plank Make Enchant Crossbow Bolt Lvl1 - Lvl7 Enchant Teleporting Alching Splashing - active Splashing - passive Items supported: Staves (all variations) Tomes Locations supported: Stun-alching / Splashing - active Splashing - passive Gallery: Proggies: QuickStart: Fill out the form and save the settings to a text file. Open the text file and copy everything. Add -params "" at the end of your QuickStart file. Paste the settings inside the quotation marks. Example: -params "Tasks:1. Cast Wind Strike with equipment: Cursed goblin staff, Bronze full helm, Bronze platebody, Bronze platelegs, Bronze kiteshield (reach lvl 25);2. Cast Varrock Teleport & Low Level Alchemy on items: Maple longbow, Air battlestaff with equipment: Staff of air, Tome of fire (reach lvl 43);3. Cast Superheat Item - Gold with equipment: Staff of fire (reach lvl 55);4. Cast Curse & High Level Alchemy on items: Water battlestaff with equipment: Cursed goblin staff, Bronze full helm, Bronze platebody, Bronze platelegs, Bronze kiteshield (1000 items);5. Cast Lvl-4 Enchant - Diamond amulet with equipment: Staff of earth (500 items);6. Cast Enchant Crossbow Bolt - Diamond bolts with equipment: Staff of earth (10000 items)Antiban:true;true;true;true;true;50;30;120;70" You can edit the text manually but it has to be perfect, otherwise it won't work. Click here to leave a review for the script
    4. This is a simple, efficient high alcher that will alch anything, anywhere. This was ported over from my backups and modified for those of you that may have used this script previously. Please post progress reports and any feedback or suggestions. Please start with a fire staff equipped, with Nature Runes and the *noted or stackable* items to alch in your inventory. Thanks!
    5. Purchase using PayPal, OSRS GOLD, CRYPTO or OTHER Features Supports stun alching, curse alching, etc. Supports humidifying Supports stringing jewellery Supports plank making Supports tanning leathers Supports enchanting Supports superheating Supports splashing Supports teleporting Active customer support Gallery @Allinium
    6. Hiya guys!! I'm new to Dream Bot and Java scripting. I have tried to create a script that will automatically attack the lesser demon at the top of the mage tower south of draynor using Magic. Here is a rundown of what I've tried to do so far but I really need help to get it compiled and built and running. Is anybody here a professional at java and dream bot scripting? I assume there are plenty of people lol. Thanks in advance for any help you can give me. 1. Check if we are logged in, if not then login using the dream bot account manager. 2. Check if we are standing in the top level of the Wizards tower with the Lesser Demon visible on the mini map, if so then continue, if not then exit with an error saying we need to be in the top level of the wizards tower to start. 3. Make sure an auto cast spell is set, if not then exit with an error saying that you need to set an auto cast spell. 4. If an auto cast spell is set then set Auto Retaliate to ON if it isn't already. 5. Check if 2 or more players are in the area already, excluding ourselves from the count. If so then world hop to another random F2P world and start the script from the start again. If not then go to the next step. 6. Find the lesser demon on the screen and right click on it and select Attack. 7. Perform anti random checks to handle random events, advanced antiban features to act human like to avoid getting banned, and inventory checks to see if runes are need or the inventory is full, if so then go to Draynor bank and withdraw the needed items and/or deposit the looted items only, do not deposit what the user already had in the inventory at startup, this should be kept and not deposited. If if runes are not needed or the inventory is not full then go to the next step. 8. Wait until the Lesser demon is dead. 9. Check if we have the runes needed for telekinetic grab, if so then loot any item from the lesser demon with a value over 400gp. If we don't have any runes for telekinetic grab then send an error saying that we can loot items because we don't have the runes or level necessary for telekinetic grab but don't exit the script just continue. 10. Wait for the lesser demon to respawn after we have killed it, wait for a random time between 3 seconds and 6 seconds, and then check it the lesser demon is on the screen again, if not then re wait another 3 to 6 seconds until the lesser demon reappears or a time of 1 minute runs out, if the time runs out exit the script saying a lesser demon couldn't be found within 1 minute. During this waiting time perform anti random checks and advanced anti ban features. 11. If the lesser demon reappears and everything is ok then repeat from step 5. Here is the script I've created below, so far but I am getting so many errors and it just wont compile and run. I'm happy to even pay for a professional to help me fix it and get it into a full working script with user set options etc if needed. THANKS GUYS!! import org.dreambot.api.Client; import org.dreambot.api.methods.Calculations; import org.dreambot.api.methods.combat.Combat; import org.dreambot.api.methods.combat.CombatStyle; import org.dreambot.api.methods.container.impl.bank.Bank; import org.dreambot.api.methods.container.impl.Inventory; import org.dreambot.api.methods.interactive.NPCs; import org.dreambot.api.methods.interactive.Players; import org.dreambot.api.methods.magic.Magic; import org.dreambot.api.methods.magic.Normal; import org.dreambot.api.methods.map.Area; import org.dreambot.api.methods.settings.PlayerSettings; import org.dreambot.api.methods.walking.impl.Walking; import org.dreambot.api.methods.world.World; import org.dreambot.api.methods.world.Worlds; import org.dreambot.api.script.AbstractScript; import org.dreambot.api.script.Category; import org.dreambot.api.script.ScriptManifest; import org.dreambot.api.wrappers.interactive.NPC; import org.dreambot.api.wrappers.interactive.Player; import org.dreambot.api.wrappers.items.GroundItem; import org.dreambot.api.methods.map.Tile; import org.dreambot.api.methods.map.Area; import java.util.ArrayList; import java.util.Arrays; import java.util.List; @ScriptManifest(author = "LukeyJ", name = "LesserDemonMage", version = 1.0, description = "Automatically attacks Lesser Demons in Wizards' Tower, Loots and Banks, contains AntiBan", category = Category.MAGIC) public class LesserDemonMage extends AbstractScript { private static final String LESSER_DEMON = "Lesser demon"; private static final Area WIZARDS_TOWER_TOP_FLOOR = new Area(3102, 3164, 3109, 3159, 2); private static final Area DRAYNOR_BANK_AREA = new Area(3092, 3245, 3096, 3240, 0); private List<Integer> startInventory; private boolean loggedIn = false; @Override public void onStart() { log("Script started"); if (!Client.isLoggedIn()) { log("Failed to log in. Stopping script."); stop(); } loggedIn = true; } if (!WIZARDS_TOWER_TOP_FLOOR.contains(getLocalPlayer())) { log("You must be on the top floor of the Wizards' Tower to start this script."); stop(); } if (Magic.isAutocasting() == null) { log("You need to set an autocast spell before starting the script."); stop(); } if (!getSettings().isAutoRetaliateOn()) { Combat.toggleAutoRetaliate(true); } startInventory = new ArrayList<>(Inventory.all(item -> item != null).stream().map(item -> item.getID()).toList()); } @Override public int onLoop() { if (!loggedIn) { return 1000; } if (WIZARDS_TOWER_TOP_FLOOR.contains(getLocalPlayer())) { List<Player> players = Players.all(player -> player != null && !player.equals(getLocalPlayer()) && WIZARDS_TOWER_TOP_FLOOR.contains(player)); if (players.size() >= 2) { World randomF2PWorld = Worlds.getRandomWorld(world -> world != null && world.isF2P() && !world.isHighRisk() && !world.isPVP()); if (randomF2PWorld != null && Worlds.hopTo(randomF2PWorld)) { sleepUntil(() -> getClient().getWorld() == randomF2PWorld.getID(), 10000); return 1000; } } if (Inventory.isFull() || (Inventory.contains("Law rune") && Inventory.contains("Air rune"))) { if (DRAYNOR_BANK_AREA.contains(getLocalPlayer())) { if (!Bank.isOpen()) { if (Bank.openClosest()) { sleepUntil(Bank::isOpen, 5000); } } else { handleBanking(); } } else { Walking.walk(DRAYNOR_BANK_AREA.getRandomTile()); sleep(Calculations.random(1000, 2000)); } return 1000; } NPC lesserDemon = NPCs.closest(npc -> npc != null && npc.getName().equals(LESSER_DEMON) && !npc.isInCombat()); if (lesserDemon != null) { if (!getLocalPlayer().isInCombat()) { if (lesserDemon.interact("Attack")) { sleepUntil(() -> getLocalPlayer().isInCombat(), Calculations.random(3000, 6000)); } } else { performAdvancedAntiBan(); // Step 8 - Wait until the Lesser demon is dead sleepUntil(this::isLesserDemonDead, Calculations.random(3000, 6000)); // Step 9 - Loot items lootItems(); // Step 10 - Wait for the Lesser demon to respawn int elapsedTime = 0; while (!lesserDemonRespawned() && elapsedTime < 60000) { performAdvancedAntiBan(); sleep(Calculations.random(3000, 6000)); elapsedTime += 6000; } if (!lesserDemonRespawned()) { log("A Lesser demon couldn't be found within 1 minute. Exiting script."); stop(); } } } } else { Walking.walk(WIZARDS_TOWER_TOP_FLOOR.getRandomTile()); sleep(Calculations.random(1000, 2000)); } return Calculations.random(250, 500); } private void handleBanking() { // Deposit looted items Inventory.all(item -> item != null && !startInventory.contains(item.getID())).forEach(item -> { if (Bank.deposit(item.getID(), item.getAmount())) { sleepUntil(() -> !Inventory.contains(item.getID()), 3000); } }); // Withdraw runes if needed if (!Inventory.contains("Law rune")) { if (Bank.withdraw("Law rune", 100)) { sleepUntil(() -> Inventory.contains("Law rune"), 3000); } } if (!Inventory.contains("Air rune")) { if (Bank.withdraw("Air rune", 100)) { sleepUntil(() -> Inventory.contains("Air rune"), 3000); } } } private void performAdvancedAntiBan() { int antiban = Calculations.random(1, 100); if (antiban < 10) { getCamera().rotateTo(Calculations.random(0, 2048), Calculations.random(128, 384)); sleep(Calculations.random(200, 12500)); } else if (antiban < 20) { getMouse().moveMouseOutsideScreen(); sleep(Calculations.random(250, 20000)); } else if (antiban < 30) { NPC randomNPC = NPCs.closest(npc -> npc != null && !npc.getName().equals(LESSER_DEMON)); if (randomNPC != null) { getCamera().rotateToEntity(randomNPC); sleep(Calculations.random(200, 5000)); } } else if (antiban < 40) { Player randomPlayer = Players.closest(player -> player != null && !player.equals(getLocalPlayer())); if (randomPlayer != null) { getCamera().rotateToEntity(randomPlayer); sleep(Calculations.random(200, 5000)); } } else { sleep(Calculations.random(250, 1000)); } } private void lootItems() { if (Magic.canCast(Normal.TELEKINETIC_GRAB)) { List<GroundItem> lootableItems = getGroundItems().all(item -> item != null && item.getTile().distance(getLocalPlayer()) < 10 && item.getDefinition().getPrice() > 400); for (GroundItem item : lootableItems) { if (Magic.castSpellOn(Normal.TELEKINETIC_GRAB, item)) { sleepUntil(() -> !item.exists(), 3000); } } } else { log("Cannot loot items because we don't have the runes or level necessary for Telekinetic Grab."); } } private boolean isLesserDemonDead() { NPC lesserDemon = NPCs.closest(npc -> npc != null && npc.getName().equals(LESSER_DEMON) && !npc.isInCombat()); return lesserDemon == null; } private boolean lesserDemonRespawned() { return NPCs.closest(npc -> npc != null && npc.getName().equals(LESSER_DEMON)) != null; } }
    7. start at falador bank. zamorak robes,air staff on ,law runes in inventory,water runes in invy(if u want to use falador tele) . graps zamorak wines at the second floor requirements: a skill total of 500 level 33 magic discord: "abd elkarim#1538"
    8. Splashes stun spells while casting high level alchemy for great xp/hour Welcome to my first script on DreamBot! I recently came back to OSRS but I don't have time for the long grinds required to reach the content I want to play, so I'll be scripting these tasks for myself and figured I might as well give back by releasing them as I create them. I've played for ~14 years off and on, used to script for another botting site, and have computer science and data science degrees - so hopefully I can create some useful bots for y'all! This first one is pretty simple. Requirements Start next to the NPC you want to splash on Works best at locations similar to the Monk of Zamorak in Varrock Palace Start with the item you want to alch, as well as runes/staves/etc required for casting Nats, fires, waters, earths, souls Cheapest way is Mud battlestaff + Tome of fire with nats and souls in your inventory If you're using a Tome of fire start the script with 5 fire runes in your inventory Having the item to alch in inventory slot 12 or 16 makes the script look more human-like Don't have valuable/important items next to the alchables as the script occasionally misclicks Have 66+ magic Features Progressive spell selection Casts the best stun spell you can (Vulnerability at 66, Enfeeble at 73, and Stun at 80) GUI to enter names of the item to alch and monster to attack Case sensitive Human-like idling Randomly idles anywhere from 2 seconds to 2.5 minutes without too much impact to xp/hour Feel free to request any features! Things like world hopping from crashers could be added, but I only bot to the side while I work from home so I'm always babysitting. Proggies If you use this script drop any progress screenshots in the comments! Quick GIF of script in action Now available on the SDN Code: Feel free to add the script locally. Also looking for any constructive criticism as I haven't used Java since sophomore year of undergrad and haven't scripted bots since around the same time
    9. Mr G

      uwu Magic

      uwu Magic will mage splash seagulls to train your Magic lvl. This script is able to be started just about anywhere. Just load your inventory full of different types of runes and the bot will automatically pick the best spell you can cast and then splash seagulls until you run out of supplies. If you run out of runes to cast the first spell the bot has selected and have runes to select a different spell, then go back to splashing seagulls.
    ×
    ×
    • 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.