You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 23, 2022. It is now read-only.
@@ -621,7 +621,7 @@ local function ScanObj(Obj, CheckSource, CheckObf, CheckSpace, CheckLen, CheckSn
621
621
IsVirus=true
622
622
end
623
623
elseifstring.len(Id) >=3andstring.match(Id, "^%d+$") andGetLib("CheckModule") andGetLib("ScanObjectsGet") then-- // We scan the id for malicious content
Copy file name to clipboardExpand all lines: Titan-Protection/CHANGELOG.lua
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,7 @@
1
1
-- [[Version INSERT INSERT - INSERT]],
2
2
return {
3
-
[[Version Alpha 0.0.6 - Made into rojo and maybe did some other changes]],
3
+
[[Version Alpha 0.0.7 - Made malicious users and malicious groups detection list to ease detection.]],
4
+
[[Version Alpha 0.0.6 - Made into rojo and maybe did some other changes.]],
4
5
[[Version Alpha 0.0.5 - Shared alpha testing version. Fixed bugs and changed some enhancements. No UI support I am too lazy.]],
5
6
[[Version Alpha 0.0.4 - Last version before shared alpha testing version released. Fixed & enhanced stuff and added basic UI support.]],
6
7
[[Version Alpha 0.0.3 - Added http integration and plugin scanning as well as some other improvements. Also reworked the debug output mode to make it look simpler.]],
ifSuccandinfoandtype(info) =="table" andnot((game.CreatorType==Enum.CreatorType.Userandinfo.Creator.CreatorType=="User" orgame.CreatorType==Enum.CreatorType.Groupandinfo.Creator.CreatorType=="Group") and (game.CreatorId==info.Creator.CreatorTargetIdorStudioLocalId==info.Creator.CreatorTargetId)) then-- // We check if the asset can be scanned.
48
-
ifIsDebugthen
49
-
print("[Ti-Protection]: Checking for viruses: rbxassetid://"..RealId)
50
-
end
51
-
ifRepeatCount>5then-- // We check if the module is obfuscated with a require id chain.
52
-
IsObf=true
48
+
ifinfo.Creator.CreatorType=="Group" andBadGroups[info.Creator.CreatorTargetId] orinfo.Creator.CreatorType=="User" andBadUsers[info.Creator.CreatorTargetId] then
0 commit comments