View difference between Paste ID: uN9kKUK4 and zgnwzc05
SHOW: | | - or go back to the newest paste.
1
-- Version:1.0
2
-- Username "BunHacks" Password "BunHacks"
3
print("Username BunHacks Password BunHacks")
4
-- Instances:
5
local ScreenGui = Instance.new("ScreenGui")
6
local Login = Instance.new("Frame")
7
local Bar1 = Instance.new("Frame")
8
local Bar2 = Instance.new("Frame")
9
local LoginTitle = Instance.new("TextLabel")
10
local UserBox = Instance.new("TextBox")
11
local PassBox = Instance.new("TextBox")
12
local Confirm = Instance.new("TextButton")
13
local LoginExitButton = Instance.new("TextButton")
14
local BunHub = Instance.new("Frame")
15
local BunHubTitle = Instance.new("TextLabel")
16
local Onyx = Instance.new("TextButton")
17
local BoogaFucker = Instance.new("TextButton")
18
local Admin = Instance.new("TextButton")
19
local BoogaBitchesV2 = Instance.new("TextButton")
20
local ExitButton = Instance.new("TextButton")
21
local Admin_2 = Instance.new("TextButton")
22
--Properties:
23
ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
24
25
Login.Name = "Login"
26
Login.Parent = ScreenGui
27
Login.Active = true
28
Login.BackgroundColor3 = Color3.new(0, 0, 0)
29
Login.BorderColor3 = Color3.new(0.207843, 0, 0.041176)
30
Login.BorderSizePixel = 1
31
Login.Position = UDim2.new(0.0686319992, 0, 0.0367775895, 0)
32
Login.Size = UDim2.new(0, 376, 0, 387)
33
34
35
LoginTitle.Name = "LoginTitle"
36
LoginTitle.Parent = Login
37
LoginTitle.BackgroundColor3 = Color3.new(255, 255, 255)
38
LoginTitle.BorderSizePixel = 0
39
LoginTitle.Size = UDim2.new(00, 376,0, 32)
40
LoginTitle.Font = Enum.Font.SourceSans
41
LoginTitle.Text = "Bun Hub Login"
42
LoginTitle.TextColor3 = Color3.new(0, 0, 0)
43
LoginTitle.TextScaled = false
44
LoginTitle.TextSize = 40
45
LoginTitle.TextWrapped = false
46
47
UserBox.Name = "UserBox"
48
UserBox.Parent = Login
49
UserBox.BackgroundColor3 = Color3.new(255, 255, 255)
50
UserBox.BorderSizePixel = 0
51
UserBox.Position = UDim2.new(0.099, 0,0.303, 0)
52
UserBox.Size = UDim2.new(0, 307,0, 29)
53
UserBox.Font = Enum.Font.SourceSans
54
UserBox.Text = "Username"
55
UserBox.TextColor3 = Color3.new(0, 0, 0)
56
UserBox.TextScaled = true
57
UserBox.TextSize = 14
58
UserBox.TextWrapped = true
59
60
PassBox.Name = "PassBox"
61
PassBox.Parent = Login
62
PassBox.BackgroundColor3 = Color3.new(255, 255, 255)
63
PassBox.BorderSizePixel = 0
64
PassBox.Position = UDim2.new(0.099, 0,0.557, 0)
65
PassBox.Size = UDim2.new(0, 307, 0, 29)
66
PassBox.Font = Enum.Font.SourceSans
67
PassBox.Text = "Password"
68
PassBox.TextColor3 = Color3.new(0, 0, 0)
69
PassBox.TextScaled = true
70
PassBox.TextSize = 14
71
PassBox.TextWrapped = true
72
73
Confirm.Name = "Confirm"
74
Confirm.Parent = Login
75
Confirm.BackgroundColor3 = Color3.new(255, 255, 255)
76
Confirm.BorderSizePixel = 0
77
Confirm.Position = UDim2.new(0.019, 0,0.872, 0)
78
Confirm.Size = UDim2.new(0, 174,0, 38)
79
Confirm.Font = Enum.Font.SourceSansBold
80
Confirm.Text = "Confirm"
81
Confirm.TextColor3 = Color3.new(0, 0, 0)
82
Confirm.TextScaled = true
83
Confirm.TextSize = 14
84
Confirm.TextWrapped = true
85
86
LoginExitButton.Name = "LoginExitButton"
87
LoginExitButton.Parent = Login
88
LoginExitButton.BackgroundColor3 = Color3.new(255, 255, 255)
89
LoginExitButton.BorderColor3 = Color3.new(0.639216, 0, 0.223529)
90
LoginExitButton.BorderSizePixel = 0
91
LoginExitButton.Position = UDim2.new(0.498, 0,0.872, 0)
92
LoginExitButton.Size = UDim2.new(0, 185,0, 38)
93
LoginExitButton.Font = Enum.Font.SourceSansBold
94
LoginExitButton.Text = "Cancel"
95
LoginExitButton.TextColor3 = Color3.new(0, 0, 0)
96
LoginExitButton.TextScaled = true
97
LoginExitButton.TextSize = 14
98
LoginExitButton.TextWrapped = true
99
100
BunHub.Name = "BunHub"
101
BunHub.Parent = ScreenGui
102
BunHub.Active = true
103
BunHub.BackgroundColor3 = Color3.new(0, 0, 0)
104
BunHub.BorderColor3 = Color3.new(0, 0, 0)
105
BunHub.BorderSizePixel = 1
106
BunHub.Position = UDim2.new(0.61372304, 0, 0.0770577937)
107
BunHub.Size = UDim2.new(0, 294, 0, 400)
108
BunHub.Visible = false
109
110
BunHubTitle.Name = "BunHub Title"
111
BunHubTitle.Parent = BunHub
112
BunHubTitle.BackgroundColor3 = Color3.new(255, 255, 255)
113
BunHubTitle.BorderSizePixel = 0
114
BunHubTitle.Position = UDim2.new(0, 0, -0.00682593836, 0)
115
BunHubTitle.Size = UDim2.new(0, 294, 0, 39)
116
BunHubTitle.Font = Enum.Font.SourceSans
117
BunHubTitle.Text = "Bun Hub"
118
BunHubTitle.TextColor3 = Color3.new(0, 0, 0)
119
BunHubTitle.TextScaled = true
120
BunHubTitle.TextSize = 14
121
BunHubTitle.TextWrapped = true
122
123
Onyx.Name = "Onyx"
124
Onyx.Parent = BunHub
125
Onyx.BackgroundColor3 = Color3.new(255, 255, 255)
126
Onyx.BorderSizePixel = 0
127
Onyx.Position = UDim2.new(0.159954399, 0, 0.191214472, 0)
128
Onyx.Size = UDim2.new(0, 200, 0, 50)
129
Onyx.Font = Enum.Font.SourceSansBold
130
Onyx.Text = "Onyx Hub"
131
Onyx.TextColor3 = Color3.new(0, 0, 0)
132
Onyx.TextScaled = true
133
Onyx.TextSize = 14
134
Onyx.TextWrapped = true
135
136
BoogaFucker.Name = "Booga Fucker"
137
BoogaFucker.Parent = BunHub
138
BoogaFucker.BackgroundColor3 = Color3.new(255, 255, 255)
139
BoogaFucker.BorderSizePixel = 0
140
BoogaFucker.Position = UDim2.new(0.159954399, 0, 0.412219673, 0)
141
BoogaFucker.Size = UDim2.new(0, 200, 0, 50)
142
BoogaFucker.Font = Enum.Font.SourceSansBold
143
BoogaFucker.Text = "Booga Fucker"
144
BoogaFucker.TextColor3 = Color3.new(0, 0, 0)
145
BoogaFucker.TextScaled = true
146
BoogaFucker.TextSize = 14
147
BoogaFucker.TextWrapped = true
148
149
Admin.Name = "Admin"
150
Admin.Parent = BunHub
151
Admin.BackgroundColor3 = Color3.new(255, 255, 255)
152
Admin.BorderSizePixel = 0
153
Admin.Position = UDim2.new(0.159954399, 0, 0.646047771, 0)
154
Admin.Size = UDim2.new(0, 200, 0, 50)
155
Admin.Font = Enum.Font.SourceSansBold
156
Admin.Text = "Admin Script"
157
Admin.TextColor3 = Color3.new(0, 0, 0)
158
Admin.TextScaled = true
159
Admin.TextSize = 14
160
Admin.TextWrapped = true
161
162
BoogaBitchesV2.Name = "BoogaBitchesV2"
163
BoogaBitchesV2.Parent = BunHub
164
BoogaBitchesV2.BackgroundColor3 = Color3.new(255, 255, 255)
165
BoogaBitchesV2.BorderSizePixel = 0
166
BoogaBitchesV2.Position = UDim2.new(0.159954399, 0, 0.859875869, 0)
167
BoogaBitchesV2.Size = UDim2.new(0, 200, 0, 50)
168
BoogaBitchesV2.Font = Enum.Font.SourceSansBold
169
BoogaBitchesV2.Text = "Booga Bitches V2"
170
BoogaBitchesV2.TextColor3 = Color3.new(0, 0, 0)
171
BoogaBitchesV2.TextScaled = true
172
BoogaBitchesV2.TextSize = 14
173
BoogaBitchesV2.TextWrapped = true
174
175
ExitButton.Name = "ExitButton"
176
ExitButton.Parent = BunHub
177
ExitButton.BackgroundColor3 = Color3.new(255, 255, 255)
178
ExitButton.BorderColor3 = Color3.new(0.639216, 0, 0.223529)
179
ExitButton.BorderSizePixel = 0
180
ExitButton.Position = UDim2.new(0.863004804, 0, -0.00516795833, 0)
181
ExitButton.Size = UDim2.new(0, 40, 0, 38)
182
ExitButton.Font = Enum.Font.SourceSansBold
183
ExitButton.Text = "X"
184
ExitButton.TextColor3 = Color3.new(0, 0, 0)
185
ExitButton.TextScaled = true
186
ExitButton.TextSize = 14
187
ExitButton.TextWrapped = true
188
189
Admin_2.Name = "Admin"
190
Admin_2.Parent = ScreenGui
191
Admin_2.BackgroundColor3 = Color3.new(255, 255, 255)
192
Admin_2.BorderSizePixel = 0
193
Admin_2.Position = UDim2.new(0.59101667, 0, 0.0035696578, 0)
194
Admin_2.Size = UDim2.new(0, 200, 0, 50)
195
Admin_2.Visible = false
196
Admin_2.Font = Enum.Font.SourceSansBold
197
Admin_2.Text = "OPEN"
198
Admin_2.TextColor3 = Color3.new(0, 0, 0)
199
Admin_2.TextScaled = true
200
Admin_2.TextSize = 14
201
Admin_2.TextWrapped = true
202
-- Scripts:
203
ExitButton.MouseButton1Down:connect(function()
204
BunHub.Visible = false
205
Admin_2.Visible = true
206
end)
207
208
209
Confirm.MouseButton1Down:connect(function()
210
211
if UserBox.Text  == "BunHacks" and PassBox.Text == "BunHacks" then
212
213
BunHub.Visible = true
214
Login.Visible = false
215
end
216
217
Admin_2.MouseButton1Down:connect(function()
218
BunHub.Visible = true
219
Admin_2.Visible = false
220
end)
221
222
LoginExitButton.MouseButton1Down:connect(function()
223
Login.Visible = false
224
end)
225
226
227
228
BoogaFucker.MouseButton1Down:connect(function()
229
loadstring(game:HttpGet(('https://pastebin.com/raw/Ww628Mma'),true))()
230
end)
231
232
BoogaBitchesV2.MouseButton1Down:connect(function()
233
	
234
235
236
Onyx.MouseButton1Down:connect(function()
237
-- Onyx HUB v2.1
238
-- Speedhack : Q
239
-- Auto pickup : y
240
 
241
 -- by Zeestriaa#7876
242
 -- Showcased by Cryptic
243
244
local BoogaBooga = Instance.new("ScreenGui")
245
local Frame = Instance.new("Frame")
246
local HeaderFrame = Instance.new("Frame")
247
local TitleGUI = Instance.new("TextLabel")
248
local SpeedHack = Instance.new("TextButton")
249
local JumpHack = Instance.new("TextButton")
250
local InfinityJump = Instance.new("TextButton")
251
local CraftGUI = Instance.new("TextButton")
252
local Minimize = Instance.new("TextButton")
253
local CraftFrame = Instance.new("Frame")
254
local HeaderFrame_2 = Instance.new("Frame")
255
local CraftLogo = Instance.new("TextLabel")
256
local ItemName = Instance.new("TextBox")
257
local CraftSubmit = Instance.new("TextButton")
258
local CraftGUI_2 = Instance.new("TextButton")
259
local AutoPickup = Instance.new("TextButton")
260
local ESPTrack = Instance.new("TextButton")
261
local DropItem = Instance.new("TextButton")
262
local ItemDrop = Instance.new("TextBox")
263
local MinimizeFrame = Instance.new("Frame")
264
local MinOpen = Instance.new("TextButton")
265
266
-- Properties
267
268
BoogaBooga.Name = "BoogaBooga"
269
BoogaBooga.Parent = game.CoreGui
270
271
Frame.Parent = BoogaBooga
272
Frame.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
273
Frame.BorderSizePixel = 0
274
Frame.Position = UDim2.new(0, 319, 0, 134)
275
Frame.Size = UDim2.new(0, 577, 0, 250)
276
277
HeaderFrame.Name = "HeaderFrame"
278
HeaderFrame.Parent = Frame
279
HeaderFrame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
280
HeaderFrame.BorderSizePixel = 0
281
HeaderFrame.Size = UDim2.new(0, 577, 0, 33)
282
283
TitleGUI.Name = "TitleGUI"
284
TitleGUI.Parent = Frame
285
TitleGUI.BackgroundColor3 = Color3.new(1, 1, 1)
286
TitleGUI.BackgroundTransparency = 1
287
TitleGUI.BorderSizePixel = 0
288
TitleGUI.Position = UDim2.new(0, 140, 0, 0)
289
TitleGUI.Size = UDim2.new(0, 309, 0, 33)
290
TitleGUI.Font = Enum.Font.SciFi
291
TitleGUI.Text = "Booga Booga | Onyx Version"
292
TitleGUI.TextColor3 = Color3.new(1, 1, 1)
293
TitleGUI.TextSize = 14
294
295
SpeedHack.Name = "SpeedHack"
296
SpeedHack.Parent = Frame
297
SpeedHack.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
298
SpeedHack.BorderSizePixel = 0
299
SpeedHack.Position = UDim2.new(0, 20, 0, 49)
300
SpeedHack.Size = UDim2.new(0, 200, 0, 50)
301
SpeedHack.Font = Enum.Font.SourceSans
302
SpeedHack.Text = "SpeedHack"
303
SpeedHack.TextColor3 = Color3.new(1, 1, 1)
304
SpeedHack.TextSize = 14
305
306
JumpHack.Name = "JumpHack"
307
JumpHack.Parent = Frame
308
JumpHack.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
309
JumpHack.BorderSizePixel = 0
310
JumpHack.Position = UDim2.new(0, 20, 0, 112)
311
JumpHack.Size = UDim2.new(0, 200, 0, 50)
312
JumpHack.Font = Enum.Font.SourceSans
313
JumpHack.Text = "JumpHack"
314
JumpHack.TextColor3 = Color3.new(1, 1, 1)
315
JumpHack.TextSize = 14
316
317
InfinityJump.Name = "InfinityJump"
318
InfinityJump.Parent = Frame
319
InfinityJump.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
320
InfinityJump.BorderSizePixel = 0
321
InfinityJump.Position = UDim2.new(0, 21, 0, 173)
322
InfinityJump.Size = UDim2.new(0, 200, 0, 50)
323
InfinityJump.Font = Enum.Font.SourceSans
324
InfinityJump.Text = "Infinity Jump"
325
InfinityJump.TextColor3 = Color3.new(1, 1, 1)
326
InfinityJump.TextSize = 14
327
328
CraftGUI.Name = "CraftGUI"
329
CraftGUI.Parent = Frame
330
CraftGUI.BackgroundColor3 = Color3.new(1, 1, 1)
331
CraftGUI.BackgroundTransparency = 1
332
CraftGUI.BorderSizePixel = 0
333
CraftGUI.Size = UDim2.new(0, 81, 0, 31)
334
CraftGUI.Font = Enum.Font.ArialBold
335
CraftGUI.Text = "<"
336
CraftGUI.TextColor3 = Color3.new(1, 1, 1)
337
CraftGUI.TextSize = 14
338
339
Minimize.Name = "Minimize"
340
Minimize.Parent = Frame
341
Minimize.BackgroundColor3 = Color3.new(1, 1, 1)
342
Minimize.BackgroundTransparency = 1
343
Minimize.BorderSizePixel = 0
344
Minimize.Position = UDim2.new(0, 496, 0, 0)
345
Minimize.Size = UDim2.new(0, 81, 0, 31)
346
Minimize.Font = Enum.Font.ArialBold
347
Minimize.Text = ">"
348
Minimize.TextColor3 = Color3.new(1, 1, 1)
349
Minimize.TextSize = 14
350
351
CraftFrame.Name = "CraftFrame"
352
CraftFrame.Parent = Frame
353
CraftFrame.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
354
CraftFrame.Position = UDim2.new(0, -245, 0, 0)
355
CraftFrame.Size = UDim2.new(0, 226, 0, 151)
356
CraftFrame.Visible = false
357
358
HeaderFrame_2.Name = "HeaderFrame"
359
HeaderFrame_2.Parent = CraftFrame
360
HeaderFrame_2.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
361
HeaderFrame_2.BorderSizePixel = 0
362
HeaderFrame_2.Size = UDim2.new(0, 226, 0, 33)
363
364
CraftLogo.Name = "CraftLogo"
365
CraftLogo.Parent = CraftFrame
366
CraftLogo.BackgroundColor3 = Color3.new(1, 1, 1)
367
CraftLogo.BackgroundTransparency = 1
368
CraftLogo.BorderSizePixel = 0
369
CraftLogo.Position = UDim2.new(0, 55, 0, 0)
370
CraftLogo.Size = UDim2.new(0, 115, 0, 31)
371
CraftLogo.Font = Enum.Font.SciFi
372
CraftLogo.Text = "Craft Item"
373
CraftLogo.TextColor3 = Color3.new(1, 1, 1)
374
CraftLogo.TextSize = 14
375
376
ItemName.Name = "ItemName"
377
ItemName.Parent = CraftFrame
378
ItemName.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
379
ItemName.BorderColor3 = Color3.new(0, 0, 0)
380
ItemName.BorderSizePixel = 3
381
ItemName.Position = UDim2.new(0, 13, 0, 47)
382
ItemName.Size = UDim2.new(0, 200, 0, 34)
383
ItemName.Font = Enum.Font.SciFi
384
ItemName.Text = "Item Name"
385
ItemName.TextColor3 = Color3.new(1, 1, 1)
386
ItemName.TextSize = 14
387
388
CraftSubmit.Name = "CraftSubmit"
389
CraftSubmit.Parent = CraftFrame
390
CraftSubmit.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
391
CraftSubmit.BorderSizePixel = 0
392
CraftSubmit.Position = UDim2.new(0, 13, 0, 93)
393
CraftSubmit.Size = UDim2.new(0, 200, 0, 35)
394
CraftSubmit.Font = Enum.Font.SciFi
395
CraftSubmit.Text = "Craft Now!"
396
CraftSubmit.TextColor3 = Color3.new(1, 1, 1)
397
CraftSubmit.TextSize = 14
398
399
CraftGUI_2.Name = "CraftGUI"
400
CraftGUI_2.Parent = CraftFrame
401
CraftGUI_2.BackgroundColor3 = Color3.new(1, 1, 1)
402
CraftGUI_2.BackgroundTransparency = 1
403
CraftGUI_2.BorderSizePixel = 0
404
CraftGUI_2.Position = UDim2.new(0, 163, 0, 0)
405
CraftGUI_2.Size = UDim2.new(0, 63, 0, 31)
406
CraftGUI_2.Font = Enum.Font.ArialBold
407
CraftGUI_2.Text = ">"
408
CraftGUI_2.TextColor3 = Color3.new(1, 1, 1)
409
CraftGUI_2.TextSize = 14
410
411
AutoPickup.Name = "AutoPickup"
412
AutoPickup.Parent = Frame
413
AutoPickup.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
414
AutoPickup.BorderSizePixel = 0
415
AutoPickup.Position = UDim2.new(0, 236, 0, 49)
416
AutoPickup.Size = UDim2.new(0, 200, 0, 50)
417
AutoPickup.Font = Enum.Font.SciFi
418
AutoPickup.Text = "Auto Pickup"
419
AutoPickup.TextColor3 = Color3.new(1, 1, 1)
420
AutoPickup.TextSize = 14
421
422
ESPTrack.Name = "ESP Track"
423
ESPTrack.Parent = Frame
424
ESPTrack.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
425
ESPTrack.BorderSizePixel = 0
426
ESPTrack.Position = UDim2.new(0, 237, 0, 110)
427
ESPTrack.Size = UDim2.new(0, 200, 0, 49)
428
ESPTrack.Font = Enum.Font.SciFi
429
ESPTrack.Text = "ESP Track"
430
ESPTrack.TextColor3 = Color3.new(1, 1, 1)
431
ESPTrack.TextSize = 14
432
433
DropItem.Name = "DropItem"
434
DropItem.Parent = Frame
435
DropItem.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
436
DropItem.BorderSizePixel = 0
437
DropItem.Position = UDim2.new(0, 238, 0, 173)
438
DropItem.Size = UDim2.new(0, 324, 0, 49)
439
DropItem.Font = Enum.Font.SciFi
440
DropItem.Text = "Drop item from bag!"
441
DropItem.TextColor3 = Color3.new(1, 1, 1)
442
DropItem.TextSize = 14
443
444
ItemDrop.Name = "ItemDrop"
445
ItemDrop.Parent = Frame
446
ItemDrop.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
447
ItemDrop.BorderColor3 = Color3.new(0, 0, 0)
448
ItemDrop.BorderSizePixel = 3
449
ItemDrop.Position = UDim2.new(0, 448, 0, 49)
450
ItemDrop.Size = UDim2.new(0, 113, 0, 106)
451
ItemDrop.Font = Enum.Font.SciFi
452
ItemDrop.Text = "Item Name"
453
ItemDrop.TextColor3 = Color3.new(1, 1, 1)
454
ItemDrop.TextSize = 14
455
456
MinimizeFrame.Name = "MinimizeFrame"
457
MinimizeFrame.Parent = BoogaBooga
458
MinimizeFrame.BackgroundColor3 = Color3.new(1, 1, 1)
459
MinimizeFrame.BackgroundTransparency = 1
460
MinimizeFrame.BorderSizePixel = 0
461
MinimizeFrame.Position = UDim2.new(0, 942, 0, 215)
462
MinimizeFrame.Size = UDim2.new(0, 154, 0, 223)
463
MinimizeFrame.Visible = false
464
465
MinOpen.Name = "MinOpen"
466
MinOpen.Parent = MinimizeFrame
467
MinOpen.BackgroundColor3 = Color3.new(1, 1, 1)
468
MinOpen.BackgroundTransparency = 1
469
MinOpen.BorderSizePixel = 0
470
MinOpen.Position = UDim2.new( 0.2, -110, 0, -200)
471
MinOpen.Size = UDim2.new(0, 154, 0, 223)
472
MinOpen.Font = Enum.Font.Fantasy
473
MinOpen.Text = "<"
474
MinOpen.TextColor3 = Color3.new(1, 1, 1)
475
MinOpen.TextScaled = true
476
MinOpen.TextSize = 14
477
MinOpen.TextWrapped = true
478
479
-- Scripts 
480
481
SpeedHack.MouseButton1Down:connect(function()
482
	local plr = game:GetService("Players").LocalPlayer
483
local char = plr.Character
484
local mouse = game:GetService("Players").LocalPlayer:GetMouse()
485
local hum = char:FindFirstChild("HumanoidRootPart")
486
local speed = 3
487
mouse.KeyDown:connect(function(key)
488
    if key == "q"  then
489
        loop = true
490
        while loop do
491
            hum.CFrame = hum.CFrame + hum.CFrame.lookVector * speed
492
            wait()
493
        end
494
        end
495
end)
496
497
mouse.KeyUp:connect(function(key)
498
    if key == "q"  then
499
        loop = false
500
    end
501
end)
502
end)
503
504
JumpHack.MouseButton1Down:connect(function()
505
	game.Players.LocalPlayer.Character.Humanoid.JumpPower = 150
506
end)
507
508
InfinityJump.MouseButton1Down:connect(function()
509
	loadstring(game:HttpGet(('https://pastebin.com/raw/2eYepag7'),true))()
510
end)
511
512
CraftGUI.MouseButton1Down:connect(function()
513
	CraftFrame.Visible = true
514
end)
515
516
Minimize.MouseButton1Down:connect(function()
517
	Frame.Visible = false
518
	MinimizeFrame.Visible = true
519
end)
520
521
CraftSubmit.MouseButton1Down:connect(function()
522
local Item = ItemName.Text
523
local Event = game:GetService("ReplicatedStorage").Events.CraftItem
524
Event:FireServer(Item)
525
end)
526
527
CraftGUI_2.MouseButton1Down:connect(function()
528
	CraftFrame.Visible = false
529
end)
530
531
AutoPickup.MouseButton1Down:connect(function()
532
	local Objects;
533
534
local Pickup = function(Character)
535
    local myPos = Character.HumanoidRootPart.Position
536
    local Objects = {}
537
    for i,v in pairs(workspace:GetChildren()) do
538
        if v:FindFirstChild("Pickup") ~= nil and v.ClassName == "Part" then
539
            local Pos = v.Position
540
            local Distance = (myPos - Pos).magnitude
541
            if Distance < 40 then
542
                table.insert(Objects, v)
543
            end
544
            elseif v:FindFirstChild("Pickup") ~= nil and v:FindFirstChild("Part") ~= nil and v.Part.ClassName == "Part" then
545
            local Pos = v.Part.Position
546
            local Distance = (myPos - Pos).magnitude
547
            if Distance < 40 then
548
                table.insert(Objects, v)
549
            end
550
             elseif v:FindFirstChild("Pickup") ~= nil and v.ClassName == "UnionOperation" then
551
             local Pos = v.Position
552
            local Distance = (myPos - Pos).magnitude
553
            if Distance < 40 then
554
                table.insert(Objects, v)
555
            end
556
        end
557
    end
558
    for i,v in pairs(Objects) do
559
    for i=1,10 do
560
    v.Position = myPosunannoy
561
    game:GetService("ReplicatedStorage").Events.Pickup:FireServer(v)
562
    end
563
    end
564
end
565
wait(1)
566
local mouse = game:GetService("Players").LocalPlayer:GetMouse()
567
568
mouse.KeyDown:connect(function(key)
569
    if key == "y" then
570
print'howdi neighbor'
571
Pickup(game.Players.LocalPlayer.Character)
572
end
573
end)
574
end)
575
576
Important = {Players = game:GetService("Players"), Workspace = game:GetService("Workspace"), CoreGui = game:GetService("CoreGui")}
577
578
local enabledesp = false
579
580
function CreateESP(plr)
581
    
582
    if plr ~= nil then
583
        
584
        local GetChar = plr.Character
585
        if not GetChar then return end
586
        
587
        local GetHead do
588
            
589
            repeat wait() until GetChar:FindFirstChild("Head")
590
            
591
        end
592
        GetHead = GetChar.Head        
593
        
594
        local bb = Instance.new("BillboardGui", Important.CoreGui)
595
        bb.Adornee = GetHead
596
        bb.ExtentsOffset = Vector3.new(0, 1, 0)
597
        bb.AlwaysOnTop = true
598
        bb.Size = UDim2.new(0, 5, 0, 5)
599
        bb.StudsOffset = Vector3.new(0, 3, 0)
600
        bb.Name = "ESP_PLAYER_" .. plr.Name
601
602
        local displayframe = Instance.new("Frame", bb)
603
        displayframe.ZIndex = 10
604
        displayframe.BackgroundTransparency = 1
605
        displayframe.Size = UDim2.new(1,0,1,0)
606
        
607
        local name = Instance.new("TextLabel", displayframe)
608
        name.Name = "Name"
609
        name.ZIndex = 10
610
        name.Text = plr.Name
611
        name.Visible = true
612
        name.TextColor3 = Color3.new(170,0,0)
613
        name.BackgroundTransparency = 1
614
        name.Size = UDim2.new(1,0,10,0)
615
        name.Font = Enum.Font.SourceSansLight
616
        name.TextSize = 20
617
        name.TextStrokeTransparency = .5
618
        
619
    end
620
    
621
end
622
623
ESPTrack.MouseButton1Click:connect(function()
624
	 for i,v in pairs(Important.Players:GetChildren()) do
625
        
626
        CreateESP(v)
627
        
628
    end
629
end)
630
631
DropItem.MouseButton1Down:connect(function()
632
local item = ItemDrop.Text -- change this to the item you want to drop
633
local amount = 1000 -- change this to the amount you want to drop
634
635
local i = 0
636
while i <= amount do
637
    game.ReplicatedStorage.Events.DropBagItem:FireServer(item)
638
    i = i + 1
639
end
640
end)
641
642
MinOpen.MouseButton1Down:connect(function()
643
	MinimizeFrame.Visible = false
644
	Frame.Visible = true
645
end)
646
end)
647
648
Admin.MouseButton1Down:connect(function()
649
-- Creator: illremember#3799
650
 
651
-- Credits to infinite yield, harkinian, dex creators
652
 
653
prefix = ";"
654
wait(0.3)
655
Commands = {
656
    '[-] cmdbar is shown when ; is pressed.',
657
    '[1] kill [plr] -- You need a tool! Will kill the player, use rkill to kill you and player',
658
    '[2] bring [plr] -- You need a tool! Will bring player to you',
659
    '[3] spin [plr] -- You need a tool! Makes you and the player spin crazy',
660
    '[4] unspin -- Use after using spin cmd and dying, so you stop loop teleporting',
661
    '[5] attach [plr] -- You need a tool! Attaches you to player',
662
    '[6] unattach [plr] -- Attempts to unattach you from a player',
663
    '[7] follow [plr] -- Makes you follow behind the player',
664
    '[8] unfollow',
665
    '[9] freefall [plr] -- You need a tool! Teleports you and the player up into the air',
666
    '[10] trail [plr] -- The opposite of follow, you stay infront of player',
667
    '[11] untrail',
668
    '[12] orbit [plr] -- Makes you orbit the player',
669
    '[13] unorbit',
670
    '[14] fling [plr] -- Makes you fling the player',
671
    '[15] unfling',
672
    '[16] fecheck -- Checks if the game is FE or not',
673
    '[17] void [plr] -- Teleports player to the void',
674
    '[18] noclip -- Gives you noclip to walk through walls',
675
    '[19] clip -- Removes noclip',
676
    '[20] speed [num]/ws [num] -- Changes how fast you walk 16 is default',
677
    '[21] jumppower [num]/jp [num] -- Changes how high you jump 50 is default',
678
    '[22] hipheight [num]/hh [num] -- Changes how high you float 0 is default',
679
    '[23] default -- Changes your speed, jumppower and hipheight to default values',
680
    '[24] annoy [plr] -- Loop teleports you to the player',
681
    '[25] unannoy',
682
    '[26] headwalk [plr] -- Loop teleports you to the player head',
683
    '[27] unheadwalk',
684
    '[28] nolimbs -- Removes your arms and legs',
685
    '[29] god -- Gives you FE Godmode',
686
    '[30] drophats -- Drops your accessories',
687
    '[31] droptool -- Drops any tool you have equipped',
688
    '[32] loopdhats -- Loop drops your accessories',
689
    '[33] unloopdhats',
690
    '[34] loopdtool -- Loop drops any tools you have equipped',
691
    '[35] unloopdtool',
692
    '[36] invisible -- Gives you invisibility CREDIT TO TIMELESS',
693
    '[37] view [plr] -- Changes your camera to the player character',
694
    '[38] unview',
695
    '[39] goto [plr] -- Teleports you to player',
696
    '[40] fly -- Allows you to fly, credit to Infinite Yield',
697
    '[41] unfly',
698
    '[42] chat [msg] -- Makes you chat a message',
699
    '[43] spam [msg] -- Spams a message',
700
    '[44] unspam',
701
    '[45] spamwait [num] -- Changes delay of chatting a message for the spam command in seconds default is 1 second',
702
    '[46] pmspam [plr] -- Spams a player in private message',
703
    '[47] unpmspam',
704
    '[48] cfreeze [plr] -- Freezes a player on your client, they will only be frozen for you',
705
    '[49] uncfreeze [plr]',
706
    '[50] unlockws -- Unlocks the workspace',
707
    '[51] lockws -- Locks the workspace',
708
    '[52] btools -- Gives you btools that will only show to you useful for deleting certain blocks only for you',
709
    '[53] pstand -- Enables platform stand',
710
    '[54] unpstand -- Disables platform stand',
711
    '[55] blockhead -- Removes your head mesh',
712
    '[56] sit',
713
    '[57] bringobj [obj] -- Only shows on client, brings an object/part to you constantly, can be used to bring healing parts, weapons, money etc, type in exact name',
714
    '[58] wsvis [num] -- Changes visibility of workspace parts, num should be between 0 and 1, only shows client sided',
715
    '[59] hypertotal -- Loads in my FE GUI Hypertotal',
716
    '[60] cmds -- Prints all commands',
717
    '[61] rmeshhats/blockhats -- Removes the meshes of all your accessories aka block hats',
718
    '[62] rmeshtool/blocktool -- Removes the mesh of the tool you have equipped aka block tool',
719
    '[63] spinner -- Makes you spin',
720
    '[64] nospinner',
721
    '[65] reach [num] -- Gives you reach, mostly used for swords, say ;reachd for default and enter number after for custom',
722
    '[66] noreach -- Removes reach, must have tool equipped',
723
    '[67] rkill [plr] -- Kills you and the player, use kill to just kill the player without dying',
724
    '[68] tp me [plr] -- Alternative to goto',
725
    '[69] cbring [plr] -- Brings player infront of you, shows only on client, allows you to do damage to player',
726
    '[70] uncbring',
727
    '[71] swap [plr] -- You need a tool! Swaps players position with yours and your position with players',
728
    '[72] givetool [plr] -- Gives the tool you have equipped to the player',
729
    '[73] glitch [plr] -- Glitches you and the player, looks very cool',
730
    '[74] unglitch -- Unglitches you',
731
    '[75] grespawn -- Alternative to normal respawn and usually works best for when you want to reset with FE Godmode',
732
    '[76] explorer -- Loads up DEX',
733
    '[77] reset -- Resets your character.',
734
    '[78] anim [id] -- Applies an animation on you, must be created by ROBLOX',
735
    '[79] animgui -- Loads up Energize animations GUI',
736
    '[80] savepos -- Saves your current position',
737
    '[81] loadpos -- Teleports you to your saved position',
738
    '[82] bang [plr] -- 18+ will not work if you have FE Godmode on',
739
    '[83] unbang',
740
    '[84] delcmdbar -- Removes the command bar completely',
741
    '[85] bringmod [obj] -- Brings all the parts in a model, client only, comes from ;bringobj enter exact name of model',
742
    '[86] shutdown -- Uses harkinians script to shutdown server',
743
    '[87] respawn -- If grespawn doesnt work you can use respawn',
744
    '[88] delobj [obj] -- Deletes a certain brick in workspace, client sided',
745
    '[89] getplrs -- Prints all players in game',
746
    '[90] deldecal -- Deletes all decals client sided',
747
    '[91] opfinality -- Loads in my FE GUI Opfinality',
748
    '[92] remotes -- Prints all remotes in the game in the console when added',
749
    '[93] noremotes -- Stops printing remotes',
750
    '[94] tpdefault -- Stops all loop teleports to a player',
751
    '[95] stopsit -- Will not allow you to sit',
752
    '[96] gosit -- Allows you to sit',
753
    '[97] clicktp -- Enables click tp',
754
    '[98] noclicktp -- Disables click tp',
755
    '[99] toolson -- If any tools are dropped in the workspace you will automatically get them',
756
    '[100] toolsoff -- Stops ;toolson',
757
    '[101] version -- Gets the admin version',
758
    '[102] state [num] -- Changes your humanoid state, ;unstate to stop.',
759
    '[103] gravity [num] -- Changes workspace gravity default is 196.2',
760
    '[104] pgs -- Checks if the game has PGSPhysicsSolverEnabled enabled',
761
    '[105] clickdel -- Delete any block you press q on, client sided',
762
    '[106] noclickdel -- Stops clickdel',
763
    '[107] looprhats -- Loop removes mesh of your hats/loop block hats',
764
    '[108] unlooprhats -- Stops loop removing mesh',
765
    '[109] looprtool -- Loop removes mesh of your tool/loop block tools',
766
    '[110] unlooprtool -- Stops loop removing mesh',
767
    '[111] givealltools [plr] -- Gives all the tools you have in your backpack to the player',
768
    '[112] age [plr] -- Makes you chat the account age of the player',
769
    '[113] id [plr] -- Makes you chat the account ID of the player',
770
    '[114] .age [plr] -- Privately shows you the account age of the player',
771
    '[115] .id [plr] -- Privately shows you the account ID of the player',
772
    '[116] gameid -- Shows the game ID',
773
    '[117] removeinvis -- Removes all invisible walls/parts, client sided',
774
    '[118] removefog -- Removes fog, client sided',
775
    '[119] disable -- Disables your character by removing humanoid',
776
    '[120] enable -- Enables your character by adding humanoid',
777
    '[121] prefix [key] -- Changes the prefix used, default is ;',
778
    '[122] ;resetprefix -- Resets the prefix to ; incase you change it to an unusable prefix. Say exactly ";resetprefix" to do this command, no matter what your prefix is set to.',
779
    '[123] flyspeed [num] -- Change your fly speed, default is 1',
780
    '[124] carpet [plr] -- Makes you a carpet for a player, will not work if FE Godmode is on',
781
    '[125] uncarpet -- Stops carpet player',
782
    '[126] stare [plr] -- Turns your character to stare at another player',
783
    '[127] unstare -- Stops stare player',
784
    '[128] logchat -- Logs all chat (including /e and whispers) of all players',
785
    '[129] unlogchat -- Disables logchat',
786
    '[130] fixcam -- Fixes/resets your camera',
787
    '[131] unstate -- Stops changing state',
788
}
789
speedget = 1
790
 
791
lplayer = game:GetService("Players").LocalPlayer
792
 
793
lplayer.CharacterAdded:Connect(function(character)
794
    spin = false
795
    flying = false
796
    staring = false
797
    banpl = false
798
end)
799
 
800
function change()
801
    prefix = prefix
802
    speedfly = speedfly
803
end
804
 
805
function GetPlayer(String) -- Credit to Timeless/xFunnieuss
806
    local Found = {}
807
    local strl = String:lower()
808
    if strl == "all" then
809
        for i,v in pairs(game:GetService("Players"):GetPlayers()) do
810
            table.insert(Found,v)
811
        end
812
    elseif strl == "others" then
813
        for i,v in pairs(game:GetService("Players"):GetPlayers()) do
814
            if v.Name ~= lplayer.Name then
815
                table.insert(Found,v)
816
            end
817
        end  
818
    elseif strl == "me" then
819
        for i,v in pairs(game:GetService("Players"):GetPlayers()) do
820
            if v.Name == lplayer.Name then
821
                table.insert(Found,v)
822
            end
823
        end  
824
    else
825
        for i,v in pairs(game:GetService("Players"):GetPlayers()) do
826
            if v.Name:lower():sub(1, #String) == String:lower() then
827
                table.insert(Found,v)
828
            end
829
        end    
830
    end
831
    return Found    
832
end
833
 
834
local Mouse = lplayer:GetMouse()
835
 
836
spin = false
837
followed = false
838
traill = false
839
noclip = false
840
annoying = false
841
hwalk = false
842
droppinghats = false
843
droppingtools = false
844
flying = false
845
spamdelay = 1
846
spamming = false
847
spammingpm = false
848
cbringing = false
849
remotes = true
850
added = true
851
binds = false
852
stopsitting = false
853
clickgoto = false
854
gettingtools = false
855
removingmeshhats = false
856
removingmeshtool = false
857
clickdel = false
858
staring = false
859
chatlogs = false
860
banpl = false
861
changingstate = false
862
statechosen = 0
863
 
864
adminversion = "Reviz Admin by illremember, Version 2.0"
865
 
866
flying = false
867
speedfly = 1
868
 
869
function plrchat(plr, chat)
870
print(plr.Name..": "..tick().."\n"..chat)
871
end
872
 
873
for i,v in pairs(game:GetService("Players"):GetPlayers()) do
874
v.Chatted:connect(function(chat)
875
if chatlogs then
876
plrchat(v, chat)
877
end
878
end)
879
end
880
game:GetService("Players").PlayerAdded:connect(function(plr)
881
plr.Chatted:connect(function(chat)
882
if chatlogs then
883
plrchat(plr, chat)
884
end
885
end)
886
end)
887
 
888
 
889
local ScreenGui = Instance.new("ScreenGui")
890
local Frame = Instance.new("Frame")
891
local CMDBAR = Instance.new("TextBox")
892
ScreenGui.Parent = game:GetService("CoreGui")
893
Frame.Parent = ScreenGui
894
Frame.BackgroundColor3 = Color3.new(0.3, 0.1, 0.1)
895
Frame.BackgroundTransparency = 0.3
896
Frame.Position = UDim2.new(0.25, 0, 0, 10)
897
Frame.Size = UDim2.new(0, 200, 0, 40)
898
Frame.Active = true
899
Frame.Draggable = true
900
CMDBAR.Name = "CMDBAR"
901
CMDBAR.Parent = Frame
902
CMDBAR.BackgroundColor3 = Color3.new(0.105882, 0.164706, 0.207843)
903
CMDBAR.BackgroundTransparency = 0.20000000298023
904
CMDBAR.Size = UDim2.new(0, 180, 0, 20)
905
CMDBAR.Position = UDim2.new(0.05 , 0, 0.25, 0)
906
CMDBAR.Font = Enum.Font.SourceSansLight
907
CMDBAR.FontSize = Enum.FontSize.Size14
908
CMDBAR.TextColor3 = Color3.new(0.945098, 0.945098, 0.945098)
909
CMDBAR.TextScaled = true
910
CMDBAR.TextSize = 14
911
CMDBAR.TextWrapped = true
912
CMDBAR.Text = "Press ; to type, Enter to execute"
913
 
914
local CMDS = Instance.new("ScreenGui")
915
local CMDSFRAME = Instance.new("Frame")
916
local ScrollingFrame = Instance.new("ScrollingFrame")
917
local TextLabel = Instance.new("TextLabel")
918
local closegui = Instance.new("TextButton")
919
CMDS.Name = "CMDS"
920
CMDS.Parent = game:GetService("CoreGui")
921
CMDSFRAME.Name = "CMDSFRAME"
922
CMDSFRAME.Parent = CMDS
923
CMDSFRAME.Active = true
924
CMDSFRAME.BackgroundColor3 = Color3.new(0.223529, 0.231373, 0.309804)
925
CMDSFRAME.BorderSizePixel = 0
926
CMDSFRAME.Draggable = true
927
CMDSFRAME.Position = UDim2.new(0, 315, 0, 100)
928
CMDSFRAME.Size = UDim2.new(0, 275, 0, 275)
929
CMDSFRAME.Visible = false
930
ScrollingFrame.Parent = CMDSFRAME
931
ScrollingFrame.BackgroundColor3 = Color3.new(0.160784, 0.160784, 0.203922)
932
ScrollingFrame.BorderSizePixel = 0
933
ScrollingFrame.Position = UDim2.new(0, 0, 0.0729999989, 0)
934
ScrollingFrame.Size = UDim2.new(1.04999995, 0, 0.92900002, 0)
935
ScrollingFrame.CanvasSize = UDim2.new(0, 0, 10, 0)
936
TextLabel.Parent = ScrollingFrame
937
TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
938
TextLabel.BackgroundTransparency = 1
939
TextLabel.Size = UDim2.new(0.930000007, 0, 1, 0)
940
TextLabel.Font = Enum.Font.SourceSans
941
TextLabel.FontSize = Enum.FontSize.Size18
942
TextLabel.Text = "[-] cmdbar is shown when ; is pressed.,\n[1] kill [plr] -- You need a tool! Will kill the player, use rkill to kill you and player,\n[2] bring [plr] -- You need a tool! Will bring player to you,\n[3] spin [plr] -- You need a tool! Makes you and the player spin crazy,\n[4] unspin -- Use after using spin cmd and dying, so you stop loop teleporting,\n[5] attach [plr] -- You need a tool! Attaches you to player,\n[6] unattach [plr] -- Attempts to unattach you from a player,\n[7] follow [plr] -- Makes you follow behind the player,\n[8] unfollow,\n[9] freefall [plr] -- You need a tool! Teleports you and the player up into the air,\n[10] trail [plr] -- The opposite of follow, you stay infront of player,\n[11] untrail,\n[12] orbit [plr] -- Makes you orbit the player,\n[13] unorbit,\n[14] fling [plr] -- Makes you fling the player,\n[15] unfling,\n[16] fecheck -- Checks if the game is FE or not,\n[17] void [plr] -- Teleports player to the void,\n[18] noclip -- Gives you noclip to walk through walls,\n[19] clip -- Removes noclip,\n[20] speed [num]/ws [num] -- Changes how fast you walk 16 is default,\n[21] jumppower [num]/jp [num] -- Changes how high you jump 50 is default,\n[22] hipheight [num]/hh [num] -- Changes how high you float 0 is default,\n[23] default -- Changes your speed, jumppower and hipheight to default values,\n[24] annoy [plr] -- Loop teleports you to the player,\n[25] unannoy,\n[26] headwalk [plr] -- Loop teleports you to the player head,\n[27] unheadwalk,\n[28] nolimbs -- Removes your arms and legs,\n[29] god -- Gives you FE Godmode,\n[30] drophats -- Drops your accessories,\n[31] droptool -- Drops any tool you have equipped,\n[32] loopdhats -- Loop drops your accessories,\n[33] unloopdhats,\n[34] loopdtool -- Loop drops any tools you have equipped,\n[35] unloopdtool,\n[36] invisible -- Gives you invisibility CREDIT TO TIMELESS,\n[37] view [plr] -- Changes your camera to the player character,\n[38] unview,\n[39] goto [plr] -- Teleports you to player,\n[40] fly -- Allows you to fly,\n[41] unfly,\n[42] chat [msg] -- Makes you chat a message,\n[43] spam [msg] -- Spams a message,\n[44] unspam,\n[45] spamwait [num] -- Changes delay of chatting a message for the spam command in seconds default is 1 second,\n[46] pmspam [plr] -- Spams a player in private message,\n[47] unpmspam,\n[48] cfreeze [plr] -- Freezes a player on your client, they will only be frozen for you,\n[49] uncfreeze [plr],\n[50] unlockws -- Unlocks the workspace,\n[51] lockws -- Locks the workspace,\n[52] btools -- Gives you btools that will only show to you useful for deleting certain blocks only for you,\n[53] pstand -- Enables platform stand,\n[54] unpstand -- Disables platform stand,\n[55] blockhead -- Removes your head mesh,\n[56] sit,\n[57] bringobj [obj] -- Only shows on client, brings an object/part to you constantly, can be used to bring healing parts, weapons, money etc, type in exact name,\n[58] wsvis [num] -- Changes visibility of workspace parts, num should be between 0 and 1, only shows client sided,\n[59] hypertotal -- Loads in my FE GUI Hypertotal,\n[60] cmds -- Prints all commands,\n[61] rmeshhats/blockhats -- Removes the meshes of all your accessories aka block hats,\n[62] rmeshtool/blocktool -- Removes the mesh of the tool you have equipped aka block tool,\n[63] spinner -- Makes you spin,\n[64] nospinner,\n[65] reach [num] -- Gives you reach, mostly used for swords, say ;reachd for default and enter number after for custom,\n[66] noreach -- Removes reach, must have tool equipped,\n[67] rkill [plr] -- Kills you and the player, use kill to just kill the player without dying,\n[68] tp me [plr] -- Alternative to goto,\n[69] cbring [plr] -- Brings player infront of you, shows only on client, allows you to do damage to player,\n[70] uncbring,\n[71] swap [plr] -- You need a tool! Swaps players position with yours and your position with players,\n[72] givetool [plr] -- Gives the tool you have equipped to the player,\n[73] glitch [plr] -- Glitches you and the player, looks very cool,\n[74] unglitch -- Unglitches you,\n[75] grespawn -- Alternative to normal respawn and usually works best for when you want to reset with FE Godmode,\n[76] explorer -- Loads up DEX,\n[77] reset -- Resets your character.,\n[78] anim [id] -- Applies an animation on you, must be created by ROBLOX,\n[79] animgui -- Loads up Energize animations GUI,\n[80] savepos -- Saves your current position,\n[81] loadpos -- Teleports you to your saved position,\n[82] bang [plr] -- 18+,\n[83] unbang,\n[84] delcmdbar -- Removes the command bar completely,\n[85] bringmod [obj] -- Brings all the parts in a model, client only, comes from ;bringobj enter exact name of model,\n[86] shutdown -- Uses harkinians script to shutdown server,\n[87] respawn -- If grespawn doesnt work you can use respawn,\n[88] delobj [obj] -- Deletes a certain brick in workspace, client sided,\n[89] getplrs -- Prints all players in game,\n[90] deldecal -- Deletes all decals client sided,\n[91] opfinality -- Loads in my FE GUI Opfinality,\n[92] remotes -- Prints all remotes in the game in the console when added,\n[93] noremotes -- Stops printing remotes,\n[94] tpdefault -- Stops all loop teleports to a player,\n[95] stopsit -- Will not allow you to sit,\n[96] gosit -- Allows you to sit,\n[97] clicktp -- Enables click tp,\n[98] noclicktp -- Disables click tp,\n[99] toolson -- If any tools are dropped in the workspace you will automatically get them,\n[100] toolsoff -- Stops ;toolson,\n[101] version -- Gets the admin version, \n This list of commands is NOT showing everything, go to my thread in the pastebin link to see ALL commands."
943
TextLabel.TextColor3 = Color3.new(1, 1, 1)
944
TextLabel.TextSize = 15
945
TextLabel.TextWrapped = true
946
TextLabel.TextXAlignment = Enum.TextXAlignment.Left
947
TextLabel.TextYAlignment = Enum.TextYAlignment.Top
948
closegui.Name = "closegui"
949
closegui.Parent = CMDSFRAME
950
closegui.BackgroundColor3 = Color3.new(0.890196, 0.223529, 0.0588235)
951
closegui.BorderSizePixel = 0
952
closegui.Position = UDim2.new(0.995000005, 0, 0, 0)
953
closegui.Size = UDim2.new(0.0545952693, 0, 0.0728644878, 0)
954
closegui.Font = Enum.Font.SourceSansBold
955
closegui.FontSize = Enum.FontSize.Size24
956
closegui.Text = "X"
957
closegui.TextColor3 = Color3.new(1, 1, 1)
958
closegui.TextSize = 20
959
 
960
closegui.MouseButton1Click:connect(function()
961
    CMDSFRAME.Visible = false
962
end)
963
 
964
game:GetService('RunService').Stepped:connect(function()
965
    if spin then
966
        lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[spinplr.Name].Character.HumanoidRootPart.CFrame
967
    end
968
    if followed then
969
        lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[flwplr.Name].Character.HumanoidRootPart.CFrame + game:GetService("Players")[flwplr.Name].Character.HumanoidRootPart.CFrame.lookVector * -5
970
    end
971
    if traill then
972
        lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[trlplr.Name].Character.HumanoidRootPart.CFrame + game:GetService("Players")[trlplr.Name].Character.HumanoidRootPart.CFrame.lookVector * 5
973
    end
974
    if annoying then
975
        lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[annplr.Name].Character.HumanoidRootPart.CFrame
976
    end
977
    if hwalk then
978
        lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[hdwplr.Name].Character.HumanoidRootPart.CFrame + Vector3.new(0, 4, 0)
979
    end
980
    if staring then
981
        lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(lplayer.Character.Torso.Position, game:GetService("Players")[stareplr.Name].Character.Torso.Position)
982
    end
983
end)
984
game:GetService('RunService').Stepped:connect(function()
985
    if noclip then
986
        if lplayer.Character.Humanoid.RigType == Enum.HumanoidRigType.R6 then
987
            lplayer.Character.Head.CanCollide = false
988
            lplayer.Character.Torso.CanCollide = false
989
            lplayer.Character["Left Leg"].CanCollide = false
990
            lplayer.Character["Right Leg"].CanCollide = false
991
        else
992
            lplayer.Character.Humanoid:ChangeState(11)
993
        end
994
    end
995
    if changingstate then
996
        lplayer.Character.Humanoid:ChangeState(statechosen)
997
    end
998
end)
999
game:GetService('RunService').Stepped:connect(function()
1000
    if droppinghats then
1001
        for i,v in pairs(lplayer.Character:GetChildren()) do
1002
            if (v:IsA("Accessory")) or (v:IsA("Hat")) then
1003
                v.Parent = workspace
1004
            end
1005
        end
1006
    end
1007
    if droppingtools then
1008
        for i,v in pairs(lplayer.Character:GetChildren()) do
1009
            if (v:IsA("Tool")) then
1010
                v.Parent = workspace
1011
            end
1012
        end
1013
    end
1014
    if removingmeshhats then
1015
        for i,v in pairs(lplayer.Character:GetChildren()) do
1016
            if (v:IsA("Accessory")) or (v:IsA("Hat")) then
1017
                v.Handle.Mesh:Destroy()
1018
            end
1019
        end
1020
    end
1021
    if removingmeshtool then
1022
        for i,v in pairs(lplayer.Character:GetChildren()) do
1023
            if (v:IsA("Tool")) then
1024
                v.Handle.Mesh:Destroy()
1025
            end
1026
        end
1027
    end
1028
end)
1029
game:GetService('RunService').Stepped:connect(function()
1030
    if banpl then
1031
        lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[bplrr].Character.HumanoidRootPart.CFrame
1032
    end
1033
end)
1034
game:GetService('RunService').Stepped:connect(function()
1035
    if stopsitting then
1036
        lplayer.Character.Humanoid.Sit = false
1037
    end
1038
end)
1039
 
1040
plr = lplayer
1041
hum = plr.Character.HumanoidRootPart
1042
mouse = plr:GetMouse()
1043
mouse.KeyDown:connect(function(key)
1044
    if key == "e" then
1045
        if mouse.Target then
1046
            if clickgoto then
1047
                hum.CFrame = CFrame.new(mouse.Hit.x, mouse.Hit.y + 5, mouse.Hit.z)
1048
            elseif clickdel then
1049
                mouse.Target:Destroy()
1050
            end
1051
        end
1052
    end
1053
end)
1054
 
1055
game:GetService("Workspace").ChildAdded:connect(function(part)
1056
    if gettingtools then
1057
        if part:IsA("Tool") then
1058
            part.Handle.CFrame = lplayer.Character.HumanoidRootPart.CFrame
1059
        end
1060
    end
1061
end)
1062
 
1063
lplayer.Chatted:Connect(function(msg)
1064
    if string.sub(msg, 1, 6) == (prefix.."kill ") then
1065
        if string.sub(msg, 7) == "me" then
1066
            lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(100000,0,100000)
1067
        else
1068
            for i,v in pairs(GetPlayer(string.sub(msg, 7)))do
1069
                local NOW = lplayer.Character.HumanoidRootPart.CFrame
1070
                lplayer.Character.Humanoid.Name = 1
1071
                local l = lplayer.Character["1"]:Clone()
1072
                l.Parent = lplayer.Character
1073
                l.Name = "Humanoid"
1074
                wait(0.1)
1075
                lplayer.Character["1"]:Destroy()
1076
                game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
1077
                lplayer.Character.Animate.Disabled = true
1078
                wait(0.1)
1079
                lplayer.Character.Animate.Disabled = false
1080
                lplayer.Character.Humanoid.DisplayDistanceType = "None"
1081
                for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
1082
                lplayer.Character.Humanoid:EquipTool(v)
1083
                end
1084
                local function tp(player,player2)
1085
                local char1,char2=player.Character,player2.Character
1086
                if char1 and char2 then
1087
                char1:MoveTo(char2.Head.Position)
1088
                end
1089
                end
1090
                wait(0.1)
1091
                lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
1092
                wait(0.2)
1093
                lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
1094
                wait(0.5)
1095
                lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,10,-100000))
1096
                wait(0.7)
1097
                tp(lplayer,game:GetService("Players")[v.Name])
1098
                wait(0.7)
1099
                lplayer.Character.HumanoidRootPart.CFrame = NOW
1100
                game:GetService("StarterGui"):SetCore("SendNotification", {
1101
                Title = "Tools needed!";
1102
                Text = "You need a tool in your backpack for this command!";
1103
                })
1104
            end
1105
        end
1106
    end
1107
    if string.sub(msg, 1, 7) == (prefix.."bring ") then
1108
        for i,v in pairs(GetPlayer(string.sub(msg, 8)))do
1109
            local NOW = lplayer.Character.HumanoidRootPart.CFrame
1110
            lplayer.Character.Humanoid.Name = 1
1111
            local l = lplayer.Character["1"]:Clone()
1112
            l.Parent = lplayer.Character
1113
            l.Name = "Humanoid"
1114
            wait(0.1)
1115
            lplayer.Character["1"]:Destroy()
1116
            game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
1117
            lplayer.Character.Animate.Disabled = true
1118
            wait(0.1)
1119
            lplayer.Character.Animate.Disabled = false
1120
            lplayer.Character.Humanoid.DisplayDistanceType = "None"
1121
            for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
1122
            lplayer.Character.Humanoid:EquipTool(v)
1123
            end
1124
            local function tp(player,player2)
1125
            local char1,char2=player.Character,player2.Character
1126
            if char1 and char2 then
1127
            char1.HumanoidRootPart.CFrame = char2.HumanoidRootPart.CFrame
1128
            end
1129
            end
1130
            local function getout(player,player2)
1131
            local char1,char2=player.Character,player2.Character
1132
            if char1 and char2 then
1133
            char1:MoveTo(char2.Head.Position)
1134
            end
1135
            end
1136
            tp(game:GetService("Players")[v.Name], lplayer)
1137
            wait(0.2)
1138
            tp(game:GetService("Players")[v.Name], lplayer)
1139
            wait(0.5)
1140
            lplayer.Character.HumanoidRootPart.CFrame = NOW
1141
            wait(0.5)
1142
            getout(lplayer, game:GetService("Players")[v.Name])
1143
            wait(0.3)
1144
            lplayer.Character.HumanoidRootPart.CFrame = NOW
1145
            game:GetService("StarterGui"):SetCore("SendNotification", {
1146
            Title = "Tools needed!";
1147
            Text = "You need a tool in your backpack for this command!";
1148
            })
1149
        end
1150
    end
1151
    if string.sub(msg, 1, 6) == (prefix.."spin ") then
1152
        for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
1153
            lplayer.Character.Humanoid.Name = 1
1154
            local l = lplayer.Character["1"]:Clone()
1155
            l.Parent = lplayer.Character
1156
            l.Name = "Humanoid"
1157
            wait(0.1)
1158
            lplayer.Character["1"]:Destroy()
1159
            game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
1160
            lplayer.Character.Animate.Disabled = true
1161
            wait(0.1)
1162
            lplayer.Character.Animate.Disabled = false
1163
            lplayer.Character.Humanoid.DisplayDistanceType = "None"
1164
            lplayer.Character.Animate.Disabled = false
1165
            for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
1166
            lplayer.Character.Humanoid:EquipTool(v)
1167
            end
1168
            lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
1169
            spinplr = v
1170
            wait(0.5)
1171
            spin = true
1172
            game:GetService("StarterGui"):SetCore("SendNotification", {
1173
            Title = "Tools needed!";
1174
            Text = "You need a tool in your backpack for this command!";
1175
            })
1176
        end
1177
    end
1178
    if string.sub(msg, 1, 7) == (prefix.."unspin") then
1179
        spin = false
1180
    end
1181
    if string.sub(msg, 1, 8) == (prefix.."attach ") then
1182
        for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
1183
            lplayer.Character.Humanoid.Name = 1
1184
            local l = lplayer.Character["1"]:Clone()
1185
            l.Parent = lplayer.Character
1186
            l.Name = "Humanoid"
1187
            wait(0.1)
1188
            lplayer.Character["1"]:Destroy()
1189
            game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
1190
            lplayer.Character.Animate.Disabled = true
1191
            wait(0.1)
1192
            lplayer.Character.Animate.Disabled = false
1193
            lplayer.Character.Humanoid.DisplayDistanceType = "None"
1194
            for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
1195
            lplayer.Character.Humanoid:EquipTool(v)
1196
            end
1197
            lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
1198
            wait(0.3)
1199
            lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
1200
            attplr = v
1201
            game:GetService("StarterGui"):SetCore("SendNotification", {
1202
            Title = "Tools needed!";
1203
            Text = "You need a tool in your backpack for this command!";
1204
            })
1205
        end
1206
    end
1207
    if string.sub(msg, 1, 10) == (prefix.."unattach ") then
1208
        for i,v in pairs(GetPlayer(string.sub(msg, 11))) do
1209
            local function getout(player,player2)
1210
            local char1,char2=player.Character,player2.Character
1211
            if char1 and char2 then
1212
            char1:MoveTo(char2.Head.Position)
1213
            end
1214
            end
1215
            getout(lplayer, game:GetService("Players")[v.Name])
1216
        end
1217
    end
1218
    if string.sub(msg, 1, 8) == (prefix.."follow ") then
1219
        for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
1220
            followed = true
1221
            flwplr = v
1222
        end
1223
    end
1224
    if string.sub(msg, 1, 9) == (prefix.."unfollow") then
1225
        followed = false
1226
    end
1227
    if string.sub(msg, 1, 10) == (prefix.."freefall ") then
1228
        for i,v in pairs(GetPlayer(string.sub(msg, 11))) do
1229
            local NOW = lplayer.Character.HumanoidRootPart.CFrame
1230
            lplayer.Character.Humanoid.Name = 1
1231
            local l = lplayer.Character["1"]:Clone()
1232
            l.Parent = lplayer.Character
1233
            l.Name = "Humanoid"
1234
            wait(0.1)
1235
            lplayer.Character["1"]:Destroy()
1236
            game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
1237
            lplayer.Character.Animate.Disabled = true
1238
            wait(0.1)
1239
            lplayer.Character.Animate.Disabled = false
1240
            lplayer.Character.Humanoid.DisplayDistanceType = "None"
1241
            for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
1242
            lplayer.Character.Humanoid:EquipTool(v)
1243
            end
1244
            lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
1245
            wait(0.2)
1246
            lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
1247
            wait(0.6)
1248
            lplayer.Character.HumanoidRootPart.CFrame = NOW
1249
            wait(0.6)
1250
            lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(0,50000,0)
1251
            game:GetService("StarterGui"):SetCore("SendNotification", {
1252
            Title = "Tools needed!";
1253
            Text = "You need a tool in your backpack for this command!";
1254
            })
1255
        end
1256
    end
1257
    if string.sub(msg, 1, 7) == (prefix.."trail ") then
1258
        for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
1259
            traill = true
1260
            trlplr = v
1261
        end
1262
    end
1263
    if string.sub(msg, 1, 8) == (prefix.."untrail") then
1264
        traill = false
1265
    end
1266
    if string.sub(msg, 1, 7) == (prefix.."orbit ") then
1267
        if string.sub(msg, 8) == "all" or string.sub(msg, 8) == "others" or string.sub(msg, 8) == "me" then
1268
            lplayer.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame
1269
        else
1270
            for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
1271
                local o = Instance.new("RocketPropulsion")
1272
                o.Parent = lplayer.Character.HumanoidRootPart
1273
                o.Name = "Orbit"
1274
                o.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart
1275
                o:Fire()
1276
                noclip = true
1277
            end
1278
        end
1279
    end
1280
    if string.sub(msg, 1, 8) == (prefix.."unorbit") then
1281
        lplayer.Character.HumanoidRootPart.Orbit:Destroy()
1282
        noclip = false
1283
    end
1284
    if string.sub(msg, 1, 7) == (prefix.."fling ") then
1285
        if string.sub(msg, 8) == "all" or string.sub(msg, 8) == "others" or string.sub(msg, 8) == "me" then
1286
            lplayer.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame
1287
        else
1288
            for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
1289
                local y = Instance.new("RocketPropulsion")
1290
                y.Parent = lplayer.Character.HumanoidRootPart
1291
                y.CartoonFactor = 1
1292
                y.MaxThrust = 800000
1293
                y.MaxSpeed = 1000
1294
                y.ThrustP = 200000
1295
                y.Name = "Fling"
1296
                game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head
1297
                y.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart
1298
                y:Fire()
1299
                noclip = true
1300
            end
1301
        end
1302
    end
1303
    if string.sub(msg, 1, 8) == (prefix.."unfling") then
1304
        noclip = false
1305
        lplayer.Character.HumanoidRootPart.Fling:Destroy()
1306
        game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Head
1307
        wait(0.4)
1308
        lplayer.Character.HumanoidRootPart.Fling:Destroy()
1309
    end
1310
    if string.sub(msg, 1, 8) == (prefix.."fecheck") then
1311
        if game:GetService("Workspace").FilteringEnabled == true then
1312
            warn("FE is Enabled (Filtering Enabled)")
1313
            game:GetService("StarterGui"):SetCore("SendNotification", {
1314
                Title = "FE is Enabled";
1315
                Text = "Filtering Enabled. Enjoy using Reviz Admin!";
1316
            })
1317
        else
1318
            warn("FE is Disabled (Filtering Disabled) Consider using a different admin script.")
1319
            game:GetService("StarterGui"):SetCore("SendNotification", {
1320
                Title = "FE is Disabled";
1321
                Text = "Filtering Disabled. Consider using a different admin script.";
1322
            })
1323
        end
1324
    end
1325
    if string.sub(msg, 1, 6) == (prefix.."void ") then
1326
        for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
1327
            lplayer.Character.Humanoid.Name = 1
1328
            local l = lplayer.Character["1"]:Clone()
1329
            l.Parent = lplayer.Character
1330
            l.Name = "Humanoid"
1331
            wait(0.1)
1332
            lplayer.Character["1"]:Destroy()
1333
            game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
1334
            lplayer.Character.Animate.Disabled = true
1335
            wait(0.1)
1336
            lplayer.Character.Animate.Disabled = false
1337
            lplayer.Character.Humanoid.DisplayDistanceType = "None"
1338
            for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
1339
            lplayer.Character.Humanoid:EquipTool(v)
1340
            end
1341
            lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
1342
            wait(0.2)
1343
            lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
1344
            wait(0.6)
1345
            lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(999999999999999,0,999999999999999)
1346
            game:GetService("StarterGui"):SetCore("SendNotification", {
1347
            Title = "Tools needed!";
1348
            Text = "You need a tool in your backpack for this command!";
1349
            })
1350
        end
1351
    end
1352
    if string.sub(msg, 1, 7) == (prefix.."noclip") then
1353
        noclip = true
1354
        game:GetService("StarterGui"):SetCore("SendNotification", {
1355
        Title = "Noclip enabled";
1356
        Text = "Type ;clip to disable";
1357
        })
1358
    end
1359
    if string.sub(msg, 1, 5) == (prefix.."clip") then
1360
        noclip = false
1361
        game:GetService("StarterGui"):SetCore("SendNotification", {
1362
        Title = "Noclip disabled";
1363
        Text = "Type ;noclip to enable";
1364
        })
1365
    end
1366
    if string.sub(msg, 1, 7) == (prefix.."speed ") then
1367
        lplayer.Character.Humanoid.WalkSpeed = (string.sub(msg, 8))
1368
    end
1369
    if string.sub(msg, 1, 4) == (prefix.."ws ") then
1370
        lplayer.Character.Humanoid.WalkSpeed = (string.sub(msg, 5))
1371
    end
1372
    if string.sub(msg, 1, 11) == (prefix.."hipheight ") then
1373
        lplayer.Character.Humanoid.HipHeight = (string.sub(msg, 12))
1374
    end
1375
    if string.sub(msg, 1, 4) == (prefix.."hh ") then
1376
        lplayer.Character.Humanoid.HipHeight = (string.sub(msg, 5))
1377
    end
1378
    if string.sub(msg, 1, 11) == (prefix.."jumppower ") then
1379
        lplayer.Character.Humanoid.JumpPower = (string.sub(msg, 12))
1380
    end
1381
    if string.sub(msg, 1, 4) == (prefix.."jp ") then
1382
        lplayer.Character.Humanoid.JumpPower = (string.sub(msg, 5))
1383
    end
1384
    if string.sub(msg, 1, 8) == (prefix.."default") then
1385
        lplayer.Character.Humanoid.JumpPower = 50
1386
        lplayer.Character.Humanoid.WalkSpeed = 16
1387
        lplayer.Character.Humanoid.HipHeight = 0
1388
    end
1389
    if string.sub(msg, 1, 7) == (prefix.."annoy ") then
1390
        for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
1391
            annoying = true
1392
            annplr = v
1393
        end
1394
    end
1395
    if string.sub(msg, 1, 8) == (prefix.."unannoy") then
1396
        annoying = false
1397
    end
1398
    if string.sub(msg, 1, 10) == (prefix.."headwalk ") then
1399
        for i,v in pairs(GetPlayer(string.sub(msg, 11))) do
1400
            hwalk = true
1401
            hdwplr = v
1402
        end
1403
    end
1404
    if string.sub(msg, 1, 11) == (prefix.."unheadwalk") then
1405
        hwalk = false
1406
    end
1407
    if string.sub(msg, 1, 8) == (prefix.."nolimbs") then
1408
        lplayer.Character["Left Leg"]:Destroy()
1409
        lplayer.Character["Left Arm"]:Destroy()
1410
        lplayer.Character["Right Leg"]:Destroy()
1411
        lplayer.Character["Right Arm"]:Destroy()
1412
    end
1413
    if string.sub(msg, 1, 4) == (prefix.."god") then
1414
        lplayer.Character.Humanoid.Name = 1
1415
        local l = lplayer.Character["1"]:Clone()
1416
        l.Parent = lplayer.Character
1417
        l.Name = "Humanoid"
1418
        wait(0.1)
1419
        lplayer.Character["1"]:Destroy()
1420
        game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
1421
        lplayer.Character.Animate.Disabled = true
1422
        wait(0.1)
1423
        lplayer.Character.Animate.Disabled = false
1424
        lplayer.Character.Humanoid.DisplayDistanceType = "None"
1425
        game:GetService("StarterGui"):SetCore("SendNotification", {
1426
        Title = "FE Godmode enabled";
1427
        Text = "Use ;grespawn or ;respawn to remove";
1428
        })
1429
    end
1430
    if string.sub(msg, 1, 9) == (prefix.."drophats") then
1431
        for i,v in pairs(lplayer.Character:GetChildren()) do
1432
            if (v:IsA("Accessory")) or (v:IsA("Hat")) then
1433
                v.Parent = workspace
1434
            end
1435
        end
1436
    end
1437
    if string.sub(msg, 1, 9) == (prefix.."droptool") then
1438
        for i,v in pairs(lplayer.Character:GetChildren()) do
1439
            if (v:IsA("Tool")) then
1440
                v.Parent = workspace
1441
            end
1442
        end
1443
    end
1444
    if string.sub(msg, 1, 10) == (prefix.."loopdhats") then
1445
        droppinghats = true
1446
        game:GetService("StarterGui"):SetCore("SendNotification", {
1447
        Title = "Loop Drop Enabled";
1448
        Text = "Type ;unloopdhats to disable";
1449
        })
1450
    end
1451
    if string.sub(msg, 1, 12) == (prefix.."unloopdhats") then
1452
        droppinghats = false
1453
        game:GetService("StarterGui"):SetCore("SendNotification", {
1454
        Title = "Loop Drop Disabled";
1455
        Text = "Type ;loopdhats to enable.";
1456
        })
1457
    end
1458
    if string.sub(msg, 1, 10) == (prefix.."loopdtool") then
1459
        droppingtools = true
1460
        game:GetService("StarterGui"):SetCore("SendNotification", {
1461
        Title = "Loop Drop Enabled";
1462
        Text = "Type ;unloopdtool to disable";
1463
        })
1464
    end
1465
    if string.sub(msg, 1, 12) == (prefix.."unloopdtool") then
1466
        droppingtools = false
1467
        game:GetService("StarterGui"):SetCore("SendNotification", {
1468
        Title = "Loop Drop Disabled";
1469
        Text = "Type ;loopdtool to enable.";
1470
        })
1471
    end
1472
    if string.sub(msg, 1, 10) == (prefix.."invisible") then -- Credit to Timeless
1473
        Local = game:GetService('Players').LocalPlayer
1474
        Char  = Local.Character
1475
        touched,tpdback = false, false
1476
        box = Instance.new('Part',workspace)
1477
        box.Anchored = true
1478
        box.CanCollide = true
1479
        box.Size = Vector3.new(10,1,10)
1480
        box.Position = Vector3.new(0,10000,0)
1481
        box.Touched:connect(function(part)
1482
            if (part.Parent.Name == Local.Name) then
1483
                if touched == false then
1484
                    touched = true
1485
                    function apply()
1486
                        if script.Disabled ~= true then
1487
                            no = Char.HumanoidRootPart:Clone()
1488
                            wait(.25)
1489
                            Char.HumanoidRootPart:Destroy()
1490
                            no.Parent = Char
1491
                            Char:MoveTo(loc)
1492
                            touched = false
1493
                        end end
1494
                    if Char then
1495
                        apply()
1496
                    end
1497
                end
1498
            end
1499
        end)
1500
        repeat wait() until Char
1501
        loc = Char.HumanoidRootPart.Position
1502
        Char:MoveTo(box.Position + Vector3.new(0,.5,0))
1503
        game:GetService("StarterGui"):SetCore("SendNotification", {
1504
        Title = "Invisibility enabled!";
1505
        Text = "Reset or use ;respawn to remove.";
1506
        })
1507
    end
1508
    if string.sub(msg, 1, 6) == (prefix.."view ") then
1509
        for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
1510
            if game:GetService("Players")[v.Name].Character.Humanoid then
1511
                game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Humanoid
1512
            else
1513
                game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head
1514
            end
1515
        end
1516
    end
1517
    if string.sub(msg, 1, 7) == (prefix.."unview") then
1518
        if lplayer.Character.Humanoid then
1519
            game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Humanoid
1520
        else
1521
            game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Head
1522
        end
1523
    end
1524
    if string.sub(msg, 1, 6) == (prefix.."goto ") then
1525
        for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
1526
            lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
1527
        end
1528
    end
1529
    if string.sub(msg, 1, 4) == (prefix.."fly") then
1530
    repeat wait() until lplayer and lplayer.Character and lplayer.Character:FindFirstChild('HumanoidRootPart') and lplayer.Character:FindFirstChild('Humanoid')
1531
    repeat wait() until Mouse
1532
   
1533
    local T = lplayer.Character.HumanoidRootPart
1534
    local CONTROL = {F = 0, B = 0, L = 0, R = 0}
1535
    local lCONTROL = {F = 0, B = 0, L = 0, R = 0}
1536
    local SPEED = speedget
1537
   
1538
    local function fly()
1539
        flying = true
1540
        local BG = Instance.new('BodyGyro', T)
1541
        local BV = Instance.new('BodyVelocity', T)
1542
        BG.P = 9e4
1543
        BG.maxTorque = Vector3.new(9e9, 9e9, 9e9)
1544
        BG.cframe = T.CFrame
1545
        BV.velocity = Vector3.new(0, 0.1, 0)
1546
        BV.maxForce = Vector3.new(9e9, 9e9, 9e9)
1547
        spawn(function()
1548
        repeat wait()
1549
        lplayer.Character.Humanoid.PlatformStand = true
1550
        if CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0 then
1551
        SPEED = 50
1552
        elseif not (CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0) and SPEED ~= 0 then
1553
        SPEED = 0
1554
        end
1555
        if (CONTROL.L + CONTROL.R) ~= 0 or (CONTROL.F + CONTROL.B) ~= 0 then
1556
        BV.velocity = ((workspace.CurrentCamera.CoordinateFrame.lookVector * (CONTROL.F + CONTROL.B)) + ((workspace.CurrentCamera.CoordinateFrame * CFrame.new(CONTROL.L + CONTROL.R, (CONTROL.F + CONTROL.B) * 0.2, 0).p) - workspace.CurrentCamera.CoordinateFrame.p)) * SPEED
1557
        lCONTROL = {F = CONTROL.F, B = CONTROL.B, L = CONTROL.L, R = CONTROL.R}
1558
        elseif (CONTROL.L + CONTROL.R) == 0 and (CONTROL.F + CONTROL.B) == 0 and SPEED ~= 0 then
1559
        BV.velocity = ((workspace.CurrentCamera.CoordinateFrame.lookVector * (lCONTROL.F + lCONTROL.B)) + ((workspace.CurrentCamera.CoordinateFrame * CFrame.new(lCONTROL.L + lCONTROL.R, (lCONTROL.F + lCONTROL.B) * 0.2, 0).p) - workspace.CurrentCamera.CoordinateFrame.p)) * SPEED
1560
        else
1561
        BV.velocity = Vector3.new(0, 0.1, 0)
1562
        end
1563
        BG.cframe = workspace.CurrentCamera.CoordinateFrame
1564
                until not flying
1565
                CONTROL = {F = 0, B = 0, L = 0, R = 0}
1566
                lCONTROL = {F = 0, B = 0, L = 0, R = 0}
1567
                SPEED = 0
1568
                BG:destroy()
1569
                BV:destroy()
1570
                lplayer.Character.Humanoid.PlatformStand = false
1571
            end)
1572
        end
1573
    Mouse.KeyDown:connect(function(KEY)
1574
        if KEY:lower() == 'w' then
1575
            CONTROL.F = speedfly
1576
        elseif KEY:lower() == 's' then
1577
            CONTROL.B = -speedfly
1578
        elseif KEY:lower() == 'a' then
1579
            CONTROL.L = -speedfly
1580
        elseif KEY:lower() == 'd' then
1581
            CONTROL.R = speedfly
1582
        end
1583
    end)
1584
    Mouse.KeyUp:connect(function(KEY)
1585
        if KEY:lower() == 'w' then
1586
            CONTROL.F = 0
1587
        elseif KEY:lower() == 's' then
1588
            CONTROL.B = 0
1589
        elseif KEY:lower() == 'a' then
1590
            CONTROL.L = 0
1591
        elseif KEY:lower() == 'd' then
1592
            CONTROL.R = 0
1593
        end
1594
    end)
1595
    fly()
1596
    end
1597
    if string.sub(msg, 1, 6) == (prefix.."unfly") then
1598
        flying = false
1599
        lplayer.Character.Humanoid.PlatformStand = false
1600
    end
1601
    if string.sub(msg, 1, 6) == (prefix.."chat ") then
1602
        game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer((string.sub(msg, 7)), "All")
1603
    end
1604
    if string.sub(msg, 1, 6) == (prefix.."spam ") then
1605
        spamtext = (string.sub(msg, 7))
1606
        spamming = true
1607
    end
1608
    if string.sub(msg, 1, 7) == (prefix.."unspam") then
1609
        spamming = false
1610
    end
1611
    if string.sub(msg, 1, 10) == (prefix.."spamwait ") then
1612
        spamdelay = (string.sub(msg, 11))
1613
    end
1614
    if string.sub(msg, 1, 8) == (prefix.."pmspam ") then
1615
        for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
1616
            pmspammed = v.Name
1617
            spammingpm = true
1618
        end
1619
    end
1620
    if string.sub(msg, 1, 9) == (prefix.."unpmspam") then
1621
        spammingpm = false
1622
    end
1623
    if string.sub(msg, 1, 9) == (prefix.."cfreeze ") then
1624
        for i,v in pairs(GetPlayer(string.sub(msg, 10))) do
1625
            v.Character["Left Leg"].Anchored = true
1626
            v.Character["Left Arm"].Anchored = true
1627
            v.Character["Right Leg"].Anchored = true
1628
            v.Character["Right Arm"].Anchored = true
1629
            v.Character.Torso.Anchored = true
1630
            v.Character.Head.Anchored = true
1631
        end
1632
    end
1633
    if string.sub(msg, 1, 11) == (prefix.."uncfreeze ") then
1634
        for i,v in pairs(GetPlayer(string.sub(msg, 12))) do
1635
            v.Character["Left Leg"].Anchored = false
1636
            v.Character["Left Arm"].Anchored = false
1637
            v.Character["Right Leg"].Anchored = false
1638
            v.Character["Right Arm"].Anchored = false
1639
            v.Character.Torso.Anchored = false
1640
            v.Character.Head.Anchored = false
1641
        end
1642
    end
1643
    if string.sub(msg, 1, 9) == (prefix.."unlockws") then
1644
        local a = game:GetService("Workspace"):getChildren()
1645
        for i = 1, #a do
1646
            if a[i].className == "Part" then
1647
                a[i].Locked = false
1648
            elseif a[i].className == "Model" then
1649
                local r = a[i]:getChildren()
1650
                for i = 1, #r do
1651
                    if r[i].className == "Part" then
1652
                    r[i].Locked = false
1653
                    end
1654
                end
1655
            end
1656
        end
1657
        game:GetService("StarterGui"):SetCore("SendNotification", {
1658
        Title = "Success!";
1659
        Text = "Workspace unlocked. Use ;lockws to lock.";
1660
        })
1661
    end
1662
    if string.sub(msg, 1, 7) == (prefix.."lockws") then
1663
        local a = game:GetService("Workspace"):getChildren()
1664
        for i = 1, #a do
1665
            if a[i].className == "Part" then
1666
                a[i].Locked = true
1667
            elseif a[i].className == "Model" then
1668
                local r = a[i]:getChildren()
1669
                for i = 1, #r do
1670
                    if r[i].className == "Part" then
1671
                    r[i].Locked = true
1672
                    end
1673
                end
1674
            end
1675
        end
1676
    end
1677
    if string.sub(msg, 1, 7) == (prefix.."btools") then
1678
        local Clone_T = Instance.new("HopperBin",lplayer.Backpack)
1679
        Clone_T.BinType = "Clone"
1680
        local Destruct = Instance.new("HopperBin",lplayer.Backpack)
1681
        Destruct.BinType = "Hammer"
1682
        local Hold_T = Instance.new("HopperBin",lplayer.Backpack)
1683
        Hold_T.BinType = "Grab"
1684
    end
1685
    if string.sub(msg, 1, 7) == (prefix.."pstand") then
1686
        lplayer.Character.Humanoid.PlatformStand = true
1687
    end
1688
    if string.sub(msg, 1, 9) == (prefix.."unpstand") then
1689
        lplayer.Character.Humanoid.PlatformStand = false
1690
    end
1691
    if string.sub(msg, 1, 10) == (prefix.."blockhead") then
1692
        lplayer.Character.Head.Mesh:Destroy()
1693
    end
1694
    if string.sub(msg, 1, 4) == (prefix.."sit") then
1695
        lplayer.Character.Humanoid.Sit = true
1696
    end
1697
    if string.sub(msg, 1, 10) == (prefix.."bringobj ") then
1698
        local function bringobjw()
1699
        for i,obj in ipairs(game:GetService("Workspace"):GetDescendants()) do
1700
        if obj.Name == (string.sub(msg, 11)) then
1701
        obj.CFrame = lplayer.Character.HumanoidRootPart.CFrame
1702
        obj.CanCollide = false
1703
        obj.Transparency = 0.7
1704
        wait()
1705
        obj.CFrame = lplayer.Character["Left Leg"].CFrame
1706
        wait()
1707
        obj.CFrame = lplayer.Character["Right Leg"].CFrame
1708
        wait()
1709
        obj.CFrame = lplayer.Character["Head"].CFrame
1710
        end
1711
        end
1712
        end
1713
        while wait() do
1714
            bringobjw()
1715
        end
1716
        game:GetService("StarterGui"):SetCore("SendNotification", {
1717
        Title = "BringObj";
1718
        Text = "BringObj enabled.";
1719
        })
1720
    end
1721
    if string.sub(msg, 1, 7) == (prefix.."wsvis ") then
1722
        vis = (string.sub(msg, 8))
1723
        local a = game:GetService("Workspace"):GetDescendants()
1724
        for i = 1, #a do
1725
            if a[i].className == "Part" then
1726
                a[i].Transparency = vis
1727
            elseif a[i].className == "Model" then
1728
                local r = a[i]:getChildren()
1729
                for i = 1, #r do
1730
                    if r[i].className == "Part" then
1731
                    r[i].Transparency = vis
1732
                    end
1733
                end
1734
            end
1735
        end
1736
    end
1737
    if string.sub(msg, 1, 11) == (prefix.."hypertotal") then
1738
        loadstring(game:GetObjects("rbxassetid://1255063809")[1].Source)()
1739
        game:GetService("StarterGui"):SetCore("SendNotification", {
1740
        Title = "Success!";
1741
        Text = "HyperTotal GUI Loaded!";
1742
        })
1743
    end
1744
    if string.sub(msg, 1, 5) == (prefix.."cmds") then
1745
        CMDSFRAME.Visible = true
1746
    end
1747
    if string.sub(msg, 1, 10) == (prefix.."rmeshhats") then
1748
        for i,v in pairs(lplayer.Character:GetChildren()) do
1749
            if (v:IsA("Accessory")) or (v:IsA("Hat")) then
1750
                v.Handle.Mesh:Destroy()
1751
            end
1752
        end
1753
    end
1754
    if string.sub(msg, 1, 10) == (prefix.."blockhats") then
1755
        for i,v in pairs(lplayer.Character:GetChildren()) do
1756
            if (v:IsA("Accessory")) or (v:IsA("Hat")) then
1757
                v.Handle.Mesh:Destroy()
1758
            end
1759
        end
1760
    end
1761
    if string.sub(msg, 1, 10) == (prefix.."rmeshtool") then
1762
        for i,v in pairs(lplayer.Character:GetChildren()) do
1763
            if (v:IsA("Tool")) then
1764
                v.Handle.Mesh:Destroy()
1765
            end
1766
        end
1767
    end
1768
    if string.sub(msg, 1, 10) == (prefix.."blocktool") then
1769
        for i,v in pairs(lplayer.Character:GetChildren()) do
1770
            if (v:IsA("Tool")) then
1771
                v.Handle.Mesh:Destroy()
1772
            end
1773
        end
1774
    end
1775
    if string.sub(msg, 1, 8) == (prefix.."spinner") then
1776
        local p = Instance.new("RocketPropulsion")
1777
        p.Parent = lplayer.Character.HumanoidRootPart
1778
        p.Name = "Spinner"
1779
        p.Target = lplayer.Character["Left Arm"]
1780
        p:Fire()
1781
        game:GetService("StarterGui"):SetCore("SendNotification", {
1782
        Title = "Spinner enabled";
1783
        Text = "Type ;nospinner to disable.";
1784
        })
1785
    end
1786
    if string.sub(msg, 1, 10) == (prefix.."nospinner") then
1787
        lplayer.Character.HumanoidRootPart.Spinner:Destroy()
1788
    end
1789
    if string.sub(msg, 1, 7) == (prefix.."reachd") then
1790
        for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
1791
            if v:isA("Tool") then
1792
                local a = Instance.new("SelectionBox",v.Handle)
1793
                a.Adornee = v.Handle
1794
                v.Handle.Size = Vector3.new(0.5,0.5,60)
1795
                v.GripPos = Vector3.new(0,0,0)
1796
                lplayer.Character.Humanoid:UnequipTools()
1797
            end
1798
        end
1799
        game:GetService("StarterGui"):SetCore("SendNotification", {
1800
        Title = "Reach applied!";
1801
        Text = "Applied to equipped sword. Use ;noreach to disable.";
1802
        })
1803
    end
1804
    if string.sub(msg, 1, 7) == (prefix.."reach ") then
1805
        for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
1806
            if v:isA("Tool") then
1807
                handleSize = v.Handle.Size
1808
                wait()
1809
                local a = Instance.new("SelectionBox",v.Handle)
1810
                a.Name = "a"
1811
                a.Adornee = v.Handle
1812
                v.Handle.Size = Vector3.new(0.5,0.5,(string.sub(msg, 8)))
1813
                v.GripPos = Vector3.new(0,0,0)
1814
                lplayer.Character.Humanoid:UnequipTools()
1815
            end
1816
        end
1817
        game:GetService("StarterGui"):SetCore("SendNotification", {
1818
        Title = "Reach applied!";
1819
        Text = "Applied to equipped sword. Use ;noreach to disable.";
1820
        })
1821
    end
1822
    if string.sub(msg, 1, 8) == (prefix.."noreach") then
1823
        for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
1824
            if v:isA("Tool") then
1825
                v.Handle.a:Destroy()
1826
                v.Handle.Size = handleSize
1827
            end
1828
        end
1829
        game:GetService("StarterGui"):SetCore("SendNotification", {
1830
        Title = "Reach removed!";
1831
        Text = "Removed reach from equipped sword.";
1832
        })
1833
    end
1834
    if string.sub(msg, 1, 7) == (prefix.."rkill ") then
1835
        for i,v in pairs(GetPlayer(string.sub(msg, 8)))do
1836
            lplayer.Character.Humanoid.Name = 1
1837
            local l = lplayer.Character["1"]:Clone()
1838
            l.Parent = lplayer.Character
1839
            l.Name = "Humanoid"
1840
            wait(0.1)
1841
            lplayer.Character["1"]:Destroy()
1842
            game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
1843
            lplayer.Character.Animate.Disabled = true
1844
            wait(0.1)
1845
            lplayer.Character.Animate.Disabled = false
1846
            lplayer.Character.Humanoid.DisplayDistanceType = "None"
1847
            for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
1848
            lplayer.Character.Humanoid:EquipTool(v)
1849
            end
1850
            wait(0.1)
1851
            lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
1852
            wait(0.2)
1853
            lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
1854
            wait(0.5)
1855
            lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,10,-100000))
1856
            game:GetService("StarterGui"):SetCore("SendNotification", {
1857
            Title = "Tools needed!";
1858
            Text = "You need a tool in your backpack for this command!";
1859
            })
1860
        end
1861
    end
1862
    if string.sub(msg, 1, 7) == (prefix.."tp me ") then
1863
        for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
1864
            lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
1865
        end
1866
    end
1867
    if string.sub(msg, 1, 8) == (prefix.."cbring ") then
1868
        if (string.sub(msg, 9)) == "all" or (string.sub(msg, 9)) == "All" or (string.sub(msg, 9)) == "ALL" then
1869
            cbringall = true
1870
        else
1871
            for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
1872
                brplr = v.Name
1873
            end
1874
        end
1875
        cbring = true
1876
    end
1877
    if string.sub(msg, 1, 9) == (prefix.."uncbring") then
1878
        cbring = false
1879
        cbringall = false
1880
    end
1881
    if string.sub(msg, 1, 6) == (prefix.."swap ") then
1882
        for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
1883
            local NOWPLR = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
1884
            local NOW = lplayer.Character.HumanoidRootPart.CFrame
1885
            lplayer.Character.Humanoid.Name = 1
1886
            local l = lplayer.Character["1"]:Clone()
1887
            l.Parent = lplayer.Character
1888
            l.Name = "Humanoid"
1889
            wait(0.1)
1890
            lplayer.Character["1"]:Destroy()
1891
            game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
1892
            lplayer.Character.Animate.Disabled = true
1893
            wait(0.1)
1894
            lplayer.Character.Animate.Disabled = false
1895
            lplayer.Character.Humanoid.DisplayDistanceType = "None"
1896
            for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
1897
            lplayer.Character.Humanoid:EquipTool(v)
1898
            end
1899
            local function tp(player,player2)
1900
            local char1,char2=player.Character,player2.Character
1901
            if char1 and char2 then
1902
            char1:MoveTo(char2.Head.Position)
1903
            end
1904
            end
1905
            wait(0.1)
1906
            lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
1907
            wait(0.2)
1908
            lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
1909
            wait(0.5)
1910
            lplayer.Character.HumanoidRootPart.CFrame = NOW
1911
            wait(0.6)
1912
            tp(lplayer, game:GetService("Players")[v.Name])
1913
            wait(0.4)
1914
            lplayer.Character.HumanoidRootPart.CFrame = NOWPLR
1915
            game:GetService("StarterGui"):SetCore("SendNotification", {
1916
            Title = "Tools needed!";
1917
            Text = "You need a tool in your backpack for this command!";
1918
            })
1919
        end
1920
    end
1921
    if string.sub(msg, 1, 8) == (prefix.."glitch ") then
1922
        for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
1923
            lplayer.Character.Humanoid.Name = 1
1924
            local l = lplayer.Character["1"]:Clone()
1925
            l.Parent = lplayer.Character
1926
            l.Name = "Humanoid"
1927
            wait(0.1)
1928
            lplayer.Character["1"]:Destroy()
1929
            game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
1930
            lplayer.Character.Animate.Disabled = true
1931
            wait(0.1)
1932
            lplayer.Character.Animate.Disabled = false
1933
            lplayer.Character.Humanoid.DisplayDistanceType = "None"
1934
            for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
1935
            lplayer.Character.Humanoid:EquipTool(v)
1936
            end
1937
            lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
1938
            wait(0.3)
1939
            lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
1940
            wait(0.4)
1941
            b = Instance.new("BodyForce")
1942
            b.Parent = lplayer.Character.HumanoidRootPart
1943
            b.Name = "Glitch"
1944
            b.Force = Vector3.new(100000000,5000,0)
1945
            game:GetService("StarterGui"):SetCore("SendNotification", {
1946
            Title = "Tools needed!";
1947
            Text = "You need a tool in your backpack for this command!";
1948
            })
1949
        end
1950
    end
1951
    if string.sub(msg, 1, 9) == (prefix.."unglitch") then
1952
        lplayer.Character.HumanoidRootPart.Glitch:Destroy()
1953
        lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(10000,0,10000)
1954
        b = Instance.new("BodyForce")
1955
        b.Parent = lplayer.Character.HumanoidRootPart
1956
        b.Name = "unGlitch"
1957
        b.Force = Vector3.new(0,-5000000,0)
1958
        wait(2)
1959
        lplayer.Character.HumanoidRootPart.unGlitch:Destroy()
1960
    end
1961
    if string.sub(msg, 1, 9) == (prefix.."grespawn") then
1962
        lplayer.Character.Humanoid.Health = 0
1963
        wait(1)
1964
        lplayer.Character.Head.CFrame = CFrame.new(1000000,0,1000000)
1965
        lplayer.Character.Torso.CFrame = CFrame.new(1000000,0,1000000)
1966
    end
1967
    if string.sub(msg, 1, 9) == (prefix.."explorer") then
1968
        loadstring(game:GetObjects("rbxassetid://492005721")[1].Source)()
1969
        game:GetService("StarterGui"):SetCore("SendNotification", {
1970
        Title = "Success!";
1971
        Text = "DEX Explorer has loaded.";
1972
        })
1973
    end
1974
    if string.sub(msg, 1, 6) == (prefix.."anim ") then
1975
        local Anim = Instance.new("Animation")
1976
        Anim.AnimationId = "rbxassetid://"..(string.sub(msg, 7))
1977
        local track = lplayer.Character.Humanoid:LoadAnimation(Anim)
1978
        track:Play(.1, 1, 1)
1979
    end
1980
    if string.sub(msg, 1, 8) == (prefix.."animgui") then
1981
        loadstring(game:GetObjects("rbxassetid://1202558084")[1].Source)()
1982
        game:GetService("StarterGui"):SetCore("SendNotification", {
1983
        Title = "Success!";
1984
        Text = "Energize Animations GUI has loaded.";
1985
        })
1986
    end
1987
    if string.sub(msg, 1, 8) == (prefix.."savepos") then
1988
        saved = lplayer.Character.HumanoidRootPart.CFrame
1989
        game:GetService("StarterGui"):SetCore("SendNotification", {
1990
        Title = "Position Saved";
1991
        Text = "Use ;loadpos to return to saved position.";
1992
        })
1993
    end
1994
    if string.sub(msg, 1, 8) == (prefix.."loadpos") then
1995
        lplayer.Character.HumanoidRootPart.CFrame = saved
1996
    end
1997
    if string.sub(msg, 1, 6) == (prefix.."bang ") then
1998
        for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
1999
            local Anim2 = Instance.new("Animation")
2000
            Anim2.AnimationId = "rbxassetid://148840371"
2001
            local track2 = lplayer.Character.Humanoid:LoadAnimation(Anim2)
2002
            track2:Play(.1, 1, 1)
2003
            bplrr = v.Name
2004
            banpl = true
2005
        end
2006
    end
2007
    if string.sub(msg, 1, 7) == (prefix.."unbang") then
2008
        banpl = false
2009
    end
2010
    if string.sub(msg, 1, 10) == (prefix.."bringmod ") then
2011
        local function bringmodw()
2012
        for i,obj in ipairs(game:GetService("Workspace"):GetDescendants()) do
2013
        if obj.Name == (string.sub(msg, 11)) then
2014
        for i,ch in pairs(obj:GetDescendants()) do
2015
        if (ch:IsA("BasePart")) then
2016
        ch.CFrame = lplayer.Character.HumanoidRootPart.CFrame
2017
        ch.CanCollide = false
2018
        ch.Transparency = 0.7
2019
        wait()
2020
        ch.CFrame = lplayer.Character["Left Leg"].CFrame
2021
        wait()
2022
        ch.CFrame = lplayer.Character["Right Leg"].CFrame
2023
        wait()
2024
        ch.CFrame = lplayer.Character["Head"].CFrame
2025
        end
2026
        end
2027
        end
2028
        end
2029
        end
2030
        while wait() do
2031
            bringmodw()
2032
        end
2033
        game:GetService("StarterGui"):SetCore("SendNotification", {
2034
        Title = "BringMod";
2035
        Text = "BringMod enabled.";
2036
        })
2037
    end
2038
    if string.sub(msg, 1, 8) == (prefix.."respawn") then
2039
        local mod = Instance.new('Model', workspace) mod.Name = 're '..lplayer.Name
2040
        local hum = Instance.new('Humanoid', mod)
2041
        local ins = Instance.new('Part', mod) ins.Name = 'Torso' ins.CanCollide = false ins.Transparency = 1
2042
        lplayer.Character = mod
2043
    end
2044
    if string.sub(msg, 1, 9) == (prefix.."shutdown") then
2045
        game:GetService'RunService'.Stepped:Connect(function()
2046
        pcall(function()
2047
            for i,v in pairs(game:GetService'Players':GetPlayers()) do
2048
                if v.Character ~= nil and v.Character:FindFirstChild'Head' then
2049
                    for _,x in pairs(v.Character.Head:GetChildren()) do
2050
                        if x:IsA'Sound' then x.Playing = true x.CharacterSoundEvent:FireServer(true, true) end
2051
                    end
2052
                end
2053
            end
2054
        end)
2055
        end)
2056
        game:GetService("StarterGui"):SetCore("SendNotification", {
2057
        Title = "Attempting Shutdown";
2058
        Text = "Shutdown Attempt has begun.";
2059
        })
2060
    end
2061
    if string.sub(msg, 1, 8) == (prefix.."delobj ") then
2062
        objtodel = (string.sub(msg, 9))
2063
        for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
2064
            if v.Name == objtodel then
2065
                v:Destroy()
2066
            end
2067
        end
2068
    end
2069
    if string.sub(msg, 1, 8) == (prefix.."getplrs") then
2070
        for i,v in pairs(game:GetService("Players"):GetPlayers())do
2071
            print(v)
2072
        end
2073
        game:GetService("StarterGui"):SetCore("SendNotification", {
2074
        Title = "Printed";
2075
        Text = "Players have been printed to console. (F9)";
2076
        })
2077
    end
2078
    if string.sub(msg, 1, 9) == (prefix.."deldecal") then
2079
        for i,v in pairs(game:GetService("Workspace"):GetDescendants())do
2080
            if (v:IsA("Decal")) then
2081
                v:Destroy()
2082
            end
2083
        end
2084
    end
2085
    if string.sub(msg, 1, 11) == (prefix.."opfinality") then
2086
        loadstring(game:GetObjects("rbxassetid://1294358929")[1].Source)()
2087
        game:GetService("StarterGui"):SetCore("SendNotification", {
2088
        Title = "Success!";
2089
        Text = "OpFinality GUI has loaded.";
2090
        })
2091
    end
2092
    if string.sub(msg, 1, 8) == (prefix.."remotes") then
2093
        remotes = true
2094
        added = true
2095
        game.DescendantAdded:connect(function(rmt)
2096
        if added == true then
2097
        if remotes == true then
2098
        if rmt:IsA("RemoteEvent") then
2099
        print("A RemoteEvent was added!")
2100
        print(" game." .. rmt:GetFullName() .. " | RemoteEvent")
2101
        print(" game." .. rmt:GetFullName() .. " | RemoteEvent", 247, 0, 0, true)
2102
        end end end
2103
        end)
2104
        game.DescendantAdded:connect(function(rmtfnctn)
2105
        if added == true then
2106
        if remotes == true then
2107
        if rmtfnctn:IsA("RemoteFunction") then
2108
        warn("A RemoteFunction was added!")
2109
        warn(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction")
2110
        print(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction", 5, 102, 198, true)
2111
        end end end
2112
        end)
2113
       
2114
        game.DescendantAdded:connect(function(bndfnctn)
2115
        if added == true then
2116
        if binds == true then
2117
        if bndfnctn:IsA("BindableFunction") then
2118
        print("A BindableFunction was added!")
2119
        print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction")
2120
        print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction", 239, 247, 4, true)
2121
        end end end
2122
        end)
2123
       
2124
        game.DescendantAdded:connect(function(bnd)
2125
        if added == true then
2126
        if binds == true then
2127
        if bnd:IsA("BindableEvent") then
2128
        warn("A BindableEvent was added!")
2129
        warn(" game." .. bnd:GetFullName() .. " | BindableEvent")
2130
        print(" game." .. bnd:GetFullName() .. " | BindableEvent", 13, 193, 22, true)
2131
        end end end
2132
        end)
2133
       
2134
       
2135
        if binds == true then
2136
        for i,v in pairs(game:GetDescendants()) do
2137
        if v:IsA("BindableFunction") then
2138
        print(" game." .. v:GetFullName() .. " | BindableFunction")
2139
        print(" game." .. v:GetFullName() .. " | BindableFunction", 239, 247, 4, true)
2140
        end end
2141
        for i,v in pairs(game:GetDescendants()) do
2142
        if v:IsA("BindableEvent") then
2143
        warn(" game." .. v:GetFullName() .. " | BindableEvent")
2144
        print(" game." .. v:GetFullName() .. " | BindableEvent", 13, 193, 22, true)
2145
        end end
2146
        else
2147
        print("Off")
2148
        end
2149
        if remotes == true then
2150
        for i,v in pairs(game:GetDescendants()) do
2151
        if v:IsA("RemoteFunction") then
2152
        warn(" game." .. v:GetFullName() .. " | RemoteFunction")
2153
        print(" game." .. v:GetFullName() .. " | RemoteFunction", 5, 102, 198, true)
2154
        end end
2155
        wait()
2156
        for i,v in pairs(game:GetDescendants()) do
2157
        if v:IsA("RemoteEvent") then
2158
        print(" game." .. v:GetFullName() .. " | RemoteEvent")
2159
        print(" game." .. v:GetFullName() .. " | RemoteEvent", 247, 0, 0, true)
2160
        end end
2161
        else
2162
        print("Off")
2163
        end
2164
        game:GetService("StarterGui"):SetCore("SendNotification", {
2165
        Title = "Printing Remotes";
2166
        Text = "Type ;noremotes to disable.";
2167
        })
2168
    end
2169
    if string.sub(msg, 1, 10) == (prefix.."noremotes") then
2170
        remotes = false
2171
        added = false
2172
        game:GetService("StarterGui"):SetCore("SendNotification", {
2173
        Title = "Printing Remotes Disabled";
2174
        Text = "Type ;remotes to enable.";
2175
        })
2176
    end
2177
    if string.sub(msg, 1, 10) == (prefix.."tpdefault") then
2178
        spin = false
2179
        followed = false
2180
        traill = false
2181
        noclip = false
2182
        annoying = false
2183
        hwalk = false
2184
        cbringing = false
2185
    end
2186
    if string.sub(msg, 1, 8) == (prefix.."stopsit") then
2187
        stopsitting = true
2188
    end
2189
    if string.sub(msg, 1, 6) == (prefix.."gosit") then
2190
        stopsitting = false
2191
    end
2192
    if string.sub(msg, 1, 8) == (prefix.."version") then
2193
        print(adminversion)
2194
        game:GetService("StarterGui"):SetCore("SendNotification", {
2195
        Title = "Version";
2196
        Text = adminversion;
2197
        })
2198
    end
2199
    if string.sub(msg, 1, 8) == (prefix.."clicktp") then
2200
        clickgoto = true
2201
        game:GetService("StarterGui"):SetCore("SendNotification", {
2202
        Title = "Click TP";
2203
        Text = "Press E to teleport to mouse position, ;noclicktp to stop";
2204
        })
2205
    end
2206
    if string.sub(msg, 1, 9) == (prefix.."clickdel") then
2207
        clickdel = true
2208
        game:GetService("StarterGui"):SetCore("SendNotification", {
2209
        Title = "Click Delete";
2210
        Text = "Press E to delete part at mouse, ;noclickdel to stop";
2211
        })
2212
    end
2213
    if string.sub(msg, 1, 11) == (prefix.."noclickdel") then
2214
        clickdel = false
2215
        game:GetService("StarterGui"):SetCore("SendNotification", {
2216
        Title = "Click Delete";
2217
        Text = "Click delete has been disabled.";
2218
        })
2219
    end
2220
    if string.sub(msg, 1, 10) == (prefix.."noclicktp") then
2221
        clickgoto = false
2222
        game:GetService("StarterGui"):SetCore("SendNotification", {
2223
        Title = "Click TP";
2224
        Text = "Click TP has been disabled.";
2225
        })
2226
    end
2227
    if string.sub(msg, 1, 8) == (prefix.."toolson") then
2228
        gettingtools = true
2229
        game:GetService("StarterGui"):SetCore("SendNotification", {
2230
        Title = "Tools Enabled";
2231
        Text = "Automatically colleting tools dropped.";
2232
        })
2233
    end
2234
    if string.sub(msg, 1, 9) == (prefix.."toolsoff") then
2235
        gettingtools = false
2236
        game:GetService("StarterGui"):SetCore("SendNotification", {
2237
        Title = "Tools Disabled";
2238
        Text = "Click TP has been disabled.";
2239
        })
2240
    end
2241
    if string.sub(msg, 1, 10) == (prefix.."delcmdbar") then
2242
        ScreenGui:Destroy()
2243
    end
2244
    if string.sub(msg, 1, 6) == (prefix.."reset") then
2245
        lplayer.Character.Head:Destroy()
2246
    end
2247
    if string.sub(msg, 1, 7) == (prefix.."state ") then
2248
        statechosen = string.sub(msg, 8)
2249
        changingstate = true
2250
    end
2251
    if string.sub(msg, 1, 9) == (prefix.."gravity ") then
2252
        game:GetService("Workspace").Gravity = string.sub(msg, 10)
2253
    end
2254
    if string.sub(msg, 1, 10) == (prefix.."looprhats") then
2255
        removingmeshhats = true
2256
    end
2257
    if string.sub(msg, 1, 12) == (prefix.."unlooprhats") then
2258
        removingmeshhats = false
2259
    end
2260
    if string.sub(msg, 1, 10) == (prefix.."looprtool") then
2261
        removingmeshtool = true
2262
    end
2263
    if string.sub(msg, 1, 12) == (prefix.."unlooprtool") then
2264
        removingmeshtool = false
2265
    end
2266
    if string.sub(msg, 1, 10) == (prefix.."givetool ") then
2267
        for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetDescendants()) do
2268
            if v:IsA("Tool") then
2269
                for i,player in pairs(GetPlayer(string.sub(msg, 11))) do
2270
                    v.Parent = player.Character
2271
                end
2272
            end
2273
        end
2274
    end
2275
    if string.sub(msg, 1, 14) == (prefix.."givealltools ") then
2276
        for i,v in pairs(game:GetService("Players").LocalPlayer.Backpack:GetDescendants()) do
2277
            if v:IsA("Tool") then
2278
                v.Parent = lplayer.Character
2279
                wait()
2280
                for i,player in pairs(GetPlayer(string.sub(msg, 15))) do
2281
                    v.Parent = player.Character
2282
                end
2283
            end
2284
        end
2285
    end
2286
    if string.sub(msg, 1, 5) == (prefix.."age ") then
2287
        for i,player in pairs(GetPlayer(string.sub(msg, 6))) do
2288
            game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.Name.." Account Age: "..player.AccountAge.." days!", "All")
2289
        end
2290
    end
2291
    if string.sub(msg, 1, 4) == (prefix.."id ") then
2292
        for i,player in pairs(GetPlayer(string.sub(msg, 5))) do
2293
            game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.Name.." Account ID: "..player.UserId, "All")
