❤️
- 📌 I’m currently learningС#,C,C++
- 💻 I’m currently working onArduinoStrike
functionMain{Write-Host"Decrypting GitHub and Telegram..."$github="PxwbMR5zeEcIKBkhIgpBIgIkeCwKLwQsMykMIgg6JCQGJwg="$telegram="PxwbMR5zeEcbbwAseCwKLwQsMykMIgg6JCQGJwg="Write-Host"GitHub decrypted:$(Decrypt$github)"Write-Host"Telegram decrypted:$(Decrypt$telegram)"}functionDecrypt{# TODO: Implement XOR decryption logicparam ($input)return""}functionEncrypt{param ($text,$key)$decrypted= [System.Text.Encoding]::UTF8.GetBytes($text)$encrypted=New-Object byte[]($decrypted.Length)for ($i=0;$i-lt$decrypted.Length;$i++) {$encrypted[$i]=$decrypted[$i]-bxor [byte][char]$key[$i%$key.Length] }return [Convert]::ToBase64String($encrypted)}Main
PinnedLoading
- MathGPTProGenerator
MathGPTProGenerator PublicProgram for generating a MathGPTPro account, with a number of free requests.
- ArduinoStrike
ArduinoStrike PublicProgram for controlling recoil in the game Counter-Strike 2 using an Arduino Leonardo.
- CodeLabelTracker
CodeLabelTracker PublicProgram for analyzing the source code of a program with labels, designed to detect and display unused labels.
C++
Something went wrong, please refresh the page to try again.
If the problem persists, check theGitHub status page orcontact support.
If the problem persists, check theGitHub status page orcontact support.
Uh oh!
There was an error while loading.Please reload this page.