View difference between Paste ID: 3NCjhVB4 and Jn47kK5D
SHOW: | | - or go back to the newest paste.
1-
1+
2
-- If you want to use some of the script, credit is appreciated!
3
-- Objects
4
local Arosia = Instance.new("ScreenGui")
5
local SideTabsBrick = Instance.new("Frame")
6
local icon = Instance.new("ImageLabel")
7
local MainFrame = Instance.new("Frame")
8
local TopRow = Instance.new("Frame")
9
local Title = Instance.new("TextLabel")
10
local CloseGUI = Instance.new("TextButton")
11
local FE_Check = Instance.new("TextLabel")
12
local SideTabs = Instance.new("Frame")
13
local TAB_LocalPlayer = Instance.new("TextButton")
14
local TAB_Others = Instance.new("TextButton")
15
local TAB_Scripts = Instance.new("TextButton")
16
local TAB_Credit = Instance.new("TextButton")
17
local TAB_Games = Instance.new("TextButton")
18
local Others = Instance.new("Frame")
19
local PlayerUserEnter = Instance.new("TextBox")
20
local Guidance = Instance.new("TextLabel")
21
local Annoy = Instance.new("TextButton")
22
local Teleport = Instance.new("TextButton")
23
local View = Instance.new("TextButton")
24
local Kill = Instance.new("TextButton")
25
local Attach = Instance.new("TextButton")
26
local Bring = Instance.new("TextButton")
27
local Guidance2 = Instance.new("TextLabel")
28
local NoneSelected = Instance.new("Frame")
29
local NoneSelectedText1 = Instance.new("TextLabel")
30
local NoneSelectedText2 = Instance.new("TextLabel")
31
local NoneSelectedText3 = Instance.new("TextLabel")
32
local LocalPlayer = Instance.new("Frame")
33
local GodMode = Instance.new("TextButton")
34
local Fly = Instance.new("TextButton")
35
local Speed = Instance.new("TextButton")
36
local Speed_TXTBOX = Instance.new("TextBox")
37
local JumpHeight = Instance.new("TextButton")
38
local JumpHeight_TXTBOX = Instance.new("TextBox")
39
local Chat = Instance.new("TextButton")
40
local Chat_TXTBOX = Instance.new("TextBox")
41
local Respawn = Instance.new("TextButton")
42
local HipHeight = Instance.new("TextButton")
43
local HipHeight_TXTBOX = Instance.new("TextBox")
44
local Noclip = Instance.new("TextButton")
45
local Sit = Instance.new("TextButton")
46
local Jump = Instance.new("TextButton")
47
local HideName = Instance.new("TextButton")
48
local Spam = Instance.new("TextButton")
49
local Freeze = Instance.new("TextButton")
50
local Btools = Instance.new("TextButton")
51
local Spin = Instance.new("TextButton")
52
local NoLimbs = Instance.new("TextButton")
53
local Seizure = Instance.new("TextButton")
54
local Games = Instance.new("Frame")
55
local Scripts = Instance.new("Frame")
56
local SideFrame = Instance.new("Frame")
57
local SIDE_Title = Instance.new("TextLabel")
58
local OpenGUI = Instance.new("TextButton")
59
local SIDE_FE_Check = Instance.new("TextLabel")
60
local getimage = game:GetService('ContentProvider')
61
local ResetDefault = Instance.new("TextButton")
62
local Push = Instance.new("TextButton")
63
local ClientFreeze = Instance.new("TextButton")
64
local Orbit = Instance.new("TextButton")
65
local BringAll = Instance.new("TextButton")
66
local AttachAll = Instance.new("TextButton")
67
local Flatten = Instance.new("TextButton")
68
local Guidance3 = Instance.new("TextLabel")
69
local KillAll = Instance.new("TextButton")
70
local Energize = Instance.new("TextButton")
71
local GlitchMax = Instance.new("TextButton")
72
local Energize_TXT = Instance.new("TextLabel")
73
local GlitchMax_TXT = Instance.new("TextLabel")
74
local Verspin = Instance.new("TextButton")
75
local Verspin_TXT = Instance.new("TextLabel")
76
local Temp = Instance.new("TextLabel")
77
local Experimental = Instance.new("TextButton")
78
local CHAOS = Instance.new("TextButton")
79
-- Properties
80
Arosia.Name = "Arosia"
81
Arosia.Parent = game.CoreGui
82
MainFrame.Name = "MainFrame"
83
MainFrame.Parent = Arosia
84
MainFrame.Active = true
85
MainFrame.BackgroundColor3 = Color3.new(1, 1, 1)
86
MainFrame.BackgroundTransparency = 1
87
MainFrame.Draggable = true
88
MainFrame.Position = UDim2.new(0.309, 0, -1, 0)
89
MainFrame.Size = UDim2.new(0, 448, 0, 334)
90
TopRow.Name = "TopRow"
91
TopRow.Parent = MainFrame
92
TopRow.BackgroundColor3 = Color3.new(0.129412, 0.129412, 0.129412)
93
TopRow.BorderColor3 = Color3.new(0.129412, 0.129412, 0.129412)
94
TopRow.BorderSizePixel = 2
95
TopRow.Size = UDim2.new(0, 448, 0, 24)
96
TopRow.ZIndex = 7
97
Title.Name = "Title"
98
Title.Parent = TopRow
99
Title.Active = true
100
Title.BackgroundColor3 = Color3.new(1, 1, 1)
101
Title.BackgroundTransparency = 1
102
Title.Size = UDim2.new(0, 90, 0, 24)
103
Title.Font = Enum.Font.ArialBold
104
Title.FontSize = Enum.FontSize.Size24
105
Title.Text = "Arosia "
106
Title.TextColor3 = Color3.new(0.368627, 0.976471, 0.262745)
107
Title.TextScaled = true
108
Title.TextSize = 19
109
Title.TextWrapped = true
110
Title.ZIndex = 8
111
CloseGUI.Name = "CloseGUI"
112
CloseGUI.Parent = TopRow
113
CloseGUI.BackgroundColor3 = Color3.new(1, 1, 1)
114
CloseGUI.BackgroundTransparency = 1
115
CloseGUI.Position = UDim2.new(0.560000002, 166, 0.100000001, 0)
116
CloseGUI.Size = UDim2.new(0, 38, 0, 24)
117
CloseGUI.Font = Enum.Font.ArialBold
118
CloseGUI.FontSize = Enum.FontSize.Size32
119
CloseGUI.Text = "X"
120
CloseGUI.TextColor3 = Color3.new(0.615686, 0, 0)
121
CloseGUI.TextSize = 30
122
CloseGUI.ZIndex = 8
123
FE_Check.Name = "FE_Check"
124
FE_Check.Parent = TopRow
125
FE_Check.BackgroundColor3 = Color3.new(1, 1, 1)
126
FE_Check.BackgroundTransparency = 1
127
FE_Check.Position = UDim2.new(0.291458786, 0, 0, 0)
128
FE_Check.Size = UDim2.new(0, 223, 0, 24)
129
FE_Check.Font = Enum.Font.Highway
130
FE_Check.FontSize = Enum.FontSize.Size14
131
FE_Check.Text = "Error loading FE Checker"
132
FE_Check.TextColor3 = Color3.new(1, 1, 1)
133
FE_Check.TextScaled = true
134
FE_Check.TextSize = 14
135
FE_Check.TextWrapped = true
136
FE_Check.ZIndex = 8
137
SideTabs.Name = "SideTabs"
138
SideTabs.Parent = MainFrame
139
SideTabs.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
140
SideTabs.BorderColor3 = Color3.new(0.129412, 0.129412, 0.129412)
141
SideTabs.BorderSizePixel = 2
142
SideTabs.Position = UDim2.new(0, 0, 0.0799999982, 0)
143
SideTabs.Size = UDim2.new(0, 120, 0, 307)
144
SideTabs.ZIndex = 5
145
TAB_LocalPlayer.Name = "TAB_LocalPlayer"
146
TAB_LocalPlayer.Parent = SideTabs
147
TAB_LocalPlayer.BackgroundColor3 = Color3.new(0.337255, 0.337255, 0.337255)
148
TAB_LocalPlayer.BorderSizePixel = 0
149
TAB_LocalPlayer.Size = UDim2.new(0, 120, 0, 35)
150
TAB_LocalPlayer.Font = Enum.Font.SourceSansBold
151
TAB_LocalPlayer.FontSize = Enum.FontSize.Size24
152
TAB_LocalPlayer.Text = "Local Player"
153
TAB_LocalPlayer.TextColor3 = Color3.new(0.882353, 0.882353, 0.882353)
154
TAB_LocalPlayer.TextSize = 23
155
TAB_LocalPlayer.TextWrapped = true
156
TAB_LocalPlayer.ZIndex = 6
157
TAB_Others.Name = "TAB_Others"
158
TAB_Others.Parent = SideTabs
159
TAB_Others.BackgroundColor3 = Color3.new(0.337255, 0.337255, 0.337255)
160
TAB_Others.BorderSizePixel = 0
161
TAB_Others.Position = UDim2.new(0, 0, 0.130510315, 0)
162
TAB_Others.Size = UDim2.new(0, 120, 0, 35)
163
TAB_Others.Font = Enum.Font.SourceSansBold
164
TAB_Others.FontSize = Enum.FontSize.Size28
165
TAB_Others.Text = "Others"
166
TAB_Others.TextColor3 = Color3.new(0.882353, 0.882353, 0.882353)
167
TAB_Others.TextSize = 27
168
TAB_Others.TextWrapped = true
169
TAB_Others.ZIndex = 6
170
TAB_Scripts.Name = "TAB_Scripts"
171
TAB_Scripts.Parent = SideTabs
172
TAB_Scripts.BackgroundColor3 = Color3.new(0.337255, 0.337255, 0.337255)
173
TAB_Scripts.BorderSizePixel = 0
174
TAB_Scripts.Position = UDim2.new(0, 0, 0.261020631, 0)
175
TAB_Scripts.Size = UDim2.new(0, 120, 0, 35)
176
TAB_Scripts.Font = Enum.Font.SourceSansBold
177
TAB_Scripts.FontSize = Enum.FontSize.Size28
178
TAB_Scripts.Text = "Scripts"
179
TAB_Scripts.TextColor3 = Color3.new(0.882353, 0.882353, 0.882353)
180
TAB_Scripts.TextSize = 27
181
TAB_Scripts.TextWrapped = true
182
TAB_Scripts.ZIndex = 6
183
TAB_Credit.Name = "TAB_Credit"
184
TAB_Credit.Parent = SideTabs
185
TAB_Credit.BackgroundColor3 = Color3.new(0.129412, 0.129412, 0.129412)
186
TAB_Credit.BorderSizePixel = 0
187
TAB_Credit.Position = UDim2.new(0, 0, 0.880944669, 0)
188
TAB_Credit.Size = UDim2.new(0, 120, 0, 37)
189
TAB_Credit.Font = Enum.Font.SourceSansBold
190
TAB_Credit.FontSize = Enum.FontSize.Size28
191
TAB_Credit.Text = "illremember"
192
TAB_Credit.TextColor3 = Color3.new(0.882353, 0.882353, 0.882353)
193
TAB_Credit.TextSize = 25
194
TAB_Credit.TextStrokeColor3 = Color3.new(1, 0, 0)
195
TAB_Credit.TextStrokeTransparency = 0.80000001192093
196
TAB_Credit.TextWrapped = true
197
TAB_Credit.ZIndex = 6
198
TAB_Games.Name = "TAB_Games"
199
TAB_Games.Parent = SideTabs
200
TAB_Games.BackgroundColor3 = Color3.new(0.337255, 0.337255, 0.337255)
201
TAB_Games.BorderSizePixel = 0
202
TAB_Games.Position = UDim2.new(0, 0, 0.391530931, 0)
203
TAB_Games.Size = UDim2.new(0, 120, 0, 35)
204
TAB_Games.Font = Enum.Font.SourceSansBold
205
TAB_Games.FontSize = Enum.FontSize.Size28
206
TAB_Games.Text = "Games"
207
TAB_Games.TextColor3 = Color3.new(0.882353, 0.882353, 0.882353)
208
TAB_Games.TextSize = 27
209
TAB_Games.TextWrapped = true
210
TAB_Games.ZIndex = 6
211
Others.Name = "Others"
212
Others.Parent = MainFrame
213
Others.BackgroundColor3 = Color3.new(0.8, 0.8, 0.8)
214
Others.BorderColor3 = Color3.new(0.129412, 0.129412, 0.129412)
215
Others.BorderSizePixel = 2
216
Others.Position = UDim2.new(0.31400001, -21, 0.180000007, -33)
217
Others.Size = UDim2.new(0, 328, 0, 307)
218
Others.Visible = false
219
PlayerUserEnter.Name = "PlayerUserEnter"
220
PlayerUserEnter.Parent = Others
221
PlayerUserEnter.BackgroundColor3 = Color3.new(0.65098, 0.65098, 0.65098)
222
PlayerUserEnter.BorderSizePixel = 0
223
PlayerUserEnter.Position = UDim2.new(0.0612446219, 0, 0.0978827327, 0)
224
PlayerUserEnter.Size = UDim2.new(0, 286, 0, 26)
225
PlayerUserEnter.Font = Enum.Font.SourceSans
226
PlayerUserEnter.FontSize = Enum.FontSize.Size14
227
PlayerUserEnter.Text = ""
228
PlayerUserEnter.TextScaled = true
229
PlayerUserEnter.TextSize = 14
230
PlayerUserEnter.TextWrapped = true
231
Guidance.Name = "Guidance"
232
Guidance.Parent = Others
233
Guidance.BackgroundColor3 = Color3.new(1, 1, 1)
234
Guidance.BackgroundTransparency = 1
235
Guidance.Position = UDim2.new(0.183733866, 0, 0, 0)
236
Guidance.Size = UDim2.new(0, 209, 0, 24)
237
Guidance.Font = Enum.Font.ArialBold
238
Guidance.FontSize = Enum.FontSize.Size14
239
Guidance.Text = "Enter Player Username"
240
Guidance.TextColor3 = Color3.new(0.258824, 0.690196, 0.211765)
241
Guidance.TextScaled = true
242
Guidance.TextSize = 14
243
Guidance.TextWrapped = true
244
Annoy.Name = "Annoy"
245
Annoy.Parent = Others
246
Annoy.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
247
Annoy.BorderSizePixel = 0
248
Annoy.Position = UDim2.new(0.0612553172, 0, 0.228393063, 0)
249
Annoy.Size = UDim2.new(0, 78, 0, 26)
250
Annoy.Font = Enum.Font.Arial
251
Annoy.FontSize = Enum.FontSize.Size18
252
Annoy.Text = "Annoy"
253
Annoy.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
254
Annoy.TextSize = 18
255
Annoy.TextWrapped = true
256
Teleport.Name = "Teleport"
257
Teleport.Parent = Others
258
Teleport.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
259
Teleport.BorderSizePixel = 0
260
Teleport.Position = UDim2.new(0.367531896, 0, 0.228393063, 0)
261
Teleport.Size = UDim2.new(0, 78, 0, 26)
262
Teleport.Font = Enum.Font.Arial
263
Teleport.FontSize = Enum.FontSize.Size18
264
Teleport.Text = "Teleport"
265
Teleport.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
266
Teleport.TextSize = 18
267
Teleport.TextWrapped = true
268
View.Name = "View"
269
View.Parent = Others
270
View.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
271
View.BorderSizePixel = 0
272
View.Position = UDim2.new(0.673808455, 0, 0.228393063, 0)
273
View.Size = UDim2.new(0, 78, 0, 26)
274
View.Font = Enum.Font.Arial
275
View.FontSize = Enum.FontSize.Size18
276
View.Text = "View"
277
View.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
278
View.TextSize = 18
279
View.TextWrapped = true
280
KillAll.Name = "KillAll"
281
KillAll.Parent = Others
282
KillAll.BackgroundColor3 = Color3.new(0.423529, 0.0862745, 0.0627451)
283
KillAll.BorderSizePixel = 0
284
KillAll.Position = UDim2.new(0.0612446219, 0, 0.880944669, 0)
285
KillAll.Size = UDim2.new(0, 78, 0, 26)
286
KillAll.Font = Enum.Font.Arial
287
KillAll.FontSize = Enum.FontSize.Size18
288
KillAll.Text = "Kill All"
289
KillAll.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
290
KillAll.TextSize = 18
291
KillAll.TextWrapped = true
292
Attach.Name = "Attach"
293
Attach.Parent = Others
294
Attach.BackgroundColor3 = Color3.new(0.415686, 0.423529, 0.0666667)
295
Attach.BorderSizePixel = 0
296
Attach.Position = UDim2.new(0.673808455, 0, 0.652551532, 0)
297
Attach.Size = UDim2.new(0, 78, 0, 26)
298
Attach.Font = Enum.Font.Arial
299
Attach.FontSize = Enum.FontSize.Size18
300
Attach.Text = "Attach"
301
Attach.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
302
Attach.TextSize = 18
303
Attach.TextWrapped = true
304
Bring.Name = "Bring"
305
Bring.Parent = Others
306
Bring.BackgroundColor3 = Color3.new(0.415686, 0.423529, 0.0666667)
307
Bring.BorderSizePixel = 0
308
Bring.Position = UDim2.new(0.367531896, 0, 0.652551532, 0)
309
Bring.Size = UDim2.new(0, 78, 0, 26)
310
Bring.Font = Enum.Font.Arial
311
Bring.FontSize = Enum.FontSize.Size18
312
Bring.Text = "Bring"
313
Bring.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
314
Bring.TextSize = 18
315
Bring.TextWrapped = true
316
Guidance2.Name = "Guidance2"
317
Guidance2.Parent = Others
318
Guidance2.BackgroundColor3 = Color3.new(1, 1, 1)
319
Guidance2.BackgroundTransparency = 1
320
Guidance2.Position = UDim2.new(0.153138295, 0, 0.522041261, 0)
321
Guidance2.Size = UDim2.new(0, 227, 0, 40)
322
Guidance2.Font = Enum.Font.ArialBold
323
Guidance2.FontSize = Enum.FontSize.Size14
324
Guidance2.Text = "Golden buttons require tools in your backpack before using"
325
Guidance2.TextColor3 = Color3.new(0.137255, 0.137255, 0.137255)
326
Guidance2.TextScaled = true
327
Guidance2.TextSize = 14
328
Guidance2.TextStrokeColor3 = Color3.new(1, 0.870588, 0.223529)
329
Guidance2.TextStrokeTransparency = 0.80000001192093
330
Guidance2.TextWrapped = true
331
Kill.Name = "Kill"
332
Kill.Parent = Others
333
Kill.BackgroundColor3 = Color3.new(0.415686, 0.423529, 0.0666667)
334
Kill.BorderSizePixel = 0
335
Kill.Position = UDim2.new(0.0612553172, 0, 0.652551532, 0)
336
Kill.Size = UDim2.new(0, 78, 0, 26)
337
Kill.Font = Enum.Font.Arial
338
Kill.FontSize = Enum.FontSize.Size18
339
Kill.Text = "Kill"
340
Kill.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
341
Kill.TextSize = 18
342
Kill.TextWrapped = true
343
BringAll.Name = "Bring"
344
BringAll.Parent = Others
345
BringAll.BackgroundColor3 = Color3.new(0.423529, 0.0862745, 0.0627451)
346
BringAll.BorderSizePixel = 0
347
BringAll.Position = UDim2.new(0.367467731, 0, 0.880944669, 0)
348
BringAll.Size = UDim2.new(0, 78, 0, 26)
349
BringAll.Font = Enum.Font.Arial
350
BringAll.FontSize = Enum.FontSize.Size18
351
BringAll.Text = "Bring All"
352
BringAll.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
353
BringAll.TextSize = 18
354
BringAll.TextWrapped = true
355
AttachAll.Name = "Attach"
356
AttachAll.Parent = Others
357
AttachAll.BackgroundColor3 = Color3.new(0.423529, 0.0862745, 0.0627451)
358
AttachAll.BorderSizePixel = 0
359
AttachAll.Position = UDim2.new(0.673690796, 0, 0.880944669, 0)
360
AttachAll.Size = UDim2.new(0, 78, 0, 26)
361
AttachAll.Font = Enum.Font.Arial
362
AttachAll.FontSize = Enum.FontSize.Size18
363
AttachAll.Text = "Attach All"
364
AttachAll.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
365
AttachAll.TextSize = 18
366
AttachAll.TextWrapped = true
367
Flatten.Name = "Flatten"
368
Flatten.Parent = Others
369
Flatten.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
370
Flatten.BorderSizePixel = 0
371
Flatten.Position = UDim2.new(0.367531896, 0, 0.424158514, 0)
372
Flatten.Size = UDim2.new(0, 78, 0, 26)
373
Flatten.Font = Enum.Font.Arial
374
Flatten.FontSize = Enum.FontSize.Size18
375
Flatten.Text = "Flatten"
376
Flatten.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
377
Flatten.TextSize = 18
378
Flatten.TextWrapped = true
379
Guidance3.Name = "Guidance3"
380
Guidance3.Parent = Others
381
Guidance3.BackgroundColor3 = Color3.new(1, 1, 1)
382
Guidance3.BackgroundTransparency = 1
383
Guidance3.Position = UDim2.new(0.153138295, 0, 0.750434279, 0)
384
Guidance3.Size = UDim2.new(0, 227, 0, 40)
385
Guidance3.Font = Enum.Font.ArialBold
386
Guidance3.FontSize = Enum.FontSize.Size14
387
Guidance3.Text = "Red buttons require many tools in your backpack before using"
388
Guidance3.TextColor3 = Color3.new(0.137255, 0.137255, 0.137255)
389
Guidance3.TextScaled = true
390
Guidance3.TextSize = 14
391
Guidance3.TextStrokeColor3 = Color3.new(1, 0.266667, 0.137255)
392
Guidance3.TextStrokeTransparency = 0.80000001192093
393
Guidance3.TextWrapped = true
394
NoneSelected.Name = "NoneSelected"
395
NoneSelected.Parent = MainFrame
396
NoneSelected.BackgroundColor3 = Color3.new(0.8, 0.8, 0.8)
397
NoneSelected.BorderColor3 = Color3.new(0.129412, 0.129412, 0.129412)
398
NoneSelected.BorderSizePixel = 2
399
NoneSelected.Position = UDim2.new(0.31400001, -21, 0.180000007, -33)
400
NoneSelected.Size = UDim2.new(0, 328, 0, 307)
401
NoneSelectedText1.Name = "NoneSelectedText1"
402
NoneSelectedText1.Parent = NoneSelected
403
NoneSelectedText1.BackgroundColor3 = Color3.new(1, 1, 1)
404
NoneSelectedText1.BackgroundTransparency = 1
405
NoneSelectedText1.Position = UDim2.new(0.184861064, 0, 0.0326275788, 0)
406
NoneSelectedText1.Size = UDim2.new(0, 200, 0, 50)
407
NoneSelectedText1.Font = Enum.Font.ArialBold
408
NoneSelectedText1.FontSize = Enum.FontSize.Size14
409
NoneSelectedText1.Text = "Arosia"
410
NoneSelectedText1.TextColor3 = Color3.new(0.337255, 0.85098, 0.258824)
411
NoneSelectedText1.TextScaled = true
412
NoneSelectedText1.TextSize = 14
413
NoneSelectedText1.TextWrapped = true
414
NoneSelectedText2.Name = "NoneSelectedText2"
415
NoneSelectedText2.Parent = NoneSelected
416
NoneSelectedText2.BackgroundColor3 = Color3.new(1, 1, 1)
417
NoneSelectedText2.BackgroundTransparency = 1
418
NoneSelectedText2.Position = UDim2.new(0.184861064, -31, 0.195765465, 0)
419
NoneSelectedText2.Size = UDim2.new(0, 272, 0, 72)
420
NoneSelectedText2.Font = Enum.Font.ArialBold
421
NoneSelectedText2.FontSize = Enum.FontSize.Size14
422
NoneSelectedText2.Text = "Dedicated to bringing power into FE games"
423
NoneSelectedText2.TextColor3 = Color3.new(0.458824, 0.458824, 0.458824)
424
NoneSelectedText2.TextScaled = true
425
NoneSelectedText2.TextSize = 14
426
NoneSelectedText2.TextWrapped = true
427
NoneSelectedText3.Name = "NoneSelectedText3"
428
NoneSelectedText3.Parent = NoneSelected
429
NoneSelectedText3.BackgroundColor3 = Color3.new(1, 1, 1)
430
NoneSelectedText3.BackgroundTransparency = 1
431
NoneSelectedText3.Position = UDim2.new(0.0918669328, 0, 0.652551532, 0)
432
NoneSelectedText3.Size = UDim2.new(0, 272, 0, 72)
433
NoneSelectedText3.Font = Enum.Font.ArialBold
434
NoneSelectedText3.FontSize = Enum.FontSize.Size14
435
NoneSelectedText3.Text = "By illremember"
436
NoneSelectedText3.TextColor3 = Color3.new(0.458824, 0.458824, 0.458824)
437
NoneSelectedText3.TextScaled = true
438
NoneSelectedText3.TextSize = 14
439
NoneSelectedText3.TextStrokeColor3 = Color3.new(1, 0.027451, 0.027451)
440
NoneSelectedText3.TextStrokeTransparency = 0.89999997615814
441
NoneSelectedText3.TextWrapped = true
442
LocalPlayer.Name = "LocalPlayer"
443
LocalPlayer.Parent = MainFrame
444
LocalPlayer.BackgroundColor3 = Color3.new(0.8, 0.8, 0.8)
445
LocalPlayer.BorderColor3 = Color3.new(0.129412, 0.129412, 0.129412)
446
LocalPlayer.BorderSizePixel = 2
447
LocalPlayer.Position = UDim2.new(0.31400001, -21, 0.180000007, -33)
448
LocalPlayer.Size = UDim2.new(0, 328, 0, 307)
449
LocalPlayer.Visible = false
450
GodMode.Name = "GodMode"
451
GodMode.Parent = LocalPlayer
452
GodMode.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
453
GodMode.BorderSizePixel = 0
454
GodMode.Position = UDim2.new(0.0306223109, 0, 0.0326275788, 0)
455
GodMode.Size = UDim2.new(0, 80, 0, 26)
456
GodMode.Font = Enum.Font.Arial
457
GodMode.FontSize = Enum.FontSize.Size18
458
GodMode.Text = "GodMode"
459
GodMode.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
460
GodMode.TextSize = 18
461
GodMode.TextWrapped = true
462
Fly.Name = "Fly"
463
Fly.Parent = LocalPlayer
464
Fly.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
465
Fly.BorderSizePixel = 0
466
Fly.Position = UDim2.new(0.398090035, 0, 0.0326275788, 0)
467
Fly.Size = UDim2.new(0, 80, 0, 26)
468
Fly.Font = Enum.Font.Arial
469
Fly.FontSize = Enum.FontSize.Size18
470
Fly.Text = "Fly"
471
Fly.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
472
Fly.TextSize = 18
473
Fly.TextWrapped = true
474
Speed.Name = "Speed"
475
Speed.Parent = LocalPlayer
476
Speed.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
477
Speed.BorderSizePixel = 0
478
Speed.Position = UDim2.new(0.0306223109, 0, 0.261020631, 0)
479
Speed.Size = UDim2.new(0, 80, 0, 26)
480
Speed.Font = Enum.Font.Arial
481
Speed.FontSize = Enum.FontSize.Size18
482
Speed.Text = "Speed"
483
Speed.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
484
Speed.TextSize = 18
485
Speed.TextWrapped = true
486
Speed_TXTBOX.Name = "Speed_TXTBOX"
487
Speed_TXTBOX.Parent = LocalPlayer
488
Speed_TXTBOX.BackgroundColor3 = Color3.new(0.65098, 0.65098, 0.65098)
489
Speed_TXTBOX.BorderSizePixel = 0
490
Speed_TXTBOX.Position = UDim2.new(0.275600791, 0, 0.261020631, 0)
491
Speed_TXTBOX.Size = UDim2.new(0, 40, 0, 26)
492
Speed_TXTBOX.Font = Enum.Font.SourceSans
493
Speed_TXTBOX.FontSize = Enum.FontSize.Size14
494
Speed_TXTBOX.Text = ""
495
Speed_TXTBOX.TextScaled = true
496
Speed_TXTBOX.TextSize = 14
497
Speed_TXTBOX.TextWrapped = true
498
JumpHeight.Name = "JumpHeight"
499
JumpHeight.Parent = LocalPlayer
500
JumpHeight.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
501
JumpHeight.BorderSizePixel = 0
502
JumpHeight.Position = UDim2.new(0.459334642, 0, 0.261020631, 0)
503
JumpHeight.Size = UDim2.new(0, 80, 0, 26)
504
JumpHeight.Font = Enum.Font.Arial
505
JumpHeight.FontSize = Enum.FontSize.Size18
506
JumpHeight.Text = "JumpHeight"
507
JumpHeight.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
508
JumpHeight.TextSize = 15
509
JumpHeight.TextWrapped = true
510
JumpHeight_TXTBOX.Name = "JumpHeight_TXTBOX"
511
JumpHeight_TXTBOX.Parent = LocalPlayer
512
JumpHeight_TXTBOX.BackgroundColor3 = Color3.new(0.65098, 0.65098, 0.65098)
513
JumpHeight_TXTBOX.BorderSizePixel = 0
514
JumpHeight_TXTBOX.Position = UDim2.new(0.704313159, 0, 0.261020631, 0)
515
JumpHeight_TXTBOX.Size = UDim2.new(0, 40, 0, 26)
516
JumpHeight_TXTBOX.Font = Enum.Font.SourceSans
517
JumpHeight_TXTBOX.FontSize = Enum.FontSize.Size14
518
JumpHeight_TXTBOX.Text = ""
519
JumpHeight_TXTBOX.TextScaled = true
520
JumpHeight_TXTBOX.TextSize = 14
521
JumpHeight_TXTBOX.TextWrapped = true
522
Chat.Name = "Chat"
523
Chat.Parent = LocalPlayer
524
Chat.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
525
Chat.BorderSizePixel = 0
526
Chat.Position = UDim2.new(0.0306223109, 0, 0.456786126, 0)
527
Chat.Size = UDim2.new(0, 80, 0, 26)
528
Chat.Font = Enum.Font.Arial
529
Chat.FontSize = Enum.FontSize.Size18
530
Chat.Text = "Chat"
531
Chat.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
532
Chat.TextSize = 18
533
Chat.TextWrapped = true
534
Chat_TXTBOX.Name = "Chat_TXTBOX"
535
Chat_TXTBOX.Parent = LocalPlayer
536
Chat_TXTBOX.BackgroundColor3 = Color3.new(0.65098, 0.65098, 0.65098)
537
Chat_TXTBOX.BorderSizePixel = 0
538
Chat_TXTBOX.Position = UDim2.new(0.275600791, 0, 0.456786126, 0)
539
Chat_TXTBOX.Size = UDim2.new(0, 222, 0, 26)
540
Chat_TXTBOX.Font = Enum.Font.SourceSans
541
Chat_TXTBOX.FontSize = Enum.FontSize.Size14
542
Chat_TXTBOX.Text = ""
543
Chat_TXTBOX.TextScaled = true
544
Chat_TXTBOX.TextSize = 14
545
Chat_TXTBOX.TextWrapped = true
546
Respawn.Name = "Respawn"
547
Respawn.Parent = LocalPlayer
548
Respawn.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
549
Respawn.BorderSizePixel = 0
550
Respawn.Position = UDim2.new(0.734935462, 0, 0.0326275788, 0)
551
Respawn.Size = UDim2.new(0, 80, 0, 26)
552
Respawn.Font = Enum.Font.Arial
553
Respawn.FontSize = Enum.FontSize.Size18
554
Respawn.Text = "Respawn"
555
Respawn.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
556
Respawn.TextSize = 18
557
Respawn.TextWrapped = true
558
HipHeight.Name = "HipHeight"
559
HipHeight.Parent = LocalPlayer
560
HipHeight.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
561
HipHeight.BorderSizePixel = 0
562
HipHeight.Position = UDim2.new(0.0306223109, 0, 0.358903378, 0)
563
HipHeight.Size = UDim2.new(0, 80, 0, 26)
564
HipHeight.Font = Enum.Font.Arial
565
HipHeight.FontSize = Enum.FontSize.Size18
566
HipHeight.Text = "HipHeight"
567
HipHeight.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
568
HipHeight.TextSize = 18
569
HipHeight.TextWrapped = true
570
HipHeight_TXTBOX.Name = "HipHeight_TXTBOX"
571
HipHeight_TXTBOX.Parent = LocalPlayer
572
HipHeight_TXTBOX.BackgroundColor3 = Color3.new(0.65098, 0.65098, 0.65098)
573
HipHeight_TXTBOX.BorderSizePixel = 0
574
HipHeight_TXTBOX.Position = UDim2.new(0.275600791, 0, 0.358903378, 0)
575
HipHeight_TXTBOX.Size = UDim2.new(0, 40, 0, 26)
576
HipHeight_TXTBOX.Font = Enum.Font.SourceSans
577
HipHeight_TXTBOX.FontSize = Enum.FontSize.Size14
578
HipHeight_TXTBOX.Text = ""
579
HipHeight_TXTBOX.TextScaled = true
580
HipHeight_TXTBOX.TextSize = 14
581
HipHeight_TXTBOX.TextWrapped = true
582
Noclip.Name = "Noclip"
583
Noclip.Parent = LocalPlayer
584
Noclip.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
585
Noclip.BorderSizePixel = 0
586
Noclip.Position = UDim2.new(0.0306223109, 0, 0.130510315, 0)
587
Noclip.Size = UDim2.new(0, 80, 0, 26)
588
Noclip.Font = Enum.Font.Arial
589
Noclip.FontSize = Enum.FontSize.Size18
590
Noclip.Text = "Noclip"
591
Noclip.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
592
Noclip.TextSize = 18
593
Noclip.TextWrapped = true
594
Sit.Name = "Sit"
595
Sit.Parent = LocalPlayer
596
Sit.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
597
Sit.BorderSizePixel = 0
598
Sit.Position = UDim2.new(0.398090035, 0, 0.130510315, 0)
599
Sit.Size = UDim2.new(0, 80, 0, 26)
600
Sit.Font = Enum.Font.Arial
601
Sit.FontSize = Enum.FontSize.Size18
602
Sit.Text = "Sit"
603
Sit.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
604
Sit.TextSize = 18
605
Sit.TextWrapped = true
606
Jump.Name = "Jump"
607
Jump.Parent = LocalPlayer
608
Jump.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
609
Jump.BorderSizePixel = 0
610
Jump.Position = UDim2.new(0.734935462, 0, 0.130510315, 0)
611
Jump.Size = UDim2.new(0, 80, 0, 26)
612
Jump.Font = Enum.Font.Arial
613
Jump.FontSize = Enum.FontSize.Size18
614
Jump.Text = "Jump"
615
Jump.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
616
Jump.TextSize = 18
617
Jump.TextWrapped = true
618
HideName.Name = "HideName"
619
HideName.Parent = LocalPlayer
620
HideName.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
621
HideName.BorderSizePixel = 0
622
HideName.Position = UDim2.new(0.0306223109, 0, 0.880944669, 0)
623
HideName.Size = UDim2.new(0, 80, 0, 26)
624
HideName.Font = Enum.Font.Arial
625
HideName.FontSize = Enum.FontSize.Size18
626
HideName.Text = "HideName"
627
HideName.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
628
HideName.TextSize = 18
629
HideName.TextWrapped = true
630
Spam.Name = "Spam"
631
Spam.Parent = LocalPlayer
632
Spam.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
633
Spam.BorderSizePixel = 0
634
Spam.Position = UDim2.new(0.0306223109, 0, 0.554668844, 0)
635
Spam.Size = UDim2.new(0, 80, 0, 26)
636
Spam.Font = Enum.Font.Arial
637
Spam.FontSize = Enum.FontSize.Size18
638
Spam.Text = "Spam"
639
Spam.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
640
Spam.TextSize = 18
641
Spam.TextWrapped = true
642
Freeze.Name = "Freeze"
643
Freeze.Parent = LocalPlayer
644
Freeze.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
645
Freeze.BorderSizePixel = 0
646
Freeze.Position = UDim2.new(0.398090035, 0, 0.880944669, 0)
647
Freeze.Size = UDim2.new(0, 80, 0, 26)
648
Freeze.Font = Enum.Font.Arial
649
Freeze.FontSize = Enum.FontSize.Size18
650
Freeze.Text = "Freeze"
651
Freeze.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
652
Freeze.TextSize = 18
653
Freeze.TextWrapped = true
654
Btools.Name = "Btools"
655
Btools.Parent = LocalPlayer
656
Btools.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
657
Btools.BorderSizePixel = 0
658
Btools.Position = UDim2.new(0.0306223109, 0, 0.783061862, 0)
659
Btools.Size = UDim2.new(0, 80, 0, 26)
660
Btools.Font = Enum.Font.Arial
661
Btools.FontSize = Enum.FontSize.Size18
662
Btools.Text = "Btools"
663
Btools.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
664
Btools.TextSize = 18
665
Btools.TextWrapped = true
666
Spin.Name = "Spin"
667
Spin.Parent = LocalPlayer
668
Spin.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
669
Spin.BorderSizePixel = 0
670
Spin.Position = UDim2.new(0.398090035, 0, 0.783061862, 0)
671
Spin.Size = UDim2.new(0, 80, 0, 26)
672
Spin.Font = Enum.Font.Arial
673
Spin.FontSize = Enum.FontSize.Size18
674
Spin.Text = "Spin"
675
Spin.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
676
Spin.TextSize = 18
677
Spin.TextWrapped = true
678
NoLimbs.Name = "NoLimbs"
679
NoLimbs.Parent = LocalPlayer
680
NoLimbs.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
681
NoLimbs.BorderSizePixel = 0
682
NoLimbs.Position = UDim2.new(0.734935462, 0, 0.880944669, 0)
683
NoLimbs.Size = UDim2.new(0, 80, 0, 26)
684
NoLimbs.Font = Enum.Font.Arial
685
NoLimbs.FontSize = Enum.FontSize.Size18
686
NoLimbs.Text = "NoLimbs"
687
NoLimbs.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
688
NoLimbs.TextSize = 18
689
NoLimbs.TextWrapped = true
690
Seizure.Name = "Seizure"
691
Seizure.Parent = LocalPlayer
692
Seizure.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
693
Seizure.BorderSizePixel = 0
694
Seizure.Position = UDim2.new(0.734935462, 0, 0.783061862, 0)
695
Seizure.Size = UDim2.new(0, 80, 0, 26)
696
Seizure.Font = Enum.Font.Arial
697
Seizure.FontSize = Enum.FontSize.Size18
698
Seizure.Text = "Seizure"
699
Seizure.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
700
Seizure.TextSize = 18
701
Seizure.TextWrapped = true
702
Games.Name = "Games"
703
Games.Parent = MainFrame
704
Games.BackgroundColor3 = Color3.new(0.8, 0.8, 0.8)
705
Games.BorderColor3 = Color3.new(0.129412, 0.129412, 0.129412)
706
Games.BorderSizePixel = 2
707
Games.Position = UDim2.new(0.31400001, -21, 0.180000007, -33)
708
Games.Size = UDim2.new(0, 328, 0, 307)
709
Games.Visible = false
710
Scripts.Name = "Scripts"
711
Scripts.Parent = MainFrame
712
Scripts.BackgroundColor3 = Color3.new(0.8, 0.8, 0.8)
713
Scripts.BorderColor3 = Color3.new(0.129412, 0.129412, 0.129412)
714
Scripts.BorderSizePixel = 2
715
Scripts.Position = UDim2.new(0.31400001, -21, 0.180000007, -33)
716
Scripts.Size = UDim2.new(0, 328, 0, 307)
717
Scripts.Visible = false
718
Energize.Name = "Energize"
719
Energize.Parent = Scripts
720
Energize.BackgroundColor3 = Color3.new(0.960784, 0.419608, 0.145098)
721
Energize.BorderColor3 = Color3.new(0.960784, 0.419608, 0.145098)
722
Energize.BorderSizePixel = 3
723
Energize.Position = UDim2.new(0.183430299, 0, 0.0326275788, 0)
724
Energize.Size = UDim2.new(0, 200, 0, 30)
725
Energize.Font = Enum.Font.ArialBold
726
Energize.FontSize = Enum.FontSize.Size18
727
Energize.Text = "Animation GUI for R6/R15"
728
Energize.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
729
Energize.TextScaled = true
730
Energize.TextSize = 18
731
Energize.TextWrapped = true
732
GlitchMax.Name = "GlitchMax"
733
GlitchMax.Parent = Scripts
734
GlitchMax.BackgroundColor3 = Color3.new(0.298039, 0.509804, 0.901961)
735
GlitchMax.BorderColor3 = Color3.new(0.298039, 0.509804, 0.901961)
736
GlitchMax.BorderSizePixel = 3
737
GlitchMax.Position = UDim2.new(0.183430299, 0, 0.358903378, 0)
738
GlitchMax.Size = UDim2.new(0, 200, 0, 30)
739
GlitchMax.Font = Enum.Font.ArialBold
740
GlitchMax.FontSize = Enum.FontSize.Size28
741
GlitchMax.Text = "GlitchMax GUI"
742
GlitchMax.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
743
GlitchMax.TextSize = 25
744
GlitchMax.TextWrapped = true
745
Energize_TXT.Name = "Energize_TXT"
746
Energize_TXT.Parent = Scripts
747
Energize_TXT.BackgroundColor3 = Color3.new(0.639216, 0.639216, 0.639216)
748
Energize_TXT.BorderColor3 = Color3.new(0.960784, 0.419608, 0.145098)
749
Energize_TXT.BorderSizePixel = 3
750
Energize_TXT.Position = UDim2.new(0.183430299, 0, 0.130510315, 0)
751
Energize_TXT.Size = UDim2.new(0, 200, 0, 50)
752
Energize_TXT.Font = Enum.Font.SourceSansSemibold
753
Energize_TXT.FontSize = Enum.FontSize.Size14
754
Energize_TXT.Text = "Use cool animations on yourself!"
755
Energize_TXT.TextScaled = true
756
Energize_TXT.TextSize = 14
757
Energize_TXT.TextStrokeColor3 = Color3.new(1, 0.533333, 0.152941)
758
Energize_TXT.TextStrokeTransparency = 0.89999997615814
759
Energize_TXT.TextWrapped = true
760
GlitchMax_TXT.Name = "GlitchMax_TXT"
761
GlitchMax_TXT.Parent = Scripts
762
GlitchMax_TXT.BackgroundColor3 = Color3.new(0.639216, 0.639216, 0.639216)
763
GlitchMax_TXT.BorderColor3 = Color3.new(0.298039, 0.509804, 0.901961)
764
GlitchMax_TXT.BorderSizePixel = 3
765
GlitchMax_TXT.Position = UDim2.new(0.183430299, 0, 0.456786126, 0)
766
GlitchMax_TXT.Size = UDim2.new(0, 200, 0, 50)
767
GlitchMax_TXT.Font = Enum.Font.SourceSansSemibold
768
GlitchMax_TXT.FontSize = Enum.FontSize.Size14
769
GlitchMax_TXT.Text = "Annoy/glitch people in the server!"
770
GlitchMax_TXT.TextScaled = true
771
GlitchMax_TXT.TextSize = 14
772
GlitchMax_TXT.TextStrokeColor3 = Color3.new(0, 0.819608, 1)
773
GlitchMax_TXT.TextStrokeTransparency = 0.89999997615814
774
GlitchMax_TXT.TextWrapped = true
775
Verspin.Name = "Verspin"
776
Verspin.Parent = Scripts
777
Verspin.BackgroundColor3 = Color3.new(0.278431, 0.827451, 0.109804)
778
Verspin.BorderColor3 = Color3.new(0.278431, 0.827451, 0.109804)
779
Verspin.BorderSizePixel = 3
780
Verspin.Position = UDim2.new(0.183430299, 0, 0.685179174, 0)
781
Verspin.Size = UDim2.new(0, 200, 0, 30)
782
Verspin.Font = Enum.Font.ArialBold
783
Verspin.FontSize = Enum.FontSize.Size28
784
Verspin.Text = "Verspin GUI"
785
Verspin.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
786
Verspin.TextSize = 25
787
Verspin.TextWrapped = true
788
Verspin_TXT.Name = "Verspin_TXT"
789
Verspin_TXT.Parent = Scripts
790
Verspin_TXT.BackgroundColor3 = Color3.new(0.639216, 0.639216, 0.639216)
791
Verspin_TXT.BorderColor3 = Color3.new(0.278431, 0.827451, 0.109804)
792
Verspin_TXT.BorderSizePixel = 3
793
Verspin_TXT.Position = UDim2.new(0.183430299, 0, 0.783061862, 0)
794
Verspin_TXT.Size = UDim2.new(0, 200, 0, 50)
795
Verspin_TXT.Font = Enum.Font.SourceSansSemibold
796
Verspin_TXT.FontSize = Enum.FontSize.Size14
797
Verspin_TXT.Text = "Kill/Bring/Attach players with tools!"
798
Verspin_TXT.TextScaled = true
799
Verspin_TXT.TextSize = 14
800
Verspin_TXT.TextStrokeColor3 = Color3.new(1, 0.533333, 0.152941)
801
Verspin_TXT.TextStrokeTransparency = 0.89999997615814
802
Verspin_TXT.TextWrapped = true
803
SideFrame.Name = "SideFrame"
804
SideFrame.Parent = Arosia
805
SideFrame.Active = true
806
SideFrame.BackgroundColor3 = Color3.new(0.129412, 0.129412, 0.129412)
807
SideFrame.BorderColor3 = Color3.new(0.129412, 0.129412, 0.129412)
808
SideFrame.BorderSizePixel = 2
809
SideFrame.Draggable = true
810
SideFrame.Position = UDim2.new(0.308999985, 0, 0.182999998, 0)
811
SideFrame.Size = UDim2.new(0, 448, 0, 334)
812
SideFrame.Visible = false
813
SideFrame.ZIndex = 9
814
SIDE_Title.Name = "SIDE_Title"
815
SIDE_Title.Parent = SideFrame
816
SIDE_Title.Active = true
817
SIDE_Title.BackgroundColor3 = Color3.new(1, 1, 1)
818
SIDE_Title.BackgroundTransparency = 1
819
SIDE_Title.Size = UDim2.new(0, 90, 0, 24)
820
SIDE_Title.Font = Enum.Font.ArialBold
821
SIDE_Title.FontSize = Enum.FontSize.Size24
822
SIDE_Title.Text = "Arosia "
823
SIDE_Title.TextColor3 = Color3.new(0.368627, 0.976471, 0.262745)
824
SIDE_Title.TextScaled = true
825
SIDE_Title.TextSize = 19
826
SIDE_Title.TextWrapped = true
827
SIDE_Title.ZIndex = 10
828
OpenGUI.Name = "OpenGUI"
829
OpenGUI.Parent = SideFrame
830
OpenGUI.BackgroundColor3 = Color3.new(1, 1, 1)
831
OpenGUI.BackgroundTransparency = 1
832
OpenGUI.Position = UDim2.new(0.560000002, 166, 0.100000001, 0)
833
OpenGUI.Size = UDim2.new(0, 38, 0, 24)
834
OpenGUI.Font = Enum.Font.ArialBold
835
OpenGUI.FontSize = Enum.FontSize.Size32
836
OpenGUI.Text = "X"
837
OpenGUI.TextColor3 = Color3.new(0.615686, 0, 0)
838
OpenGUI.TextSize = 30
839
OpenGUI.ZIndex = 10
840
SIDE_FE_Check.Name = "SIDE_FE_Check"
841
SIDE_FE_Check.Parent = SideFrame
842
SIDE_FE_Check.BackgroundColor3 = Color3.new(1, 1, 1)
843
SIDE_FE_Check.BackgroundTransparency = 1
844
SIDE_FE_Check.Position = UDim2.new(0.291458786, 0, 0, 0)
845
SIDE_FE_Check.Size = UDim2.new(0, 223, 0, 24)
846
SIDE_FE_Check.Font = Enum.Font.Highway
847
SIDE_FE_Check.FontSize = Enum.FontSize.Size14
848
SIDE_FE_Check.Text = "Error loading FE Checker"
849
SIDE_FE_Check.TextColor3 = Color3.new(1, 1, 1)
850
SIDE_FE_Check.TextScaled = true
851
SIDE_FE_Check.TextSize = 14
852
SIDE_FE_Check.TextWrapped = true
853
SIDE_FE_Check.ZIndex = 10
854
icon.Name = "icon"
855
icon.Parent = SideTabs
856
icon.BackgroundColor3 = Color3.new(1, 1, 1)
857
icon.BackgroundTransparency = 1
858
icon.Position = UDim2.new(0, 0, 0.51, 0)
859
icon.Size = UDim2.new(0, 120, 0, 110)
860
icon.Image = "http://www.roblox.com/asset/?id=1227728863"
861
icon.ZIndex = 6
862
SideTabsBrick.Name = "SideTabsBrick"
863
SideTabsBrick.Parent = MainFrame
864
SideTabsBrick.BackgroundColor3 = Color3.new(0.129412, 0.129412, 0.129412)
865
SideTabsBrick.BorderColor3 = Color3.new(0.129412, 0.129412, 0.129412)
866
SideTabsBrick.BorderSizePixel = 0
867
SideTabsBrick.Position = UDim2.new(0.270000011, 0, 0.0799999982, 0)
868
SideTabsBrick.Size = UDim2.new(0, 0, 0, 307)
869
ResetDefault.Name = "ResetDefault"
870
ResetDefault.Parent = LocalPlayer
871
ResetDefault.BackgroundColor3 = Color3.new(0.6, 0.192157, 0.192157)
872
ResetDefault.BorderSizePixel = 0
873
ResetDefault.Position = UDim2.new(0.30627659, 0, 0.554668844, 0)
874
ResetDefault.Size = UDim2.new(0, 107, 0, 26)
875
ResetDefault.Font = Enum.Font.Arial
876
ResetDefault.FontSize = Enum.FontSize.Size18
877
ResetDefault.Text = "ResetDefault"
878
ResetDefault.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
879
ResetDefault.TextSize = 18
880
ResetDefault.TextWrapped = true
881
Push.Name = "Push"
882
Push.Parent = Others
883
Push.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
884
Push.BorderSizePixel = 0
885
Push.Position = UDim2.new(0.0612553172, 0, 0.326499889, 0)
886
Push.Size = UDim2.new(0, 78, 0, 26)
887
Push.Font = Enum.Font.Arial
888
Push.FontSize = Enum.FontSize.Size18
889
Push.Text = "Push"
890
Push.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
891
Push.TextSize = 18
892
Push.TextWrapped = true
893
ClientFreeze.Name = "ClientFreeze"
894
ClientFreeze.Parent = Others
895
ClientFreeze.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
896
ClientFreeze.BorderSizePixel = 0
897
ClientFreeze.Position = UDim2.new(0.367531896, 0, 0.326499889, 0)
898
ClientFreeze.Size = UDim2.new(0, 78, 0, 26)
899
ClientFreeze.Font = Enum.Font.Arial
900
ClientFreeze.FontSize = Enum.FontSize.Size14
901
ClientFreeze.Text = "ClientFreeze"
902
ClientFreeze.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
903
ClientFreeze.TextSize = 14
904
ClientFreeze.TextWrapped = true
905
Orbit.Name = "Orbit"
906
Orbit.Parent = Others
907
Orbit.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
908
Orbit.BorderSizePixel = 0
909
Orbit.Position = UDim2.new(0.673808455, 0, 0.326499889, 0)
910
Orbit.Size = UDim2.new(0, 78, 0, 26)
911
Orbit.Font = Enum.Font.Arial
912
Orbit.FontSize = Enum.FontSize.Size18
913
Orbit.Text = "Orbit"
914
Orbit.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
915
Orbit.TextSize = 18
916
Orbit.TextWrapped = true
917
KillAll.Name = "KillAll"
918
KillAll.Parent = Others
919
KillAll.BackgroundColor3 = Color3.new(0.423529, 0.0862745, 0.0627451)
920
KillAll.BorderSizePixel = 0
921
KillAll.Position = UDim2.new(0.0612446219, 0, 0.880944669, 0)
922
KillAll.Size = UDim2.new(0, 78, 0, 26)
923
KillAll.Font = Enum.Font.Arial
924
KillAll.FontSize = Enum.FontSize.Size18
925
KillAll.Text = "Kill All"
926
KillAll.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
927
KillAll.TextSize = 18
928
KillAll.TextWrapped = true
929
Temp.Name = "Temp"
930
Temp.Parent = Games
931
Temp.BackgroundColor3 = Color3.new(1, 1, 1)
932
Temp.BackgroundTransparency = 1
933
Temp.Position = UDim2.new(0.183430299, -60, 0.456786126, -17)
934
Temp.Rotation = -30
935
Temp.Size = UDim2.new(0, 328, 0, 60)
936
Temp.Font = Enum.Font.Highway
937
Temp.FontSize = Enum.FontSize.Size14
938
Temp.Text = "Coming soon!"
939
Temp.TextScaled = true
940
Temp.TextSize = 14
941
Temp.TextStrokeColor3 = Color3.new(0.192157, 1, 0.733333)
942
Temp.TextStrokeTransparency = 0
943
Temp.TextWrapped = true
944
Experimental.Name = "Experimental"
945
Experimental.Parent = Others
946
Experimental.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
947
Experimental.BorderSizePixel = 0
948
Experimental.Position = UDim2.new(0.0611434318, 0, 0.424158514, 0)
949
Experimental.Size = UDim2.new(0, 78, 0, 26)
950
Experimental.Font = Enum.Font.Arial
951
Experimental.FontSize = Enum.FontSize.Size14
952
Experimental.Text = "Experimental"
953
Experimental.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
954
Experimental.TextSize = 14
955
Experimental.TextWrapped = true
956
CHAOS.Name = "CHAOS"
957
CHAOS.Parent = Others
958
CHAOS.BackgroundColor3 = Color3.new(0.0431373, 0.231373, 0.0862745)
959
CHAOS.BorderSizePixel = 0
960
CHAOS.Position = UDim2.new(0.672577739, 0, 0.424158514, 0)
961
CHAOS.Size = UDim2.new(0, 78, 0, 26)
962
CHAOS.Font = Enum.Font.Arial
963
CHAOS.FontSize = Enum.FontSize.Size18
964
CHAOS.Text = "CHAOS"
965
CHAOS.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
966
CHAOS.TextSize = 18
967
CHAOS.TextWrapped = true
968
-- Buttons
969
if game.Workspace.FilteringEnabled == false then
970
	FE_Check.Text = "FE is disabled"
