Register for your free account! | Forgot your password?

You last visited: Today at 14:09

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

Advertisement



Auto Login Script

Discussion on Auto Login Script within the League of Legends Hacks, Bots, Cheats & Exploits forum part of the League of Legends category.

Reply
 
Old   #1
 
Bastiao's Avatar
 
elite*gold: 110
Join Date: Mar 2008
Posts: 1,066
Received Thanks: 180
Auto Login Script

Hey,

Hab mal für mich nen Autoit Login Script geschrieben und hab gedacht eventuell könnten das noch mehr gebrauchen. Ist halt total einfach gehalten und nix großen, kopiere hier auch nur den Quellcode. Den einfach als Autoit Script Speichern, compilen und starten.

Falls er bei euch nicht funktioniert bitte kurzes Feedback dann änder ich die Koordinaten schnell, bin mir nicht so sicher ob das die Standart sind oder ob sich einfach mein LoL verschoben hat.

Quote:
run ("C:\Riot Games\League of Legends\lol.launcher")
Sleep(7000)
MouseClick ("left", 1021, 691, 1)
Sleep(6000)
Send("FroggenTheEgg2") ;ACCOUNTNAME
Sleep(1000)
Send("{TAB}")
Send("safghhadfaadgs") ;PASSWORD
Send("{enter}")
Exit
In der Klammer links neben Accountname und Password müsst ihr natürlich dann noch eure Daten eingeben. Ich werde das Script die Tage noch erweitern, eventuell Config, GUI hinzufügen sowie die Möglichkeit mehrere Accounts zu speichern und per Mausclick zu starten. Kommt aber eher darauf an wie viel Zeit ich zur verfügung habe.

Viel Spaß
Bastiao is offline  
Thanks
2 Users
Old 10/07/2013, 18:21   #2
 
c0w's Avatar
 
elite*gold: 3653
The Black Market: 378/0/0
Join Date: Aug 2008
Posts: 30,854
Received Thanks: 529
brauchs zwar ned aber sag danke, wenn du daran nochmal arbeitest schlage ich vor mit winwaitactive, statt sleep und evtl mit controllsend oder winapi zu arbeiten
c0w is offline  
Old 10/07/2013, 18:26   #3
 
Bastiao's Avatar
 
elite*gold: 110
Join Date: Mar 2008
Posts: 1,066
Received Thanks: 180
Werd ich machen, danke
Bastiao is offline  
Old 10/09/2013, 15:17   #4
 
elite*gold: 0
Join Date: Jul 2010
Posts: 10
Received Thanks: 6
thanks, thats simple and useful but i have in password "!" and i don't know how should i write it in script coz it's not working normally, when my pass is for ex "nbv54at!" i checked it and it's not writing "!" how can i do that?



OK i found solution finally :P for ppl wondering u need put it in {!} like for ex "nbv54at{!}"
YourMurderer is offline  
Old 10/09/2013, 15:57   #5
 
elite*gold: 0
Join Date: May 2012
Posts: 281
Received Thanks: 42
What is the ext ? .bat or other ?
Rayfi is offline  
Old 10/11/2013, 14:47   #6
 
0liver Sykes's Avatar
 
elite*gold: 0
Join Date: Aug 2012
Posts: 27
Received Thanks: 0
is this safe?
0liver Sykes is offline  
Old 10/11/2013, 15:41   #7
 
elite*gold: 1
Join Date: Aug 2013
Posts: 1,898
Received Thanks: 1,346
Quote:
Originally Posted by 0liver Sykes View Post
is this safe?
stop this troll posts please
Black Tiger ツ is offline  
Old 10/11/2013, 15:48   #8
 
elite*gold: 0
Join Date: Dec 2010
Posts: 1,127
Received Thanks: 288
Quote:
Originally Posted by Rayfi View Post
What is the ext ? .bat or other ?
Autoit
sumka is offline  
Old 10/12/2013, 13:08   #9
 
xaver4's Avatar
 
elite*gold: 0
Join Date: Jan 2013
Posts: 2
Received Thanks: 0
English version pls ?
xaver4 is offline  
Old 10/13/2013, 22:39   #10
 
Bastiao's Avatar
 
elite*gold: 110
Join Date: Mar 2008
Posts: 1,066
Received Thanks: 180
Quote:
Originally Posted by xaver4 View Post
English version pls ?
Its a scrpit that login automatically at LOL for u. Just save it as a Autoit Script (required Autoit installed), write ur Accountname and Password before u save the script in the data down (left from the commends Accountname and Password) and start it.
Bastiao is offline  
Reply


Similar Threads Similar Threads
Auto login script/tool für kbot?
06/12/2011 - DarkOrbit - 6 Replies
Gibt es ein Auto login script/tool für kbot? Also wenn ich kbot starte, dass er sich automatisch einloggt? Oder ein tool, dass den Mauszeiger an die "login" Position bewegt, draufdrückt, und sich somit einloggt? Wäre nämlich sehr nutzlich in Verbindung mit der "auto turn on" Funktion :rolleyes: Danke im Voraus!
Simpler Auto Login Script keine ExE Datei nötig!
05/16/2011 - WoW Exploits, Hacks, Tools & Macros - 16 Replies
Hallo ich hab mich mal daran gemacht einen super leichten Login Script zu schreiben wo man dan später nicht immer eine Fremde "exe" Datei ausführen muss und ein Mulmiges Gefühl bei hat sondern seine Ganz eigene sache macht :) Also Schritt 1, es ist ganz einfach schreibt das unterhalb der zeile zunächst das in eine txt Datei. set wshshell = createobject("wscript.shell") WSHShell.Run """M:\World of Warcraft\Wow.exe""", 1, vbFalse set wshshell = createobject("wscript.shell")
[Tool] LogSro ~The Auto-Login Script~
09/06/2009 - SRO Hacks, Bots, Cheats & Exploits - 1047 Replies
This is my first tool, LogSro. It's used to Login into any Sro server when it have free slots. Thread Contents : - LogSro > a full detailed guide for using the program - Bugs > Bugs found in the current verions of LogSro - Links > Three mirrors for Downloading - Change Log > recent versions with their new features/updates - F.A.Q. > Most repeated questions in my thread answered, mostly, by me
[Release] 2moons Auto Login Script
10/31/2008 - Dekaron Exploits, Hacks, Bots, Tools & Macros - 6 Replies
I wrote this as a quick sample to friend of how to use the PixelChecksum function of AutoIt v3. Please bear in mind that it ONLY works for 1024x768 resolution (as I was running 2Moons in a window mode while developing this proof of concept for a friend.) YOU WILL NEED TO BE RUNNING THE GAMEGUARD EMULATOR. I will possibly be developing this further if there becomes enough demand, If ANYTHING it can be rather help for you people to see howto do pixel checksums (rather than check every...
[Question] Creating Auto login script.
07/24/2008 - Conquer Online 2 - 20 Replies
I have lots of accounts, I hate remebering all the logins. I wanted to make it a little easier for me. I play Qonquer, so its the old client. I basicly want to have all the accounts on a single window with buttons and a simple UI. http://gexplosive.com/images/1.bmp Basicly like that, but instead of account 1 I can edit to say like Charcter name and job. ex. Fyreman - Firetao.



All times are GMT +1. The time now is 14:09.


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.