Skip to content
This repository was archived by the owner on Jun 23, 2022. It is now read-only.

Commit 6266bb3

Browse files
committed
Updated to version Alpha 0.0.9
Some lisencing changes and added malicious player detection.
1 parent c65b2d3 commit 6266bb3

11 files changed

Lines changed: 905 additions & 814 deletions

Titan-Protection/AV Main.server.lua

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
--[[
22
Titan Protection is an antivirus plugin designed to detect and clean up malicious scripts in a Roblox development enviroment.
3-
Copyright © 2020 Swan Airways
3+
Copyright © 2020 ccuser44 (ALE111_boiPNG)
44
55
This program is free software: you can redistribute it and/or modify
66
it under the terms of the GNU General Public License as published by
@@ -26,7 +26,7 @@
2626
2727
]]
2828

29-
local Current_Version = "Alpha 0.0.4"
29+
local Current_Version = "Alpha 0.0.9"
3030

3131
-----------------
3232
--| Lua Check |--
@@ -840,7 +840,7 @@ local function init()
840840
if LibrariesContainer and DB then
841841
Running = true
842842
InsertPluginHashes()
843-
OldPrint([[[Ti-Protection]: Titan Protection Copyright © 2020 Swan Airways
843+
OldPrint([[[Ti-Protection]: Titan Protection Copyright © 2020 ccuser44 (ALE111_boiPNG)
844844
This program comes with ABSOLUTELY NO WARRANTY; for details see the `LISENCE' file inside the plugin folder.
845845
This is free software, and you are welcome to redistribute it
846846
under certain conditions; for details see the `LISENCE' file inside the plugin folder.]])

Titan-Protection/CHANGELOG.lua

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
1+
--[[
2+
Titan Protection is an antivirus plugin designed to detect and clean up malicious scripts in a Roblox development enviroment.
3+
Copyright © 2020 ccuser44 (ALE111_boiPNG)
4+
5+
This program is free software: you can redistribute it and/or modify
6+
it under the terms of the GNU General Public License as published by
7+
the Free Software Foundation, either version 3 of the License, or
8+
(at your option) any later version.
9+
10+
This program is distributed in the hope that it will be useful,
11+
but WITHOUT ANY WARRANTY; without even the implied warranty of
12+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13+
GNU General Public License for more details.
14+
15+
You should have received a copy of the GNU General Public License
16+
along with this program. If not, see <http://www.gnu.org/licenses/>.
17+
]]
18+
119
-- [[Version INSERT INSERT - INSERT]],
220
return {
21+
[[Version Alpha 0.0.9 - Some lisencing changes. Added malicious user and group detection.]],
322
[[Version Alpha 0.0.8 - Added binary detection in the require obfuscation detection and some small editions.]],
423
[[Version Alpha 0.0.7 - Made malicious users and malicious groups detection list to ease detection.]],
524
[[Version Alpha 0.0.6 - Made into rojo and maybe did some other changes.]],

0 commit comments

Comments
 (0)