971
	FE_Check.TextColor3 = Color3.fromRGB(200,10,10)
972
	SIDE_FE_Check.Text = "FE is disabled"
973
	SIDE_FE_Check.TextColor3 = Color3.fromRGB(200,10,10)
974
else
975
	FE_Check.Text = "FE is enabled"
976
	FE_Check.TextColor3 = Color3.fromRGB(10,200,10)
977
	SIDE_FE_Check.Text = "FE is enabled"
978
	SIDE_FE_Check.TextColor3 = Color3.fromRGB(10,200,10)
979
end
980
col = Color3.new(0.231373, 0.231373, 0.231373)
981
loc = Color3.new(0.331373, 0.531373, 0.331373)
982
wait(0.4)
983
MainFrame:TweenPosition(UDim2.new(0.309, 0, 0.183, 0), "Out", "Bounce", 3)
984
CloseGUI.MouseButton1Click:connect(function()
985
CloseGUI.Visible = false
986
TopRow:TweenSize(UDim2.new(0, 448, 0, 334), "Out", "Sine", 1)
987
wait(1)
988
MainFrame.Visible = false
989
SideFrame.Position = MainFrame.Position
990
SideFrame.Visible = true
991
SideFrame:TweenSize(UDim2.new(0, 448, 0, 24), "Out", "Sine", 1)
992
OpenGUI.Visible = false
993
wait(1)
994
OpenGUI.Visible = true
995
end)
996
OpenGUI.MouseButton1Click:connect(function()
997
OpenGUI.Visible = false
998
SideFrame:TweenSize(UDim2.new(0, 448, 0, 334), "Out", "Sine", 1)
999
wait(1)
1000
SideFrame.Visible = false
1001
MainFrame.Position = SideFrame.Position
1002
MainFrame.Visible = true
1003
TopRow:TweenSize(UDim2.new(0, 448, 0, 24), "Out", "Sine", 1)
1004
CloseGUI.Visible = false
1005
wait(1)
1006
CloseGUI.Visible = true
1007
end)
1008
TAB_Credit.MouseButton1Click:connect(function()
1009
SideTabsBrick:TweenSize(UDim2.new(0, 328, 0, 307), "Out", "Sine", 0.5)
1010
wait(0.5)
1011
Games.Visible = false
1012
LocalPlayer.Visible = false
1013
Others.Visible = false
1014
Scripts.Visible = false
1015
NoneSelected.Visible = true
1016
SideTabsBrick:TweenSize(UDim2.new(0, 0, 0, 307), "Out", "Sine", 0.5)
1017
end)
1018
TAB_Games.MouseButton1Click:connect(function()
1019
SideTabsBrick:TweenSize(UDim2.new(0, 328, 0, 307), "Out", "Sine", 0.5)
1020
wait(0.5)
1021
Games.Visible = true
1022
LocalPlayer.Visible = false
1023
Others.Visible = false
1024
Scripts.Visible = false
1025
NoneSelected.Visible = false
1026
SideTabsBrick:TweenSize(UDim2.new(0, 0, 0, 307), "Out", "Sine", 0.5)
1027
end)
1028
TAB_Scripts.MouseButton1Click:connect(function()
1029
SideTabsBrick:TweenSize(UDim2.new(0, 328, 0, 307), "Out", "Sine", 0.5)
1030
wait(0.5)
1031
Games.Visible = false
1032
LocalPlayer.Visible = false
1033
Others.Visible = false
1034
Scripts.Visible = true
1035
NoneSelected.Visible = false
1036
SideTabsBrick:TweenSize(UDim2.new(0, 0, 0, 307), "Out", "Sine", 0.5)
1037
end)
1038
TAB_LocalPlayer.MouseButton1Click:connect(function()
1039
SideTabsBrick:TweenSize(UDim2.new(0, 328, 0, 307), "Out", "Sine", 0.5)
1040
wait(0.5)
1041
Games.Visible = false
1042
LocalPlayer.Visible = true
1043
Others.Visible = false
1044
Scripts.Visible = false
1045
NoneSelected.Visible = false
1046
SideTabsBrick:TweenSize(UDim2.new(0, 0, 0, 307), "Out", "Sine", 0.5)
1047
end)
1048
TAB_Others.MouseButton1Click:connect(function()
1049
SideTabsBrick:TweenSize(UDim2.new(0, 328, 0, 307), "Out", "Sine", 0.5)
1050
wait(0.5)
1051
Games.Visible = false
1052
LocalPlayer.Visible = false
1053
Others.Visible = true
1054
Scripts.Visible = false
1055
NoneSelected.Visible = false
1056
SideTabsBrick:TweenSize(UDim2.new(0, 0, 0, 307), "Out", "Sine", 0.5)
1057
end)
1058
-- LOCAL PLAYER ---------------------------------
1059
-- LOCAL PLAYER ---------------------------------
1060
HipHeight.MouseButton1Click:connect(function()
1061
	game.Players.LocalPlayer.Character.Humanoid.HipHeight = HipHeight_TXTBOX.Text
1062
end)
1063
JumpHeight.MouseButton1Click:connect(function()
1064
	game.Players.LocalPlayer.Character.Humanoid.JumpPower = JumpHeight_TXTBOX.Text
1065
end)
1066
Speed.MouseButton1Click:connect(function()
1067
	game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = Speed_TXTBOX.Text
1068
end)
1069
Sit.MouseButton1Click:connect(function()
1070
	game.Players.LocalPlayer.Character.Humanoid.Sit = true
1071
end)
1072
Jump.MouseButton1Click:connect(function()
1073
	game.Players.LocalPlayer.Character.Humanoid.Jump = true
1074
end)
1075
frost = false
1076
Freeze.MouseButton1Click:connect(function()
1077
	frost = not frost
1078
	if frost then
1079
		game.Players.LocalPlayer.Character.Torso.Anchored = true
1080
		game.Players.LocalPlayer.Character.Head.Anchored = true
1081
		game.Players.LocalPlayer.Character["Left Leg"].Anchored = true
1082
		game.Players.LocalPlayer.Character["Left Arm"].Anchored = true
1083
		game.Players.LocalPlayer.Character["Right Leg"].Anchored = true
1084
		game.Players.LocalPlayer.Character["Right Arm"].Anchored = true
1085
		Freeze.BackgroundColor3 = loc
1086
	else
1087
		game.Players.LocalPlayer.Character.Torso.Anchored = false
1088
		game.Players.LocalPlayer.Character.Head.Anchored = false
1089
		game.Players.LocalPlayer.Character["Left Leg"].Anchored = false
1090
		game.Players.LocalPlayer.Character["Left Arm"].Anchored = false
1091
		game.Players.LocalPlayer.Character["Right Leg"].Anchored = false
1092
		game.Players.LocalPlayer.Character["Right Arm"].Anchored = false
1093
		Freeze.BackgroundColor3 = col
1094
	end
1095
end)
1096
Chat.MouseButton1Click:connect(function()
1097
	game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer(Chat_TXTBOX.Text, "All")
1098
end)
1099
keepspam = false
1100
Spam.MouseButton1Click:connect(function()
1101
	keepspam = not keepspam
1102
	if keepspam then
1103
		Spam.BackgroundColor3 = loc
1104
	else
1105
		Spam.BackgroundColor3 = col
1106
	end
1107
	while wait(0.5) do
1108
		if keepspam then
1109
			game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer(Chat_TXTBOX.Text, "All")
1110
		end
1111
	end
1112
end)
1113
gmd = false
1114
GodMode.MouseButton1Click:connect(function()
1115
	gmd = not gmd
1116
	if gmd then
1117
		game.Players.LocalPlayer.Character.Humanoid.Name = "no"
1118
		local turn1 = game.Players.LocalPlayer.Character["no"]:Clone()
1119
		turn1.Parent = game.Players.LocalPlayer.Character
1120
		turn1.Name = "Humanoid"
1121
		wait(0.1)
1122
		game.Players.LocalPlayer.Character["no"]:Destroy()
1123
		game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
1124
		game.Players.LocalPlayer.Character.Animate.Disabled = true
1125
		wait(0.1)
1126
		game.Players.LocalPlayer.Character.Animate.Disabled = false
1127
		game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
1128
		GodMode.BackgroundColor3 = loc
1129
	else
1130
		GodMode.BackgroundColor3 = col
1131
	end	
1132
end)
1133
NoLimbs.MouseButton1Click:connect(function()
1134
	game.Players.LocalPlayer.Character["Left Arm"]:Destroy()
1135
	game.Players.LocalPlayer.Character["Right Arm"]:Destroy()
1136
	game.Players.LocalPlayer.Character["Right Leg"]:Destroy()
1137
	game.Players.LocalPlayer.Character["Left Leg"]:Destroy()
1138
end)
1139
Respawn.MouseButton1Click:connect(function()
1140
	game.Players.LocalPlayer:LoadCharacter()
1141
end)
1142
local Anim = Instance.new("Animation")
1143
Anim.AnimationId = "rbxassetid://188632011"
1144
local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
1145
local SpinACTIVE = false
1146
Spin.MouseButton1Click:connect(function()
1147
	SpinACTIVE = not SpinACTIVE
1148
	if SpinACTIVE then
1149
		while wait() do
1150
		 if track.IsPlaying == false then
1151
			if SpinACTIVE then
1152
				track:Play(.1, 1, 2)
1153
				Spin.BackgroundColor3 = loc
1154
			else
1155
				Spin.BackgroundColor3 = col
1156
			end
1157
		 end
1158
		end
1159
	else
1160
		track:Stop()
1161
	end
1162
end)
1163
Hidden = false
1164
HideName.MouseButton1Click:connect(function()
1165
	Hidden = not Hidden
1166
	if Hidden then
1167
		game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
1168
		HideName.BackgroundColor3 = loc
1169
	else
1170
		game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "Viewer"
1171
		HideName.BackgroundColor3 = col
1172
	end
1173
end)
1174
clip = true
1175
Noclip.MouseButton1Click:connect(function()
1176
	clip = not clip
1177
	if not clip then
1178
		Noclip.BackgroundColor3 = loc
1179
	else
1180
		Noclip.BackgroundColor3 = col
1181
	end
1182
	game:GetService('RunService').Stepped:connect(function()
1183
		if not clip then
1184
			game.Players.LocalPlayer.Character.Head.CanCollide = false
1185
			game.Players.LocalPlayer.Character.Torso.CanCollide = false
1186
			game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
1187
			game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
1188
		end
1189
	end)
1190
end)
1191
shake = false
1192
Seizure.MouseButton1Click:connect(function()
1193
	shake = not shake
1194
	if shake then
1195
		game.Players.LocalPlayer.Character.Humanoid.PlatformStand = true
1196
		while wait() do
1197
			if shake then
1198
				game.Players.LocalPlayer.Character.Torso.Velocity = Vector3.new(math.random(-20,20),-10,math.random(-20,20))
1199
				game.Players.LocalPlayer.Character.Torso.RotVelocity = Vector3.new(math.random(-10,10),math.random(-10,10),math.random(-10,10))
1200
				Seizure.BackgroundColor3 = loc
1201
			else
1202
				Seizure.BackgroundColor3 = col
1203
			end
1204
		end
1205
	else
1206
		game.Players.LocalPlayer.Character.Humanoid.PlatformStand = false
1207
	end
1208
end)
1209
local flying = false
1210
Fly.MouseButton1Click:connect(function()
1211
flying = not flying
1212
repeat wait()
1213
until game.Players.LocalPlayer and game.Players.LocalPlayer.Character and game.Players.LocalPlayer.Character:findFirstChild("Torso") and game.Players.LocalPlayer.Character:findFirstChild("Humanoid")
1214
local mouse = game.Players.LocalPlayer:GetMouse()
1215
repeat wait() until mouse
1216
local plr = game.Players.LocalPlayer
1217
local torso = plr.Character.Torso
1218
local deb = true
1219
local ctrl = {f = 0, b = 0, l = 0, r = 0}
1220
local lastctrl = {f = 0, b = 0, l = 0, r = 0}
1221
local maxspeed = 60
1222
local speed = 0
1223
if flying then
1224
	Fly.BackgroundColor3 = loc
1225
else
1226
	Fly.BackgroundColor3 = col
1227
end
1228
 
1229
function FlyFunction()
1230
local bg = Instance.new("BodyGyro", torso)
1231
bg.P = 9e4
1232
bg.maxTorque = Vector3.new(9e9, 9e9, 9e9)
1233
bg.cframe = torso.CFrame
1234
local bv = Instance.new("BodyVelocity", torso)
1235
bv.velocity = Vector3.new(0,0.1,0)
1236
bv.maxForce = Vector3.new(9e9, 9e9, 9e9)
1237
repeat wait()
1238
plr.Character.Humanoid.PlatformStand = true
1239
if ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0 then
1240
speed = speed+.5+(speed/maxspeed)
1241
if speed > maxspeed then
1242
speed = maxspeed
1243
end
1244
elseif not (ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0) and speed ~= 0 then
1245
speed = speed-1
1246
if speed < 0 then
1247
speed = 0
1248
end
1249
end
1250
if (ctrl.l + ctrl.r) ~= 0 or (ctrl.f + ctrl.b) ~= 0 then
1251
bv.velocity = ((game.Workspace.CurrentCamera.CoordinateFrame.lookVector * (ctrl.f+ctrl.b)) + ((game.Workspace.CurrentCamera.CoordinateFrame * CFrame.new(ctrl.l+ctrl.r,(ctrl.f+ctrl.b)*.2,0).p) - game.Workspace.CurrentCamera.CoordinateFrame.p))*speed
1252
lastctrl = {f = ctrl.f, b = ctrl.b, l = ctrl.l, r = ctrl.r}
1253
elseif (ctrl.l + ctrl.r) == 0 and (ctrl.f + ctrl.b) == 0 and speed ~= 0 then
1254
bv.velocity = ((game.Workspace.CurrentCamera.CoordinateFrame.lookVector * (lastctrl.f+lastctrl.b)) + ((game.Workspace.CurrentCamera.CoordinateFrame * CFrame.new(lastctrl.l+lastctrl.r,(lastctrl.f+lastctrl.b)*.2,0).p) - game.Workspace.CurrentCamera.CoordinateFrame.p))*speed
1255
else
1256
bv.velocity = Vector3.new(0,0.1,0)
1257
end
1258
bg.cframe = game.Workspace.CurrentCamera.CoordinateFrame * CFrame.Angles(-math.rad((ctrl.f+ctrl.b)*50*speed/maxspeed),0,0)
1259
until not flying
1260
ctrl = {f = 0, b = 0, l = 0, r = 0}
1261
lastctrl = {f = 0, b = 0, l = 0, r = 0}
1262
speed = 0
1263
bg:Destroy()
1264
bv:Destroy()
1265
plr.Character.Humanoid.PlatformStand = false
1266
end
1267
mouse.KeyDown:connect(function(key)
1268
if key:lower() == "w" then
1269
ctrl.f = 1
1270
elseif key:lower() == "s" then
1271
ctrl.b = -1
1272
elseif key:lower() == "a" then
1273
ctrl.l = -1
1274
elseif key:lower() == "d" then
1275
ctrl.r = 1
1276
end
1277
end)
1278
mouse.KeyUp:connect(function(key)
1279
if key:lower() == "w" then
1280
ctrl.f = 0
1281
elseif key:lower() == "s" then
1282
ctrl.b = 0
1283
elseif key:lower() == "a" then
1284
ctrl.l = 0
1285
elseif key:lower() == "d" then
1286
ctrl.r = 0
1287
end
1288
end)
1289
FlyFunction()
1290
end)
1291
Btools.MouseButton1Click:connect(function()
1292
	local Clone_T = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
1293
	Clone_T.BinType = "Clone"
1294
	local Destruct = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
1295
	Destruct.BinType = "Hammer"
1296
	local Hold_T = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
1297
	Hold_T.BinType = "Grab"
1298
	local a = game.Workspace:getChildren()
1299
	for i = 1, #a do
1300
	if a[i].className == "Part" then
1301
	a[i].Locked = false
1302
	elseif a[i].className == "Model" then
1303
	local r = a[i]:getChildren()
1304
	for i = 1, #r do
1305
	if r[i].className == "Part" then
1306
	r[i].Locked = false
1307
	end
1308
	end
1309
	end
1310
	end
1311
end)
1312
ResetDefault.MouseButton1Click:connect(function()
1313
	flying = false
1314
	game.Players.LocalPlayer.Character.Torso.Anchored = false
1315
	game.Players.LocalPlayer.Character.Head.Anchored = false
1316
	game.Players.LocalPlayer.Character["Left Leg"].Anchored = false
1317
	game.Players.LocalPlayer.Character["Left Arm"].Anchored = false
1318
	game.Players.LocalPlayer.Character["Right Leg"].Anchored = false
1319
	game.Players.LocalPlayer.Character["Right Arm"].Anchored = false
1320
	game.Players.LocalPlayer.Character.Humanoid.HipHeight = 0
1321
	game.Players.LocalPlayer.Character.Humanoid.Sit = false
1322
	game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16
1323
	game.Players.LocalPlayer.Character.Humanoid.JumpPower = 50
1324
	game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "Viewer"
1325
	game.Players.LocalPlayer.Character.Humanoid.PlatformStand = false
1326
end)
1327
-- OTHERS ---------------------------------
1328
-- OTHERS ---------------------------------
1329
function GetPlayer(String) --thank you/credit to Timeless/xFunnieuss
1330
    local Found = {}