2294
        end
2295
    end
2296
    if string.sub(msg, 1, 6) == (prefix..".age ") then
2297
        for i,player in pairs(GetPlayer(string.sub(msg, 7))) do
2298
            game:GetService("StarterGui"):SetCore("SendNotification", {
2299
            Title = player.AccountAge.." Days";
2300
            Text = "Account age of "..player.Name;
2301
            })
2302
        end
2303
    end
2304
    if string.sub(msg, 1, 5) == (prefix..".id ") then
2305
        for i,player in pairs(GetPlayer(string.sub(msg, 6))) do
2306
            game:GetService("StarterGui"):SetCore("SendNotification", {
2307
            Title = player.UserId.." ID";
2308
            Text = "Account ID of "..player.Name;
2309
            })
2310
        end
2311
    end
2312
    if string.sub(msg, 1, 7) == (prefix.."gameid") then
2313
        game:GetService("StarterGui"):SetCore("SendNotification", {
2314
        Title = "Game ID";
2315
        Text = "Game ID: ".. game.GameId;
2316
        })
2317
    end
2318
    if string.sub(msg, 1, 4) == (prefix.."pgs") then
2319
        local pgscheck = game:GetService("Workspace"):PGSIsEnabled()
2320
        if pgscheck == true then
2321
            game:GetService("StarterGui"):SetCore("SendNotification", {
2322
            Title = "PGSPhysicsSolverEnabled";
2323
            Text = "PGS is Enabled!";
2324
            })
