Skip to content

Commit 47d9228

Browse files
authored
Update presets.lua
Make default presets not include watermark
1 parent 5c08e7c commit 47d9228

File tree

1 file changed

+1
-19
lines changed

1 file changed

+1
-19
lines changed

src/presets.lua

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,6 @@ return {
3434
Seed = 0;
3535
-- Obfuscation steps
3636
Steps = {
37-
{
38-
Name = "WatermarkCheck";
39-
Settings = {
40-
Content = "This Script was obfuscated using the Weak Preset of Prometheus Obfuscator by Levno_710";
41-
}
42-
},
4337
{
4438
Name = "Vmify";
4539
Settings = {
@@ -74,12 +68,6 @@ return {
7468
Seed = 0;
7569
-- Obfuscation steps
7670
Steps = {
77-
{
78-
Name = "WatermarkCheck";
79-
Settings = {
80-
Content = "This Script was obfuscated using the Medium Preset of Prometheus Obfuscator by Levno_710";
81-
}
82-
},
8371
{
8472
Name = "EncryptStrings";
8573
Settings = {
@@ -135,12 +123,6 @@ return {
135123
Seed = 0;
136124
-- Obfuscation steps
137125
Steps = {
138-
{
139-
Name = "WatermarkCheck";
140-
Settings = {
141-
Content = "This Script was obfuscated using the Strong Preset of Prometheus Obfuscator by Levno_710";
142-
}
143-
},
144126
{
145127
Name = "Vmify";
146128
Settings = {
@@ -189,4 +171,4 @@ return {
189171
},
190172
}
191173
},
192-
}
174+
}

0 commit comments

Comments
 (0)