Everything posted by Bjotorsflav
-
Bjotorsflav's Crystal Chest Opener
Bjotorsflav's Crystal Chest Opener Script id: 1238 Start the script (next to any bank of your choice): Checks the configuration, and if incorrect, changes settings so that your player will be teleported outside the house portal after using 'Teleport to House.' Then, it takes a Ring of Dueling, equips it, ensures the inventory is empty, takes 7 Crystal Keys and 1 'Teleport to House,' breaks the teleport, walks to the chest area, and checks if there are items on the ground. If yes, it picks them up; if no, it starts using keys on the chest. Then, it uses the Ring of Dueling to teleport to Ferox Enclave, walks to the bank area, checks energy levels, and if energy is low, uses the pool of refreshment to restore energy. It repeats this process until no items are left. If one of the required items is not in the inventory or bank, the script will stop. 1 Teleport (Teleport tab to house, Ring of dueling) = 7 keys Make sure you always have some extra rings and teletabs, It will always take 7 keys from the bank but it doesn't mean that it will use all the 7 keys beacause sometimes the inventory will be filled before it gets to use the keys, then it will return to bank to bank everything. Profit: ~1m p/h Requirements: Ring of dueling Teleport to house tablet + 10 construction (House must be in Traverly) Crystal key
-
[Stable] OSBot 2.7.21
Gyazo please, more information
-
Guide for patching jagex accounts to the regular stealth client
- Macro/bot ban delay time range?
My experience 1 week- Stealth Firecape
It should work for Ironman accounts as long as you have all the necessary requirements, including prayer pots.- Stealth Firecape
- Tutorial: Make a jagex account and use it
Wrong path, you hve to choose path to osbot not to runelite!- unable to add or start jagex account properly
Can you give me the time line? It will come with next update 21.february or the day jagex decides to update the game- "null"
Are you using osbot 2.16 and post gyazo picture if possible- Separated Jagex launcher?
You can patch HDOS and use RuneLite yourself- Tutorial: Make a jagex account and use it
Make sure you have RuneLite https://runelite.net/- Getting error Input string "Null" for bot manager
Please use this version of manager, it's fixed here:- Tutorial: Make a jagex account and use it
Try using OSBot 2.7.17 beacause the earlier versions might give you "Null: String" error.- Bot initialization error
Have to wait, osbot breaks after jamflex update- Getting error Input string "Null" for bot manager
Make sure your password doesn't have any of these "!*,.-?`"- [Stable] OSBot 2.7.12
@PatrickWhen starting bot it says "please set your window mode to fixed first" but it supports both, so cant you remove the warning- 99 fishing, complete i make 5m gp a day :)
wow, not even vip and still makes it that far 🤯- Explv's Walker Pro - Beta testing
Can I try?- Holiday Giveaway! 1B GRAND PRIZE, $100 OSBot Credits, 100M
Would you like to take 1b or double it and give it to somebody else?- Open Lamp and choose xp
Somebody asked for it and it only supports attack at the moment. Opens inventory, clicks on "Lamp" then clicks on Attack and then Confirm: Attack Checks again if there are any lamps, if not then it stops. The plan is to make it support every single lamp ingame and stats. I guess this is just version 1.0 and we move on the other day. import org.osbot.rs07.script.Script; import org.osbot.rs07.script.ScriptManifest; import org.osbot.rs07.api.model.Item; import org.osbot.rs07.api.ui.RS2Widget; @ScriptManifest(name = "Lamp", author = "Bjotorsflav", version = 1.0, info = "", logo = "") public class Lamp extends Script { @Override public int onLoop() throws InterruptedException { // Check if "Lamp" is in the inventory Item lamp = getInventory().getItem("Lamp"); if (lamp != null) { // Interact with the "Lamp" by clicking "Rub" lamp.interact("Rub"); // Sleep for a short duration to allow the interaction to occur sleep(random(500, 800)); // Click on the first widget with coordinates (240, 2, 4) RS2Widget widget1 = getWidgets().get(240, 2, 4); if (widget1 != null) { widget1.interact(); } // Sleep for a short duration to allow the interaction to occur sleep(random(500, 800)); // Click on the second widget with coordinates (240, 26, 0) RS2Widget widget2 = getWidgets().get(240, 26, 0); if (widget2 != null) { widget2.interact(); } } else { // If "Lamp" is not in the inventory, stop the script stop(); } return 500; // Sleep for 500 milliseconds before running the script again } }- Mirror Mode.. is it still worth purchasing?
Click store and then right side choose OSbot membership, there you can choose lifetime- Mirror Mode.. is it still worth purchasing?
I am using mirror mode- Questing scripts
Perfectly working script can be destroyed by events like halloween, christmas etc where they just place new random items, npc...- Targetting the NPC that is attacking me
- Targetting the NPC that is attacking me
- Macro/bot ban delay time range?