2325
        else
2326
            game:GetService("StarterGui"):SetCore("SendNotification", {
2327
            Title = "PGSPhysicsSolverEnabled";
2328
            Text = "PGS is Disabled!";
2329
            })
2330
        end
2331
    end
2332
    if string.sub(msg, 1, 12) == (prefix.."removeinvis") then
2333
        for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
2334
            if v:IsA("Part") then
2335
                if v.Transparency == 1 then
2336
                    if v.Name ~= "HumanoidRootPart" then
2337
                        v:Destroy()
2338
                    end
2339
                end
2340
            end
2341
        end
2342
    end
2343
    if string.sub(msg, 1, 10) == (prefix.."removefog") then
2344
        game:GetService("Lighting").FogStart = 0
2345
        game:GetService("Lighting").FogEnd = 9999999999999
2346
    end
2347
    if string.sub(msg, 1, 8) == (prefix.."disable") then
2348
        lplayer.Character.Humanoid.Parent = lplayer
2349
    end
2350
    if string.sub(msg, 1, 7) == (prefix.."enable") then
2351
        lplayer.Humanoid.Parent = lplayer.Character
2352
    end
2353
    if string.sub(msg, 1, 8) == (prefix.."prefix ") then
2354
        prefix = (string.sub(msg, 9, 9))
