Results 1 to 6 of 6

Thread: Click to play

  1. #1
    Join Date
    Mar 2007
    Posts
    1,223
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Click to play

    hey guys,
    I wanted to know how to use the click to play screen. Let me make my self more clear; many computers lag when scar is runing, therefore sometimes in runescape it says connection lost and It'll will bring you to the page where it says your information, for example unread messages or you can say the page that comes up after you login. I was wandering if there is a procedure/function to play against this. for example it will check if that comes and if it does it will click "clik to play" and keep runing script. I also wannted to say that whenever this pops-up it always says "found fight random"..

  2. #2
    Join Date
    Jul 2007
    Location
    Ottawa, Canada
    Posts
    930
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    i know how: dont lag.

    but just type loginplayer and it will go thru that screen
    ~ Metagen

  3. #3
    Join Date
    Nov 2007
    Location
    Chile
    Posts
    1,901
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I made this bmp:
    SCAR Code:
    Clickhere := BitmapFromString(67, 3, 'beNp1kj0KQkEMhKMPRTub11mIR7A' +
           'VezsrG3srwSt4Ee+6fjg4DG8xpJhM/rM71HU5az95bNe3cYXKPA71' +
           'Ouzvm8VzN7YQwlBcZsAEQ8qkgjG5tECpgzqLAExhuVonPXmel7T9k' +
           'arKIU0yEpPQ3bn1Fa/mRAIyMYNx6Rp5E3jPOcEpSea1+2CbTCvQL4' +
           'K+LyeTGaClBCYHFEkFnoNd9GT+AHIZ+6VUX33zetk0i6jm8QNT4C0' +
           'G');

    and you just search it:

    SCAR Code:
    if  FindBitmapToleranceIn(Clickhere, x, y, 356, 324, 483, 350, 5) then

    PS: the bmp doesnt lag


  4. #4
    Join Date
    Jun 2007
    Location
    La Mirada, CA
    Posts
    2,484
    Mentioned
    1 Post(s)
    Quoted
    3 Post(s)

    Default

    its called failsafes...

    if not(LoggedIn) then exit; in every function

    then in the mainloop you need if not(LoggedIn) then LoginPlayer;


    "Failure is the opportunity to begin again more intelligently" (Henry Ford)


  5. #5
    Join Date
    Mar 2007
    Posts
    4,810
    Mentioned
    3 Post(s)
    Quoted
    3 Post(s)

    Default

    Or maybe use a DTM as it is quicker than the bitmap here try this one:

    SCAR Code:
    DTM := DTMFromString('78DA635CC2C8C01008C448E0FFFFFF0CFF813' +
           '42384FD9FB106C832C754C3005503A6CF02591644A88925A0663E' +
           '909549404D139015895F0D00B6891CBC');

  6. #6
    Join Date
    Oct 2006
    Location
    finland, helsinki
    Posts
    2,501
    Mentioned
    3 Post(s)
    Quoted
    2 Post(s)

    Default

    or just call something like

    if not loggedin then
    if not checkforclicktoplay then
    exit

    Code:
    • Narcle: I recall Jukka releasing a bunch of scripts like this before... Its how he rolls I think. rofl
    • Solarwind: Dude, you are like... t3h s3x.
    • Hy71194: JuKKa you're a machine! You released 3 scripts in 10 minutes! :O
    • benjaa: woah.... Jukka is the man Guildminer pwns all
    • NaumanAkhlaQ: And JuKKa Is my Her0!

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 16
    Last Post: 09-03-2007, 10:41 PM
  2. Won't click play!!
    By kufo in forum OSR Help
    Replies: 4
    Last Post: 06-27-2007, 12:27 AM
  3. Click Here To Play
    By WhiteShadow in forum RS has been updated.
    Replies: 9
    Last Post: 06-20-2006, 09:00 PM

Posting Permissions

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