5 lines
237 B
Bash
5 lines
237 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
rm -rf tmext/TelemetryClassAuthenticator.cpp && \
|
||
|
openssl aes-256-cbc -K $encrypted_55502862a724_key -iv $encrypted_55502862a724_iv -in tmext/TelemetryClassAuthenticator.cpp.enc -out tmext/TelemetryClassAuthenticator.cpp -d
|