2355
        wait(0.1)
2356
        change()
2357
        wait(0.1)
2358
        game:GetService("StarterGui"):SetCore("SendNotification", {
2359
        Title = "Prefix changed!";
2360
        Text = "Prefix is now "..prefix..". Use ;resetprefix to reset to ;";
2361
        })
2362
    end
2363
    if string.sub(msg, 1, 12) == (";resetprefix") then
2364
        prefix = ";"
2365
        wait(0.1)
2366
        change()
2367
        wait(0.1)
2368
        game:GetService("StarterGui"):SetCore("SendNotification", {
2369
        Title = "Prefix changed!";
2370
        Text = "Prefix is now "..prefix..". Make sure it's one key!";
2371
        })
2372
    end
2373
    if string.sub(msg, 1, 10) == (prefix.."flyspeed ") then
2374
        speedfly = string.sub(msg, 11)
2375
        wait()
2376
        change()
2377
    end
2378
    if string.sub(msg, 1, 8) == (prefix.."carpet ") then
2379
        for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
2380
            local Anim3 = Instance.new("Animation")
2381
            Anim3.AnimationId = "rbxassetid://282574440"
2382
            local track3 = lplayer.Character.Humanoid:LoadAnimation(Anim3)
2383
            track3:Play(.1, 1, 1)
2384
            bplrr = v.Name
2385
            banpl = true
2386
        end
2387
    end
2388
    if string.sub(msg, 1, 9) == (prefix.."uncarpet") then
2389
        banpl = false
2390
    end
2391
    if string.sub(msg, 1, 7) == (prefix.."stare ") then
2392
        for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
2393
            staring = true
2394
            stareplr = v
2395
        end
2396
    end
2397
    if string.sub(msg, 1, 8) == (prefix.."unstare") then
2398
        staring = false
2399
    end
2400
    if string.sub(msg, 1, 8) == (prefix.."logchat") then
2401
        chatlogs = true
2402
        game:GetService("StarterGui"):SetCore("SendNotification", {
2403
        Title = "LogChat enabled";
2404
        Text = "Now logging all player chat.";
2405
        })
2406
    end
2407
    if string.sub(msg, 1, 10) == (prefix.."unlogchat") then
2408
        chatlogs = false
2409
        game:GetService("StarterGui"):SetCore("SendNotification", {
2410
        Title = "LogChat disabled";
2411
        Text = "Stopped logging all player chat.";
2412
        })
2413
    end
2414
    if string.sub(msg, 1, 7) == (prefix.."fixcam") then
2415
        game:GetService("Workspace").CurrentCamera:Destroy()
2416
        wait(0.1)
2417
        game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Humanoid
2418
        game:GetService("Workspace").CurrentCamera.CameraType = "Custom"
2419
        lplayer.CameraMinZoomDistance = 0.5
2420
        lplayer.CameraMaxZoomDistance = 400
2421
        lplayer.CameraMode = "Classic"
2422
    end
2423
    if string.sub(msg, 1, 8) == (prefix.."unstate") then
2424
        changingstate = false
2425
    end
2426
end)
2427
 
2428
local function tp()
2429
    for i, player in ipairs(game:GetService("Players"):GetPlayers()) do
2430
        if player.Character and player.Character:FindFirstChild("HumanoidRootPart") then
2431
            if player.Name == brplr then
2432
                player.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame + lplayer.Character.HumanoidRootPart.CFrame.lookVector * 2
2433
            end
2434
        end
2435
    end
2436
end
2437
local function tpall()
2438
    for i, player in ipairs(game:GetService("Players"):GetPlayers()) do
2439
        if player.Character and player.Character:FindFirstChild("HumanoidRootPart") then
2440
            player.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame + lplayer.Character.HumanoidRootPart.CFrame.lookVector * 3
2441
        end
2442
    end
2443
end
2444
spawn(function()
2445
    while wait(spamdelay) do
2446
        if spamming == true then
2447
            game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(spamtext, "All")
2448
        end
2449
    end
2450
end)
2451
spawn(function()
2452
    while wait(spamdelay) do
2453
        if spammingpm == true then
2454
            game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("/w "..pmspammed.." @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@", "All")
2455
        end
2456
    end
2457
end)
2458
spawn(function()
2459
    while wait() do
2460
        if cbring == true then
2461
            tp()
2462
        end
2463
    end
2464
end)
2465
spawn(function()
2466
    while wait() do
2467
        if cbringall == true then
2468
            tpall()
2469
        end
2470
    end
2471
end)
2472
 
2473
Mouse.KeyDown:connect(function(Key)
2474
    if Key == prefix then
2475
        CMDBAR:CaptureFocus()
2476
    end
2477
end)
2478
 
2479
CMDBAR.FocusLost:connect(function(enterPressed)
2480
    if enterPressed then
2481
        if string.sub(CMDBAR.Text, 1, 5) == ("kill ") then
2482
            if string.sub(CMDBAR.Text, 6) == "me" then
2483
                lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(100000,0,100000)
2484
            else
2485
                for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6)))do
2486
                    local NOW = lplayer.Character.HumanoidRootPart.CFrame
2487
                    lplayer.Character.Humanoid.Name = 1
2488
                    local l = lplayer.Character["1"]:Clone()
2489
                    l.Parent = lplayer.Character
2490
                    l.Name = "Humanoid"
2491
                    wait(0.1)
2492
                    lplayer.Character["1"]:Destroy()
2493
                    game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
2494
                    lplayer.Character.Animate.Disabled = true
2495
                    wait(0.1)
2496
                    lplayer.Character.Animate.Disabled = false
2497
                    lplayer.Character.Humanoid.DisplayDistanceType = "None"
2498
                    for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
2499
                    lplayer.Character.Humanoid:EquipTool(v)
2500
                    end
2501
                    local function tp(player,player2)
2502
                    local char1,char2=player.Character,player2.Character
2503
                    if char1 and char2 then
2504
                    char1:MoveTo(char2.Head.Position)
2505
                    end
2506
                    end
2507
                    wait(0.1)
2508
                    lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
2509
                    wait(0.2)
2510
                    lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
2511
                    wait(0.5)
2512
                    lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,10,-100000))
2513
                    wait(0.7)
2514
                    tp(lplayer,game:GetService("Players")[v.Name])
2515
                    wait(0.7)
2516
                    lplayer.Character.HumanoidRootPart.CFrame = NOW
2517
                    game:GetService("StarterGui"):SetCore("SendNotification", {
2518
                    Title = "Tools needed!";
2519
                    Text = "You need a tool in your backpack for this command!";
2520
                    })
2521
                end
2522
            end
2523
        end
2524
        if string.sub(CMDBAR.Text, 1, 6) == ("bring ") then
2525
            for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7)))do
2526
                local NOW = lplayer.Character.HumanoidRootPart.CFrame
2527
                lplayer.Character.Humanoid.Name = 1
2528
                local l = lplayer.Character["1"]:Clone()
2529
                l.Parent = lplayer.Character
2530
                l.Name = "Humanoid"
2531
                wait(0.1)
2532
                lplayer.Character["1"]:Destroy()
2533
                game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
2534
                lplayer.Character.Animate.Disabled = true
2535
                wait(0.1)
2536
                lplayer.Character.Animate.Disabled = false
2537
                lplayer.Character.Humanoid.DisplayDistanceType = "None"
2538
                for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
2539
                lplayer.Character.Humanoid:EquipTool(v)
2540
                end
2541
                local function tp(player,player2)
2542
                local char1,char2=player.Character,player2.Character
2543
                if char1 and char2 then
2544
                char1.HumanoidRootPart.CFrame = char2.HumanoidRootPart.CFrame
2545
                end
2546
                end
2547
                local function getout(player,player2)
2548
                local char1,char2=player.Character,player2.Character
2549
                if char1 and char2 then
2550
                char1:MoveTo(char2.Head.Position)
2551
                end
2552
                end
2553
                tp(game:GetService("Players")[v.Name], lplayer)
2554
                wait(0.2)
2555
                tp(game:GetService("Players")[v.Name], lplayer)
2556
                wait(0.5)
2557
                lplayer.Character.HumanoidRootPart.CFrame = NOW
2558
                wait(0.5)
2559
                getout(lplayer, game:GetService("Players")[v.Name])
2560
                wait(0.3)
2561
                lplayer.Character.HumanoidRootPart.CFrame = NOW
2562
                game:GetService("StarterGui"):SetCore("SendNotification", {
2563
                Title = "Tools needed!";
2564
                Text = "You need a tool in your backpack for this command!";
2565
                })
2566
            end
2567
        end
2568
        if string.sub(CMDBAR.Text, 1, 5) == ("spin ") then
2569
            for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
2570
                lplayer.Character.Humanoid.Name = 1
2571
                local l = lplayer.Character["1"]:Clone()
2572
                l.Parent = lplayer.Character
2573
                l.Name = "Humanoid"
2574
                wait(0.1)
2575
                lplayer.Character["1"]:Destroy()
2576
                game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
2577
                lplayer.Character.Animate.Disabled = true
2578
                wait(0.1)
2579
                lplayer.Character.Animate.Disabled = false
2580
                lplayer.Character.Humanoid.DisplayDistanceType = "None"
2581
                for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
2582
                lplayer.Character.Humanoid:EquipTool(v)
2583
                end
2584
                lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
2585
                spinplr = v
2586
                wait(0.5)
2587
                spin = true
2588
                game:GetService("StarterGui"):SetCore("SendNotification", {
2589
                Title = "Tools needed!";
2590
                Text = "You need a tool in your backpack for this command!";
2591
                })
2592
            end
2593
        end
2594
        if string.sub(CMDBAR.Text, 1, 6) == ("unspin") then
2595
            spin = false
2596
        end
2597
        if string.sub(CMDBAR.Text, 1, 7) == ("attach ") then
2598
            for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
2599
                lplayer.Character.Humanoid.Name = 1
2600
                local l = lplayer.Character["1"]:Clone()
2601
                l.Parent = lplayer.Character
2602
                l.Name = "Humanoid"
2603
                wait(0.1)
2604
                lplayer.Character["1"]:Destroy()
2605
                game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
2606
                lplayer.Character.Animate.Disabled = true
2607
                wait(0.1)
2608
                lplayer.Character.Animate.Disabled = false
2609
                lplayer.Character.Humanoid.DisplayDistanceType = "None"
2610
                for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
2611
                lplayer.Character.Humanoid:EquipTool(v)
2612
                end
2613
                lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
2614
                wait(0.3)
2615
                lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
2616
                attplr = v
2617
                game:GetService("StarterGui"):SetCore("SendNotification", {
2618
                Title = "Tools needed!";
2619
                Text = "You need a tool in your backpack for this command!";
2620
                })
2621
            end
2622
        end
2623
        if string.sub(CMDBAR.Text, 1, 9) == ("unattach ") then
2624
            for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 10))) do
2625
                local function getout(player,player2)
2626
                local char1,char2=player.Character,player2.Character
2627
                if char1 and char2 then
2628
                char1:MoveTo(char2.Head.Position)
2629
                end
2630
                end
2631
                getout(lplayer, game:GetService("Players")[v.Name])
2632
            end
2633
        end
2634
        if string.sub(CMDBAR.Text, 1, 7) == ("follow ") then
2635
            for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
2636
                followed = true
2637
                flwplr = v
2638
            end
2639
        end
