Register for your free account! | Forgot your password?

You last visited: Today at 22:40

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



AutoLogin script

Discussion on AutoLogin script within the League of Legends Hacks, Bots, Cheats & Exploits forum part of the League of Legends category.

Reply
 
Old   #1
 
f00lish's Avatar
 
elite*gold: 0
Join Date: Oct 2013
Posts: 91
Received Thanks: 539
League of Legends - LOL - AutoLogin script

Get perl from here and install it

After installing perl, run cmd.exe and type: "ppm" (Perl Package Manager) and install Win32::GuiTest.

In the script you will find

MouseMoveAbsPix(900,750); #x,y position of play button
MouseMoveAbsPix(360,540); #x,y position of login button

edit based on your screen resolution. If you are unsure how to get the coordinates run this


Code:
#Script to find the coordinates of the mouse
use Win32::GuiTest qw(GetCursorPos);
while (1){
  ($x, $y) = GetCursorPos();
  print "x:$x  y:$y   \n";
}


Code:
#AutoLogin Script
use strict;
use warnings FATAL => 'all';
use Win32::GuiTest qw(:ALL);

my @windows;
system '"C:\Riot Games\League of Legends\lol.launcher.exe"';

do {
    @windows = FindWindowLike(0, "PVP.net Patcher", "");
    } until @windows; sleep 2;

&patcher();

do {
    @windows = FindWindowLike(0, "PVP.net Client", "");
    } until @windows; sleep 2;

&login();


sub patcher {
    SetForegroundWindow($windows[0]);
    MouseMoveAbsPix(900,750);               #x,y position of play button
    SendMouse("{LeftClick}");
}

sub login {
    SetForegroundWindow($windows[0]);
    Win32::GuiTest::SendKeys("PASSWORD");   #your password
    MouseMoveAbsPix(360,540);               #x,y position of login button
    SendMouse("{LeftClick}");
}
Paste the code in a file (AutoLogin.pl) and save it on the Desktop. Doublick and the it will start.
f00lish is offline  
Thanks
2 Users
Reply


Similar Threads Similar Threads
[Suche] Autologin,-Bot/Script
07/02/2011 - Metin2 Private Server - 1 Replies
Servus, ich nach 30 Minuten suchen habe ich es aufgegeben. Ich suche einen Autologin,-Bot/Script etc. für Pserver. Jede hilfreiche Antwort gibt ein THX!
[Help] AutoLogin Script (auto It)
04/07/2010 - SRO Private Server - 4 Replies
I'd like an autologin that work with more than 1 client at the same time... the script that I have is this (Auto It): Source: Global $Paused $hWnd = WinGetHandle ("SRO_Client") HotKeySet ("{F10}","Start") HotKeySet ("{F9}","Pause") While 1
[Autologin] Simple autoit script
06/29/2009 - SRO Hacks, Bots, Cheats & Exploits - 44 Replies
Hey,the captcha system is out . So the ecsro minimised autologin script works on iSro too,now :) Source: Global $Paused $hWnd = WinGetHandle ("SRO_Client") HotKeySet ("{F10}","Start") HotKeySet ("{F9}","Pause")
Any autologin script for 1.199?
06/24/2009 - Silkroad Online - 1 Replies
Hi, Im looking for a AutoLogin script for the new 1.199 Update because I tried all older Scripts and noone works.
Autologin Script with captcha identification
02/25/2009 - SRO Hacks, Bots, Cheats & Exploits - 85 Replies
! Note ! AgBot is NOT supported ! Hello , with great help from thasTony I wrote a script wich logs you automatically into international silkroad online . And yes , it is with captcha identification . http://butl9r.de/images/al_script.JPG Funcs - starts silkroad and enters id and pw - through the captchatool from SpiritOffice it decodes every image code ( much faster then reloggeros )



All times are GMT +2. The time now is 22:40.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.