diff --git a/README.md b/README.md index b2d71c9..561c600 100644 --- a/README.md +++ b/README.md @@ -65,26 +65,38 @@

- 🔹 First off always read the Remarks, you will see "REM" this is used to explain the purpose of each line or provide instructions to the user. Very Important to always READ the REM's!

- 🔹 Here are a few strings you will normally see in my scripts as well as their Function/Purpose

- +

+ 🔹 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: +

+ +

The VendorID and ProductID combination helps the operating system identify the specific device and load the appropriate drivers or configurations. -
+

+
 
-'ID 05ac:021e Apple:Keyboard'
+'ID 05ac:021e Apple:Keyboard'
+
 
-This code enables the ignorespace option for the command history, preventing commands with a leading space from being stored in the history. This allows us to leave little to no traces which keeps the code discreet . Big shout out to FalsePhilosopher for this string! -
+
+

+ This code enables the ignorespace option for the command history, preventing commands with a leading space from being stored in the history. This allows us to leave little to no traces, which keeps the code discreet. Big shout out to FalsePhilosopher for this string! +

+
 
-'STRING echo -e "export HISTCONTROL=ignorespace\nunset HISTFILE" >> ~/.bashrc && source ~/.bashrc && exec bash'
-
+'STRING echo -e "export HISTCONTROL=ignorespace\nunset HISTFILE" >> ~/.bashrc && source ~/.bashrc && exec bash' + +
- - - +

🔹 Step by Step Directions

+

Coding -
+

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).

Coding @@ -105,7 +117,7 @@ This code enables the ignorespace option for the command history, preve
Coding
-

🔹 You are now ready to deploy your BADUSB DuckyScripts and take over the World! ENJOY :)

+

6. You are now ready to deploy your BADUSB DuckyScripts and take over the World! ENJOY :)