2640
        if string.sub(CMDBAR.Text, 1, 8) == ("unfollow") then
2641
            followed = false
2642
        end
2643
        if string.sub(CMDBAR.Text, 1, 9) == ("freefall ") then
2644
            for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 10))) do
2645
                local NOW = lplayer.Character.HumanoidRootPart.CFrame
2646
                lplayer.Character.Humanoid.Name = 1
2647
                local l = lplayer.Character["1"]:Clone()
2648
                l.Parent = lplayer.Character
2649
                l.Name = "Humanoid"
2650
                wait(0.1)
2651
                lplayer.Character["1"]:Destroy()
2652
                game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
2653
                lplayer.Character.Animate.Disabled = true
2654
                wait(0.1)
2655
                lplayer.Character.Animate.Disabled = false
2656
                lplayer.Character.Humanoid.DisplayDistanceType = "None"
2657
                for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
2658
                lplayer.Character.Humanoid:EquipTool(v)
2659
                end
2660
                lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
2661
                wait(0.2)
2662
                lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
2663
                wait(0.6)
2664
                lplayer.Character.HumanoidRootPart.CFrame = NOW
2665
                wait(0.6)
2666
                lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(0,50000,0)
2667
                game:GetService("StarterGui"):SetCore("SendNotification", {
2668
                Title = "Tools needed!";
2669
                Text = "You need a tool in your backpack for this command!";
2670
                })
2671
            end
2672
        end
2673
        if string.sub(CMDBAR.Text, 1, 6) == ("trail ") then
2674
            for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
2675
                traill = true
2676
                trlplr = v
2677
            end
2678
        end
2679
        if string.sub(CMDBAR.Text, 1, 7) == ("untrail") then
2680
            traill = false
2681
        end
2682
        if string.sub(CMDBAR.Text, 1, 6) == ("orbit ") then
2683
            if string.sub(CMDBAR.Text, 7) == "all" or string.sub(CMDBAR.Text, 7) == "others" or string.sub(CMDBAR.Text, 7) == "me" then
2684
                lplayer.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame
2685
            else
2686
                for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
2687
                    local o = Instance.new("RocketPropulsion")
2688
                    o.Parent = lplayer.Character.HumanoidRootPart
2689
                    o.Name = "Orbit"
2690
                    o.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart
2691
                    o:Fire()
2692
                    noclip = true
2693
                end
2694
            end
2695
        end
2696
        if string.sub(CMDBAR.Text, 1, 7) == ("unorbit") then
2697
            lplayer.Character.HumanoidRootPart.Orbit:Destroy()
2698
            noclip = false
2699
        end
2700
        if string.sub(CMDBAR.Text, 1, 6) == ("fling ") then
2701
            if string.sub(CMDBAR.Text, 7) == "all" or string.sub(CMDBAR.Text, 7) == "others" or string.sub(CMDBAR.Text, 7) == "me" then
2702
                lplayer.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame
2703
            else
2704
                for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
2705
                    local y = Instance.new("RocketPropulsion")
2706
                    y.Parent = lplayer.Character.HumanoidRootPart
2707
                    y.CartoonFactor = 1
2708
                    y.MaxThrust = 800000
2709
                    y.MaxSpeed = 1000
2710
                    y.ThrustP = 200000
2711
                    y.Name = "Fling"
2712
                    game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head
2713
                    y.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart
2714
                    y:Fire()
2715
                    noclip = true
2716
                end
2717
            end
2718
        end
2719
        if string.sub(CMDBAR.Text, 1, 7) == ("unfling") then
2720
            noclip = false
2721
            lplayer.Character.HumanoidRootPart.Fling:Destroy()
2722
            game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Head
2723
            wait(0.4)
2724
            lplayer.Character.HumanoidRootPart.Fling:Destroy()
2725
        end
2726
        if string.sub(CMDBAR.Text, 1, 7) == ("fecheck") then
2727
            if game:GetService("Workspace").FilteringEnabled == true then
2728
                warn("FE is Enabled (Filtering Enabled)")
2729
                game:GetService("StarterGui"):SetCore("SendNotification", {
2730
                    Title = "FE is Enabled";
2731
                    Text = "Filtering Enabled. Enjoy using Reviz Admin!";
2732
                })
2733
            else
2734
                warn("FE is Disabled (Filtering Disabled) Consider using a different admin script.")
2735
                game:GetService("StarterGui"):SetCore("SendNotification", {
2736
                    Title = "FE is Disabled";
2737
                    Text = "Filtering Disabled. Consider using a different admin script.";
2738
                })
2739
            end
2740
        end
2741
        if string.sub(CMDBAR.Text, 1, 5) == ("void ") then
2742
            for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
2743
                lplayer.Character.Humanoid.Name = 1
2744
                local l = lplayer.Character["1"]:Clone()
2745
                l.Parent = lplayer.Character
2746
                l.Name = "Humanoid"
2747
                wait(0.1)
2748
                lplayer.Character["1"]:Destroy()
2749
                game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
2750
                lplayer.Character.Animate.Disabled = true
2751
                wait(0.1)
2752
                lplayer.Character.Animate.Disabled = false
2753
                lplayer.Character.Humanoid.DisplayDistanceType = "None"
2754
                for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
2755
                lplayer.Character.Humanoid:EquipTool(v)
2756
                end
2757
                lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
2758
                wait(0.2)
2759
                lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
2760
                wait(0.6)
2761
                lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(999999999999999,0,999999999999999)
2762
                game:GetService("StarterGui"):SetCore("SendNotification", {
2763
                Title = "Tools needed!";
2764
                Text = "You need a tool in your backpack for this command!";
2765
                })
2766
            end
2767
        end
2768
        if string.sub(CMDBAR.Text, 1, 6) == ("noclip") then
2769
            noclip = true
2770
            game:GetService("StarterGui"):SetCore("SendNotification", {
2771
            Title = "Noclip enabled";
2772
            Text = "Type ;clip to disable";
2773
            })
2774
        end
2775
        if string.sub(CMDBAR.Text, 1, 4) == ("clip") then
2776
            noclip = false
2777
            game:GetService("StarterGui"):SetCore("SendNotification", {
2778
            Title = "Noclip disabled";
2779
            Text = "Type ;noclip to enable";
2780
            })
2781
        end
2782
        if string.sub(CMDBAR.Text, 1, 6) == ("speed ") then
2783
            lplayer.Character.Humanoid.WalkSpeed = (string.sub(CMDBAR.Text, 7))
2784
        end
2785
        if string.sub(CMDBAR.Text, 1, 3) == ("ws ") then
2786
            lplayer.Character.Humanoid.WalkSpeed = (string.sub(CMDBAR.Text, 4))
2787
        end
2788
        if string.sub(CMDBAR.Text, 1, 10) == ("hipheight ") then
2789
            lplayer.Character.Humanoid.HipHeight = (string.sub(CMDBAR.Text, 11))
2790
        end
2791
        if string.sub(CMDBAR.Text, 1, 3) == ("hh ") then
2792
            lplayer.Character.Humanoid.HipHeight = (string.sub(CMDBAR.Text, 4))
2793
        end
2794
        if string.sub(CMDBAR.Text, 1, 10) == ("jumppower ") then
2795
            lplayer.Character.Humanoid.JumpPower = (string.sub(CMDBAR.Text, 11))
2796
        end
2797
        if string.sub(CMDBAR.Text, 1, 3) == ("jp ") then
2798
            lplayer.Character.Humanoid.JumpPower = (string.sub(CMDBAR.Text, 4))
2799
        end
2800
        if string.sub(CMDBAR.Text, 1, 7) == ("default") then
2801
            lplayer.Character.Humanoid.JumpPower = 50
2802
            lplayer.Character.Humanoid.WalkSpeed = 16
2803
            lplayer.Character.Humanoid.HipHeight = 0
2804
        end
2805
        if string.sub(CMDBAR.Text, 1, 6) == ("annoy ") then
2806
            for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
2807
                annoying = true
2808
                annplr = v
2809
            end
2810
        end
2811
        if string.sub(CMDBAR.Text, 1, 7) == ("unannoy") then
2812
            annoying = false
2813
        end
2814
        if string.sub(CMDBAR.Text, 1, 9) == ("headwalk ") then
2815
            for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 10))) do
2816
                hwalk = true
2817
                hdwplr = v
2818
            end
2819
        end
2820
        if string.sub(CMDBAR.Text, 1, 10) == ("unheadwalk") then
2821
            hwalk = false
2822
        end
2823
        if string.sub(CMDBAR.Text, 1, 7) == ("nolimbs") then
2824
            lplayer.Character["Left Leg"]:Destroy()
2825
            lplayer.Character["Left Arm"]:Destroy()
2826
            lplayer.Character["Right Leg"]:Destroy()
2827
            lplayer.Character["Right Arm"]:Destroy()
2828
        end
2829
        if string.sub(CMDBAR.Text, 1, 3) == ("god") then
2830
            lplayer.Character.Humanoid.Name = 1
2831
            local l = lplayer.Character["1"]:Clone()
2832
            l.Parent = lplayer.Character
2833
            l.Name = "Humanoid"
2834
            wait(0.1)
2835
            lplayer.Character["1"]:Destroy()
2836
            game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
2837
            lplayer.Character.Animate.Disabled = true
2838
            wait(0.1)
2839
            lplayer.Character.Animate.Disabled = false
2840
            lplayer.Character.Humanoid.DisplayDistanceType = "None"
2841
            game:GetService("StarterGui"):SetCore("SendNotification", {
2842
            Title = "FE Godmode enabled";
2843
            Text = "Use ;grespawn or ;respawn to remove.";
2844
            })
2845
        end
2846
        if string.sub(CMDBAR.Text, 1, 8) == ("drophats") then
2847
            for i,v in pairs(lplayer.Character:GetChildren()) do
2848
                if (v:IsA("Accessory")) or (v:IsA("Hat")) then
2849
                    v.Parent = workspace
2850
                end
2851
            end
2852
        end
2853
        if string.sub(CMDBAR.Text, 1, 8) == ("droptool") then
2854
            for i,v in pairs(lplayer.Character:GetChildren()) do
2855
                if (v:IsA("Tool")) then
2856
                    v.Parent = workspace
2857
                end
2858
            end
2859
        end
2860
        if string.sub(CMDBAR.Text, 1, 9) == ("loopdhats") then
2861
            droppinghats = true
2862
            game:GetService("StarterGui"):SetCore("SendNotification", {
2863
            Title = "Loop Drop Enabled";
2864
            Text = "Type ;unloopdhats to disable";
2865
            })
2866
        end
2867
        if string.sub(CMDBAR.Text, 1, 11) == ("unloopdhats") then
2868
            droppinghats = false
2869
            game:GetService("StarterGui"):SetCore("SendNotification", {
2870
            Title = "Loop Drop Disabled";
2871
            Text = "Type ;loopdhats to enable.";
2872
            })
2873
        end
2874
        if string.sub(CMDBAR.Text, 1, 9) == ("loopdtool") then
2875
            droppingtools = true
2876
            game:GetService("StarterGui"):SetCore("SendNotification", {
2877
            Title = "Loop Drop Enabled";
2878
            Text = "Type ;unloopdtool to disable";
2879
            })
2880
        end
2881
        if string.sub(CMDBAR.Text, 1, 11) == ("unloopdtool") then
2882
            droppingtools = false
2883
            game:GetService("StarterGui"):SetCore("SendNotification", {
2884
            Title = "Loop Drop Disabled";
2885
            Text = "Type ;loopdtool to enable.";
2886
            })
2887
        end
2888
        if string.sub(CMDBAR.Text, 1, 9) == ("invisible") then -- Credit to Timeless
2889
            Local = game:GetService('Players').LocalPlayer
2890
            Char  = Local.Character
2891
            touched,tpdback = false, false
2892
            box = Instance.new('Part',workspace)
2893
            box.Anchored = true
2894
            box.CanCollide = true
2895
            box.Size = Vector3.new(10,1,10)
2896
            box.Position = Vector3.new(0,10000,0)
2897
            box.Touched:connect(function(part)
2898
                if (part.Parent.Name == Local.Name) then
2899
                    if touched == false then
2900
                        touched = true
2901
                        function apply()
2902
                            if script.Disabled ~= true then
2903
                                no = Char.HumanoidRootPart:Clone()
2904
                                wait(.25)
2905
                                Char.HumanoidRootPart:Destroy()
2906
                                no.Parent = Char
2907
                                Char:MoveTo(loc)
2908
                                touched = false
2909
                            end end
2910
                        if Char then
2911
                            apply()
2912
                        end
2913
                    end
2914
                end
2915
            end)
2916
            repeat wait() until Char
2917
            loc = Char.HumanoidRootPart.Position
2918
            Char:MoveTo(box.Position + Vector3.new(0,.5,0))
2919
            game:GetService("StarterGui"):SetCore("SendNotification", {
2920
            Title = "Invisibility enabled!";
2921
            Text = "Reset or use ;respawn to remove.";
2922
            })
2923
        end
2924
        if string.sub(CMDBAR.Text, 1, 5) == ("view ") then
2925
            for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
2926
                if game:GetService("Players")[v.Name].Character.Humanoid then
2927
                    game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Humanoid
2928
                else
2929
                    game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head
2930
                end
2931
            end
2932
        end
2933
        if string.sub(CMDBAR.Text, 1, 6) == ("unview") then
2934
            if lplayer.Character.Humanoid then
2935
                game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Humanoid
2936
            else
2937
                game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Head
2938
            end
2939
        end
2940
        if string.sub(CMDBAR.Text, 1, 5) == ("goto ") then
2941
            for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
2942
                lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
2943
            end
2944
        end
2945
        if string.sub(CMDBAR.Text, 1, 3) == ("fly") then
2946
        repeat wait() until lplayer and lplayer.Character and lplayer.Character:FindFirstChild('HumanoidRootPart') and lplayer.Character:FindFirstChild('Humanoid')
2947
        repeat wait() until Mouse
2948
       
2949
        local T = lplayer.Character.HumanoidRootPart
2950
        local CONTROL = {F = 0, B = 0, L = 0, R = 0}
2951
        local lCONTROL = {F = 0, B = 0, L = 0, R = 0}
2952
        local SPEED = speedget
2953
       
2954
        local function fly()
2955
            flying = true
2956
            local BG = Instance.new('BodyGyro', T)
2957
            local BV = Instance.new('BodyVelocity', T)
2958
            BG.P = 9e4
2959
            BG.maxTorque = Vector3.new(9e9, 9e9, 9e9)
2960
            BG.cframe = T.CFrame
2961
            BV.velocity = Vector3.new(0, 0.1, 0)
2962
            BV.maxForce = Vector3.new(9e9, 9e9, 9e9)
2963
            spawn(function()
2964
            repeat wait()
2965
            lplayer.Character.Humanoid.PlatformStand = true
2966
            if CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0 then
2967
            SPEED = 50
2968
            elseif not (CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0) and SPEED ~= 0 then
2969
            SPEED = 0
2970
            end
2971
            if (CONTROL.L + CONTROL.R) ~= 0 or (CONTROL.F + CONTROL.B) ~= 0 then
2972
            BV.velocity = ((workspace.CurrentCamera.CoordinateFrame.lookVector * (CONTROL.F + CONTROL.B)) + ((workspace.CurrentCamera.CoordinateFrame * CFrame.new(CONTROL.L + CONTROL.R, (CONTROL.F + CONTROL.B) * 0.2, 0).p) - workspace.CurrentCamera.CoordinateFrame.p)) * SPEED
2973
            lCONTROL = {F = CONTROL.F, B = CONTROL.B, L = CONTROL.L, R = CONTROL.R}
2974
            elseif (CONTROL.L + CONTROL.R) == 0 and (CONTROL.F + CONTROL.B) == 0 and SPEED ~= 0 then
2975
            BV.velocity = ((workspace.CurrentCamera.CoordinateFrame.lookVector * (lCONTROL.F + lCONTROL.B)) + ((workspace.CurrentCamera.CoordinateFrame * CFrame.new(lCONTROL.L + lCONTROL.R, (lCONTROL.F + lCONTROL.B) * 0.2, 0).p) - workspace.CurrentCamera.CoordinateFrame.p)) * SPEED
2976
            else
2977
            BV.velocity = Vector3.new(0, 0.1, 0)
2978
            end
2979
            BG.cframe = workspace.CurrentCamera.CoordinateFrame
2980
                    until not flying
2981
                    CONTROL = {F = 0, B = 0, L = 0, R = 0}
2982
                    lCONTROL = {F = 0, B = 0, L = 0, R = 0}
2983
                    SPEED = 0
2984
                    BG:destroy()
2985
                    BV:destroy()
2986
                    lplayer.Character.Humanoid.PlatformStand = false
2987
                end)
2988
            end
2989
        Mouse.KeyDown:connect(function(KEY)
2990
            if KEY:lower() == 'w' then
2991
                CONTROL.F = speedfly
2992
            elseif KEY:lower() == 's' then
2993
                CONTROL.B = -speedfly
2994
            elseif KEY:lower() == 'a' then
2995
                CONTROL.L = -speedfly
2996
            elseif KEY:lower() == 'd' then
2997
                CONTROL.R = speedfly
2998
            end
2999
        end)
3000
        Mouse.KeyUp:connect(function(KEY)
3001
            if KEY:lower() == 'w' then
3002
                CONTROL.F = 0
3003
            elseif KEY:lower() == 's' then
3004
                CONTROL.B = 0
3005
            elseif KEY:lower() == 'a' then
3006
                CONTROL.L = 0
3007
            elseif KEY:lower() == 'd' then
3008
                CONTROL.R = 0
3009
            end
3010
        end)
3011
        fly()
3012
        end
3013
        if string.sub(CMDBAR.Text, 1, 5) == ("unfly") then
3014
            flying = false
3015
            lplayer.Character.Humanoid.PlatformStand = false
3016
        end
3017
        if string.sub(CMDBAR.Text, 1, 5) == ("chat ") then
3018
            game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer((string.sub(CMDBAR.Text, 6)), "All")
3019
        end
3020
        if string.sub(CMDBAR.Text, 1, 5) == ("spam ") then
3021
            spamtext = (string.sub(CMDBAR.Text, 6))
3022
            spamming = true
3023
        end
3024
        if string.sub(CMDBAR.Text, 1, 6) == ("unspam") then
3025
            spamming = false
3026
        end
3027
        if string.sub(CMDBAR.Text, 1, 9) == ("spamwait ") then
3028
            spamdelay = (string.sub(CMDBAR.Text, 10))
3029
        end
3030
        if string.sub(CMDBAR.Text, 1, 7) == ("pmspam ") then
3031
            for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
3032
                pmspammed = v.Name
3033
                spammingpm = true
3034
            end
3035
        end
3036
        if string.sub(CMDBAR.Text, 1, 8) == ("unpmspam") then
3037
            spammingpm = false
3038
        end
3039
        if string.sub(CMDBAR.Text, 1, 8) == ("cfreeze ") then
3040
            for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 9))) do
3041
                v.Character["Left Leg"].Anchored = true
3042
                v.Character["Left Arm"].Anchored = true
3043
                v.Character["Right Leg"].Anchored = true
3044
                v.Character["Right Arm"].Anchored = true
3045
                v.Character.Torso.Anchored = true
3046
                v.Character.Head.Anchored = true
3047
            end
3048
        end
3049
        if string.sub(CMDBAR.Text, 1, 10) == ("uncfreeze ") then
3050
            for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 11))) do
3051
                v.Character["Left Leg"].Anchored = false
3052
                v.Character["Left Arm"].Anchored = false
3053
                v.Character["Right Leg"].Anchored = false
3054
                v.Character["Right Arm"].Anchored = false
3055
                v.Character.Torso.Anchored = false
3056
                v.Character.Head.Anchored = false
3057
            end
3058
        end
3059
        if string.sub(CMDBAR.Text, 1, 8) == ("unlockws") then
3060
            local a = game:GetService("Workspace"):getChildren()
3061
            for i = 1, #a do
3062
                if a[i].className == "Part" then
3063
                    a[i].Locked = false
3064
                elseif a[i].className == "Model" then
3065
                    local r = a[i]:getChildren()
3066
                    for i = 1, #r do
3067
                        if r[i].className == "Part" then
3068
                        r[i].Locked = false
3069
                        end
3070
                    end
3071
                end
3072
            end
3073
            game:GetService("StarterGui"):SetCore("SendNotification", {
3074
            Title = "Success!";
3075
            Text = "Workspace unlocked. Use ;lockws to lock.";
3076
            })
3077
        end
3078
        if string.sub(CMDBAR.Text, 1, 6) == ("lockws") then
3079
            local a = game:GetService("Workspace"):getChildren()
3080
            for i = 1, #a do
3081
                if a[i].className == "Part" then
3082
                    a[i].Locked = true
3083
                elseif a[i].className == "Model" then
3084
                    local r = a[i]:getChildren()
3085
                    for i = 1, #r do
3086
                        if r[i].className == "Part" then
3087
                        r[i].Locked = true
3088
                        end
3089
                    end
3090
                end
3091
            end
3092
        end
3093
        if string.sub(CMDBAR.Text, 1, 6) == ("btools") then
3094
            local Clone_T = Instance.new("HopperBin",lplayer.Backpack)
3095
            Clone_T.BinType = "Clone"
3096
            local Destruct = Instance.new("HopperBin",lplayer.Backpack)
3097
            Destruct.BinType = "Hammer"
3098
            local Hold_T = Instance.new("HopperBin",lplayer.Backpack)
3099
            Hold_T.BinType = "Grab"
3100
        end
3101
        if string.sub(CMDBAR.Text, 1, 6) == ("pstand") then
3102
            lplayer.Character.Humanoid.PlatformStand = true
3103
        end
3104
        if string.sub(CMDBAR.Text, 1, 8) == ("unpstand") then
3105
            lplayer.Character.Humanoid.PlatformStand = false
3106
        end
3107
        if string.sub(CMDBAR.Text, 1, 9) == ("blockhead") then
3108
            lplayer.Character.Head.Mesh:Destroy()
3109
        end
3110
        if string.sub(CMDBAR.Text, 1, 3) == ("sit") then
3111
            lplayer.Character.Humanoid.Sit = true
3112
        end
3113
        if string.sub(CMDBAR.Text, 1, 9) == ("bringobj ") then
3114
            local function bringobjw()
3115
            for i,obj in ipairs(game:GetService("Workspace"):GetDescendants()) do
3116
            if obj.Name == (string.sub(CMDBAR.Text, 10)) then
3117
            obj.CFrame = lplayer.Character.HumanoidRootPart.CFrame
3118
            obj.CanCollide = false
3119
            obj.Transparency = 0.7
3120
            wait()
3121
            obj.CFrame = lplayer.Character["Left Leg"].CFrame
3122
            wait()
3123
            obj.CFrame = lplayer.Character["Right Leg"].CFrame
3124
            wait()
3125
            obj.CFrame = lplayer.Character["Head"].CFrame
3126
            end
3127
            end
3128
            end
3129
            while wait() do
3130
                bringobjw()
3131
            end
3132
            game:GetService("StarterGui"):SetCore("SendNotification", {
3133
            Title = "BringObj";
3134
            Text = "BringObj enabled.";
3135
            })
3136
        end
3137
        if string.sub(CMDBAR.Text, 1, 6) == ("wsvis ") then
3138
            vis = (string.sub(CMDBAR.Text, 7))
3139
            local a = game:GetService("Workspace"):GetDescendants()
3140
            for i = 1, #a do
3141
                if a[i].className == "Part" then
3142
                    a[i].Transparency = vis
3143
                elseif a[i].className == "Model" then
3144
                    local r = a[i]:getChildren()
3145
                    for i = 1, #r do
3146
                        if r[i].className == "Part" then
3147
                        r[i].Transparency = vis
3148
                        end
3149
                    end
3150
                end
3151
            end
3152
        end
3153
        if string.sub(CMDBAR.Text, 1, 10) == ("hypertotal") then
3154
            loadstring(game:GetObjects("rbxassetid://1255063809")[1].Source)()
3155
            game:GetService("StarterGui"):SetCore("SendNotification", {
3156
            Title = "Success!";
3157
            Text = "HyperTotal GUI Loaded!";
3158
            })
3159
        end
3160
        if string.sub(CMDBAR.Text, 1, 4) == ("cmds") then
3161
            CMDSFRAME.Visible = true
3162
        end
3163
        if string.sub(CMDBAR.Text, 1, 9) == ("rmeshhats") then
3164
            for i,v in pairs(lplayer.Character:GetChildren()) do
3165
                if (v:IsA("Accessory")) or (v:IsA("Hat")) then
3166
                    v.Handle.Mesh:Destroy()
3167
                end
3168
            end
3169
        end
3170
        if string.sub(CMDBAR.Text, 1, 9) == ("blockhats") then
3171
            for i,v in pairs(lplayer.Character:GetChildren()) do
3172
                if (v:IsA("Accessory")) or (v:IsA("Hat")) then
3173
                    v.Handle.Mesh:Destroy()
3174
                end
3175
            end
3176
        end
3177
        if string.sub(CMDBAR.Text, 1, 9) == ("rmeshtool") then
3178
            for i,v in pairs(lplayer.Character:GetChildren()) do
3179
                if (v:IsA("Tool")) then
3180
                    v.Handle.Mesh:Destroy()
3181
                end
3182
            end
3183
        end
3184
        if string.sub(CMDBAR.Text, 1, 9) == ("blocktool") then
3185
            for i,v in pairs(lplayer.Character:GetChildren()) do
3186
                if (v:IsA("Tool")) then
3187
                    v.Handle.Mesh:Destroy()
3188
                end
3189
            end
3190
        end
3191
        if string.sub(CMDBAR.Text, 1, 7) == ("spinner") then
3192
            local p = Instance.new("RocketPropulsion")
3193
            p.Parent = lplayer.Character.HumanoidRootPart
3194
            p.Name = "Spinner"
3195
            p.Target = lplayer.Character["Left Arm"]
3196
            p:Fire()
3197
            game:GetService("StarterGui"):SetCore("SendNotification", {
3198
            Title = "Spinner enabled";
3199
            Text = "Type ;nospinner to disable.";
3200
            })
3201
        end
3202
        if string.sub(CMDBAR.Text, 1, 9) == ("nospinner") then
3203
            lplayer.Character.HumanoidRootPart.Spinner:Destroy()
3204
        end
3205
        if string.sub(CMDBAR.Text, 1, 6) == ("reachd") then
3206
            for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
3207
                if v:isA("Tool") then
3208
                    local a = Instance.new("SelectionBox",v.Handle)
3209
                    a.Adornee = v.Handle
3210
                    v.Handle.Size = Vector3.new(0.5,0.5,60)
3211
                    v.GripPos = Vector3.new(0,0,0)
3212
                    lplayer.Character.Humanoid:UnequipTools()
3213
                end
3214
            end
3215
            game:GetService("StarterGui"):SetCore("SendNotification", {
3216
            Title = "Reach applied!";
3217
            Text = "Applied to equipped sword. Use ;noreach to disable.";
3218
            })
3219
        end
3220
        if string.sub(CMDBAR.Text, 1, 6) == ("reach ") then
3221
            for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
3222
                if v:isA("Tool") then
3223
                    local a = Instance.new("SelectionBox",v.Handle)
3224
                    a.Name = "Reach"
3225
                    a.Adornee = v.Handle
3226
                    v.Handle.Size = Vector3.new(0.5,0.5,(string.sub(CMDBAR.Text, 7)))
3227
                    v.GripPos = Vector3.new(0,0,0)
3228
                    lplayer.Character.Humanoid:UnequipTools()
3229
                end
3230
            end
3231
            game:GetService("StarterGui"):SetCore("SendNotification", {
3232
            Title = "Reach applied!";
3233
            Text = "Applied to equipped sword. Use ;noreach to disable.";
3234
            })
3235
        end
3236
        if string.sub(CMDBAR.Text, 1, 7) == ("noreach") then
3237
            for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
3238
                if v:isA("Tool") then
3239
                    v.Handle.Reach:Destroy()
3240
                end
3241
            end
3242
            game:GetService("StarterGui"):SetCore("SendNotification", {
3243
            Title = "Reach removed!";
3244
            Text = "Removed reach from equipped sword.";
3245
            })
3246
        end
3247
        if string.sub(CMDBAR.Text, 1, 6) == ("rkill ") then
3248
            for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7)))do
3249
                lplayer.Character.Humanoid.Name = 1
3250
                local l = lplayer.Character["1"]:Clone()
3251
                l.Parent = lplayer.Character
3252
                l.Name = "Humanoid"
3253
                wait(0.1)
3254
                lplayer.Character["1"]:Destroy()
3255
                game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
3256
                lplayer.Character.Animate.Disabled = true
3257
                wait(0.1)
3258
                lplayer.Character.Animate.Disabled = false
3259
                lplayer.Character.Humanoid.DisplayDistanceType = "None"
3260
                for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
3261
                lplayer.Character.Humanoid:EquipTool(v)
3262
                end
3263
                wait(0.1)
3264
                lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
3265
                wait(0.2)
3266
                lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
3267
                wait(0.5)
3268
                lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,10,-100000))
3269
                game:GetService("StarterGui"):SetCore("SendNotification", {
3270
                Title = "Tools needed!";
3271
                Text = "You need a tool in your backpack for this command!";
3272
                })
3273
            end
3274
        end
3275
        if string.sub(CMDBAR.Text, 1, 6) == ("tp me ") then
3276
            for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
3277
                lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
3278
            end
3279
        end
3280
        if string.sub(CMDBAR.Text, 1, 7) == ("cbring ") then
3281
            if (string.sub(CMDBAR.Text, 8)) == "all" or (string.sub(CMDBAR.Text, 8)) == "All" or (string.sub(CMDBAR.Text, 8)) == "ALL" then
3282
                cbringall = true
3283
            else
3284
                for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
3285
                    brplr = v.Name
3286
                end
3287
            end
3288
            cbring = true
3289
        end
3290
        if string.sub(CMDBAR.Text, 1, 8) == ("uncbring") then
3291
            cbring = false
3292
            cbringall = false
3293
        end
3294
        if string.sub(CMDBAR.Text, 1, 5) == ("swap ") then
3295
            for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
3296
                local NOWPLR = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
3297
                local NOW = lplayer.Character.HumanoidRootPart.CFrame
3298
                lplayer.Character.Humanoid.Name = 1
3299
                local l = lplayer.Character["1"]:Clone()
3300
                l.Parent = lplayer.Character
3301
                l.Name = "Humanoid"
3302
                wait(0.1)
3303
                lplayer.Character["1"]:Destroy()
3304
                game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
3305
                lplayer.Character.Animate.Disabled = true
3306
                wait(0.1)
3307
                lplayer.Character.Animate.Disabled = false
3308
                lplayer.Character.Humanoid.DisplayDistanceType = "None"
3309
                for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
3310
                lplayer.Character.Humanoid:EquipTool(v)
3311
                end
3312
                local function tp(player,player2)
