From 0708b150163c97efadbd825c856c55c6aa24d85a Mon Sep 17 00:00:00 2001 From: justuser-31 Date: Thu, 11 Jun 2026 13:17:59 +0300 Subject: [PATCH] Add dos.py --- dos.py | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 dos.py diff --git a/dos.py b/dos.py new file mode 100644 index 0000000..c74a157 --- /dev/null +++ b/dos.py @@ -0,0 +1,18 @@ +#ONLY FOR HOME USING!!! +#NO PROXY +#NO NULLPING + +from mctools import PINGClient +#ping = PINGClient('play.dmcraft.online') +ping = PINGClient('127.0.0.1') + +#My libraries +from time import sleep + + + +needsleep = 0 +while True: + sleep(0.001) + ping.get_stats() + #print('Ping')