Skip to content
Draft
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Advanced Remote Administration tool for Windows Systems written in pure Python
THIS SOFTWARE IS INTENDED ONLY FOR EDUCATION PURPOSES! DO NOT USE IT TO INFLICT
DAMAGE TO ANYONE! USING MY APPLICATION YOU ARE AUTHOMATICALLY AGREE WITH ALL RULES AND
TAKE RESPONSIBITITY FOR YOUR ACTION! THE VIOLATION OF LAWS CAN CAUSE SERIOUS CONSEQUENCES!
THE DEVELOPER FZGbzuw412 ASSUMES NO LIABILITY AND IS NOT RESPONSIBLE FOR ANY MISUSE OR DAMAGE
THE DEVELOPER ASSUMES NO LIABILITY AND IS NOT RESPONSIBLE FOR ANY MISUSE OR DAMAGE
CAUSED BY THIS PROGRAM.

## Intended for:
Expand Down
5 changes: 4 additions & 1 deletion client_requirements.txt
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I also added more requirements for common libs for restricted systems

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I also Changed The Licence So Random Companies Dont Go Fork It And Put The Code In Their Closed Source Software

Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,7 @@ comtypes
pycaw
pyautogui
opencv-python
vidstream
vidstream
comtypes
pynput
keyboard
2 changes: 2 additions & 0 deletions installwithargs.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
pip3 install --trusted-host pypi.org --trusted-host files.pythonhosted.org -r client_requirements.txt
pip3 install --trusted-host pypi.org --trusted-host files.pythonhosted.org -r server_requirements.txt