Jump to content

Samiofficial

Suspended
  • Posts

    94
  • Joined

  • Last visited

  • Days Won

    2
  • Feedback

    0%

Posts posted by Samiofficial

  1. 6 hours ago, 1atk40def said:

    Hi purchased this script off you and no worlds have players except 320 and you mentioned to not run it on the world? 

    It keeps running around and dying on all options. 
    Please advise. 

    you have to find a clan where people dont kill each other
    320 is full ofplayer killers thats why i warned

    dm me on discord

     

     

  2. Sami AIO Air Orber
    AirOrber.png

    Most Advanced Air Orbing Script 
    Script State: Beta
    Script Version: 1.1

     

    Script Description:

    Sami's AIO Air Orbing Script is a highly advanced, fully automated solution for making profit through air orbing. The script supports the entire air orbing process, including dynamic Grand Exchange restocking. Start the script at the Grand Exchange with GP, and the script will take care of the rest, ensuring maximum efficiency and a hands-free experience.



    Features (Added)

    Spoiler
    • Grand Exchange Restocking: Automatically purchases all required supplies when they run low, ensuring continuous production.
    • Banking: Seamlessly supports automated banking, storing charged orbs and withdrawing new supplies to maintain efficient air orb creation.
    • Food & Energy Management: Optimally navigates between Ferox Enclave and the Air Obelisk, utilizing the Edgeville teleport for faster travel and reduced downtime.
    • Prayer Support: Includes prayer management while traveling from the Ferox Enclave to the Air Obelisk, again leveraging Edgeville teleport for efficiency.
    • Death Handling & Anti-PK Features: Provides automatic recovery after death and basic anti-PK measures while traversing the route, focusing on minimizing risk during orb running.

     

    Instructions!
     

    Spoiler
    • Start at the Grand Exchange: Begin the script with some GP in your inventory, and the script will handle the rest. It will automatically purchase all necessary items.
    • Restocking Supplies: If you run out of supplies, the script will sell charged orbs at the Grand Exchange and restock with GP.

    Orb Charging: The script walks to the Edgeville dungeon, navigates through it, and charges orbs at the Air Obelisk.

     

    Requirements:

    Level 66 Magic to cast the Charge Air Orb spell.

    Enough GP to buy the necessary supplies.

     


    Discord Webhook Support!
     

    Spoiler

    Soon


    Some Progress Reports!
     

    Spoiler

    Soon

     

  3. Screenshot-2024-09-10-141156.png


    Sami Tele Alch

    import org.osbot.rs07.api.ui.Spells;
    import org.osbot.rs07.script.Script;
    import org.osbot.rs07.script.ScriptManifest;
    import org.osbot.rs07.api.model.Item;
    import org.osbot.rs07.utility.ConditionalSleep;
    
    @ScriptManifest(name = "Sami Tele Alch", author = "Sami", version = 1.0, info = "", logo = "")
    public class Main extends Script {
    
        private static final int NATURE_RUNE = 561;
        private static final int FIRE_RUNE = 554;
        private static final int ITEM_TO_ALCH = 892;
    
        @Override
        public void onStart() {
            log("Sami Tele Alch Script Started");
        }
    
        @Override
        public int onLoop() throws InterruptedException {
    
            if(!myPlayer().isAnimating()) {
                if (getMagic().canCast(Spells.NormalSpells.CAMELOT_TELEPORT)) {
                    getMagic().castSpell(Spells.NormalSpells.CAMELOT_TELEPORT);
                    sleep(300);
                }
            }
            
            if (canAlch()) {
                if (getMagic().castSpell(Spells.NormalSpells.HIGH_LEVEL_ALCHEMY)) {
                    sleep(300);
                    new ConditionalSleep(5000){
                        @Override
                        public boolean condition() {
                            return myPlayer().getAnimation() == -1;
                        }
                    }.sleep();
                    Item item = getInventory().getItem(ITEM_TO_ALCH);
                    if (item != null) {
                        item.interact("Cast");
                    }
                }
            }
            
            return 600;
        }
    
        private boolean canAlch() {
            return getInventory().contains(NATURE_RUNE) && (getInventory().contains(FIRE_RUNE) || isUsingFireStaff()) && getInventory().contains(ITEM_TO_ALCH);
        }
    
        private boolean isUsingFireStaff() {
            return getEquipment().isWieldingWeaponThatContains("Staff of fire");
        }
    
        @Override
        public void onExit() {
            log("Sami Tele Alch Script Stopped");
        }
    }

     

    image.png


  4. Scripts.png

    Click Here To Join Discord

    SoulWars.pngArceuss-Tabs-1.pngAirOrber.pngRunite-Miner.png

     

     


    Custom OSBot Script Request

     

    Script Goals

    Describe what you need the script to do in detail—tasks, locations, items, and conditions.

     

    Budget

    Provide your budget or range.

     

     

     

    Notes

    Revisions

    Initial script based on your specs. Additional features or changes may cost extra.

     

    Timeline

    Specify any deadlines.

     

    Support

    Ongoing support available; additional work may incur extra charges.

     

    Privacy

    Your script will remain confidential.

×
×
  • Create New...