R

Simplebyp

public
rrixh Aug 03, 2024 Never 48
Clone
Plaintext simpleBypass_rrixh.ppt.xlsx 672 lines (597 loc) | 28.95 KB
1
--[[ simple bypass
2
BEFORE YOU USE: im not trying to make a good bypasser this is just something i made for fun, i dont care how bad or how good it is
3
4
CHANGE LOG:
5
[7/14/24 | +] Modern UI
6
[7/14/24 | +] Support for every english character
7
[7/15/24 | +] Replaced some characters and made it WAY better
8
[7/15/24 | +] Added support for LegacyChatService
9
[7/15/24 | +] Added support for lowercase characters (uppercase is better than lowercase)
10
[7/15/24 | -] Messages arnt automatically made uppercase anymore
11
[7/16/24 | +] Fixed the characters `R, S, U`
12
13
INFO:
14
settings button does nothing rn,
15
while making v1 and v2 in the span of 3 days i havent been banned or gotten a warning about bypassing chat only a warning for spamming, so you shouldnt get banned while using this
16
17
version: 2.3
18
19
888888b. Y88b d88P .d8888b. 888 d8P 8888888 8888888b. 8888888888
20
888 "88b Y88b d88P d88P Y88b 888 d8P 888 888 Y88b 888
21
888 .88P Y88o88P Y88b. 888 d8P 888 888 888 888
22
8888888K. Y888P "Y888b. 888d88K 888 888 d88P 8888888
23
888 "Y88b 888 "Y88b. 8888888b 888 8888888P" 888
24
888 888 888 "888 888 Y88b 888 888 T88b 888
25
888 d88P 888 Y88b d88P 888 Y88b 888 888 T88b 888
26
8888888P" 888 "Y8888P" 888 Y88b 8888888 888 T88b 8888888888
27
28
(discord): .x6x6
29
(scriptblox): SkireScripts (https://scriptblox.com/u/SkireScripts)
30
(server): https://discord.gg/c3AbX3GXsr
31
]]
32
local function initui()
33
-- Instances: 29 | Scripts: 0 | Modules: 0
34
local G2L = {};
35
36
-- StarterGui.SimpleBypass
37
G2L["1"] = Instance.new("ScreenGui", game:GetService("CoreGui"));
38
G2L["1"]["Name"] = [[SimpleBypass]];
39
40
-- StarterGui.SimpleBypass.UI
41
G2L["2"] = Instance.new("Frame", G2L["1"]);
42
G2L["2"]["BorderSizePixel"] = 0;
43
G2L["2"]["BackgroundColor3"] = Color3.fromRGB(27, 27, 27);
44
G2L["2"]["AnchorPoint"] = Vector2.new(0.5, 0.5);
45
G2L["2"]["Size"] = UDim2.new(0, 47, 0, 83);
46
G2L["2"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
47
G2L["2"]["Position"] = UDim2.new(0.10000000149011612, 0, 0.49300000071525574, 0);
48
G2L["2"]["Name"] = [[UI]];
49
50
-- StarterGui.SimpleBypass.UI.UICorner
51
G2L["3"] = Instance.new("UICorner", G2L["2"]);
52
G2L["3"]["CornerRadius"] = UDim.new(0, 17);
53
54
-- StarterGui.SimpleBypass.UI.UIStroke
55
G2L["4"] = Instance.new("UIStroke", G2L["2"]);
56
G2L["4"]["Color"] = Color3.fromRGB(255, 255, 255);
57
G2L["4"]["Thickness"] = 4;
58
G2L["4"]["Transparency"] = 0.800000011920929;
59
60
-- StarterGui.SimpleBypass.UI.logo
61
G2L["5"] = Instance.new("ImageLabel", G2L["2"]);
62
G2L["5"]["BorderSizePixel"] = 0;
63
G2L["5"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
64
G2L["5"]["AnchorPoint"] = Vector2.new(0.5, 0);
65
G2L["5"]["Image"] = [[rbxassetid://18481362660]];
66
G2L["5"]["Size"] = UDim2.new(0, 27, 0, 27);
67
G2L["5"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
68
G2L["5"]["Name"] = [[logo]];
69
G2L["5"]["BackgroundTransparency"] = 1;
70
G2L["5"]["Position"] = UDim2.new(0.5, 0, 0, 10);
71
72
-- StarterGui.SimpleBypass.UI.maximize
73
G2L["6"] = Instance.new("ImageButton", G2L["2"]);
74
G2L["6"]["BorderSizePixel"] = 0;
75
G2L["6"]["AutoButtonColor"] = false;
76
G2L["6"]["BackgroundColor3"] = Color3.fromRGB(27, 27, 27);
77
G2L["6"]["AnchorPoint"] = Vector2.new(0.5, 0);
78
G2L["6"]["Size"] = UDim2.new(0, 37, 0, 37);
79
G2L["6"]["Name"] = [[maximize]];
80
G2L["6"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
81
G2L["6"]["Position"] = UDim2.new(0.5, 0, 1, -42);
82
83
-- StarterGui.SimpleBypass.UI.maximize.UICorner
84
G2L["7"] = Instance.new("UICorner", G2L["6"]);
85
G2L["7"]["CornerRadius"] = UDim.new(1, 0);
86
87
-- StarterGui.SimpleBypass.UI.maximize.ImageLabel
88
G2L["8"] = Instance.new("ImageLabel", G2L["6"]);
89
G2L["8"]["BorderSizePixel"] = 0;
90
G2L["8"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
91
G2L["8"]["ImageColor3"] = Color3.fromRGB(171, 171, 171);
92
G2L["8"]["AnchorPoint"] = Vector2.new(0.5, 0.5);
93
G2L["8"]["Image"] = [[rbxassetid://7072718683]];
94
G2L["8"]["Size"] = UDim2.new(0.5, 0, 0.5, 0);
95
G2L["8"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
96
G2L["8"]["BackgroundTransparency"] = 1;
97
G2L["8"]["Position"] = UDim2.new(0.5, 0, 0.5, 0);
98
99
-- StarterGui.SimpleBypass.UI.upperbar
100
G2L["a"] = Instance.new("Frame", G2L["2"]);
101
G2L["a"]["BorderSizePixel"] = 0;
102
G2L["a"]["BackgroundColor3"] = Color3.fromRGB(41, 41, 41);
103
G2L["a"]["AnchorPoint"] = Vector2.new(0.5, 0.5);
104
G2L["a"]["BackgroundTransparency"] = 1;
105
G2L["a"]["Size"] = UDim2.new(1, -30, 0, 30);
106
G2L["a"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
107
G2L["a"]["Position"] = UDim2.new(0.5, 0, 0, 30);
108
G2L["a"]["Visible"] = false;
109
G2L["a"]["Name"] = [[upperbar]];
110
111
-- StarterGui.SimpleBypass.UI.upperbar.logo
112
G2L["b"] = Instance.new("ImageLabel", G2L["a"]);
113
G2L["b"]["BorderSizePixel"] = 0;
114
G2L["b"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
115
G2L["b"]["AnchorPoint"] = Vector2.new(0, 0.5);
116
G2L["b"]["Image"] = [[rbxassetid://18481362660]];
117
G2L["b"]["Size"] = UDim2.new(0, 30, 0, 30);
118
G2L["b"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
119
G2L["b"]["Name"] = [[logo]];
120
G2L["b"]["BackgroundTransparency"] = 1;
121
G2L["b"]["Position"] = UDim2.new(0, 0, 0.5, 0);
122
123
-- StarterGui.SimpleBypass.UI.upperbar.header
124
G2L["c"] = Instance.new("TextLabel", G2L["a"]);
125
G2L["c"]["BorderSizePixel"] = 0;
126
G2L["c"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
127
G2L["c"]["TextXAlignment"] = Enum.TextXAlignment.Left;
128
G2L["c"]["FontFace"] = Font.new([[rbxasset://fonts/families/GothamSSm.json]], Enum.FontWeight.SemiBold, Enum.FontStyle.Normal);
129
G2L["c"]["TextSize"] = 15;
130
G2L["c"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
131
G2L["c"]["Size"] = UDim2.new(0.8493150472640991, -33, 1, 0);
132
G2L["c"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
133
G2L["c"]["Text"] = [[SimpleBypass]];
134
G2L["c"]["Name"] = [[header]];
135
G2L["c"]["BackgroundTransparency"] = 1;
136
G2L["c"]["Position"] = UDim2.new(0, 33, 0, 2);
137
138
-- StarterGui.SimpleBypass.UI.upperbar.minimize
139
G2L["d"] = Instance.new("ImageButton", G2L["a"]);
140
G2L["d"]["BorderSizePixel"] = 0;
141
G2L["d"]["AutoButtonColor"] = false;
142
G2L["d"]["BackgroundColor3"] = Color3.fromRGB(27, 27, 27);
143
G2L["d"]["Size"] = UDim2.new(0, 30, 0, 30);
144
G2L["d"]["Name"] = [[minimize]];
145
G2L["d"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
146
G2L["d"]["Position"] = UDim2.new(1, -30, 0, 0);
147
148
-- StarterGui.SimpleBypass.UI.upperbar.minimize.UICorner
149
G2L["e"] = Instance.new("UICorner", G2L["d"]);
150
G2L["e"]["CornerRadius"] = UDim.new(0, 6);
151
152
-- StarterGui.SimpleBypass.UI.upperbar.minimize.ImageLabel
153
G2L["f"] = Instance.new("ImageLabel", G2L["d"]);
154
G2L["f"]["BorderSizePixel"] = 0;
155
G2L["f"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
156
G2L["f"]["ImageColor3"] = Color3.fromRGB(171, 171, 171);
157
G2L["f"]["AnchorPoint"] = Vector2.new(0.5, 0.5);
158
G2L["f"]["Image"] = [[rbxassetid://7072719125]];
159
G2L["f"]["Size"] = UDim2.new(0.6399999856948853, 0, 0.6399999856948853, 0);
160
G2L["f"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
161
G2L["f"]["BackgroundTransparency"] = 1;
162
G2L["f"]["Position"] = UDim2.new(0.5, 0, 0.5, 0);
163
164
-- StarterGui.SimpleBypass.UI.upperbar.settings
165
G2L["10"] = Instance.new("ImageButton", G2L["a"]);
166
G2L["10"]["BorderSizePixel"] = 0;
167
G2L["10"]["AutoButtonColor"] = false;
168
G2L["10"]["BackgroundColor3"] = Color3.fromRGB(27, 27, 27);
169
G2L["10"]["Size"] = UDim2.new(0, 30, 0, 30);
170
G2L["10"]["Name"] = [[settings]];
171
G2L["10"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
172
G2L["10"]["Position"] = UDim2.new(1, -65, 0, 0);
173
174
-- StarterGui.SimpleBypass.UI.upperbar.settings.UICorner
175
G2L["11"] = Instance.new("UICorner", G2L["10"]);
176
G2L["11"]["CornerRadius"] = UDim.new(0, 6);
177
178
-- StarterGui.SimpleBypass.UI.upperbar.settings.ImageLabel
179
G2L["12"] = Instance.new("ImageLabel", G2L["10"]);
180
G2L["12"]["BorderSizePixel"] = 0;
181
G2L["12"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
182
G2L["12"]["ImageColor3"] = Color3.fromRGB(171, 171, 171);
183
G2L["12"]["AnchorPoint"] = Vector2.new(0.5, 0.5);
184
G2L["12"]["Image"] = [[rbxassetid://18151015259]];
185
G2L["12"]["Size"] = UDim2.new(0.6399999856948853, 0, 0.6399999856948853, 0);
186
G2L["12"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
187
G2L["12"]["BackgroundTransparency"] = 1;
188
G2L["12"]["Position"] = UDim2.new(0.5, 0, 0.5, 0);
189
190
-- StarterGui.SimpleBypass.UI.bar
191
G2L["13"] = Instance.new("Frame", G2L["2"]);
192
G2L["13"]["BorderSizePixel"] = 0;
193
G2L["13"]["BackgroundColor3"] = Color3.fromRGB(32, 32, 32);
194
G2L["13"]["AnchorPoint"] = Vector2.new(0.5, 0);
195
G2L["13"]["Size"] = UDim2.new(1, -30, 0, 40);
196
G2L["13"]["ClipsDescendants"] = true;
197
G2L["13"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
198
G2L["13"]["Position"] = UDim2.new(0.5, 0, 1, -50);
199
G2L["13"]["AutomaticSize"] = Enum.AutomaticSize.Y;
200
G2L["13"]["Visible"] = false;
201
G2L["13"]["Name"] = [[bar]];
202
203
-- StarterGui.SimpleBypass.UI.bar.UICorner
204
G2L["14"] = Instance.new("UICorner", G2L["13"]);
205
206
-- StarterGui.SimpleBypass.UI.bar.messagebox
207
G2L["15"] = Instance.new("TextBox", G2L["13"]);
208
G2L["15"]["PlaceholderColor3"] = Color3.fromRGB(179, 179, 179);
209
G2L["15"]["BorderSizePixel"] = 0;
210
G2L["15"]["TextSize"] = 15;
211
G2L["15"]["TextXAlignment"] = Enum.TextXAlignment.Left;
212
G2L["15"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
213
G2L["15"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
214
G2L["15"]["FontFace"] = Font.new([[rbxasset://fonts/families/GothamSSm.json]], Enum.FontWeight.Medium, Enum.FontStyle.Normal);
215
G2L["15"]["BackgroundTransparency"] = 1;
216
G2L["15"]["PlaceholderText"] = [[Message here]];
217
G2L["15"]["Size"] = UDim2.new(1, -82, 1, 0);
218
G2L["15"]["ClipsDescendants"] = true;
219
G2L["15"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
220
G2L["15"]["Text"] = [[]];
221
G2L["15"]["Name"] = [[messagebox]];
222
G2L["15"]["ClearTextOnFocus"] = false;
223
224
-- StarterGui.SimpleBypass.UI.bar.messagebox.UIPadding
225
G2L["16"] = Instance.new("UIPadding", G2L["15"]);
226
G2L["16"]["PaddingTop"] = UDim.new(0, 6);
227
G2L["16"]["PaddingBottom"] = UDim.new(0, 6);
228
G2L["16"]["PaddingLeft"] = UDim.new(0, 10);
229
230
-- StarterGui.SimpleBypass.UI.bar.send
231
G2L["17"] = Instance.new("ImageButton", G2L["13"]);
232
G2L["17"]["BorderSizePixel"] = 0;
233
G2L["17"]["AutoButtonColor"] = false;
234
G2L["17"]["BackgroundColor3"] = Color3.fromRGB(32, 32, 32);
235
G2L["17"]["Size"] = UDim2.new(0, 40, 0, 40);
236
G2L["17"]["Name"] = [[send]];
237
G2L["17"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
238
G2L["17"]["Position"] = UDim2.new(1, -40, 0, 0);
239
240
-- StarterGui.SimpleBypass.UI.bar.send.UICorner
241
G2L["18"] = Instance.new("UICorner", G2L["17"]);
242
243
-- StarterGui.SimpleBypass.UI.bar.send.Frame
244
G2L["19"] = Instance.new("Frame", G2L["17"]);
245
G2L["19"]["BorderSizePixel"] = 0;
246
G2L["19"]["BackgroundColor3"] = Color3.fromRGB(32, 32, 32);
247
G2L["19"]["Size"] = UDim2.new(0, 4, 1, 0);
248
G2L["19"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
249
250
-- StarterGui.SimpleBypass.UI.bar.send.ImageLabel
251
G2L["1a"] = Instance.new("ImageLabel", G2L["17"]);
252
G2L["1a"]["BorderSizePixel"] = 0;
253
G2L["1a"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
254
G2L["1a"]["ImageColor3"] = Color3.fromRGB(131, 131, 131);
255
G2L["1a"]["AnchorPoint"] = Vector2.new(0.5, 0.5);
256
G2L["1a"]["Image"] = [[rbxassetid://18150985605]];
257
G2L["1a"]["Size"] = UDim2.new(0, 20, 0, 20);
258
G2L["1a"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
259
G2L["1a"]["BackgroundTransparency"] = 1;
260
G2L["1a"]["Position"] = UDim2.new(0.5, 0, 0.5, 0);
261
262
-- StarterGui.SimpleBypass.UI.bar.clear
263
G2L["1b"] = Instance.new("ImageButton", G2L["13"]);
264
G2L["1b"]["BorderSizePixel"] = 0;
265
G2L["1b"]["AutoButtonColor"] = false;
266
G2L["1b"]["BackgroundColor3"] = Color3.fromRGB(32, 32, 32);
267
G2L["1b"]["Size"] = UDim2.new(0, 40, 0, 40);
268
G2L["1b"]["Name"] = [[clear]];
269
G2L["1b"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
270
G2L["1b"]["Position"] = UDim2.new(1, -80, 0, 0);
271
272
-- StarterGui.SimpleBypass.UI.bar.clear.ImageLabel
273
G2L["1c"] = Instance.new("ImageLabel", G2L["1b"]);
274
G2L["1c"]["BorderSizePixel"] = 0;
275
G2L["1c"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
276
G2L["1c"]["ImageColor3"] = Color3.fromRGB(131, 131, 131);
277
G2L["1c"]["AnchorPoint"] = Vector2.new(0.5, 0.5);
278
G2L["1c"]["Image"] = [[rbxassetid://17746544452]];
279
G2L["1c"]["Size"] = UDim2.new(0, 20, 0, 20);
280
G2L["1c"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
281
G2L["1c"]["BackgroundTransparency"] = 1;
282
G2L["1c"]["Position"] = UDim2.new(0.5, 0, 0.5, 0);
283
284
return G2L["1"];
285
end
286
local function initloader()
287
-- Instances: 18 | Scripts: 0 | Modules: 0
288
local G2L = {};
289
290
-- StarterGui.Loader
291
G2L["1"] = Instance.new("ScreenGui", game:GetService("CoreGui"));
292
G2L["1"]["IgnoreGuiInset"] = true;
293
G2L["1"]["ScreenInsets"] = Enum.ScreenInsets.DeviceSafeInsets;
294
G2L["1"]["Name"] = [[Loader]];
295
G2L["1"]["ResetOnSpawn"] = false;
296
297
-- StarterGui.Loader.UI
298
G2L["2"] = Instance.new("Frame", G2L["1"]);
299
G2L["2"]["BorderSizePixel"] = 0;
300
G2L["2"]["BackgroundColor3"] = Color3.fromRGB(27, 27, 27);
301
G2L["2"]["AnchorPoint"] = Vector2.new(0.5, 0.5);
302
G2L["2"]["Size"] = UDim2.new(0, 251, 0, 216);
303
G2L["2"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
304
G2L["2"]["Position"] = UDim2.new(0.5, 0, 0.5, 0);
305
G2L["2"]["Name"] = [[UI]];
306
307
-- StarterGui.Loader.UI.UICorner
308
G2L["3"] = Instance.new("UICorner", G2L["2"]);
309
G2L["3"]["CornerRadius"] = UDim.new(0, 17);
310
311
-- StarterGui.Loader.UI.UIStroke
312
G2L["4"] = Instance.new("UIStroke", G2L["2"]);
313
G2L["4"]["Color"] = Color3.fromRGB(255, 255, 255);
314
G2L["4"]["Thickness"] = 4;
315
G2L["4"]["Transparency"] = 0.800000011920929;
316
317
-- StarterGui.Loader.UI.upperbar
318
G2L["5"] = Instance.new("Frame", G2L["2"]);
319
G2L["5"]["BorderSizePixel"] = 0;
320
G2L["5"]["BackgroundColor3"] = Color3.fromRGB(41, 41, 41);
321
G2L["5"]["AnchorPoint"] = Vector2.new(0.5, 0.5);
322
G2L["5"]["BackgroundTransparency"] = 1;
323
G2L["5"]["Size"] = UDim2.new(1, -30, 0, 30);
324
G2L["5"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
325
G2L["5"]["Position"] = UDim2.new(0.5, 0, 0, 30);
326
G2L["5"]["Name"] = [[upperbar]];
327
328
-- StarterGui.Loader.UI.upperbar.logo
329
G2L["6"] = Instance.new("ImageLabel", G2L["5"]);
330
G2L["6"]["BorderSizePixel"] = 0;
331
G2L["6"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
332
G2L["6"]["AnchorPoint"] = Vector2.new(0, 0.5);
333
G2L["6"]["Image"] = [[rbxassetid://18481362660]];
334
G2L["6"]["Size"] = UDim2.new(0, 30, 0, 30);
335
G2L["6"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
336
G2L["6"]["Name"] = [[logo]];
337
G2L["6"]["BackgroundTransparency"] = 1;
338
G2L["6"]["Position"] = UDim2.new(0, 0, 0.5, 0);
339
340
-- StarterGui.Loader.UI.upperbar.header
341
G2L["7"] = Instance.new("TextLabel", G2L["5"]);
342
G2L["7"]["BorderSizePixel"] = 0;
343
G2L["7"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
344
G2L["7"]["TextXAlignment"] = Enum.TextXAlignment.Left;
345
G2L["7"]["FontFace"] = Font.new([[rbxasset://fonts/families/GothamSSm.json]], Enum.FontWeight.SemiBold, Enum.FontStyle.Normal);
346
G2L["7"]["TextSize"] = 15;
347
G2L["7"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
348
G2L["7"]["Size"] = UDim2.new(0.8493150472640991, -33, 1, 0);
349
G2L["7"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
350
G2L["7"]["Text"] = [[SimpleBypass]];
351
G2L["7"]["Name"] = [[header]];
352
G2L["7"]["BackgroundTransparency"] = 1;
353
G2L["7"]["Position"] = UDim2.new(0, 33, 0, 2);
354
355
-- StarterGui.Loader.UI.upperbar.settings
356
G2L["8"] = Instance.new("ImageButton", G2L["5"]);
357
G2L["8"]["BorderSizePixel"] = 0;
358
G2L["8"]["AutoButtonColor"] = false;
359
G2L["8"]["BackgroundColor3"] = Color3.fromRGB(27, 27, 27);
360
G2L["8"]["Size"] = UDim2.new(0, 30, 0, 30);
361
G2L["8"]["Name"] = [[settings]];
362
G2L["8"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
363
G2L["8"]["Position"] = UDim2.new(1, -65, 0, 0);
364
365
-- StarterGui.Loader.UI.upperbar.settings.UICorner
366
G2L["9"] = Instance.new("UICorner", G2L["8"]);
367
G2L["9"]["CornerRadius"] = UDim.new(0, 6);
368
369
-- StarterGui.Loader.UI.Credits
370
G2L["a"] = Instance.new("TextLabel", G2L["2"]);
371
G2L["a"]["BorderSizePixel"] = 0;
372
G2L["a"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
373
G2L["a"]["TextXAlignment"] = Enum.TextXAlignment.Left;
374
G2L["a"]["FontFace"] = Font.new([[rbxasset://fonts/families/GothamSSm.json]], Enum.FontWeight.SemiBold, Enum.FontStyle.Normal);
375
G2L["a"]["TextSize"] = 15;
376
G2L["a"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
377
G2L["a"]["Size"] = UDim2.new(0, 154, 0, 30);
378
G2L["a"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
379
G2L["a"]["Text"] = [[CREDITS:]];
380
G2L["a"]["Name"] = [[Credits]];
381
G2L["a"]["BackgroundTransparency"] = 1;
382
G2L["a"]["Position"] = UDim2.new(0, 15, 0, 50);
383
384
-- StarterGui.Loader.UI.Skire
385
G2L["b"] = Instance.new("TextLabel", G2L["2"]);
386
G2L["b"]["BorderSizePixel"] = 0;
387
G2L["b"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
388
G2L["b"]["TextXAlignment"] = Enum.TextXAlignment.Left;
389
G2L["b"]["FontFace"] = Font.new([[rbxasset://fonts/families/GothamSSm.json]], Enum.FontWeight.SemiBold, Enum.FontStyle.Normal);
390
G2L["b"]["TextSize"] = 14;
391
G2L["b"]["TextColor3"] = Color3.fromRGB(166, 166, 166);
392
G2L["b"]["Size"] = UDim2.new(0, 154, 0, 30);
393
G2L["b"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
394
G2L["b"]["Text"] = [[Skire - Only dev]];
395
G2L["b"]["Name"] = [[Skire]];
396
G2L["b"]["BackgroundTransparency"] = 1;
397
G2L["b"]["Position"] = UDim2.new(0, 41, 0, 74);
398
399
-- StarterGui.Loader.UI.Based
400
G2L["c"] = Instance.new("TextLabel", G2L["2"]);
401
G2L["c"]["BorderSizePixel"] = 0;
402
G2L["c"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
403
G2L["c"]["TextXAlignment"] = Enum.TextXAlignment.Left;
404
G2L["c"]["FontFace"] = Font.new([[rbxasset://fonts/families/GothamSSm.json]], Enum.FontWeight.SemiBold, Enum.FontStyle.Normal);
405
G2L["c"]["TextSize"] = 14;
406
G2L["c"]["TextColor3"] = Color3.fromRGB(166, 166, 166);
407
G2L["c"]["Size"] = UDim2.new(0, 154, 0, 30);
408
G2L["c"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
409
G2L["c"]["Text"] = [[Based - No reason]];
410
G2L["c"]["Name"] = [[Based]];
411
G2L["c"]["BackgroundTransparency"] = 1;
412
G2L["c"]["Position"] = UDim2.new(0, 41, 0, 94);
413
414
-- StarterGui.Loader.UI.Join
415
G2L["d"] = Instance.new("TextButton", G2L["2"]);
416
G2L["d"]["BorderSizePixel"] = 0;
417
G2L["d"]["BackgroundColor3"] = Color3.fromRGB(42, 42, 42);
418
G2L["d"]["TextSize"] = 14;
419
G2L["d"]["FontFace"] = Font.new([[rbxasset://fonts/families/GothamSSm.json]], Enum.FontWeight.Medium, Enum.FontStyle.Normal);
420
G2L["d"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
421
G2L["d"]["Size"] = UDim2.new(0, 233, 0, 30);
422
G2L["d"]["Name"] = [[Join]];
423
G2L["d"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
424
G2L["d"]["Text"] = [[Join the Discord]];
425
G2L["d"]["Position"] = UDim2.new(0, 9, 1, -49);
426
427
-- StarterGui.Loader.UI.Join.UICorner
428
G2L["e"] = Instance.new("UICorner", G2L["d"]);
429
430
431
-- StarterGui.Loader.UI.Nevermind
432
G2L["f"] = Instance.new("TextButton", G2L["2"]);
433
G2L["f"]["BorderSizePixel"] = 0;
434
G2L["f"]["BackgroundColor3"] = Color3.fromRGB(42, 42, 42);
435
G2L["f"]["TextSize"] = 10;
436
G2L["f"]["FontFace"] = Font.new([[rbxasset://fonts/families/GothamSSm.json]], Enum.FontWeight.Medium, Enum.FontStyle.Normal);
437
G2L["f"]["TextColor3"] = Color3.fromRGB(154, 154, 154);
438
G2L["f"]["Size"] = UDim2.new(0, 233, 0, 19);
439
G2L["f"]["Name"] = [[Nevermind]];
440
G2L["f"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
441
G2L["f"]["Text"] = [[NO, I HATE YOU]];
442
G2L["f"]["Position"] = UDim2.new(0, 9, 1, -19);
443
G2L["f"]["BackgroundTransparency"] = 1;
444
445
-- StarterGui.Loader.UI.Nevermind.UICorner
446
G2L["10"] = Instance.new("UICorner", G2L["f"]);
447
448
449
-- StarterGui.Loader.UI.YTeber
450
G2L["11"] = Instance.new("TextLabel", G2L["2"]);
451
G2L["11"]["BorderSizePixel"] = 0;
452
G2L["11"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
453
G2L["11"]["TextXAlignment"] = Enum.TextXAlignment.Left;
454
G2L["11"]["FontFace"] = Font.new([[rbxasset://fonts/families/GothamSSm.json]], Enum.FontWeight.SemiBold, Enum.FontStyle.Normal);
455
G2L["11"]["TextSize"] = 14;
456
G2L["11"]["TextColor3"] = Color3.fromRGB(166, 166, 166);
457
G2L["11"]["Size"] = UDim2.new(0, 154, 0, 30);
458
G2L["11"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
459
G2L["11"]["Text"] = [[YTeber112 - idk]];
460
G2L["11"]["Name"] = [[YTeber]];
461
G2L["11"]["BackgroundTransparency"] = 1;
462
G2L["11"]["Position"] = UDim2.new(0, 41, 0, 116);
463
464
-- StarterGui.Loader.UI.Bat
465
G2L["12"] = Instance.new("TextLabel", G2L["2"]);
466
G2L["12"]["BorderSizePixel"] = 0;
467
G2L["12"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
468
G2L["12"]["TextXAlignment"] = Enum.TextXAlignment.Left;
469
G2L["12"]["FontFace"] = Font.new([[rbxasset://fonts/families/GothamSSm.json]], Enum.FontWeight.SemiBold, Enum.FontStyle.Normal);
470
G2L["12"]["TextSize"] = 14;
471
G2L["12"]["TextColor3"] = Color3.fromRGB(166, 166, 166);
472
G2L["12"]["Size"] = UDim2.new(0, 154, 0, 30);
473
G2L["12"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
474
G2L["12"]["Text"] = [[Vxsty - Being awesome sauce]];
475
G2L["12"]["Name"] = [[Bat]];
476
G2L["12"]["BackgroundTransparency"] = 1;
477
G2L["12"]["Position"] = UDim2.new(0, 41, 0, 137);
478
479
480
return G2L["1"];
481
end
482
spawn(function()
483
--local discord = loadstring(game:HttpGet("https://raw.githubusercontent.com/SkireScripts/Ouxie/main/Projects/Discord%20Inviter/Loader.lua"))()
484
--discord:invite("https://discord.gg/c3AbX3GXsr", "Skires stuff", function()end)
485
local function a()
486
local ts = game:GetService("TweenService")
487
local ti = TweenInfo.new(0.1, Enum.EasingStyle.Linear)
488
local ui = initui().UI
489
490
local upperbar = ui.upperbar
491
local bar = ui.bar
492
local max = ui.maximize
493
local mini = upperbar.minimize
494
local settings = upperbar.settings
495
local send = bar.send
496
local clearlogs = bar.clear
497
local box = bar.messagebox
498
499
-- Animations setup
500
local function expand()
501
ts:Create(ui, ti, { Size = UDim2.new(0, 322, 0, 109) }):Play()
502
ts:Create(ui, ti, { Position = UDim2.new(ui.Position.X.Scale, ui.Position.X.Offset + 140, ui.Position.Y.Scale, ui.Position.Y.Offset) }):Play()
503
upperbar.Visible = true
504
bar.Visible = true
505
max.Visible = false
506
ui.logo.Visible = false
507
end
508
509
local function minimize()
510
ts:Create(ui, ti, { Size = UDim2.new(0, 47, 0, 83) }):Play()
511
ts:Create(ui, ti, { Position = UDim2.new(ui.Position.X.Scale, ui.Position.X.Offset - 140, ui.Position.Y.Scale, ui.Position.Y.Offset) }):Play()
512
upperbar.Visible = false
513
bar.Visible = false
514
max.Visible = true
515
ui.logo.Visible = true
516
end
517
518
max.MouseButton1Click:Connect(expand)
519
mini.MouseButton1Click:Connect(minimize)
520
521
-- Event handling for settings, clearlogs, send button interactions
522
settings.MouseEnter:Connect(function()
523
settings.BackgroundColor3 = Color3.fromRGB(35, 35, 35)
524
end)
525
settings.MouseLeave:Connect(function()
526
settings.BackgroundColor3 = Color3.fromRGB(26, 26, 26)
527
end)
528
529
clearlogs.MouseEnter:Connect(function()
530
clearlogs.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
531
clearlogs.ImageLabel.ImageColor3 = Color3.fromRGB(255, 255, 255)
532
end)
533
clearlogs.MouseLeave:Connect(function()
534
clearlogs.BackgroundColor3 = Color3.fromRGB(31, 31, 31)
535
clearlogs.ImageLabel.ImageColor3 = Color3.fromRGB(131,131,131)
536
end)
537
538
send.MouseEnter:Connect(function()
539
send.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
540
send.Frame.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
541
end)
542
send.MouseLeave:Connect(function()
543
send.BackgroundColor3 = Color3.fromRGB(31, 31, 31)
544
send.Frame.BackgroundColor3 = Color3.fromRGB(31, 31, 31)
545
end)
546
547
-- Dragging functionality
548
local function update(input)
549
local delta = input.Position - dragStart
550
ui.Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + delta.X, startPos.Y.Scale, startPos.Y.Offset + delta.Y)
551
end
552
553
ui.InputBegan:Connect(function(input)
554
if input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch then
555
dragging = true
556
dragStart = input.Position
557
startPos = ui.Position
558
559
input.Changed:Connect(function()
560
if input.UserInputState == Enum.UserInputState.End then
561
dragging = false
562
end
563
end)
564
end
565
end)
566
567
ui.InputChanged:Connect(function(input)
568
if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
569
dragInput = input
570
end
571
end)
572
573
game:GetService("UserInputService").InputChanged:Connect(function(input)
574
if input == dragInput and dragging then
575
update(input)
576
end
577
end)
578
579
-- Main functionality (assuming this is where you have your main logic)
580
pcall(function()
581
local tcs = game:GetService("TextChatService")
582
local chat = tcs.ChatInputBarConfiguration.TargetTextChannel
583
584
local function replace(str, find_str, replace_str)
585
local escaped_find_str = find_str:gsub("[%-%^%$%(%)%%%.%[%]%*%+%-%?]", "%%%0")
586
return str:gsub(escaped_find_str, replace_str)
587
end
588
589
local letters = {
590
["a"] = "Α", ["A"] = "α",
591
["b"] = "Β", ["B"] = "b",
592
["c"] = "С", ["C"] = "с",
593
["d"] = "D",-- ["D"] = "ԁ",
594
["e"] = "Ε", ["E"] = "ȩ",
595
["f"] = "Ғ", ["F"] = "Ғ",
596
["g"] = "ԍ", ["G"] = "ԍ",
597
["h"] = "Η", ["H"] = "һ",
598
["i"] = "I",-- ["I"] = "i",
599
["j"] = "Ј", ["J"] = "ј",
600
["k"] = "Κ", ["K"] = "κ",
601
["l"] = "L",-- ["L"] = "L",
602
["m"] = "Μ", ["M"] = "м",
603
["n"] = "Ν", ["N"] = "n",
604
["o"] = "Ο", ["O"] = "ο",
605
["p"] = "Ρ", ["P"] = "р",
606
["q"] = "Ԛ",-- ["Q"] = "ԛ",
607
["r"] = "R",-- ["R"] = "r",
608
["s"] = "Ṡ", ["S"] = "ş",
609
["t"] = "Τ", ["T"] = "t",
610
["u"] = "ᴜ", ["U"] = "u",
611
["v"] = "Ѵ", ["V"] = "ѵ",
612
["w"] = "Ԝ", ["W"] = "ԝ",
613
["x"] = "Χ", ["X"] = "x",
614
["y"] = "Υ", ["Y"] = "y",
615
["z"] = "Ζ", ["Z"] = "ᴢ"
616
}
617
618
local function filter(message)
619
for search, replacement in pairs(letters) do
620
message = replace(message, search, replacement)
621
end
622
return message
623
end
624
625
local function clearlogsf()
626
for i = 1, 19 do
627
chat:SendAsync("")
628
end
629
end
630
631
clearlogs.MouseButton1Click:Connect(function()
632
clearlogsf()
633
end)
634
635
box:GetPropertyChangedSignal("Text"):Connect(function()
636
if #box.Text > 0 then
637
bar.send.ImageLabel.ImageColor3 = Color3.fromRGB(255, 255, 255)
638
elseif #box.Text > 200 or #box.Text == 0 then
639
bar.send.ImageLabel.ImageColor3 = Color3.fromRGB(131, 131, 131)
640
end
641
end)
642
local function sendchat(msg)
643
if tcs.ChatVersion == Enum.ChatVersion.LegacyChatService then
644
game:GetService("ReplicatedStorage"):FindFirstChild("DefaultChatSystemChatEvents").SayMessageRequest:FireServer(msg,"All")
645
else
646
chat:SendAsync(msg)
647
end
648
end
649
box.FocusLost:Connect(function(enterPressed)
650
if enterPressed then
651
sendchat(filter(box.Text))
652
box.Text = ""
653
end
654
end)
655
656
send.MouseButton1Click:Connect(function()
657
sendchat(filter(box.Text))
658
box.Text = ""
659
end)
660
end)
661
end
662
local loader = initloader()
663
loader.UI.Join.MouseButton1Click:Connect(function()
664
setclipboard("https://discord.gg/c3AbX3GXsr")
665
a()
666
loader:Destroy()
667
end)
668
loader.UI.Nevermind.MouseButton1Click:Connect(function()
669
a()
670
loader:Destroy()
671
end)
672
end)