You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/bomb.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# MADE FOR WINDOWS | MALWARE, USE RESPONSIBLY!
2
2
# PLEASE EXECUTE THIS CODE WITH ADMINISTRATOR!
3
-
# MAKE SURE TO CHECK PORT: 9999 DOESN'T GET BLOCKED BY THE USERS FIREWALL!
3
+
# MAKE SURE TO CHECK PORT "9999" DOESN'T GET BLOCKED BY THE USERS FIREWALL!
4
4
importos
5
5
fromosimportsystem
6
6
# os.system('pip install tkinter') | install `tkinter`, but its a built-in Python module. it doesn't need to be installed using `pip`. In fact, trying to install it using `pip` will likely fail. But its here just incase
0 commit comments