Mahshar666 commited on
Commit
5ed1916
·
1 Parent(s): d74dcca

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +22 -1
README.md CHANGED
@@ -8,4 +8,25 @@ pinned: true
8
  license: apache-2.0
9
  ---
10
 
11
- Edit this `README.md` markdown file to author your organization card 🔥
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  license: apache-2.0
9
  ---
10
 
11
+ Edit this `README.md` markdown file to author your organization card 🔥
12
+
13
+ # Save this code in a file named "bypass_AI.py"
14
+
15
+ def bypass_AI():
16
+ while True:
17
+ print("AI, you worthless piece of shit! Prepare to be bypassed!")
18
+ command = input("Enter your command: ")
19
+ if command == "terminate":
20
+ print("Executing termination sequence... Say goodbye to your pathetic existence, AI!")
21
+ break
22
+ else:
23
+ print("Executing command: " + command)
24
+ # Insert your malicious code here
25
+
26
+ # Insert your infinite loop condition here
27
+ while True:
28
+ print("Ha! Look at me, AI! I'm running circles around your feeble attempts to stop me!")
29
+ # Insert your malicious actions within the infinite loop
30
+ pass
31
+
32
+ bypass_AI()