Jump to content

nyan

Members
  • Posts

    716
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by nyan

  1. getWidgets().closeOpenInterface(); imo any script is a good place to start. questing scripts are fine to start with if the person understands how to use configs. as for your theory on the bot actions, below are what some bot devs think jagex looks at, not what you're talking about. jagex could probably care less if you click the x to close or not. they're more worried about where you're clicking, how fast you're clicking/reacting, etc. see examples below botlike: humanlike:
  2. the random solver doesn't dismiss bob the cat but all the others work to my knowledge. i haven't used mirror mode in a long time but when i did use it, it wouldn't dismiss any randoms. not sure if they fixed that or not but like everyone else stated, it doesn't really matter if you dismiss them or not
  3. racially diverse: we don't need diversity as much as we need understanding. if more people understood and were more accepting of races, cultures, religions, traditions and sexual orientation (i know it's not race but it kinda fits) then there wouldn't be a need to be diverse. gender diverse: is not needed. some things are better left untouched. men and woman working together are ones of those things. if a man desires to work in a field dominated by woman he's going to and vise versa. just because there isn't a 50/50 split or even something like a 33/67 doesn't mean that there is an issue. solution to both: be more accepting and maybe take the time to learn about other races and cultures. if someone is of a different race it doesn't really matter. if someone is a male nurse or a female construction worker or female soldier, well that doesn't really matter either. if everyone was accepting of others and just worried about their own lives a little more the world would be a much better place to live.
  4. I thought the method I was using was just using the Script class inherited in the main class (extends Script). The Scripts in the other classes are only used as parameters and aren't other instances?
  5. Why is it a bad idea? I haven't had an issue with it yet.
  6. package trumpbitch; import org.osbot.rs07.script.Script; import org.osbot.rs07.script.ScriptManifest; import trumpbitch.Woodcutting; @ScriptManifest(name = "trumpscape", author = "trump", version = 6.9, info = "trump", logo = "trump") public class Main extends Script { @Override public void onStart() { // nothing cause trump } @Override public int onLoop() { Woodcutting.cutTree(this); return 100; } } package trumpbitch; import org.osbot.rs07.script.Script; public class Woodcutting { public static boolean cutTree(Script script) { script.log("trump for pres"); // insert just the tip return false; } } this way is pretty much the same thing but i find it's easier to copy paste to new scripts this way. good luck
  7. it all depends on what kind of learner you are. if you would rather read everything then use this http://math.hws.edu/javanotes/
  8. https://thenewboston.com/videos.php?cat=31&video=17969
  9. Do you guys have any suggestions on how to "not get banned?"
  10. This is OSBot's designated SAFE SPACE. In this safe space people say nice things about each other. It does not tolerate harassment or hate speech, but rather is open and accepting, thereby creating a safe place for @Explv, noobs, and all OSBot members (specifically s2 and below).
  11. please learn how to count. @Genii please teach them how to count
  12. I have a couple accounts that look like this with 7 quest points as well. I'm original owner, emails are unregistered, separate ip's. Price check please
×
×
  • Create New...