[Bot] ULB (Universal LoL Bot)

04/23/2012 00:02 shave#886
Quote:
Originally Posted by xUnkx View Post
[Only registered and activated users can see links. Click Here To Register...] down :S
works for me
04/23/2012 00:44 virtualdreams#887
Quote:
Quote:
Quote:
Originally Posted by muk-as View Post
omg
Bot does not find login pixel, he just has "delay option" like Etal,
how u no this retard? so faking brainless
he HAVE check pixels
Oh really? You want me to record a video? Will it be more usefull then BMP for you? Stop beeing agressive here, I'm trying to help you develop.
The most funny part of this, I'm uploading proof of video recording, where IT DOES NOT RECOGNIZE FROM PIXEL @ LOGIN, SAME AS ETAL... WORKS WITH DELAY!

Quote:
virtualdreams
u write lie and i see it
not need help of u. troll

%G4ME%
use loletal
and all who cant read and not have brain - USE LOLETAL

and dont troll me. ignored now all trolls, when they write trouble of bot.
So, I'm a liar for trying to help? Videos uploaded, maybe you should upgrade your bot, to actually go and recognize from pixels or give us Delay option.


============================================


Sorry for beeing agressive here, all I tried to do, was to help this guy develop a perfect program, which could actually result into donations for him... but his unfriendly/arrogance, sigh.. not gonna comment, hope with these videos, you at least, admit your error.

PS: If you need more videos of anything else, of any more errors besides the BMP's I already gave you, say something.
04/23/2012 00:56 muk-as#888
seee useless noob and lier and troll

$temp = 0
MouseMove (100, 100, 1)
If _wait(770,620,0xA7641D,30) = False Then
If _wait(770,620,0xBC721D,5) = False Then
While _wait(708,657,0x51514F, 1) = True
sleep(10000)
$temp += 1
If $temp = 60 Then ExitLoop
WEnd
Return False
EndIf
EndIf
Mouseclick("left",770,620,1)


ITS not like
mouseclick
delay
writename
delay
mouseclick
wrire pass
mouseclick login

so shut UP - use loletal
ulb never work for u
04/23/2012 01:00 virtualdreams#889
I don't give a shit about the coding of ETal, nor yours!!!! I'm **** trying to give you a hand to help you out! Posting BMP, VIDEOS... and I'm not the only one having this problems, post us a video of your 256ram machine, loading up, running the bot, actually, put several of them! show us some proof!

Your bot works flawlessly, just not with 256ram!


Quote:
; Find a pure red pixel in the range 0,0-20,300
Local $coord = PixelSearch(0, 0, 20, 300, 0xFF0000)
If Not @error Then
MsgBox(0, "X and Y are:", $coord[0] & "," & $coord[1])
EndIf


; Find a pure red pixel or a red pixel within 10 shades variations of pure red
$coord = PixelSearch(0, 0, 20, 300, 0xFF0000, 10)
If Not @error Then
MsgBox(0, "X and Y are:", $coord[0] & "," & $coord[1])
EndIf

=====================


; Wait until something changes in the region 0,0 to 50,50

; Get initial checksum
Local $checksum = PixelChecksum(0, 0, 50, 50)

; Wait for the region to change, the region is checked every 100ms to reduce CPU load
While $checksum = PixelChecksum(0, 0, 50, 50)
Sleep(100)
WEnd

MsgBox(0, "", "Something in the region has changed!")

[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]
That's a Pixel search in AutoIt, just searched in google..
04/23/2012 01:39 biolan#890
@virtualdreams

if you know anything about coding you should talk , but from your example , you clearly don't , thus making impossible to give tips to the development of an aplication (code) .
This bot works ONLY on 1024x786x32 if there was anyone else who still didn't know .
Please go and use Etal if you can't make this work for you
04/23/2012 01:43 virtualdreams#891
Quote:
Originally Posted by biolan View Post
@virtualdreams

if you know anything about coding you should talk , but from your example , you clearly don't , thus making impossible to give tips to the development of an aplication (code) .
This bot works ONLY on 1024x786x32 if there was anyone else who still didn't know .
Please go and use Etal if you can't make this work for you
Sigh...

I do know about coding, just to lazy to go and type the correct one.. -_- and if you are that good, you should have checked bmps/mp4 and see the resolution then, cause it is a surprisingly 1024*786*32!!! wow! go read everything from the start, and u might actually catch up to the talk...

until then, refrain from saying bullshit here, ty.
04/23/2012 02:38 biolan#892
@virtualdreams

I've read all your posts in here and loletal topic , you seem to not support any of the projects by money nor by willingness . Both aplications are free and developed by a real person who has limits and can't code it all day and night + he can't know how his bot will work on diferent enviroments , different Video Boards have Different pixel collors that's why he need screen shots where the problem may ocur also for your knowlege pixel color command doesn't need any delay , if the color isn't there either it will wait a reasonable amount of time or restart the process.


Your problem may be caused by Graphic Board , Proccesor Overheat , VM OS , Unknown other problems . that's the help i can give you regarding
Quote:
"Your bot works flawlessly, just not with 256ram!
my vm's are using just 306 ram so if somone uses 50 ram that dosn't mean you are obligated to use 50 ram too

