Skip to content

Commit b1571a4

Browse files
committed
Updated weak preset
1 parent 3e8b164 commit b1571a4

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

src/presets.lua

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -61,27 +61,11 @@ return {
6161
Seed = 0;
6262
-- Obfuscation steps
6363
Steps = {
64-
{
65-
Name = "SplitStrings";
66-
Settings = {
67-
Treshold = 1;
68-
MinLength = 15;
69-
MaxLength = 40;
70-
ConcatenationType = "custom";
71-
CustomFunctionType = "local";
72-
CustomLocalFunctionsCount = 2;
73-
}
74-
},
7564
{
7665
Name = "ConstantArray";
7766
Settings = {
7867
Treshold = 1;
7968
StringsOnly = true;
80-
Shuffle = true;
81-
Rotate = true;
82-
LocalWrapperTreshold = 1;
83-
LocalWrapperCount = 3;
84-
LocalWrapperArgCount = 3;
8569
}
8670
},
8771
}

0 commit comments

Comments
 (0)