Results 1 to 4 of 4

Thread: Cant Get My Login Thing to work?!

  1. #1
    Join Date
    Jun 2007
    Location
    Mianus
    Posts
    863
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Cant Get My Login Thing to work?!

    lol i dropped the feather stealer idea and i got a new one about buying bronze-addy arrows in varrock in lowes arrow and bow shop but i just started and i want it to log in but all i got is

    Successfully compiled
    Successfully executed

    heres the script plz can someone make it to login then post it then someone can close this topic

    and plz tell me what is best to use to move the mouse like ben mouse

    SCAR Code:
    //THIS IS A SCRIPT MADE BY//

    ////////////////////////////////////////////////////////////////////////////////
    //000000  000000        00        000000    000000    00    000000    000000  //
    //  00      00        00  00        0000      00                00    00      //
    //    00  00          00  00        00  00    00                00    00      //
    //    00  00          00  00        00  00    00    0000          0000        //
    //      00          0000000000      00    00  00      00          0000        //
    //      00          00      00      00      0000      00        00    00      //
    //      00          00      00      00      0000      00      00      00      //
    //    000000      0000      0000  000000      00    000000  000000    000000  //
    //                                                                            //
    //                                 FEATURES                                   //
    //                                                                            //
    // --> BUYS ANY KIND OF ARROW AT LOWES ARROW&BOW SHOP IN VARROCK              //
    // --> THEN LOGS OUT, CHANGES WORLD AND DO SAME UNTIL 0 ARROWS IN SHOP        //
    ////////////////////////////////////////////////////////////////////////////////


    program ArrowBuyer;
    {.include SRL/SRL.scar}

    Procedure DeclarePlayers;
    begin
        HowManyPlayers:=1;
        NumberOfPlayers(HowManyPlayers);
        CurrentPlayer := 0;

        Players[0].Name :='Username';
        Players[0].Pass :='Password';
        Players[0].Nick :='rnam';
        Players[0].Active :=True;



    end;


    begin


    end.

  2. #2
    Join Date
    Jan 2007
    Location
    Illinois.. >.<
    Posts
    1,158
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    SCAR Code:
    //THIS IS A SCRIPT MADE BY//
     
    ////////////////////////////////////////////////////////////////////////////////
    //000000  000000        00        000000    000000    00    000000    000000  //
    //  00      00        00  00        0000      00                00    00      //
    //    00  00          00  00        00  00    00                00    00      //
    //    00  00          00  00        00  00    00    0000          0000        //
    //      00          0000000000      00    00  00      00          0000        //
    //      00          00      00      00      0000      00        00    00      //
    //      00          00      00      00      0000      00      00      00      //
    //    000000      0000      0000  000000      00    000000  000000    000000  //
    //                                                                            //
    //                                 FEATURES                                   //
    //                                                                            //
    // --> BUYS ANY KIND OF ARROW AT LOWES ARROW&BOW SHOP IN VARROCK              //
    // --> THEN LOGS OUT, CHANGES WORLD AND DO SAME UNTIL 0 ARROWS IN SHOP        //
    ////////////////////////////////////////////////////////////////////////////////
     
     
    program ArrowBuyer;
    {.include SRL/SRL.scar}
     
    Procedure DeclarePlayers;
    begin
        HowManyPlayers:=1;
        NumberOfPlayers(HowManyPlayers);
        CurrentPlayer := 0;
     
        Players[0].Name :='Username';
        Players[0].Pass :='Password';
        Players[0].Nick :='rnam';
        Players[0].Active :=True;
     
     
     
    end;
     
     
    begin
      DeclarePlayers;
      If Not LoggedIn Then
        LoginPlayer;
    end.

  3. #3
    Join Date
    Jun 2007
    Location
    Mianus
    Posts
    863
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by itschris917 View Post
    SCAR Code:
    //THIS IS A SCRIPT MADE BY//
     
    ////////////////////////////////////////////////////////////////////////////////
    //000000  000000        00        000000    000000    00    000000    000000  //
    //  00      00        00  00        0000      00                00    00      //
    //    00  00          00  00        00  00    00                00    00      //
    //    00  00          00  00        00  00    00    0000          0000        //
    //      00          0000000000      00    00  00      00          0000        //
    //      00          00      00      00      0000      00        00    00      //
    //      00          00      00      00      0000      00      00      00      //
    //    000000      0000      0000  000000      00    000000  000000    000000  //
    //                                                                            //
    //                                 FEATURES                                   //
    //                                                                            //
    // --> BUYS ANY KIND OF ARROW AT LOWES ARROW&BOW SHOP IN VARROCK              //
    // --> THEN LOGS OUT, CHANGES WORLD AND DO SAME UNTIL 0 ARROWS IN SHOP        //
    ////////////////////////////////////////////////////////////////////////////////
     
     
    program ArrowBuyer;
    {.include SRL/SRL.scar}
     
    Procedure DeclarePlayers;
    begin
        HowManyPlayers:=1;
        NumberOfPlayers(HowManyPlayers);
        CurrentPlayer := 0;
     
        Players[0].Name :='Username';
        Players[0].Pass :='Password';
        Players[0].Nick :='rnam';
        Players[0].Active :=True;
     
     
     
    end;
     
     
    begin
      DeclarePlayers;
      If Not LoggedIn Then
        LoginPlayer;
    end.
    trying right now lets see if it works YEAH lol thx and could u tell me what mouse moving thing is best like ben mouse

  4. #4
    Join Date
    Jun 2006
    Posts
    1,492
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Use MMouse as your mouse procedure. MMouse just moves the mouse, while Mouse moves and clicks.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. no scar scripts work or ne thing.
    By alessio12345 in forum OSR Help
    Replies: 4
    Last Post: 09-23-2008, 12:04 AM
  2. Need 1 more thing i think please
    By JAD in forum OSR Help
    Replies: 13
    Last Post: 02-13-2007, 03:49 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
  •