Fixed up Lua bot script names,etc.

This commit is contained in:
adelikat 2009-03-28 15:31:56 +00:00
parent f06284d822
commit 75dc6e1264
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,8 @@
LuaBot
Documentation
Written by Qfox
LuaBot is a trial and error script that exhausts the input-search-space by simply trying to push buttons.
You can program it to limit this searchspace, as it can become exponentially large. Just do the math. You can press eight possible buttons at any frame. That makes up for 8! or 8*7*6*5*4*3*2*1 possible combinations for one single frame. There are 60 frames in one second, that's 60 to the power of (8!).