Results 1 to 6 of 6

Thread: LoginPlayer does not work ?

  1. #1
    Join Date
    Dec 2007
    Posts
    2,766
    Mentioned
    2 Post(s)
    Quoted
    37 Post(s)

    Default LoginPlayer does not work ?

    I noticed my script doesn't log in my player so I sort of tried to trace where the problem might be..:

    Simba Code:
    SetupSRL;
      Writeln('SRL set up.');
      DeclarePlayers;
      Writeln('Players set up.');
    //DTMs n shit
      Writeln('DTMS set up.');
      case FoodType of
        'trout'  : FoodDTM := DTMFromString('mrAAAAHic42BgYMhmYmDIA+IqIC4E4jQgjgPiRCibk5GBgRmIGYGYC4iFoZgbiNmAOMrfF2gKI04sAiTxYdw6IRgGAMGHBWM=');
        'lobster': FoodDTM := DTMFromString('mrAAAAHic42BgYMhmYmDIA+IqIC4E4jQgjgPiRCibk5GBgRmIGYGYC4iFoZgbiNmAOMrfF2gKI04sAiTxYdw6IRgGAMGHBWM=');
      end;
      Writeln('Food type set up.');
      ActivateClient;
      Writeln('Client activated.');
      LoginPlayer;
      Writeln('Logging in..');
      Wait(5000);

    And the script does not Login... for some reason :

    Progress Report:
    SRL Compiled in 0 msec
    SRL set up.
    Players set up.
    DTMS set up.
    Food type set up.
    Client activated.

  2. #2
    Join Date
    Feb 2009
    Posts
    484
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    It is working for me.
    Click Here for my PUBLIC script: Auto Tabs Pro

  3. #3
    Join Date
    Feb 2011
    Location
    The Future.
    Posts
    5,600
    Mentioned
    396 Post(s)
    Quoted
    1598 Post(s)

    Default

    Having the same problem.. Plus a new member is also saying my script won't click the altar for him and this comes up when it tries to find text :S AND it does not click to continue anymore! :c

    I am Ggzz..
    Hackintosher

  4. #4
    Join Date
    Dec 2007
    Posts
    2,766
    Mentioned
    2 Post(s)
    Quoted
    37 Post(s)

    Default

    Just tried after reloading simba and restarting computer, and it does not work..

    Yanhua : are you using smart ?

  5. #5
    Join Date
    Feb 2009
    Posts
    484
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Quote Originally Posted by Dervish View Post
    Just tried after reloading simba and restarting computer, and it does not work..

    Yanhua : are you using smart ?
    Yes, I am.

    I started the bot ~3 hours ago though. Might have just got broken?
    Click Here for my PUBLIC script: Auto Tabs Pro

  6. #6
    Join Date
    Dec 2007
    Posts
    2,766
    Mentioned
    2 Post(s)
    Quoted
    37 Post(s)

    Default

    Quote Originally Posted by Yanhua View Post
    Yes, I am.

    I started the bot ~3 hours ago though. Might have just got broken?
    I'm not on smart, I'll try with smart...

    Edit : Works in SMART but not in browser...
    Last edited by Dervish; 12-28-2011 at 11:20 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
  •