Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation since 01/28/2021 in all areas

  1. First of all, if you haven’t seen TRiLeZ’s post, please go read that first before continuing. Company My new position at TRiBot will be President and CEO. @Nullable will be Vice President of Engineering. We will be the only two paid staff members until the transition of ownership is complete and we have a good grasp of TRiBot’s financials. Our current plans do not involve the hiring of any new staff, but we are not opposed to new hires in the future. I will be transitioning to full time by the end of this month and Nullable will continue to be part time as he has a full time position
    19 points
  2. Introduction I felt that Tribot needed a tutorial on how to write a script using the new SDK to assist those who may be trying to learn. I'm not claiming to be an authority on the best way to do things, I am just hoping to help you get on the right track I've tried to capture as much as I can in this thread, but even still I have most definitely missed things - if there's anything you'd like to see added or if you have any questions please drop me a message or comment on this thread. Cheers Pre-Requisites: A basic knowledge of java Unlike other clie
    15 points
  3. I am pleased to announce the return of @Fluffee as an administrator! If you are new to TRiBot, Fluffee served as a moderator and eventually an administrator for many years. Fluffee then became a developer in addition to an administrator before their departure at the beginning of this year. Myself and many others were sad to see Fluffee go, but we are super excited that we have Fluffee back and are looking forward to working together again!
    15 points
  4. I am proud to announce that @Naton has joined the development team! We are excited to work alongside Naton beyond the capacity of script development and look forward to his contributions. For those of you who live under a rock, Naton is the author of many of TRiBot's most popular scripts such as nRestocker and also has developed tools outside of scripts for TRiBot such as his Graphical Client Starter.
    12 points
  5. Here are some suggestions: 1. Ditch any costly licenses and replace them. HelpDesk, Auth0, Shopify, Invision, LightHTTP. I'm sure there is more. 2. Drop AWS or at least scale back the complications of the hosting. I know TRiBot used to run fine on a dedicated machine. I'm unsure of the amount of traffic you all get any more but a simple 3 tier architecture would probably be sufficient. We run an efficient site that gets 1 million average users daily and currently has half the infrastructure in AWS that I remember TRIBot implementing. 3. Ditch the forums more or less, or move to somethin
    12 points
  6. Thanks! I'm excited to be a part of the development team and to have the opportunity to help build the future of TRiBot.
    11 points
  7. Botting.io - Development Botting.io is planned to be a fully automated, fully functional account builder, created by @Jamie and @WillB. Following on from the plans from JBotStarter, Botting.io will be a much more functional / user friendly account builder combining multiple premium scripts into one "master", user customisable account builder. This will allow users / customers to create bot ready accounts at the click of a button without previous limitations. This thread will serve as the update log and allow for user suggestions / beta testing pending free & premium releases. Th
    10 points
  8. This tutorial is designed for those familiar with the old API, the one we've been using for 8 years and is still used in most of the scripts. It's going to highlight some of the biggest differences in the way you script with the new SDK. The new SDK is currently in preview. Here are the Javadocs: https://runeautomation.com/docs/sdk/kdocs/ Automatic Event Handlers In the old API, the client will forcibly take control of the client in these events: Breaking Pin screen input Login Random events With the new SDK, some of these things are con
    9 points
  9. Payment Changes NihaoPay is currently disabled until further notice. CoinPayments has been replaced by Coinbase for crypto transactions. AmazonPay has been added. Loyalty Program Changes Update - April 2nd We have uncovered a bug when making these changes that loyalty program discount codes weren't expiring after their intended one time use. This may not have affected all codes, but determining what codes were affected isn't possible so we've had to remove all of them along with the loyalty program. You can use discount code APRILSALE within the next 2 weeks to get 1 month fre
    9 points
  10. BEG AIO Combat - Melee Range Magic by Beg All-In-One progressive Combat script. Supports almost all NPCs and locations, many different potions, special weapons, prayer, every equipment and inventory item. With looting, dwarf cannon, high alchemy, Guthans, death recovery, and some slayer features. And much more, check all features below. Features Most NPCs and locations. All configurable. Totally configurable inventory (and quantities), equipment and prayers. Safe spots. Configurable levels to train and leveling priorities. Dwarf cannon. High
    8 points
  11. Often times you'll want to save/load script settings, especially if you provide a GUI to your users. Nobody wants to have to fill out the same settings over and over. The TRiBot Script SDK provides a utility class to assist with saving and loading settings. It uses Gson internally and therefore saves settings as a json file. See org.tribot.script.sdk.util.ScriptSettings Create an instance via ScriptSettings.builder() // configure here .build() // or ScriptSettings.getDefault() // for default configuration The builder allows you to specify things
    8 points
  12. When enough accounts are using your script, you may not want every account to be behaving exactly the same. You may want to create specific preferences for each account. The TRiBot Script SDK contains a class to assist with generating player specific preferences. See the docs at https://runeautomation.com/docs/sdk/-tribot--scripting--s-d-k/org.tribot.script.sdk.antiban/-player-preferences/preference.html The class is org.tribot.script.sdk.antiban.PlayerPreferences To generate a preference, call PlayerPreferences.preference(key, generatorFunction) Ex.
    8 points
  13. Just Tempoross Plays the tempoross mini-game for points, profit and xp View in Store Features Cooks fish Avoids fires Avoids waves Grabs up missing or lost tools Requirements 35 Fishing If you have any suggestions or issues, please contact JustJ#0519 on discord or send a private message. View in Store
    7 points
  14. Here it is, the long awaited Construction by Breaker script. It trains construction for you and un-notes planks at Phials. It's packed full of clever stuff like: Calculation of needed planks for a certain level with the methods you selected Automated buying of those materials Getting you a house in Rimmington if you don't have one My own special anti ban sauce that makes every account behave slightly different Instructions Start the script anywhere in the world. Make sure to have enough coins in your inventory or bank to buy the planks plus 100k it will withdra
    7 points
  15. polyWoodcutter Pro Activate Script Requirements Your player must have an axe equipped or in the bank for the script to function correctly. Features Custom area creation Oak plank chopping (multiple sawmills) *NEW* Auto axe upgrading queue Client arguments Interactive paint JavaFX GUI Advanced anti-ban Axe special ability utilization Bird nest support All axes (Including crystal and infernal axe, with trailblazer cosmetics) Log disposal system 1) Banking 2) Dropping 3) Firemaking *NEW* 4) Fletc
    7 points
  16. The Basic Paint Template is an easy-to-use and flexible way to draw a basic paint for your script. It's influenced by Fluffee's paint builder here (which I know many still use). Notes: We're looking for feedback on this. We want to know what you like, don't like, and what else we could add. In the future, we'd even like to build a generic powerful paint system to build almost any style of paint. Let us know! How to use: The paint is created through the org.tribot.script.sdk.painting.template.basic.BasicPaintTemplate class Example: People ofte
    7 points
  17. Halloween Event 2021 This is a simple script that will complete the 2021 halloween event, unlocking all halloween holiday items. Start the script with teleports if you want to use them (traveling to and from the Monastery from Varrock, so Varrock tele's and a combat bracelet may be a good option). I've tested this script on 4 accounts and believe I've ironed out the issues, but it may take the script a couple tries to complete the final attempt to scare Oziach. Activate here
    7 points
  18. A good way of getting notifications for your bots is through discord. Discord webhooks function as an easy way to do this - allowing you to post custom messages, images and more to a text channel in your server. To generate a webhook URL, you can use the following post from discord (Under "Making a Webhook"): https://support.discord.com/hc/en-us/articles/228383668-Intro-to-Webhooks This is mostly a copy/paste from somewhere else, so credit goes to the original author. Code import okhttp3.*; import org.tribot.api.General; import java.awt.Color; import java.io.Fil
    7 points
  19. Automatically obtains the Dragon Defender from the Warrior's Guild token minigame. Welcome to ARKDefender Pro, your easy solution to obtaining any Defender. Features: The option to obtain any Defender, including the Dragon Defender Ample customisation options: A choice of which armour to animate to gain tokens The option to stop when a certain rank of Defender is obtained, or continue farming for duplicate Dragon or Rune Defenders A choice of whether to use any combat potions to improve speed The option to use any type of
    6 points
  20. SkrrtFavourGainer SkrrtFavourGainer is your one stop shop for getting favour in any of the kourend houses. I've aimed to create a script that allows you to complete kourend favour the way you want to. General Features: Restocking Player evasive and timed worldhopping Smart customisable travel Timed/favour stopping conditions for tasks and script Microbreaking/AFK handling Death Handling Customisable food/gear where necessary Profile loading and saving Arguments - just use a profile name GUI: Advanced settings are available i
    6 points
  21. Welcome to Worthy Scripts |w| Vorkath Slayer Features Automatic Gear Detection No need to manually set up those pesky gear sets! |w| Vorkath Slayer will determine the best gear for you automatically based on what your player has Automatically detect changes in items (such as a when an uncharged Dragonfire Ward turns into a charged Dragonfire Ward) Detects barrows item change, and repairs barrows items when depleted Supports recharging serpentine helmet Automatic Gear Buyer |w| Vorkath Slayer has
    6 points
  22. Updates 15-09 v0.10 - Script now ends when restocking amount set to 0 and out of that item. - When it can't generate a path in the tunnels it will go back up the ladder and try again - Script will go bank after it opened the chest 3 times - I started switching to the new api - Updated paint with loot and resources lists you can hide - Now accurately calculates profit (takes resources used into account) - Probably some more stuff I forgot about 26-08 v0.9 - Added resource tracking. Currently it will only update after opening the chest, or your weapon giving a message stating the amount of
    6 points
  23. SkrrtInteractor Did you like SkrrtChatter and/or SkrrtPicker? I've revisited both and have combined and improved upon them to make one single, much better script. Current features include: Configurable GUI Teleports Stamina Telegrabbing Create a progressive task list Interact with any Game Object/Ground Item/NPC across gielinor (accessible Dax walker) Dialogue handing (seperate chat options with a colon ":") Profile saving/loading Args (Simply use the profile name) Features that will be released soon in order of priority:
    6 points
  24. Script Gui Builder GitHub ScriptGuiBuilder.kt MyScriptGui.kt BaseGui.kt Anywhere inside the GuiScope you have access to: navigation NavigationController currentScreen GuiScreen dispatchSnackbar(message, action, duration, onAction) dispatchAlert(title, message, confirmButtonText, cancelButtonText, onConfirm, onCancel) ScriptGuiAlert navigateTo(navigationKey) navigateTo(GuiScreen) toggleCurrentScreenLeftFrame() toggleCurrentScreenRightFrame() closeGui() Anywhere inside the GuiScreenScope you have access to: guiScope
    6 points
  25. SkrrtMonitor Not sure what to bot? Have I got the script for you Introducing SkrrtMonitor. It allows for any method you could possibly think of to be monitored via Discord webhooks. Usage is simple, simply enter ItemID1:Quantity1,ItemID2:Quantity2… for your inputs and outputs, as well as selecting your monitoring type: Above gp/hr threshold - will send you a notification (after waiting till the cooldown timer has been met) to let you know that your method is above the configured threshold Below gp/hr threshold - will send you a notification (after wa
    6 points
  26. We've heard your complaints - the TRiBot API could be much easier to use. We've been dedicating our time to improving the scripter experience here and spent the past year working on a new and improved API - the TRiBot Script SDK. The TRiBot Script SDK is an easy-to-use library for building TRiBot scripts. It is the recommended approach to building scripts moving forward over the old TRiBot API. It contains all the core things you need to build a script, and a ton of additional helpful stuff to get you using your scripts quicker. See the documentation section for everything offered,
    6 points
  27. It was over 11 years ago when I first started TRiBot. Wow, time sure flies! I remember being so fascinated by bots. To have a computer program play for me to advance myself in the game? It was so cool! I first got into bots when I was about 12 years old. They were really simple screen scrapers that barely worked. Then I found SRL Forums which used a programmable automation tool called SCAR to play the game. It must have been less than a month of using SCAR+SRL before I started creating my first botting scripts. I sure loved it! In less than a year I was writing and improving upon SRL
    6 points
  28. Hi everyone, As you might have noticed, we released a new launcher a few weeks ago along with all new installers. We also changed the installer downloads to use it instead of the gradle launcher that was being used before. Now that it's been stable for some time, everyone needs to switch to it. When you run Tribot, if it looks like this, then you don't need to do anything: However, if you don't see this, then you must download the new installer/launcher from: Download TRiBot The old launcher will be disabled in 2 weeks (7/27/2021). Please plan accordingl
    6 points
  29. As some of you may know, we've been developing a new launcher for a while now. While the Gradle Launcher we introduced last year solved many of the problems with the previous launcher, it introduced quite a few more. Therefore, we set out to do another iteration of the tribot launcher where no corners are cut. Today I'm announcing a beta release of this launcher that you can use right now if you wish. This will serve as a good alternative to users who have been experiencing issues with the Gradle Launcher as well as those who want to help us as we cross the finish line on the full release
    6 points
  30. Trains the Slayer skill for you, 100% automatically. Welcome to ARKSlayer Pro, Tribot's Premium Slayer script. Ever wanted to have the Slayer level to farm Cerberus? Alchemical Hydra? Abyssal Demons? Gargoyles? Kurask? Brutal Black Dragons? All of these highly lucrative bosses and more are locked behind tough Slayer requirements that struggle to be botted - not anymore! Features: Supports: Turael (Low-level Slayer Master, no Combat requirement, can start from Level 3) Vannaka (Mid to High-level Slayer Master, requires 40 Combat) Nieve (High-l
    5 points
  31. Welcome To G.Revenant Purchase Script Features: Intelligent anti-PK. Craw, MSB, Melee, BP support as weapons GE restocking. Buying supplies & selling loot. Ava’s-Accumulator restocking. Gear restocking. Highly customizable -> Gear, Mobs, Food, Revenant ether amount, Restocking limits, Inventory. Ferox Enclave. Mini-break system. Muling. Auto bonding. GUI profiling. Arguments support for CLI. Requirements: none just the ability to use any weapon Help and Suggestions: Join
    5 points
  32. Advanced Anti-PK Net Profit (Minus Trident Ammo, Loot Lost On Death, Food, Fire Spells ETC....) Advanced Custom Anti-Ban Restocking Muling Selling Loot Looting Bag Support (Will Automatically Loot One & Start Using It) Trident Recharging Tome Of Fire Support Chaos Gauntlets Support Auto Set Spell Attack Style Support Custom Equipment & Inventory 75+ Magic 40+ HP Melee Is Not Supported Divine Magic Potion Support(Just add it into your set inventory) Safe Spotting & Custom Safe sp
    5 points
  33. Hello Tribot community, The script which I'll be reviewing is ARKGuardians Pro. Just about to finish up my first 30 days with the script and giving my opinion on how it went and no ARK never asked me to post this. In this review, I'll be going over a few different things stated below. Each category can get a up to a full star, hence top rating is 5 stars. Functionality Performance Cost Support Ban rate Functionality Performance Cost Support Ban Rate Rating Why is this a thing
    5 points
  34. Discord Webhook Notification Tutorial Creating a Webhook URL In Discord, edit a channel and navigate to the Integration tab. Select the Create Webhook button and then copy the webhook URL by selecting the Copy Webhook URL button. Adding a Webhook URL to TRiBot Open the settings window in TRiBot (File -> Settings). Navigate to the Notifications tab and paste the webhook URL in the text area.
    5 points
  35. 100 Pages! Thanks to everyone who has supported ARKSlayer and enjoyed the hundreds of millions of Slayer XP it has generated! In other news... Pushed the long-awaited patch V4.56: Fixed quest state detection with a custom solution - the script should now be working at full capacity - special thanks to @Dentist for his help in providing the quest data I needed for this Improvements to zoom scrolling sensitivity
    5 points
  36. Pie's Rogues' Den Does Rogues' Den minigame quickly and effectivelly. Since it uses some of things that make the run REALLY efficient, the run MIGHT fail at times, although not often. If the fail rate is > 20% for you, let me know. Repository link: https://tribot.org/repository/script/id/2971 Features: Runs the minigame using some of the best methods available. Uses stamina pots and energy pots to do the runs as fast as possible. Opens loot crates. Stops script when all rogues' equipment is collected. Has a no stamina/energy potion mode. To turn it on, pass 'n
    5 points
  37. SkrrtSarachnis Closed Beta - Send me an inbox here, or join my discord if you'd like to test Beta is now open Current Features: Restocking Sticking to safe square Optional prioritising of magic spider Several food options Restoring at Ferox Enclave Custom Slash Weapons (for cutting web) - defaults to knife Custom gear Several spec weapon options Prayer potion options Combat potion options Hopping if engaged (will crash if not) Args (save a profile name and then use this to skip the GUI) Looting Pretty paint
    5 points
  38. Hi everyone, I'm happy to say that the new Tribot SDK is in preview. This means that you can begin using it today, but keep in mind that it's not yet fully released. Everything is subject to change. While we don't anticipate any major changes, don't be surprised if your script needs minor adjustments as we work towards a larger release. How to use Gradle (recommended): api("org.tribot:tribot-script-sdk:+") Or get the JAR from: "C:\Users\[user]\AppData\Roaming\.tribot\install\tribot-client\lib\tribot-script-sdk-[version].jar" Note: using gradle will show the j
    5 points
  39. Monday, November 22, 2021 Snippets: N/A Tutorials: Open source scripts: 1) https://github.com/its-jackson/PolymorphicTreesMaven (Source) 2) https://github.com/its-jackson/MotherlodeMineX (Source) 3) https://github.com/its-jackson/FletchingX (Source) Short biography / Coding experience: Hello, my name is Jackson, I'm from Canada and I started to learn programming approximately 2 years ago. When I was a kid, my brother and I played Runescape. One day we discovered botting, and that's when I acquired my taste for coding. I
    5 points
  40. Supported Herbs OSRS wiki table Herblore Herb GE Price Profit GP/XP Level Exp Grimy Clean 3 2.5 Guam leaf 21 39 18 7.2 5 3.8 Marrentill 20 35 15 3.95 11 5.0 Tarromin 111 130 19
    5 points
  41. cAgility Source Code: https://github.com/Cass2186/cScripts/tree/main/scripts/my-script/src/scripts Supports the following courses (progressive) 0-10: Tree Gnome Stronghold 10-30: Draynor 30-40: Varrock 40-60: Canifis (requires priest in peril) 60-70: Seers 70-99: Pollnivneach I'll add more higher level courses if I get the levels or can borrow an account from someone. Features: ABC2 Timed Actions Will eat any food that contains the action "Eat" in inventory, and end when no more food Collects a
    5 points
  42. Status: Working on monsters where slayer items are required. Paused due to school work. No ETA on completion, will be working on this script during my spare time. I will first start off by adding the weakest monsters for each monster, then add alternatives. Slayer Masters Turael - No requirements Spria - Quest completion [A porcine of interest] Monsters Banshees Bats Birds Bears Cave bugs Cave crawlers Cave slime Cows Crawling Hands Dogs Dwarves
    5 points
  43. Taking a gif is extremely helpful for reporting issues. There's many ways to take a gif but here's two ways that I am familiar with and seem to be the most popular. After becoming familiar with at least one of these tools you will be able to easily take a gif within seconds. Note that both of these tools can also be used to take screenshots. Gyazo (Easier to use, less powerful) Click this link to download https://gyazo.com/download?dl=now&lang=en and install the software You will now have a program installed called Gyazo GIF Click this and d
    5 points
  44. TRiBot 12.0.4 Add operating system and game client spoofing for VIP-E members This is optional and disabled by default, turn it on in the settings window Spoofs fields about your operating system that are sent to server Spoofs client data to represent other game clients such as RuneLite or OSBuddy Fix General#randomSD distribution to not favor the mean in an unintended way TRiBot 12.0.3 Fix proxies with client starter Add a warning popup when selecting an OpenOSRS jar that does not contain the phrase "open" in the name of it
    5 points
  45. Here's what has changed since our last forum post if you haven't been following along in our discord. Fixed third party jar loading for local scripts Removed legacy account, proxy, and breaks data importers Added accounts.csv and proxies.csv importers The files must be in the ~/.tribot/settings/ folder and be named accounts.csv and proxies.csv accounts.csv format: name,password,pin,world,skill,totpSecret or name,password proxies.csv format: name,host,port,username,password The importers can be found under the Tools menu within the cl
    5 points
  46. Welcome To G.Vorkath Activate Script Features: 1-Custom Food 2-Prayer potion , super restore 3-Custom Gear 4-Use own house or world 330 5-GE support sell loot , buy supplies 6- Mule support working with G.Mule -> https://repo.tribot.org/script/id/3856 7-Mini-breaking system 8-World hop system 9-Ending system 10-Configurable looting system 11-Iron Man Support Requirements : 1-DS2 quest done 2-Luner isles portal in your own house ( 50+ construction ) or portal nexus ( need to
    4 points
  47. Background A recent TRiBot update added the ability to automatically send bug reports to you if your script crashes via an exception. The bug report is sent through a discord webhook that your script sets. You can also include custom data in the bug report, such as script settings. Additionally, there will be an option to 'Send to Scripter' when a user generates a bug report manually and you have a discord webhook set up so you can easily get the info you need without hassle. Why should I use this? It will make it easier for users to generate bug reports and sen
    4 points
  48. Whipz Quester Script is live: https://repo.tribot.org/script/id/3877 https://streamable.com/l463bz [VIDEO HERE] Supported Quests include: Druidic Ritual - if 10 hp it will take food Dorics Quest Vampire Slayer - needs at least 9 magic Restless Ghost Cooks Assistant The Knights Sword - needs 10 mining Witches Potion Imp Catcher Witches House - needs at least 9 magic WaterFall Quest (ready but in testing) And More Coming Soon! Features: Mid-questing GE for required items This
    4 points
  49. Hi, In order to collect my tribot kudos I'm sharing this script. Natural Museum Quiz [28 Kudos] This minigame will quickly get you to 9 hunter and slayer. Simply answers questions in the basement of the varrock museum. There are no requirements to this. Source Cleaning Finds [50 Kudos] This activity will grant you another 50 kudos. In order to do this you'll first need to complete the digsite quest. The script will check if you've completed the quest, and if not skip this task. Source >> Click here to activate the Script <<
    4 points
×
×
  • Create New...