Jump to content

Search the Community

Showing results for tags 'osbot'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • OSBot
    • News & Announcements
    • Community Discussion
    • Bot Manager
    • Support Section
    • Mirror Client VIP
    • Script Factory
  • Scripts
    • Official OSBot Scripts
    • Script Factory
    • Unofficial Scripts & Applications
    • Script Requests
  • Market
    • OSBot Official Voucher Shop
    • Currency
    • Accounts
    • Services
    • Other & Membership Codes
    • Disputes
  • Graphics
    • Graphics
  • Archive

Product Groups

  • Premium Scripts
    • Combat & Slayer
    • Money Making
    • Minigames
    • Others
    • Plugins
    • Agility
    • Mining & Smithing
    • Woodcutting & Firemaking
    • Fishing & Cooking
    • Fletching & Crafting
    • Farming & Herblore
    • Magic & Prayer
    • Hunter
    • Thieving
    • Construction
    • Runecrafting
  • Donations
  • OSBot Membership
  • Backup

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


MSN


Website URL


ICQ


Yahoo


Skype


Location:


Interests

  1. Hello everyone, it's DROID ! I've got another simple but effective script for you. I designed this script because I wanted to ensure my new accounts would have extra skilling supplies (in case they die, accidentally drop something, etc). It will collect Bronze axes/Tinderboxes, Bronze Pickaxes, Small fishing nets, or ALL of the above. It does this by speaking with the various skilling tutors around Lumbridge. The script features a drop down menu where you can choose which items to collect. The script is available for download on the SF script network! issues/questions/bugs/comments/wanna chat? ---> pm me on discord: DROID#3850
  2. Hello everyone!! This is a free script available for use in script factory, downloadable from the script network. It completes the Draynor Village rooftop agility course. It does loot marks of grace. Hops worlds occasionally as well. If you do not start the script in Draynor, it will teleport to Draynor Village via Amulet of Glory, if you have one equipped. If you don't have an Amulet of Glory equipped, it will webwalk there. Edit to your liking and enjoy issues, bugs, questions, comments... pm me on discord ---> DROID#3850
  3. When I launch the OSB launcher it wont let me click mirror mode. The button appears greyed out as if its unavailable. I can't find anything that says it wont be working so I cant figure out what the issue is?
  4. I have read alot of other scripts and examples of how to loot before attacking again. I cannot understand this concept, could somebody explain me how to do this inside of my own code. This is my code for now: =============================================================================================== NPC npc = getNpcs().closest(o -> o.getName().equals("Cow") && o.getInteracting() == null && !o.isUnderAttack()); if (npc != null && npc.getName().equals("Cow") && npc.getHealthPercent() > 0 && npc.isAttackable() && npc.hasAction("Attack") && map.canReach(npc) && !npc.isUnderAttack()) { if (npc.equals(myPlayer().getInteracting())) { } else { npc.interact("Attack"); if (npc.interact("Attack")) { sleep(random(3500,5000)); } } } else { camera.toEntity(npc); npc = npcs.closest("Cow"); } ==================================================================================================
  5. Hello, I'm hoping someone may be able to shed a little light onto an issue i'm coming across... I'm trying to use mirror mode with OSBuddy which all syncs up nicely until i get to the "click here to play!" screen, the buttons still 'highlight' so to speak as i run my mouse over them but if i click the play button it seemingly crashes/freezes and never gets past that screen. Has anyone else had this issue or know of any way to overcome it? Thanks in advance! Edit: Just to update...i have tried deleting and re-downloading both OSBot & OSBuddy to ensure they're up to date as well as uninstalling and reinstalling Java but the problem persists, hope that helps to narrow it down?
  6. kimbo

    Using OSBot

    Hey Guys, i just started up OSRS again and just want to have it running in the background of whatever I am doing. To make some processes faster I was looking into using OS bot. But, I do not really know how to input into the game. I know i sound silly but i'm not sure how to thread it into my game so that it actually works! If someone could reply or DM it would be a lot of help! Not looking to have the bot running all throughout the day, just when I am already using my computer so that i don't have to click as much!
  7. i want to ask you how long it takes to add the future " Script queue" ?
  8. Hi I am trying to create my own break handler. Is there a parameter I can use when executing osbot from CLI that overides the break handler? Or are there any scripts that accept such features? Thanks
  9. I can't figure out why this is always returning false... private boolean atBankPosition() { Position pos = new Position(3185, 3444, 0); if (myPosition() == pos) return true; else return false; } Any help?
  10. Hello, my name is DuhDudeBC! I'm 21 years old, and I'm pretty good at graphic design. Unfortunately, I don't have much to show for it because I fried my last laptop by spilling a beer on it. I use to make a ton of Icons & Twitch panels. Here is some I got off Twitch that I made. (keep in mine these are 3 years old, deff way better now!): I've played runescape on/off since 04' and only ever had one account. Yes, I bot on my main. Eventually, you will see me post on here complaining that I lost my account and its osbot's fault for tempting me to bot. But, other than that been botting the same account since 08' and never been banned. *knocks on wood* When I get banned I hope to quit for good because I need to stop playing this game, but I always come back. Sums up every Runescape player my age, I bet.
  11. Selling Zulrah account [FULL GREACEFULL , RANGE/MAGE VOID GEAR] Has AVA, mage cape. This will be my third sold Zulrah account! Skype: K4L231 1. Pictures of the account stats 2. Pictures of the login details 3. Pictures of the total wealth (if there is any) 4. Pictures of the quests completed 22 Quest Points Regicide - [ Zulrah unlocked ] Animal Magnetism - [ Ava's accumulator ] Waterfall Quest 5. The price you will be starting bids at 50 EUR via paypal for trusted. 70 OSRS MILLS for non trusted. 6. The A/W (Auto-win) for your account 100 EUR via paypal for trusted. 130 OSRS MILLS for non trusted. 7. The methods of payment you are accepting Paypal Or Osrs currencie. 8. Your trading conditions I will go first for trusted. 9. Pictures of the account status 10. Original/previous owners AND Original Email Address I'm OO.
  12. Been having some issues with one of my combat scripts, it died seemingly random. buy i finally managed to be at the PC when the script was messing up. What happened was that when the client tried shift dropping a vial, it instead normally clicked on it so basically it clicked "use" on it. and then went on to proceed with the script. it's just that it wont be able to interact with anything since all the interact options is now replaced with use vial > on. And for some reason the osbot wont notice this which results in the bot doing nothing since it cant use any interactions in either the game window or in the inventory. which means even though i have super strict priorities in the script to always eat and teleport away above anything else, it cant execute it cause it cant interact with anything cause the vial is highlighted for use and replace all the items other interactions. So i was thinking, I'll just add a check for it; if something is highlighted. but how do i do that? And also is this a osbot bug i should report, cause im 99% sure the logic in my script isn't causing this. I'm sure this isn't a big problem if your script involves walking around alot since it would simply normal click in the game window and the "use" would go away. but my script is in a super crowded area and walks between 2 tiles that has mobs on them which means it pretty much allways relies on right click>walk here which it cant do when the item is highlighted. to sum it shortly: highlighted(use) item is fucking my script.
  13. If this is in the wrong section I apologise; I just need aid loading OSBot - also if I have missed a useful thread feel free to head me in that direction I recently installed osbot.jar and the newest java but when I open OSBot nothing happens I have even opened with c:/programfilesx86/Java/jre1.8.0_151/bin/Javaw but nothing seems to work. I have even tried reinstalling both, please help
  14. ok, so i downloaded a script off of the website, but how to i get the script to work? the file wont open and i looked everywhere for help but couldn't. help!
  15. Here, you're going to learn how to set up your Eclipse for the following: Automatically compile and save your scripts to script folder folder each time you save your work. Share the same script files across many projects. Recompile everything in the event of script conflicts or corruptions. Let's start: Automatically compile and save your scripts to script folder folder each time you save your work 1. Open Eclipse and navigate to Window > Preferences. 2. Navigate to General > Workspace > Linked Resources 3. Click "New..." and create a new resource, then give the new path a name and set the location to OSBot script folder 4. Click "Ok" and the new resource will be listed 5. Navigate to Java > Compiler > Building, then under "Output Folder" untick the "Scrub output folders when cleaning projects" 6. Apply and close your preferences then make a new script project 7. Name the project and click "Next" 8. Where it says "Default output folder:" click browse 9. Very important: select the project! Then click the "Create New Folder..." button 10. Open the advanced options and select the variable you created earlier. 11. Select the new folder path and click "OK" Your OSBot folder will now be used to compile and save your scripts directly to. 12. Time to test. Click on the "Libraries" tab, then click the "Add External JARs..." button and add OSBot, then click "Finish". 13. Create a new script 14. Add a script manifest and some code 15. Launch OSBot and check to see if your script appears in the list Share the same script files across many projects 1. Create a new framework project 2. Right click your script project, go to "Properties", click on the "Projects" tab and add your framework to the list Recompile everything in the event of script conflicts or corruptions Note: you should only really need to do this if you've been messing with the files in OSBot/scripts without using Eclipse, or if you've got multiple Eclipse workspaces all outputting to the same folder, or you've deleted some Eclipse projects that are being used by other projects. 1. Go to "Project" and "Clean..." 2. Select all (or some) of the projects you want to totally recompile
  16. Hello Hello Hello And welcome to my Botting to max stats Forum post! Goal of series: Bot to max stats Short term goal: 1000 total 1500 total How: Free scripts and premium scripts What client: OSBot Channel: https://www.youtube.com/c/willybankloot Season 2 Episode 1 Episode 2 Episode 3 Episode 4 Episode 5 Life is Good!
  17. Hello Osbot community, I am currently working on a script where you enter a mob name in an J-input dialog window, and select an item to eat from a dropdown(JComboBox) menu and the bot will kill the any nearby mobs with the name you entered and when your character drops below a certain hp mark your character will eat the food. At the current moment I have the script set up such that each of these 2 actions is accomplished in separate jframes/windows. Can anyone point me in the right direction on combining the windows into one? Any help would be much appreciated! i've included pictures of part of my code in these imgur links below (how the 2 windows are displayed when program is run) the createGUI method call creates the jcombobox in this image while Joptionpane is the input box
  18. Just have a few questions about the settings in OS bot. Any help would be much appreciated! 1) Breaks: Do they actually work? To see how the bot would handle it I set bot time to 1 minute and break time to 1 minute, and it never logged out and took the break. Also, what does randomize bot/break time do? 2) One of the options is "dismiss all randoms". What does that do? Is it randoms as in random events? Once again, thank you in advance to whoever helps me on this
  19. CURRENTLY CLOSED (You can still pm me for service questions etc) Hey everyone and welcome to my service thread I will not take any slayer services under lvl 75, and i will not do slayer services on pures. If my TOS scares you, feel free to add my skype and discuss it with me Havent gotten a thread layout yet, i will do in the future. Until i have the thread is pretty much just going to include my tos etc. THIS IS MY ONLY SKYPE! "live:fishing.osbot" TOS 1. You may not log into the account during a service unless you have permission from me to do so. If not, doing so will result in the termination of the service with NO Refund. (Can be discussed, slayer services can be quite long and i might not have the time to grind it all out too fast.) 2. You MUST NOT change the details of the account until the service has been completed, by doing so will result in the termination of the service with NO Refund. 3. YOU are paying for the supplies and items used during the service. Will be discussed before the service starts. 4. You MUST change your password after the service is completed 5. If you have any substantial wealth on the account (except armour/supplies/weapons,runes etc that will be used under the service) , it is your responsibility to protect it (Transfer Trade) 6. Once the service is complete you must leave Feedback for the relevant parties involved 7. You MUST Post on the service thread to confirm the T.O.S. 8. I will not take responsibility to your account getting banned, refund can be discussed. 9. I am not responsible for any wealth left on the account. 10. I am keeping ALL the loot. (Can be discussed) 11. I am not responsible for the account after the service is complete/ended. 12. You will pay either me or a middleman upfront. 13. NO bots will be used under the service. Unless you want it to be partially botted. (using an AIO fighter, will be faster and cheaper) 14. Your account must have atleast 75 slayer. (can be discussed) 15. I have the right to decline any service, if that somehow happends mid-service you will be refunded an amount that we both agree on. 16. I have the right to use up as many slayer points as i want. (can be discussed, because im offering point farming too.) 17. you must state that you dont want to get xp in a certain skill before the service is completed. 18. OSBuddy screenshots can be sent to you if you want. I can also send you screenshots on the xp trackers if you want, and i remember to hehe. 20. I decide the price of the service itself, no exact gp/xp. Most of it depends on what we have agreed on and how much xp you want, what lvls/gear you have etc. ORDER FORM: What lvls do you want: Do you agree to my TOS: Have you added my skype?: Skype name: EDIT: Currently closed and will re-open again when im finishing my current service and finish my work.
  20. How do i download the bot, when i download the file OSBot 2.4.127 its a winrar file, i find no exe to open the bot and cant find any guides how to start it up
  21. 141 Zulrah KC. 1. Pictures of the account stats 2. Pictures of the login details 3. Pictures of the total wealth (if there is any) Bank clear. 4. Pictures of the quests completed Regicide and all regicide quest line. 63qp 5. The price you will be starting bids at 40USD/osrs M 6. The A/W (Auto-win) for your account 100usd/osrs M 7. The methods of payment you are accepting Mils, paypal. 8. Your trading conditions I go first only for trusted members. 9. Pictures of the account status Had 2day ban 10. Original/previous owners AND Original Email Address I'm original owner of this account.
  22. Hey OSBot Community, Its nice to finally have the opportunity to meet you guys, this should've happened a long time ago but I've only recently been able to recover my account. I'm Rosed, I'm here to expand my reach and meet more interesting people with like minded appetites and desires, I'm quite active on some other RS related forums too and try to keep the same names throughout. Some information about myself, I've been active in the RWT Community for about two years, I'm also active in different virtualisation projects surrounding botting environments. Some of which you might be interested in yourself ;) I've worked for a few different gold sites and a hosting site as chat support agents and technical support agent, I also work together with some different users on social media platforms to benefit a collective network of like minded individuals. I hope to meet some interesting people here and possibly work together with some of you, Sincerely, Rosed.
  23. So since I've seen a lot of topics and crying about this is time for a official list so if you know someone who has a imposer please let me know below and i will add him to the list, New impostor accounts can be made at anytime, to check if you're dealing with the real one simply check their profile and check if the skype matches: ^thanks to @YoHoJo for suggesting this. REAL: @Jamez Skype: james.rodri11 FAKE: Skype: live:james.rodri11_1 , live:james.rodri11 , live:james_rodri11_1 REAL: @Maldesto Skype: Not sure if he wants this public. FAKE: Skype: live:maldesto.osbot , live:maldesto_osbot , maldesto.osbot , maldesto. , REAL: @Sysm Skype: Real.Sysm FAKE: Skype: RealSysm , live:real.sysm_1 , live:real.sysm REAL: @Realist Skype: live:realistgold FAKE: Skype: live:realistgold_1 , live:sfacct001 , live:raelistgold , live:live.realistgold , live:realistgolld , live:rspsgp REAL: @Khaleesi Skype: khaleesi.bot FAKE: Skype: khaleesi.osbot , REAL: @RoomScape Skype: live:roomscape FAKE: Skype: live.roomscape. , roomscape.osbot , REAL: @YoHoJo Skype: a.lakhotia , yohojoshared FAKE: Skype: live:Advertising other bots isn't allowed..yohojo , a.lekhotia , live:a.lakhotia_2 , a.lakhotia.yohojo , a.lakhotias , aiakhotia , a-lakh0tia , yohojo.gold , live:yohojoshared , yohojosharedd REAL: @Eagle Scripts Skype: Not sure if he wants this public. FAKE: Skype: live:eaglescripts_1
  24. Swapping $45.99 in OSBot credits for Paypal. Come in the Chatbox and scream at me.
×
×
  • Create New...