@ virtualdream
about your signature , i don't see why will you follow 2 applications development state in your signature , that's awkward
04/23/2012 03:04 Arn0lo#893
Quote:
Originally Posted by biolan View Post
also for your knowlege pixel color command doesn't need any delay , if the color isn't there either it will wait a reasonable amount of time or restart the process.
The "reasonable amount of time" before restart is called delay am I right ?

My question is what does need muk as to do to fix that thing for me ? (bot restarting while loading games when vm 256 or 300 ram or sometimes stuck at logins, but if the bot wait like 30 sec or 1 min more the game enter in game and can do the job)
Do he need a screenshot of the bot just before restarting = screenshot of the game loading ?
Or do he simply need to put a higher delay or "reasonable amount of time before restart" ?

Dunno anything in coding, but it's kinda logical.
04/23/2012 03:13 virtualdreams#894
Quote:
Originally Posted by biolan View Post
@virtualdreams

I've read all your posts in here and loletal topic , you seem to not support any of the projects by money nor by willingness . Both aplications are free and developed by a real person who has limits and can't code it all day and night + he can't know how his bot will work on diferent enviroments , different Video Boards have Different pixel collors that's why he need screen shots where the problem may ocur also for your knowlege pixel color command doesn't need any delay , if the color isn't there either it will wait a reasonable amount of time or restart the process.


Your problem may be caused by Graphic Board , Proccesor Overheat , VM OS , Unknown other problems . that's the help i can give you regarding
my vm's are using just 306 ram so if somone uses 50 ram that dosn't mean you are obligated to use 50 ram too

@ virtualdream
about your signature , i don't see why will you follow 2 applications development state in your signature , that's awkward
Wanna know my computer specs?

[Only registered and activated users can see links. Click Here To Register...]

[Only registered and activated users can see links. Click Here To Register...]


and btw, VMWare, runes on multiple of 4 in ram.. so it's not 306 u are running.
04/23/2012 03:27 biolan#895
Quote:
Originally Posted by virtualdreams View Post
Wanna know my computer specs?

[Only registered and activated users can see links. Click Here To Register...]

[Only registered and activated users can see links. Click Here To Register...]
tell me how many vm's can you keep runing together
04/23/2012 07:49 ptik#896
Idk why some people aggroes on topicstarter but for me ULB works perfectly (1-2 lags per a day not a problem). Today I'm gettin' 200 refs on main acc and gonna start to push refs on smurf.

Thanks, muk-as. Working faster than Etal.
P.S. I tried to use 256 RAM per VM but sometimes it's restarted. Now i'm using 768 RAM and all works pretty cool.
Sorry for mine shitty language.
04/23/2012 08:49 virtualdreams#897
- 768 ram, 11-12 vms. 90%. Rarely restarts.
- 256 ram, 6-10 vms. 10%. Rarely Works.
- 512 ram, 6-10. 50%. Medium.

Quote:
Originally Posted by Arn0lo View Post
The "reasonable amount of time" before restart is called delay am I right ?

My question is what does need muk as to do to fix that thing for me ? (bot restarting while loading games when vm 256 or 300 ram or sometimes stuck at logins, but if the bot wait like 30 sec or 1 min more the game enter in game and can do the job)
Do he need a screenshot of the bot just before restarting = screenshot of the game loading ?
Or do he simply need to put a higher delay or "reasonable amount of time before restart" ?

Dunno anything in coding, but it's kinda logical.
And thats a +1 plus for what I'm trying to say, when I said it didn't recognize in pixels. But I can also record video for it. I mean, it does, just not in login, and, like he said, if bot takes in "1-100%" he waits, if it is to long to load (Summoning...), game ends up restarting.
04/23/2012 11:38 cybernetic87#898
i have a shytty PC
AMD Athlon 5400+
3GB Ram
and Windows 7....

I can run 2 VM's with this bot and it works 90% of time.

the only problem i did notice is in battle training - sometimes it doesnt click on minimap to exit the base, then if no quest window appear - he closes game and restarts it. can u plz add an additional click on minimap in battle training ?

its the only place when bot shutdown game for me (very rarely)
04/23/2012 16:18 egraf#899
When I run it, it always restarts, it doesn't click on play and when I click play, nothing happens. It doesn't enter username nor password, just restarts. How to fix it?
Followed all the instructions and settings, got 4GB of ram, because I'm not using it yet on vmware, I have read this entire topic.
Ty.
04/23/2012 16:37 virtualdreams#900
Quote:
Originally Posted by egraf View Post
When I run it, it always restarts, it doesn't click on play and when I click play, nothing happens. It doesn't enter username nor password, just restarts. How to fix it?
Followed all the instructions and settings, got 4GB of ram, because I'm not using it yet on vmware, I have read this entire topic.
Ty.
Make sure where you are running the bot:

- the OS is on 1024*768*32
- 768 Ram available for 100% (Some ppl, works with 256,308,400,512 ram)

And it should be working flawlessly like that.