Jump to content

Bobrocket

Members
  • Posts

    1664
  • Joined

  • Last visited

  • Days Won

    4
  • Feedback

    100%

Everything posted by Bobrocket

  1. 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
  2. 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?
  3. https://www.instagram.com/mellen2k13/ here me lol
  4. Tits and ass are both pretty equal ngl
  5. Just you wait until I learn more chords fam
  6. Dank beats: Fuck the policeRequest songs pls Proof of ukulele:
  7. Your animation does not update immediately. Add a conditional sleep until your player is animating.
  8. Just like the dev team, OSBot scripters also have standards. You may recognise some of these faces: @Valkyr @Czar @Ericthecmh @Vilius
  9. Why not sell your main??????????????????????????? (elsewhere)
  10. Dont settle for 75% bro, most exchangers do anywhere from 95-105%
  11. 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; }
  12. public boolean doorIsClosed(RS2Object door) { return door.hasAction("Open"); }
  13. For any web requests, remember to cache
  14. Theres another thread in the spam section where I'm recruiting testers for my elitist slayer script :^ )
  15. 6000 (3600 / 0.6) (assuming constant fire, no reloads etc)
  16. My mule got hacked, lost 168m Press F to pay respects
  17. Bobrocket

    Slayer.

    hahahahahahahahahahhaahah good joke
×
×
  • Create New...