diff options
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 |