Jump to content

Bobrocket

Members
  • Posts

    1664
  • Joined

  • Last visited

  • Days Won

    4
  • Feedback

    100%

Everything posted by Bobrocket

  1. fuck? fuck.
  2. @Lemons is right, please don't do this.
  3. Just gonna post an example of a bad GUI at my own expense... The entire top section is confusing as fuck. "Food name (for bank)" sounds very weird and can confuse some users. "Enable banking" is also a bit weird The whole "Antipattern Settings" section is even worse. tl;dr: don't make a gui like mine
  4. Take the following: Where point B moves towards point A in a curvey fashion. I have this code: double theta = Math.atan(diff.getY() / diff.getX()); double newX = Math.cos(theta); double newY = Math.sin(theta); x += newX; y += newY; Where diff is a vector of ((a.x - b.x), (a.y - b.y)) In theory, this should work, however: (where point A is the mouse position and point B is the ball) How would I go about fixing this?
  5. weenie boy unfollowed me lol
  6. look in the mirror that is a weenie
  7. you look like a weenie
  8. https://www.instagram.com/mellen2k13/ here me lol
  9. Tits and ass are both pretty equal ngl
  10. Just you wait until I learn more chords fam
  11. Smoke weed everyday
  12. I'm not that advanced bro
  13. Dank beats: Fuck the policeRequest songs pls Proof of ukulele:
  14. Your animation does not update immediately. Add a conditional sleep until your player is animating.
  15. Just like the dev team, OSBot scripters also have standards. You may recognise some of these faces: @Valkyr @Czar @Ericthecmh @Vilius
  16. Why not sell your main??????????????????????????? (elsewhere)
  17. Dont settle for 75% bro, most exchangers do anywhere from 95-105%
  18. You could actually just have something like this: public boolean openNearestGate() { Entity closedGate = getObjects().closest("Gate", (e) -> (e.hasAction("Open"))); //may be incorrect syntax for Objects#closest if (closedGate != null) return closedGate.interact("Open"); return false; }
  19. public boolean doorIsClosed(RS2Object door) { return door.hasAction("Open"); }
  20. For any web requests, remember to cache
  21. Theres another thread in the spam section where I'm recruiting testers for my elitist slayer script :^ )
  22. 6000 (3600 / 0.6) (assuming constant fire, no reloads etc)
  23. My mule got hacked, lost 168m Press F to pay respects
  24. Bobrocket

    Slayer.

    hahahahahahahahahahhaahah good joke
×
×
  • Create New...