1331
    local strl = String:lower()
1332
    if strl == "all" then
1333
        for i,v in pairs(game.Players:GetPlayers()) do
1334
            table.insert(Found,v)
1335
        end
1336
    elseif strl == "others" then
1337
        for i,v in pairs(game.Players:GetPlayers()) do
1338
            if v.Name ~= game.Players.LocalPlayer.Name then
1339
                table.insert(Found,v)
1340
            end
1341
        end    
1342
    else
1343
        for i,v in pairs(game.Players:GetPlayers()) do
1344
            if v.Name:lower():sub(1, #String) == String:lower() then
1345
                table.insert(Found,v)
1346
            end
1347
        end    
1348
    end
1349
    return Found    
1350
end
1351
Teleport.MouseButton1Click:connect(function()
1352
	for i,v in pairs(GetPlayer(PlayerUserEnter.Text))do
1353
		game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
1354
	end
1355
end)
1356
currentview = false
1357
View.MouseButton1Click:connect(function()
1358
	currentview = not currentview
1359
	for i,v in pairs(GetPlayer(PlayerUserEnter.Text))do
1360
		if currentview then
1361
			game.Workspace.CurrentCamera.CameraSubject = game.Players[v.Name].Character.Head
1362
			View.BackgroundColor3 = loc
1363
		else
1364
			game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character.Head
1365
			View.BackgroundColor3 = col
1366
		end
1367
	end
1368
end)
1369
annoying = false
1370
Annoy.MouseButton1Click:connect(function()
1371
	annoying = not annoying
1372
	for i,v in pairs(GetPlayer(PlayerUserEnter.Text))do
1373
		while wait() do
1374
			if annoying then
1375
				game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
1376
				Annoy.BackgroundColor3 = loc
1377
			else
1378
				Annoy.BackgroundColor3 = col
1379
			end
1380
		end
1381
	end
1382
end)
1383
cfreeze = false
1384
ClientFreeze.MouseButton1Click:connect(function()
1385
	cfreeze = not cfreeze
1386
	for i,v in pairs(GetPlayer(PlayerUserEnter.Text))do
1387
		if cfreeze then
1388
			game.Players[v.Name].Character.Torso.Anchored = true
1389
			game.Players[v.Name].Character.Head.Anchored = true
1390
			game.Players[v.Name].Character["Left Leg"].Anchored = true
1391
			game.Players[v.Name].Character["Left Arm"].Anchored = true
1392
			game.Players[v.Name].Character["Right Leg"].Anchored = true
1393
			game.Players[v.Name].Character["Right Arm"].Anchored = true
1394
		else
1395
			game.Players[v.Name].Character.Torso.Anchored = false
1396
			game.Players[v.Name].Character.Head.Anchored = false
1397
			game.Players[v.Name].Character["Left Leg"].Anchored = false
1398
			game.Players[v.Name].Character["Left Arm"].Anchored = false
1399
			game.Players[v.Name].Character["Right Leg"].Anchored = false
1400
			game.Players[v.Name].Character["Right Arm"].Anchored = false
1401
		end
1402
	end
1403
end)
1404
orbital = false
1405
Orbit.MouseButton1Click:connect(function()
1406
	orbital = not orbital
1407
	if orbital then
1408
		Orbit.BackgroundColor3 = loc
1409
		local o = Instance.new("RocketPropulsion")
1410
		o.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
1411
		o.Name = "Orbit"
1412
		for i,v in pairs(GetPlayer(PlayerUserEnter.Text))do
1413
			o.Target = game.Players[v.Name].Character.HumanoidRootPart
1414
			o:Fire()
1415
			game:GetService('RunService').Stepped:connect(function()
1416
				if orbital then
1417
					game.Players.LocalPlayer.Character.Head.CanCollide = false
1418
					game.Players.LocalPlayer.Character.Torso.CanCollide = false
1419
					game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
1420
					game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
1421
				end
1422
			end)
1423
		end
1424
	else
1425
		game.Players.LocalPlayer.Character.HumanoidRootPart.Orbit:Destroy()
1426
		Orbit.BackgroundColor3 = col
1427
	end
1428
end)
1429
pushing = false
1430
Push.MouseButton1Click:connect(function()
1431
	pushing = not pushing
1432
	if pushing then
1433
		Push.BackgroundColor3 = loc
1434
		local o = Instance.new("RocketPropulsion")
1435
		o.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
1436
		o.Name = "Push"
1437
		o.TurnP = 2500
1438
		o.MaxThrust = 50000
1439
		o.MaxSpeed = 1000
1440
		o.ThrustP = 50000
1441
		o.CartoonFactor = 1
1442
		for i,v in pairs(GetPlayer(PlayerUserEnter.Text))do
1443
			o.Target = game.Players[v.Name].Character.HumanoidRootPart
1444
			o:Fire()
1445
			game:GetService('RunService').Stepped:connect(function()
1446
				if pushing then
1447
					game.Players.LocalPlayer.Character.Head.CanCollide = false
1448
					game.Players.LocalPlayer.Character.Torso.CanCollide = false
1449
					game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
1450
					game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
1451
				end
1452
			end)
1453
		end
1454
	else
1455
		game.Players.LocalPlayer.Character.HumanoidRootPart.Push:Destroy()
1456
		Push.BackgroundColor3 = col
1457
	end
1458
end)
1459
local Anim = Instance.new("Animation")
1460
Anim.AnimationId = "rbxassetid://282574440"
1461
local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
1462
flattening = false
1463
Flatten.MouseButton1Click:connect(function()
1464
	flattening = not flattening
1465
	if flattening then
1466
		Flatten.BackgroundColor3 = loc
1467
		local o = Instance.new("RocketPropulsion")
1468
		o.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
1469
		o.Name = "Flatten"
1470
		o.MaxThrust = 50000
1471
		o.MaxSpeed = 1000
1472
		o.ThrustP = 50000
1473
		o.CartoonFactor = 1
1474
		for i,v in pairs(GetPlayer(PlayerUserEnter.Text))do
1475
			o.Target = game.Players[v.Name].Character["Left Leg"]
1476
			o:Fire()
1477
			track:Play(.1, 1, 1)
1478
			game:GetService('RunService').Stepped:connect(function()
1479
				if flattening then
1480
					game.Players.LocalPlayer.Character.Head.CanCollide = false
1481
					game.Players.LocalPlayer.Character.Torso.CanCollide = false
1482
					game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
1483
					game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
1484
				end
1485
			end)
1486
			while wait(0.3) do
1487
				if flattening then
1488
					game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame + Vector3.new(0,2,0)
1489
				end
1490
			end
1491
		end
1492
	else
1493
		game.Players.LocalPlayer.Character.HumanoidRootPart.Flatten:Destroy()
1494
		Flatten.BackgroundColor3 = col
1495
		track:Stop()
1496
	end
1497
end)
1498
Verspin.MouseButton1Click:connect(function()
1499
	game:GetObjects("rbxassetid://1249942219")[1].Parent = game.Players.LocalPlayer.PlayerGui
1500
end)
1501
Energize.MouseButton1Click:connect(function()
1502
	game:GetObjects("rbxassetid://1202558084")[1].Parent = game.Players.LocalPlayer.PlayerGui
1503
end)
1504
GlitchMax.MouseButton1Click:connect(function()
1505
	game:GetObjects("rbxassetid://1249943137")[1].Parent = game.Players.LocalPlayer.PlayerGui
1506
end)
1507
Experimental.MouseButton1Click:connect(function()
1508
	
1509
end)