[Tool] riBot easy login

06/15/2010 21:08 GibCo2ntra#16
Nearly perfect, just a few things missing:
-create a checkbox to disable clientless & hide bot
-auto select char + login + start bot (not quite sure if there is a way because of different resolutions)
06/15/2010 21:09 keyfraster#17
Works 4 me
06/15/2010 21:20 =.-#18
Quote:
Originally Posted by jeprne View Post
I would do it like this:
Code:
While 1
;wait for silkroad to get fully opened
Do
$splash = WinWaitActive("[CLASS:CLIENT]")
$size = WinGetClientSize($splash)
Until $size[0] <> "400"

;here begins id/pw send stuff
MsgBox(0, "Works", "It works")
Exit

Wend
edit: found a way to wait sro to get fully opened
lol complety stolen from lolkop, at least give credits for his work.
06/15/2010 22:00 jremy#19
Quote:
Originally Posted by =.- View Post
lol complety stolen from lolkop, at least give credits for his work.
i swear thats pure coincidence

Edit: This is kinda bothering me, was looking for his sources and posts and didnt find anything like this.. How come i stole it from him ?

Quote:
Originally Posted by GibCo2ntra View Post
Nearly perfect, just a few things missing:
-create a checkbox to disable clientless & hide bot
-auto select char + login + start bot (not quite sure if there is a way because of different resolutions)
Yeah i was hoping bot could auto select character but it seems it doesnt work, so i have to do it with some mouseclicks (not gona work with all resolutions) anyway ill add those.

Edit: updated the tool again :)
06/16/2010 05:58 =.-#20
Quote:
Originally Posted by jeprne View Post
i swear thats pure coincidence

Edit: This is kinda bothering me, was looking for his sources and posts and didnt find anything like this.. How come i stole it from him ?
Code:
Do
			$size = WinGetClientSize($hwnd)
			If Not IsArray($size) Then Exit
			Sleep(10)
		Until $size[0] = 400
[Only registered and activated users can see links. Click Here To Register...]

Quote:
i swear thats pure coincidence
maybe, but it still looks the same ;)
06/16/2010 06:26 GoldEdition#21
Hmm, i realy need the clientless function.
So, pls add the next version.
06/16/2010 08:00 GibCo2ntra#22
Quote:
Originally Posted by GoldEdition View Post
Hmm, i realy need the clientless function.
So, pls add the next version.
It's not needed, read iBot-Commands.txt in your iBot folder and do what is says.

Is there a way to get the window's x-size and divide it by a specific amout? Like
1280 (x 1024):2 = 640, so the mouse click has to be in middle of the screen for char number 1 of 1. Or 1280:1,5 = 853,3 to select the 1st of 2 chars. (Just an example)
06/16/2010 08:22 CryssTal94#23
and why u upload this loader if Auto Login there is in BOT and its working and there are already 2 best loaders edx and hard ...............
06/16/2010 10:04 jremy#24
Quote:
Originally Posted by GibCo2ntra View Post
Is there a way to get the window's x-size and divide it by a specific amout? Like
1280 (x 1024):2 = 640, so the mouse click has to be in middle of the screen for char number 1 of 1. Or 1280:1,5 = 853,3 to select the 1st of 2 chars. (Just an example)
I gave it a try, divided with percent:
Code:
$size = WinGetClientSize("[CLASS:CLIENT]")
$x = $size[0]*17/100
$y = $size[1]*53.5/100
MouseClick("left", $x, $y, 1, 1)
Tested with 1024x768 and 1280x1024 and it seems to work, thanks for idea :)
06/16/2010 16:18 GibCo2ntra#25
Quote:
Originally Posted by CryssTal94 View Post
and why u upload this loader if Auto Login there is in BOT and its working and there are already 2 best loaders edx and hard ...............
It's not a loader, it's an autologin tool. So if you want to play with client, but you're too lazy to start ibot, loader etc, then you can use this program ;)


Quote:
Originally Posted by jeprne View Post
I gave it a try, divided with percent:
Code:
$size = WinGetClientSize("[CLASS:CLIENT]")
$x = $size[0]*17/100
$y = $size[1]*53.5/100
MouseClick("left", $x, $y, 1, 1)
Tested with 1024x768 and 1280x1024 and it seems to work, thanks for idea :)
Awesome.. and thank you for the realization :)
06/16/2010 18:30 jremy#26
Updated the tool, autoselect character should work with all resolutions now

Edit: Sorry i totally messed up with the autoselect character, i rewrited it and for now it only works if you have only 1 character in your account
06/17/2010 22:38 CryssTal94#27
Quote:
Originally Posted by GibCo2ntra View Post
It's not a loader, it's an autologin tool. So if you want to play with client, but you're too lazy to start ibot, loader etc, then you can use this program ;)
Man how lazy u must bee if its so hard to turn on RiBot write login pass press Start Bot . And Thats all xD

Well anyway good job :)
06/17/2010 23:37 GibCo2ntra#28
Quote:
Originally Posted by CryssTal94 View Post
Man how lazy u must bee if its so hard to turn on RiBot write login pass press Start Bot . And Thats all xD

Well anyway good job :)
Nobody said it's hard ;)
If you do that every day, it get's boring after some time and since there's autoit, you can skip that boring part. So why not? You don't lose any experience in the game or something, because it's the login part only. :)
06/18/2010 19:00 jremy#29
Made simple tool which relaunches bot on run time error, since i have started to get those very often in jangan tomb

Download (compiled & source): [Only registered and activated users can see links. Click Here To Register...]

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