Skip to content

quickpots/screenshare-tools

 
 

Repository files navigation

bridgezan ss tools

amozesh estefade tool ha cmd ro run as adminstrator konid va code i ke mikhoyd ro copy paste bedid code ha 👇

all in one (use it on ss)

$desktop = [System.Environment]::GetFolderPath("Desktop")
$folder = "$desktop\screenshare"
New-Item -ItemType Directory -Path $folder -Force
$zipPath = "$folder\screenshare.zip"
Invoke-WebRequest -Uri "https://raw.githubusercontent.com/bridgerzan/screenshare-tools/refs/heads/main/screenshare.zip" -OutFile $zipPath
Start-Process $folder

CookedCli (oceancli runner)

irm https://B2n.ir/CookedCLI | iex

code rbw bam

powershell -Command "Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass; Invoke-Expression (Invoke-RestMethod 'https://raw.githubusercontent.com/bridgerzan/screenshare-tools/refs/heads/main/coderrbw-ss.ps1')"

Task Scheduler Checker

powershell -Command "Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass; Invoke-Expression (Invoke-RestMethod 'https://raw.githubusercontent.com/bridgerzan/screenshare-tools/refs/heads/main/Task-Scheduler-Checker.ps1')"

services checker

irm https://B2n.ir/services-checker | iex

patch checker

powershell -Command "$tempPath = [System.IO.Path]::Combine($env:TEMP, 'patch-checker.bat'); Invoke-WebRequest -Uri 'https://raw.githubusercontent.com/bridgerzan/screenshare-tools/refs/heads/main/patch-checker.bat' -OutFile $tempPath; Start-Process -FilePath 'cmd.exe' -ArgumentList '/k', $tempPath -WindowStyle Normal;"

hwid extractor

powershell -Command "$tempPath = [System.IO.Path]::Combine($env:TEMP, 'hwid.bat'); Invoke-WebRequest -Uri 'https://raw.githubusercontent.com/bridgerzan/screenshare-tools/refs/heads/main/hwid.bat' -OutFile $tempPath; Start-Process -FilePath 'cmd.exe' -ArgumentList '/k', $tempPath -WindowStyle Normal;"

file checker

powershell -Command "Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass; Invoke-Expression (Invoke-RestMethod 'https://raw.githubusercontent.com/bridgerzan/screenshare-tools/refs/heads/main/file-checker.ps1')"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PowerShell 69.5%
  • Batchfile 30.5%