diff --git a/README.md b/README.md
index 0d80766..7df68f9 100644
--- a/README.md
+++ b/README.md
@@ -23,112 +23,80 @@
+
- XRemote(BETA) Thanks to wrenchathome Step by Step Directions to get you up and running will be posted Below!
-
-
- ๐น First, always read the Remarks. You will see "REM," which is used to explain the purpose of each line or provide instructions to the user. It's very important to always READ the REMs!
-
- ๐น Here are a few strings you will normally see in my scripts as well as their function/purpose:
-
- This code enables the `ignorespace` option for the command history, preventing commands with a leading space from being stored in the shell history.
- Big shoutout to FalsePhilosopher for helping me create this string!
-
-
+ When working with the scripts, make sure to carefully read the REM (remark) lines. REMs explain the purpose of each line or provide instructions to the user. It's crucial to always read and understand the REMs! This code helps the operating system identify the specific device (in this case, the Flipper Zero) and load the appropriate drivers or configurations, such as for an Apple keyboard. This code enables the 'ignorespace' option for the command history, preventing commands with a leading space from being stored in the shell history. Special thanks to [FalsePhilosopher](https://github.com/FalsePhilosopher) for helping create this string! This code removes the specific command from the history, ensuring minimal traces are left behind and helping maintain discretion and privacy. 2. (If you Downloaded the .txt you can skip these next two steps) Once you've copied and pasted the code into your preferred program, you will need to export or save the file to your desktop as a .txt file! 3. You can type .txt after the file name, and it will prompt you to save the file as a .txt. 4. Now, you can plug the flipper in and open up the File Manager, navigate to the SD card, and open up the BADUSB file within the SD card. 5. This is where you can drag and drop your .txt files, and once you are done, close out of the Flipper desktop app. 6. You are now ready to deploy your BADUSB DuckyScripts and take over the World! ENJOY :) To upload the .txt files to your Flipper, you have two options: Plug the Flipper into your computer and open the File Manager. Navigate to the SD card and open the BADUSB folder. Drag and drop the .txt files into the BADUSB folder. Close the Flipper desktop app when finished.
+## MacOs Flipper Zero Collection
-
If you're a visual learner like me, check out this detailed tutorial: How 2 Flipper Guide
+- [](https://github.com/narstybits/MacOS-DuckyScripts)
+- [](https://github.com/narstybits/MacOS-DuckyScripts/blob/main/Goodusb/Git%20Repository%20Updater.txt)
+## How 2 Flipper Guide
+If you're a visual learner like me, check out this detailed tutorial by [wrenchathome](https://github.com/wrenchathome):
-
-
+- [How 2 Flipper Guide](https://github.com/wrenchathome/flipperfiles/blob/main/_Guides/How2Flipper.pdf)
-
๐น Step by Step Directions to Get You Up and Running ๐น
-
- The VendorID and ProductID combination helps the operating system identify the specific device (in this case the FLipper Zero) and load the appropriate drivers or configurations I.E. (Apple keyboard).
-
-
-
-
-
-'ID 05ac:021e Apple:Keyboard'
-
-
-
-This string removes the specific command from the history, ensuring minimal traces are left behind. This helps maintain discretion and privacy.
-
-'echo -e "export HISTCONTROL=ignorespace\nunset HISTFILE" >> ~/.bashrc && source ~/.bashrc && exec bash
-
-
-
-
-
- history -d $(history | tail -n 2 | head -n 1 | awk '{ print $1 }')'
-๐น Step by Step Directions
๐น First, Always Read the Remarks
+ 1. To upload the .txt files to your Flipper, you will need to Download(Easiest method) or copy and paste the raw code into the MacOs application "TextEdit" or whichever program you prefer (TextEdit is also easy).
-
+ The VendorID and ProductID Combination
+
+ 'ID 05ac:021e Apple:Keyboard'The 'ignorespace' Option
+
+ 'echo -e "export HISTCONTROL=ignorespace\nunset HISTFILE" >> ~/.bashrc && source ~/.bashrc && exec bash'Removing Specific Commands from History
+
+ history -d $(history | tail -n 2 | head -n 1 | awk '{ print $1 }')
-
-
-
-๐น Step by Step Directions ๐น
+
+
+
+
+
+ Support Narsty!