Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 05/14/23 in all areas

  1. NEW 2024: supports new south + east shortcuts, new hopper (upstairs), and mouse invokes!!! (just like runelite!) 'the intelligent choice' By Czar 63 Hours Runtime!! Agility Shortcut 70 hours run time https://i.imgur.com/wiF6VPO.png
    1 point
  2. How to use the OSBot script queue in 2023: Introduction: Recently OSBot added the support to queue scripts, this means you can create a list of tasks and let the bot do all fo those tasks one by one. No more stopping and starting scripts to change tasks. Note: Scripts don't have script queue support by default, the script developer has to make some minor changes to support it. More info can be found in the script developer section. How do we start using this: In the client you will see a new Icon where you can start a script. Click it and you will be able to start making a script queue! Simple as that Example account build: The best way to explain this is probably by showing a small example, I will be using my own scripts to create this example as I know these already support script queuing. Let's say we want to get the following stats on a fresh account: - 40 Woodcutting - 25 Thieving To start this you will need the following script: Khal AIO Woodcutter, Khal AIO Thiever After that we want to start creating tasks on how we want to achieve these levels listed above. For each task we will have to create 1 or 2 files that holds all info so the script queue knows what to do. Woodcutting: 1-15 chop+bank at trees at Varrock 15-30 chop+bank at Oaks at Varrock 30-40 powerchop willows at Lumbridge Thieving: 1-5 Thieving man/Woman at Lumbridge 5-25 Thieving cake stalls at Ardougne Example CLI file creation: Task 1: 1-15 woodcutting at Varrock East Trees (Banking). 1. Set the right location and the right tree to chop (Varrock East + Tree). 2. Save as a CLI file and pick a name, I will use WC_1-15_Varrock 3. Enable the breakmanager 4. Set a stop by level condition to 15 woodcutting. 5. Save the breakfile as CLI file and pick a name for it, I will use WC_1-15_Varrock_Breaks Task 2: 15-30 woodcutting at Varrock East Oak trees (Banking). 1. Set the right location and the right tree to chop (Varrock-East + Oak tree). 2. Save as a CLI file and pick a name, I will use WC_15-30_Varrock 3. Enable the breakmanager 4. Set a stop by level condition to 30 woodcutting. 5. Save the breakfile as CLI file and pick a name for it, I will use WC_15-30_Varrock_Breaks Task 3: 30-40 woodcutting at Lumbridge willows (powerchopping). 1. Choose your settings + make sure to have your player on the right location you want to chop in so the file knows what to save. 2. Save as a CLI file and pick a name, I will use WC_30-40_Willows 3. Enable the breakmanager 4. Set a stop by level condition to 40 woodcutting. 5. Save the breakfile as CLI file and pick a name for it, I will use WC_30-40_Willows_Breaks Task 4: 1-25 thieving, for this example without breaks for this task (Because of the built-in task system in the script we only have to make 1 CLI file for this instead of 3 like the woodcutter) 1. Choose your settings and make sure to set the stopcontion right. 2. Add task and repeat adding tasks as you like 3. Save the Task list as CLI file and pick a name for it, I will use TH_1-25 Example How to make the queue: So in total you should have created 7 CLI files at this point. (4 script CLI files + 3 Breakmanager CLI fles) All files can also be found in your OSBot Khal folder: C:\Users\YOURNAME\OSBot\Data\khal 1. Select the Khal AIO Woodcutter script from the list 2. Use your CLI file names as argument and add a "." in between them, first part is the script CLI file, the second part is the breakmanager cli file (Optional). => WC_1-15_Varrock.WC_1-15_Varrock_Breaks => WC_15-30_Varrock.WC_15-30_Varrock_Breaks => WC_30-40_Willows.WC_30-40_Willows_Breaks => TH_1-25 3. Add the tasks to the queue After adding all tasks start the queue and watch the magic happen How to use queues with CLI: There are 2 options on how to start a queue from the command line: 1. scriptqueue {queuename} (queue fdile has to be in the OSBot/Data folder) 2. scriptqueue {filepath} Example usage: 1. -scriptqueue testqueue 2. -scriptqueue C:\MyQueues\testqueue.txt (Or whatever the path is in your case) Feel free to join Our discord for more info and updates!
    1 point
  3. Enjoy! Strangem best is indeed grab a screenshot and chekc teh logger for any info
    1 point
  4. was going for 50-99 in one session but had to reboot pc due to gpu freaking out sadly. works great tho
    1 point
  5. Any chance of adding support for cakes and an option to eat at say 5 or 6 hp instead of 2hp on a 10hp account (when cannoning)? It constantly dies and then exits the script trying to do this but would be fine if it just ate a little earlier.
    1 point
  6. Just testing it out for now Will definitely buy it if it marks the spot, for now its TERRIFIC!
    1 point
  7. 1 point
  8. Considering the fact that you're using a community made script, without testing it, or even looking at the code to verify it's created correctly, I think this is your own fault. Within 10 seconds of looking at the exact script you're referring to, I see loads of errors/ issues with the script. The script network is only a tool to allow other users to use USER MADE scripts, and is not recommended to just press play and run without testing or investigating. You have full capabilities to edit this script, and make it work properly, so the fact that you didn't is baffling to me, especially if you're botting on an account you did not want to lose. I will run through the issues with this script real quick just to point out some key information to help you edit it on your own and make it work properly. All method numbers should contain at minimum one check per action. A line that is marked in yellow = a check (these are checked to see if the statement is true or false) A line that is marked in green = an action (these will only run if the checks are all true) Looking at method 2, there's a missing check to verify that you have prayer points. - This could be a bannable issue if your player is consistently clicking to enable prayer, while it has no prayer points. Looking at method 3, this has ZERO checks attached to the actions, therefore, every script loop (or one game tick), it is running this method, which specifically is telling it to click a south position, sleep for EXACTLY 1 second, click on an east position, sleep for EXACTLY 1 second, click on a north position, sleep for EXACTLY 1 second. - This could be a bannable issue due to your player constantly clicking the exact same positions, while sleeping for the exact same amount of time between each click (consistent same clicks for 2 hours straight is pretty recognizable). Looking at method 4, this also has ZERO checks attached to the actions, therefore, every script loop it is running this method, which specifically is telling it to click a north position, sleep for EXACTLY 500 milliseconds, click on an west position, sleep for EXACTLY 500 milliseconds. Looking at method 6, this also has ZERO checks attached, and is forcing the script to drink a Ranging potion every script cycle, this is so obvious, as there's no checks applied, and you should have noticed this while running for 2 hours, as it chugged all of your potion in less than 30 seconds. Looking at method 7, this also has ZERO checks attached to the actions, therefore, every script loop it is running this method, which specifically is telling it to click a north position, sleep for EXACTLY 750 milliseconds, click on an west position, sleep for EXACTLY 750 milliseconds. Looking at method 8, this is picking up ground items, but is not checking to see if your inventory is full... I'd imagine, if you were using your prayer pots, and did not have the vial smashing on, you're probably trying to loot ground items without your inventory having any empty spaces, and voila, BAN CITY..... Looking at method 9, it's ALWAYS drinking a prayer potion EXACTLY when your prayer drops below 43... Should have some randomization here with a timer, because guess what, this is also easily trackable and could cause a BAN! Moral of the story, @kevthehustla do your due diligence when utilizing a FREE OPEN SOURCE SCRIPT! Especially if it's being used on your main account. If you would have taken less time than it took to launch the script, just to stare at the code, I'm sure you would have realized some issues with the script... Please, don't try to take credit away from Script Factory as a whole, as this is obviously a user issue, rather than a Script issue...
    1 point
  9. If you are having issues seeing the forums or store, disable ad block.
    1 point
×
×
  • Create New...