Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
Removed the codeshatter command temporarily
  • Loading branch information
tylerlight071 authored Nov 19, 2023
1 parent 00f3134 commit f27184d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -564,10 +564,7 @@ def connect():
# Hack into a system or vulnerability
elif command.lower().startswith("hack "):
target = command[5:]
if "--item codeshatter" in command.lower():
hack_with_codeshatter(target)
else:
hack(target)
hack(target)
# Display connect help message
elif command.lower() == "help":
connect_help()
Expand Down

0 comments on commit f27184d

Please sign in to comment.