open source daxWalker [Open Source] [Walk Anywhere]
-
Similar Content
-
By Naton
Intro/Download
This is a free application which provides a graphical user interface to launch clients automatically using TRiBot's CLI
Download: https://github.com/Naton1/Graphical-Client-Starter/releases (download links are under Assets)
Source: https://github.com/Naton1/Graphical-Client-Starter/
Loader/Updater: https://github.com/Naton1/Graphical-Client-Starter-Loader/releases
Features:
The best way to learn about all the features this free & open source software has is to test it out yourself!
Here's some of the top features:
Manage an unlimited amount of accounts with various data fields (Login Name/Password/Bank Pin/Client/Script/Script Arguments/World/Break Profile/Heap Size/Use Proxy/Proxy/Proxy IP/Proxy Port/Proxy Username/Proxy Password/Notes)
Automatically launch TRiBot clients
View all clients launched through the Graphical Client Starter
Close all launched clients
Schedule client start/shutdown
Import accounts from any format file
Import accounts from TRiBot's account manager
Export accounts to TRiBot's account manager
Export accounts to CSV/TSV/Custom file
Color the account rows to fit your needs (ex. make rows green/red instead of plain white)
Built-in proxy manager with proxy checking support (check if your proxies work)
Customizable set of account columns in the table - fit only the data you need
Auto-batch accounts into clients with tabs, for example batch 20 accounts into 5 clients with 4 tabs within each client (amount is customizable)
Ability to only launch accounts that are not currently active
Custom launch speed - launch all your clients at once, or spread them out over time to not consume too many resources (ex. every 15 seconds)
Minimize clients on launch
Restart clients when they close - can be useful if you experience your clients ever crash (make sure to disable this option if you are actually trying to close your clients)
Looking glass support
TRiBot sign-in - can log in with your TRiBot credentials through TRiBot's CLI so that you don't have to have previously logged in
Randomly select f2p/members/custom worlds, optionally preferring low ping worlds (view the worlds section of this thread)
Blacklist worlds from the random selection
Cell/Row selection modes - cell selection mode will treat the account table like a spreadsheet
A ton of utility features to make managing and editing your list of accounts as easy as possible
Various themes including dark theme
Saving/Loading profiles
... and a ton more! Check it out now for free.
Instructions:
Setup Application:
Install TRiBot (if it isn't already installed).
Download/Install the graphical client starter - you have two choices, use the windows installer (the .exe) (recommended for ease of use), or launch the .jar file. If you are not on windows you must use the jar. The jar file will require java 11+. A quick google of 'download java 11' should give you what you need.
Configure the path to the location TRiBot was installed in the graphical client starter. This setting can be found at at Settings -> TRiBot Path in the graphical client starter. This must point to a directory named TRiBot. The Graphical Client Starter will try to find this folder automatically on start so it may already be set.
Starting Clients:
Click the "Add New Account" button to add new rows to the accounts table.
Fill out the accounts to launch - Login Name and Script are required. The rest are optional. You can configure more table columns at Settings -> Account Columns.
Click 'Launch Selected Accounts' to launch your TRiBot clients.
Account Column Data:
Login Name - Required. This is the login name to log in to the account with.
Password - The password of the account to log in to. If no password is provided, TRiBot will try to match the login name to an account in the TRiBot account manager.
Bank Pin - The account bank pin.
Client - The (arbitrary) name of a client that can be used to group multiple accounts together as tabs on the same client. All accounts with the same client name will be grouped together in a single TRiBot client.
Script - Required. The name of the script to run.
Script Arguments - The script arguments to pass to the script to run. The contents of this depends on the script. Ask the scripter.
World - The initial world of the client. See the World section of this thread for more info.
Break Profile - The name of the break profile to use in TRiBot.
Heap Size - The heap size for the client. If using tabs/multiple accounts in a single client, the heap sizes for each account will be summed and set as the heap size for the client.
Use Proxy - If a proxy should be used for the account.
Proxy - The proxy to use for the account.
Proxy IP - The proxy IP to use for the account.
Proxy Port - The proxy port to use for the account.
Proxy Username - The proxy username to use for the account.
Proxy Password - The proxy password to use for the account.
Notes - Custom notes for your own personal use. Often used to track certain information about certain accounts such as the account status.
Themes:
The Graphical Client Starter supports various different themes including multiple dark themes. Find them at Preferences -> Theme.
The user interface is meant to work specifically on the default theme but everything should work fine on every other theme. If you want a theme other than the default, the recommend themes are JMetro Light/Dark. Note that I did not develop any of the themes myself.
Examples of JMetro
Common Issues:
If you are having trouble launching clients (ex. none appear), you can select Preferences -> Debug Mode for a bit more info on the TRiBot launch in the console. The command used for TRiBot's CLI is printed out before launch, use this to determine what is being launched.
On Windows, you may have to launch the app as an administrator in order to launch a tribot client. (This will happen if you installed tribot to your program files, which is protected)
You can easily solve this by downloading the windows installer and using that. You can right click an executable file and select "Run as Administrator", or reinstall TRiBot to a non-protected location such as your user directory.
Proxies:
There are a few ways you can configure proxies. The application will read your proxies from your tribot folder so you can just add them to tribot and they will appear when you open this application. You can also use the built-in proxy manager. Lastly, you can configure the proxy ip/port/user/pass directly in the accounts table by enabling the columns (at settings -> account columns).
Application Arguments (optional, to launch the app programatically):
-launchprofile profileName
Automatically launch a specified profile
-onlylaunch
Doesn't display a GUI if the launchprofile arg is specified
Ex. java -jar GraphicalClientStarter.jar -launchprofile last -onlylaunch
World Selection:
Use 0 or -2 for random members world
Use -1 for random f2p world
Use -3 for a random members world that has good ping
Use -4 for a random f2p world that has good ping
Note that you can add multiple worlds to the world field to randomly choose a world from that list (ex. 315, 316, 316 or 315 316 316)
Leaving blank defaults to whatever TRiBot does
Looking Glass:
Go to Preferences -> Looking Glass and enable the option, and provide a path to the LG client you want to use. This will use the TRiBot CLI's built in looking glass support.
Importing from text file:
This feature allows you to specify the format your files are in.
This may look confusing, but I promise you it's very simple. Copy and paste a line from your account file, and replace each value that you want to input with the corresponding symbol.
It assumes each line follows the same format in your file.
For example, the following line
${username}:${password}:${world}
Would capture the following text
naton:mypassword:15
And create an account with the username naton, password mypassword, and world 15
Tips:
Try Preferences -> Selection Mode -> Cell Selection Mode. This will make the table selection similar to how Excel/Google Sheets work. You can do cool things which save time like the following (this uses copy pasting):
https://i.imgur.com/dEPWNvT.mp4
You can right-click the column headers to bulk configure values for the selected rows (including the selection column header itself)
Launch Inactive Accounts (under Settings) can make sure you don't double-launch any clients (launches all selected accounts where there isn't a corresponding active client with the same username)
Take the time to become familiar with the settings and features of this application. You will thank yourself later when you save yourself a lot of time.
Ctrl+Drag to highlight multiple rows at once in row selection mode, then right click -> select rows to easily bulk select rows
https://gyazo.com/2e0b0e70c1ee97fd6295cd68d430acc1
All leading and trailing whitespace is trimmed on client launch incase you have an accidental whitespace character that you didn't realize
Please notify me of any issues.
This tool works extremely well with nRestocker - This script can bring new levels of automation to your gold farm. Revolutionize your workflow with automation by developing a custom list (or tree) or tasks to fit your needs.
https://community.tribot.org/topic/79895-nrestocker-grand-exchange-muling-bonding-gearing-script-startingqueuing-~60-different-tasks/
-
By ELON
ELON Combat AIO V2 [ FREE ]
. Description:
Kill any monster anywhere with any attack style World Hopping (multi-threaded hop after player has been in combat area for longer then a set time) Custom Inventory (automatic teleport support) Advanced Anti-Ban ABC2 LVL10 Free Looting Custom Equipment (checks your bank if missing the equipment) Prayer PROGRESSIVE TRAINING (automatically completely change training method including equipment after reaching a certain level) Cannon Banking Potion support SafeSpotting JavaFx Gui Paint
GET SCRIPT HERE: https://tribot.org/repository/script/id/3549
-
By TzTok-Matt
Hello, this is my first public TRiBot script. It mines Daeyalt essence, nothing more, and nothing less.
It can activate the dragon pickaxe's special attack, and it implements most of the ABC2 features. Need some help figuring out the compliance level, as I'm not sure about some things (related to the fixed rate that the essence spawns at, and there only being one essence mineable at a time).
With level 70 mining and a rune pickaxe, I was able to achieve around 4100 essence mined per hour.
You can view the source code on GitHub or download it from the repository.
-
By bbuu20
Bbuu20's Miner
This script is some of my best work. I've followed all the guidelines for a premium script. I've also implemented a user friendly gui, along with options to bypass the gui using args. The script uses ABC2 level 10, as well as a custom fatigue system that users can adjust manually in the gui. The script handles traditional mining with any tradable ore, with an option to hop worlds on rock depletion, and/or avoid wilderness pkers. It also has a progressive mining system, allowing users to string together tasks, making the script truly set and forget.
And now, it is completely open source on my github at: https://github.com/zperkins11/Bbuu20-s-Miner
I developed this script with the intention of going for premium scripter, but I've since decided I'd rather make it open source for people to learn from. It has its imperfections, as does any script, but I believe it will become an excellent learning tool for new scripters.
From this source, you can learn:
How to create and implement interfaces How to create and instantiate objects How to/when to use static methods/variables How to implement profile saving/loading How to implement a javafx gui and/or receive arguments How to use a custom css stylesheet with your javafx gui How to create a simple and effective paint And much more involving the tribot api.
GUI
Paint
50 hour proggie
-
By bbuu20
Bbuu20's Miner (Open Source) (Progressive Mining) (World Hopping) (ABC2 Level 10 + Additional Custom Antiban) (Arguments)
Hi, and thanks for checking out my AIO mining script! This script features:
3 Tick Mining so players can reach xp rates of up to 115k/hr! Iron, Sandstone, and Granite all supported (Mouse variance must be set to 0) *Removed For Now, Will Be Added Back Soon* Progressive Mining so you can run your bots through multiple tasks with just a few clicks Custom Paint to display the current runtime, xp/hr, and more Full ABC2 Level 10 Implementation to significantly lower the script's ban rate Universal Mining and Banking so players can run the bot wherever they want, on whatever ore they want Java FX GUI to adjust antiban, and mining settings Profile saving/loading so players can easily reload previous settings Arguments to allow instant profile loading, and gui bypassing Let me know if you encounter any issues, or have any feedback.
To Do:
Re-implement 3 tick mining
Add motherlode support
And anything else you may suggest!
Join my discord server: https://discordapp.com/invite/nF7fsjx
Source Code: https://github.com/zperkins11/Bbuu20-s-Miner
Get It On The Repository: https://tribot.org/repository/script/id/3417
How to use arguments:
Enter the name of the profile, and the task code, separated by a colon (:)
Task codes are as follows:
0: Traditional Mining
1: Progressive Mining
More info can be found on my discord server
-
By bbuu20
Bbuu20's Firemaker (ABC2 Level 10)
Welcome to Bbuu20's Fire Maker. This script features:
Custom GUI to select what log/logs to use Full ABC2 Level 10 Implementation to significantly lower the script's ban rate Universal Firemaking and Banking so players can run the bot wherever they want, with whatever log/logs they want I am very open to any suggestions on how I could improve this script. Please let me know if you experience any issue at all with the script, I will do my best to fix it and reply to you quickly. If you enjoy the script, some positive feedback would be greatly appreciated!
To Do:
Add custom paint to display current log, xp/hr, etc...
And anything else you may suggest!
Links:
Join my discord server: https://discordapp.com/invite/nF7fsjx
Source Code: https://github.com/zperkins11/Tribot/tree/master/scripts/firemaker
Get It On The Repository: https://tribot.org/repository/script/id/3425
Screenshots:
-
By bbuu20
Bbuu20's Tutorial Island (ABC2) (V2.0)
Hi, and thanks for checking out my tutorial island reboot! This script completes tutorial island for free!
I am very open to any suggestions on how I could improve this script. Please let me know if you experience any issue at all with the script, I will do my best to fix it and reply to you quickly. If you enjoy the script, some positive feedback would be greatly appreciated!
In the near future, I will be re-implementing the gui and paint, I realize it is rather basic for now.
Join my discord server: https://discordapp.com/invite/nF7fsjx
Source Code: https://github.com/zperkins11/Tribot/tree/master/scripts/tutorialIsland
Get It On The Repository: https://tribot.org/repository/script/id/3296-bbuu20-s-tutorial-island/
-
By giraffen
1. Script Author: @daxmagex 2. Link to Script's Thread: 3. Date Purchased: Sat, 24 Aug 2019 07:32:21 4. What type of duration did you purchase: 1 month 5. Proof that you have tried contacting the author about your issue(s): https://pasteboard.co/IvqEapR.png 6. Issue(s): Poorly programmed. In this case losing items from hunting that ends up hunting not effective at all. (In my case net or rope)
-
By Java
Fast and humanly Unique clicking Threaded antiban Threaded deathcheck Threaded combat checking Threaded camera control Randomly walks Prioritizes portals, then Spinners Doesn't attack dead or close to dead NPCs
SOURCE: https://github.com/javaTribot/java.PestControl/blob/master/PestControl.java
REPO: https://tribot.org/repository/script/id/3045
-
By Laniax
Objective
Kills level 13 Chaos Druids above ardougne for herbs(money) and combat experience.
Requirements:
- Level 46 Thieving to picklock the tower door.
Need help gaining thieving levels? Check out my other script, LAN Thiever!
Recommended:
- Level 33 Agility to cross the log shortcut, otherwise we will walk over the bridge.
- Recommended settings: loot everything above Harralanders.
Features:
Kills Chaos Druids in the tower above Ardougne and banks in the north bank of Ardougne. Advanced Antiban (ABC2) Level 10 Over 200k/hour GP depending on drops (Recommended settings: Loot everything above Harralanders) Fast combat - will hover over next druid when attacking the first (random by antiban) Intelligent right click menu over the next druid (ABC2) Will auto-detect if your agility is above level 33 and use the agility log shortcut for fast travel between bank and tower. Advanced unstuck system. Use whatever food you want. Bring how many food u want each trip. Only loots after combat. Toggles on run if we gathered some energy. Flawless through stability, even with little updates! Ability to loot any item over X value. Drops items that it looted by mistake. Notification system, get desktop alerts when someone PMs you (and much more!) Support for script arguments! You can auto-start this script without showing the GUI. See list of settings below. Settings are changeable during runtime. Screenshots:
Settings Menu:
Proggies:
New proggies (ABC2)
by @Gh0sty
by @PowerGP
by @Gh0sty
by @danny689
Old proggies (ABC1)
How to get:
-
-
Our picks
-
TRiBot 12 RC
TRiLeZ posted a topic in Client Updates,
TRiBot 12 Release Candidate
The TRiBot team has been hard at work creating the last major version of TRiBot before the TRiBot X release. We've noticed many problems with TRiBot 11 with a lot of users preferring TRiBot 10 over 11. We've heard you, so we took TRiBot 10, added the new features introduced with 11, introduced some other new things, and created TRiBot 12. So without further adieu, here's TRiBot 12.-
-
- 39 replies
Picked By
TRiLeZ, -
-
TRiBot Central & TRiBot Gradle Launcher
TRiLeZ posted a topic in News and Announcements,
Gradle is a build tool used to accelerate developer productivity.
We recently setup a Maven repository (TRiBot Central) to make it easier for scripters to create scripts. Check it out here: https://gitlab.com/trilez-software/tribot/tribot-central/-/packages
Furthermore, we've released a simple Gradle project to make it easy to run TRiBot and develop scripts for it. Check it out here: https://gitlab.com/trilez-software/tribot/tribot-gradle-launcher
The goals of TRiBot Central are to:
Deliver updates to TRiBot faster
Better organize TRiBot's dependencies (AKA dependancies)
Make it easier to develop scripts for TRiBot
Make it easier to use and run TRiBot
Note: TRiBot won't be able to run scripts from within this project until TRiBot's next release.-
-
- 12 replies
Picked By
TRiLeZ, -
-
Auth0 Login (Updates)
TRiLeZ posted a topic in Site Updates,
Hi everyone,
I'd like to thank everyone for their patience in this transition period. Since last week, we've worked out the remaining bugs with this integration.
Some users have still been having issues with connecting their forums account to their Auth0 account. To resolve this, we've imported all forums accounts into Auth0.
Unfortunately, the accounts which were imported today were using an unsupported password hashing algorithm. Hence, random passwords were set during the import.
What does this mean for me?
If you've previously linked your forums account to your Auth0 account, you don't have to do anything. Nothing changes for you.
If you haven't logged in via our new login yet,
Try logging in with your forums email address and the last password you used
If you are unable to login, please use the "Forgot password" tool on the login page:
Follow the instructions to reset your password
-
-
- 17 replies
Picked By
TRiLeZ, -
-
Auth0 Login (Changes)
TRiLeZ posted a topic in Site Updates,
Hello everyone,
Last week we tried to roll out Auth0 Login, but we lost that battle. Now it's time to win the war!
Important changes
When logging into the client, you'll now have to enter your Auth0 account credentials instead of your forums credentials
Note: 2FA is still handled through your forums account (for the time being)
Changes for existing users
You'll have to link your Auth0 account to your forums account here: https://tribot.org/forums/settings/login/?service=11
Auth0 accounts have been created for most existing users. Please use your forums email address and password to login.
Important notes
Make sure to verify your email address upon creating a new Auth0 account
When we mention your Auth0 account, we mean your account used for auth.tribot.org as displayed below-
- 81 replies
Picked By
TRiLeZ, -
-
Auth0 Login
TRiLeZ posted a topic in Site Updates,
To better support the upcoming changes (TRiBot X, new repository), we're switching our login handler to Auth0. Instead of logging in with the standard form, you'll now be required to login through our Auth0 application.
All existing accounts which have been used within approximately the past year have been imported into Auth0 using the same email and password combination which has been stored on the forums.
What does this mean for users?
Your account credentials are now even more securely stored
You'll be able to login via Facebook, Google, and others in the future
Is there anything users have to do differently now?
Existing users: You'll have to login with the standard login, open your Account Settings, then link your Auth0 account
New users: You'll be redirected to our Auth0 app (auth.tribot.org) where you'll be able to create an account
Why was this change made?
The new apps we are creating (such as the new repository) aren't able to use the forums to handle user logins
To centralize all user accounts in one area
To ensure that the client login doesn't go down when the forums are having problems
To speed up our development
Other considerations
There's no documentation or official support for using Invision Community combined with Auth0, so there are still a few kinks we're working out
We're in the works of creating an account management panel specifically for Auth0 accounts (ETA August)
It's not possible to change email addresses for the time being (this will be resolved this August)
Changing passwords is a weird process for the time being. To change your password, you'll have to use the "Don't remember your password" tool on the Auth0 login page-
-
- 11 replies
Picked By
TRiLeZ, -
-
-
Recently Browsing 0 members
No registered users viewing this page.
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.