Results 1 to 10 of 10

Thread: I run script but it doesn't type in "username" or "Password"

  1. #1
    Join Date
    Mar 2013
    Posts
    3
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default I run script but it doesn't type in "username" or "Password"

    I have everything set up, but when I click play the SMART 8.0 pops up with Rs07 but it just doesn't type in.

    Here is the script.

    Program testP07;
    {$DEFINE SMART8}
    {$I SRL/SRL.Simba}
    {$I P07Include.Simba}

    //LOGIN INFO STUFF
    Procedure P07_DeclarePlayer;
    Begin
    P07_PlayerName:='Bob';
    P07_PlayerPass:='Sandy';
    End;

    Begin
    SetupSRL;
    P07_DeclarePlayer;
    SetupP07Include;
    ActivateClient;
    Wait(2000);
    If (Not P07_LoggedIn) Then
    P07_LogInPlayer;
    P07_MakeCameraAngleHigh;
    P07_MakeCompassNorth;

    Writeln(P07_GetUpText);

    If P07_BankScreen Then
    WriteLn('Bank is Open');
    If P07_InvFull Then
    WriteLn('Inventory is Full');

    End.
    Also Here is a picture.

    2wdvrck.png
    Last edited by OnNza; 03-10-2013 at 12:16 AM.

  2. #2
    Join Date
    Feb 2012
    Location
    Discord
    Posts
    3,114
    Mentioned
    37 Post(s)
    Quoted
    538 Post(s)

    Default

    Hmm, Does anything come up in the debug box? Have you edited RSReady to work with 07?

  3. #3
    Join Date
    Mar 2013
    Posts
    3
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Nothing comes up in the debug box. I fallowed all of YoHoJoSRL tuts.

  4. #4
    Join Date
    Feb 2012
    Location
    Discord
    Posts
    3,114
    Mentioned
    37 Post(s)
    Quoted
    538 Post(s)

    Default

    Quote Originally Posted by OnNza View Post
    Nothing comes up in the debug box. I fallowed all of YoHoJoSRL tuts.
    I'll repeat the question :P, Have you edited RSReady to work with 07? It's located in login.simba

  5. #5
    Join Date
    Mar 2013
    Posts
    3
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Yes I Fallowed this Tut. http://villavu.com/forum/showthread.php?t=97599 and i downloaded the files.

  6. #6
    Join Date
    Jan 2012
    Posts
    369
    Mentioned
    6 Post(s)
    Quoted
    91 Post(s)

    Default

    It just goes Idle like that?

  7. #7
    Join Date
    Mar 2012
    Posts
    50
    Mentioned
    0 Post(s)
    Quoted
    8 Post(s)

    Default

    run declareplayer first , above Setupsrl

  8. #8
    Join Date
    Mar 2013
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I get this same problem guys (im trying to get on 07)

    I did everything Simba, SRL, SMART8, DannyRS's files

    in the console it says "the automatically split characters are too wide. Try decreasing minspacing"

    This is when i followed the final 2 videos of YohoJo when he runs the script from DannyRS's page.

    It seems like it selects the client screen, but then doesnt do anything/type in login details.



    any help? thanks!


    code i used:
    Code:
    Program testP07;
    
    {$I SRL/SRL.Simba}
    {$I P07Include.Simba}
    
    //LOGIN INFO STUFF
    Procedure P07_DeclarePlayer;
    Begin
      P07_PlayerName:='username';
      P07_PlayerPass:='password';
    End;
    
    Begin
    
      P07_DeclarePlayer;
      SetupP07Include;
      ActivateClient;
      Wait(2000);
      If (Not P07_LoggedIn) Then
        P07_LogInPlayer;
      P07_MakeCameraAngleHigh;
      P07_MakeCompassNorth;
    
      Writeln(P07_GetUpText);
    
      If P07_BankScreen Then
        WriteLn('Bank is Open');
      If P07_InvFull Then
        WriteLn('Inventory is Full');
     
    End.

  9. #9
    Join Date
    Mar 2006
    Location
    Belgium
    Posts
    3,564
    Mentioned
    111 Post(s)
    Quoted
    1475 Post(s)

    Default

    Go to the P07Include and set the auto-updater to false, try that?

    Creds to DannyRS for this wonderful sig!

  10. #10
    Join Date
    Mar 2013
    Posts
    6
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Go to the P07Include and set the auto-updater to false, try that?
    No luck on that one


    I have got the same problem if anyone could help me. Team Viewer maybe? Also trying to use 07.
    It says this when I try to use it and only clicks the window but never types or clicks anything else

    New window: 460196
    New window: 460196
    Compiled successfully in 1232 ms.
    Checking P07Include VersionNumber
    Local : 1.7 / Latest : 1.7
    You Have The Latest Version of P07Include
    Last edited by vipermen1; 03-13-2013 at 12:58 AM.

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
  •