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
  • Hoodz

    Scripter+
    • Posts

      432
    • Joined

    • Last visited

    • Days Won

      4

    Reputation Activity

    1. Thonking
      Hoodz got a reaction from Jaykwon in Used ChatGPT to write a rogues den safe cracker script.   
      This code is shit, dont use it. Learn java first
    2. Like
      Hoodz got a reaction from camelCase in Used ChatGPT to write a rogues den safe cracker script.   
      This code is shit, dont use it. Learn java first
    3. Upvote
      Hoodz got a reaction from Aeglen in Used ChatGPT to write a rogues den safe cracker script.   
      This code is shit, dont use it. Learn java first
    4. Like
      Hoodz got a reaction from AutoMan in PumbaSlayer   
      PumbaSlayer
      WARNING THE SCRIPT IS CURRENTLY IN BETA!
       
      Features
      GUI
      Patch notes Loading/saving profile Slayer
      Masters Turael Mazchna Vannaka Nieve/Steve Automatically gets a new task Option to cancel tasks Cancels unsupported tasks Gear
      Ability to set your custom gear Ability to set your combat style Automatic swaps special gear required for task Option to toggle guthans on/off Ability to use special attacks for the following weapons Armadyl godsword Dragon battleaxe Dragon dagger Dragon halberd Dragon longsword Dragon mace Excalibur Saradomin godsword Saradomin sword Abyssal dagger Toxic blowpipe Script won't use special attack weapons on npc's where they don't work Barrows gear repairing at bob blowpipe/trident recharging Health
      Ability to use boost potions Ability to use restoration potions Ability to use protection potions Use guthans to heal Use bones to peaches tabs to heal guthans and bones to peaches can be used together, however guthans is prioritised Select foodtype Ability to use stamina potions Inventory
      Smart inventory management Drops junk Alching selected drops Herb sack support Smart teleport detection Brings required items for task like light sources and ropes Combat
      Advanced combat logic for every npc Ability to use protection prayers (customisable) Ability to customise loot Ability to use a cannon for supported tasks Special attacks Finishing certain npcs Traversing
      Automatic teleport detection in bank Every npc has multiple locations supported Custom pathfinding House Nexus portal mounted teleports (glory, digsite pendant, Xerics talisman) Teleport portals Pool support Hops when another's person cannon is found  
      GUI
      todo  
      Media
       
       
      Future
      Bursting support Rune pouch support Superior support
    5. Upvote
      Hoodz got a reaction from LordJashin32 in WebTool   
      WebTool
      by Hoodz
       
       
      Dreambot has a great web, too bad not everything is mapped (dungeon/caves). The problem is that if we want to walk around in these places we have to add the web nodes ourselves manually. This is why I created a web tool so scripters can web dungeons really fast!  
      Features Generates code created from the web nodes * Smart node connection, connects to closest node On screen paint (mainscreen & minimap)  
      Instructions Get the script here Start the script logged in Nearest node will be drawn green, other nodes will be blue Press spacebar to add a node. Press shift + spacebar to add a node to connect them to the next to closest node After finishing adding all your nodes simply stop the script, the generated code will be copied to your clipboard Paste the code into your script  
      Media ​
       
      Generated code example AbstractWebNode webNode0 = new BasicWebNode(2443, 9825); AbstractWebNode webNode1 = new BasicWebNode(2440, 9821); AbstractWebNode webNode2 = new BasicWebNode(2441, 9816); AbstractWebNode webNode3 = new BasicWebNode(2442, 9813); AbstractWebNode webNode4 = new BasicWebNode(2447, 9811); AbstractWebNode webNode5 = new BasicWebNode(2451, 9813); AbstractWebNode webNode6 = new BasicWebNode(2455, 9813); AbstractWebNode webNode7 = new BasicWebNode(2440, 9808); AbstractWebNode webNode8 = new BasicWebNode(2441, 9803); webNode0.addConnections(webNode1); webNode1.addConnections(webNode0); webNode1.addConnections(webNode2); webNode2.addConnections(webNode1); webNode2.addConnections(webNode3); webNode3.addConnections(webNode2); webNode3.addConnections(webNode4); webNode3.addConnections(webNode7); webNode4.addConnections(webNode3); webNode4.addConnections(webNode5); webNode5.addConnections(webNode4); webNode5.addConnections(webNode6); webNode6.addConnections(webNode5); webNode7.addConnections(webNode3); webNode7.addConnections(webNode8); webNode8.addConnections(webNode7); WebFinder webFinder = script.getWalking().getWebPathFinder(); AbstractWebNode[] webNodes = {webNode4, webNode3, webNode5, webNode7, webNode2, webNode6, webNode8, webNode1, webNode0}; for (AbstractWebNode webNode : webNodes) { webFinder.addWebNode(webNode); }
    6. Like
      Hoodz got a reaction from Stoned in DreamBot 3 Progress Update - 09/16/2016   
      RIP db3 meme
    7. Like
      Hoodz got a reaction from Semper Fi in DreamBot 3 Progress Update - 09/16/2016   
      RIP db3 meme
    8. Upvote
      Hoodz got a reaction from Soldtodie in DreamBot 3 Progress Update - 09/16/2016   
      2.9.9.9.9a*
    9. Upvote
      Hoodz got a reaction from 2TRV3 in PumbaSlayer   
      PumbaSlayer
      WARNING THE SCRIPT IS CURRENTLY IN BETA!
       
      Features
      GUI
      Patch notes Loading/saving profile Slayer
      Masters Turael Mazchna Vannaka Nieve/Steve Automatically gets a new task Option to cancel tasks Cancels unsupported tasks Gear
      Ability to set your custom gear Ability to set your combat style Automatic swaps special gear required for task Option to toggle guthans on/off Ability to use special attacks for the following weapons Armadyl godsword Dragon battleaxe Dragon dagger Dragon halberd Dragon longsword Dragon mace Excalibur Saradomin godsword Saradomin sword Abyssal dagger Toxic blowpipe Script won't use special attack weapons on npc's where they don't work Barrows gear repairing at bob blowpipe/trident recharging Health
      Ability to use boost potions Ability to use restoration potions Ability to use protection potions Use guthans to heal Use bones to peaches tabs to heal guthans and bones to peaches can be used together, however guthans is prioritised Select foodtype Ability to use stamina potions Inventory
      Smart inventory management Drops junk Alching selected drops Herb sack support Smart teleport detection Brings required items for task like light sources and ropes Combat
      Advanced combat logic for every npc Ability to use protection prayers (customisable) Ability to customise loot Ability to use a cannon for supported tasks Special attacks Finishing certain npcs Traversing
      Automatic teleport detection in bank Every npc has multiple locations supported Custom pathfinding House Nexus portal mounted teleports (glory, digsite pendant, Xerics talisman) Teleport portals Pool support Hops when another's person cannon is found  
      GUI
      todo  
      Media
       
       
      Future
      Bursting support Rune pouch support Superior support
    10. Upvote
      Hoodz got a reaction from dariuss56 in PumbaSlayer   
      PumbaSlayer
      WARNING THE SCRIPT IS CURRENTLY IN BETA!
       
      Features
      GUI
      Patch notes Loading/saving profile Slayer
      Masters Turael Mazchna Vannaka Nieve/Steve Automatically gets a new task Option to cancel tasks Cancels unsupported tasks Gear
      Ability to set your custom gear Ability to set your combat style Automatic swaps special gear required for task Option to toggle guthans on/off Ability to use special attacks for the following weapons Armadyl godsword Dragon battleaxe Dragon dagger Dragon halberd Dragon longsword Dragon mace Excalibur Saradomin godsword Saradomin sword Abyssal dagger Toxic blowpipe Script won't use special attack weapons on npc's where they don't work Barrows gear repairing at bob blowpipe/trident recharging Health
      Ability to use boost potions Ability to use restoration potions Ability to use protection potions Use guthans to heal Use bones to peaches tabs to heal guthans and bones to peaches can be used together, however guthans is prioritised Select foodtype Ability to use stamina potions Inventory
      Smart inventory management Drops junk Alching selected drops Herb sack support Smart teleport detection Brings required items for task like light sources and ropes Combat
      Advanced combat logic for every npc Ability to use protection prayers (customisable) Ability to customise loot Ability to use a cannon for supported tasks Special attacks Finishing certain npcs Traversing
      Automatic teleport detection in bank Every npc has multiple locations supported Custom pathfinding House Nexus portal mounted teleports (glory, digsite pendant, Xerics talisman) Teleport portals Pool support Hops when another's person cannon is found  
      GUI
      todo  
      Media
       
       
      Future
      Bursting support Rune pouch support Superior support
    11. Upvote
      Hoodz got a reaction from alch my ex in PumbaSlayer   
      PumbaSlayer
      WARNING THE SCRIPT IS CURRENTLY IN BETA!
       
      Features
      GUI
      Patch notes Loading/saving profile Slayer
      Masters Turael Mazchna Vannaka Nieve/Steve Automatically gets a new task Option to cancel tasks Cancels unsupported tasks Gear
      Ability to set your custom gear Ability to set your combat style Automatic swaps special gear required for task Option to toggle guthans on/off Ability to use special attacks for the following weapons Armadyl godsword Dragon battleaxe Dragon dagger Dragon halberd Dragon longsword Dragon mace Excalibur Saradomin godsword Saradomin sword Abyssal dagger Toxic blowpipe Script won't use special attack weapons on npc's where they don't work Barrows gear repairing at bob blowpipe/trident recharging Health
      Ability to use boost potions Ability to use restoration potions Ability to use protection potions Use guthans to heal Use bones to peaches tabs to heal guthans and bones to peaches can be used together, however guthans is prioritised Select foodtype Ability to use stamina potions Inventory
      Smart inventory management Drops junk Alching selected drops Herb sack support Smart teleport detection Brings required items for task like light sources and ropes Combat
      Advanced combat logic for every npc Ability to use protection prayers (customisable) Ability to customise loot Ability to use a cannon for supported tasks Special attacks Finishing certain npcs Traversing
      Automatic teleport detection in bank Every npc has multiple locations supported Custom pathfinding House Nexus portal mounted teleports (glory, digsite pendant, Xerics talisman) Teleport portals Pool support Hops when another's person cannon is found  
      GUI
      todo  
      Media
       
       
      Future
      Bursting support Rune pouch support Superior support
    12. Upvote
      Hoodz got a reaction from Knighton22 in PumbaSlayer   
      PumbaSlayer
      WARNING THE SCRIPT IS CURRENTLY IN BETA!
       
      Features
      GUI
      Patch notes Loading/saving profile Slayer
      Masters Turael Mazchna Vannaka Nieve/Steve Automatically gets a new task Option to cancel tasks Cancels unsupported tasks Gear
      Ability to set your custom gear Ability to set your combat style Automatic swaps special gear required for task Option to toggle guthans on/off Ability to use special attacks for the following weapons Armadyl godsword Dragon battleaxe Dragon dagger Dragon halberd Dragon longsword Dragon mace Excalibur Saradomin godsword Saradomin sword Abyssal dagger Toxic blowpipe Script won't use special attack weapons on npc's where they don't work Barrows gear repairing at bob blowpipe/trident recharging Health
      Ability to use boost potions Ability to use restoration potions Ability to use protection potions Use guthans to heal Use bones to peaches tabs to heal guthans and bones to peaches can be used together, however guthans is prioritised Select foodtype Ability to use stamina potions Inventory
      Smart inventory management Drops junk Alching selected drops Herb sack support Smart teleport detection Brings required items for task like light sources and ropes Combat
      Advanced combat logic for every npc Ability to use protection prayers (customisable) Ability to customise loot Ability to use a cannon for supported tasks Special attacks Finishing certain npcs Traversing
      Automatic teleport detection in bank Every npc has multiple locations supported Custom pathfinding House Nexus portal mounted teleports (glory, digsite pendant, Xerics talisman) Teleport portals Pool support Hops when another's person cannon is found  
      GUI
      todo  
      Media
       
       
      Future
      Bursting support Rune pouch support Superior support
    13. Upvote
      Hoodz got a reaction from Slabs in PumbaSlayer   
      PumbaSlayer
      WARNING THE SCRIPT IS CURRENTLY IN BETA!
       
      Features
      GUI
      Patch notes Loading/saving profile Slayer
      Masters Turael Mazchna Vannaka Nieve/Steve Automatically gets a new task Option to cancel tasks Cancels unsupported tasks Gear
      Ability to set your custom gear Ability to set your combat style Automatic swaps special gear required for task Option to toggle guthans on/off Ability to use special attacks for the following weapons Armadyl godsword Dragon battleaxe Dragon dagger Dragon halberd Dragon longsword Dragon mace Excalibur Saradomin godsword Saradomin sword Abyssal dagger Toxic blowpipe Script won't use special attack weapons on npc's where they don't work Barrows gear repairing at bob blowpipe/trident recharging Health
      Ability to use boost potions Ability to use restoration potions Ability to use protection potions Use guthans to heal Use bones to peaches tabs to heal guthans and bones to peaches can be used together, however guthans is prioritised Select foodtype Ability to use stamina potions Inventory
      Smart inventory management Drops junk Alching selected drops Herb sack support Smart teleport detection Brings required items for task like light sources and ropes Combat
      Advanced combat logic for every npc Ability to use protection prayers (customisable) Ability to customise loot Ability to use a cannon for supported tasks Special attacks Finishing certain npcs Traversing
      Automatic teleport detection in bank Every npc has multiple locations supported Custom pathfinding House Nexus portal mounted teleports (glory, digsite pendant, Xerics talisman) Teleport portals Pool support Hops when another's person cannon is found  
      GUI
      todo  
      Media
       
       
      Future
      Bursting support Rune pouch support Superior support
    14. Like
      Hoodz got a reaction from Royal Flush in PumbaSlayer   
      PumbaSlayer
      WARNING THE SCRIPT IS CURRENTLY IN BETA!
       
      Features
      GUI
      Patch notes Loading/saving profile Slayer
      Masters Turael Mazchna Vannaka Nieve/Steve Automatically gets a new task Option to cancel tasks Cancels unsupported tasks Gear
      Ability to set your custom gear Ability to set your combat style Automatic swaps special gear required for task Option to toggle guthans on/off Ability to use special attacks for the following weapons Armadyl godsword Dragon battleaxe Dragon dagger Dragon halberd Dragon longsword Dragon mace Excalibur Saradomin godsword Saradomin sword Abyssal dagger Toxic blowpipe Script won't use special attack weapons on npc's where they don't work Barrows gear repairing at bob blowpipe/trident recharging Health
      Ability to use boost potions Ability to use restoration potions Ability to use protection potions Use guthans to heal Use bones to peaches tabs to heal guthans and bones to peaches can be used together, however guthans is prioritised Select foodtype Ability to use stamina potions Inventory
      Smart inventory management Drops junk Alching selected drops Herb sack support Smart teleport detection Brings required items for task like light sources and ropes Combat
      Advanced combat logic for every npc Ability to use protection prayers (customisable) Ability to customise loot Ability to use a cannon for supported tasks Special attacks Finishing certain npcs Traversing
      Automatic teleport detection in bank Every npc has multiple locations supported Custom pathfinding House Nexus portal mounted teleports (glory, digsite pendant, Xerics talisman) Teleport portals Pool support Hops when another's person cannon is found  
      GUI
      todo  
      Media
       
       
      Future
      Bursting support Rune pouch support Superior support
    15. Like
      Hoodz got a reaction from Kiji in PumbaSlayer   
      no, ill add it within 2 weeks
    16. Upvote
      Hoodz got a reaction from monieswinner in PumbaSlayer   
      PumbaSlayer
      WARNING THE SCRIPT IS CURRENTLY IN BETA!
       
      Features
      GUI
      Patch notes Loading/saving profile Slayer
      Masters Turael Mazchna Vannaka Nieve/Steve Automatically gets a new task Option to cancel tasks Cancels unsupported tasks Gear
      Ability to set your custom gear Ability to set your combat style Automatic swaps special gear required for task Option to toggle guthans on/off Ability to use special attacks for the following weapons Armadyl godsword Dragon battleaxe Dragon dagger Dragon halberd Dragon longsword Dragon mace Excalibur Saradomin godsword Saradomin sword Abyssal dagger Toxic blowpipe Script won't use special attack weapons on npc's where they don't work Barrows gear repairing at bob blowpipe/trident recharging Health
      Ability to use boost potions Ability to use restoration potions Ability to use protection potions Use guthans to heal Use bones to peaches tabs to heal guthans and bones to peaches can be used together, however guthans is prioritised Select foodtype Ability to use stamina potions Inventory
      Smart inventory management Drops junk Alching selected drops Herb sack support Smart teleport detection Brings required items for task like light sources and ropes Combat
      Advanced combat logic for every npc Ability to use protection prayers (customisable) Ability to customise loot Ability to use a cannon for supported tasks Special attacks Finishing certain npcs Traversing
      Automatic teleport detection in bank Every npc has multiple locations supported Custom pathfinding House Nexus portal mounted teleports (glory, digsite pendant, Xerics talisman) Teleport portals Pool support Hops when another's person cannon is found  
      GUI
      todo  
      Media
       
       
      Future
      Bursting support Rune pouch support Superior support
    17. Upvote
      Hoodz got a reaction from XXyoyoXX in PumbaSlayer   
      PumbaSlayer
      WARNING THE SCRIPT IS CURRENTLY IN BETA!
       
      Features
      GUI
      Patch notes Loading/saving profile Slayer
      Masters Turael Mazchna Vannaka Nieve/Steve Automatically gets a new task Option to cancel tasks Cancels unsupported tasks Gear
      Ability to set your custom gear Ability to set your combat style Automatic swaps special gear required for task Option to toggle guthans on/off Ability to use special attacks for the following weapons Armadyl godsword Dragon battleaxe Dragon dagger Dragon halberd Dragon longsword Dragon mace Excalibur Saradomin godsword Saradomin sword Abyssal dagger Toxic blowpipe Script won't use special attack weapons on npc's where they don't work Barrows gear repairing at bob blowpipe/trident recharging Health
      Ability to use boost potions Ability to use restoration potions Ability to use protection potions Use guthans to heal Use bones to peaches tabs to heal guthans and bones to peaches can be used together, however guthans is prioritised Select foodtype Ability to use stamina potions Inventory
      Smart inventory management Drops junk Alching selected drops Herb sack support Smart teleport detection Brings required items for task like light sources and ropes Combat
      Advanced combat logic for every npc Ability to use protection prayers (customisable) Ability to customise loot Ability to use a cannon for supported tasks Special attacks Finishing certain npcs Traversing
      Automatic teleport detection in bank Every npc has multiple locations supported Custom pathfinding House Nexus portal mounted teleports (glory, digsite pendant, Xerics talisman) Teleport portals Pool support Hops when another's person cannon is found  
      GUI
      todo  
      Media
       
       
      Future
      Bursting support Rune pouch support Superior support
    18. Upvote
      Hoodz got a reaction from ExampAcco in PumbaSlayer   
      PumbaSlayer
      WARNING THE SCRIPT IS CURRENTLY IN BETA!
       
      Features
      GUI
      Patch notes Loading/saving profile Slayer
      Masters Turael Mazchna Vannaka Nieve/Steve Automatically gets a new task Option to cancel tasks Cancels unsupported tasks Gear
      Ability to set your custom gear Ability to set your combat style Automatic swaps special gear required for task Option to toggle guthans on/off Ability to use special attacks for the following weapons Armadyl godsword Dragon battleaxe Dragon dagger Dragon halberd Dragon longsword Dragon mace Excalibur Saradomin godsword Saradomin sword Abyssal dagger Toxic blowpipe Script won't use special attack weapons on npc's where they don't work Barrows gear repairing at bob blowpipe/trident recharging Health
      Ability to use boost potions Ability to use restoration potions Ability to use protection potions Use guthans to heal Use bones to peaches tabs to heal guthans and bones to peaches can be used together, however guthans is prioritised Select foodtype Ability to use stamina potions Inventory
      Smart inventory management Drops junk Alching selected drops Herb sack support Smart teleport detection Brings required items for task like light sources and ropes Combat
      Advanced combat logic for every npc Ability to use protection prayers (customisable) Ability to customise loot Ability to use a cannon for supported tasks Special attacks Finishing certain npcs Traversing
      Automatic teleport detection in bank Every npc has multiple locations supported Custom pathfinding House Nexus portal mounted teleports (glory, digsite pendant, Xerics talisman) Teleport portals Pool support Hops when another's person cannon is found  
      GUI
      todo  
      Media
       
       
      Future
      Bursting support Rune pouch support Superior support
    19. Like
      Hoodz got a reaction from G baby in PumbaSlayer   
      PumbaSlayer
      WARNING THE SCRIPT IS CURRENTLY IN BETA!
       
      Features
      GUI
      Patch notes Loading/saving profile Slayer
      Masters Turael Mazchna Vannaka Nieve/Steve Automatically gets a new task Option to cancel tasks Cancels unsupported tasks Gear
      Ability to set your custom gear Ability to set your combat style Automatic swaps special gear required for task Option to toggle guthans on/off Ability to use special attacks for the following weapons Armadyl godsword Dragon battleaxe Dragon dagger Dragon halberd Dragon longsword Dragon mace Excalibur Saradomin godsword Saradomin sword Abyssal dagger Toxic blowpipe Script won't use special attack weapons on npc's where they don't work Barrows gear repairing at bob blowpipe/trident recharging Health
      Ability to use boost potions Ability to use restoration potions Ability to use protection potions Use guthans to heal Use bones to peaches tabs to heal guthans and bones to peaches can be used together, however guthans is prioritised Select foodtype Ability to use stamina potions Inventory
      Smart inventory management Drops junk Alching selected drops Herb sack support Smart teleport detection Brings required items for task like light sources and ropes Combat
      Advanced combat logic for every npc Ability to use protection prayers (customisable) Ability to customise loot Ability to use a cannon for supported tasks Special attacks Finishing certain npcs Traversing
      Automatic teleport detection in bank Every npc has multiple locations supported Custom pathfinding House Nexus portal mounted teleports (glory, digsite pendant, Xerics talisman) Teleport portals Pool support Hops when another's person cannon is found  
      GUI
      todo  
      Media
       
       
      Future
      Bursting support Rune pouch support Superior support
    20. Upvote
      Hoodz got a reaction from willferrel in PumbaSlayer   
      PumbaSlayer
      WARNING THE SCRIPT IS CURRENTLY IN BETA!
       
      Features
      GUI
      Patch notes Loading/saving profile Slayer
      Masters Turael Mazchna Vannaka Nieve/Steve Automatically gets a new task Option to cancel tasks Cancels unsupported tasks Gear
      Ability to set your custom gear Ability to set your combat style Automatic swaps special gear required for task Option to toggle guthans on/off Ability to use special attacks for the following weapons Armadyl godsword Dragon battleaxe Dragon dagger Dragon halberd Dragon longsword Dragon mace Excalibur Saradomin godsword Saradomin sword Abyssal dagger Toxic blowpipe Script won't use special attack weapons on npc's where they don't work Barrows gear repairing at bob blowpipe/trident recharging Health
      Ability to use boost potions Ability to use restoration potions Ability to use protection potions Use guthans to heal Use bones to peaches tabs to heal guthans and bones to peaches can be used together, however guthans is prioritised Select foodtype Ability to use stamina potions Inventory
      Smart inventory management Drops junk Alching selected drops Herb sack support Smart teleport detection Brings required items for task like light sources and ropes Combat
      Advanced combat logic for every npc Ability to use protection prayers (customisable) Ability to customise loot Ability to use a cannon for supported tasks Special attacks Finishing certain npcs Traversing
      Automatic teleport detection in bank Every npc has multiple locations supported Custom pathfinding House Nexus portal mounted teleports (glory, digsite pendant, Xerics talisman) Teleport portals Pool support Hops when another's person cannon is found  
      GUI
      todo  
      Media
       
       
      Future
      Bursting support Rune pouch support Superior support
    21. Like
      Hoodz got a reaction from biggboi in PumbaSlayer   
      PumbaSlayer
      WARNING THE SCRIPT IS CURRENTLY IN BETA!
       
      Features
      GUI
      Patch notes Loading/saving profile Slayer
      Masters Turael Mazchna Vannaka Nieve/Steve Automatically gets a new task Option to cancel tasks Cancels unsupported tasks Gear
      Ability to set your custom gear Ability to set your combat style Automatic swaps special gear required for task Option to toggle guthans on/off Ability to use special attacks for the following weapons Armadyl godsword Dragon battleaxe Dragon dagger Dragon halberd Dragon longsword Dragon mace Excalibur Saradomin godsword Saradomin sword Abyssal dagger Toxic blowpipe Script won't use special attack weapons on npc's where they don't work Barrows gear repairing at bob blowpipe/trident recharging Health
      Ability to use boost potions Ability to use restoration potions Ability to use protection potions Use guthans to heal Use bones to peaches tabs to heal guthans and bones to peaches can be used together, however guthans is prioritised Select foodtype Ability to use stamina potions Inventory
      Smart inventory management Drops junk Alching selected drops Herb sack support Smart teleport detection Brings required items for task like light sources and ropes Combat
      Advanced combat logic for every npc Ability to use protection prayers (customisable) Ability to customise loot Ability to use a cannon for supported tasks Special attacks Finishing certain npcs Traversing
      Automatic teleport detection in bank Every npc has multiple locations supported Custom pathfinding House Nexus portal mounted teleports (glory, digsite pendant, Xerics talisman) Teleport portals Pool support Hops when another's person cannon is found  
      GUI
      todo  
      Media
       
       
      Future
      Bursting support Rune pouch support Superior support
    22. Like
      Hoodz got a reaction from sexypenguin in PumbaSlayer   
      PumbaSlayer
      WARNING THE SCRIPT IS CURRENTLY IN BETA!
       
      Features
      GUI
      Patch notes Loading/saving profile Slayer
      Masters Turael Mazchna Vannaka Nieve/Steve Automatically gets a new task Option to cancel tasks Cancels unsupported tasks Gear
      Ability to set your custom gear Ability to set your combat style Automatic swaps special gear required for task Option to toggle guthans on/off Ability to use special attacks for the following weapons Armadyl godsword Dragon battleaxe Dragon dagger Dragon halberd Dragon longsword Dragon mace Excalibur Saradomin godsword Saradomin sword Abyssal dagger Toxic blowpipe Script won't use special attack weapons on npc's where they don't work Barrows gear repairing at bob blowpipe/trident recharging Health
      Ability to use boost potions Ability to use restoration potions Ability to use protection potions Use guthans to heal Use bones to peaches tabs to heal guthans and bones to peaches can be used together, however guthans is prioritised Select foodtype Ability to use stamina potions Inventory
      Smart inventory management Drops junk Alching selected drops Herb sack support Smart teleport detection Brings required items for task like light sources and ropes Combat
      Advanced combat logic for every npc Ability to use protection prayers (customisable) Ability to customise loot Ability to use a cannon for supported tasks Special attacks Finishing certain npcs Traversing
      Automatic teleport detection in bank Every npc has multiple locations supported Custom pathfinding House Nexus portal mounted teleports (glory, digsite pendant, Xerics talisman) Teleport portals Pool support Hops when another's person cannon is found  
      GUI
      todo  
      Media
       
       
      Future
      Bursting support Rune pouch support Superior support
    23. Like
      Hoodz got a reaction from Insomniac in PumbaSlayer   
      Not needed imo
    24. Like
      Hoodz got a reaction from barackogama in PumbaSlayer   
      Yes im currently working on a new version that will support every npc. I can post progress pictures soon.
    25. Like
      Hoodz got a reaction from Rossbot in PumbaSlayer   
      PumbaSlayer
      WARNING THE SCRIPT IS CURRENTLY IN BETA!
       
      Features
      GUI
      Patch notes Loading/saving profile Slayer
      Masters Turael Mazchna Vannaka Nieve/Steve Automatically gets a new task Option to cancel tasks Cancels unsupported tasks Gear
      Ability to set your custom gear Ability to set your combat style Automatic swaps special gear required for task Option to toggle guthans on/off Ability to use special attacks for the following weapons Armadyl godsword Dragon battleaxe Dragon dagger Dragon halberd Dragon longsword Dragon mace Excalibur Saradomin godsword Saradomin sword Abyssal dagger Toxic blowpipe Script won't use special attack weapons on npc's where they don't work Barrows gear repairing at bob blowpipe/trident recharging Health
      Ability to use boost potions Ability to use restoration potions Ability to use protection potions Use guthans to heal Use bones to peaches tabs to heal guthans and bones to peaches can be used together, however guthans is prioritised Select foodtype Ability to use stamina potions Inventory
      Smart inventory management Drops junk Alching selected drops Herb sack support Smart teleport detection Brings required items for task like light sources and ropes Combat
      Advanced combat logic for every npc Ability to use protection prayers (customisable) Ability to customise loot Ability to use a cannon for supported tasks Special attacks Finishing certain npcs Traversing
      Automatic teleport detection in bank Every npc has multiple locations supported Custom pathfinding House Nexus portal mounted teleports (glory, digsite pendant, Xerics talisman) Teleport portals Pool support Hops when another's person cannon is found  
      GUI
      todo  
      Media
       
       
      Future
      Bursting support Rune pouch support Superior support
    ×
    ×
    • 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.