Results 1 to 7 of 7

Thread: league Of Legends Auto_Team_Builder (No more clicking 15 minutes for team)

  1. #1
    Join Date
    Jun 2014
    Posts
    32
    Mentioned
    0 Post(s)
    Quoted
    9 Post(s)

    Default league Of Legends Auto_Team_Builder (No more clicking 15 minutes for team)

    Because coordinates are STATIC this only with

    CLIENT RESOLUTION OF 1280x800

    You know the moment when you sit on TeamBuilder and try find team but no supports, or jungle coming... well i was bit bored about that... and made this basic script which accepts players and starts the game after all ready.

    START THE SCRIPT WHEN YOU ARE SEARCHING THE PLAYERS!

    and make sure your {$i srl-osr/srl.simba} is SET to INCLUDES FOLDER

    if you dont know your league of legends client width and height, copy code below and drag the select client tool to league of legends client
    Simba Code:
    // Use this code to get client width and height
    program Get_client_w_h;
    var x, y: Integer;
    begin
      Cleardebug;
      GetClientDimensions(x, y); Writeln(inttostr(x) + 'x' + inttostr(y));
    end.
    Attached Files Attached Files
    Last edited by villaa; 11-13-2014 at 09:17 PM.

  2. #2
    Join Date
    Jan 2015
    Posts
    16
    Mentioned
    0 Post(s)
    Quoted
    11 Post(s)

    Default

    hmmm i really don't understand the utility for this

  3. #3
    Join Date
    Jan 2009
    Location
    Turlock/LA, California
    Posts
    1,494
    Mentioned
    3 Post(s)
    Quoted
    66 Post(s)

    Default

    Quote Originally Posted by heroludor View Post
    hmmm i really don't understand the utility for this
    in team builder, if you are not support or jungler, then a queue time can take a while. Also if you are the one hosting the team (which this script is made for) then you have different responsibilities. This script is designed to fufill those responsibilities while allowing you to leave and not waste ur time.

    i personally have not tested it out, but it looks pretty cool . i feel like it can be optimized using for loops, case statements, and a timer. but looks good overall! i gotta try it some time.

    EDIT: i just realized that you use static coords. this is a big no-no because the size of the client is different for everyone :/
    Last edited by x[Warrior]x3500; 01-11-2015 at 04:53 PM.

  4. #4
    Join Date
    May 2007
    Posts
    6
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Nice man I hadn't even thought of the possibility of simba working in other games

  5. #5
    Join Date
    Apr 2013
    Posts
    35
    Mentioned
    0 Post(s)
    Quoted
    6 Post(s)

    Default

    I may actually use this because i'm extrmley lazy thanks for this :P

  6. #6
    Join Date
    Jun 2015
    Posts
    48
    Mentioned
    0 Post(s)
    Quoted
    20 Post(s)

    Default

    it looks cool but i doubt it's that useful with the teambuilder as you basically get in and just wait, no massive clicking required, just get in, wait and then click ready when the team is full. still, havent tried it ot myself ,so i cant really judge

  7. #7
    Join Date
    Dec 2011
    Location
    New York
    Posts
    119
    Mentioned
    5 Post(s)
    Quoted
    40 Post(s)

    Default

    Quote Originally Posted by teddybear View Post
    it looks cool but i doubt it's that useful with the teambuilder as you basically get in and just wait, no massive clicking required, just get in, wait and then click ready when the team is full. still, havent tried it ot myself ,so i cant really judge
    The point of it is so that you dont have to stare at your screen and click ready when you FINALLY get on a team.. Its not extremely useful but I like the idea

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
  •