CJMCU ATMEGA32U4 SD card problem

So i have just given up on my BadUsb [Arduino Leonardo]
I have inserted the sd card with emcoded rubber ducky scripts into the badusb and literally nothing seems to happen the usb works fine as an arduino but fails to work with the sd card slot i have encoded .bin .vbs files from many websites and nothing works what is the way to make these scripts work on sd card in CJMCU badusb?and how to flash it
Note:The pins have not been altered yet

I flashed the arduino cjmcu 3212 card to use as rubber ducky with wifi but I can't use the port for the sd card either
Here's the link to flash it
but be careful there is an error in the code to correct

is the tuto : CJMCU-3212/README.md at master · puckk/CJMCU-3212 · GitHub

but you need the code and correct :

Serial1.begin(115200);
Serial.begin(115200);

that in that

Serial1.begin(9600);
Serial.begin(9600);

and you need code (it's the code to correct ) : CJMCU-3212/step1.ino at master · puckk/CJMCU-3212 · GitHub

you need the exe file to flash and the bin code:

and if you want you have a video but the same proble with the code be careful /!\