Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 07/31/18 in all areas

  1. I started a new account and needed some agility levels, so I figured I'd record myself making an agility script and post it here. The goal of this is to try and encourage others to learn to script. Apologies for those on tiny monitors, the text will be very difficult to read (I make the font bigger about 2.5 minutes in). Also sorry for pauses and random scene switches, I was trying to figure out how to work the recording software and code and talk at the same time... too many things at once. Watch at max quality (1440p) if you want to be able to read the code. Source code: import org.osbot.rs07.api.model.Entity; import org.osbot.rs07.api.ui.Skill; import org.osbot.rs07.script.Script; import org.osbot.rs07.script.ScriptManifest; import org.osbot.rs07.utility.ConditionalSleep; import java.util.Arrays; @ScriptManifest(author = "eliot", info = "", logo = "", version = 1.0, name = "A GOOD SCRIPT") public class Main extends Script { private String[] actions = {"Climb", "Cross", "Balance", "Jump-up", "Jump", "Climb-down"}; private String[] names = {"Rough wall", "Tightrope", "Narrow wall", "Wall", "Gap", "Crate"}; Entity previous; @Override public void onStart() { getExperienceTracker().start(Skill.AGILITY); } @Override public int onLoop() throws InterruptedException { int starting = getExperienceTracker().getGainedXP(Skill.AGILITY); Entity nextObj = getObjects().closest(obj -> Arrays.asList(names).contains(obj.getName()) && Arrays.asList(actions).contains(obj.getActions()[0]) && (getMap().canReach(obj) || obj.getName().equals("Crate")) && !obj.equals(previous)); if (nextObj != null && !myPlayer().isMoving()) { if (nextObj.interact(nextObj.getActions()[0])) { new ConditionalSleep(10000) { @Override public boolean condition() throws InterruptedException { return getExperienceTracker().getGainedXP(Skill.AGILITY) > starting; } }.sleep(); } if (getExperienceTracker().getGainedXP(Skill.AGILITY) > starting) { previous = nextObj; } } return 250; } }
    3 points
  2. It takes less than 48 hours for the funds to show up on your card, especially since these are business days. When they get refunded you need to send the money back to the original PayPal. Bmw you were the one who refunded the money without even consulting him about it first, so you'll have to be patient and you definitely will not be receiving extra money, this could have been avoided if you didn't randomly refund money to someone. And I highly suggest you two stop bickering over Skype. Block each other and use this thread or OSBot pm as an official way to contact each other regarding the money.
    3 points
  3. Nope his fault he needs to get his limitation removed. If he does that you can send it back to him. If it is not fixed within 60 days you can keep the funds. Also I want proof the PayPal is limited.
    3 points
  4. How could you... my man going thru things. He got his main banned...... it's a hard time. He done lost teh fat 99's. In the future, the only way to avoid bans is to bot 24/7 for at least 4-5 days in a row. Jagex detects any level of play under that amount as bot activity. Legit players never play less than 5 days in a row. I recently paid Mod Weath $69,000 for this top secret information... I was offered thousands for this info but I figured it would only be right to share it with the public instead.
    3 points
  5. Brought to you by the #1 most sold script series on the market. Come and see why everyone's choosing Czar Scripts! This is the most advanced Agility bot you will find anywhere. BUY NOW $9.99 NEW! Added Both Wyrm Courses! SCRIPT INSTRUCTIONS Optimal Setup for the bot: Please set the mouse zoom to far away (to the left, like below) so that more obstacles can be seen in the view, and so the script can be more stable and reliable Also, make sure to have roofs toggled off (either go to settings tab or type ::toggleroof) for optimal results
    2 points
  6. alright ladies and habibis going to see if I can get enough mulla from Zulrah to make a new brand spanking computer Lets give the time frame 2 months to be safe cost of computer probably 2k will keep posting update on progress and money earned each day UPDATE NUMBER UNO-got 4 zulrahs running atm and currently creating 5 atm and one almost ready to zulrah just need a few mage and range levels and quest Total Profit earned at this moment-160mil
    2 points
  7. 2 points
  8. RUNNING 4 SESSIONS PER NODE NODE [2] WITH 4 MORE BOTS Showcase: 8 bots same time generating ~2.8m/hr which equals to roughly ~67m/day! 1 MULE PER MACHINE FAQ What is the script ID? 782 Can I run this bot with the Bot Manager? Yes, the parameters will be the saved file name in the setup window, you will see once you run the bot. Can I request features added to this bot? Yes, I am always listening to requests and adding new features all the time!
    1 point
  9. by Czar Now Added Divine potion making!! (Grinding chocolate bars gives no xp) Supports Amulet of Chemistry replenishment
    1 point
  10. Cape's AIO Progressive Woodcutter Created by @Team Cape Need quick levels but don't want to keep restarting your bot to go from trees, to oaks, to willows, to maples, to yews, etc? Want to get WC over with, or just make some quick GP? Want to get that Lost City requirement out of the way, but can't bare the monotony of woodcutting? Cape's AIO Progressive Woodcutter is YOUR solution. Features: 1. Create and add your own tasks for the script to execute! 2. Task-based progression! Watch this script flawlessly switch from Lumbridge trees, to Draynor oaks, to Draynor willows, to Camelot maples, Camelot yews, and so forth! Until you want it to stop! 3. OR use custom mode - Start the script at the location you want to woodcut at, type the name of the tree, and start chopping those trees! Need to bank instead of powerchopping? Just select the bank from the list, and let it go! 4. Banking - You get to CHOOSE which tasks you bank on! 5. Powerchop - You get to CHOOSE which tasks you powerchop on! 6. Automatically takes the best axe from your bank and upgrades as the script continues! Just tick banking on, and watch the script upgrade from iron, to steel, to any better axe that you have! 7. Supports all trees! 8. Supports the Woodcutting Guild! 9. Supports Powerchopping and Banking at Redwood Trees! 10. Takes Bird Nests if Desired! 11. Supports the Dragon Axe Special if you Tick the Box! 12. Draw tree models, so you can see what tree is about to be chopped next, and the tree that the script is currently planning on chopping! 13. 50+ Preset Locations created, meaning there are a virtually infinite number of paths that you could take to level your woodcutting! 14. Custom-created location lookup, so you can easily find and pick which location you want to chop at! 15. A sleek GUI that you can easily use to setup your personal leveling path, and a flawless paint to show how your levels have progressed and the task you're currently on! 16. Flawlessly created to give you flawless results! Want more locations? Just ask in the thread below! Antiban / Antipattern: 1. Random & Dynamic Sleeps Utilized in Each Action and Loop! 2. Enable Timing Anti-Pattern and Watch as the Script Changes Sleeping Times Used Every Few Minutes, Meaning Your Sleeping Times Never Have One Consistent, Uniform Distribution! 3. Utilize AFK Mode to go Randomly AFK, Like a Real Player! 4. Random Actions Utilized to Keep You Logged In! Where can I obtain this script? Simply go into the Woodcutting section of the OSBot store, found at the link below, and scroll to the bottom! Pay $8.99 once, and enjoy unlimited usage of this unique script! https://osbot.org/mvc/sdn2/scripts/20 How do I Start to Use this Script!? After buying the script from the OSBot store for just $8.99, simply load up the client, go into your script selector, and the script will have appeared in your list! Click on it, press start, and the GUI will pop up! From there, create whatever tasks and select whatever settings YOU want! What if I don't Want/Need to Progressively Level? That's fine! Just use custom location mode, OR use a preset location and set it to start at your current level! The script will work exactly as desired! How Do I Set Up Progressive Leveling? In the GUI, you'll be given the unique option to add in custom woodcutting tasks! Here is how it's done! 1. Open the second tab of the GUI (Progression Tab) 2. Select a location from the drop-down menu (There are over 50! so there is a location lookup option if you choose to use it!). 3. After selecting a location, check whether you want to bank when using the task (if left unchecked, it will powerchop for you!) 4. Set what level you want to start the task at! 5. From there, just hit 'Add Location', and you'll see your task immediately pop up in the task list! 6. Add in as many tasks as you want! Happy botting! What's the catch? There is none. Just a flawless script. It really is that simple. Can I get a free 24 hour trial of the script? Of course! Just drop a like on the thread and ask for a trial below! Last proggie courtesy of @Scripter_Leo! Like the script? Post a proggie below, or rate the script on the store! Those are the best ways to help out! Script GUI: If you really enjoy the script, rate it 5 stars on the OSBot store or comment below with a proggie!
    1 point
  11. Just hang up the cheating boots, unless that's the only fun part? Ha
    1 point
  12. I'll look at it after august 2nd. Currently away from my main PC
    1 point
  13. Got banned after using the bot for ~2 hours with breaks. Was doing mainly f2p quests before being banned, got stuck for awhile in Knight's Sword as Vyvin was in the room, couldn't open the cupboard and was stuck there for quite awhile. Tried doing Fight Arena a few hours ago but couldn't complete the last part to fight Bouncer (may have died, not sure). A pity, just bought a bond too... Anyway, is it a default for the bot to search for items with a caps at the front? E.g. "Cadava berries". Feels very bot-ish and weird to type that way Also, got stuck on buy certain items such as redberry pie and yellow dye as the item's price was way higher than the buy price set by the bot.
    1 point
  14. Alek's simply jealous he'd never thought of: public boolean containsItem(String name) { if (this.bank.contains(name)) { return true; } return false; } Success breeds jealousy.
    1 point
  15. Ah! Fuck dude. Sorry to hear that, even if you stopped auto'ing, the gains were unreal. GG either way!
    1 point
  16. can vouch for OP, friendly guy gl selling man
    1 point
  17. Hello Czar, since the update on "Perfect Fletcher", the bot stays staring at the "make bows" and never makes them. It grabs the items to the inventory, it uses them with each other and doesn't make them. If I manually press the "make" option it banks them and restarts the process, but it never clicks or "keys" the "make" can you please help me out? It seems to be happening to various users aswell, the last thing the logger shows is "bank sleep" when it's waiting/"staring" at the option.
    1 point
  18. Yea, i think its a transgenic osrs botter.. such a rare sight isnt it
    1 point
  19. i wonder who the girl is in that picture
    1 point
  20. Could i possibly get trial please?
    1 point
  21. Read the first post+. Starting the script + Troubleshooting
    1 point
  22. the link is fine, needs to look sexier though with like alternating row colours, profile pics ermmmm be able to click peoples name to open their profiles like we use to be able to back in the lazy days. good times
    1 point
  23. its a mining bot, you probably got banned manually when a mod was doing the rounds, you really oughta curb your sense of entitlement, i lost my main a few days ago, didnt see me asking for a refund. knew the risk, took the risk, dealt with the consequence. jagex has fully stepped up their game we are now having to wait for osbot to do the same, in the meantime pls refrain from blaming the scripters and creators everytime you take an L. smh
    1 point
  24. Death Plateau is my one request so it supports all pure quests
    1 point
  25. This update is beautiful, really nice job Token!
    1 point
  26. bought the script. when i try fight goblins it takes me to minotours and gets stuck
    1 point
  27. can i have a trial?
    1 point
  28. I’m just coming back to rs. Are you sti giving trials for this? I’m super interested but wanna see how I’ll do
    1 point
  29. 1 point
  30. Hey Czar, the bot gets stuck on world hopping (F2P) account, is there going to be a fix anytime soon?
    1 point
  31. @Czar Have you thought about adding an option to choose a tile which you prefer your character to stand? Currently at the mining guild if you choose to bank while mining iron ore your character ends up mining on the west side of the 3 iron ore, causing him to have to run around as oppose to standing on the east side where he would not have to move. This causes a rather large loss in XP/h
    1 point
  32. can i get a trial, will buy some scripts tomorrow ?
    1 point
  33. 1 point
  34. Bought this script a day ago and have been running since with breaks enabled. So far its made me a mill and from 50-65 strength levels. Pretty flawless and sturdy script. Recommend for low level exp, not so much the cash, but is a nice perk.
    1 point
×
×
  • Create New...