From f539cee4cd1494246adbfa457a7062245c3f73bd Mon Sep 17 00:00:00 2001 From: Mark <148797232+MarkCyber@users.noreply.github.com> Date: Tue, 29 Jul 2025 23:29:26 -0400 Subject: [PATCH 1/2] Create README.md --- Infrared/Theaters/README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Infrared/Theaters/README.md diff --git a/Infrared/Theaters/README.md b/Infrared/Theaters/README.md new file mode 100644 index 0000000000..44b9916d77 --- /dev/null +++ b/Infrared/Theaters/README.md @@ -0,0 +1,11 @@ +# Movie Theater Projectors +--------------------- +All of these scripts are for educational purposes only and not intended to be used for any malicious purposes. If someone is to use any of these scripts, it is essential to have prior consent from all parties involved. I will not be held responsible for any actions taken using any of the scripts, techniques or tools in this repository or mentioned below: + +## Barco Projector: +Barco Projector is a script intended to be ran by a flipper zero, utilizing it's infrared feature. Barco is the most common projector utilized in movie theaters and is a leader in the market currently. This script has the features that would be available on a Barco remote. +## Christie Projector: +Christie Projector is script intended to be ran by a flipper zero, utilizing it's infrared feature. Christie is the second most common projector utilized in movie theaters. This script has the features that would be available on a Christie remote. + + +*Written by:* https://github.com/markcyber From bbdd3a4c3a91501437f80a7e99aa5f7516475282 Mon Sep 17 00:00:00 2001 From: Mark <148797232+MarkCyber@users.noreply.github.com> Date: Tue, 29 Jul 2025 23:30:22 -0400 Subject: [PATCH 2/2] Add files via upload --- Infrared/Theaters/Barco(most-common).ir | 81 +++++++++++++++++++ Infrared/Theaters/Christie(2ndMostCommon).ir | 84 ++++++++++++++++++++ 2 files changed, 165 insertions(+) create mode 100644 Infrared/Theaters/Barco(most-common).ir create mode 100644 Infrared/Theaters/Christie(2ndMostCommon).ir diff --git a/Infrared/Theaters/Barco(most-common).ir b/Infrared/Theaters/Barco(most-common).ir new file mode 100644 index 0000000000..f66989a219 --- /dev/null +++ b/Infrared/Theaters/Barco(most-common).ir @@ -0,0 +1,81 @@ +####################################################################################################################################### +####################################################################################################################################### +################# This script was created by github.com/MarkCyber #################### +################# Barco is the most common projector used in a movie theater/cinema #################### +################# DO NOT USE THIS SCRIPT FOR MALICIOUS PURPOSES #################### +################# I WILL NOT BE HELD RESPONSIBLE FOR YOUR ACTIONS, DONT DO STUPID SHIT #################### +################# Thank you, enjoy :) #################### +################# - https://github.com/markcyber #################### +####################################################################################################################################### +####################################################################################################################################### + +Filetype: IR signals file +Version: 1 + +# Barco Projector Control (Fully Featured) + +name: Power_On +type: parsed +protocol: NEC +address: 19 00 00 00 +command: 0B F4 00 00 + +name: Power_Off +type: parsed +protocol: NEC +address: 19 00 00 00 +command: 0C F3 00 00 + +name: Power_Toggle +type: parsed +protocol: NEC +address: 19 00 00 00 +command: 0F F0 00 00 + +name: Input +type: parsed +protocol: NEC +address: 19 00 00 00 +command: 50 AF 00 00 + +name: Video_Mute +type: parsed +protocol: NEC +address: 19 00 00 00 +command: 1E E1 00 00 + +name: Menu +type: parsed +protocol: NEC +address: 19 00 00 00 +command: 40 BF 00 00 + +name: Enter +type: parsed +protocol: NEC +address: 19 00 00 00 +command: 44 BB 00 00 + +name: Up +type: parsed +protocol: NEC +address: 19 00 00 00 +command: 41 BE 00 00 + +name: Down +type: parsed +protocol: NEC +address: 19 00 00 00 +command: 45 BA 00 00 + +name: Left +type: parsed +protocol: NEC +address: 19 00 00 00 +command: 42 BD 00 00 + +name: Right +type: parsed +protocol: NEC +address: 19 00 00 00 +command: 43 BC 00 00 diff --git a/Infrared/Theaters/Christie(2ndMostCommon).ir b/Infrared/Theaters/Christie(2ndMostCommon).ir new file mode 100644 index 0000000000..3b9b1e0cb5 --- /dev/null +++ b/Infrared/Theaters/Christie(2ndMostCommon).ir @@ -0,0 +1,84 @@ +Filetype: IR signals file +Version: 1 + +####################################################################################################################################### +####################################################################################################################################### +################# This script was created by github.com/MarkCyber #################### +################# Christie is the 2nd most common projector used in a movie theater/cinema #################### +################# DO NOT USE THIS SCRIPT FOR MALICIOUS PURPOSES #################### +################# I WILL NOT BE HELD RESPONSIBLE FOR YOUR ACTIONS, DONT DO STUPID SHIT #################### +################# Thank you, enjoy :) #################### +################# - https://github.com/markcyber #################### +####################################################################################################################################### +####################################################################################################################################### + +# Christie Projector Control (Fully Featured) + +Filetype: IR signals file +Version: 1 + +name: Power_On +type: parsed +protocol: NEC +address: 8E 71 00 00 +command: 10 EF 00 00 + +name: Power_Off +type: parsed +protocol: NEC +address: 8E 71 00 00 +command: 11 EE 00 00 + +name: Power_Toggle +type: parsed +protocol: NEC +address: 8E 71 00 00 +command: 12 ED 00 00 + +name: Input +type: parsed +protocol: NEC +address: 8E 71 00 00 +command: 58 A7 00 00 + +name: Video_Mute +type: parsed +protocol: NEC +address: 8E 71 00 00 +command: 2F D0 00 00 + +name: Menu +type: parsed +protocol: NEC +address: 8E 71 00 00 +command: 48 B7 00 00 + +name: Enter +type: parsed +protocol: NEC +address: 8E 71 00 00 +command: 4C B3 00 00 + +name: Up +type: parsed +protocol: NEC +address: 8E 71 00 00 +command: 49 B6 00 00 + +name: Down +type: parsed +protocol: NEC +address: 8E 71 00 00 +command: 4D B2 00 00 + +name: Left +type: parsed +protocol: NEC +address: 8E 71 00 00 +command: 4A B5 00 00 + +name: Right +type: parsed +protocol: NEC +address: 8E 71 00 00 +command: 4B B4 00 00