Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 10/20/15 in Posts

  1. What are the system requirements to run OSBot? -512MB RAM -Java 8 or higher -Windows 7+, OSX+, Ubuntu 12+, or other latest Linux distributions What are the requirements to run Mirror Mode? -1024MB RAM -Dual Core CPU -Java 8 or higher -Windows 7+, OSX (10.6+), Ubuntu 14+, or other latest Linux distributions -OSBot VIP membership Does OSBot have free scripts? Yes, you can find a full list of scripts (including free scripts) on the Scripts page. How do I start a script? 1. Log into the client using your username and password from the forums 2. Click "Add Bot" to add a new Runescape tab to the client 3. Click on the green play button in the upper-left hand corner of the client 4. Select the script you would like to use from the script selector 5. Click on the "Start" button Is OSBot free to use? Yes, you may run up to two bots for free. There are free scripts available to choose from without time limitations. What are the Command-Line arguments? To view the Command-Line arguments, visit the forum index and under the right-hand side you will see the "Advanced User Panel". The link to the most current commands are listed there.
    5 points
  2. If you're looking for a private script, look no further! I have 4 years experience programming, including game and mod development. Some of you may remember me from Terraria, where I made mods (some of which had tens of thousands of downloads). I'm also a Scripter III on here. In short, I know what I'm doing. If you want a script that: Performs any task, including combat, skilling, shop buying Is maintained (for a price) by a dedicated developer Is update resilient, with customised antipattern to suit your needs Then I'm the guy for you. Packages: BASIC - Performs a single, basic task over and over again Starting from $9.99 REGULAR - Performs any single task over and over again Starting from $14.99 ADVANCED - Performs a series of tasks over and over again Starting from $24.99 Additions: Antipattern - custom antipattern which is tailored to your script. Fixed rate of $4.99 GUI - a GUI to enter data and customise aspects of your script. ADVANCED+ packages come with a free GUI. Fixed rate of $4.99 Task Scheduling - have tasks which you can customise for your script. Only available to ADVANCED+ packages. Fixed rate of $9.99 Source - the full source of your script, which also gives you full rights. Fixed rate of $24.99 ALL SCRIPTS COME WITH A FREE PAINT! Contact: Skype: Bobrocket_01 OSBot: Bobrocket Before dealing with me, always PM me! Scripts complete: 1 Scripts in queue: 0 I accept the following payment methods: Skrill 07GP ($1.25/m) RS3GP ($0.25/m) DSGP ($5/m) BTC/LTC (preev.com + 10%) Paysafecard (+5%) PerfectMoney TOS: You are to pay 50% of your total cost up front. Leaking or disclosing the source or reselling the script is forbidden. (unless you purchased source additionally) Scripts will be maintained for free for 48 hours as of when the final payment is made. Afterwards, updates will cost money. (Pricing TBD) Your script is licensed to you and you alone. I have the right to decline your script request for any reason. OSBot Global TOS also apply
    4 points
  3. filter will go through all the items in the list just like a loop will, unless its async it shouldn't perform significantly better. I do agree filters are much cleaner code though. Also, without using a 3rd party API you can use filter like: getObjects().getAll().stream().filter(o -> o.exists()).findFirst() Its not as pretty but it works! Edit: Fixed derp typo lol
    4 points
  4. I want to publicly thank this user for his random act of kindness. Recently I was scammed 2.5M 07gp (nothing at all, $2-3) I hadn't really thought much of it anyways.. but I woke up this morning and in my inbox was this message from him: https://gyazo.com/a0363a641d04d870e92c8f3dc47bf804 He 100% did not have to do this. He wasn't the one at fault, however, he took matters into his own hands and used his own money to reimburse me for my loss. This guy is definitely outstanding! Please leave a nice comment on his profile: http://osbot.org/forum/user/161719-bobrocket/ That's all. Hopefully this doesn't get trolled lol.
    4 points
  5. 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
    3 points
  6. dude u picked the ugliest jeans in world mannnnnn madd maxxxxxxxxxxxx
    3 points
  7. those jeans are ugly. these jeans are nice.. you are shopping at the wrong store for jeans.
    3 points
  8. Ran a 15 hour proggy last night, was beautiful. Love the paint of your scripts, will be buying this most probably at the start of next month. Thanks a bunch
    3 points
  9. efficient & flawless Link: Script now live: Here Features Bypasses Jagex's camera movement bot trap. new! Uses ESC key to close the interface new! Uses the higher xp method (aligns the camera to the target so it closes the menu when it pops up) NEVER gets in combat, 'tower' method of getting out of combat isn't even there (deliberately). Logs out when no money left Equips bronze arrows when necessary Displays 'goal' information, e.g. (at 77 range it will also show details for 80 range, time left, xp left, etc) Automatically equips higher level gear such as d'hide chaps and vambs Runs away just in case of emergency! ................................................................................................................................ With the bots on OSBot, Czar promises to deliver yet another incredible piece to the CzarBot empire. This means you will get to run the script with no worries about bans and xp waste. LEGENDARY HALL OF FAME 100 hour progress report Configuring the bot and the result: Set the npc attack option to 'Hidden' if you want to avoid deaths forever! For extra XP FAQ Why should I use this script when there are millions out there? It is the best script. Simply. Why are you releasing this now? It's time to make it public, it was privately shared with some friends and has been working flawlessly. Instructions There are no instructions. We do the all the work for you. CzarScripting™ Tips If you are low level, you can use a ranging potion at level 33 ranged to get in the ranging guild. Try and have as high ranged bonus as possible. Gallery ANOTHER 1M TICKETS GAINED !!
    2 points
  10. This bug is geared toward newer mirror users who commonly hook mirror mode with their RS account logged in already This issue has been reported before, and it has improved, however inventory items are still messed up: getInventory() exists getInventory().getItems() exists however the actual items are messed up, and their names = null code: @Override public void onPaint(Graphics2D g) { int x = 15; int y = 90; boolean invNull = getInventory() != null; g.drawString("Inv exists = " + invNull, x, y += 15); if (getInventory() == null) { return; } boolean invItems = getInventory().getItems() != null; g.drawString("Inv items exist = " + invItems, x, y += 15); if (getInventory().getItems() == null) { return; } int slot = 0; for (Item i : getInventory().getItems()) { g.drawString("Item[" + slot + "] = " + i.getName(), x, y += 15); slot++; } } this bug leads to ALOT of spam posts and help threads, so it benefits not only script writers, but the entire community thanks
    2 points
  11. I prefer jeans, but I don't sort of wear that generic blue jean colour, I typically wear black/navy jeans.
    2 points
  12. I wear both and some days i prefer chinos other days jeans outright cos their more stylish/brandy (armani jeans) ^_^
    2 points
  13. If I give you a 4 dollar voucher too, do I get a shoutout? jkjk I've always liked bobrocket he a gud person
    2 points
  14. In never enjoyed playing Runescape legit. Makes me feel like a monkey.
    2 points
  15. Well for starters he could bot and get you banned. Or really do any ban worthy activity like scam,Blatant RWT, etc. Also if he's got a big mouth for example he could just foolishly tell people he is not the owner and you're sharing with him(this may be done intentionally or unintentionally and I guarantee will get you banned).
    2 points
  16. CLICK BELOW TO ADD MY SKYPE RIGHT CLICK PROFILE AND VIEW IT- MAKE SURE IT SAYS "pinkclay1" and nothing else OR PM ME ON SYTHE IF U GOT AN ACC (safer) OFFICIALLY THE FIRST AND ONLY ONE ABLE TO DO PURES EFFICIENTLY U READ THAT CORRECT IM OFFICIALLY CAPING MAX 1 DEF ACCOUNTS AND ZERKERS TBOW ONLY FOR THIS BUILDS 1 Def capes and 45 def have a certain TOS/Rules #1 INFERNO CAPE SERVICE 30+ Capes completed Mains✔ Zerkers✔ 1Def Pures✔ Ironman✔ Pets ✔ HARD CORE INFERNO(comes out next year)✘ Stats Needed: 90+range 94 magic+ 90+hp 43+prayer -DO NOT NEED SGS! Gear: Tbow/ACB(more expensive) TEAMVIEWER(tbow only): AVAILABLE FOR PEOPLE WITH FAST CONNECTIONS PM ME -->IM NOT RESPONSIBLE FOR ANY BANS/REMOVAL OF CAPEs<-- IF IM NOT ON AND U NEED QUESTIONS JOIN DISCORD AND USE MY BOT IT HAS ALOT INFORMATION ABOUT CAPES OR IF YOU NEED TIPS ON HOW TO DO CAPES ILL TRY TO HELP IF YOU WANT TO TALK ON DISCORD YOU HAVE TO PM ME YOUR DISCORD # DO NOT LET ANYBODY CONTROL YOUR COMPUTER WITHOUT YOU CONFIRMING ITS ME YOU TALKING TO ON SKYPE!!! NOW DOING THROUGH TEAMVIEWER ( will cost alot more)- CAPE STRAIGHT FROM YOUR OWN IP -TBOW ONLY FOR THIS OPTIONS TeamViewer – Access your computer remotely and share your desktop with friends – it’s free for personal use! I blocked everything for safety ---->FOR INFERNO CAPES I HIGHLY ADVICE PAYING VIA BTC OR OTHER IRL METHODS INSTEAD OF GP SO THERES NO INGAME TRADES<---- PROOF OF CAPES WILL BE SHOWN UPON REQUEST (safety measure) CLICK BELOW TO ADD MY SKYPE RIGHT CLICK PROFILE AND VIEW IT- MAKE SURE IT SAYS "pinkclay1" and nothing else OR PM ME ON SYTHE IF U GOT AN ACC (safer) I CAN LIVE STREAM THE WHOLE CAVE THROUGH SKYPE JUST ASK NO BANK PIN IS NEEDED [/quote]
    1 point
  17. Step 1: Create a account on DigitalOcean using my referral link gives you 10$ starting credits. https://www.digitalocean.com/?refcode=c09602fa38d8 (You don't have to use my referral link i don't care all it does is give you 10$) Step 2: Create a VPS by clicking "Create Droplet" and entering the following settings: Step 3 Download Putty and connect to your server useing the credentials DigitalOcean emailed you. Step 4 Execute this command to setup everything you need. it will ask you for a password during install curl https://gist.githubusercontent.com/anonymous/d3ab40c3e67888386f5f0074fec53c6e/raw/b54b4d254e8988fd195b2511cab434703c6db706/install.sh | sh Step 5 Download tightvnc and connect to your server using your ip (in the email) and port 1 and the password you set in step 4 FAQ: I get this message "bash: curl: command not found"???? Please run: apt-get update apt-get install curl and start over at step 4 I get the error that connection is refused Please run: vncserver and connect via the IP again It does not work please help! This guide comes with no warranty or support. You can however send me a pm and we can work something out.
    1 point
  18. it really does unless it's 99 rc in rs3 99 rc in rs3 is like 99 cooking in rs07
    1 point
  19. i like true religion, hugo boss, prps jeans if not i just wear basketball shorts sweatpants
    1 point
  20. 1 point
  21. Did someone take one of my protein bar? I could sworn there was one peanut butter left.
    1 point
  22. regen brace has +1 on mith gloves:P not really much but still better hahaah
    1 point
  23. Use Stealth. Use as many accounts as you want I usually do a farm of about 15 accounts at a time (as It's tough to manage a bigger farm) My accounts vary... I don't run them on a thursday and I run them between 9-5pm UK Time and they all usually last a few days - I get about 1mill per account before they are banned. Use a mule that has never been botted to avoid your mule being hit!
    1 point
  24. Bobrocket confirmed sellout.
    1 point
  25. Okay I'll give it a whirl when the update gets pushed. Cheers for hopping on this so fast mate!
    1 point
  26. When you stop posting in the wrong section and making vaders to get in the chatbox. I will investigate the appeal myself if it is not dealt with already soon when I get free time.
    1 point
  27. hey man! just purchased this script, i'm trying to use it and it's just hovering over the "depends on combat level" setting & not doing anything.
    1 point
  28. yaaaaaaas please do this! Maybe something like Priority 1: gain 5/10/15 attk 2: 5/10/15 str 3: 5/10/15 def range would probably be okay to leave out since it'd require an inventory change etc.
    1 point
  29. Quick Answers Dependent As many as possible Dependent Explanations If you are using insecure, public methods, it's probably better just to run stealth, because you are probably going to get banned reguardless. Also if you are using a big farm, you can save a lot of resources by using stealth. On the other hand if you are using a small farm, or if you are using a private method or just have an account you are willing to bot but want it to last a few bits longer because it takes a while to design, then it's probably better to use mirror. using stealth on top of private methods also won't be super harmful either, it just stacks faith on top of security. Simple. A farm is a farm. The more production, the more gold, the more gold the more profit. the mo' profit the mo' bitches. Different gold farming methods yield different results. Anything public is more likely to get you banned, such things as green dragons, blast furnace, etc. Especially the public ones that either give high xp, high gold, or both. Private things such as _______ do not get banned nearly as much and i make so much fucking money off of it right now that I have to buy 5 banks so i can put my money in them. (Get it? Because private.)
    1 point
  30. Keyloggers cant get you the victim's bank pin cause the hacker only gets the logs of what you have written? (correct me if im wrongerino)
    1 point
  31. It's not a keylogger otherwise they'd have your bank pin. You won't find many keyloggers for RS because anyone with the intent, dedication, and knowledge to keylog you probably is after more than just your Runescape account lel. In all likeliness you probably got phished from one of those youtube clan videos or whatever. Posting this again for outreach to less educated people who don't know account safety: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- PUBLIC SERVICE ANNOUNCEMENT ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- This public service announcement contains a short guide on the do's and don't of keeping your RuneScape account safe! Read carefully and follow the information provided for the best results in account security! ✓ Do's: Do: Check all Local Script threads for verification from a Trusted scripter stating clearly that the script is not malicious! Do: Download Google Authenticator and set up the Application with your account on the Runescape.com Account settings portal. Do: Make sure your account e-mail is verified through Runescape.com Do: Whenever entering your password on ANY site, make sure the URL doesn't have anything "phishy" in it! (e.g. "http://www.runescape.c.om", "http://www.runescape.com.de" "http://www.runescape.com.ee/155.184.24.86/login.ws/portal" Do: FREQUENTLY scan your computer for viruses, trojans, keyloggers, malware, adware, etc. Don't be lazy, it can save you a lot of trouble to take the 5 minutes to run the scan. ​​ X Do not's: Do not: Visit sites that you found on a Youtube video that some idiot was advertising at the grand exchange Do not: Sign up for any website that promises you free gold Do not: Enter your password on a website that does not contain and only contain "http://www.runescape.com" as the main url. AGAIN, BEWARE OF SUB DOMAINS. Do not: Respond to e-mails from Jagex asking you to update your security information. E-mails should only be sent to you in regard to updating information if you requested a change. FOLLOW THESE SIMPLE RULES AND YOU'LL STAY GOLDEN, PONY BOY.
    1 point
  32. It will be even better in the next update, with task mode
    1 point
  33. @Czar...This bot apparently wants to work for me all of a sudden. I ran it today, I checked it periodically throughout the day via Remote desktop and this thing has been running flawlessly. I'd like to ask. Would it be possible for you to add cannoning rock crabs? Im wanting Range exp without the HP gains. Would this even be possible?
    1 point
  34. I love this script so much! This is a must have in any scripter's collection.
    1 point
  35. and another thanks so much maxed a main in 2 weeks
    1 point
  36. Does the GUI look like this: Also, just fixed a pathfinding update so it will not walk to the yew trees anymore, update will be live immediately
    1 point
  37. Any way I can get a trial? Looking for a decent agility script but wanna take a test drive first. Your caged ogres script is working beautifully.
    1 point
×
×
  • Create New...