diff options
author | yvesf <yvesf@d0e8fea9-7529-0410-93fb-d39fd5b9c1dd> | 2009-06-11 17:59:41 +0000 |
---|---|---|
committer | yvesf <yvesf@d0e8fea9-7529-0410-93fb-d39fd5b9c1dd> | 2009-06-11 17:59:41 +0000 |
commit | e37c986dc91ac52ea0556156de5d751c6d8087f4 (patch) | |
tree | 1f491b0415d3fec90249bf87ac4dff23ae7ccce5 /Documentation.txt | |
parent | 508dce1a34e85702e25e2628f6a90718b6f1a13d (diff) | |
download | omegle-e37c986dc91ac52ea0556156de5d751c6d8087f4.tar.gz omegle-e37c986dc91ac52ea0556156de5d751c6d8087f4.zip |
iup doc
git-svn-id: http://xapek.org/svn/common/omegle@1117 d0e8fea9-7529-0410-93fb-d39fd5b9c1dd
Diffstat (limited to 'Documentation.txt')
-rw-r--r-- | Documentation.txt | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/Documentation.txt b/Documentation.txt index 49ffd7c..4aa4faf 100644 --- a/Documentation.txt +++ b/Documentation.txt @@ -12,11 +12,15 @@ omegle.py - OmegleChat class and simple client |___/ chat.py - more advanced client proxy.py - connects two chats - injector.py - same as above - = do note abuse these tools, the following information = + db_proxy.py - connect two and insert into db + injector.py==gui.py - same as above + megahal_bot.py - megahal against omegle + megahal_local.py - megahal against YOU + = do note abuse these tools or the following information = ==== Catch a connection: +Timing is everything.. $ touch lock 1: $ while stat lock > /dev/null; do sleep 0.001; done; python proxy.py |