Results 1 to 10 of 10

Thread: Multi Log

  1. #1
    Join Date
    Nov 2012
    Posts
    4
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Multi Log

    Okay guys you have just met the biggest newb you're ever going to meet, i have been spamming on simba on different worlds with a few account with this script:
    // Written by DT for Damble

    program AutoTyperSmart1;
    {$DEFINE SMART} {$i srl/srl.simba} {$i sps/sps.simba}

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

    Players[0].Name := 'user'; //
    Players[0].Pass := 'pass'; //
    Players[0].Nick := '';
    Players[0].Member := False;
    Players[0].Active := True;
    Players[0].Pin := '';
    end;

    begin
    ClearDebug;
    SetupSRL;
    DeclarePlayers;
    LoginPlayer;
    repeat
    wait(2000+random(1000));
    TypeSendEx('white: MY TEXT',true)
    TypeSendEx('white: MY TEXT',true)
    TypeSendEx('white: MY TEXT',true)
    TypeSendEx('white: MY TEXT',true)
    TypeSendEx('white: MY TEXT',true)
    TypeSendEx('white: MY TEXT',true)
    TypeSendEx('white: MY TEXT',true)
    TypeSendEx('white: MY TEXT',true)
    until(false)
    if not (LoggedIn) then
    LoginPlayer;
    end.


    And i REALLY need to know how to multi log onto the same world pleaseee (:

  2. #2
    Join Date
    Jul 2007
    Location
    Finland
    Posts
    304
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Login @ sametime

  3. #3
    Join Date
    Nov 2012
    Posts
    4
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by nokkasiili View Post
    Login @ sametime
    Login limit exceeded mate.

  4. #4
    Join Date
    Apr 2012
    Posts
    127
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    haven't tested, but try running each simba in its own virtual machine? or rent how ever many VPS's you want and do it on each one. hope this helps
    Feel free to add me on msn: h4x_new@hotmail.co.uk
    Delete my old msn that got hacked (h4x_@hotmail.co.uk)

  5. #5
    Join Date
    Nov 2012
    Posts
    4
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by h4x_ View Post
    haven't tested, but try running each simba in its own virtual machine? or rent how ever many VPS's you want and do it on each one. hope this helps
    tried this before, doesnt work ): any more suggestions?

  6. #6
    Join Date
    Apr 2012
    Posts
    127
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Quote Originally Posted by Nitrowaste View Post
    tried this before, doesnt work ): any more suggestions?
    VPS's dont work? :O not sure how that could happen
    Feel free to add me on msn: h4x_new@hotmail.co.uk
    Delete my old msn that got hacked (h4x_@hotmail.co.uk)

  7. #7
    Join Date
    Nov 2012
    Posts
    4
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by h4x_ View Post
    VPS's dont work? :O not sure how that could happen
    i dont know what a vps is ):?

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

    Default

    Quote Originally Posted by Nitrowaste View Post
    i dont know what a vps is ):?
    virtual private server. An expensive route to go down tbh. Its basically a remote computer which you control via yours, most run 24/7 without the need of your computer to be on, saving you electricity etc.

  9. #9
    Join Date
    Apr 2012
    Posts
    3,356
    Mentioned
    34 Post(s)
    Quoted
    218 Post(s)

    Default

    why don't you have them all open across your desktop screen - click login asap as fast as you can

  10. #10
    Join Date
    Mar 2012
    Location
    San Diego
    Posts
    760
    Mentioned
    4 Post(s)
    Quoted
    91 Post(s)

    Default

    Quote Originally Posted by -Benny View Post
    why don't you have them all open across your desktop screen - click login asap as fast as you can
    This would definitely work. Been doing this to transfer stuff to accounts on the same pc.

Thread Information

Users Browsing this Thread

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

Tags for this Thread

Posting Permissions

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