Skip to content

Instantly share code, notes, and snippets.

View SahiDemon's full-sized avatar
💫
🌟Pixel-Pushing coder by day, gaming hero by night!

Sahindu Gayanuka SahiDemon

💫
🌟Pixel-Pushing coder by day, gaming hero by night!
View GitHub Profile
NetLimiter 3
Registration name: Peter Raheli
Registration code: C99A2-QSSUD-2CSBG-TSRPN-A2BEB
NetLimiter 4
Registration Name: Vladimir Putin #2
Registration Code: XLEVD-PNASB-6A3BD-Z72GJ-SPAH7
https://www.netlimiter.com/download
# Netlimiter Full Netlimiter Activated Netlimiter cracked Netlimiter Full Version Netlimiter Serial Netlimiter keygen Netlimiter crack Netlimiter 4 serial Netlimiter 4 Crack Netlimiter 4 register Netlimiter 4 patch Netlimiter full Full version Netlimiter 4 Activated Netlimiter 4 Cracked Netlimiter Pro
@SahiDemon
SahiDemon / activate.cmd
Created April 21, 2023 08:31 — forked from thdtt/activate.cmd
Office 365 Activator
@echo off
title Activate Office 365 ProPlus for FREE - MSGuides.com&cls&echo ============================================================================&echo #Project: Activating Microsoft software products for FREE without software&echo ============================================================================&echo.&echo #Supported products: Office 365 ProPlus (x86-x64)&echo.&echo.&(if exist "%ProgramFiles%\Microsoft Office\Office16\ospp.vbs" cd /d "%ProgramFiles%\Microsoft Office\Office16")&(if exist "%ProgramFiles(x86)%\Microsoft Office\Office16\ospp.vbs" cd /d "%ProgramFiles(x86)%\Microsoft Office\Office16")&(for /f %%x in ('dir /b ..\root\Licenses16\proplusvl_kms*.xrm-ms') do cscript ospp.vbs /inslic:"..\root\Licenses16\%%x" >nul)&(for /f %%x in ('dir /b ..\root\Licenses16\proplusvl_mak*.xrm-ms') do cscript ospp.vbs /inslic:"..\root\Licenses16\%%x" >nul)&echo.&echo ============================================================================&echo Activating your Office...&cscript //nologo slmgr.vbs /ck
@SahiDemon
SahiDemon / VSCODE 3.7 Sonnet Fix API.txt
Last active March 24, 2025 09:40
VSCODE 3.7 Sonnet Fix
# Removing the `x-onbehalf-extension-id` Header from GitHub Copilot Chat Extension
Below is a step-by-step guide to remove the `x-onbehalf-extension-id` header from your GitHub Copilot Chat extension in VS Code. This will let you enable the additional models that GitHub now supports.
> **Note:** Even though GitHub has confirmed it's safe, modifying extension files means your changes could be overwritten when the extension updates. It's a good idea to back up the file before making any changes.
---
## Step 1: Locate the Extension Folder