TI-83 Plus Pranks

1.4K34

Intro: TI-83 Plus Pranks

Just a simple prank to pull on your friends calculator!!!

STEP 1: Prank 1

In this prank the calculator will be completely frozen.

:ClrHome

:Disp "HAHA HAHA HAHA

:Disp "

:Disp "NOW YOU CANT PRESS

:Disp "ANY BUTTONS

:Lbl A

:9x9

:Goto B

:Lbl B

:9x9

:Goto A

As you can see it just is an infinite loop... If you would like to, you can just not put any of the Disp commands and start at Lbl A to make it faster!

3 Comments

Do this so they will have to remove their batteries to stop it:
:1000 -> Dim(L1
:Lbl 1
:SortA L1
:Goto 1

But plz dont do it.

You should be able to get out of it without removing the batteries. Pressing the ON button (not 2nd ON) will end any TI-Basic program. If you really want to annoy someone, set up an infinite loop that waits for their input, but make it give a bogus result (or fake error) for everything they enter.