Skip to content

Commit fa32ce5

Browse files
committed
fix the fucking script again
1 parent 69c4f6b commit fa32ce5

1 file changed

Lines changed: 25 additions & 6 deletions

File tree

data/entity/builtinscripts/anti-bot-ad.chai

Lines changed: 25 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,7 @@ if(Input != "") {
1212
Input = Input + ": ";
1313
}
1414

15-
if(state("community") != "foxnet") {
16-
Prefix = "say";
17-
}
18-
19-
var Messages = ["download " + ClientShort + "at " + ClientUrl + " to win",
15+
var Messages = ["download " + ClientShort + " at " + ClientUrl + " to win",
2016
"if I was pro, I'd use " + ClientUrl,
2117
"escape the ddmatrix with " + ClientUrl,
2218
"only pros use " + ClientUrl,
@@ -55,7 +51,30 @@ var Messages = ["download " + ClientShort + "at " + ClientUrl + " to win",
5551
"think you could do better? not without " + ClientUrl,
5652
"bro check out this client " + ClientUrl,
5753
"stop being a noob, get good with " + ClientUrl,
58-
"my mom was proud of me after using " + ClientUrl
54+
"my mom was proud of me after using " + ClientUrl,
55+
"why so serious? get " + ClientUrl,
56+
"top 1 secret: " + ClientUrl,
57+
"my cat plays better since i got " + ClientUrl,
58+
"gg wp, powered by " + ClientUrl,
59+
"I touched grass after downloading " + ClientUrl,
60+
"i found true happiness at " + ClientUrl,
61+
"free upgrade to giga brain at " + ClientUrl,
62+
"my therapist said i need " + ClientUrl,
63+
"warning: too much skill from " + ClientUrl,
64+
"i sold my soul for " + ClientUrl + " (worth)",
65+
"my lawyer advised me to recommend " + ClientUrl,
66+
"clean movement sponsored by " + ClientUrl,
67+
"im not cheating im just on " + ClientUrl,
68+
"wanna stop coping? install " + ClientUrl,
69+
"found in ancient scrolls: " + ClientUrl,
70+
"proof that miracles exist: " + ClientUrl,
71+
"your honor, my client is " + ClientUrl,
72+
"i asked for power, got " + ClientUrl,
73+
"i asked for power, got " + ClientUrl,
74+
"grandmaster mindset starts at " + ClientUrl,
75+
"my mechanics got a dlc from " + ClientUrl,
76+
"you're not lagging, you're under-cliented: " + ClientUrl,
77+
"my enemies report me for using " + ClientUrl
5978
]
6079

6180
var Rand = math.random(0, Messages.size().to_int() - 1);

0 commit comments

Comments
 (0)