Results 1 to 2 of 2

Thread: How to make your script draw a box around your pbox coordinators?

  1. #1
    Join Date
    May 2013
    Posts
    103
    Mentioned
    0 Post(s)
    Quoted
    47 Post(s)

    Default How to make your script draw a box around your pbox coordinators?

    I'm looking to figure out how to make a box around the pbox coordinants im using, so i can make sure my co ordinants are best, using this for pixelshift and fishing at catherby.

  2. #2
    Join Date
    Dec 2011
    Location
    New York, USA
    Posts
    1,242
    Mentioned
    12 Post(s)
    Quoted
    193 Post(s)

    Default

    Include smartgraphics in your script; put this at the top of your script after including srl: {$I srl-osr/srl/misc/smartgraphics.simba}

    ^^If you aren't botting old-school, remove the "-osr" part.^^

    then you can use the smart-drawing functions in the smartgraphics.simba file (C:\Simba\Includes\SRL\SRL\misc\SmartGraphics.simb a

    the function you are looking for is Smart_DrawBox(Box: TBox)

    ~nebula

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •