[Release] LoLEtal v0.6 open beta

12/19/2011 02:12 anko300#346
hi,

just recently downloaded and trying to use the bot.

it makes a game it gets stuck on "loading game" and quits after 5minutes i am not sure why

it restarts and dosent reconnect

i set it to 1024x 768 and everything very low settings and window mode on borderless

anyhelp would be great thnx.
12/19/2011 02:32 admin421#347
Quote:
Originally Posted by anko300 View Post
hi,

just recently downloaded and trying to use the bot.

it makes a game it gets stuck on "loading game" and quits after 5minutes i am not sure why

it restarts and dosent reconnect

i set it to 1024x 768 and everything very low settings and window mode on borderless

anyhelp would be great thnx.
same here -.-
12/19/2011 02:35 anko300#348
Quote:
Originally Posted by admin421 View Post
same here -.-
i changed desktop reso to 1024x 768 and seems to be working, havent tested beyond 1 game though
12/19/2011 02:52 peanutym#349
i just downloaded it and im watching. does it ever leave from the middle? doesnt seem to use any skills either. just stands there. Seems that the AI willw in the game before i even kill a tower.
12/19/2011 03:20 admin421#350
Quote:
Originally Posted by anko300 View Post
i changed desktop reso to 1024x 768 and seems to be working, havent tested beyond 1 game though
i have that too in my vm, but it still getting stuck on " loading game " - and the " play " button does not work at beginning :/ " waiting for play button to be ready ... something like that "
if i klick play - it loggs in automatily and start a game .... then " loading game " - 5 minutes or something, than script reset ;)
12/19/2011 03:24 anko300#351
Quote:
Originally Posted by admin421 View Post
i have that too in my vm, but it still getting stuck on " loading game " - and the " play " button does not work at beginning :/ " waiting for play button to be ready ... something like that "
if i klick play - it loggs in automatily and start a game .... then " loading game " - 5 minutes or something, than script reset ;)
no idea, not trying on vm atm, just using 1 lol client, working good, also found a minor bug, if the pvp client d/c's from chat the bot dosent click the ok button
12/19/2011 13:49 kukisp#352
hmm, does now bot need to play 13 game? because after 12 still to lvl 5 left +/- 30 xp?
12/19/2011 19:06 K3N1988#353
I almost reach 340 refs, so I removed my referral number for safety of my Main account in the future, and I'll stop botting at 350! :D
I had a great time here with you guys, I'll miss you all :)

PS: The bot does not have any script problem, but if there is, then it should be your settings, such as Config.ini or LoL In-Game setting or VM setting or your internet connection. ;)
12/19/2011 20:00 bobnoway#354
Quote:
Originally Posted by K3N1988 View Post
I almost reach 340 refs, so I removed my referral number for safety of my Main account in the future, and I'll stop botting at 350! :D
I had a great time here with you guys, I'll miss you all :)

PS: The bot does not have any script problem, but if there is, then it should be your settings, such as Config.ini or LoL In-Game setting or VM setting or your internet connection. ;)
Any chance you can post the source code to your latest version of the bot so it can be continued to be worked on? I think I may even throw it up on github.

Thanks!!
12/19/2011 20:16 MapleStoryUndMetin2Packet#355
I've made myself a bot like this with Autoit.

Here's my code, people might learn from this.

(I know it's reeeeally poor coded)
Code:
#include <Misc.au3>

if _Singleton("test",1) = 0 Then
    Exit
EndIf

HotKeySet("{F11}", "_Exit")

Dim $Process = "0"

While Not ProcessExists("League of Legends.exe")
 WinSetOnTop ( "PvP.net-Client", "", 1)
 $SpielenButton = PixelSearch (630,26,635,29,0x950501,0,0)
 $CreateGame= PixelSearch (730,684,734,688,0x3368A8,0,0)
 $ChooseBot= PixelSearch (964,472,968,476,0xC25601,0,0)
 $ChooseChamp= PixelSearch (581,427,585,431,0xC84A00,0,0)
 $WonLostGame= PixelSearch (986,702,990,706,0x214777,0,0)

 If Not ProcessExists("League of Legends.exe") And $Process = "0" And isArray($SpielenButton) = True Then
 Spielen()

ElseIf $Process = "2" And isArray($CreateGame) = True Then
CreateGame()

Elseif $Process = "4" And isArray($ChooseBot) = True Then
ChooseBot()

Elseif $Process = "6" And isArray($ChooseChamp) = True Then
SelectChampion()

Elseif $Process = "0" Then
mouseclick ("left",943, 705,1,1)
$Process = "0"

endif
Sleep(650)
WEnd

While ProcessExists("League of Legends.exe")
	Send("{Space down}")
	Send("{P down}")
	Sleep(50)
	Send("{P up}")
	Sleep(50)
	mouseclick ("left",626,192,1,1)
	mouseclick ("left",626,192,1,1)
	Sleep(20)
	mouseclick ("left",626,192,1,1)
	mouseclick ("left",774,472,1,1)
	mouseclick ("left",774,472,1,1)
	mouseclick ("left",774,472,1,1)
	Sleep(50)
	Send("{P down}")
	Sleep(50)
	Send("{P up}")


    sleep(300)
	mouseclick ("left",681,521,1,1)
    Send("{a down}")
	Send("A")
	Sleep(50)
	Send("A")
	mouseclick ("left",1338,560,1,1)
	Send("{a up}")
	Send("{F up}")
	Send("{F down}")
	Send("{D up}")
	Send("{D down}")
	Send("{Space up}")
Sleep(650)
WEnd

func Spielen()
	$Process = "1"
	mouseclick ("Left",683,44,1,1)
	Sleep(500)
	mouseclick ("Left",683,44,1,1)
	Sleep(1000)
	mouseclick ("left",443,221,1,1)
	Sleep(750)
    mouseclick ("left",1002,683,1,1)
	Sleep(500)
	$Process = "2"
	;MsgBox(0, "Test", $Process)
endfunc

func CreateGame()
	$Process = "3"
	mouseclick ("left",352,220,1,1)
	Sleep(500)
	mouseclick ("left",375,655,1,1)
	Sleep(250)
	Send("{P down}")
	Sleep(250)
	Send("{P up}")
	Send("{P down}")
	Sleep(250)
	Send("{P up}")
	Sleep(250)
	mouseclick ("left",674,699,1,1)
	Sleep(500)
	$Process = "4"
endfunc

func ChooseBot()
$Process = "5"
mouseclick ("left",891,147,1,1)
Sleep(3500)
mouseclick ("left",764,149,1,1)
Sleep(2500)
MouseMove(690,177)
Sleep(750)
MouseWheel("up", 3)
Sleep(750)
mouseclick ("left",690,177,1,1)
Sleep(2750)
mouseclick ("left",885,473,1,1)
Sleep(1000)
$Process = "6"
endfunc

func SelectChampion()
$Process = "7"
Sleep(200)
mouseclick ("left",709,268,1,1)
Sleep(2550)
mouseclick ("left",888,483,1,1)
$Process = "0"
endfunc

func _Exit()
WinSetOnTop ( "PvP.net-Client", "", 0)
Exit
endfunc
12/19/2011 20:25 ugotstuffed#356
Quote:
Originally Posted by bobnoway View Post
Any chance you can post the source code to your latest version of the bot so it can be continued to be worked on? I think I may even throw it up on github.

Thanks!!
if you want the source code, you can decompile it using some autoit decompiler.. its not that hard to find. the original creator has posted up the source code of v0.6 in his thread.
12/19/2011 21:48 K3N1988#357
Quote:
Originally Posted by ugotstuffed View Post
if you want the source code, you can decompile it using some autoit decompiler.. its not that hard to find. the original creator has posted up the source code of v0.6 in his thread.
Yes, I added the Decompiler to the 1st message and also your version of LoLEtal.exe.
12/20/2011 02:52 crator-#358
That was fast for you K3N :)
I'm still on my ~150, and I started before you haha

just as a note, the /ff function was easy to add, and you just need to go vs something different than sivir or yi
if you read through the original code, you can see the original creator did some work trying to get an AI to win the game... well I don't think it's worth the time to implement that
12/20/2011 03:34 bobnoway#359
Quote:
Originally Posted by K3N1988 View Post
Yes, I added the Decompiler to the 1st message and also your version of LoLEtal.exe.
Does the decompiler get comments and formatting in the source code?

Quote:
Originally Posted by crator- View Post
That was fast for you K3N :)
I'm still on my ~150, and I started before you haha

just as a note, the /ff function was easy to add, and you just need to go vs something different than sivir or yi
if you read through the original code, you can see the original creator did some work trying to get an AI to win the game... well I don't think it's worth the time to implement that
Hey, would you be interested in throwing this up on github with me and maintaining it? I have written some scripts in auto-it, but mostly for playing flash games, so nothing this complex. However, I do have a few weeks off of school and am eager.
12/20/2011 05:06 anko300#360
i hear riot audit your account at the later rewards of refer a friend, did any of you have a problem getting the 200 referals-10,000 rp?

how many vm's you guys running:)

thanks to the developer ^^