3313
                local char1,char2=player.Character,player2.Character
3314
                if char1 and char2 then
3315
                char1:MoveTo(char2.Head.Position)
3316
                end
3317
                end
3318
                wait(0.1)
3319
                lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
3320
                wait(0.2)
3321
                lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
3322
                wait(0.5)
3323
                lplayer.Character.HumanoidRootPart.CFrame = NOW
3324
                wait(0.6)
3325
                tp(lplayer, game:GetService("Players")[v.Name])
3326
                wait(0.4)
3327
                lplayer.Character.HumanoidRootPart.CFrame = NOWPLR
3328
                game:GetService("StarterGui"):SetCore("SendNotification", {
3329
                Title = "Tools needed!";
3330
                Text = "You need a tool in your backpack for this command!";
3331
                })
3332
            end
3333
        end
3334
        if string.sub(CMDBAR.Text, 1, 7) == ("glitch ") then
3335
            for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
3336
                lplayer.Character.Humanoid.Name = 1
3337
                local l = lplayer.Character["1"]:Clone()
3338
                l.Parent = lplayer.Character
3339
                l.Name = "Humanoid"
3340
                wait(0.1)
3341
                lplayer.Character["1"]:Destroy()
3342
                game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
3343
                lplayer.Character.Animate.Disabled = true
3344
                wait(0.1)
3345
                lplayer.Character.Animate.Disabled = false
3346
                lplayer.Character.Humanoid.DisplayDistanceType = "None"
3347
                for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
3348
                lplayer.Character.Humanoid:EquipTool(v)
3349
                end
3350
                lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
3351
                wait(0.3)
3352
                lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
3353
                wait(0.4)
3354
                b = Instance.new("BodyForce")
3355
                b.Parent = lplayer.Character.HumanoidRootPart
3356
                b.Name = "Glitch"
3357
                b.Force = Vector3.new(100000000,5000,0)
3358
                game:GetService("StarterGui"):SetCore("SendNotification", {
3359
                Title = "Tools needed!";
3360
                Text = "You need a tool in your backpack for this command!";
3361
                })
3362
            end
3363
        end
3364
        if string.sub(CMDBAR.Text, 1, 8) == ("unglitch") then
3365
            lplayer.Character.HumanoidRootPart.Glitch:Destroy()
3366
            lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(10000,0,10000)
3367
            b = Instance.new("BodyForce")
3368
            b.Parent = lplayer.Character.HumanoidRootPart
3369
            b.Name = "unGlitch"
3370
            b.Force = Vector3.new(0,-5000000,0)
3371
            wait(2)
3372
            lplayer.Character.HumanoidRootPart.unGlitch:Destroy()
3373
        end
3374
        if string.sub(CMDBAR.Text, 1, 8) == ("grespawn") then
3375
            lplayer.Character.Humanoid.Health = 0
3376
            wait(1)
3377
            lplayer.Character.Head.CFrame = CFrame.new(1000000,0,1000000)
3378
            lplayer.Character.Torso.CFrame = CFrame.new(1000000,0,1000000)
3379
        end
3380
        if string.sub(CMDBAR.Text, 1, 8) == ("explorer") then
3381
            loadstring(game:GetObjects("rbxassetid://492005721")[1].Source)()
3382
            game:GetService("StarterGui"):SetCore("SendNotification", {
3383
            Title = "Success!";
3384
            Text = "DEX Explorer has loaded.";
3385
            })
3386
        end
3387
        if string.sub(CMDBAR.Text, 1, 5) == ("anim ") then
3388
            local Anim = Instance.new("Animation")
3389
            Anim.AnimationId = "rbxassetid://"..(string.sub(CMDBAR.Text, 6))
3390
            local track = lplayer.Character.Humanoid:LoadAnimation(Anim)
3391
            track:Play(.1, 1, 1)
3392
        end
3393
        if string.sub(CMDBAR.Text, 1, 7) == ("animgui") then
3394
            loadstring(game:GetObjects("rbxassetid://1202558084")[1].Source)()
3395
            game:GetService("StarterGui"):SetCore("SendNotification", {
3396
            Title = "Success!";
3397
            Text = "Energize Animations GUI has loaded.";
3398
            })
3399
        end
3400
        if string.sub(CMDBAR.Text, 1, 7) == ("savepos") then
3401
            saved = lplayer.Character.HumanoidRootPart.CFrame
3402
            game:GetService("StarterGui"):SetCore("SendNotification", {
3403
            Title = "Position Saved";
3404
            Text = "Use ;loadpos to return to saved position.";
3405
            })
3406
        end
3407
        if string.sub(CMDBAR.Text, 1, 7) == ("loadpos") then
3408
            lplayer.Character.HumanoidRootPart.CFrame = saved
3409
        end
3410
        if string.sub(CMDBAR.Text, 1, 5) == ("bang ") then
3411
            for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
3412
                local Anim2 = Instance.new("Animation")
3413
                Anim2.AnimationId = "rbxassetid://148840371"
3414
                local track2 = lplayer.Character.Humanoid:LoadAnimation(Anim2)
3415
                track2:Play(.1, 1, 1)
3416
                bplrr = v.Name
3417
                banpl = true
3418
            end
3419
        end
3420
        if string.sub(CMDBAR.Text, 1, 6) == ("unbang") then
3421
            banpl = false
3422
        end
3423
        if string.sub(CMDBAR.Text, 1, 9) == ("bringmod ") then
3424
            local function bringmodw()
3425
            for i,obj in ipairs(game:GetService("Workspace"):GetDescendants()) do
3426
            if obj.Name == (string.sub(CMDBAR.Text, 10)) then
3427
            for i,ch in pairs(obj:GetDescendants()) do
3428
            if (ch:IsA("BasePart")) then
3429
            ch.CFrame = lplayer.Character.HumanoidRootPart.CFrame
3430
            ch.CanCollide = false
3431
            ch.Transparency = 0.7
3432
            wait()
3433
            ch.CFrame = lplayer.Character["Left Leg"].CFrame
3434
            wait()
3435
            ch.CFrame = lplayer.Character["Right Leg"].CFrame
3436
            wait()
3437
            ch.CFrame = lplayer.Character["Head"].CFrame
3438
            end
3439
            end
3440
            end
3441
            end
3442
            end
3443
            while wait() do
3444
                bringmodw()
3445
            end
3446
            game:GetService("StarterGui"):SetCore("SendNotification", {
3447
            Title = "BringMod";
3448
            Text = "BringMod enabled.";
3449
            })
3450
        end
3451
        if string.sub(CMDBAR.Text, 1, 7) == ("respawn") then
3452
            local mod = Instance.new('Model', workspace) mod.Name = 're '..lplayer.Name
3453
            local hum = Instance.new('Humanoid', mod)
3454
            local ins = Instance.new('Part', mod) ins.Name = 'Torso' ins.CanCollide = false ins.Transparency = 1
3455
            lplayer.Character = mod
3456
        end
3457
        if string.sub(CMDBAR.Text, 1, 8) == ("shutdown") then
3458
            game:GetService'RunService'.Stepped:Connect(function()
3459
            pcall(function()
3460
                for i,v in pairs(game:GetService'Players':GetPlayers()) do
3461
                    if v.Character ~= nil and v.Character:FindFirstChild'Head' then
3462
                        for _,x in pairs(v.Character.Head:GetChildren()) do
3463
                            if x:IsA'Sound' then x.Playing = true x.CharacterSoundEvent:FireServer(true, true) end
3464
                        end
3465
                    end
3466
                end
3467
            end)
3468
            end)
3469
            game:GetService("StarterGui"):SetCore("SendNotification", {
3470
            Title = "Attempting Shutdown";
3471
            Text = "Shutdown Attempt has begun.";
3472
            })
3473
        end
3474
        if string.sub(CMDBAR.Text, 1, 7) == ("delobj ") then
3475
            objtodel = (string.sub(CMDBAR.Text, 8))
3476
            for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
3477
                if v.Name == objtodel then
3478
                    v:Destroy()
3479
                end
3480
            end
3481
        end
3482
        if string.sub(CMDBAR.Text, 1, 7) == ("getplrs") then
3483
            for i,v in pairs(game:GetService("Players"):GetPlayers())do
3484
                print(v)
3485
            end
3486
            game:GetService("StarterGui"):SetCore("SendNotification", {
3487
            Title = "Printed";
3488
            Text = "Players have been printed to console. (F9)";
3489
            })
3490
        end
3491
        if string.sub(CMDBAR.Text, 1, 8) == ("deldecal") then
3492
            for i,v in pairs(game:GetService("Workspace"):GetDescendants())do
3493
                if (v:IsA("Decal")) then
3494
                    v:Destroy()
3495
                end
3496
            end
3497
        end
3498
        if string.sub(CMDBAR.Text, 1, 10) == ("opfinality") then
3499
            loadstring(game:GetObjects("rbxassetid://1294358929")[1].Source)()
3500
            game:GetService("StarterGui"):SetCore("SendNotification", {
3501
            Title = "Success!";
3502
            Text = "OpFinality GUI has loaded.";
3503
            })
3504
        end
3505
        if string.sub(CMDBAR.Text, 1, 7) == ("remotes") then
3506
            remotes = true
3507
            added = true
3508
            game.DescendantAdded:connect(function(rmt)
3509
            if added == true then
3510
            if remotes == true then
3511
            if rmt:IsA("RemoteEvent") then
3512
            print("A RemoteEvent was added!")
3513
            print(" game." .. rmt:GetFullName() .. " | RemoteEvent")
3514
            print(" game." .. rmt:GetFullName() .. " | RemoteEvent", 247, 0, 0, true)
3515
            end end end
3516
            end)
3517
            game.DescendantAdded:connect(function(rmtfnctn)
3518
            if added == true then
3519
            if remotes == true then
3520
            if rmtfnctn:IsA("RemoteFunction") then
3521
            warn("A RemoteFunction was added!")
3522
            warn(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction")
3523
            print(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction", 5, 102, 198, true)
3524
            end end end
3525
            end)
3526
           
3527
            game.DescendantAdded:connect(function(bndfnctn)
3528
            if added == true then
3529
            if binds == true then
3530
            if bndfnctn:IsA("BindableFunction") then
3531
            print("A BindableFunction was added!")
3532
            print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction")
3533
            print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction", 239, 247, 4, true)
3534
            end end end
3535
            end)
3536
           
3537
            game.DescendantAdded:connect(function(bnd)
3538
            if added == true then
3539
            if binds == true then
3540
            if bnd:IsA("BindableEvent") then
3541
            warn("A BindableEvent was added!")
3542
            warn(" game." .. bnd:GetFullName() .. " | BindableEvent")
3543
            print(" game." .. bnd:GetFullName() .. " | BindableEvent", 13, 193, 22, true)
3544
            end end end
3545
            end)
3546
           
3547
           
3548
            if binds == true then
3549
            for i,v in pairs(game:GetDescendants()) do
3550
            if v:IsA("BindableFunction") then
3551
            print(" game." .. v:GetFullName() .. " | BindableFunction")
3552
            print(" game." .. v:GetFullName() .. " | BindableFunction", 239, 247, 4, true)
3553
            end end
3554
            for i,v in pairs(game:GetDescendants()) do
3555
            if v:IsA("BindableEvent") then
3556
            warn(" game." .. v:GetFullName() .. " | BindableEvent")
3557
            print(" game." .. v:GetFullName() .. " | BindableEvent", 13, 193, 22, true)
3558
            end end
3559
            else
3560
            print("Off")
3561
            end
3562
            if remotes == true then
3563
            for i,v in pairs(game:GetDescendants()) do
3564
            if v:IsA("RemoteFunction") then
3565
            warn(" game." .. v:GetFullName() .. " | RemoteFunction")
3566
            print(" game." .. v:GetFullName() .. " | RemoteFunction", 5, 102, 198, true)
3567
            end end
3568
            wait()
3569
            for i,v in pairs(game:GetDescendants()) do
3570
            if v:IsA("RemoteEvent") then
3571
            print(" game." .. v:GetFullName() .. " | RemoteEvent")
3572
            print(" game." .. v:GetFullName() .. " | RemoteEvent", 247, 0, 0, true)
3573
            end end
3574
            else
3575
            print("Off")
3576
            end
3577
            game:GetService("StarterGui"):SetCore("SendNotification", {
3578
            Title = "Printing Remotes";
3579
            Text = "Type ;noremotes to disable.";
3580
            })
3581
        end
3582
        if string.sub(CMDBAR.Text, 1, 9) == ("noremotes") then
3583
            remotes = false
3584
            added = false
3585
            game:GetService("StarterGui"):SetCore("SendNotification", {
3586
            Title = "Printing Remotes Disabled";
3587
            Text = "Type ;remotes to enable.";
3588
            })
3589
        end
3590
        if string.sub(CMDBAR.Text, 1, 9) == ("tpdefault") then
3591
            spin = false
3592
            followed = false
3593
            traill = false
3594
            noclip = false
3595
            annoying = false
3596
            hwalk = false
3597
            cbringing = false
3598
        end
3599
        if string.sub(CMDBAR.Text, 1, 7) == ("stopsit") then
3600
            stopsitting = true
3601
        end
3602
        if string.sub(CMDBAR.Text, 1, 5) == ("gosit") then
3603
            stopsitting = false
3604
        end
3605
        if string.sub(CMDBAR.Text, 1, 7) == ("version") then
3606
            print(adminversion)
3607
            game:GetService("StarterGui"):SetCore("SendNotification", {
3608
            Title = "Version";
3609
            Text = adminversion;
3610
            })
3611
        end
3612
        if string.sub(CMDBAR.Text, 1, 7) == ("clicktp") then
3613
            clickgoto = true
3614
            game:GetService("StarterGui"):SetCore("SendNotification", {
3615
            Title = "Click TP";
3616
            Text = "Press E to teleport to mouse position";
3617
            })
3618
        end
3619
        if string.sub(CMDBAR.Text, 1, 9) == ("noclicktp") then
3620
            clickgoto = false
3621
            game:GetService("StarterGui"):SetCore("SendNotification", {
3622
            Title = "Click TP";
3623
            Text = "Click TP has been disabled.";
3624
            })
3625
        end
3626
        if string.sub(CMDBAR.Text, 1, 7) == ("toolson") then
3627
            gettingtools = true
3628
            game:GetService("StarterGui"):SetCore("SendNotification", {
3629
            Title = "Tools Enabled";
3630
            Text = "Automatically colleting tools dropped.";
3631
            })
3632
        end
3633
        if string.sub(CMDBAR.Text, 1, 8) == ("toolsoff") then
3634
            gettingtools = false
3635
            game:GetService("StarterGui"):SetCore("SendNotification", {
3636
            Title = "Tools Disabled";
3637
            Text = "Click TP has been disabled.";
3638
            })
3639
        end
3640
        if string.sub(CMDBAR.Text, 1, 9) == ("delcmdbar") then
3641
            ScreenGui:Destroy()
3642
        end
3643
        if string.sub(CMDBAR.Text, 1, 5) == ("reset") then
3644
            lplayer.Character.Head:Destroy()
3645
        end
3646
        if string.sub(CMDBAR.Text, 1, 6) == ("state ") then
3647
            statechosen = string.sub(CMDBAR.Text, 7)
3648
            changingstate = true
3649
        end
3650
        if string.sub(CMDBAR.Text, 1, 8) == ("gravity ") then
3651
            game:GetService("Workspace").Gravity = string.sub(CMDBAR.Text, 9)
3652
        end
3653
        if string.sub(CMDBAR.Text, 1, 9) == ("looprhats") then
3654
        removingmeshhats = true
3655
        end
3656
        if string.sub(CMDBAR.Text, 1, 11) == ("unlooprhats") then
3657
            removingmeshhats = false
3658
        end
3659
        if string.sub(CMDBAR.Text, 1, 9) == ("looprtool") then
3660
            removingmeshtool = true
3661
        end
3662
        if string.sub(CMDBAR.Text, 1, 11) == ("unlooprtool") then
3663
            removingmeshtool = false
3664
        end
3665
        if string.sub(CMDBAR.Text, 1, 9) == ("givetool ") then
3666
            for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetDescendants()) do
3667
                if v:IsA("Tool") then
3668
                    for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 10))) do
3669
                        v.Parent = player.Character
3670
                    end
3671
                end
3672
            end
3673
        end
3674
        if string.sub(CMDBAR.Text, 1, 4) == ("age ") then
3675
            for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 5))) do
3676
                game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.Name.." Account Age: "..player.AccountAge.." days!", "All")
3677
            end
3678
        end
3679
        if string.sub(CMDBAR.Text, 1, 3) == ("id ") then
3680
            for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 4))) do
3681
                game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.Name.." Account ID: "..player.UserId, "All")
3682
            end
3683
        end
3684
        if string.sub(CMDBAR.Text, 1, 5) == (".age ") then
3685
            for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
3686
                game:GetService("StarterGui"):SetCore("SendNotification", {
3687
                Title = player.AccountAge.." Days";
3688
                Text = "Account age of "..player.Name;
3689
                })
3690
            end
3691
        end
3692
        if string.sub(CMDBAR.Text, 1, 4) == (".id ") then
3693
            for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 5))) do
3694
                game:GetService("StarterGui"):SetCore("SendNotification", {
3695
                Title = player.UserId.." ID";
3696
                Text = "Account ID of "..player.Name;
3697
                })
3698
            end
3699
        end
3700
        if string.sub(CMDBAR.Text, 1, 6) == ("gameid") then
3701
            game:GetService("StarterGui"):SetCore("SendNotification", {
3702
            Title = "Game ID";
3703
            Text = "Game ID: ".. game.GameId;
3704
            })
3705
        end
3706
        if string.sub(CMDBAR.Text, 1, 3) == ("pgs") then
3707
            local pgscheck = game:GetService("Workspace"):PGSIsEnabled()
3708
            if pgscheck == true then
3709
                game:GetService("StarterGui"):SetCore("SendNotification", {
3710
                Title = "PGSPhysicsSolverEnabled";
3711
                Text = "PGS is Enabled!";
3712
                })
3713
            else
3714
                game:GetService("StarterGui"):SetCore("SendNotification", {
3715
                Title = "PGSPhysicsSolverEnabled";
3716
                Text = "PGS is Disabled!";
3717
                })
3718
            end
3719
        end
3720
        if string.sub(CMDBAR.Text, 1, 11) == ("removeinvis") then
3721
            for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
3722
                if v:IsA("Part") then
3723
                    if v.Transparency == 1 then
3724
                        if v.Name ~= "HumanoidRootPart" then
3725
                            v:Destroy()
3726
                        end
3727
                    end
3728
                end
3729
            end
3730
        end
3731
        if string.sub(CMDBAR.Text, 1, 9) == ("removefog") then
3732
            game:GetService("Lighting").FogStart = 0
3733
            game:GetService("Lighting").FogEnd = 9999999999999
3734
        end
3735
        if string.sub(CMDBAR.Text, 1, 7) == ("disable") then
3736
            lplayer.Character.Humanoid.Parent = lplayer
3737
        end
3738
        if string.sub(CMDBAR.Text, 1, 6) == ("enable") then
3739
            lplayer.Humanoid.Parent = lplayer.Character
3740
        end
3741
        if string.sub(CMDBAR.Text, 1, 13) == ("givealltools ") then
3742
            for i,v in pairs(game:GetService("Players").LocalPlayer.Backpack:GetDescendants()) do
3743
                if v:IsA("Tool") then
3744
                    v.Parent = lplayer.Character
3745
                    wait()
3746
                    for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 14))) do
3747
                        v.Parent = player.Character
3748
                    end
3749
                end
3750
            end
3751
        end
3752
        if string.sub(CMDBAR.Text, 1, 9) == ("flyspeed ") then
3753
            speedfly = string.sub(CMDBAR.Text, 10)
3754
            wait()
3755
            change()
3756
        end
3757
        if string.sub(CMDBAR.Text, 1, 7) == ("carpet ") then
3758
            for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
3759
                local Anim3 = Instance.new("Animation")
3760
                Anim3.AnimationId = "rbxassetid://282574440"
3761
                local track3 = lplayer.Character.Humanoid:LoadAnimation(Anim3)
3762
                track3:Play(.1, 1, 1)
3763
                bplrr = v.Name
3764
                banpl = true
3765
            end
3766
        end
3767
        if string.sub(CMDBAR.Text, 1, 8) == ("uncarpet") then
3768
            banpl = false
3769
        end
3770
        if string.sub(CMDBAR.Text, 1, 6) == ("stare ") then
3771
            for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
3772
                staring = true
3773
                stareplr = v
3774
            end
3775
        end
3776
        if string.sub(CMDBAR.Text, 1, 7) == ("unstare") then
3777
            staring = false
3778
        end
3779
        if string.sub(CMDBAR.Text, 1, 7) == ("logchat") then
3780
            chatlogs = true
3781
            game:GetService("StarterGui"):SetCore("SendNotification", {
3782
            Title = "LogChat enabled";
3783
            Text = "Now logging all player chat.";
3784
            })
3785
        end
3786
        if string.sub(CMDBAR.Text, 1, 9) == ("unlogchat") then
3787
            chatlogs = false
3788
            game:GetService("StarterGui"):SetCore("SendNotification", {
3789
            Title = "LogChat disabled";
3790
            Text = "Stopped logging all player chat.";
3791
            })
3792
        end
3793
        if string.sub(CMDBAR.Text, 1, 6) == ("fixcam") then
3794
            game:GetService("Workspace").CurrentCamera:Destroy()
3795
            wait(0.1)
3796
            game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Humanoid
3797
            game:GetService("Workspace").CurrentCamera.CameraType = "Custom"
3798
            lplayer.CameraMinZoomDistance = 0.5
3799
            lplayer.CameraMaxZoomDistance = 400
3800
            lplayer.CameraMode = "Classic"
3801
        end
3802
        if string.sub(CMDBAR.Text, 1, 7) == ("unstate") then
3803
            changingstate = false
3804
        end
3805
        CMDBAR.Text = ""
3806
    end
3807
end)
3808
 
3809
wait(0.3)
3810
game:GetService("StarterGui"):SetCore("SendNotification", {
3811
    Title = "Loaded successfully!";
3812
    Text = "Reviz Admin V2 by illremember";
3813
})
3814
wait(0.1)
3815
print("Reviz Admin V2 loaded!")
3816
if game:GetService("Workspace").FilteringEnabled == true then
3817
    warn("FE is Enabled (Filtering Enabled)")
3818
    game:GetService("StarterGui"):SetCore("SendNotification", {
3819
        Title = "FE is Enabled";
3820
        Text = "Filtering Enabled. Enjoy using Reviz Admin!";
3821
    })
3822
else
3823
    warn("FE is Disabled (Filtering Disabled) Consider using a different admin script.")
3824
    game:GetService("StarterGui"):SetCore("SendNotification", {
3825
        Title = "FE is Disabled";
3826
        Text = "Filtering Disabled. Consider using a different admin script.";
3827
    })
3828
end
3829
 
