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

Commit

Permalink
Updated to version Alpha 0.0.9
Browse files Browse the repository at this point in the history
Some lisencing changes and added malicious player detection.
  • Loading branch information
ccuser44 committed Jan 13, 2021
1 parent c65b2d3 commit 6266bb3
Show file tree
Hide file tree
Showing 11 changed files with 905 additions and 814 deletions.
6 changes: 3 additions & 3 deletions Titan-Protection/AV Main.server.lua
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
--[[
Titan Protection is an antivirus plugin designed to detect and clean up malicious scripts in a Roblox development enviroment.
Copyright © 2020 Swan Airways
Copyright © 2020 ccuser44 (ALE111_boiPNG)
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand All @@ -26,7 +26,7 @@
]]

local Current_Version = "Alpha 0.0.4"
local Current_Version = "Alpha 0.0.9"

-----------------
--| Lua Check |--
Expand Down Expand Up @@ -840,7 +840,7 @@ local function init()
if LibrariesContainer and DB then
Running = true
InsertPluginHashes()
OldPrint([[[Ti-Protection]: Titan Protection Copyright © 2020 Swan Airways
OldPrint([[[Ti-Protection]: Titan Protection Copyright © 2020 ccuser44 (ALE111_boiPNG)
This program comes with ABSOLUTELY NO WARRANTY; for details see the `LISENCE' file inside the plugin folder.
This is free software, and you are welcome to redistribute it
under certain conditions; for details see the `LISENCE' file inside the plugin folder.]])
Expand Down
19 changes: 19 additions & 0 deletions Titan-Protection/CHANGELOG.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
--[[
Titan Protection is an antivirus plugin designed to detect and clean up malicious scripts in a Roblox development enviroment.
Copyright © 2020 ccuser44 (ALE111_boiPNG)
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
]]

-- [[Version INSERT INSERT - INSERT]],
return {
[[Version Alpha 0.0.9 - Some lisencing changes. Added malicious user and group detection.]],
[[Version Alpha 0.0.8 - Added binary detection in the require obfuscation detection and some small editions.]],
[[Version Alpha 0.0.7 - Made malicious users and malicious groups detection list to ease detection.]],
[[Version Alpha 0.0.6 - Made into rojo and maybe did some other changes.]],
Expand Down
Loading

0 comments on commit 6266bb3

Please sign in to comment.