Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 11/27/18 in all areas

  1. Hi! This dev build brings support for resizable mode! DISCLAIMER: SOME SCRIPTS / FEATURES MIGHT NOT WORK ON RESIZABLE YET. SCRIPTERS ARE AWARE OF THE CHANGES THEY NEED TO MAKE AND ARE WORKING ON IT. THIS VERSION MIGHT ALSO NOT BE FULLY STABLE, SO USE WITH CAUTION! THIS RELEASE IS MOSTLY TO FIND BUGS AND HELP SCRIPTERS SUPPORT RESIZABLE. Download link: http://osbot.org/devbuilds/osbot 2.5.29.jar Change log: API CHANGES: - Added Tab#ACCOUNT_MANAGEMENT and Tab#NONE - Tab#IGNORES has been deprecated and now falls under Tab#FRIENDS - Added Display#getScreenWidth() and Display#getScreenHeight() - Tab#getInterfaceParentId() and Tab#getInterfaceChildId() have been deprecated, use Tabs#getTabWidget(Tab tab) instead FIXES: - Bank#isSlotVisible(Bot bot, int tabSlot, int absoluteSlot) has been deprecated. Use Bank#isSlotVisible(int tabSlot, int absoluteSlot) instead. This method has also been changed to ensure the slot is visible enough to interact with RESIZABLE: - added MethodProvider#getDisplay() to replace GraphicsUtilities All static fields and methods from GraphicsUtility have been moved to this new class. GraphicsUtility is deprecated, but for now it still supports fixed size clients. - Entity#isVisible() has been changed to take render distance into account - Display#isVisibleOnMainScreen(Entity entity) has been added to better reflect visibility for entities - Display#getDisplayMode() and Display#setDisplayMode(DisplayMode mode) have been added to change between resizable and fixed mode - Inventory#getSlotBoundingBox(int slot) has been added to replace InventorySlotDestination#getSlot(int slot) - Store#getSlotBoundingBox(int slot) has been added to replace StoreSlotDestination#getSlot(int slot) - Trade#getSlotBoundingBox(OfferOwner owner, int slot) has been added to replace TradeOffsetItemDestination#getSlot(OfferOwner owner, int slot) MISC: - MethodProvider#getProjectiles() has been added for consistancy - Added Tabs#isOpen(Tab tab) for ease of use FINAL NOTE: Mirror mode and Web Walker are not yet confirmed to function fully on resizable! Some scripts also have positions hardcoded and might not work on resizable. - The OSBot Team
    16 points
  2. CzarScripts #1 Bots LATEST BOTS If you want a trial - just post below with the script name, you can choose multiple too. Requirements Hit 'like' on this thread
    4 points
  3. 4 points
  4. yes it covers script writing x2
    3 points
  5. NEW! Added Gemstone Crab! 81 Hours at Cows Brutal Black Dragon support Sulphur Nagua support Blue Dragon 99 ranged 99 Ranged at Gemstone Crab 81 Range F2p Safespotting Hill Giants Hotkey List // F1 = set cannon tile // F2 = hide paint // F3 = Set afk tile // F4 = reset afk tile // F6 = Set safespot tile // F7 = activate tile selector // F8 = Reset tile selector // F9 and F10 used by the client, EDIT: will re-assign as they are no longer used by client // F11 = Set breaks tile // F12 = Reset breaks tile User Interface Banking Tab Demo (handles everything with banking) You can copy inventory (to avoid adding individual items...), you can insert item names which have Auto-Fill (for you lazy folk!) and you can choose whether to block an item and avoid depositing it in bank, ideal for runes and ammo. Looting Tab Demo (From looting to alchemy, noted/stackable items too) You can choose whether to alch an item after looting it simply by enabling a checkbox, with a visual representation. All items are saved upon exiting the bot, for your convenience! Tasking Demo (Not to be confused with sequence mode, this is an individual task for leveling) You can set stop conditions, for example to stop the bot after looting a visage, you can have a leveling streak by changing attack styles and training all combat stats, you can have windows alert bubbles when an event occurs and an expansive layout for misc. options! Prayer Flick Demo (Just example, I made it faster after recording this GIF) There are two settings: Safe mode and efficient mode, this is safe mode: Fight Bounds Demo Allows you to setup the fight bounds easily! Simplified NPC chooser Either choose nearby (local) NPCs or enter an NPC name to find the nearest fight location! Simple interface, just click! Level Task Switch Demo (Switching to attack combat style after getting 5 defence) You can choose how often to keep levels together! e.g. switch styles every 3 levels Cannon Demo (Cannon is still experimental, beta mode!) Choose to kill npcs with a cannon, recharges at a random revolution after around 20-24 hits to make sure the cannon never goes empty too! Results Caged Ogres: How does this bot know where to find NPCs? This bot will find far-away npcs by simply typing the NPC name. All NPCs in the game, including their spawn points have been documented, the bot knows where they are. You can type 'Hill giant' while your account is in Lumbridge, and the bot will find it's way to the edgeville dungeon Hill giants area! Here is a visual representation of the spawn system in action (this is just a visual tool, map mode is not added due to it requiring too much CPU) Fight Area Example (How the bot searches for the npc 'Wolf') Walking System The script has 2 main walking options which have distinctive effects on the script. The walking system is basically a map with points and connections linking each point. It tells the script where to go, and decides the routes to take when walking to fightzones. Walking system 1 This uses a custom walking API written by myself and is constantly being updated as new fightzones are added. Pros: - Updates are instant, no waiting times - More fightzones are supported Cons: - Sometimes if an object is altered, the changes are not instant - Restarting the script too many times requires loading this webwalker each time which adds unnecessary memory (there is no way to make it only load at client startup since I don't control the client) Walking system 2 This is the default OSBot webwalking API - it is relatively new and very stable since the developers have built it, but is currently lacking certain fightzones (e.g. stronghold) and other high level requirement zones. It is perfect for normal walking (no object interactions or stairs, entrances etc) and never fails. Pros: - Stable, works perfect for normal walking - All scripters are giving code to improve the client webwalker - More efficient when restarting the script since it is loaded upon client start Cons: - No stronghold support yet - Some new/rare fightzones not supported yet - If there is a game-breaking update or an unsupported fightzone, it may take some time to add/repair (less than 24 hours usually) So which system should I choose? Whichever one suits your chosen fightzone best! There really shouldn't be any problems - the sole purpose of these options are for backup and emergency purposes, if the script ever messes up there is always the next option to select. Note: If the script ever fails, there will be immediate updates to fix the walking systems! Script Queue/Bot Manager: Script ID is 758, and the parameters will be the profile name that you saved in the fighter setup! Bug Report templates: New feature request - What is the new feature - Basic description of what the script should do - Basic actions for the script: 'Use item on item' etc. For when the script gets stuck on a tile (or continuous loop): - Which exact tile does the script get stuck on? (exact tile, not 'near the draynor village') - Plugin or normal script? - Did you try all 3 walking options? Script has a logic bug (e.g. dies while safespotting) or (cannon mode doesn't pickup arrows) - What is the bug - How did you make the bug happen - (optional) recommendation for the bug, e.g. 'make the script walk back' or something - Tried client restart? - Normal script or a plugin? - Which exact setup options are enabled? Afk mode, cannon mode, etc etc.
    2 points
  6. Pretty sure me and nex I had the biggest pgo bot goml
    2 points
  7. Smite for loot. No attack, wasted combat levels. You don't need ags spec when you already have a wide variety of spec weapons. (ranged and melee)
    2 points
  8. Could you please provide us with any screenshots to prove the wealth on the account? Also, was the service paid for upfront?
    2 points
  9. Welcome back Mysteryy
    2 points
  10. Which teleport? I will help Activated trials good luck guys
    2 points
  11. To everyone who has recently gotten banned or will this week. It is most likely not this script getting you hammered. If you are not a VIP member (~$9/month), I highly suggest you do become one if you can afford it and strictly use mirror mode only. If you botted once with stealth-injeciton, you most likely will still get a ban at somepoint in the future. Mirror Mode is not 100% safe either, but it will at least delay the inevitable ban and save your ass the day you slip up with botting compared to Stealth Injeciton (1 broken script/client/suicide = gg)
    2 points
  12. Launch -> set fixed -> System.exit(0) -> Relaunch
    2 points
  13. This man made me an amazing signature! Highly recommend him.
    2 points
  14. by Czar Buy now (only $8.99!) 143 HOURS IN ONE GO!!!!! update: this bot is now featured on the front page of osbot! More reviews than every other fishing bot combined! 100 hour progress report!!! How to use Script Queue: ID is 552, and the parameters will be the profile name that you saved in setup! This process is really simple, just to save you headache
    1 point
  15. 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
    1 point
  16. Want to buy with OSGP? Contact me on Discord! Detailed feature list: - Account builder mode to level your firemaking to level 50 or even higher. - Equips pyromancer gear option - Chopping and burning logs (base Option) - Relights brazier - Fletch option - Fix brazier option - Make potion and heal pyromancer when down option - Tons of food supported - Brazier swicthing when pyromancer is down - Advanced game settings to skip games, smart caluclate points, afk at certain points, ... - Bank or Open crates - Dragon axe special attack - Fletch at brazier option - Chop in safespot option - Worldhopping - CLI support for goldfarmers Custom Breakmanager: - Setup Bot and break times - Randomize your break times - Stop script on certain conditions (Stop on first break, Stop after X amount of minutes, Stop when skill level is reached) - Worldhopping - Crucial part to botting in 2023! Script queueing: - Support queueing multiple script in a row - All Khal scripts support flawless transitions in between scripts - Start creating your acc in a few clicks from scratch to multiple 99's - Flawless CLI support - Learn more here: How to use CLI parameters: - Example Usage: -script 909:ScriptFile.BreakFile.DiscordFile SAVEFILE = Saved Filename BREAKFILE = Breakmanager Filename - SAVEFILE: Save file can be created in the GUI. Navigate to the tab you want to run and press "Save As CLI file". Please choose your filename wisely (No special characters) - BREAKFILE (Optional): Breakfile can also be create in the GUI, set the breaksettings you wish to use and press "Save new CLI BreakFile". Please choose your filename wisely (No special characters) - Final form (Note that with some bot managers you do not need to specify -script 909): -script 909:TaskList1.4515breaks (With breaks) -script 909:TaskList1.4515breaks.discord1 (With breaks & discord) -script 909:TaskList1..discord1 (NO breaks & discord) Proggies:
    1 point
  17. It is that time of year, I am releasing my new and updated gold farming guide for you guys Happy Holidays Tips You will eventually be banned by gold farming. There is no way around it. The key is to profit as much as you can before getting banned. Don't complain when you get banned. Mule the gold every few hours so you do not risk losing out on profits Find a good private script Buy a VPS to increase the size of your farm Do not bot stupid stuff like Blast Furnace or woodcutting and expect to not be banned. No one is going to tell you their gold farm method so do not ask Test things out to see what is profitable. Buy VIP to expand your gold farm(if you plan to run more than 2) Get sponsor if you plan to be a long term gold farmer. Once you have a nice set up, invest in Sponsor. If you do not want to pay for a private script, then learn to code yourself. You can be writing your own simple scripts in a few weeks of practicing it. Here is my progression scripting thread http://osbot.org/forum/topic/95239-becoming-a-script-writer/page-1 P2p>F2p. Bond costs should only take a day or less to recover It costs money to make money. Learn to use Linux. Dedicated servers are better than VPS's. There are a lot of different types of gold farms. Gold farming zulrah or gold farming f2p clay miners, the end result is to profit. Automate your script as best as you can. More automation = more laziness on your part and more profits. Use CLI if you want to keep your farm organized and launch them fast. Tutorial Island bans/locks have increased over the years, this is not due to the script but your IP. Residential IP's are what you need. Don't let others discourage you. Surround yourself with other positive people who want to see you succeed, not fail. Look for updates within OSRS. Every week Jagex does an update which could potentially release new money making methods. If your gold farming method begins to decrease in profits, it is okay to switch to something else. Runescape has unlimited methods. Basic FAQ 1) Is OSRS profitable? Yes there is a lot of money to be made in gold farming Runescape. I just read the other day that someone gold farmed enough to get lazer eye surgery to improve their eye sight. Other people have made thousands of dollars from it so it is possible. This does not mean that it is easy though. 2) How do I know what is profitable? My suggestion from personal experience is go to around Runescape and find random things that are profitable. There are a lot of things that are not common and make anywhere from 200-500k/hour. I've found many methods that make good money just from exploring osrs. 3) What is a private script? It is a script bought by only you and no one else has access. 4) Should I use a private script or a public script? Private scripts are better because they are unique to only you. If you are wanting to start a gold farm, I strongly suggest buying a private script. 5) Where do I buy a private script? Many scripters sell private scripts. Go to the private script section to search for some. 6) How do I get the private script to show up? Place it in your Users/Osbot/Scripts folder. Refresh your client and it will appear 7) What is a VPS? Basically its something that lets you run more bots. If you have a shitty computer, then get a VPS to run more bots. 7) What is a proxy? A proxy is used to change your ip on the client. It does not lower ban rates but it prevents chain bans. This means that all your accounts are not linked on the same IP. 9) What is a mule? An account that holds your gold and is not botted 10) Will my mule get banned? It is very hard for a mule to get banned( very low chance but still possible) 12) Should I bot f2p or p2p? p2p is the way to go. P2p bots have a lower ban rate and there are a lot better methods. 13) Why should I invest money if I am just going to be banned? If you find a good method and bot smart, you will make profit. 14) How many hours a day should I bot? No one knows the answer to this. There's always a risk in botting. 15) Does the weekend really have a lower ban rate? From what I have seen, yes it does. Jagex is out of the office during these days. This does not mean you cannot be banned, but I know a lot of people who run huge gold farms starting Friday-Monday morning. 16) What are breaks? Breaks are a user selected option that allows you to control how long to bot for and when to not bot. Many people believe that having breaks can reduce the ban rate. 17) What is Mirror Mode? It is a VIP only feature that masks the official runescape client so that Jagex cannot detect that you are using a third party app. -- I have no opinion on this-- 18) What is CLI mode? It is an easier way to gold farm if you are running a lot of bots. I highly suggest using it. Here are the two links to the official release of them and how to use them. http://osbot.org/forum/topic/100378-osbot-24678-bot-farming-made-easy-cli-finished/page-1 http://osbot.org/forum/topic/101897-osbot-2471-low-resource-mode-web-walking-fixes/page-1 19) How is CLI mode useful? It allows you to set up your bots a lot quicker. With one click, you could open up 10 different clients all on different proxies, world selected, and script selected. 20) How do I use CLI? Copy and paste this into notepad (fill in the username,password, and pin as they apply). Save the file as a .bat You can add or remove these as you like. If you have any more questions I suggest trying the chatbox java -jar "%recent%" -allow lowresource,lowcpu -login Useraname:Password -bot username:password:pin -script scriptname:para 21) Is gold farming really easy? At first no. It takes time to find a good method and to set everything up. It is a lot of checking on your bots and making sure they're running smoothly. The goal in the end is to be able to only spend a few minutes each day and to make a lot of money. 22) How much antiban should I have in my script? There is real anti ban and fake anti ban. Read #4 here in this thread made by @@Alek: http://osbot.org/forum/topic/45618-preventing-rs-botting-bans/page-1 23) OMG I got banned, Jagex is too pro what do I do? You are botting, so expect to be banned. Make new accounts and move on. 24) Can an account survive for more than a few days? Yes I've had accounts last 40-50 day without getting banned. It's all about botting smart. Here is a picture of an account I botted while making my AIO fighter: UPDATE: I WILL POST A NEW SCREEN SHOT SOON. BOTTED MY ACCOUNT TO 99 ATT, 99 STR, 90 DEF. Yes you can bot and be successful. 25) Should I check woodcut xp? Always 26) Is Gold Farming stressful? I've actually seen a lot of people ask this question. My answer is it can be if done the wrong way. The point of gold farming is to check your bots every few hours not constantly monitor them and have to worry about 10 accounts. 27) What benefits does VIP offer? What is the difference between sponsor and VIP? That is all explained here along with other ranks: http://osbot.org/forum/topic/50019-understanding-the-forum-ranks/ 28) Who should I sell my gold to? I only sell my gold to the big companies like Bogla, Arcus, Kaii, etc. You can also sell to trusted people on here. I would not recommend using PayPal to people who are not trusted. 29) How often should I mule the gold over? Safe way is to do it every few hours. 30) What should I do while I am running my bots? Go in chatbox and talk 31) I keep losing money on bonds and can't profit, what is wrong? Rethink your plan. If you're not profiting, you're doing something wrong. Either change methods or change the hours your botting or do something different. Repeating the same thing over and over again is called insanity. 32) Where can I buy good vps's? OVH, LowEndBox 33) VPS or Dedi? Both are good but I like servers better. 34) How do I set up my dedicated server? Look up scripts that will automatically download everything for you 35) Why do I keep getting locked on tut? You need to use a residential IP. Jagex monitors tutorial Island IP's very strict these days. 36) Why does no one reveal their methods to me? Most farmers will not release their methods nor help you. It does not benefit them. Doing your own research is the best way to learn. Realistically we are on an online forum where people become bullies. Don't let others bring you down and if you want to be successful, in gold farming, work for it. 37) Should I always sell my gold instantly? From personal experience, I have never had a mule banned. I think you're safe trading gold from your slaves to your mules. 38) How do I know I can trust the people I am selling gold to? I have a strict few people that I regularly sell gold to. I would not suggest using PayPal with random people because it is not worth the hassle if they charge back. Thinkof it like this, you get an extra $10 100m sold to a random who charges you back a day later. Now you're out all of that money instead of just losing $10 for selling it for cheaper. 39) My VPS lags, why? Most VPS's will lag, it shouldn't affect your bots though. 40) When should I expand my farm? I always tell people to start small. You don't want to get burned for a big amount early on. Find a method, do some testing for a few days and see how it goes. You can always expand in a week but you can't take back the loss if you get banned with 20 bonded accounts. 41) Sponsor or VIP? I suggest VIP for 1 month for testing and if you find success, invest in Sponsor. It pays itself off in a year and has lots of benefits. Gold farming is a long term business. Don't be like my friend @THS who has been a VIP for years and could have saved money on sponsor (Luv u @THS <3) (No I was paid by OSBot to say this) 42) Where can I find additional help? There are thousands of thread on OSBot available to offer you advice. Sythe also has a lot of guides. The chatbox can be very helpful sometimes along with the OSBot discord. Don't be afraid to ask for help. Some people will ignore you but some will also help you. 43) Skype or Discord? Why do I need these? Why not both? I use both forms of communication. It's always good to have a fast way to talk to other people especially on mobile. Also a good way to know when OSBot is back up on Thursday after updates. A lot of companies will also buy your gold and communication through these are a lot better. In my personal opinion, I prefer Discord though 44) My method has high reqs, what should I do? You can either bot them yourself, hand make the accounts yourself, or pay someone else to do it. Depending on the method, it might be worth it to pay someone else. Your end goal here is to profit, so make sure there is a good margin of profit before the account gets banned. 45) How do I find trusted people to level my account? Go to the service section on OSBot and look for people with high feedback and active in the community doing services. 46) So are you saying I should stay away from new people? No. You can use them too for services but remember that they are not as trusted. If anything, use a MM for payment and have minimal risk on the account. Everyone has to start somewhere right? Just make sure you protect yourself. 47) I worked so hard and made 10m gold farming! How do I safely sell my gold? If you are selling to people on the forums who are not resellers, I suggest using a MM. It takes 2 minutes to find a MM and to ensure a safe trade. Don't let someone scam you for your profits. If you want to be 100% safe, go to the big guys like Bogla, Probemas, etc 48) Doesn't it cost electricity to run farms? If you are running your farm out of your own home, make sure you take this into account. It varies by region but just know you will be increasing your electricity bill if you're running lots of servers from your home. 49) Best place to run a farm? Local library. Use CLI to hide all your bots and no one will know. Won't cost you a dime in servers or electricity. @Chris and I run a huge farm from our College library. I'm only kidding 50) What day does Jagex update? Every Thursday there is an update. Occasionally I see an update come out Monday morning but that rarely happens. 51) Do scripts break after an update on Thursday? 99% of scripts will NOT break. What happens on Thursday is the Client cannot properly read what is happening in Runescape. This will cause ALL scripts to temporarily break and the scripter CANNOT fix this. They must wait for the Developers to fix the hooks in the client. 52) What is that 1% of the time a script will break after an update? If Jagex changes something that specifically affects your script, then it could cause it to break. An example I saw was when Jagex remodeled the Sand Crab area and moved all the crabs around. This caused all Sand Crab scripts to break because the areas were off. I've only seen them update Sand Crabs one time since they were released. 53) Should I spam threads and the chatbox on thursday if scripts break? No. Give it time. The Chatbox usually has a status for when the client will come back on. This will fix most of the scripts. 54) How often does the client break on Thursday? From what I see, it usually only happens once a month. I'd say about 75% of the updates that Jagex does not break the client. I've seen OSBot not need an update for months at a time and then other times it breaks like 3 weeks in a row. This is NOT the Developers fault. Jagex breaks the client and the Devs have to fix it. 55) What is the difference between a Scripter and a Developer on OSBot? Scripter- makes scripts and edits anything in their own personal scripts Developers- handle the client, API and hooks 56) What is the Logger? It is in the upper right hand corner of osbot, click to open the log. This is very helpful for scripters if there is an issue in the script. 57) How can I help my scripter fix a problem in the script faster? Provide screenshots of the logger, your screen and give an explanation of what happened. This will help us a lot to find out the cause of the issue. 58) How often should I sell my gold? I like to sell anything above 50m, but I've held on to over 750m at a time. I don't think it really matters but I always like to be safe just incase that one time you get caught. No one wants to lose money. 59) Why does everyone troll me on the forums when asking for help? Most people on the forums have been here a long time and see a lot of new people come in trying to leech advice. There's nothing wrong with asking for help, but don't be that guy asking for help every 5 minutes. Most things can be solved on your own. There is a General Help section in the OSBot discord if you truly cannot understand something but first attempt it please. 60) Why does my client freeze when I run two tabs? Even though technically you can run more than 1 tab, the feature doesn't work. It will freeze your client. Instead open multiple clients to run more than 1 bot. 61) How long should I bot for? (If you take anything from this guide, please read this last question). IT DOES NOT MATTER HOW MANY DAYS YOUR ACCOUNT LASTS, IT IS ABOUT HOW MANY HOURS OF BOTTING YOU GOT IN. IF YOU SUICIDE BOT FOR 2 DAYS STRAIGHT, THAT IS 48 HOURS OF PROFIT. THAT IS EQUIVALENT TO BOTTING 4 HOURS A DAY OVER A 2 WEEK PERIOD. What I am trying to say here is, just because you make the account last longer, it doesn't mean you're making more profits. This especially applies to methods where you can easily replicate accounts. For example, if you're botting flax, you can make a new account in 15 minutes. If you are suiciding it for 2 days and get banned, it is the same as getting banned after 2 weeks botting 4 hours a day. You actually lost 12 days of gold farming there and lost expenses in a VPS. My point here is, go by total amount of time botted, not days. So many people I talk to do not understand this. I hope this clears it up. 50 hours over 2 days is better than 50 hours over 2 weeks. Short Personal Story I started gold farming about 3 years ago because I wanted to make some part time money. When I first started my farm, I was at around -$150 after a few days. I was depressed and wanted to quit but I kept doing research and finally found out how to be successful. The point I am trying to make here is that you will probably lose money at first as well. Gold farming takes time and you need to learn all the ins and outs of it. This is a successful market and you can make money. Lots of people are doing it but they didn't just get lucky. We've put hours and hours into research, scripts, investments, finding the rights methods, servers, proxies, etc. It takes time and it doesn't come easy. Just like any other business. I hope this helps you guys out and motivates more people to get into the business *I will be adding more to this over the next few days as more things pop into my head* If anyone else has some advice to add let me know and I'll put it in the thread
    1 point
  18. What is this? "mFertiliser" is a script which will combine saltpetre and compost in order to make sulphurous fertiliser. Why would I need this? If you're trying to get favor in the Hosidius House, this is a useful script, as you won't have to combine the saltpetre and compost yourself. How to use? It's simple. Start the script anywhere, and the script will walk you to the grand exchange. From there, it'll start the process. Not sure this is required, but I've only tested the script starting with an empty inventory, so you should probably do the same Requirements: At least 5% favor in the Hosidius House. Saltpetre & Compost The code isn't the best (as I didn't spend a lot of time making the script), but it should work. It's on github, so feel free to change the code for your own use. Download Here
    1 point
  19. Dear community, It has been a long search and tough decision on who we needed to continue the active development of OSBot. Several candidates were carefully reviewed and the decision was difficult to say the least. We are happy to announce that we think we have found the perfect candidate to follow up on the outstanding work that @Alek has always delivered. Without further ado, I want to present you our new developer: @Patrick A.K.A. Pat-Ji with a selfwritten introduction: The last administrative formalities are currently being taken care of and from here on out we'll be able to bring Pat-ji in to the working mix, by gradually giving him acccess to the bits and bytes of OSBot. We are really happy to have @Patrick on the team and are looking forward to his contributions to OSBot. Yours sincerely, The OSBot team
    1 point
  20. 1 point
  21. Agree with above post. Stick with 60 attack unless you plan on getting 70-75 def. at some point. 60 attack will have a big bracket of weapons available for use also. So like said above: you aren't "limited" to mainly using AGS because at a certain combat bracket other special weapons become useless.
    1 point
  22. I personally only zerk pk. It takes a lot of work to have a quality build. best zerk 60atk/99str/45def/52prayer/99/94
    1 point
  23. I mentioned this to @Maldesto so I am sure he is well aware of it but I thought I'd just post here as well just so it's officially said somewhere. Since it seems that the background is updated and focus is on adding/repairing things, is it possible to address the cover photos not showing on our profiles? Just a minor change/request really but I thought I'd share.
    1 point
  24. We are aware of this freeze and are working on it
    1 point
  25. you forgot - init - minor changes
    1 point
  26. For mirror mode speed, I suggest lowering reaction timer it makes everything faster. Mirror client hotkeys: Hold SHIFT + F3/F4 keys until you get 100ms from 1,000ms. As for other suggestions, thanks guys. Noted down and will be posting the new update very soon.
    1 point
  27. No need to, trial granted :).
    1 point
  28. can I get a trial please mate
    1 point
  29. 1 point
  30. I do not have finals myself, but I do wish everyone having them best of luck.
    1 point
  31. how did you sell this when you have 1 post and 0 feedback
    1 point
  32. I make them on the datacenter proxies. I probably shouldnt say this but if you just grab explvs tutorial island bot off the unofficial scripts (includes sourcecode!) and add some random sleeps in it, the script works perfectly and you wont get banned. Downside is they just changed tutorial island with the last update so you have to do some serious rearranging / tweaking to work in the newest update. I think its pretty funny that people spend a ton of money on tutorial island private scripts and honestly alot of private scripts in general that you can simply make off of leeched code from a public script, or by watching some youtube videos, add some sleeps and 9 times out of 10 you avoid ban as long as you arent sharing your exact setup with other people. Really in my experience using residential only seems to matter if you are mass creating them and even then its only happened twice where I have had them lock on me after creation (presumably) due to IP flagging. But even with this there's a cap on how many accounts you can make per IP per day anyways so you may as well just use data center proxies because they are way cheaper...
    1 point
  33. @Czar When you get a chance can you look at the Lunar > Spin Flax clicks? The only options you have are enabling/disabling faster clicks, which when I tested it had no difference. Pretty much there's a ~5second delay you have to wait for before you can cast the next spin flax and the bot clicks 3 times exactly before it is ready to cast again. Every Single Time. Even with fast mode off or on XD Could you look into it and either slow down the clicks or something, just watching it gave me anxiety that I'm just gonna get flagged after getting this new account to main status with only mirror mode haha - I was able to do it faster manually do that but... who has time for that anyway lol
    1 point
  34. @Czar The failsafe for running out of runes is not working. Just sat there trying to curse splash without runes until I stopped it. It could see it in the game chat as well.
    1 point
  35. imagine wanting to babysit online idiots for free lol
    1 point
  36. Hello, I'm very interested in purchasing your bot. Could I try it first please. Thank you! EDIT: Actually can you wait on the trial. I'm gonna be buying VIP later this week and i want to try it on mirror instead of injection. i've had 2 accounts banned using injection
    1 point
  37. Is this script still all good in 2018?
    1 point
  38. yeah i was talking to others most the time i was on and changing from stats to inventory.. and i literally just started another one and got banned in 30 minutes.. i don't know what it is I've done wrong? EDIT; oh shit i had a vpn going.. why would that mess it up?
    1 point
  39. Cannon on crabs still not supported but I am working toward adding it very soon, perhaps in the next 1-2 versions max. As for not being able to attack npcs, copy/paste console logger, you may be setting up the script and client incorrectly. I will help ASAP Chinchompas in MM cave - not supported yet but I will be adding these as soon as I get my account req'd up. First update is done. Next one after this one will be pushed in a few days or so. New Update (v231) - Expanded on 'first occurence' functionality to combat system (increases stability) -- Script now knows if it has seen a target npc and updates your save. -- No more getting stuck not finding the npc, doesn't matter where! (Add npc via button) - Ardougne chaos druid picklock fix - Added 'loot everything before returning to safespot' functionality - Updates to looting while in combat - No longer loots arrows if you selected 'only loot when npc is dead' - No longer attacks when out of arrows - Added dart support, including other thrown ranged weapons - (Crabs): no longer clicks any crabs while in AFK mode only - (Stronghold) only noted iron ore is looted from now on - (Crabs) spec'ing is now optional - (Cannon) script now waits for cannon to be refilled before returning to safespot - Various re-writes to combat attacking code (all three styles) - Various re-writes to looting system - Patches to slayer npcs and use-item. - Jugs are now dropped, same as vials. (When using any jug as a food source) - Skeletal wyvern chamber walk paths are now hotfixed - Expanded even more on food system: script will finish off all food before eating a new one (pizzas etc) Update will automatically go live within 24 hours, good luck guys Please post more suggestions I have a very long list of new ideas that will be added to the script in the upcoming versions Also, sneak peek of the script website. Still under construction, but this is the features page with a guide on literally every single feature of the script.
    1 point
  40. Hey, Thanks for the kind words I'd like to, however maintaining my current SDN collection (including customer support etc) is already quite a workload which I do not have the spare time to add to at the moment. Perhaps in the future though, we'll see! Apa
    1 point
  41. gay bands i only listen to technical brutal death metal and best band is every band , all sounds exactly same
    1 point
  42. hi Czar, love your magic script. there isn't an option under lunar spells > string jewelry to string "unstrung symbols". can you add that? i want to string that instead. thanks! (unstrung symbols will be strung to become unblessed symbols)
    1 point
  43. Hey @averagecodenoobRunescape had an update so the OSBot client needs to be fixed before we can start using our beloved scripts again. ?
    1 point
  44. Hey everyone, Patrick here. I'm very glad to be on the OSBot team and I'm looking forward to upgrade the bot and help out the community ^^ If anyone has any questions, ask away!
    1 point
×
×
  • Create New...