3830
local intro = Instance.new("ScreenGui")
3831
local Frame = Instance.new("Frame")
3832
local ImageLabel = Instance.new("ImageLabel")
3833
intro.Parent = game:GetService("CoreGui")
3834
Frame.Parent = intro
3835
Frame.BackgroundColor3 = Color3.new(1, 1, 1)
3836
Frame.BackgroundTransparency = 1
3837
Frame.Size = UDim2.new(1, 0, 0, 300)
3838
Frame.Position = UDim2.new(0, 0, -0.4, 0)
3839
ImageLabel.Parent = Frame
3840
ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1)
3841
ImageLabel.BackgroundTransparency = 1
3842
ImageLabel.Position = UDim2.new(0, 0, 0, 0)
3843
ImageLabel.Size = UDim2.new(1, 0, 1, 0)
3844
ImageLabel.Image = "http://www.roblox.com/asset/?id=1542162618"
3845
Frame:TweenPosition(UDim2.new(0, 0, 0.2, 0), "Out", "Elastic", 3)
3846
wait(3.01)
3847
Frame:TweenPosition(UDim2.new(0, 0, 1.5, 0), "Out", "Elastic", 5)
3848
wait(5.01)
3849
intro:Destroy()
3850
end)
3851
end)
3852
BoogaBitchesV2.MouseButton1Down:connect(function()
3853
	-- Objects
3854
 
3855
local ScreenGui = Instance.new("ScreenGui")
3856
local Open = Instance.new("TextButton")
3857
local Booga = Instance.new("Frame")
3858
local BoogaTop = Instance.new("Frame")
3859
local Title = Instance.new("TextLabel")
3860
local Exit = Instance.new("TextButton")
3861
local Speed = Instance.new("TextButton")
3862
local SpeedBind = Instance.new("TextBox")
3863
local AutoPickUp = Instance.new("TextButton")
3864
local AutoPickUpBind = Instance.new("TextBox")
3865
local AutoBreak = Instance.new("TextButton")
3866
local Breakkey = Instance.new("TextBox")
3867
local InfinityChest = Instance.new("TextButton")
3868
local GodHut = Instance.new("TextButton")
3869
local RevizV2 = Instance.new("TextButton")
3870
local AutoEatbtn = Instance.new("TextButton")
3871
local VoidTpbtn = Instance.new("TextButton")
3872
local RemoveAllEffectsbtn = Instance.new("TextButton")
3873
local CraftAnyItem = Instance.new("TextButton")
3874
local CraftItem = Instance.new("TextBox")
3875
local ESPbtn = Instance.new("TextButton")
3876
local DropAllItemsbtn = Instance.new("TextButton")
3877
local RemoveRainbtn = Instance.new("TextButton")
3878
local TpSpambtn = Instance.new("TextButton")
3879
local AutoCampfirebtn = Instance.new("TextButton")
3880
local AutoWallTrapbtn = Instance.new("TextButton")
3881
local AutoEatFoodNamekb = Instance.new("TextBox")
3882
local TpSpamPlayerNamekb = Instance.new("TextBox")
3883
local DropAllItemsItemNamekb = Instance.new("TextBox")
3884
local DropAllItemskb = Instance.new("TextBox")
3885
local AutoEatkb = Instance.new("TextBox")
3886
local Recipes = Instance.new("TextButton")
3887
local Credits = Instance.new("TextLabel")
3888
local Booga2 = Instance.new("Frame")
3889
local BoogaTop2 = Instance.new("Frame")
3890
local Exit2 = Instance.new("TextButton")
3891
local EmeraldHelmet = Instance.new("TextButton")
3892
local EmeraldDivider = Instance.new("Frame")
3893
local EmeraldChestplate = Instance.new("TextButton")
3894
local EmeraldPick = Instance.new("TextButton")
3895
local EmeraldGreaves = Instance.new("TextButton")
3896
local EmeraldBlade = Instance.new("TextButton")
3897
local EmeraldAxe = Instance.new("TextButton")
3898
local EmeraldBag = Instance.new("TextButton")
3899
local VoidShroud = Instance.new("TextButton")
3900
local EmeraldDivider2 = Instance.new("Frame")
3901
local GodDivider = Instance.new("Frame")
3902
local GodDivider2 = Instance.new("Frame")
3903
local GodRock = Instance.new("TextButton")
3904
local GodHalo = Instance.new("TextButton")
3905
local GodChestplate = Instance.new("TextButton")
3906
local GodAxe = Instance.new("TextButton")
3907
local GodBag = Instance.new("TextButton")
3908
local GodLegs = Instance.new("TextButton")
3909
local GodPick = Instance.new("TextButton")
3910
local VoidChestplate = Instance.new("TextButton")
3911
local VoidDivider2 = Instance.new("Frame")
3912
local VoidDivider = Instance.new("Frame")
3913
local VoidBag = Instance.new("TextButton")
3914
local VoidGreaves = Instance.new("TextButton")
3915
local OOFHorn = Instance.new("TextButton")
3916
 
3917
-- Properties
3918
 
3919
ScreenGui.Parent = game.CoreGui
3920
 
3921
Open.Name = "Open"
3922
Open.Parent = ScreenGui
3923
Open.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
3924
Open.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
3925
Open.BorderSizePixel = 2
3926
Open.Position = UDim2.new(0.433682919, 0, 0.0281030443, 0)
3927
Open.Size = UDim2.new(0, 151, 0, 26)
3928
Open.Font = Enum.Font.SourceSansSemibold
3929
Open.Text = "Open/Close"
3930
Open.TextColor3 = Color3.new(1, 1, 1)
3931
Open.TextScaled = true
3932
Open.TextSize = 14
3933
Open.TextWrapped = true
3934
 
3935
Booga.Name = "Booga"
3936
Booga.Parent = ScreenGui
3937
Booga.Active = true
3938
Booga.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
3939
Booga.BackgroundTransparency = 0.30000001192093
3940
Booga.BorderColor3 = Color3.new(1, 0, 0.498039)
3941
Booga.BorderSizePixel = 2
3942
Booga.Position = UDim2.new(1.70000005, 1, 1.70000005, 1)
3943
Booga.Size = UDim2.new(0, 474, 0, 468)
3944
 
3945
BoogaTop.Name = "BoogaTop"
3946
BoogaTop.Parent = Booga
3947
BoogaTop.Active = true
3948
BoogaTop.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
3949
BoogaTop.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
3950
BoogaTop.BorderSizePixel = 2
3951
BoogaTop.Size = UDim2.new(0, 474, 0, 27)
3952
 
3953
Title.Name = "Title"
3954
Title.Parent = BoogaTop
3955
Title.Active = true
3956
Title.BackgroundColor3 = Color3.new(1, 1, 1)
3957
Title.BackgroundTransparency = 1
3958
Title.BorderSizePixel = 0
3959
Title.Position = UDim2.new(0.00210970454, 0, 0, 0)
3960
Title.Size = UDim2.new(0, 473, 0, 27)
3961
Title.Font = Enum.Font.SourceSansSemibold
3962
Title.Text = "Booga Bitches Revamp V2"
3963
Title.TextColor3 = Color3.new(1, 1, 1)
3964
Title.TextScaled = true
3965
Title.TextSize = 14
3966
Title.TextWrapped = true
3967
 
3968
Exit.Name = "Exit"
3969
Exit.Parent = Booga
3970
Exit.BackgroundColor3 = Color3.new(0.901961, 0.380392, 0.380392)
3971
Exit.BorderSizePixel = 0
3972
Exit.Position = UDim2.new(0.915611804, 0, 0.00854700897, 0)
3973
Exit.Size = UDim2.new(0, 28, 0, 19)
3974
Exit.Font = Enum.Font.SourceSans
3975
Exit.Text = "X"
3976
Exit.TextColor3 = Color3.new(1, 1, 1)
3977
Exit.TextSize = 14
3978
 
3979
Speed.Name = "Speed"
3980
Speed.Parent = Booga
3981
Speed.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
3982
Speed.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
3983
Speed.BorderSizePixel = 2
3984
Speed.Position = UDim2.new(0.035864979, 0, 0.0726495758, 0)
3985
Speed.Size = UDim2.new(0, 116, 0, 27)
3986
Speed.Font = Enum.Font.SourceSansSemibold
3987
Speed.Text = "Speed"
3988
Speed.TextColor3 = Color3.new(1, 1, 1)
3989
Speed.TextScaled = true
3990
Speed.TextSize = 14
3991
Speed.TextWrapped = true
3992
 
3993
SpeedBind.Name = "SpeedBind"
3994
SpeedBind.Parent = Booga
3995
SpeedBind.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
3996
SpeedBind.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
3997
SpeedBind.BorderSizePixel = 2
3998
SpeedBind.Position = UDim2.new(0.035864979, 0, 0.151709408, 0)
3999
SpeedBind.Size = UDim2.new(0, 116, 0, 27)
4000
SpeedBind.Font = Enum.Font.SourceSans
4001
SpeedBind.Text = "Keybind"
4002
SpeedBind.TextColor3 = Color3.new(1, 1, 1)
4003
SpeedBind.TextScaled = true
4004
SpeedBind.TextSize = 14
4005
SpeedBind.TextWrapped = true
4006
 
4007
AutoPickUp.Name = "AutoPickUp"
4008
AutoPickUp.Parent = Booga
4009
AutoPickUp.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
4010
AutoPickUp.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
4011
AutoPickUp.BorderSizePixel = 2
4012
AutoPickUp.Position = UDim2.new(0.356540084, 0, 0.0747863278, 0)
4013
AutoPickUp.Size = UDim2.new(0, 116, 0, 27)
4014
AutoPickUp.Font = Enum.Font.SourceSansSemibold
4015
AutoPickUp.Text = "Auto Pickup"
4016
AutoPickUp.TextColor3 = Color3.new(1, 1, 1)
4017
AutoPickUp.TextScaled = true
4018
AutoPickUp.TextSize = 14
4019
AutoPickUp.TextWrapped = true
4020
 
4021
AutoPickUpBind.Name = "AutoPickUpBind"
4022
AutoPickUpBind.Parent = Booga
4023
AutoPickUpBind.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
4024
AutoPickUpBind.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
4025
AutoPickUpBind.BorderSizePixel = 2
4026
AutoPickUpBind.Position = UDim2.new(0.356540084, 0, 0.151709408, 0)
4027
AutoPickUpBind.Size = UDim2.new(0, 116, 0, 27)
4028
AutoPickUpBind.Font = Enum.Font.SourceSans
4029
AutoPickUpBind.Text = "Keybind"
4030
AutoPickUpBind.TextColor3 = Color3.new(1, 1, 1)
4031
AutoPickUpBind.TextScaled = true
4032
AutoPickUpBind.TextSize = 14
4033
AutoPickUpBind.TextWrapped = true
4034
 
4035
AutoBreak.Name = "AutoBreak"
4036
AutoBreak.Parent = Booga
4037
AutoBreak.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
4038
AutoBreak.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
4039
AutoBreak.BorderSizePixel = 2
4040
AutoBreak.Position = UDim2.new(0.700421929, 0, 0.0726495758, 0)
4041
AutoBreak.Size = UDim2.new(0, 116, 0, 27)
4042
AutoBreak.Font = Enum.Font.SourceSansSemibold
4043
AutoBreak.Text = "Autobreak"
4044
AutoBreak.TextColor3 = Color3.new(1, 1, 1)
4045
AutoBreak.TextScaled = true
4046
AutoBreak.TextSize = 14
4047
AutoBreak.TextWrapped = true
4048
 
4049
Breakkey.Name = "Breakkey"
4050
Breakkey.Parent = Booga
4051
Breakkey.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
4052
Breakkey.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
4053
Breakkey.BorderSizePixel = 2
4054
Breakkey.Position = UDim2.new(0.700421929, 0, 0.149572656, 0)
4055
Breakkey.Size = UDim2.new(0, 116, 0, 27)
4056
Breakkey.Font = Enum.Font.SourceSans
4057
Breakkey.Text = "Keybind"
4058
Breakkey.TextColor3 = Color3.new(1, 1, 1)
4059
Breakkey.TextScaled = true
4060
Breakkey.TextSize = 14
4061
Breakkey.TextWrapped = true
4062
 
4063
InfinityChest.Name = "InfinityChest"
4064
InfinityChest.Parent = Booga
4065
InfinityChest.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
4066
InfinityChest.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
4067
InfinityChest.BorderSizePixel = 2
4068
InfinityChest.Position = UDim2.new(0.035864979, 0, 0.405982912, 0)
4069
InfinityChest.Size = UDim2.new(0, 116, 0, 27)
4070
InfinityChest.Font = Enum.Font.SourceSansSemibold
4071
InfinityChest.Text = "Infinity Chest (q)"
4072
InfinityChest.TextColor3 = Color3.new(1, 1, 1)
4073
InfinityChest.TextScaled = true
4074
InfinityChest.TextSize = 14
4075
InfinityChest.TextWrapped = true
4076
 
4077
GodHut.Name = "GodHut"
4078
GodHut.Parent = Booga
4079
GodHut.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
4080
GodHut.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
4081
GodHut.BorderSizePixel = 2
4082
GodHut.Position = UDim2.new(0.360759497, 0, 0.405982912, 0)
4083
GodHut.Size = UDim2.new(0, 116, 0, 27)
4084
GodHut.Font = Enum.Font.SourceSansSemibold
4085
GodHut.Text = "Godhut (g)"
4086
GodHut.TextColor3 = Color3.new(1, 1, 1)
4087
GodHut.TextScaled = true
4088
GodHut.TextSize = 14
4089
GodHut.TextWrapped = true
4090
 
4091
RevizV2.Name = "RevizV2"
4092
RevizV2.Parent = Booga
4093
RevizV2.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
4094
RevizV2.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
4095
RevizV2.BorderSizePixel = 2
4096
RevizV2.Position = UDim2.new(0.700421929, 0, 0.247863248, 0)
4097
RevizV2.Size = UDim2.new(0, 116, 0, 27)
4098
RevizV2.Font = Enum.Font.SourceSansSemibold
4099
RevizV2.Text = "Reviz Admin"
4100
RevizV2.TextColor3 = Color3.new(1, 1, 1)
4101
RevizV2.TextScaled = true
4102
RevizV2.TextSize = 14
4103
RevizV2.TextWrapped = true
4104
 
4105
AutoEatbtn.Name = "AutoEatbtn"
4106
AutoEatbtn.Parent = Booga
4107
AutoEatbtn.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
4108
AutoEatbtn.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
4109
AutoEatbtn.BorderSizePixel = 2
4110
AutoEatbtn.Position = UDim2.new(0.702531695, 0, 0.566239357, 0)
4111
AutoEatbtn.Size = UDim2.new(0, 116, 0, 27)
4112
AutoEatbtn.Font = Enum.Font.SourceSansSemibold
4113
AutoEatbtn.Text = "Auto Eat"
4114
AutoEatbtn.TextColor3 = Color3.new(1, 1, 1)
4115
AutoEatbtn.TextScaled = true
4116
AutoEatbtn.TextSize = 14
4117
AutoEatbtn.TextWrapped = true
4118
 
4119
VoidTpbtn.Name = "VoidTpbtn"
4120
VoidTpbtn.Parent = Booga
4121
VoidTpbtn.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
4122
VoidTpbtn.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
4123
VoidTpbtn.BorderSizePixel = 2
4124
VoidTpbtn.Position = UDim2.new(0.700421929, 0, 0.329059809, 0)
4125
VoidTpbtn.Size = UDim2.new(0, 116, 0, 27)
4126
VoidTpbtn.Font = Enum.Font.SourceSansSemibold
4127
VoidTpbtn.Text = "Void TP"
4128
VoidTpbtn.TextColor3 = Color3.new(1, 1, 1)
4129
VoidTpbtn.TextScaled = true
4130
VoidTpbtn.TextSize = 14
4131
VoidTpbtn.TextWrapped = true
4132
 
4133
RemoveAllEffectsbtn.Name = "RemoveAllEffectsbtn"
4134
RemoveAllEffectsbtn.Parent = Booga
4135
RemoveAllEffectsbtn.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
4136
RemoveAllEffectsbtn.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
4137
RemoveAllEffectsbtn.BorderSizePixel = 2
4138
RemoveAllEffectsbtn.Position = UDim2.new(0.702531636, 0, 0.410256416, 0)
4139
RemoveAllEffectsbtn.Size = UDim2.new(0, 116, 0, 27)
4140
RemoveAllEffectsbtn.Font = Enum.Font.SourceSansSemibold
4141
RemoveAllEffectsbtn.Text = "Remove All Effects"
4142
RemoveAllEffectsbtn.TextColor3 = Color3.new(1, 1, 1)
4143
RemoveAllEffectsbtn.TextScaled = true
4144
RemoveAllEffectsbtn.TextSize = 14
4145
RemoveAllEffectsbtn.TextWrapped = true
4146
 
4147
CraftAnyItem.Name = "CraftAnyItem"
4148
CraftAnyItem.Parent = Booga
4149
CraftAnyItem.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
4150
CraftAnyItem.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
4151
CraftAnyItem.BorderSizePixel = 2
4152
CraftAnyItem.Position = UDim2.new(0.0421940945, 0, 0.232905984, 0)
4153
CraftAnyItem.Size = UDim2.new(0, 116, 0, 27)
4154
CraftAnyItem.Font = Enum.Font.SourceSansSemibold
4155
CraftAnyItem.Text = "Craft Any Item"
4156
CraftAnyItem.TextColor3 = Color3.new(1, 1, 1)
4157
CraftAnyItem.TextScaled = true
4158
CraftAnyItem.TextSize = 14
4159
CraftAnyItem.TextWrapped = true
4160
 
4161
CraftItem.Name = "CraftItem"
4162
CraftItem.Parent = Booga
4163
CraftItem.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
4164
CraftItem.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
4165
CraftItem.BorderSizePixel = 2
4166
CraftItem.Position = UDim2.new(0.035864979, 0, 0.316239327, 0)
4167
CraftItem.Size = UDim2.new(0, 116, 0, 27)
4168
CraftItem.Font = Enum.Font.SourceSans
4169
CraftItem.Text = "Item Name"
4170
CraftItem.TextColor3 = Color3.new(1, 1, 1)
4171
CraftItem.TextScaled = true
4172
CraftItem.TextSize = 14
4173
CraftItem.TextWrapped = true
4174
 
4175
ESPbtn.Name = "ESPbtn"
4176
ESPbtn.Parent = Booga
4177
ESPbtn.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
4178
ESPbtn.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
4179
ESPbtn.BorderSizePixel = 2
4180
ESPbtn.Position = UDim2.new(0.364978909, 0, 0.487179488, 0)
4181
ESPbtn.Size = UDim2.new(0, 116, 0, 27)
4182
ESPbtn.Font = Enum.Font.SourceSansSemibold
4183
ESPbtn.Text = "ESP"
4184
ESPbtn.TextColor3 = Color3.new(1, 1, 1)
4185
ESPbtn.TextScaled = true
4186
ESPbtn.TextSize = 14
4187
ESPbtn.TextWrapped = true
4188
 
4189
DropAllItemsbtn.Name = "DropAllItemsbtn"
4190
DropAllItemsbtn.Parent = Booga
4191
DropAllItemsbtn.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
4192
DropAllItemsbtn.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
4193
DropAllItemsbtn.BorderSizePixel = 2
4194
DropAllItemsbtn.Position = UDim2.new(0.0337552726, 0, 0.56410259, 0)
4195
DropAllItemsbtn.Size = UDim2.new(0, 116, 0, 27)
4196
DropAllItemsbtn.Font = Enum.Font.SourceSansSemibold
4197
DropAllItemsbtn.Text = "Drop All Items"
4198
DropAllItemsbtn.TextColor3 = Color3.new(1, 1, 1)
4199
DropAllItemsbtn.TextScaled = true
4200
DropAllItemsbtn.TextSize = 14
4201
DropAllItemsbtn.TextWrapped = true
4202
 
4203
RemoveRainbtn.Name = "RemoveRainbtn"
4204
RemoveRainbtn.Parent = Booga
4205
RemoveRainbtn.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
4206
RemoveRainbtn.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
4207
RemoveRainbtn.BorderSizePixel = 2
4208
RemoveRainbtn.Position = UDim2.new(0.035864979, 0, 0.482905984, 0)
4209
RemoveRainbtn.Size = UDim2.new(0, 116, 0, 27)
4210
RemoveRainbtn.Font = Enum.Font.SourceSansSemibold
4211
RemoveRainbtn.Text = "Remove Rain"
4212
RemoveRainbtn.TextColor3 = Color3.new(1, 1, 1)
4213
RemoveRainbtn.TextScaled = true
4214
RemoveRainbtn.TextSize = 14
4215
RemoveRainbtn.TextWrapped = true
4216
 
4217
TpSpambtn.Name = "TpSpambtn"
4218
TpSpambtn.Parent = Booga
4219
TpSpambtn.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
4220
TpSpambtn.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
4221
TpSpambtn.BorderSizePixel = 2
4222
TpSpambtn.Position = UDim2.new(0.362869203, 0, 0.241452992, 0)
4223
TpSpambtn.Size = UDim2.new(0, 116, 0, 27)
4224
TpSpambtn.Font = Enum.Font.SourceSansSemibold
4225
TpSpambtn.Text = "TP Spam"
4226
TpSpambtn.TextColor3 = Color3.new(1, 1, 1)
4227
TpSpambtn.TextScaled = true
4228
TpSpambtn.TextSize = 14
4229
TpSpambtn.TextWrapped = true
4230
 
4231
AutoCampfirebtn.Name = "AutoCampfirebtn"
4232
AutoCampfirebtn.Parent = Booga
4233
AutoCampfirebtn.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
4234
AutoCampfirebtn.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
4235
AutoCampfirebtn.BorderSizePixel = 2
4236
AutoCampfirebtn.Position = UDim2.new(0.702531636, 0, 0.487179428, 0)
4237
AutoCampfirebtn.Size = UDim2.new(0, 116, 0, 27)
4238
AutoCampfirebtn.Font = Enum.Font.SourceSansSemibold
4239
AutoCampfirebtn.Text = "Auto Campfire"
4240
AutoCampfirebtn.TextColor3 = Color3.new(1, 1, 1)
4241
AutoCampfirebtn.TextScaled = true
4242
AutoCampfirebtn.TextSize = 14
4243
AutoCampfirebtn.TextWrapped = true
4244
 
4245
AutoWallTrapbtn.Name = "AutoWallTrapbtn"
4246
AutoWallTrapbtn.Parent = Booga
4247
AutoWallTrapbtn.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
4248
AutoWallTrapbtn.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
4249
AutoWallTrapbtn.BorderSizePixel = 2
4250
AutoWallTrapbtn.Position = UDim2.new(0.367088586, 0, 0.566239357, 0)
4251
AutoWallTrapbtn.Size = UDim2.new(0, 116, 0, 27)
4252
AutoWallTrapbtn.Font = Enum.Font.SourceSansSemibold
4253
AutoWallTrapbtn.Text = "Auto Wall"
4254
AutoWallTrapbtn.TextColor3 = Color3.new(1, 1, 1)
4255
AutoWallTrapbtn.TextScaled = true
4256
AutoWallTrapbtn.TextSize = 14
4257
AutoWallTrapbtn.TextWrapped = true
4258
 
4259
AutoEatFoodNamekb.Name = "AutoEatFoodNamekb"
4260
AutoEatFoodNamekb.Parent = Booga
4261
AutoEatFoodNamekb.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
4262
AutoEatFoodNamekb.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
4263
AutoEatFoodNamekb.BorderSizePixel = 2
4264
AutoEatFoodNamekb.Position = UDim2.new(0.702531636, 0, 0.638888896, 0)
4265
AutoEatFoodNamekb.Size = UDim2.new(0, 116, 0, 27)
4266
AutoEatFoodNamekb.Font = Enum.Font.SourceSans
4267
AutoEatFoodNamekb.Text = "Item Name"
4268
AutoEatFoodNamekb.TextColor3 = Color3.new(1, 1, 1)
4269
AutoEatFoodNamekb.TextScaled = true
4270
AutoEatFoodNamekb.TextSize = 14
4271
AutoEatFoodNamekb.TextWrapped = true
4272
 
4273
TpSpamPlayerNamekb.Name = "TpSpamPlayerNamekb"
4274
TpSpamPlayerNamekb.Parent = Booga
4275
TpSpamPlayerNamekb.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
4276
TpSpamPlayerNamekb.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
4277
TpSpamPlayerNamekb.BorderSizePixel = 2
4278
TpSpamPlayerNamekb.Position = UDim2.new(0.35864979, 0, 0.326923072, 0)
4279
TpSpamPlayerNamekb.Size = UDim2.new(0, 116, 0, 27)
4280
TpSpamPlayerNamekb.Font = Enum.Font.SourceSans
4281
TpSpamPlayerNamekb.Text = "Player Name"
4282
TpSpamPlayerNamekb.TextColor3 = Color3.new(1, 1, 1)
4283
TpSpamPlayerNamekb.TextScaled = true
4284
TpSpamPlayerNamekb.TextSize = 14
4285
TpSpamPlayerNamekb.TextWrapped = true
4286
 
4287
DropAllItemsItemNamekb.Name = "DropAllItemsItemNamekb"
4288
DropAllItemsItemNamekb.Parent = Booga
4289
DropAllItemsItemNamekb.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
4290
DropAllItemsItemNamekb.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
4291
DropAllItemsItemNamekb.BorderSizePixel = 2
4292
DropAllItemsItemNamekb.Position = UDim2.new(0.0358649828, 0, 0.638888955, 0)
4293
DropAllItemsItemNamekb.Size = UDim2.new(0, 116, 0, 27)
4294
DropAllItemsItemNamekb.Font = Enum.Font.SourceSans
4295
DropAllItemsItemNamekb.Text = "Item Name"
4296
DropAllItemsItemNamekb.TextColor3 = Color3.new(1, 1, 1)
4297
DropAllItemsItemNamekb.TextScaled = true
4298
DropAllItemsItemNamekb.TextSize = 14
4299
DropAllItemsItemNamekb.TextWrapped = true
4300
 
4301
DropAllItemskb.Name = "DropAllItemskb"
4302
DropAllItemskb.Parent = Booga
4303
DropAllItemskb.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
4304
DropAllItemskb.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
4305
DropAllItemskb.BorderSizePixel = 2
4306
DropAllItemskb.Position = UDim2.new(0.035864979, 0, 0.713675261, 0)
4307
DropAllItemskb.Size = UDim2.new(0, 116, 0, 27)
4308
DropAllItemskb.Font = Enum.Font.SourceSans
4309
DropAllItemskb.Text = "Keybind"
4310
DropAllItemskb.TextColor3 = Color3.new(1, 1, 1)
4311
DropAllItemskb.TextScaled = true
4312
DropAllItemskb.TextSize = 14
4313
DropAllItemskb.TextWrapped = true
4314
 
4315
AutoEatkb.Name = "AutoEatkb"
4316
AutoEatkb.Parent = Booga
4317
AutoEatkb.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
4318
AutoEatkb.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
4319
AutoEatkb.BorderSizePixel = 2
4320
AutoEatkb.Position = UDim2.new(0.702531636, 0, 0.715811968, 0)
4321
AutoEatkb.Size = UDim2.new(0, 116, 0, 27)
4322
AutoEatkb.Font = Enum.Font.SourceSans
4323
AutoEatkb.Text = "Keybind"
4324
AutoEatkb.TextColor3 = Color3.new(1, 1, 1)
4325
AutoEatkb.TextScaled = true
4326
AutoEatkb.TextSize = 14
4327
AutoEatkb.TextWrapped = true
4328
 
4329
Recipes.Name = "Recipes"
4330
Recipes.Parent = Booga
4331
Recipes.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
4332
Recipes.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
4333
Recipes.BorderSizePixel = 2
4334
Recipes.Position = UDim2.new(0.360759497, 0, 0.839743614, 0)
4335
Recipes.Size = UDim2.new(0, 116, 0, 27)
4336
Recipes.Font = Enum.Font.SourceSansSemibold
4337
Recipes.Text = "Recipes"
4338
Recipes.TextColor3 = Color3.new(1, 1, 1)
4339
Recipes.TextScaled = true
4340
Recipes.TextSize = 14
4341
Recipes.TextWrapped = true
4342
 
4343
Credits.Name = "Credits"
4344
Credits.Parent = Booga
4345
Credits.Active = true
4346
Credits.BackgroundColor3 = Color3.new(1, 1, 1)
4347
Credits.BackgroundTransparency = 1
4348
Credits.BorderColor3 = Color3.new(1, 1, 0)
4349
Credits.BorderSizePixel = 2
4350
Credits.Position = UDim2.new(0.00210970454, 0, 0.929487169, 0)
4351
Credits.Size = UDim2.new(0, 473, 0, 34)
4352
Credits.Font = Enum.Font.SourceSansSemibold
4353
Credits.Text = "GUI Made by Miu Iruma#4693"
4354
Credits.TextColor3 = Color3.new(1, 1, 1)
4355
Credits.TextScaled = true
4356
Credits.TextSize = 14
4357
Credits.TextWrapped = true
4358
 
4359
Booga2.Name = "Booga2"
4360
Booga2.Parent = ScreenGui
4361
Booga2.Active = true
4362
Booga2.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
4363
Booga2.BackgroundTransparency = 0.30000001192093
4364
Booga2.BorderColor3 = Color3.new(1, 0, 0.498039)
4365
Booga2.BorderSizePixel = 2
4366
Booga2.Position = UDim2.new(1.70000005, 1, 1.70000005, 1)
4367
Booga2.Size = UDim2.new(0, 474, 0, 468)
4368
 
4369
BoogaTop2.Name = "BoogaTop2"
4370
BoogaTop2.Parent = Booga2
4371
BoogaTop2.Active = true
4372
BoogaTop2.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
4373
BoogaTop2.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
4374
BoogaTop2.BorderSizePixel = 2
4375
BoogaTop2.Size = UDim2.new(0, 474, 0, 27)
4376
 
4377
Exit2.Name = "Exit2"
4378
Exit2.Parent = Booga2
4379
Exit2.BackgroundColor3 = Color3.new(0.901961, 0.380392, 0.380392)
4380
Exit2.BorderSizePixel = 0
4381
Exit2.Position = UDim2.new(0.915611804, 0, 0.00854700897, 0)
4382
Exit2.Size = UDim2.new(0, 28, 0, 19)
4383
Exit2.Font = Enum.Font.SourceSans
4384
Exit2.Text = "X"
4385
Exit2.TextColor3 = Color3.new(1, 1, 1)
4386
Exit2.TextSize = 14
4387
 
4388
EmeraldHelmet.Name = "EmeraldHelmet"
4389
EmeraldHelmet.Parent = Booga2
4390
EmeraldHelmet.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
4391
EmeraldHelmet.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
4392
EmeraldHelmet.BorderSizePixel = 2
4393
EmeraldHelmet.Position = UDim2.new(0.03164557, 0, 0.126068383, 0)
4394
EmeraldHelmet.Size = UDim2.new(0, 93, 0, 27)
4395
EmeraldHelmet.Font = Enum.Font.SourceSansSemibold
4396
EmeraldHelmet.Text = "Emerald Helmet"
4397
EmeraldHelmet.TextColor3 = Color3.new(1, 1, 1)
4398
EmeraldHelmet.TextScaled = true
4399
EmeraldHelmet.TextSize = 14
4400
EmeraldHelmet.TextWrapped = true
4401
 
4402
EmeraldDivider.Name = "EmeraldDivider"
4403
EmeraldDivider.Parent = Booga2
4404
EmeraldDivider.Active = true
4405
EmeraldDivider.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
4406
EmeraldDivider.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
4407
EmeraldDivider.BorderSizePixel = 2
4408
EmeraldDivider.Position = UDim2.new(0.03164557, 0, 0.0769230798, 0)
4409
EmeraldDivider.Size = UDim2.new(0, 447, 0, 11)
4410
 
4411
EmeraldChestplate.Name = "EmeraldChestplate"
4412
EmeraldChestplate.Parent = Booga2
4413
EmeraldChestplate.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
4414
EmeraldChestplate.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
4415
EmeraldChestplate.BorderSizePixel = 2
4416
EmeraldChestplate.Position = UDim2.new(0.261603385, 0, 0.126068383, 0)
4417
EmeraldChestplate.Size = UDim2.new(0, 93, 0, 27)
4418
EmeraldChestplate.Font = Enum.Font.SourceSansSemibold
4419
EmeraldChestplate.Text = "Emerald Chestplate"
4420
EmeraldChestplate.TextColor3 = Color3.new(1, 1, 1)
4421
EmeraldChestplate.TextScaled = true
4422
EmeraldChestplate.TextSize = 14
4423
EmeraldChestplate.TextWrapped = true
4424
 
4425
EmeraldPick.Name = "EmeraldPick"
4426
EmeraldPick.Parent = Booga2
4427
EmeraldPick.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
4428
EmeraldPick.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
4429
EmeraldPick.BorderSizePixel = 2
4430
EmeraldPick.Position = UDim2.new(0.748945177, 0, 0.121794872, 0)
4431
EmeraldPick.Size = UDim2.new(0, 93, 0, 27)
4432
EmeraldPick.Font = Enum.Font.SourceSansSemibold
4433
EmeraldPick.Text = "Emerald Pick"
4434
EmeraldPick.TextColor3 = Color3.new(1, 1, 1)
4435
EmeraldPick.TextScaled = true
4436
EmeraldPick.TextSize = 14
4437
EmeraldPick.TextWrapped = true
4438
 
4439
EmeraldGreaves.Name = "EmeraldGreaves"
4440
EmeraldGreaves.Parent = Booga2
4441
EmeraldGreaves.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
4442
EmeraldGreaves.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
4443
EmeraldGreaves.BorderSizePixel = 2
4444
EmeraldGreaves.Position = UDim2.new(0.506329119, 0, 0.123931624, 0)
4445
EmeraldGreaves.Size = UDim2.new(0, 93, 0, 27)
4446
EmeraldGreaves.Font = Enum.Font.SourceSansSemibold
4447
EmeraldGreaves.Text = "Emerald Greaves"
4448
EmeraldGreaves.TextColor3 = Color3.new(1, 1, 1)
4449
EmeraldGreaves.TextScaled = true
4450
EmeraldGreaves.TextSize = 14
4451
EmeraldGreaves.TextWrapped = true
4452
 
4453
EmeraldBlade.Name = "EmeraldBlade"
4454
EmeraldBlade.Parent = Booga2
4455
EmeraldBlade.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
4456
EmeraldBlade.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
4457
EmeraldBlade.BorderSizePixel = 2
4458
EmeraldBlade.Position = UDim2.new(0.03164557, 0, 0.211538464, 0)
4459
EmeraldBlade.Size = UDim2.new(0, 93, 0, 27)
4460
EmeraldBlade.Font = Enum.Font.SourceSansSemibold
4461
EmeraldBlade.Text = "Emerald Blade"
4462
EmeraldBlade.TextColor3 = Color3.new(1, 1, 1)
4463
EmeraldBlade.TextScaled = true
4464
EmeraldBlade.TextSize = 14
4465
EmeraldBlade.TextWrapped = true
4466
 
4467
EmeraldAxe.Name = "EmeraldAxe"
4468
EmeraldAxe.Parent = Booga2
4469
EmeraldAxe.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
4470
EmeraldAxe.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
4471
EmeraldAxe.BorderSizePixel = 2
4472
EmeraldAxe.Position = UDim2.new(0.261603385, 0, 0.211538464, 0)
4473
EmeraldAxe.Size = UDim2.new(0, 93, 0, 27)
4474
EmeraldAxe.Font = Enum.Font.SourceSansSemibold
4475
EmeraldAxe.Text = "Emerald Axe"
4476
EmeraldAxe.TextColor3 = Color3.new(1, 1, 1)
4477
EmeraldAxe.TextScaled = true
4478
EmeraldAxe.TextSize = 14
4479
EmeraldAxe.TextWrapped = true
4480
 
4481
EmeraldBag.Name = "EmeraldBag"
4482
EmeraldBag.Parent = Booga2
4483
EmeraldBag.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
4484
EmeraldBag.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
4485
EmeraldBag.BorderSizePixel = 2
4486
EmeraldBag.Position = UDim2.new(0.506329119, 0, 0.209401712, 0)
4487
EmeraldBag.Size = UDim2.new(0, 93, 0, 27)
4488
EmeraldBag.Font = Enum.Font.SourceSansSemibold
4489
EmeraldBag.Text = "EmeraldBag"
4490
EmeraldBag.TextColor3 = Color3.new(1, 1, 1)
4491
EmeraldBag.TextScaled = true
4492
EmeraldBag.TextSize = 14
4493
EmeraldBag.TextWrapped = true
4494
 
4495
VoidShroud.Name = "VoidShroud"
4496
VoidShroud.Parent = Booga2
4497
VoidShroud.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
4498
VoidShroud.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
4499
VoidShroud.BorderSizePixel = 2
4500
VoidShroud.Position = UDim2.new(0.719409287, 0, 0.623931646, 0)
4501
VoidShroud.Size = UDim2.new(0, 93, 0, 27)
4502
VoidShroud.Font = Enum.Font.SourceSansSemibold
4503
VoidShroud.Text = "Void Shroud"
4504
VoidShroud.TextColor3 = Color3.new(1, 1, 1)
4505
VoidShroud.TextScaled = true
4506
VoidShroud.TextSize = 14
4507
VoidShroud.TextWrapped = true
4508
 
4509
EmeraldDivider2.Name = "EmeraldDivider2"
4510
EmeraldDivider2.Parent = Booga2
4511
EmeraldDivider2.Active = true
4512
EmeraldDivider2.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
4513
EmeraldDivider2.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
4514
EmeraldDivider2.BorderSizePixel = 2
4515
EmeraldDivider2.Position = UDim2.new(0.0232067518, 0, 0.288461536, 0)
4516
EmeraldDivider2.Size = UDim2.new(0, 447, 0, 11)
4517
 
4518
GodDivider.Name = "GodDivider"
4519
GodDivider.Parent = Booga2
4520
GodDivider.Active = true
4521
GodDivider.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
4522
GodDivider.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
4523
GodDivider.BorderSizePixel = 2
4524
GodDivider.Position = UDim2.new(0.0232067518, 0, 0.324786335, 0)
4525
GodDivider.Size = UDim2.new(0, 447, 0, 11)
4526
 
4527
GodDivider2.Name = "GodDivider2"
4528
GodDivider2.Parent = Booga2
4529
GodDivider2.Active = true
4530
GodDivider2.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
4531
GodDivider2.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
4532
GodDivider2.BorderSizePixel = 2
4533
GodDivider2.Position = UDim2.new(0.0147679336, 0, 0.538461566, 0)
4534
GodDivider2.Size = UDim2.new(0, 447, 0, 11)
4535
 
4536
GodRock.Name = "GodRock"
4537
GodRock.Parent = Booga2
4538
GodRock.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
4539
GodRock.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
4540
GodRock.BorderSizePixel = 2
4541
GodRock.Position = UDim2.new(0.03164557, 0, 0.455128193, 0)
4542
GodRock.Size = UDim2.new(0, 93, 0, 27)
4543
GodRock.Font = Enum.Font.SourceSansSemibold
4544
GodRock.Text = "God Rock"
4545
GodRock.TextColor3 = Color3.new(1, 1, 1)
4546
GodRock.TextScaled = true
4547
GodRock.TextSize = 14
4548
GodRock.TextWrapped = true
4549
 
4550
GodHalo.Name = "GodHalo"
4551
GodHalo.Parent = Booga2
4552
GodHalo.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
4553
GodHalo.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
4554
GodHalo.BorderSizePixel = 2
4555
GodHalo.Position = UDim2.new(0.03164557, 0, 0.369658113, 0)
4556
GodHalo.Size = UDim2.new(0, 93, 0, 27)
4557
GodHalo.Font = Enum.Font.SourceSansSemibold
4558
GodHalo.Text = "God Halo"
4559
GodHalo.TextColor3 = Color3.new(1, 1, 1)
4560
GodHalo.TextScaled = true
4561
GodHalo.TextSize = 14
4562
GodHalo.TextWrapped = true
4563
 
4564
GodChestplate.Name = "GodChestplate"
4565
GodChestplate.Parent = Booga2
4566
GodChestplate.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
4567
GodChestplate.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
4568
GodChestplate.BorderSizePixel = 2
4569
GodChestplate.Position = UDim2.new(0.261603385, 0, 0.369658113, 0)
4570
GodChestplate.Size = UDim2.new(0, 93, 0, 27)
4571
GodChestplate.Font = Enum.Font.SourceSansSemibold
4572
GodChestplate.Text = "God Chestplate"
4573
GodChestplate.TextColor3 = Color3.new(1, 1, 1)
4574
GodChestplate.TextScaled = true
4575
GodChestplate.TextSize = 14
4576
GodChestplate.TextWrapped = true
4577
 
4578
GodAxe.Name = "GodAxe"
4579
GodAxe.Parent = Booga2
4580
GodAxe.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
4581
GodAxe.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
4582
GodAxe.BorderSizePixel = 2
4583
GodAxe.Position = UDim2.new(0.261603385, 0, 0.455128193, 0)
4584
GodAxe.Size = UDim2.new(0, 93, 0, 27)
4585
GodAxe.Font = Enum.Font.SourceSansSemibold
4586
GodAxe.Text = "God Axe"
4587
GodAxe.TextColor3 = Color3.new(1, 1, 1)
4588
GodAxe.TextScaled = true
4589
GodAxe.TextSize = 14
4590
GodAxe.TextWrapped = true
4591
 
4592
GodBag.Name = "GodBag"
4593
GodBag.Parent = Booga2
4594
GodBag.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
4595
GodBag.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
4596
GodBag.BorderSizePixel = 2
4597
GodBag.Position = UDim2.new(0.506329119, 0, 0.452991456, 0)
4598
GodBag.Size = UDim2.new(0, 93, 0, 27)
4599
GodBag.Font = Enum.Font.SourceSansSemibold
4600
GodBag.Text = "God Bag"
4601
GodBag.TextColor3 = Color3.new(1, 1, 1)
4602
GodBag.TextScaled = true
4603
GodBag.TextSize = 14
4604
GodBag.TextWrapped = true
4605
 
4606
GodLegs.Name = "GodLegs"
4607
GodLegs.Parent = Booga2
4608
GodLegs.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
4609
GodLegs.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
4610
GodLegs.BorderSizePixel = 2
4611
GodLegs.Position = UDim2.new(0.506329119, 0, 0.367521375, 0)
4612
GodLegs.Size = UDim2.new(0, 93, 0, 27)
4613
GodLegs.Font = Enum.Font.SourceSansSemibold
4614
GodLegs.Text = "God Legs"
4615
GodLegs.TextColor3 = Color3.new(1, 1, 1)
4616
GodLegs.TextScaled = true
4617
GodLegs.TextSize = 14
4618
GodLegs.TextWrapped = true
4619
 
4620
GodPick.Name = "GodPick"
4621
GodPick.Parent = Booga2
4622
GodPick.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
4623
GodPick.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
4624
GodPick.BorderSizePixel = 2
4625
GodPick.Position = UDim2.new(0.748945177, 0, 0.365384609, 0)
4626
GodPick.Size = UDim2.new(0, 93, 0, 27)
4627
GodPick.Font = Enum.Font.SourceSansSemibold
4628
GodPick.Text = "God Pick"
4629
GodPick.TextColor3 = Color3.new(1, 1, 1)
4630
GodPick.TextScaled = true
4631
GodPick.TextSize = 14
4632
GodPick.TextWrapped = true
4633
 
4634
VoidChestplate.Name = "VoidChestplate"
4635
VoidChestplate.Parent = Booga2
4636
VoidChestplate.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
4637
VoidChestplate.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
4638
VoidChestplate.BorderSizePixel = 2
4639
VoidChestplate.Position = UDim2.new(0.371308029, 0, 0.626068354, 0)
4640
VoidChestplate.Size = UDim2.new(0, 93, 0, 27)
4641
VoidChestplate.Font = Enum.Font.SourceSansSemibold
4642
VoidChestplate.Text = "Void Chestplate"
4643
VoidChestplate.TextColor3 = Color3.new(1, 1, 1)
4644
VoidChestplate.TextScaled = true
4645
VoidChestplate.TextSize = 14
4646
VoidChestplate.TextWrapped = true
4647
 
4648
VoidDivider2.Name = "VoidDivider2"
4649
VoidDivider2.Parent = Booga2
4650
VoidDivider2.Active = true
4651
VoidDivider2.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
4652
VoidDivider2.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
4653
VoidDivider2.BorderSizePixel = 2
4654
VoidDivider2.Position = UDim2.new(0.00632911548, 0, 0.797008574, 0)
4655
VoidDivider2.Size = UDim2.new(0, 447, 0, 11)
4656
 
4657
VoidDivider.Name = "VoidDivider"
4658
VoidDivider.Parent = Booga2
4659
VoidDivider.Active = true
4660
VoidDivider.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
4661
VoidDivider.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
4662
VoidDivider.BorderSizePixel = 2
4663
VoidDivider.Position = UDim2.new(0.0147679336, 0, 0.583333373, 0)
4664
VoidDivider.Size = UDim2.new(0, 447, 0, 11)
4665
 
4666
VoidBag.Name = "VoidBag"
4667
VoidBag.Parent = Booga2
4668
VoidBag.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
4669
VoidBag.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
4670
VoidBag.BorderSizePixel = 2
4671
VoidBag.Position = UDim2.new(0.373417735, 0, 0.715811968, 0)
4672
VoidBag.Size = UDim2.new(0, 93, 0, 27)
4673
VoidBag.Font = Enum.Font.SourceSansSemibold
4674
VoidBag.Text = "Void Bag"
4675
VoidBag.TextColor3 = Color3.new(1, 1, 1)
4676
VoidBag.TextScaled = true
4677
VoidBag.TextSize = 14
4678
VoidBag.TextWrapped = true
4679
 
4680
VoidGreaves.Name = "VoidGreaves"
4681
VoidGreaves.Parent = Booga2
4682
VoidGreaves.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
4683
VoidGreaves.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
4684
VoidGreaves.BorderSizePixel = 2
4685
VoidGreaves.Position = UDim2.new(0.03164557, 0, 0.630341887, 0)
4686
VoidGreaves.Size = UDim2.new(0, 93, 0, 27)
4687
VoidGreaves.Font = Enum.Font.SourceSansSemibold
4688
VoidGreaves.Text = "Void Greaves"
4689
VoidGreaves.TextColor3 = Color3.new(1, 1, 1)
4690
VoidGreaves.TextScaled = true
4691
VoidGreaves.TextSize = 14
4692
VoidGreaves.TextWrapped = true
4693
 
4694
OOFHorn.Name = "OOFHorn"
4695
OOFHorn.Parent = Booga2
4696
OOFHorn.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
4697
OOFHorn.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
4698
OOFHorn.BorderSizePixel = 2
4699
OOFHorn.Position = UDim2.new(0.748945177, 0, 0.450854689, 0)
4700
OOFHorn.Size = UDim2.new(0, 93, 0, 27)
4701
OOFHorn.Font = Enum.Font.SourceSansSemibold
4702
OOFHorn.Text = "OOF Horn"
4703
OOFHorn.TextColor3 = Color3.new(1, 1, 1)
4704
OOFHorn.TextScaled = true
4705
OOFHorn.TextSize = 14
4706
OOFHorn.TextWrapped = true
4707
 
4708
Open.MouseButton1Down:connect(function()
4709
Booga:TweenPosition(UDim2.new(0.079, 0, 0.074, 0), 'Out','Bounce', 1)
4710
Open.Visible = true
4711
Booga.Visible = true
4712
end)
4713
 
4714
Exit.MouseButton1Down:connect(function()
4715
Booga:TweenPosition(UDim2.new(0.079, 0, 1.7, 0), 'Out','Bounce', 1)
4716
Open.Visible = true
4717
end)
4718
 
4719
Recipes.MouseButton1Down:connect(function()
4720
Booga2:TweenPosition(UDim2.new(0.433, 0, 0.074, 0), 'Out','Bounce', 1)
4721
Booga2.Visible = true
4722
end)
4723
 
4724
Exit2.MouseButton1Down:connect(function()
4725
Booga2:TweenPosition(UDim2.new(0.079, 0, 1.7, 0), 'Out','Bounce', 1)
4726
end)
4727
 
4728
VoidBag.MouseButton1Click:connect(function()
4729
local A_1   = "Void Bag"
4730
local Event = game:GetService("ReplicatedStorage").Events.CraftItem
4731
Event:FireServer(A_1)
4732
end)
4733
 
4734
VoidShroud.MouseButton1Click:connect(function()
4735
local A_1   = "Void Shroud"
4736
local Event = game:GetService("ReplicatedStorage").Events.CraftItem
4737
Event:FireServer(A_1)
4738
end)
4739
 
4740
VoidChestplate.MouseButton1Click:connect(function()
4741
local A_1   = "Void Chestplate"
4742
local Event = game:GetService("ReplicatedStorage").Events.CraftItem
4743
Event:FireServer(A_1)
4744
end)
4745
 
4746
VoidGreaves.MouseButton1Click:connect(function()
4747
local A_1   = "Void Greaves"
4748
local Event = game:GetService("ReplicatedStorage").Events.CraftItem
4749
Event:FireServer(A_1)
4750
end)
4751
 
4752
 
4753
 
4754
EmeraldAxe.MouseButton1Click:connect(function()
4755
local A_1   = "Emerald Axe"
4756
local Event = game:GetService("ReplicatedStorage").Events.CraftItem
4757
Event:FireServer(A_1)
4758
end)
4759
 
4760
EmeraldBlade.MouseButton1Click:connect(function()
4761
local A_1   = "Emerald Blade"
4762
local Event = game:GetService("ReplicatedStorage").Events.CraftItem
4763
Event:FireServer(A_1)
4764
end)
4765
 
4766
EmeraldPick.MouseButton1Click:connect(function()
4767
local A_1   = "Emerald Pick"
4768
local Event = game:GetService("ReplicatedStorage").Events.CraftItem
4769
Event:FireServer(A_1)
4770
end)
4771
 
4772
EmeraldBag.MouseButton1Click:connect(function()
4773
local A_1   = "Emerald Bag"
4774
local Event = game:GetService("ReplicatedStorage").Events.CraftItem
4775
Event:FireServer(A_1)
4776
end)
4777
 
4778
EmeraldHelmet.MouseButton1Click:connect(function()
4779
local A_1   = "Emerald Helmet"
4780
local Event = game:GetService("ReplicatedStorage").Events.CraftItem
4781
Event:FireServer(A_1)
4782
end)
4783
 
4784
EmeraldChestplate.MouseButton1Click:connect(function()
4785
local A_1   = "Emerald Chestplate"
4786
local Event = game:GetService("ReplicatedStorage").Events.CraftItem
4787
Event:FireServer(A_1)
4788
end)
4789
 
4790
EmeraldGreaves.MouseButton1Click:connect(function()
4791
local A_1   = "Emerald Greaves"
4792
local Event = game:GetService("ReplicatedStorage").Events.CraftItem
4793
Event:FireServer(A_1)
4794
end)
4795
 
4796
 
4797
 
4798
GodAxe.MouseButton1Click:connect(function()
4799
local A_1   = "God Axe"
4800
local Event = game:GetService("ReplicatedStorage").Events.CraftItem
4801
Event:FireServer(A_1)
4802
end)
4803
 
4804
GodRock.MouseButton1Click:connect(function()
4805
local A_1   = "God Rock"
4806
local Event = game:GetService("ReplicatedStorage").Events.CraftItem
4807
Event:FireServer(A_1)
4808
end)
4809
 
4810
GodPick.MouseButton1Click:connect(function()
4811
local A_1   = "God Pick"
4812
local Event = game:GetService("ReplicatedStorage").Events.CraftItem
4813
Event:FireServer(A_1)
4814
end)
4815
 
4816
GodHalo.MouseButton1Click:connect(function()
4817
local A_1   = "God Halo"
4818
local Event = game:GetService("ReplicatedStorage").Events.CraftItem
4819
Event:FireServer(A_1)
4820
end)
4821
 
4822
GodChestplate.MouseButton1Click:connect(function()
4823
local A_1   = "God Chestplate"
4824
local Event = game:GetService("ReplicatedStorage").Events.CraftItem
4825
Event:FireServer(A_1)
4826
end)
4827
 
4828
GodLegs.MouseButton1Click:connect(function()
4829
local A_1   = "God Legs"
4830
local Event = game:GetService("ReplicatedStorage").Events.CraftItem
4831
Event:FireServer(A_1)
4832
end)
4833
 
4834
GodBag.MouseButton1Click:connect(function()
4835
local A_1   = "God Bag"
4836
local Event = game:GetService("ReplicatedStorage").Events.CraftItem
4837
Event:FireServer(A_1)
4838
end)
4839
 
4840
 
4841
OOFHorn.MouseButton1Click:connect(function()
4842
local A_1   = "OOF Horn"
4843
local Event = game:GetService("ReplicatedStorage").Events.CraftItem
4844
Event:FireServer(A_1)
4845
end)
4846
 
4847
 
4848
 
4849
InfinityChest.MouseButton1Down:connect(function()
4850
 local plr = game:GetService("Players").LocalPlayer
4851
       local mouse = plr:GetMouse()
4852
       mouse.KeyDown:connect(function(key)
4853
           if key == "q" then
4854
       local Event = game:GetService("ReplicatedStorage").Events.PlaceStructure
4855
       Torso = game.Players.LocalPlayer.Character.UpperTorso
4856
       b = Torso.Position + Torso.CFrame.lookVector * 10
4857
       local c = b.x
4858
       local d = b.y - 2
4859
       local e = b.z
4860
       for i = 1,1 do
4861
       local A_1 = "Infinity Chest"
4862
       local A_2 = CFrame.new(c, d, e, 1, 0, 0, 0, 1, -5.56028681e-08, 0, -5.56028681e-08, 1)
4863
       local A_3 = 0
4864
           Event:FireServer(A_1, A_2, A_3)
4865
       end end end)
4866
end)
4867
 
4868
 
4869
CraftAnyItem.MouseButton1Click:connect(function()
4870
    local event = game.ReplicatedStorage.Events.CraftItem
4871
    local item = CraftItem.Text
4872
    event:FireServer(item)
4873
end)
4874
 
4875
GodHut.MouseButton1Click:connect(function()
4876
        local plr = game:GetService("Players").LocalPlayer
4877
        local mouse = plr:GetMouse()
4878
        mouse.KeyDown:connect(function(key)
4879
            if key == "g" then
4880
        local Event = game:GetService("ReplicatedStorage").Events.PlaceStructure
4881
        Torso = game.Players.LocalPlayer.Character.UpperTorso
4882
        b = Torso.Position + Torso.CFrame.lookVector * 10
4883
        local c = b.x
4884
        local d = b.y - 2
4885
        local e = b.z
4886
        for i = 1,1 do
4887
        local A_1 = "God Hut"
4888
        local A_2 = CFrame.new(c, d, e, 1, 0, 0, 0, 1, -5.56028681e-08, 0, -5.56028681e-08, 1)
4889
        local A_3 = 0
4890
            Event:FireServer(A_1, A_2, A_3)
4891
        end end end)
4892
end)
4893
 
4894
AutoPickUp.MouseButton1Click:connect(function()
4895
local Objects;
4896
local Pickup = function(Character)
4897
    local myPos = Character.HumanoidRootPart.Position
4898
    local Objects = {}
4899
    for i,v in pairs(workspace:GetChildren()) do
4900
        if v:FindFirstChild("Pickup") ~= nil and v.ClassName == "Part" then
4901
            local Pos = v.Position
4902
            local Distance = (myPos - Pos).magnitude
4903
            if Distance < 40 then
4904
                table.insert(Objects, v)
4905
            end
4906
            elseif v:FindFirstChild("Pickup") ~= nil and v:FindFirstChild("Part") ~= nil and v.Part.ClassName == "Part" then
4907
            local Pos = v.Part.Position
4908
            local Distance = (myPos - Pos).magnitude
4909
            if Distance < 40 then
4910
                table.insert(Objects, v)
4911
            end
4912
             elseif v:FindFirstChild("Pickup") ~= nil and v.ClassName == "UnionOperation" then
4913
             local Pos = v.Position
4914
            local Distance = (myPos - Pos).magnitude
4915
            if Distance < 40 then
4916
                table.insert(Objects, v)
4917
            end
4918
        end
4919
    end
4920
    for i,v in pairs(Objects) do
4921
    for i=1,10 do
4922
    v.Position = myPos
4923
    game:GetService("ReplicatedStorage").Events.Pickup:FireServer(v)
4924
    end
4925
    end
4926
end
4927
wait(1)
4928
local mouse = game:GetService("Players").LocalPlayer:GetMouse()
4929
 
4930
mouse.KeyDown:connect(function(key)
4931
    if key == AutoPickUpBind.Text then
4932
print'AutoPicked-up YEET'
4933
Pickup(game.Players.LocalPlayer.Character)
4934
end
4935
end)
4936
end)
4937
 
4938
local plr = game:GetService("Players").LocalPlayer
4939
local char = plr.Character
4940
local mouse = game:GetService("Players").LocalPlayer:GetMouse()
4941
local hum = char:FindFirstChild("HumanoidRootPart")
4942
 
4943
--SpeedVariables
4944
local plr = game:GetService("Players").LocalPlayer
4945
local char = plr.Character
4946
local mouse = game:GetService("Players").LocalPlayer:GetMouse()
4947
local hum = char:FindFirstChild("HumanoidRootPart")
4948
--yeet
4949
Speed.MouseButton1Down:connect(function()
4950
    local plr = game:GetService("Players").LocalPlayer
4951
    local char = plr.Character
4952
    local mouse = game:GetService("Players").LocalPlayer:GetMouse()
4953
    local hum = char:FindFirstChild("HumanoidRootPart")
4954
    mouse.KeyDown:connect(function(key)
4955
        if key == SpeedBind.Text then
4956
            loop = true
4957
            while loop do
4958
                hum.CFrame = hum.CFrame + hum.CFrame.lookVector * 3
4959
                wait()
4960
            end
4961
            end
4962
            end)
4963
    end)
4964
   
4965
    mouse.KeyUp:connect(function(key)
4966
        if key == SpeedBind.Text then
4967
            loop = false
4968
        end
4969
end)
4970
 
4971
AutoBreak.MouseButton1Click:connect(function()
4972
local mouse = game:GetService("Players").LocalPlayer:GetMouse()
4973
local breaking=false
4974
mouse.KeyDown:connect(function(key)
4975
    if key == Breakkey.Text then
4976
        breaking = true
4977
        while breaking and wait(0.1) do
4978
local part = game:GetService("Players").LocalPlayer:GetMouse().Target
4979
local one = game:GetService("ReplicatedStorage").RelativeTime.Value
4980
local two = {part,part,part,part}
4981
game:GetService("ReplicatedStorage").Events.SwingTool:FireServer(one, two)
4982
        end
4983
        end
4984
end)
4985
mouse.KeyUp:connect(function(key)
4986
    if key == Breakkey.Text then
4987
        breaking = false
4988
    end
4989
    end)
4990
end)
4991
 
4992
RevizV2.MouseButton1Click:connect(function()
4993
    loadstring(game:HttpGet("https://pastebin.com/raw/8zh7FiHv"))()
4994
end)
4995
 
4996
RemoveRainbtn.MouseButton1Click:Connect(function()
4997
            if workspace:FindFirstChild('RainPart') ~= nil then
4998
                workspace.RainPart:Destroy()
4999
                game.ReplicatedStorage.Sounds.Nature.Rain:Stop()
5000
                game.ReplicatedStorage.Sounds.Nature.Thunder:Stop()
5001
                game.Lighting.Rain:Destroy()
5002
                game.ReplicatedStorage.Skies.Shine:Clone().Parent = game.Lighting
5003
            end
5004
end)
5005
 
5006
TpSpambtn.MouseButton1Down:connect(function()
5007
for i,v in pairs(game:GetService("Players"):GetChildren()) do
5008
    if v.Name:lower():find(TpSpamPlayerNamekb.Text:lower()) then
5009
    if v.Name == "Infinity_Chest" or v.Name == "BlueBearTimx" then
5010
    print("Fools you cannot kill the devs")
5011
else
5012
        player = game.Players.LocalPlayer.Character
5013
        repeat
5014
        player.HumanoidRootPart.CFrame = v.Character.HumanoidRootPart.CFrame
5015
        wait(.001)
5016
        until v.Character.Humanoid.Health <= 0
5017
     end
5018
     end
5019
     end
5020
end)
5021
 
5022
Important = {Players = game:GetService("Players"), Workspace = game:GetService("Workspace"), CoreGui = game:GetService("CoreGui")}
5023
 
5024
local enabledesp = false
5025
 
5026
function CreateESP(plr)
5027
   
5028
    if plr ~= nil then
5029
       
5030
        local GetChar = plr.Character
5031
        if not GetChar then return end
5032
       
5033
        local GetHead do
5034
           
5035
            repeat wait() until GetChar:FindFirstChild("Head")
5036
           
5037
        end
5038
        GetHead = GetChar.Head        
5039
       
5040
        local bb = Instance.new("BillboardGui", Important.CoreGui)
5041
        bb.Adornee = GetHead
5042
        bb.ExtentsOffset = Vector3.new(0, 1, 0)
5043
        bb.AlwaysOnTop = true
5044
        bb.Size = UDim2.new(0, 5, 0, 5)
5045
        bb.StudsOffset = Vector3.new(0, 3, 0)
5046
        bb.Name = "ESP_PLAYER_" .. plr.Name
5047
 
5048
        local displayframe = Instance.new("Frame", bb)
5049
        displayframe.ZIndex = 10
5050
        displayframe.BackgroundTransparency = 1
5051
        displayframe.Size = UDim2.new(1,0,1,0)
5052
       
5053
        local name = Instance.new("TextLabel", displayframe)
5054
        name.Name = "Name"
5055
        name.ZIndex = 10
5056
        name.Text = plr.Name
5057
        name.Visible = true
5058
        name.TextColor3 = Color3.new(170,0,0)
5059
        name.BackgroundTransparency = 1
5060
        name.Size = UDim2.new(1,0,10,0)
5061
        name.Font = Enum.Font.SourceSansLight
5062
        name.TextSize = 20
5063
        name.TextStrokeTransparency = .5
5064
       
5065
    end
5066
   
5067
end
5068
 
5069
ESPbtn.MouseButton1Click:Connect(function()
5070
    for i,v in pairs(Important.Players:GetChildren()) do
5071
       
5072
        CreateESP(v)      
5073
    end
5074
end)
5075
 
5076
DropAllItemsbtn.MouseButton1Click:Connect(function()
5077
 
5078
Player = game.Players.LocalPlayer
5079
Mouse = Player:GetMouse()
5080
 
5081
function PressedE(key)
5082
    Key = key:lower()
5083
    if Key == DropAllItemskb.Text then
5084
    for i=1, 100 do
5085
game.ReplicatedStorage.Events.DropBagItem:FireServer(DropAllItemsItemNamekb.Text)
5086
end
5087
end
5088
end
5089
Mouse.KeyDown:connect(PressedE)
5090
end)
5091
 
5092
 
5093
RemoveAllEffectsbtn.MouseButton1Click:Connect(function()
5094
game.Lighting.FogEnd = 1200000
5095
game.Lighting.Brightness = 3
5096
game.Lighting.GlobalShadows = false
5097
end)
5098
 
5099
VoidTpbtn.MouseButton1Click:Connect(function()
5100
game:GetService("TeleportService"):Teleport(2021740958)
5101
print('VoidTP Credits: Flareo!')
5102
end)
5103
 
5104
AutoEatbtn.MouseButton1Click:Connect(function()
5105
if game.PlaceId == 1262182609 or game.PlaceId == 2021740958 then
5106
local lol = 1
5107
local plr = game:GetService("Players").LocalPlayer
5108
local mouse = plr:GetMouse()
5109
mouse.KeyDown:connect(function(key)
5110
    if key == AutoEatkb.Text then
5111
    lol = 0
5112
    while lol == 0 do
5113
    wait()
5114
local Event = game:GetService("ReplicatedStorage").Events.UseBagItem
5115
    Event:FireServer(AutoEatFoodNamekb.Text)
5116
    Event:FireServer(AutoEatFoodNamekb.Text)
5117
    Event:FireServer(AutoEatFoodNamekb.Text)
5118
end end end)
5119
local plr = game:GetService("Players").LocalPlayer
5120
local mouse = plr:GetMouse()
5121
mouse.KeyUp:connect(function(key)
5122
    if key == AutoEatkb.Text then
5123
    lol = 1
5124
end end) end
5125
end)
5126
AutoCampfirebtn.MouseButton1Click:Connect(function()
5127
local Fires = 1
5128
local Event = game:GetService("ReplicatedStorage").Events.PlaceStructure
5129
h = game.Players.LocalPlayer.Character.LowerTorso.Position
5130
local c = h.x + 5
5131
local d = h.y - 2
5132
local e = h.z
5133
local j = h.x
5134
local k = h.y - 2
5135
local l = h.z
5136
local aa = h.x - 5
5137
local bb = h.y - 2
5138
local cc = h.z
5139
local aaa = h.x
5140
local bbb = h.y - 2
5141
local ccc = h.z + 5
5142
local aaaa = h.x
5143
local bbbb = h.y - 2
5144
local cccc = h.z - 5
5145
for i = 1,1 do
5146
local C_1 = "Chest"
5147
local C_2 = CFrame.new(j, k, l, 1, 0, 0, 0, 1, -5.56028681e-08, 0, -5.56028681e-08, 1)
5148
local C_3 = 0
5149
Event:FireServer(C_1, C_2, C_3)
5150
end
5151
for i = 1,Fires do
5152
local A_1 = "Campfire"
5153
local A_2 = CFrame.new(c, d, e, 1, 0, 0, 0, 1, -5.56028681e-08, 0, -5.56028681e-08, 1)
5154
local A_3 = 0
5155
Event:FireServer(A_1, A_2, A_3)
5156
end
5157
for i = 1,Fires do
5158
local B_1 = "Campfire"
5159
local B_2 = CFrame.new(aa, bb, cc, 1, 0, 0, 0, 1, -5.56028681e-08, 0, -5.56028681e-08, 1)
5160
local B_3 = 0
5161
Event:FireServer(B_1, B_2, B_3)
5162
end
5163
for i = 1,Fires do
5164
local D_1 = "Campfire"
5165
local D_2 = CFrame.new(aaa, bbb, ccc, 1, 0, 0, 0, 1, -5.56028681e-08, 0, -5.56028681e-08, 1)
5166
local D_3 = 0
5167
Event:FireServer(D_1, D_2, D_3)
5168
end
5169
for i = 1,Fires do
5170
local E_1 = "Campfire"
5171
local E_2 = CFrame.new(aaaa, bbbb, cccc, 1, 0, 0, 0, 1, -5.56028681e-08, 0, -5.56028681e-08, 1)
5172
local E_3 = 0
5173
Event:FireServer(E_1, E_2, E_3)
5174
end
5175
    end)
5176
 
5177
AutoWallTrapbtn.MouseButton1Click:Connect(function()
5178
local Event = game:GetService("ReplicatedStorage").Events.PlaceStructure
5179
h = game.Players.LocalPlayer.Character.LowerTorso.Position
5180
local aa = h.x + 13
5181
local bb = h.y - 2
5182
local cc = h.z
5183
local aaa = h.x - 13
5184
local bbb = h.y - 2
5185
local ccc = h.z
5186
local aaaa = h.x
5187
local bbbb = h.y - 2
5188
local cccc = h.z + 13
5189
local aaaaa = h.x
5190
local bbbbb = h.y - 2
5191
local ccccc = h.z - 13
5192
local k_1 = "Stone Wall"
5193
local k_2 = CFrame.new(aaaa, bbbb, cccc, -0.99862951, 9.53660761e-12, 0.0523360483, -9.54969524e-12, 1, 2.71050543e-20, -0.0523360483, 4.99793241e-13, -0.99862951)
5194
local k_3 = 177
5195
local Event = game:GetService("ReplicatedStorage").Events.PlaceStructure
5196
Event:FireServer(k_1, k_2, k_3)
5197
local l_1 = "Stone Wall"
5198
local l_2 = CFrame.new(aaaaa, bbbbb, ccccc, -0.99862951, 9.53660761e-12, 0.0523360483, -9.54969524e-12, 1, 2.71050543e-20, -0.0523360483, 4.99793241e-13, -0.99862951)
5199
local l_3 = 177
5200
local Event = game:GetService("ReplicatedStorage").Events.PlaceStructure
5201
Event:FireServer(l_1, l_2, l_3)
5202
local m_1 = "Stone Wall"
5203
local m_2 = CFrame.new(aaa, bbb, ccc, 1.19248806e-08, 3.87430191e-06, -1, 4.62005888e-14, 1, -3.87430191e-06, 1, 0, 1.19248806e-08)
5204
local m_3 = 270
5205
local Event = game:GetService("ReplicatedStorage").Events.PlaceStructure
5206
Event:FireServer(m_1, m_2, m_3)
5207
local n_1 = "Stone Wall"
5208
local n_2 = CFrame.new(aa, bb, cc, 1.19248806e-08, 3.87430191e-06, -1, 4.62005888e-14, 1, -3.87430191e-06, 1, 0, 1.19248806e-08)
5209
local n_3 = 270
5210
local Event = game:GetService("ReplicatedStorage").Events.PlaceStructure
5211
Event:FireServer(n_1, n_2, n_3)
5212
    end)
5213
end)
5214
end)