PDA

View Full Version : Two things



Camaro'
11-29-2009, 05:09 AM
1: Can a mod/admin make a RSC Help section and maybe a RSC Tutorial section

2. how do i use Mssx1 / what is mssx1

Awkwardsaw
11-29-2009, 02:26 PM
1: Can a mod/admin make a RSC Help section and maybe a RSC Tutorial section

2. how do i use Mssx1 / what is mssx1

Rssx1 = the first x point of the game client, BUT NOT THE ACTUAL CLIENT. so if you want to click coord(100, 100) you would do

mouse(rssx1 + 100, 100, 0, 0, true);

Sex
11-29-2009, 02:27 PM
He said MSSX not RSSX.

Awkwardsaw
11-29-2009, 02:33 PM
i know, and there are no MSSX

Camaro'
11-29-2009, 03:01 PM
Rssx1 = the first x point of the game client, BUT NOT THE ACTUAL CLIENT. so if you want to click coord(100, 100) you would do

mouse(rssx1 + 100, 100, 0, 0, true);

OK thankyou :)