Results 1 to 5 of 5

Thread: Help please

  1. #1
    Join Date
    Nov 2007
    Posts
    25
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Help please

    I have been told to use this but i dont know what to do now.
    const
    ButtonX = ;
    ButtonY = ;

    begin
    repeat
    Somthingtofillin;
    Mouse(Buttonx,Buttony,3,3); to click da button
    SomthingtoCheckyouclickedOkayRight?;
    until(false);

    I need it to fit for this and it will have to input over a million codes

    [img=http://img217.imageshack.us/img217/5615/glvg6.th.png]

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

    Default

    explain more thoroughly?

  3. #3
    Join Date
    Mar 2007
    Location
    <3
    Posts
    2,683
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Post your script in Scar tags... And like NaumanAkhlaQ said Explain more.

  4. #4
    Join Date
    Jun 2007
    Location
    Wednesday
    Posts
    2,446
    Mentioned
    3 Post(s)
    Quoted
    1 Post(s)

    Default

    ButtonX and ButtonY are the co-ordinates of the button. You also have to make something to click inside the box then send in the code (where 'SomethingToFillIn' is). Then replace 'SomethingToCheckYouClickedOkayRight?' with something to make sure the button is pressed (like if the page reloads with a red image saying 'incorrect' or 'correct', you could check for that). I think that it would be best for you to follow basic scar tutorials so you can get the hang of basic scar coding (which should be more than enough to do what you want). Also, you need to include srl to use the 'Mouse' procedure, but I'm guessing you don't have it installed, so you should probably just use 'MoveMouse' and 'ClickMouse'.

    Lastly, I think it is morally wrong to 'cheat' a game using scar, as scar/srl was meant to automatically play the game in a more intelligently demanding way rather than the traditional way of 'playing by rules' (so to speak).
    By reading this signature you agree that mixster is superior to you in each and every way except the bad ways but including the really bad ways.

  5. #5
    Join Date
    Nov 2007
    Posts
    25
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    HTML Code:
    const
    ButtonX = ;
    ButtonY = ;
    
    begin
    repeat
    Somthingtofillin;
    Mouse(Buttonx,Buttony,3,3); to click da button
    SomthingtoCheckyouclickedOkayRight?;
    until(false);
    I need to make it to repetdly put in keycodes on the picture below i have millions of codes. How would i put all the codes in? Im verythankful for all the help i get just im really new first script im attempting

Thread Information

Users Browsing this Thread

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

Posting Permissions

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