From 424fa1c2ba0c93dbaec4583cfba8ba77bfeb6080 Mon Sep 17 00:00:00 2001 From: alimiracle Date: Sun, 14 Mar 2021 10:51:49 -0400 Subject: [PATCH 1/4] add requirements text file --- requirements.txt | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 requirements.txt diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..0f63f51 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,4 @@ +requests +multiprocessing +socks +easygui From c87dede190c734872582096a67f6716d8c8253b6 Mon Sep 17 00:00:00 2001 From: alimiracle Date: Sun, 14 Mar 2021 11:08:16 -0400 Subject: [PATCH 2/4] new update to README file --- README.md | 34 +++++++++++++++++++++++++++++----- 1 file changed, 29 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 4df6051..73f8ef5 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,34 @@ # minecraft_py +Simple way to check a thousand of accounts in wordlists using multiprocessing, threads and proxies. -**requirements:** +## Requirements: +The app is written using python -- pip install requests -- pip install multiprocessing -- pip install socks -- pip install easygui +so it needs python +## installation: +to install this app + +Open your os terminal +then clone the app code useing git +``` bash +git clone https://github.com/StaaiN/minecraft_py +``` + +then type +``` bash +cd minecraft_py + +pip install -r requirements.txt +``` + ##getting help +So you need help. + +People can help you, but first help them help you, and don't waste their time. + +Provide a complete description of the issue. + +If it works on A but not on B and others have to ask you: "so what is different between A and B" you are wasting everyone's time. + +"hello", "please" and "thanks" are not swear words. ![image](https://user-images.githubusercontent.com/62406629/111067026-c0edc400-84ca-11eb-9613-c8223f76464b.png) From 0b541afbbaf4a11931c5a150b22953a8ac791afe Mon Sep 17 00:00:00 2001 From: alimiracle Date: Sun, 14 Mar 2021 11:33:16 -0400 Subject: [PATCH 3/4] fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 73f8ef5..e92d8e7 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ cd minecraft_py pip install -r requirements.txt ``` - ##getting help +##getting help So you need help. People can help you, but first help them help you, and don't waste their time. From 1073e4e87eba2884952ce70758397d4c1881f169 Mon Sep 17 00:00:00 2001 From: alimiracle Date: Sun, 14 Mar 2021 11:35:59 -0400 Subject: [PATCH 4/4] fix README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e92d8e7..c5f5f13 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,8 @@ cd minecraft_py pip install -r requirements.txt ``` -##getting help + +## getting help So you need help. People can help you, but first help them help you, and don't waste their time.