PDA

View Full Version : How to make your script draw a box around your pbox coordinators?



bigblacknerd
06-25-2013, 10:51 PM
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.:sasmokin:

Nebula
06-25-2013, 10:58 PM
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