Everything posted by DragonAlpha
-
Removing KeyListener
- Tutorial Island - logout, switch to next account
Select an account when you load osbot. Do NOT select Default.- [Dev Build] OSBot 2.4.59 - Banking, Security, Patches
Really good update man. Thank you.- Explv's Tutorial Island [Free] [Random Characters]
Ok I will fix this within 24 hours. This has now been fixed. (Close your osbot, and re-open it so that your Loader grabs the new update).- Explv's Tutorial Island [Free] [Random Characters]
What didn't randomize?- Tutorial Island - logout, switch to next account
NOTICE: Accounts created in mass can get banned. Also, I advise you not to sell them. Creating bulk accounts, and then having these accounts suddenly login on a new IP (account buyer) can get them locked. Script is now available! Just select the script Multiple Tutorial Island on Dragon Script Loader. Download Dragon Loader here: http://www.dragoncoders.net/osbot/script-loader/Dragon_Loader_V2.0.jar (then place it inside your local scripts folder: C:\USER\OSBot\Scripts) Screenshots of Multiple Tutorial Island (made by Explv, powered by DragonAlpha account switcher):- Explv's Tutorial Island [Free] [Random Characters]
*EDIT* This script now officially supports multiple accounts. You can download it directly from the first post made by Explv. Download his file, and place it inside your local scripts folder. Dragon Loader no longer required for it.- Explv's Tutorial Island [Free] [Random Characters]
*EDIT* Account Switcher removed, Explv now officially supports it. This script now officially supports multiple accounts. You can download it directly from the first post made by Explv. Download his file, and place it inside your local scripts folder. Dragon+Explv Tutorial Island. Dragon Multiple Account switcher combined with Explv Tutorial Island base will be released tonight. It will have some small improvements to tutorial island code where it can get stuck, but it's a solid script already so doesn't need much. You will be able to provide a list of 100 accounts, click GO, then it will run on each one.- Tutorial Island - logout, switch to next account
Today or Tomorrow.- [FREE] Zulrah Helper - shows a zulrah overlay
No you cannot. Overlays are allowed. If you use OSBot to send input you can be banned. I plan to make OSBot-Buddy. A completely free osbuddy using the osbot client.- My first attempt to get back into scripting :)
I can't take new projects right now, but if you need some scripting help with a quick answer, you can join my discord chatroom. (Its a web chatroom, allows me to speak over mic, and you to type back to me): (removed discord link at Maldesto request)- Logic behind Account Selector order?
A hasmap is used. A hashmap does not guarantee order. You referenced the Java doc's iterator as a reference where it says "Iterator does not guarantee order". Well the same documentation in the Hashmap section says the exact same thing for Hashmap. public class HashMap<K,V> extends AbstractMap<K,V> implements Map<K,V>, Cloneable, Serializable Hash table based implementation of the Map interface. This implementation provides all of the optional map operations, and permits null values and the null key. (The HashMap class is roughly equivalent to Hashtable, except that it is unsynchronized and permits nulls.) This class makes no guarantees as to the order of the map I can post source code from my decompiler too. Nothing fancy going on. Here is the Iterator: Here is the underlying consumer:- Logic behind Account Selector order?
-EDIT-- Best body wash for men?
Washing is exp waste- My first attempt to get back into scripting :)
This is a good way to learn at the beginning. Good luck to you.- Logic behind Account Selector order?
I guess the entries get reordered by magic then.- Logic behind Account Selector order?
They're stored in a non-linked hashmap. So the JVM can juggle the order around seemingly randomly when new accounts are added to your database, or existing accounts are removed from the hashmap database. If it were a linked hash map, it would be the exact order you add them in. The JVM does low level optimizations and memory management when deciding where to insert them. It's based on your current RAM state, and other factors.- Tutorial Island - logout, switch to next account
Multiple Account Switching functionality added to OSBot now via the script.- Tutorial Island - logout, switch to next account
Thanks man, a lot of people have been requesting this type of account switcher script. Should be good.- Tutorial Island - logout, switch to next account
Account Selector is done:- how do i double my trust?
Check your message inbox, I am interested.- how do i double my trust?
Purchase Lifetime Sponsor rank. Put [sponsor] in the thread title.- Dungeoneering in 07
Requires engine work. Only if it passes a poll. If the community wants it, sure.- False Advertising
(see below) was only added after a while, the message above was how it was- Why do i need V.I.P to run 2 scripts?
Use a different computer, or use a virtual pc such as Oracle VM Virtual Box to run the second client. - Tutorial Island - logout, switch to next account