[Tool] SmallBot | Ping Check (daily update)

12/22/2013 16:55 BestBlitzcrank#1
I startet a new project, calls "SmallBot".
This programm test your latency (ms) at one gameserver of LoL.

[Only registered and activated users can see links. Click Here To Register...]
You can select Euw/Eune Server, Na Server and Garena Server.

After you have choose a server you see this image:
[Only registered and activated users can see links. Click Here To Register...]
"Start test" = you see your ms, "Stop Test" = the test get stopped.

[Only registered and activated users can see links. Click Here To Register...]
-you see allready before you join a match your latency(ms)
-under 200 the label is green, > 200 it is organe, > 300 it is red
-your last latency test you can see at the .ini file
-it test at a gameserver
-different server selection

[Only registered and activated users can see links. Click Here To Register...]
Version:Date:Change:
1.0 22.12.13
1.1 23.12.13 Win8 can use it now
1.2 25.12.13 Garena server added
1.3 26.12.13 Lan Server added
1.4 28.12.13 Ru Server added



[Only registered and activated users can see links. Click Here To Register...]~so have fun, some weeks another tool will come
12/22/2013 17:07 king-kongs#2
you can make a bot for ability combo's? i tried but i cant put a start/stop key in the script.
12/22/2013 21:12 SchokoVanille#3
Press Strg + F in LoL and you see your ping.
12/22/2013 21:38 BestBlitzcrank#4
Quote:
Originally Posted by SchokoVanille View Post
Press Strg + F in LoL and you see your ping.
Yes but this is Ingame? And ingame you see it top right too.
And this Tool shows you your ping before the game.
12/22/2013 21:56 SchokoVanille#5
Quote:
Originally Posted by BestBlitzcrank View Post
Yes but this is Ingame? And ingame you see it top right too.
And this Tool shows you your ping before the game.
Yes you see it with Strg + F ingame. And before the game i doesn't need the ping. When the Person has Internet problems so he can make a bot game (custom game) to see him Ping + he can test a champ.

2:1 -> Me win.
12/23/2013 03:14 obsessio#6
Quote:
Originally Posted by SchokoVanille View Post
Yes you see it with Strg + F ingame. And before the game i doesn't need the ping. When the Person has Internet problems so he can make a bot game (custom game) to see him Ping + he can test a champ.

2:1 -> Me win.
u can think that, u won; but u ll lose!
12/23/2013 04:11 trikee#7
you can also open up cmd prompt and type in

"ping server ip -t"

change the server ip to any one of these
[Only registered and activated users can see links. Click Here To Register...]
12/23/2013 05:58 obsessio#8
BTW thank u very much ur effort and tool
12/23/2013 11:21 BestBlitzcrank#9
Quote:
you can make a bot for ability combo's? i tried but i cant put a start/stop key in the script.
Code:
#RequireAdmin
#include <misc.au3>

While 1
	If _IsPressed(71) Then
		send ("qqqq")
		sleep(200)
		send ("wwww")
		sleep (200)
		send ("eee")
	EndIf
	sleep(10)
WEnd
(If _IsPressed(71) = F2)
----------------------------------

Soon i will do a update, maybe I add new server.
12/23/2013 12:52 houri#10
seems good but not working for me .. i run it but nothing happends .. not even any window ..

tried to run as admin, run in compatibility mode as winxp sp3.. still nothin

im runnin win8 64 bit with all the important .net and c++ res ..
12/23/2013 12:54 BestBlitzcrank#11
Hm, wrote it in Win7, and just tried in Win7, but I can try it later at my other laptop (win8).

*This really dont work for win8, iam looking for solution.
12/23/2013 15:25 BrandonZ201#12
Which language is this written in? Either way, great work in this. I have created this before in VB.NET. You can check it out in [Only registered and activated users can see links. Click Here To Register...].
12/23/2013 16:08 BestBlitzcrank#13
Quote:
Originally Posted by BrandonZ201 View Post
Which language is this written in? Either way, great work in this. I have created this before in VB.NET. You can check it out in [Only registered and activated users can see links. Click Here To Register...].
Thanks, i wrote it in VB.NET too, your tool looks nice.
12/23/2013 18:04 houri#14
ty for fast response , i'm using datpingtho it's good but always looking for the better .. if u can add the pbe server to check on cuz i want to know if it's worth downloading all the 4gigs ..
12/23/2013 19:17 BestBlitzcrank#15
Changelog v1.1:
Quote:
This tool should work now too at Windows 8.
Attention (for win8 people):
Maybe come error message with SmartScreen, just continue.
Download at first page.