Jump to content

Botre

Members
  • Posts

    5883
  • Joined

  • Last visited

  • Days Won

    18
  • Feedback

    100%

Everything posted by Botre

  1. This. How anyone can fall for her act or think it's even remotely funny baffles me.
  2. The current grid spacing is 16x16 which should theoretically align nicely with the RS interface components (it seems that way at least) but since my screenshot has a slight offset it's... off, a proper screenshot should clean that up (I hope). The grid will be customizable though (row height, column width, vertical offset, horizontal offset, etc..) You can "snap-to-grid" move and resize layers , when I properly align the background and grid it should "snap" to certain RS components if not then I'll have to write a second snapping handler, which probably will be a piece of cake with the current architecture. Thanks bb Goal achieved
  3. Botre

    Gray color

    You can change the theme to a clearer one by going to the bottom of the website:
  4. Something to make paints for scripts.
  5. Slowly getting there...
  6. Payment method will be Paypal. You must be the original owner. Must have: Quests to do NMZ 50+ att/def/str 43+ prayer 0 offences Optional: Lost city quest PM me your account pictures & prices. Peace
  7. http://devpost.com/software/trumpscript I is Donald Trump it time to tell you a fact for every american there is 100000000 immigrants trust me they are , there over there ; plan against us if, I are fact? ; : say they want to take our guns ! America is great.
  8. get the model area of the object and check the intersection bounds with the game canvas. RS2Object object = ...; Rectangle modelBounds = object.getModel().getArea(object.getGridX(), object.getGridX(), object.getZ()).getBounds(); Rectangle canvasBounds = getBot().getCanvas().getBounds(); Rectangle intersection = modelBounds.intersection(canvasBounds); int minimumDimension = 5; boolean visible = intersection.width > minimumDimension && intersection.height > minimumDimension;
  9. Giving you store credit = OSBot pays the script for you or another scripter works for free. (not going to happen) Scripts are high return on investment products as is, can't expect that to come without a certain risk I guess(?)
  10. It's a box hiding your character so you can stay anonymous while raking the profits.
  11. Spam felt safe, didn't want to flood the other sections with my daily code poop. (Also these are teasers, not actually snippets or finished products, hence the "T" )
×
×
  • Create New...