Skip to content

Instantly share code, notes, and snippets.

@Code-Tap
Created January 6, 2018 09:30
Show Gist options
  • Save Code-Tap/058d14fd8bf7978e3018ef7233506d77 to your computer and use it in GitHub Desktop.
Save Code-Tap/058d14fd8bf7978e3018ef7233506d77 to your computer and use it in GitHub Desktop.
Bob's Brute-Force Password Cracker Stranger Things 2 - Rewritten for the TI83 calculator
ClrHome
0→P
FOR(I,0,9,1
FOR(J,0,9,1
FOR(K,0,9,1
FOR(L,0,9,1
prgmZCHECKPASS
If P=1
THEN
Goto A
END:END:END:END:END
Lbl A
Output(4,7,I
Output(4,8,J
Output(4,9,K
Output(4,10,L
Output(5,5,"SUCCESS!"
If (I=1 and J=5 and K=2 and L=9
THEN
1→P
Return
Else
Return
End
@Code-Tap
Copy link
Author

Code-Tap commented Jan 6, 2018

Screen grab of working code
Enjoy!!

dsc_0297
dsc_0307

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment