Leaderboard
Popular Content
Showing content with the highest reputation on 04/04/14 in all areas
-
Hello community, due to the lack of bug reports for OSBot 2 and the lack of scripts being developed for it. I've decided to release OSBot 2.0.16 which contains many added random solvers and bug-fixes. OSBot 2 can now be used by anyone just like OSBot 1! Also many OSBot 1 scripts are compatible with OSBot 2. There are still some bugs present in OSBot 2 as well as some unfinished random solvers (not that many). The more bug reports that I get for OSBot 2, the faster this community can start using a more advance bot and lower ban rates. JavaDocs (for scripters): http://osbot.org/osbot2_api JavaDocs (for scripters) (.zip download): http://osbot.org/osbot2_api/Docs.zip OSBot 2.0.16 (.jar): http://osbot.org/osbot2_beta/OSBot-packed-2.0.16.jar Thanks, Sincerely, Laz and the OSBot Team. NOTE: All script developers should be testing their OSBot 1 scripts periodically with OSBot 2. OSBot 1 will not be supported for long!8 points
-
Some tweaks to Freaky Forester and some additional logging. If you're going to post a bug with it, please include: 1) OSBot version number 2) Log 3) (optional) A description of what happened.4 points
-
Member: Mikasa Feedback on activity: very active Abusive or Non Abusive?: abusive What could Mikasa improve on?: stop harassing me and changing my titles Does Mikasa handle situations well?: no Anything else?: yes stop abusing your powers, arctic told me you removed his mod CP when he tried changing my title back Overall Rating 1/10: 1 Member: Smart Feedback on activity: good Abusive or Non Abusive?: What could Smart improve on?: none Does Smart handle situations well?: yes Anything else?: no Overall Rating 1/10: 10 Member: Gilgad Feedback on activity: good Abusive or Non Abusive?: non What could Gilgad improve on?:none Does Gilgad handle situations well?:yes Anything else?: Overall Rating 1/10:10 Member: Arctic Feedback on activity: Abusive or Non Abusive?:non What could Arctic improve on?: Does Arctic handle situations well?: good Anything else?: Overall Rating 1/10: +10 Member: Nick Feedback on activity: good Abusive or Non Abusive?: non What could Nick improve on?: none Does Nick handle situations well?:ye Anything else?:no Overall Rating 1/10:10 Member: Catastrophe Feedback on activity: super active Abusive or Non Abusive?: non What could Catastrophe improve on?: none Does Catatrophe handle situations well?: yes Anything else?:no Overall Rating 1/10:104 points
-
4 points
-
@Catastrophe and @Arctic at their last meeting in real life. They are both good friends and this is a normal day for them. Instead of cheese they said "green power!"3 points
-
3 points
-
2 points
-
Dude I have this every morning multiple times as I'm trying to wake up. Most of the time it's my fault, I wake up slightly, and go back to sleep just to find myself in sleep paralysis. It's a scary ass feeling at first, like literally uncomfortable to the max, though as the years passed I've gotten more accustomed to having it. Now I'm able to stay in it and usually fall back asleep without having a need to wake up, or if I know I need to wake up, I have little things I do to wake up. For example I wiggle my feet, try to scoot my arms to the edge of the bed so they fall off the side and wake me up, to trying to get enough energy to roll over to my back when laying on my side. I've had this since I can remember, but I really got worse when I started trying to lucid dream, though by practicing lucid dreaming I was able to overcome the fear associated with having it.2 points
-
2 points
-
2 points
-
2 points
-
2 points
-
Yeah, I messed around until I decided on that color, lol. I'll mess with it more probably. Made to look like gems. Bitches like gems.2 points
-
Lol...Levi would already know exactly who he said shit to so edit the name out? A shadow ban, how interdasting....2 points
-
2 points
-
We all knew it was coming.. 1) After he resigned, he got heavy in the market. 2) After he abused his CBA position for market purposes, he became more troll toward osbot and their staff. 3) He started mini riots here and there IE: Raf4Red, Maldesto4Demote etc etc 4) His Ex-Staff was removed 5) He became even more like a 10 year old seeking attention and causing havok where ever he could. 6) All the staff on OSBot turned to dislike him along with the mature part of the community 7) Leads to scam quitting. 8) Brags about it to someone 9) Person spreads rumour Happens too often.2 points
-
1 point
-
Member: Gilgad Feedback on activity: Very Active Abusive or Non Abusive?: Non abusive from the experience I had with him so far. What could Gilgad improve on?: Nothing that I know of Does Gilgad handle situations well?: Somehow. Anything else?: I had some problems with my account banned earlier and i made a thread on the wrong section. He was extremely fast to lock my thread, however, he gave a reasonable reply to me. Overall Rating 1/10: 81 point
-
1 point
-
In your constructors of your other classes, include your main class as a parameter (like this): Main Class: SecondClass secondClass = new SecondClass(this); SecondClass: private MainClass class; public SecondClass(MainClass script) { this.script = script; }1 point
-
1 point
-
1 point
-
1 point
-
1 point
-
1 point
-
good job it looks nice and the API is way better than before1 point
-
1 point
-
Bank booths are objects. RS2Object bankBooth = closestObjectForName("Bank Booth"); client.moveCameraToEntity(bankBooth); sleep(random(300,600)); bankBooth.interact("Bank"); sleep(random(500,800)); If you want to use an NPC banker, just do NPC and closestNPCForName("Banker"); ALSO When you write a switch statement case FISHING: case WALKING_TO_FISH_AREA: case DOING_NOTHING: Will all do the same thing, it's the same as saying case FISHING && WALKING etc, so if you're trying to switch states, make sure you have break; in there so you define what state does what. Also, in your onLoop(), you want to outline when you're in what state: if(fullInventory()) { if(inBank()) { state = bank } else { state = walking; } } else { if(inFishingArea()) { state = fishing; } else { state = walking; } } I'm so noob, keep editing my post.. case WALKING_TO_BANK: return walkToBank(); break; int walkToBank() { if(BANK_AREA.contains(player)){ NPC bankbooth = closestNPC(BANK_BOOTH_ID); if(bank.isOpen()){ bank.depositAllExcept(303); whatAmIDoing = I_AM.DOING_NOTHING; }else{ if(bankbooth != null){ if(bankbooth.isVisible()){ bankbooth.interact("Bank"); sleep(random(700,800)); }else{ client.moveCameraToEntity(bankbooth); } } } } return 1000; }1 point
-
I think one of the theories they came up with was that someone hijacked the plane and knew how to turn off whatever locator device was enabled to track the place like normal. I guess there could have just been massive technological failures, but wasn't the plane flying over land at the time? I would assume if something like that happened the pilot could land on a road somewhere, however if they were over water and had no idea where they were that could be a potential issue. Even more more off topic: dat spam section doe1 point
-
If memory serves me correctly, most of the staff team (if not all) are under the age of 21. You guys aren't even of age to legally drink in the US but yet you're calling shots like this forum is some kind of civil court You need to all get yourselves a big breasted women, plop her on your pecker, and watch as your balls drop transforming you into fully fledged men.1 point
-
1 point
-
You would only know there was multiple brags if you had multiple reports but you have stated only a single report. Interdasting.1 point
-
1 point