Hey guys, quickly here.... what do I put for the last two params in MouseBox(x1, y1, x2, y2: Integer; ClickType: Integer); if I just want to move inside the box and left click?
Hey guys, quickly here.... what do I put for the last two params in MouseBox(x1, y1, x2, y2: Integer; ClickType: Integer); if I just want to move inside the box and left click?
GitLab projects | Simba 1.4 | Find me on IRC or Discord | ScapeRune scripts | Come play bot ScapeRune!
<BenLand100> we're just in the transitional phase where society reclassifies guns as Bad™ before everyone gets laser pistols
try typing mouse, then press ctrl + space. You will see 3 options for mouse. move, left, right.
So it will be MouseBox(x1, y1, x2, y2, mouse_Left);
GitLab projects | Simba 1.4 | Find me on IRC or Discord | ScapeRune scripts | Come play bot ScapeRune!
<BenLand100> we're just in the transitional phase where society reclassifies guns as Bad™ before everyone gets laser pistols
MouseTBox(Box, 3);
1 to click left
2 to click right
3 to move.
MouseBox I believe is the same parameters except x1, y1, x2, y2 which is the corners of the box.
I am Ggzz..
Hackintosher
GitLab projects | Simba 1.4 | Find me on IRC or Discord | ScapeRune scripts | Come play bot ScapeRune!
<BenLand100> we're just in the transitional phase where society reclassifies guns as Bad™ before everyone gets laser pistols
Top left corner as x1, y1, bottom right corner as x2, y2.
And that create a box.
GitLab projects | Simba 1.4 | Find me on IRC or Discord | ScapeRune scripts | Come play bot ScapeRune!
<BenLand100> we're just in the transitional phase where society reclassifies guns as Bad™ before everyone gets laser pistols
GitLab projects | Simba 1.4 | Find me on IRC or Discord | ScapeRune scripts | Come play bot ScapeRune!
<BenLand100> we're just in the transitional phase where society reclassifies guns as Bad™ before everyone gets laser pistols
There are currently 1 users browsing this thread. (0 members and 1 guests)