PDA

View Full Version : clicktoplay, login.scar



Awkwardsaw
11-15-2009, 11:53 PM
i noticed that when logging in, it forgets to click the thing to remove the black box, so here it is, and it works :p

procedure clicktoplay;
var tpa : TPointArray;
begin
setarraylength(tpa, 2);
tpa[0] := point((msx1 + 56), 52);
tpa[1] := point((tpa[0].x + 399), 281);
if countcolor(0, tpa[0].x, tpa[0].y, tpa[1].x, tpa[1].y) > 7500 then
if countcolor(16777215, tpa[0].x, tpa[0].y, tpa[1].x, tpa[1].y) > 5500 then
mousebox((tpa[0].x + 150), 259, (tpa[0].x + 274), 265, 1);
end;

it counts the black color, and then the yellow color too to make sure its at the black box.

feed back before i commit?

YoHoJo
11-15-2009, 11:55 PM
Explain better, I get get it. Maye even a screenshot so we can see wucha talking about.

Also, silly SRL member you can't commit! You're not even a dev!

Awkwardsaw
11-15-2009, 11:58 PM
Explain better, I get get it. Maye even a screenshot so we can see wucha talking about.

lol, i can commit to csrl :D

YoHoJo
11-16-2009, 12:00 AM
Doh! -.- Its classic!

Awkwardsaw
11-16-2009, 12:01 AM
Doh! -.- Its classic!

lol, :o

also, the black box is the thing that you have to click right after you log in, so you can play

Thick As Blood
11-16-2009, 01:24 AM
Awesome. Was wondering if anyone was going to work on this. How bout detecting 100% fatigue and or entering the sleeping bag page. I have a few ideas myself.

Awkwardsaw
11-16-2009, 01:26 AM
Awesome. Was wondering if anyone was going to work on this. How bout detecting 100% fatigue and or entering the sleeping bag page. I have a few ideas myself.

that can also be a simple count color, and entering the sleeping bag page, just use a DTM of the bag, and click on it :p

i guess i can make them for the includes though. i need an account with 100% fatigue though, im to lazy to get it on my account XD

Thick As Blood
11-16-2009, 08:18 PM
So wait.. the login for RS2 works for rsc, it just dosent click the second message box, or? I'm confused. I created my first script since i've been out of the loop and it's just a basic login to RS script and it's pretty lame so I'll be happy if the one for rs2 works, somehow with rsc. :)

Awkwardsaw
11-16-2009, 09:48 PM
So wait.. the login for RS2 works for rsc, it just dosent click the second message box, or? I'm confused. I created my first script since i've been out of the loop and it's just a basic login to RS script and it's pretty lame so I'll be happy if the one for rs2 works, somehow with rsc. :)

honsetly, with the rsc login, all you need it

to make sure your on the login screen, typesend(username), typesend(password), wait, and clicktoplay;

thats waht i do :p

Thick As Blood
11-16-2009, 11:20 PM
Yeah I made a simple one like that too haha.

Feroc1ty
11-19-2009, 12:42 AM
Click the login button or w/e, type it in, press enter, type in password, press enter, only place where you have to use the mouse is the login box thingy after that you hit enter twice after the text

Awkwardsaw
11-19-2009, 01:09 AM
Click the login button or w/e, type it in, press enter, type in password, press enter, only place where you have to use the mouse is the login box thingy after that you hit enter twice after the text

wb Feroc1ty ;)

Feroc1ty
11-19-2009, 02:35 AM
couldn't help it i love rsc too much, ill contribute with w/e scripts needed that i might like doing

Awkwardsaw
11-19-2009, 02:49 AM
couldn't help it i love rsc too much, ill contribute with w/e scripts needed that i might like doing

how about helping us develop the include itself, so we can then make teh awesome scripts? :D

Feroc1ty
11-20-2009, 04:33 AM
We should all get google wave and start using it to create the include file, would be the most logical and simple way.

Awkwardsaw
11-21-2009, 01:04 AM
We should all get google wave and start using it to create the include file, would be the most logical and simple way.

he have an official villavu one ;D (its official, and just as easy :))

DeSnob
11-30-2009, 03:16 AM
Wow! I can't believe you guys have a RSC include base. :eek: Pretty cool, good luck with the include. I'll try to do anything to help (If i still remember how to script).