Signup Now
Results 1 to 6 of 6
  1. #1
    Free User fokiiis's Avatar
    Join Date
    Feb 2016
    Location
    localhost
    Posts
    2
    Reputation
    10
    Rep Power
    0

    Question Auto login char after kick

    Hi, im using this script above as persistent to login after kick, but is there a better way to do that?
    Thank you!

    Code:
    while (not $connected) then
    connect ('account', 'password', 'charname')
    end
    Code:
    #include <stdio.h>
    
    int main() {
       printf ("%s \n", "Coder.Dias =]");
       return 0;
    }

  2. #2
    Free User
    Join Date
    Jan 2016
    Posts
    125
    Reputation
    10
    Rep Power
    17
    maybe without use passwords?
    PHP Code:
    auto(2500)
    if 
    not $connected then
        setsetting
    ('Targeting/Enabled''no')
        
    setsetting('Cavebot/Enabled''no')
        
    reconnect()
        
    wait(10000,12000)
        
    setsetting('Targeting/Enabled''yes')
        
    setsetting('Cavebot/Enabled''yes')

    end 

  3. #3
    Free User
    Join Date
    Nov 2015
    Posts
    39
    Reputation
    10
    Rep Power
    0
    Quote Originally Posted by AdrianLbN View Post
    maybe without use passwords?
    PHP Code:
    auto(2500)
    if 
    not $connected then
        setsetting
    ('Targeting/Enabled''no')
        
    setsetting('Cavebot/Enabled''no')
        
    reconnect()
        
    wait(10000,12000)
        
    setsetting('Targeting/Enabled''yes')
        
    setsetting('Cavebot/Enabled''yes')

    end 
    even when more than 1 character will it login on previusly used one?

  4. #4
    Free User
    Join Date
    Dec 2015
    Posts
    24
    Reputation
    10
    Rep Power
    0
    Quote Originally Posted by Tijiv View Post
    even when more than 1 character will it login on previusly used one?
    just previusly used one

  5. #5
    Free User
    Join Date
    Nov 2016
    Posts
    4
    Reputation
    10
    Rep Power
    0
    Quote Originally Posted by fokiiis View Post
    Hi, im using this script above as persistent to login after kick, but is there a better way to do that?
    Thank you!

    Code:
    while (not $connected) then
    connect ('account', 'password', 'charname')
    end
    not working

    auto(2500)
    if (not $connected) then
    connect ('account', 'password', 'charname')
    end
    this work

  6. #6
    Free User oXe's Avatar
    Join Date
    Aug 2014
    Location
    Poland
    Posts
    87
    Reputation
    10
    Rep Power
    20

 

 

Posting Permissions

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