-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfix.bat
30 lines (25 loc) · 817 Bytes
/
fix.bat
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
@echo off
title=Fix
echo [%time%] Fixing WeAreNumberOneButItIsAComputerVirus...
::kill the process in the right order
taskkill /IM wscript.exe /F
taskkill /IM cmd.exe /FI "WINDOWTITLE ne Fix"
taskkill /IM java.exe /F
taskkill /IM javaw.exe /F
::delate the startup file
@del "C:\Users\%username%\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup\windowsupdate.vbs"
::remove .robbierotten to your file name
timeout 3 > nul
java -jar "C:\Users\%username%\Documents\party\wano.jar" a
::delete the virus data
rmdir "C:\Users\%username%\Documents\party" /S /Q
::more stuff
@del command
@del other.bat
echo [%time%] Done!
echo.
echo Remember, go support our Robbie Rotten number one! ;) https://www.gofundme.com/2tm9tqk
start https://www.gofundme.com/2tm9tqk
echo.
echo.
pause