Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 01/19/19 in all areas

  1. Hey, This update brings the following changes, on top of the last two dev builds. API CHANGES: - Added Combat#isVenomed() - Added the new quests to the API - Added Favour to the API, more functionality will be added later - Inventory#drop(ids/names) will now use shift to drop if possible FIXES: - Fixed Quest tab open check - Bank api will now scroll more to show more of the item before withdrawing - Fixed Map#isMinimapLocked for resizable - Fixed Position interaction - Fixed logging out on resizable - Added support for transparent chatbox - Fixed worldhopper on resizable WEB WALKER: - Changes to obstacle handling; door/gate handling should be improved - Added the new Fairy ring (CIR) - Fixed a broken link to Veos - Added skill necklace farming guild link MISC: - Minor bug fixes - The OSBot Team
    8 points
  2. Creating a server allows for a central place of communication. You might want to have several bot instances communicate. Creating a central server that talks with multiple clients is the best way to communicate. Some noobs use a text file to communicate, they are n00bs. The issue with that is, the code generally is ignorant of the external environment. Not knowing who is accessing the file, if it's already open, if a change has been made and it's viewing old data, etc. You could try some hacky things but majority of the time, the hacky things will break (that or you could never scale the size of your project to large numbers). When you speak with a server, the server is aware of the states of the clients and would give you the rights to do X and Y. Communication is one application of client server architecture. You could easily delegate tasks to your server that you wouldn't want to do as a client. Server: Client: IOHandler: IO Interface: I didn't fully test these but it seems to be fine. Usage: Server must always run before the client. Choose any port you like. Server: public class Test { public static void main(String[] args) throws InterruptedException { Server server = new Server(50000); server.listen(); server.write("Hello peasant"); } } Client: public class Test { public static void main(String[] args) throws UnknownHostException { Client client = new Client("0.0.0.0", 50000); client.connect(); client.setReadHandler((s) -> { if(s.equals("Hello peasant")) client.close(); else System.out.println(s); }); client.write("Hi dummy"); } } Everything should be really easy and straight forward. 1. Create a server, choose a port, then listen(); 2. Create a client, for local usage, just use "0.0.0.0" IP and the same port as the server. 3. Optional, you can choose the read behavior when creating a client or server. By default, when receiving any messages. it will print to console. You can override this in by specifying the read behavior in the constructor or by called the setReadHandler method. The ReadHandler is simple a Functional Interface, Consumer<T>. 4. Call connect(); 5. use write(); to freely send messages. Ideally, you would want to create some protocol in the ReadHandler. 6. call close(): to end the connection.
    8 points
  3. Introduction Hello ladies and gentlemen, my name is azn2000, at least for this community, I'm 26 years young and not a native English speaker, so I would like to apologize in advance for my crude English. I've started programming stuff for OSBot on the 6th of January, yes this year, this is also my registration date. Never botted runescape before or even wrote a lot in Java, but I did programming for quite some time as a Hobby (C#) \o/ Finally I ended up in University hitting the Java island, wuhu.. Well to learn more about Java i decided to look around for a project and i found something to sink my time into. Because I want to practice my Java Skills I decided to write all programs in it. But now lets go on with the plan. The Plan In the end this should be a mass gold farm, or at least the Backbone for it. Why only a backbone?! Well the answer is simpler than you think: I haven't decided yet how far i will go, BUT I will try to push it, if I still have interest in it and the returns aren't to bad ^_^ So the main plan isn't to hit a fucktrillion in income. It's more about the journey to write stuff and share it with people that like to read about it. (Well the last part was not planed from the beginning) For the moment I will stick to F2P. Goals As everybody and there mother write GP goals in there Thread I will follow, but this list will be expanded as i break higher Goals: One-time Daily Goals [Record: 2.2m GP] 10m GP in one day 25m GP in one day 50m GP in one.. I think you guys got it 100m GP 250m GP Per day (median over 7 days) 10m GP 25m GP 50m GP 100m GP 250m GP Total [4.158M GP] 10m GP 25m GP 50m GP 100m GP 250m GP The Setup Currently I'm running a webserver which handles a SQL Database and a API i've wrote in PHP, WELL AZN YOU SAID ONLY JAVA?! well fuck it in that regard, all other stuff will be in Java, I was already paying for a webserver and I could easily reuse it for this task.. All accounts are saved in the Database so when i launch a new Server or a new instance, already made accounts can be taken out of it, also the slaves and mules communicate over it. I've also added basic tracking features to it so i can track here my bots are and so on, but need to write an web interface to see stuff and interact with it. Accounts will be automatically created and saved to the Database. They are AES256 encrypted by the way. Don't really trust that hoster that much lol. My backbone for the bot is Explv's AIO. Big shout out to @Explv, really like the work he (also his other tools are really helpful) and the other contributors have done on that Open Source project. I'm not using the GUI, i'm basically using only the lower level stuff from the AIO, to have a Tutorial, 7 Quest-points, pretty much flawless, that would have been to much testing to be done additionally. Writing my own moneymaking tasks / automuling etc. Roadmap - Automated Account creation and feeding them into the database DONE - Automatic Login and retrieve automatically a new one and start over with it, in case the previous account was banned/locked DONE - E-Mail client that automatically verifies the E-Mail with the account - Automuling, with world switching, to the mule's world because of world hop restriction, also with a meetup area, kind of done, needs more testing - Only got like 4 custom made money making scripts, some of them are decent gp/h will run with them for the moment but need further improvement Blogs 19.01.2019 I've got a lot of work done today, but after 14 hours of coding I don't want to see the IDE anymore and wanted to write something more chilled, so here we are \o/ I've wrote the automuling today, finally. It's more crude then i like but everybody need to start somewhere. I need to do some testing with it. Currently I'm running the free OSBot Version, probably need to upgrade in some days to fully test it. Also I was thinking about getting my first server done in the next few days. It's just a VPS but it doesn't run anything at the moment so i could reuse it. Need to look into setting something up on it.
    3 points
  4. 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
    2 points
  5. this is a story about how i fell in love with maldesto: i really like maldesto because he gave me many chances on osbot, i was a cunt to him to once when i got shown some stuff - i did some bad things but he forgave me, i have seen since that he is a gr8 individual but when i was veteran i never used to bot............ now i'd appreciate veteran so i don't have to waste my money to bot one account..... i will demonstrate how awesome the mirror mode is (whenever i dont use mirror mode, i get banned) its my birthday in a few days thx so much
    2 points
  6. 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
  7. NEW! supports new south + east shortcuts, new hopper (upstairs), and mouse invokes!!! (just like runelite!) 'the intelligent choice' By Czar 34-99 Mining on video!! Agility Shortcut Setup Window Preview 70 hours run time https://i.imgur.com/wiF6VPO.png
    1 point
  8. View in store $5.99 for lifetime access _____________________________________________________________ Key Features: Progressive mode - The script will traverse the xp-optimum course for your current level; walking to the next course as your level increases. Reliability - The script was developed and rigidly tested with superior reliability in mind. Human replication - Designed around human simulation - behaviour tuned to replicate common rooftop play styles. Alching / Magic Imbue - The script can be configured to High/Low Alch items, or cast Magic Imbue as it traverses the course. Target system - Can be optionally configured with a target. Once this target is achieved, the script will stop. Available targets (variable λ): Stop when λ agility exp gained. Stop when agility level λ reached. Stop when λ magic exp gained. Stop when magic level λ reached. Stop when λ minutes passed. Healing - The script will consume edible items in your inventory to restore health, stopping if you run out of food. Mark of Grace looting - All marks of grace are looted while the script traverses the rooftop. Randomisation - All thresholds (including but not limited to Run energy and Critical Hp) are dynamically randomised. Energy restoration - The script will consume energy restoring items/potions when needed, provided they are available in the inventory. Web-Walking - The script utilises the OSBot Web to navigate the OSRS map, meaning it can be started from almost anywhere. Course detection - If you are on/near a rooftop course before setup, the course will automatically be loaded into the GUI. Error correction - The script will detect when it has made a mistake (e.g. climbed ladder in seers' bank) and will attempt to return to the course. ...and many more! Supported Rooftops: (Level 10) Draynor ✓ (Level 20) Al-Kharid ✓ (Level 30) Varrock ✓ (Level 40) Canifis ✓ (Level 50) Falador ✓ (Level 60) Seers' Village ✓ (Level 70) Pollnivneach ✓ (Level 80) Rellekka ✓ (Level 90) Ardougne ✓ Things to consider before trying/buying: Avoiding bans - while I have done my utmost to make the script move and behave naturally, bans do occasionally happen, albeit rarely. To minimise your chances of receiving a ban, I would strongly suggest reviewing this thread written by the lead content developer of OSBot. If you take on board the advice given in that thread and run sensible botting periods with generous breaks, you should be fine. That being said, please keep in mind that botting is against the Oldschool Runescape game rules, thus your account will never be completely safe and you use this software at your own risk. Web-walking - alongside a network of paths, the script moves around with the OSBot web-walking system, using it when in unknown territory. While it has proven very reliable, there are naturally some areas for which the web-walker may struggle. As a result, prior to starting the script, I would strongly recommend manually navigating your player to/close to the desired rooftop course. Progressive mode - the script features 'Progressive mode' which will cause the script to advance rooftop courses as you level up. Progressive mode relies on the aforementioned web-walking system for inter-rooftop navigation. Consequently, I would highly recommend monitoring the script as it traverses between courses to ensure the web-walking process correctly executes. Healing & Energy restoration - the script will automatically heal or restore run energy when needed. It will do so by consuming items in the inventory - this script will not bank. For optimal exp rates, I would strongly suggest keeping energy restoring items in the inventory (energy/super energy/stamina/fruits/summer pies/purple sweets/...). To prevent the script stopping prematurely, bring a few bites of food along. Using magic - The script supports the periodic casting of a magic spell while traversing a course to maximise experience rates. To determine whether or not you can cast a spell, the script checks your magic level as well as which runes are in your inventory and which stave you have equipped (if any). It is worth noting that, at this time, the script does not recognise any of the following items as rune sources, so avoid using them while running this script: Bryophyta's Staff, Tome of Fire, Rune Pouch. Script trials: I believe that trying a script before buying is paramount. After trying the script, hopefully you will be convinced to get a copy for yourself, but if not you will have gained some precious agility experience! If you're interested in a trial, please follow the instructions on my trials thread which can be found here. Gallery: Review (by Eduardino): Start up GUI (Graphical User Interface): Paint (optional, movable and self-generating): User screenshots: Testimonials:
    1 point
  9. Molly's Chaos Druids This script fights chaos druids in Taverly dungeon, Edgeville dungeon and Ardougne. Profits can easily exceed 200k p/h and 60k combat exp/ph, this is a great method for training low level accounts and pures. Buy HERE Like this post and then post on this thread requesting a 24hr trial. When I have given you a trial I will like your post so you will receive a notification letting you know you got a trial. Requirements - 46 Thieving for Ardougne -82 Thieving and a Lockpick for Yanille - 5 Agility for Taverly(recommended) - No other requirements! Though I do recommend combat stats of 20+ as a minimum Features: - Supports eating any food - Hopping out of bot worlds - Recovers from deaths(respawn point must be lumbridge), includes re-equipping items on death - Potion support - Automatically detects and withdraws/uses Falador teleport tabs if using Taverly dungeon - Automatically detects and withdraws/equips/uses glories if using Edgeville dungeon - Supports looting bag Setup: Start the script, fill out the GUI, and be in the general area of where you want to run the script. CLI setup: Proggies: In the works: Known bugs: Bug report form, this is a MUST for problems to be resolved quickly: Description of bug(where, what, when, why): Log: Your settings: Mirror mode: Y/N
    1 point
  10. Welcome to my Goldfarming Thread! I'm going to keep the goals short, sweet, and simple for now. The goal of this is nothing more than to farm lots and lots of gold primarily through F2P, as automated as possible and all written myself. DAILY GOALS 10M/DAY 25M/DAY 50M/DAY 100M/DAY 250M/DAY 500M/DAY 1000M/DAY TOTAL GOALS 100M 250M 500M 1000M 5000M 10000M Updates will be at milestones and random achievements. UPDATE 01/18/19 Figured I'd do the first update to show where I'm at currently. Farm features in no particular order: Full database integration - This is actually my middleware for the entire thing. Tut -> 7QP -> farming AIO - A few bugs here and there. About 97% of bots get through with no issues (besides locks). Automated Unlocking - Speaks for itself. Automated Muling - Currently only up to tier 1 mules. I trade over manually before the morning ban waves. I'm looking into the different methods of expanding the capacity farm, and how I'm most comfortable doing so. Updates will be made when the time comes. At this current moment, we're able to comfortably run 75-100 bots with no issues. UPDATE 01/22/19 Locks are bad right now. There is a certain rate I can unlock, and we're getting locks at an insane rate, making it difficult to field the account number necessary. To fight this, I'm throwing out the unlocker method and trying a few different methods to not only reduce locks but possibly speed up the entire questing process altogether. UPDATE 02/07/19 Quick update: it's going pretty damn well. I haven't worked on scaling much, but I don't have any issues in its current configuration (~100-125 bots). I'll probably be scaling within the next few weeks once I test a few things to better optimize/reduce costs. I'm specifically looking at proxies, fixing a few really minor bugs, etc. Hoping to pass 250M total shortly, and very close to 50M a day as well. One of the optimizations is getting accounts back into the action faster after ban waves, including training, which can really slow things down. UPDATE 04/02/19 So the farm in this thread was F2P, which is notorious breadcrumbs (but cheap to run) compared to P2P. I got a bit distracted with automating tutorial accounts (shameless plug) and haven't worked on farming much. As that is looking pretty damn good (minus the UX at the moment), I'll be transitioning into farming more in P2P and would like to document that as well (peer pressure is the best motivation). As with all things, I want this farm to be massive and overkill to the highest degree. So the question becomes - should I continue on this thread or create a new one with new huge goals, lessons learned, and a clearer P2P stance? If a new thread, I'd also like any naming suggestions, because I'm not very unique. Most creative wins. Let me know in the poll.
    1 point
  11. And now I'm trying it! Hello ? That is one big emoji ok So ever since I've been 13 years old I've been curious about gold farming, and I'm still trying to figure all this out... Right now I'm making accounts I know will get banned and I know won't make me any money, I'm kind of just testing things out and it's actually quite interesting. Can't wait to learn more about it! Was wondering if anyone had any suggestions to get started? Where to go, what to do, what not to do... And also interested in getting to know a few of you guys
    1 point
  12. mirror mode is working for me ( not using frost barrows )
    1 point
  13. Some of you might've never seen it before. Some of you might be as shocked as the world were when Donald Trump and Hillary Clinton were the candidates to become the president of the united states. Some of you might even believe this is fake.. 36 Hours since i bought the Yellow name and im still around.. Can you believe it? Here to stay bois Shoutout to dbuffed for being alive & well, and not banned, even tho he has a yellow name (;
    1 point
  14. Started the script and this bug did not occur again.
    1 point
  15. for 20m no one gonna do it.
    1 point
  16. Here's an example of what i've done before. I had one script and multiple accounts. I would start any number of clients, say 4 osbot clients. Without telling it what to do, the server would tell each client which account to log into. The client would bot and after x random minutes, would log off and tell the server that this account is now going on break mode. The server would put that account now in break mode and not hand it out to any of the clients. The server would send over a new account to the client to start botting. So the server was responsible for telling the client which account to use. The server would be notified however of other details, if the account was banned for instance. The server would remove the account and immediately send over a new account to the client. The script itself was to get from 1-60 WC. So imagine just having a large list of accounts and after a couple days, you would automatically have couple hundred of accounts with just 60wc. But things get a bit more complex if you want to use proxies and stuff. Since then you would need the server to also create processes (start the client from a cmd). The important thing is just communication. You can talk between all your bots when you have a central place to do so. From that point, you can do whatever you like. EDIT: One thing I should point out is that the code only supports a 1 to 1 connection. You would need to modify the server to support talking to multiple people. I wasn't thinking about that last night. An easier way to communicate is making HTTP calls. That way you don't need to worry about multi threading if you aren't familiar. You would still have a server but this time it would be an HTTP server and you wouldn't have sockets. Each client would make an HTTP call to the server with information.
    1 point
  17. Do you have 20 agility?
    1 point
  18. If your in the west head to Las Vegas. Its worth the trip to see everything if you haven't been. I never been to California so can't suggest much. I hear Oregon and Washington are nice not sure exactly what there is to do there.
    1 point
  19. It's working flawlessly again! Thanks Czar Highly recommend all of this guys scripts, they are amazing!
    1 point
  20. @Token is that you?
    1 point
  21. Make sure when it checks if you have the lobster pot that your inventory tab is open
    1 point
  22. Best of luck! looking forward to following your progress!
    1 point
  23. Can pay 70-80M for this build including Imbued Mage Cape & Ancient book. Also 75+ HP&DEF
    1 point
  24. when you hit 1000m per day i'll do a naked dance in honor
    1 point
  25. Good luck with this man, I'm looking forward to seeing if you can hit that juicy 1000M/Day!
    1 point
  26. Goodluck, let me know what f2p scripts you're using for this Poggers xD
    1 point
  27. FYI- The waterfall quest could use some work. Sometimes it will just stand there and take a beating from skeletons and moss giants part of the quest. It sometimes just sits idle at Glarial's Tomb and does nothing and after a minute maybe it will continue the quest. I have seen it a couple times clicking the skeletons in the area and fights them. Could use a fix IMO.
    1 point
  28. Good luck, hopefully you can meet all your goals
    1 point
  29. Well, I went to Iceland last year, we wanted something a bit warmer this time. That's on the list, but probably not anytime soon
    1 point
  30. I've filed the bug https://github.com/Explv/Explvs-AIO/issues/51 I'll fix as soon as I can. Thanks for the report
    1 point
  31. Hi Scotty, I've just had a look at the code and done a test run. It looks like the script isn't explicitly closing the bank. The reason the bank is being closed manually is the OSBot walking code (which is called immediately after the inventory is configured) will close open interfaces (bank included) before setting off. To prevent this, I had a look at the WalkingEvent API but couldn't see any functionality to disable the feature. As a result, it is not feasibly possible to prevent this unfortunately (an alternative would be to implement my own walking code, but this would result in sacrificing reliability - also reinventing the wheel is always a waste of time!) If you are finding that the script is closing the bank with the mouse, you can always enable the 'esc to close current interfaces' option in the osrs settings tab (shown below). This will streamline the process. Sorry about that - hopefully you understand! Best Apa
    1 point
  32. Yes with no dialogue open. Yeah I did figure it was probably the client causing issues. Thanks though.
    1 point
  33. Goodluck on the journey. Hopefully picking potatoes is part of the goal
    1 point
  34. i can be your consultant and pr guy for a modest 50% cut think about it... pretty good deal tbh
    1 point
  35. Good luck with this. Will you be naked throughout the entire farming process?
    1 point
  36. Na it's crashing with the official client too
    1 point
  37. You can easily run tanner for weeks if u have private one ?
    0 points
  38. Unfortunately you cant. I agree that login-name-oriented navigating isn't the best, tab system or that provided example is more user friendly imo. However more important issues tbh. e.g interaction bug in mirror/ tutorial island injection client issue/ to osbuddy/RL support or even mirror proxies
    0 points
  39. Bet. Get ready to have your dick sucked by me personally.
    0 points
×
×
  • Create New...