The above code will help you unlock agent 001's phone on the left. Once the phone is unlocked, check if agent 001 has received a message with an activation code. Enter this code below...
Activation Code:
The above code will help you unlock agent 002's phone on the left. Once the phone is unlocked, check if agent 002 has received a message with an activation code. Enter this code below...
Activation Code:
pattern = ""
FOR i FROM 1 TO 9
pattern = pattern + str(i)
NEXT i
OUTPUT pattern
The above code will help you unlock agent 003's phone on the left. Once the phone is unlocked, check if agent 003 has received a message with an activation code. Enter this code below...
Activation Code:
code = 1
pattern = str(code)
FOR i FROM 1 TO 3
code = code * 2
pattern = pattern + str(code)
NEXT i
OUTPUT pattern
The above code will help you unlock agent 004's phone on the left. Once the phone is unlocked, check if agent 004 has received a message with an activation code. Enter this code below...
Activation Code:
pattern = 3^2
IF pattern <= 10 THEN
pattern = pattern * 2
END IF
IF pattern >= 20 THEN
pattern = pattern / 2 + 20 - 5
ELSE
pattern = pattern * 10 - 30 + 3
END IF
OUTPUT pattern
The above code will help you unlock agent 005's phone on the left. Once the phone is unlocked, check if agent 005 has received a message with an activation code. Enter this code below...
Activation Code:
code = 2000
WHILE code > 200:
code = code / 2
END WHILE
IF code < 100 THEN
pattern = "98" + str(code)
ELSE
pattern = str(code) + "89"
END IF
OUTPUT pattern
The above code will help you unlock agent 006's phone on the left. Once the phone is unlocked, check if agent 006 has received a message with an activation code. Enter this code below...
Activation Code:
pattern = ""
FOR i FROM 1 TO 9
code = (i * 7) MOD 10
pattern = pattern + str(code)
NEXT i
OUTPUT pattern
The above code will help you unlock agent 007's phone on the left. Once the phone is unlocked, check if agent 007 has received a message with an activation code. Enter this code below...
Activation Code:
pattern = "2"
FOR i FROM 1 TO 10
IF (i MOD 3) == 0
pattern = pattern + str(i)
END IF
NEXT i
pattern = pattern + "8"
OUTPUT pattern
The above code will help you unlock agent 008's phone on the left. Once the phone is unlocked, check if agent 008 has received a message with an activation code. Enter this code below...
Activation Code:
The above code will help you unlock agent 009's phone on the left. Once the phone is unlocked, check if agent 009 has received a message with an activation code. Enter this code below...
Activation Code:
a = ASCII("A") # Uppercase A
space = ASCII(" ") # Space Bar
slash = ASCII("/") #Forward Slash
pattern = a + space + slash
OUTPUT pattern
The above code will help you unlock agent 010's phone on the left. Once the phone is unlocked, check if agent 010 has received a message with an activation code. Enter this code below...
Activation Code:
FUNCTION min(a,b)
IF a<b THEN
RETURN a
ELSE
RETURN b
END IF
END FUNCTION
FUNCTION max(a,b)
IF a>b THEN
RETURN a
ELSE
RETURN b
END IF
END FUNCTION
x = 147
y = 369
code = min(x,y)
pattern = str(code) + "5"
code = max(x,y)
pattern = pattern + str(code)
OUTPUT pattern
The above code will help you unlock agent 011's phone on the left. Once the phone is unlocked, check if agent 011 has received a message with an activation code. Enter this code below...
Activation Code:
FUNCTION sum(number)
code = 0
FOR i FROM 1 TO number
code = code + i
NEXT i
RETURN code
END FUNCTION
FUNCTION power(a,n)
RETURN a^n
END FUNCTION
code1 = sum(9)
code2 = power(2,5)
pattern = str(code1) + str(code2)
OUTPUT pattern
The above code will help you unlock agent 012's phone on the left. Once the phone is unlocked, check if agent 012 has received a message with an activation code. Enter this code below...
Activation Code: