Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
@DeniedAccessLife
DeniedAccessLife
Follow
View DeniedAccessLife's full-sized avatar
❤️

DeniedAccessLife

❤️

Block or report DeniedAccessLife

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more aboutblocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more aboutreporting abuse.

Report abuse
  • 📌 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

  1. MathGPTProGeneratorMathGPTProGeneratorPublic

    Program for generating a MathGPTPro account, with a number of free requests.

    C# 2 1

  2. SteamPricesSteamPricesPublic

    Program for getting current prices for Steam items.

    C# 1

  3. Buff163PricesBuff163PricesPublic

    Program for getting current prices for Buff163 items.

    C# 1

  4. DynamicStatusDynamicStatusPublic

    Program for dynamic changing the status in VKontakte.

    C# 1

  5. ArduinoStrikeArduinoStrikePublic

    Program for controlling recoil in the game Counter-Strike 2 using an Arduino Leonardo.

    C++ 16 3

  6. CodeLabelTrackerCodeLabelTrackerPublic

    Program for analyzing the source code of a program with labels, designed to detect and display unused labels.

    C++


[8]ページ先頭

©2009-2025 Movatter.jp