· 6 years ago · Oct 19, 2019, 08:40 PM
1PASTEBIN
2new paste
3API tools faq deals
4
5
6
7Guest User
8-
9
10Public Pastes
11$ PTFODM 909744 $
121 sec ago
13oboithatsqlsauce
145 sec ago
15gui by ixploits
1620 sec ago
17Untitled
1821 sec ago
19bonjour :)
2023 sec ago
21Untitled
2227 sec ago
23Untitled
2428 sec ago
25testefila.c
2632 sec ago
27
28
29
30SHARE
31TWEET
32
33BunHub 1.5 Fixed
34 a guest Mar 23rd, 2019 71,507 Never
35
36
37
38Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
39rawdownloadcloneembedreportprint
40text 307.93 KB
41-- Version:1.5
42-- Username "BunHacks" Password "BunHacks"
43print("Username BunHacks Password BunHacks")
44-- Instances:
45local ScreenGui = Instance.new("ScreenGui")
46local Login = Instance.new("Frame")
47local Bar1 = Instance.new("Frame")
48local Bar2 = Instance.new("Frame")
49local LoginTitle = Instance.new("TextLabel")
50local UsernameLabel = Instance.new("TextLabel")
51local UserBox = Instance.new("TextBox")
52local PasswordLabel = Instance.new("TextLabel")
53local PassBox = Instance.new("TextBox")
54local DiscordHelp = Instance.new("TextLabel")
55local Confirm = Instance.new("TextButton")
56local LoginExitButton = Instance.new("TextButton")
57local BunHub = Instance.new("Frame")
58local BunHubBackground = Instance.new("ImageLabel")
59local BunHubTitle = Instance.new("TextLabel")
60local Enjoy = Instance.new("TextLabel")
61local Onyx = Instance.new("TextButton")
62local BoogaFucker = Instance.new("TextButton")
63local Admin = Instance.new("TextButton")
64local BoogaBitchesV2 = Instance.new("TextButton")
65local BoogaKicker = Instance.new("TextButton")
66local ETeleport = Instance.new("TextButton")
67local InfiniteJump = Instance.new("TextButton")
68local BoogaHubV2 = Instance.new("TextButton")
69local ExitButton = Instance.new("TextButton")
70local Admin_2 = Instance.new("TextButton")
71--Properties:
72ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
73
74Login.Name = "Login"
75Login.Parent = ScreenGui
76Login.Active = true
77Login.BackgroundColor3 = Color3.new(255, 255, 255)
78Login.BorderColor3 = Color3.new(0.207843, 0, 0.041176)
79Login.BorderSizePixel = 1
80Login.Position = UDim2.new(0.0686319992, 0, 0.0367775895, 0)
81Login.Size = UDim2.new(0, 469,0, 470)
82Login.Draggable = true
83
84
85LoginTitle.Name = "LoginTitle"
86LoginTitle.Parent = Login
87LoginTitle.BackgroundColor3 = Color3.new(0, 0, 0)
88LoginTitle.BorderSizePixel = 0
89LoginTitle.Size = UDim2.new(0, 469,0, 32)
90LoginTitle.Font = Enum.Font.SciFi
91LoginTitle.Text = "Bun Hub Login"
92LoginTitle.TextColor3 = Color3.new(255, 255, 255)
93LoginTitle.TextScaled = false
94LoginTitle.TextSize = 40
95LoginTitle.TextWrapped = false
96
97
98UsernameLabel.Name = "UsernameLabel"
99UsernameLabel.Parent = Login
100UsernameLabel.BackgroundColor3 = Color3.new(0, 0, 0)
101UsernameLabel.BorderSizePixel = 0
102UsernameLabel.Position = UDim2.new(0.113, 0,0.294, 0)
103UsernameLabel.Size = UDim2.new(0, 363,0, 23)
104UsernameLabel.Font = Enum.Font.SciFi
105UsernameLabel.Text = "Username"
106UsernameLabel.TextColor3 = Color3.new(0, 0, 0)
107UsernameLabel.TextScaled = true
108UsernameLabel.TextSize = 14
109UsernameLabel.TextWrapped = true
110UsernameLabel.BackgroundTransparency = 1
111
112UserBox.Name = "UserBox"
113UserBox.Parent = Login
114UserBox.BackgroundColor3 = Color3.new(0, 0, 0)
115UserBox.BorderSizePixel = 0
116UserBox.Position = UDim2.new(0.172, 0,0.356, 0)
117UserBox.Size = UDim2.new(0, 307,0, 35)
118UserBox.Font = Enum.Font.SciFi
119UserBox.Text = "Username"
120UserBox.TextColor3 = Color3.new(255, 255, 255)
121UserBox.TextScaled = true
122UserBox.TextSize = 14
123UserBox.TextWrapped = true
124
125PasswordLabel.Name = "PasswordLabel"
126PasswordLabel.Parent = Login
127PasswordLabel.BackgroundColor3 = Color3.new(0, 0, 0)
128PasswordLabel.BorderSizePixel = 0
129PasswordLabel.Position = UDim2.new(0.113, 0,0.56, 0)
130PasswordLabel.Size = UDim2.new(0, 363,0, 23)
131PasswordLabel.Font = Enum.Font.SciFi
132PasswordLabel.Text = "Password"
133PasswordLabel.TextColor3 = Color3.new(0, 0, 0)
134PasswordLabel.TextScaled = true
135PasswordLabel.TextSize = 14
136PasswordLabel.TextWrapped = true
137PasswordLabel.BackgroundTransparency = 1
138
139PassBox.Name = "PassBox"
140PassBox.Parent = Login
141PassBox.BackgroundColor3 = Color3.new(0, 0, 0)
142PassBox.BorderSizePixel = 0
143PassBox.Position = UDim2.new(0.172, 0,0.625, 0)
144PassBox.Size = UDim2.new(0, 307,0, 35)
145PassBox.Font = Enum.Font.SciFi
146PassBox.Text = "Password"
147PassBox.TextColor3 = Color3.new(255, 255, 255)
148PassBox.TextScaled = true
149PassBox.TextSize = 14
150PassBox.TextWrapped = true
151
152Confirm.Name = "Confirm"
153Confirm.Parent = Login
154Confirm.BackgroundColor3 = Color3.new(0, 0, 0)
155Confirm.BorderSizePixel = 0
156Confirm.Position = UDim2.new(0.034, 0,0.872, 0)
157Confirm.Size = UDim2.new(0, 174,0, 38)
158Confirm.Font = Enum.Font.SciFi
159Confirm.Text = "Confirm"
160Confirm.TextColor3 = Color3.new(255, 255, 255)
161Confirm.TextScaled = true
162Confirm.TextSize = 14
163Confirm.TextWrapped = true
164
165DiscordHelp.Name = "DiscordHelp"
166DiscordHelp.Parent = Login
167DiscordHelp.BackgroundColor3 = Color3.new(255, 255, 255)
168DiscordHelp.BorderSizePixel = 0
169DiscordHelp.Position = UDim2.new(0.113, 0,0.13, 0)
170DiscordHelp.Size = UDim2.new(0, 363,0, 50)
171DiscordHelp.Font = Enum.Font.SciFi
172DiscordHelp.Text = "If you want help go to my discord group CODE:2SQgfDo"
173DiscordHelp.TextColor3 = Color3.new(0, 0, 0)
174DiscordHelp.TextScaled = true
175DiscordHelp.TextSize = 14
176DiscordHelp.TextWrapped = true
177DiscordHelp.BackgroundTransparency = 1
178
179LoginExitButton.Name = "LoginExitButton"
180LoginExitButton.Parent = Login
181LoginExitButton.BackgroundColor3 = Color3.new(0, 0, 0)
182LoginExitButton.BorderColor3 = Color3.new(0.639216, 0, 0.223529)
183LoginExitButton.BorderSizePixel = 0
184LoginExitButton.Position = UDim2.new(0.573, 0,0.872, 0)
185LoginExitButton.Size = UDim2.new(0, 185,0, 38)
186LoginExitButton.Font = Enum.Font.SciFi
187LoginExitButton.Text = "Cancel"
188LoginExitButton.TextColor3 = Color3.new(255, 255, 255)
189LoginExitButton.TextScaled = true
190LoginExitButton.TextSize = 14
191
192BunHub.Name = "BunHub"
193BunHub.Parent = ScreenGui
194BunHub.Active = true
195BunHub.BackgroundColor3 = Color3.new(0, 0, 0)
196BunHub.BorderColor3 = Color3.new(0, 0, 0)
197BunHub.BorderSizePixel = 1
198BunHub.Position = UDim2.new(0.11372304, 0, 0.0770577937)
199BunHub.Size = UDim2.new(0, 800, 0, 400)
200BunHub.BackgroundTransparency = 0.2
201BunHub.Visible = false
202BunHub.Draggable = true
203
204
205BunHubBackground.Name = "BunHub"
206BunHubBackground.Parent = ScreenGui
207BunHubBackground.Active = true
208BunHubBackground.BackgroundColor3 = Color3.new(0, 0, 0)
209BunHubBackground.BorderColor3 = Color3.new(0, 0, 0)
210BunHubBackground.BorderSizePixel = 1
211BunHubBackground.Position = UDim2.new(0.11372304, 0, 0.0770577937)
212BunHubBackground.Size = UDim2.new(0, 800, 0, 400)
213BunHubBackground.BackgroundTransparency = 0.2
214BunHubBackground.Visible = false
215BunHubBackground.Image = ("xassetid://2874346338")
216
217BunHubTitle.Name = "BunHub Title"
218BunHubTitle.Parent = BunHub
219BunHubTitle.BackgroundColor3 = Color3.new(255, 255, 255)
220BunHubTitle.BorderSizePixel = 0
221BunHubTitle.Position = UDim2.new(0, 0, -0.00682593836, 0)
222BunHubTitle.Size = UDim2.new(0, 800,0, 37)
223BunHubTitle.Font = Enum.Font.SciFi
224BunHubTitle.Text = "Bun Hub"
225BunHubTitle.TextColor3 = Color3.new(0, 0, 0)
226BunHubTitle.TextScaled = true
227BunHubTitle.TextSize = 14
228BunHubTitle.TextWrapped = true
229
230Enjoy.Name = "Enjoy"
231Enjoy.Parent = BunHub
232Enjoy.BackgroundColor3 = Color3.new(255, 255, 255)
233Enjoy.BorderSizePixel = 0
234Enjoy.Position = UDim2.new(0, 0,0.908, 0)
235Enjoy.Size = UDim2.new(0, 800,0, 37)
236Enjoy.Font = Enum.Font.SciFi
237Enjoy.Text = "If you enojy Subscribe & leave a like!"
238Enjoy.TextColor3 = Color3.new(0, 0, 0)
239Enjoy.TextScaled = true
240Enjoy.TextSize = 14
241Enjoy.TextWrapped = true
242
243Onyx.Name = "Onyx"
244Onyx.Parent = BunHub
245Onyx.BackgroundColor3 = Color3.new(255, 255, 255)
246Onyx.BorderSizePixel = 0
247Onyx.Position = UDim2.new(0.053, 0,0.127, 0)
248Onyx.Size = UDim2.new(0, 303,0, 55)
249Onyx.Font = Enum.Font.SciFi
250Onyx.Text = "Onyx Hub"
251Onyx.TextColor3 = Color3.new(0, 0, 0)
252Onyx.TextScaled = true
253Onyx.TextSize = 14
254Onyx.TextWrapped = true
255
256BoogaFucker.Name = "Booga Fucker"
257BoogaFucker.Parent = BunHub
258BoogaFucker.BackgroundColor3 = Color3.new(255, 255, 255)
259BoogaFucker.BorderSizePixel = 0
260BoogaFucker.Position = UDim2.new(0.053, 0,0.33, 0)
261BoogaFucker.Size = UDim2.new(0, 303,0, 55)
262BoogaFucker.Font = Enum.Font.SciFi
263BoogaFucker.Text = "Booga Fucker"
264BoogaFucker.TextColor3 = Color3.new(0, 0, 0)
265BoogaFucker.TextScaled = true
266BoogaFucker.TextSize = 14
267BoogaFucker.TextWrapped = true
268
269Admin.Name = "Admin"
270Admin.Parent = BunHub
271Admin.BackgroundColor3 = Color3.new(255, 255, 255)
272Admin.BorderSizePixel = 0
273Admin.Position = UDim2.new(0.053, 0,0.53, 0)
274Admin.Size = UDim2.new(0, 303, 0, 55)
275Admin.Font = Enum.Font.SciFi
276Admin.Text = "Admin Script"
277Admin.TextColor3 = Color3.new(0, 0, 0)
278Admin.TextScaled = true
279Admin.TextSize = 14
280Admin.TextWrapped = true
281
282BoogaBitchesV2.Name = "BoogaBitchesV2"
283BoogaBitchesV2.Parent = BunHub
284BoogaBitchesV2.BackgroundColor3 = Color3.new(255, 255, 255)
285BoogaBitchesV2.BorderSizePixel = 0
286BoogaBitchesV2.Position = UDim2.new(0.053, 0,0.732, 0)
287BoogaBitchesV2.Size = UDim2.new(0, 303, 0, 55)
288BoogaBitchesV2.Font = Enum.Font.SciFi
289BoogaBitchesV2.Text = "Booga Bitches V2"
290BoogaBitchesV2.TextColor3 = Color3.new(0, 0, 0)
291BoogaBitchesV2.TextScaled = true
292BoogaBitchesV2.TextSize = 14
293BoogaBitchesV2.TextWrapped = true
294
295BoogaKicker.Name = "BoogaKicker"
296BoogaKicker.Parent = BunHub
297BoogaKicker.BackgroundColor3 = Color3.new(255, 255, 255)
298BoogaKicker.BorderSizePixel = 0
299BoogaKicker.Position = UDim2.new(0.57, 0,0.127, 0)
300BoogaKicker.Size = UDim2.new(0, 303,0, 55)
301BoogaKicker.Font = Enum.Font.SciFi
302BoogaKicker.Text = "Booga BV1"
303BoogaKicker.TextColor3 = Color3.new(0, 0, 0)
304BoogaKicker.TextScaled = true
305BoogaKicker.TextSize = 14
306BoogaKicker.TextWrapped = true
307
308ETeleport.Name = "ETeleport"
309ETeleport.Parent = BunHub
310ETeleport.BackgroundColor3 = Color3.new(255, 255, 255)
311ETeleport.BorderSizePixel = 0
312ETeleport.Position = UDim2.new(0.57, 0,0.33, 0)
313ETeleport.Size = UDim2.new(0, 303,0, 55)
314ETeleport.Font = Enum.Font.SciFi
315ETeleport.Text = "E Teleport"
316ETeleport.TextColor3 = Color3.new(0, 0, 0)
317ETeleport.TextScaled = true
318ETeleport.TextSize = 14
319ETeleport.TextWrapped = true
320
321InfiniteJump.Name = "InfiniteJump"
322InfiniteJump.Parent = BunHub
323InfiniteJump.BackgroundColor3 = Color3.new(255, 255, 255)
324InfiniteJump.BorderSizePixel = 0
325InfiniteJump.Position = UDim2.new(0.57, 0,0.532, 0)
326InfiniteJump.Size = UDim2.new(0, 303,0, 55)
327InfiniteJump.Font = Enum.Font.SciFi
328InfiniteJump.Text = "Inifinty Jump"
329InfiniteJump.TextColor3 = Color3.new(0, 0, 0)
330InfiniteJump.TextScaled = true
331InfiniteJump.TextSize = 14
332InfiniteJump.TextWrapped = true
333
334BoogaHubV2.Name = "BoogaHubV2"
335BoogaHubV2.Parent = BunHub
336BoogaHubV2.BackgroundColor3 = Color3.new(255, 255, 255)
337BoogaHubV2.BorderSizePixel = 0
338BoogaHubV2.Position = UDim2.new(0.57, 0,0.732, 0)
339BoogaHubV2.Size = UDim2.new(0, 303,0, 55)
340BoogaHubV2.Font = Enum.Font.SciFi
341BoogaHubV2.Text = "Booga Hub"
342BoogaHubV2.TextColor3 = Color3.new(0, 0, 0)
343BoogaHubV2.TextScaled = true
344BoogaHubV2.TextSize = 14
345BoogaHubV2.TextWrapped = true
346
347ExitButton.Name = "ExitButton"
348ExitButton.Parent = BunHub
349ExitButton.BackgroundColor3 = Color3.new(255, 255, 255)
350ExitButton.BorderColor3 = Color3.new(0.639216, 0, 0.223529)
351ExitButton.BorderSizePixel = 0
352ExitButton.Position = UDim2.new(0.949004804, 0, -0.00556795833, 0)
353ExitButton.Size = UDim2.new(0, 40, 0, 37)
354ExitButton.Font = Enum.Font.SciFi
355ExitButton.Text = "X"
356ExitButton.TextColor3 = Color3.new(0, 0, 0)
357ExitButton.TextScaled = true
358ExitButton.TextSize = 14
359ExitButton.TextWrapped = true
360
361Admin_2.Name = "Admin"
362Admin_2.Parent = ScreenGui
363Admin_2.BackgroundColor3 = Color3.new(255, 255, 255)
364Admin_2.BorderSizePixel = 0
365Admin_2.Position = UDim2.new(0.59101667, 0, 0.0035696578, 0)
366Admin_2.Size = UDim2.new(0, 200, 0, 50)
367Admin_2.Visible = false
368Admin_2.Font = Enum.Font.SciFi
369Admin_2.Text = "Open"
370Admin_2.TextColor3 = Color3.new(0, 0, 0)
371Admin_2.TextScaled = true
372Admin_2.TextSize = 14
373Admin_2.TextWrapped = true
374-- Scripts:
375ExitButton.MouseButton1Down:connect(function()
376BunHub.Visible = false
377Admin_2.Visible = true
378end)
379
380
381Confirm.MouseButton1Down:connect(function()
382
383if UserBox.Text == "BunHacks" and PassBox.Text == "BunHacks" then
384
385BunHub.Visible = true
386Login.Visible = false
387end
388
389Admin_2.MouseButton1Down:connect(function()
390BunHub.Visible = true
391Admin_2.Visible = false
392end)
393
394LoginExitButton.MouseButton1Down:connect(function()
395Login.Visible = false
396end)
397
398
399
400BoogaFucker.MouseButton1Down:connect(function()
401-- Objects
402
403local BoogaFucker = Instance.new("ScreenGui")
404local BoogaFuckerPackageFrame = Instance.new("Frame")
405local MainFrame = Instance.new("Frame")
406local Brandname = Instance.new("TextLabel")
407local Border = Instance.new("ImageLabel")
408local Border_2 = Instance.new("ImageLabel")
409local Border_3 = Instance.new("ImageLabel")
410local Border_4 = Instance.new("ImageLabel")
411local Border_5 = Instance.new("ImageLabel")
412local Border_6 = Instance.new("ImageLabel")
413local Border_7 = Instance.new("ImageLabel")
414local Border_8 = Instance.new("ImageLabel")
415local BackGround = Instance.new("Frame")
416local Border_9 = Instance.new("Frame")
417local ShadowBrandName = Instance.new("TextLabel")
418local KeyBindsMain = Instance.new("Frame")
419local Border_10 = Instance.new("ImageLabel")
420local Border_11 = Instance.new("ImageLabel")
421local Border_12 = Instance.new("ImageLabel")
422local Border_13 = Instance.new("ImageLabel")
423local Border_14 = Instance.new("ImageLabel")
424local SpeedInstaDestroytext = Instance.new("TextLabel")
425local Speedkeybindtextbox = Instance.new("TextBox")
426local Keybindsname = Instance.new("TextLabel")
427local ShadowKeybindsname = Instance.new("TextLabel")
428local Dropallitemstext = Instance.new("TextLabel")
429local Dropallitemskeybindtextbox = Instance.new("TextBox")
430local Redtheme = Instance.new("TextButton")
431local Pinktheme = Instance.new("TextButton")
432local Bluetheme = Instance.new("TextButton")
433local Autopickuptext = Instance.new("TextLabel")
434local Dropallitemskeybindtextbox_2 = Instance.new("TextBox")
435local Speed = Instance.new("TextButton")
436local TextButton = Instance.new("Frame")
437local CreditsMain = Instance.new("Frame")
438local Border_15 = Instance.new("ImageLabel")
439local Border_16 = Instance.new("ImageLabel")
440local Border_17 = Instance.new("ImageLabel")
441local Border_18 = Instance.new("ImageLabel")
442local Border_19 = Instance.new("ImageLabel")
443local Speedchangetext = Instance.new("TextLabel")
444local Changespeedtextbox = Instance.new("TextBox")
445local JumpPower = Instance.new("TextButton")
446local TextButtonnoyou = Instance.new("Frame")
447local JumpPowernumber = Instance.new("TextBox")
448local Dropallitemstext_2 = Instance.new("TextButton")
449local TextButtonyougey = Instance.new("Frame")
450local Dropallinventorynumber = Instance.new("TextBox")
451local KeybindsOpenClose = Instance.new("TextButton")
452local InfiniteJump = Instance.new("TextButton")
453local TextButton_2 = Instance.new("Frame")
454local CreditsOpenClose = Instance.new("TextButton")
455local esptrack = Instance.new("TextButton")
456local TextButtonEsp = Instance.new("Frame")
457local Removealleffects = Instance.new("TextButton")
458local TextButtonRAE = Instance.new("Frame")
459local AutoPickup = Instance.new("TextButton")
460local TextButtonAP = Instance.new("Frame")
461local StartFrame = Instance.new("Frame")
462local StartHeaderBorder = Instance.new("Frame")
463local StartFooterBorder = Instance.new("Frame")
464local StartName = Instance.new("TextLabel")
465local FREEbutton = Instance.new("TextButton")
466local PREMIUMbutton = Instance.new("TextButton")
467local StartMidBorder = Instance.new("Frame")
468local StartRightBorder = Instance.new("Frame")
469local StartLeftBorder = Instance.new("Frame")
470local StartFreeText = Instance.new("TextLabel")
471local StartPremiumText = Instance.new("TextLabel")
472local StartName_2 = Instance.new("TextLabel")
473local LoginFrame = Instance.new("Frame")
474local LoginHeaderBorder = Instance.new("Frame")
475local LoginFooterBorder = Instance.new("Frame")
476local LoginName = Instance.new("TextLabel")
477local LoginConfirm = Instance.new("TextButton")
478local LoginRightBorder = Instance.new("Frame")
479local LoginLeftBorder = Instance.new("Frame")
480local LoginBackButton = Instance.new("TextButton")
481local LoginUser = Instance.new("TextBox")
482local LoginPass = Instance.new("TextBox")
483local KeyBind = Instance.new("Frame")
484local KeyBindFinishStartupButton = Instance.new("TextButton")
485local KeyBindHeather = Instance.new("Frame")
486local KeyBindStartupTextBox = Instance.new("TextBox")
487local KeyBindSetupText = Instance.new("TextLabel")
488local KeyBindName = Instance.new("TextLabel")
489
490-- Properties
491
492BoogaFucker.Name = "BoogaFucker"
493BoogaFucker.Parent = game.CoreGui
494
495BoogaFuckerPackageFrame.Name = "BoogaFucker PackageFrame"
496BoogaFuckerPackageFrame.Parent = BoogaFucker
497BoogaFuckerPackageFrame.Active = true
498BoogaFuckerPackageFrame.BackgroundColor3 = Color3.new(1, 1, 0.921569)
499BoogaFuckerPackageFrame.BackgroundTransparency = 1
500BoogaFuckerPackageFrame.BorderSizePixel = 0
501BoogaFuckerPackageFrame.Position = UDim2.new(0.63731128, -275, 0.766912699, -150)
502BoogaFuckerPackageFrame.Selectable = true
503BoogaFuckerPackageFrame.Size = UDim2.new(0, 550, 0, 300)
504BoogaFuckerPackageFrame.ZIndex = 2
505BoogaFuckerPackageFrame.Draggable = true
506
507MainFrame.Name = "MainFrame"
508MainFrame.Parent = BoogaFuckerPackageFrame
509MainFrame.BackgroundColor3 = Color3.new(1, 1, 1)
510MainFrame.BackgroundTransparency = 1
511MainFrame.BorderSizePixel = 0
512MainFrame.NextSelectionLeft = Border_3
513MainFrame.Position = UDim2.new(0, 12, 0, 12)
514MainFrame.Size = UDim2.new(1, -24, 1, -24)
515
516Brandname.Name = "Brandname"
517Brandname.Parent = MainFrame
518Brandname.BackgroundColor3 = Color3.new(1, 1, 1)
519Brandname.BackgroundTransparency = 1
520Brandname.Position = UDim2.new(0.24809885, 0, -0.0217391308, 0)
521Brandname.Size = UDim2.new(0.503802299, 0, 0.177536234, 0)
522Brandname.ZIndex = 2
523Brandname.Font = Enum.Font.SourceSansBold
524Brandname.FontSize = Enum.FontSize.Size14
525Brandname.Text = "BoogaFucker"
526Brandname.TextColor3 = Color3.new(1, 1, 1)
527Brandname.TextScaled = true
528Brandname.TextSize = 14
529Brandname.TextStrokeTransparency = 0
530Brandname.TextWrapped = true
531
532Border.Name = "Border"
533Border.Parent = MainFrame
534Border.BackgroundColor3 = Color3.new(1, 1, 1)
535Border.BackgroundTransparency = 1
536Border.BorderSizePixel = 0
537Border.Position = UDim2.new(1, 0, 0, 0)
538Border.Size = UDim2.new(0, 12, 1, 0)
539Border.Image = "http://www.roblox.com/asset/?id=238725003"
540Border.ImageColor3 = Color3.new(0.392157, 0.392157, 0.392157)
541Border.ImageRectOffset = Vector2.new(24, 12)
542Border.ImageRectSize = Vector2.new(12, 12)
543
544Border_2.Name = "Border"
545Border_2.Parent = MainFrame
546Border_2.BackgroundColor3 = Color3.new(1, 1, 1)
547Border_2.BackgroundTransparency = 1
548Border_2.BorderSizePixel = 0
549Border_2.Position = UDim2.new(1, 0, 1, 0)
550Border_2.Size = UDim2.new(0, 12, 0, 12)
551Border_2.Image = "http://www.roblox.com/asset/?id=238725003"
552Border_2.ImageColor3 = Color3.new(0.392157, 0.392157, 0.392157)
553Border_2.ImageRectOffset = Vector2.new(24, 24)
554Border_2.ImageRectSize = Vector2.new(12, 12)
555
556Border_3.Name = "Border"
557Border_3.Parent = MainFrame
558Border_3.BackgroundColor3 = Color3.new(1, 1, 1)
559Border_3.BackgroundTransparency = 1
560Border_3.BorderSizePixel = 0
561Border_3.Position = UDim2.new(0, -12, 0, 0)
562Border_3.Size = UDim2.new(0, 12, 1, 0)
563Border_3.Image = "http://www.roblox.com/asset/?id=238725003"
564Border_3.ImageColor3 = Color3.new(0.392157, 0.392157, 0.392157)
565Border_3.ImageRectOffset = Vector2.new(0, 12)
566Border_3.ImageRectSize = Vector2.new(12, 12)
567
568Border_4.Name = "Border"
569Border_4.Parent = MainFrame
570Border_4.BackgroundColor3 = Color3.new(1, 1, 1)
571Border_4.BackgroundTransparency = 1
572Border_4.BorderSizePixel = 0
573Border_4.Position = UDim2.new(0, 0, 1, 0)
574Border_4.Size = UDim2.new(1, 0, 0, 12)
575Border_4.Image = "http://www.roblox.com/asset/?id=238725003"
576Border_4.ImageColor3 = Color3.new(0.392157, 0.392157, 0.392157)
577Border_4.ImageRectOffset = Vector2.new(12, 24)
578Border_4.ImageRectSize = Vector2.new(12, 12)
579
580Border_5.Name = "Border"
581Border_5.Parent = MainFrame
582Border_5.BackgroundColor3 = Color3.new(1, 1, 1)
583Border_5.BackgroundTransparency = 1
584Border_5.BorderSizePixel = 0
585Border_5.Position = UDim2.new(0, 0, 0, -12)
586Border_5.Size = UDim2.new(1, 0, 0, 12)
587Border_5.Image = "http://www.roblox.com/asset/?id=238725003"
588Border_5.ImageColor3 = Color3.new(0.392157, 0.392157, 0.392157)
589Border_5.ImageRectOffset = Vector2.new(12, 0)
590Border_5.ImageRectSize = Vector2.new(12, 12)
591
592Border_6.Name = "Border"
593Border_6.Parent = MainFrame
594Border_6.BackgroundColor3 = Color3.new(1, 1, 1)
595Border_6.BackgroundTransparency = 1
596Border_6.BorderSizePixel = 0
597Border_6.Position = UDim2.new(0, -12, 1, 0)
598Border_6.Size = UDim2.new(0, 12, 0, 12)
599Border_6.Image = "http://www.roblox.com/asset/?id=238725003"
600Border_6.ImageColor3 = Color3.new(0.392157, 0.392157, 0.392157)
601Border_6.ImageRectOffset = Vector2.new(0, 24)
602Border_6.ImageRectSize = Vector2.new(12, 12)
603
604Border_7.Name = "Border"
605Border_7.Parent = MainFrame
606Border_7.BackgroundColor3 = Color3.new(1, 1, 1)
607Border_7.BackgroundTransparency = 1
608Border_7.BorderSizePixel = 0
609Border_7.Position = UDim2.new(1, 0, 0, -12)
610Border_7.Size = UDim2.new(0, 12, 0, 12)
611Border_7.Image = "http://www.roblox.com/asset/?id=238725003"
612Border_7.ImageColor3 = Color3.new(0.392157, 0.392157, 0.392157)
613Border_7.ImageRectOffset = Vector2.new(24, 0)
614Border_7.ImageRectSize = Vector2.new(12, 12)
615
616Border_8.Name = "Border"
617Border_8.Parent = MainFrame
618Border_8.BackgroundColor3 = Color3.new(1, 1, 1)
619Border_8.BackgroundTransparency = 1
620Border_8.BorderSizePixel = 0
621Border_8.Position = UDim2.new(0, -12, 0, -12)
622Border_8.Size = UDim2.new(0, 12, 0, 12)
623Border_8.Image = "http://www.roblox.com/asset/?id=238725003"
624Border_8.ImageColor3 = Color3.new(0.392157, 0.392157, 0.392157)
625Border_8.ImageRectSize = Vector2.new(12, 12)
626
627BackGround.Name = "BackGround"
628BackGround.Parent = MainFrame
629BackGround.Active = true
630BackGround.BackgroundColor3 = Color3.new(0.129412, 0.129412, 0.129412)
631BackGround.BackgroundTransparency = 0.20000000298023
632BackGround.BorderSizePixel = 0
633BackGround.Size = UDim2.new(1, 0, 1, 0)
634
635Border_9.Name = "Border"
636Border_9.Parent = MainFrame
637Border_9.Active = true
638Border_9.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
639Border_9.BorderColor3 = Color3.new(0.129412, 0.129412, 0.129412)
640Border_9.BorderSizePixel = 0
641Border_9.Position = UDim2.new(0, 0, 0.155797094, 0)
642Border_9.Size = UDim2.new(1, 0, 0.0507246368, 0)
643
644ShadowBrandName.Name = "ShadowBrandName"
645ShadowBrandName.Parent = MainFrame
646ShadowBrandName.BackgroundColor3 = Color3.new(1, 1, 1)
647ShadowBrandName.BackgroundTransparency = 1
648ShadowBrandName.Position = UDim2.new(0.281368822, 0, -0.0434782617, 0)
649ShadowBrandName.Size = UDim2.new(0.437262356, 0, 0.19927536, 0)
650ShadowBrandName.Font = Enum.Font.SourceSansBold
651ShadowBrandName.FontSize = Enum.FontSize.Size14
652ShadowBrandName.Text = "BoogaFucker"
653ShadowBrandName.TextColor3 = Color3.new(0, 0, 0)
654ShadowBrandName.TextScaled = true
655ShadowBrandName.TextSize = 14
656ShadowBrandName.TextStrokeTransparency = 0
657ShadowBrandName.TextWrapped = true
658
659KeyBindsMain.Name = "KeyBindsMain"
660KeyBindsMain.Parent = MainFrame
661KeyBindsMain.Active = true
662KeyBindsMain.BackgroundColor3 = Color3.new(0.129412, 0.129412, 0.129412)
663KeyBindsMain.BackgroundTransparency = 0.20000000298023
664KeyBindsMain.BorderSizePixel = 0
665KeyBindsMain.Position = UDim2.new(-0.370722443, 0, 0, 0)
666KeyBindsMain.Size = UDim2.new(0.347908735, 0, 1, 0)
667
668Border_10.Name = "Border"
669Border_10.Parent = KeyBindsMain
670Border_10.BackgroundColor3 = Color3.new(1, 1, 1)
671Border_10.BackgroundTransparency = 1
672Border_10.BorderSizePixel = 0
673Border_10.Position = UDim2.new(0, 0, 0, -12)
674Border_10.Size = UDim2.new(1.06557381, 0, 0, 12)
675Border_10.Image = "http://www.roblox.com/asset/?id=238725003"
676Border_10.ImageColor3 = Color3.new(0.392157, 0.392157, 0.392157)
677Border_10.ImageRectOffset = Vector2.new(12, 0)
678Border_10.ImageRectSize = Vector2.new(12, 12)
679
680Border_11.Name = "Border"
681Border_11.Parent = KeyBindsMain
682Border_11.BackgroundColor3 = Color3.new(1, 1, 1)
683Border_11.BackgroundTransparency = 1
684Border_11.BorderSizePixel = 0
685Border_11.Position = UDim2.new(0, -12, 0, -12)
686Border_11.Size = UDim2.new(0, 12, 0, 12)
687Border_11.Image = "http://www.roblox.com/asset/?id=238725003"
688Border_11.ImageColor3 = Color3.new(0.392157, 0.392157, 0.392157)
689Border_11.ImageRectSize = Vector2.new(12, 12)
690
691Border_12.Name = "Border"
692Border_12.Parent = KeyBindsMain
693Border_12.BackgroundColor3 = Color3.new(1, 1, 1)
694Border_12.BackgroundTransparency = 1
695Border_12.BorderSizePixel = 0
696Border_12.Position = UDim2.new(0, -12, 0, 0)
697Border_12.Size = UDim2.new(0, 12, 1, 0)
698Border_12.Image = "http://www.roblox.com/asset/?id=238725003"
699Border_12.ImageColor3 = Color3.new(0.392157, 0.392157, 0.392157)
700Border_12.ImageRectOffset = Vector2.new(0, 12)
701Border_12.ImageRectSize = Vector2.new(12, 12)
702
703Border_13.Name = "Border"
704Border_13.Parent = KeyBindsMain
705Border_13.BackgroundColor3 = Color3.new(1, 1, 1)
706Border_13.BackgroundTransparency = 1
707Border_13.BorderSizePixel = 0
708Border_13.Position = UDim2.new(0, -12, 1, 0)
709Border_13.Size = UDim2.new(0, 12, 0, 12)
710Border_13.Image = "http://www.roblox.com/asset/?id=238725003"
711Border_13.ImageColor3 = Color3.new(0.392157, 0.392157, 0.392157)
712Border_13.ImageRectOffset = Vector2.new(0, 24)
713Border_13.ImageRectSize = Vector2.new(12, 12)
714
715Border_14.Name = "Border"
716Border_14.Parent = KeyBindsMain
717Border_14.BackgroundColor3 = Color3.new(1, 1, 1)
718Border_14.BackgroundTransparency = 1
719Border_14.BorderSizePixel = 0
720Border_14.Position = UDim2.new(0, 0, 0, 276)
721Border_14.Size = UDim2.new(1.06557381, 0, 0, 12)
722Border_14.Image = "http://www.roblox.com/asset/?id=238725003"
723Border_14.ImageColor3 = Color3.new(0.392157, 0.392157, 0.392157)
724Border_14.ImageRectOffset = Vector2.new(12, 0)
725Border_14.ImageRectSize = Vector2.new(12, 12)
726
727SpeedInstaDestroytext.Name = "Speed | Insta Destroy text"
728SpeedInstaDestroytext.Parent = KeyBindsMain
729SpeedInstaDestroytext.BackgroundColor3 = Color3.new(1, 1, 1)
730SpeedInstaDestroytext.BackgroundTransparency = 1
731SpeedInstaDestroytext.Position = UDim2.new(0.0437158458, 0, 0.173913032, 0)
732SpeedInstaDestroytext.Size = UDim2.new(0.907103837, 0, 0.112318844, 0)
733SpeedInstaDestroytext.ZIndex = 2
734SpeedInstaDestroytext.Font = Enum.Font.SourceSansBold
735SpeedInstaDestroytext.FontSize = Enum.FontSize.Size24
736SpeedInstaDestroytext.Text = "speed"
737SpeedInstaDestroytext.TextColor3 = Color3.new(1, 1, 1)
738SpeedInstaDestroytext.TextSize = 20
739SpeedInstaDestroytext.TextStrokeTransparency = 0
740SpeedInstaDestroytext.TextWrapped = true
741
742Speedkeybindtextbox.Name = "Speed keybind textbox"
743Speedkeybindtextbox.Parent = KeyBindsMain
744Speedkeybindtextbox.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
745Speedkeybindtextbox.Position = UDim2.new(0.0491803288, 0, 0.318840593, 0)
746Speedkeybindtextbox.Selectable = false
747Speedkeybindtextbox.Size = UDim2.new(0, 165, 0, 23)
748Speedkeybindtextbox.Font = Enum.Font.SourceSans
749Speedkeybindtextbox.FontSize = Enum.FontSize.Size24
750Speedkeybindtextbox.Text = "q"
751Speedkeybindtextbox.TextColor3 = Color3.new(1, 1, 1)
752Speedkeybindtextbox.TextScaled = true
753Speedkeybindtextbox.TextSize = 20
754Speedkeybindtextbox.TextWrapped = true
755
756Keybindsname.Name = "Keybindsname"
757Keybindsname.Parent = KeyBindsMain
758Keybindsname.BackgroundColor3 = Color3.new(1, 1, 1)
759Keybindsname.BackgroundTransparency = 1
760Keybindsname.Position = UDim2.new(0.0765027329, 0, 0.0108695654, 0)
761Keybindsname.Size = UDim2.new(0.841530025, 0, 0.177536234, 0)
762Keybindsname.ZIndex = 2
763Keybindsname.Font = Enum.Font.SourceSansBold
764Keybindsname.FontSize = Enum.FontSize.Size14
765Keybindsname.Text = "Keybinds"
766Keybindsname.TextColor3 = Color3.new(1, 1, 1)
767Keybindsname.TextScaled = true
768Keybindsname.TextSize = 14
769Keybindsname.TextStrokeTransparency = 0
770Keybindsname.TextWrapped = true
771
772ShadowKeybindsname.Name = "ShadowKeybindsname"
773ShadowKeybindsname.Parent = KeyBindsMain
774ShadowKeybindsname.BackgroundColor3 = Color3.new(1, 1, 1)
775ShadowKeybindsname.BackgroundTransparency = 1
776ShadowKeybindsname.Position = UDim2.new(0.114754096, 0, 0.0108695654, 0)
777ShadowKeybindsname.Size = UDim2.new(0.83606559, 0, 0.177536234, 0)
778ShadowKeybindsname.Font = Enum.Font.SourceSansBold
779ShadowKeybindsname.FontSize = Enum.FontSize.Size14
780ShadowKeybindsname.Text = "Keybinds"
781ShadowKeybindsname.TextColor3 = Color3.new(0, 0, 0)
782ShadowKeybindsname.TextScaled = true
783ShadowKeybindsname.TextSize = 14
784ShadowKeybindsname.TextStrokeTransparency = 0
785ShadowKeybindsname.TextWrapped = true
786
787Dropallitemstext.Name = "Drop all items text"
788Dropallitemstext.Parent = KeyBindsMain
789Dropallitemstext.BackgroundColor3 = Color3.new(1, 1, 1)
790Dropallitemstext.BackgroundTransparency = 1
791Dropallitemstext.Position = UDim2.new(0.0491803251, 0, 0.432971001, 0)
792Dropallitemstext.Size = UDim2.new(0.907103837, 0, 0.112318844, 0)
793Dropallitemstext.ZIndex = 2
794Dropallitemstext.Font = Enum.Font.SourceSansBold
795Dropallitemstext.FontSize = Enum.FontSize.Size24
796Dropallitemstext.Text = "Drop all items"
797Dropallitemstext.TextColor3 = Color3.new(1, 1, 1)
798Dropallitemstext.TextSize = 20
799Dropallitemstext.TextStrokeTransparency = 0
800Dropallitemstext.TextWrapped = true
801
802Dropallitemskeybindtextbox.Name = "Drop all items keybind textbox"
803Dropallitemskeybindtextbox.Parent = KeyBindsMain
804Dropallitemskeybindtextbox.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
805Dropallitemskeybindtextbox.Position = UDim2.new(0.0464480855, 0, 0.577898502, 0)
806Dropallitemskeybindtextbox.Selectable = false
807Dropallitemskeybindtextbox.Size = UDim2.new(0, 166, 0, 23)
808Dropallitemskeybindtextbox.Font = Enum.Font.SourceSans
809Dropallitemskeybindtextbox.FontSize = Enum.FontSize.Size24
810Dropallitemskeybindtextbox.Text = "h"
811Dropallitemskeybindtextbox.TextColor3 = Color3.new(1, 1, 1)
812Dropallitemskeybindtextbox.TextScaled = true
813Dropallitemskeybindtextbox.TextSize = 20
814Dropallitemskeybindtextbox.TextWrapped = true
815
816Redtheme.Name = "Red theme"
817Redtheme.Parent = KeyBindsMain
818Redtheme.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
819Redtheme.BackgroundTransparency = 0.60000002384186
820Redtheme.BorderSizePixel = 0
821Redtheme.Position = UDim2.new(0.0491803065, 0, 0.884057999, 0)
822Redtheme.Size = UDim2.new(0, 37, 0, 24)
823Redtheme.ZIndex = 2
824Redtheme.Font = Enum.Font.SourceSansBold
825Redtheme.FontSize = Enum.FontSize.Size24
826Redtheme.Text = "Red"
827Redtheme.TextColor3 = Color3.new(1, 1, 1)
828Redtheme.TextScaled = true
829Redtheme.TextSize = 20
830Redtheme.TextWrapped = true
831Redtheme.MouseButton1Down:connect(function()
832BackGround.BackgroundColor3 = Color3.fromRGB(246,16,16)
833KeyBindsMain.BackgroundColor3 = Color3.fromRGB(246,16,16)
834CreditsMain.BackgroundColor3 = Color3.fromRGB(246,16,16)
835end)
836
837Pinktheme.Name = "Pink theme"
838Pinktheme.Parent = KeyBindsMain
839Pinktheme.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
840Pinktheme.BackgroundTransparency = 0.60000002384186
841Pinktheme.BorderSizePixel = 0
842Pinktheme.Position = UDim2.new(0.748633862, 0, 0.884057999, 0)
843Pinktheme.Size = UDim2.new(0, 37, 0, 24)
844Pinktheme.ZIndex = 2
845Pinktheme.Font = Enum.Font.SourceSansBold
846Pinktheme.FontSize = Enum.FontSize.Size24
847Pinktheme.Text = "Pink"
848Pinktheme.TextColor3 = Color3.new(1, 1, 1)
849Pinktheme.TextScaled = true
850Pinktheme.TextSize = 20
851Pinktheme.TextWrapped = true
852Pinktheme.MouseButton1Down:connect(function()
853BackGround.BackgroundColor3 = Color3.fromRGB(247,0,255)
854KeyBindsMain.BackgroundColor3 = Color3.fromRGB(247,0,255)
855CreditsMain.BackgroundColor3 = Color3.fromRGB(247,0,255)
856end)
857
858Bluetheme.Name = "Blue theme"
859Bluetheme.Parent = KeyBindsMain
860Bluetheme.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
861Bluetheme.BackgroundTransparency = 0.60000002384186
862Bluetheme.BorderSizePixel = 0
863Bluetheme.Position = UDim2.new(0.396174848, 0, 0.884057999, 0)
864Bluetheme.Size = UDim2.new(0, 37, 0, 24)
865Bluetheme.ZIndex = 2
866Bluetheme.Font = Enum.Font.SourceSansBold
867Bluetheme.FontSize = Enum.FontSize.Size24
868Bluetheme.Text = "Blue"
869Bluetheme.TextColor3 = Color3.new(1, 1, 1)
870Bluetheme.TextScaled = true
871Bluetheme.TextSize = 20
872Bluetheme.TextWrapped = true
873Bluetheme.MouseButton1Down:connect(function()
874BackGround.BackgroundColor3 = Color3.fromRGB(0,34,255)
875KeyBindsMain.BackgroundColor3 = Color3.fromRGB(0,34,255)
876CreditsMain.BackgroundColor3 = Color3.fromRGB(0,34,255)
877end)
878
879Autopickuptext.Name = "Auto pickup text"
880Autopickuptext.Parent = KeyBindsMain
881Autopickuptext.BackgroundColor3 = Color3.new(1, 1, 1)
882Autopickuptext.BackgroundTransparency = 1
883Autopickuptext.Position = UDim2.new(0.0437158458, 0, 0.661231875, 0)
884Autopickuptext.Size = UDim2.new(0.907103837, 0, 0.112318844, 0)
885Autopickuptext.ZIndex = 2
886Autopickuptext.Font = Enum.Font.SourceSansBold
887Autopickuptext.FontSize = Enum.FontSize.Size24
888Autopickuptext.Text = "Auto Pickup"
889Autopickuptext.TextColor3 = Color3.new(1, 1, 1)
890Autopickuptext.TextSize = 20
891Autopickuptext.TextStrokeTransparency = 0
892Autopickuptext.TextWrapped = true
893
894Dropallitemskeybindtextbox_2.Name = "Drop all items keybind textbox"
895Dropallitemskeybindtextbox_2.Parent = KeyBindsMain
896Dropallitemskeybindtextbox_2.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
897Dropallitemskeybindtextbox_2.Position = UDim2.new(0.0409836061, 0, 0.773550689, 0)
898Dropallitemskeybindtextbox_2.Selectable = false
899Dropallitemskeybindtextbox_2.Size = UDim2.new(0, 166, 0, 23)
900Dropallitemskeybindtextbox_2.Font = Enum.Font.SourceSans
901Dropallitemskeybindtextbox_2.FontSize = Enum.FontSize.Size24
902Dropallitemskeybindtextbox_2.Text = "y"
903Dropallitemskeybindtextbox_2.TextColor3 = Color3.new(1, 1, 1)
904Dropallitemskeybindtextbox_2.TextScaled = true
905Dropallitemskeybindtextbox_2.TextSize = 20
906Dropallitemskeybindtextbox_2.TextWrapped = true
907
908Speed.Name = "Speed"
909Speed.Parent = MainFrame
910Speed.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
911Speed.BorderSizePixel = 0
912Speed.Position = UDim2.new(0.674904943, -350, 0.137681156, 25)
913Speed.Size = UDim2.new(0, 126, 0, 39)
914Speed.ZIndex = 2
915Speed.Font = Enum.Font.SourceSansBold
916Speed.FontSize = Enum.FontSize.Size28
917Speed.Text = "Speed"
918Speed.TextColor3 = Color3.new(1, 1, 1)
919Speed.TextSize = 25
920Speed.TextWrapped = true
921
922local plr = game:GetService("Players").LocalPlayer
923local char = plr.Character
924local mouse = game:GetService("Players").LocalPlayer:GetMouse()
925local hum = char:FindFirstChild("HumanoidRootPart")
926
927Speed.MouseButton1Down:connect(function()
928local plr = game:GetService("Players").LocalPlayer
929local char = plr.Character
930local mouse = game:GetService("Players").LocalPlayer:GetMouse()
931local hum = char:FindFirstChild("HumanoidRootPart")
932mouse.KeyDown:connect(function(key)
933 if key == Speedkeybindtextbox.Text then
934 loop = true
935 while loop do
936 hum.CFrame = hum.CFrame + hum.CFrame.lookVector * Changespeedtextbox.Text
937 wait()
938 end
939 end
940 end)
941end)
942
943mouse.KeyUp:connect(function(key)
944 if key == Speedkeybindtextbox.Text then
945 loop = false
946 end
947end)
948
949TextButton.Name = "TextButton"
950TextButton.Parent = Speed
951TextButton.Active = true
952TextButton.BackgroundColor3 = Color3.new(0, 0, 0)
953TextButton.BorderSizePixel = 0
954TextButton.Position = UDim2.new(0.0130000003, 0, 0.0500000007, 0)
955TextButton.Size = UDim2.new(1, 0, 1, 0)
956
957CreditsMain.Name = "CreditsMain"
958CreditsMain.Parent = MainFrame
959CreditsMain.Active = true
960CreditsMain.BackgroundColor3 = Color3.new(0.129412, 0.129412, 0.129412)
961CreditsMain.BackgroundTransparency = 0.20000000298023
962CreditsMain.BorderSizePixel = 0
963CreditsMain.Position = UDim2.new(1.02281368, 0, 0, 0)
964CreditsMain.Size = UDim2.new(0.347908735, 0, 1, 0)
965
966Border_15.Name = "Border"
967Border_15.Parent = CreditsMain
968Border_15.BackgroundColor3 = Color3.new(1, 1, 1)
969Border_15.BackgroundTransparency = 1
970Border_15.BorderSizePixel = 0
971Border_15.Position = UDim2.new(0, -12, 0, -12)
972Border_15.Size = UDim2.new(1.06557381, 0, 0, 12)
973Border_15.Image = "http://www.roblox.com/asset/?id=238725003"
974Border_15.ImageColor3 = Color3.new(0.392157, 0.392157, 0.392157)
975Border_15.ImageRectOffset = Vector2.new(12, 0)
976Border_15.ImageRectSize = Vector2.new(12, 12)
977
978Border_16.Name = "Border"
979Border_16.Parent = CreditsMain
980Border_16.BackgroundColor3 = Color3.new(1, 1, 1)
981Border_16.BackgroundTransparency = 1
982Border_16.BorderSizePixel = 0
983Border_16.Position = UDim2.new(0, -12, 0, 276)
984Border_16.Size = UDim2.new(1.06557381, 0, 0, 12)
985Border_16.Image = "http://www.roblox.com/asset/?id=238725003"
986Border_16.ImageColor3 = Color3.new(0.392157, 0.392157, 0.392157)
987Border_16.ImageRectOffset = Vector2.new(12, 0)
988Border_16.ImageRectSize = Vector2.new(12, 12)
989
990Border_17.Name = "Border"
991Border_17.Parent = CreditsMain
992Border_17.BackgroundColor3 = Color3.new(1, 1, 1)
993Border_17.BackgroundTransparency = 1
994Border_17.BorderSizePixel = 0
995Border_17.Position = UDim2.new(1, 0, 1, 0)
996Border_17.Size = UDim2.new(0, 12, 0, 12)
997Border_17.Image = "http://www.roblox.com/asset/?id=238725003"
998Border_17.ImageColor3 = Color3.new(0.392157, 0.392157, 0.392157)
999Border_17.ImageRectOffset = Vector2.new(24, 24)
1000Border_17.ImageRectSize = Vector2.new(12, 12)
1001
1002Border_18.Name = "Border"
1003Border_18.Parent = CreditsMain
1004Border_18.BackgroundColor3 = Color3.new(1, 1, 1)
1005Border_18.BackgroundTransparency = 1
1006Border_18.BorderSizePixel = 0
1007Border_18.Position = UDim2.new(1, 0, 0, -12)
1008Border_18.Size = UDim2.new(0, 12, 0, 12)
1009Border_18.Image = "http://www.roblox.com/asset/?id=238725003"
1010Border_18.ImageColor3 = Color3.new(0.392157, 0.392157, 0.392157)
1011Border_18.ImageRectOffset = Vector2.new(24, 0)
1012Border_18.ImageRectSize = Vector2.new(12, 12)
1013
1014Border_19.Name = "Border"
1015Border_19.Parent = CreditsMain
1016Border_19.BackgroundColor3 = Color3.new(1, 1, 1)
1017Border_19.BackgroundTransparency = 1
1018Border_19.BorderSizePixel = 0
1019Border_19.Position = UDim2.new(0, 183, 0, 0)
1020Border_19.Size = UDim2.new(0, 12, 1, 0)
1021Border_19.Image = "http://www.roblox.com/asset/?id=238725003"
1022Border_19.ImageColor3 = Color3.new(0.392157, 0.392157, 0.392157)
1023Border_19.ImageRectOffset = Vector2.new(0, 12)
1024Border_19.ImageRectSize = Vector2.new(12, 12)
1025
1026Speedchangetext.Name = "Speed change text"
1027Speedchangetext.Parent = CreditsMain
1028Speedchangetext.BackgroundColor3 = Color3.new(1, 1, 1)
1029Speedchangetext.BackgroundTransparency = 1
1030Speedchangetext.Position = UDim2.new(0.0983606577, 0, 0.612318814, 0)
1031Speedchangetext.Size = UDim2.new(0.808743179, 0, 0.144927531, 0)
1032Speedchangetext.ZIndex = 2
1033Speedchangetext.Font = Enum.Font.SourceSansBold
1034Speedchangetext.FontSize = Enum.FontSize.Size14
1035Speedchangetext.Text = "Change speed number"
1036Speedchangetext.TextColor3 = Color3.new(1, 1, 1)
1037Speedchangetext.TextScaled = true
1038Speedchangetext.TextSize = 14
1039Speedchangetext.TextStrokeTransparency = 0
1040Speedchangetext.TextWrapped = true
1041
1042Changespeedtextbox.Name = "Change speed textbox"
1043Changespeedtextbox.Parent = CreditsMain
1044Changespeedtextbox.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
1045Changespeedtextbox.BackgroundTransparency = 0.60000002384186
1046Changespeedtextbox.Position = UDim2.new(0.338454872, 0, 0.788043499, 0)
1047Changespeedtextbox.Selectable = false
1048Changespeedtextbox.Size = UDim2.new(0, 59, 0, 20)
1049Changespeedtextbox.Font = Enum.Font.SourceSans
1050Changespeedtextbox.FontSize = Enum.FontSize.Size14
1051Changespeedtextbox.Text = "3"
1052Changespeedtextbox.TextColor3 = Color3.new(1, 1, 1)
1053Changespeedtextbox.TextSize = 14
1054
1055JumpPower.Name = "JumpPower"
1056JumpPower.Parent = CreditsMain
1057JumpPower.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
1058JumpPower.BorderSizePixel = 0
1059JumpPower.Position = UDim2.new(2.01092887, -350, -0.0362318829, 25)
1060JumpPower.Size = UDim2.new(0, 146, 0, 28)
1061JumpPower.ZIndex = 2
1062JumpPower.Font = Enum.Font.SourceSansBold
1063JumpPower.FontSize = Enum.FontSize.Size24
1064JumpPower.Text = "Set JumpPower"
1065JumpPower.TextColor3 = Color3.new(1, 1, 1)
1066JumpPower.TextSize = 21
1067JumpPower.TextWrapped = true
1068JumpPower.MouseButton1Down:connect(function()
1069game.Players.LocalPlayer.Character.Humanoid.JumpPower = JumpPowernumber.text
1070end)
1071
1072TextButtonnoyou.Name = "TextButtonnoyou"
1073TextButtonnoyou.Parent = JumpPower
1074TextButtonnoyou.Active = true
1075TextButtonnoyou.BackgroundColor3 = Color3.new(0, 0, 0)
1076TextButtonnoyou.BorderSizePixel = 0
1077TextButtonnoyou.Position = UDim2.new(0.0130000003, 0, 0.0500000007, 0)
1078TextButtonnoyou.Size = UDim2.new(1, 0, 1, 0)
1079
1080JumpPowernumber.Name = "JumpPower number"
1081JumpPowernumber.Parent = CreditsMain
1082JumpPowernumber.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
1083JumpPowernumber.Position = UDim2.new(0.29781419, 0, 0.181159422, 0)
1084JumpPowernumber.Selectable = false
1085JumpPowernumber.Size = UDim2.new(0, 73, 0, 26)
1086JumpPowernumber.Font = Enum.Font.SourceSans
1087JumpPowernumber.FontSize = Enum.FontSize.Size14
1088JumpPowernumber.Text = "Number here."
1089JumpPowernumber.TextColor3 = Color3.new(1, 1, 1)
1090JumpPowernumber.TextSize = 14
1091
1092Dropallitemstext_2.Name = "Dropallitemstext"
1093Dropallitemstext_2.Parent = CreditsMain
1094Dropallitemstext_2.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
1095Dropallitemstext_2.BorderSizePixel = 0
1096Dropallitemstext_2.Position = UDim2.new(2.00826621, -350, 0.229492694, 25)
1097Dropallitemstext_2.Size = UDim2.new(0, 146, 0, 28)
1098Dropallitemstext_2.ZIndex = 2
1099Dropallitemstext_2.Font = Enum.Font.SourceSansBold
1100Dropallitemstext_2.FontSize = Enum.FontSize.Size24
1101Dropallitemstext_2.Text = "Drop All Items"
1102Dropallitemstext_2.TextColor3 = Color3.new(1, 1, 1)
1103Dropallitemstext_2.TextSize = 21
1104Dropallitemstext_2.TextWrapped = true
1105Dropallitemstext_2.MouseButton1Down:connect(function()
1106Player = game.Players.LocalPlayer
1107Mouse = Player:GetMouse()
1108
1109function PressedE(key)
1110 Key = key:lower()
1111 if Key == Dropallitemskeybindtextbox.Text then
1112 for i=1, 100 do
1113game.ReplicatedStorage.Events.DropBagItem:FireServer(Dropallinventorynumber.Text)
1114end
1115end
1116end
1117Mouse.KeyDown:connect(PressedE)
1118end)
1119
1120TextButtonyougey.Name = "TextButtonyougey"
1121TextButtonyougey.Parent = Dropallitemstext_2
1122TextButtonyougey.Active = true
1123TextButtonyougey.BackgroundColor3 = Color3.new(0, 0, 0)
1124TextButtonyougey.BorderSizePixel = 0
1125TextButtonyougey.Position = UDim2.new(0.0130000003, 0, 0.0500000007, 0)
1126TextButtonyougey.Size = UDim2.new(1, 0, 1, 0)
1127
1128Dropallinventorynumber.Name = "Drop all inventory number"
1129Dropallinventorynumber.Parent = CreditsMain
1130Dropallinventorynumber.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
1131Dropallinventorynumber.Position = UDim2.new(0.29781419, 0, 0.452898562, 0)
1132Dropallinventorynumber.Selectable = false
1133Dropallinventorynumber.Size = UDim2.new(0, 73, 0, 26)
1134Dropallinventorynumber.Font = Enum.Font.SourceSans
1135Dropallinventorynumber.FontSize = Enum.FontSize.Size14
1136Dropallinventorynumber.Text = "Item here."
1137Dropallinventorynumber.TextColor3 = Color3.new(1, 1, 1)
1138Dropallinventorynumber.TextSize = 14
1139
1140KeybindsOpenClose.Name = "Keybinds Open/Close"
1141KeybindsOpenClose.Parent = BoogaFuckerPackageFrame
1142KeybindsOpenClose.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
1143KeybindsOpenClose.BackgroundTransparency = 0.60000002384186
1144KeybindsOpenClose.BorderSizePixel = 0
1145KeybindsOpenClose.Position = UDim2.new(0.670909107, -350, -0.0133333337, 25)
1146KeybindsOpenClose.Size = UDim2.new(0, 102, 0, 24)
1147KeybindsOpenClose.ZIndex = 2
1148KeybindsOpenClose.Font = Enum.Font.SourceSansBold
1149KeybindsOpenClose.FontSize = Enum.FontSize.Size24
1150KeybindsOpenClose.Text = "Keybinds"
1151KeybindsOpenClose.TextColor3 = Color3.new(1, 1, 1)
1152KeybindsOpenClose.TextScaled = true
1153KeybindsOpenClose.TextSize = 20
1154KeybindsOpenClose.TextWrapped = true
1155KeybindsOpenClose.MouseButton1Down:connect(function()
1156 if Openn == true then
1157 Openn = false
1158 KeyBindsMain.Visible = false
1159 else
1160 Openn = true
1161 KeyBindsMain.Visible = true
1162 end
1163 end)
1164
1165InfiniteJump.Name = "Infinite Jump"
1166InfiniteJump.Parent = BoogaFuckerPackageFrame
1167InfiniteJump.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
1168InfiniteJump.BorderSizePixel = 0
1169InfiniteJump.Position = UDim2.new(0.923636317, -350, 0.166666627, 25)
1170InfiniteJump.Size = UDim2.new(0, 126, 0, 39)
1171InfiniteJump.ZIndex = 2
1172InfiniteJump.Font = Enum.Font.SourceSansBold
1173InfiniteJump.FontSize = Enum.FontSize.Size24
1174InfiniteJump.Text = "Infinite jump"
1175InfiniteJump.TextColor3 = Color3.new(1, 1, 1)
1176InfiniteJump.TextSize = 21
1177InfiniteJump.TextWrapped = true
1178InfiniteJump.MouseButton1Down:connect(function()
1179loadstring(game:HttpGet(('https://pastebin.com/raw/2eYepag7'),true))()
1180end)
1181
1182TextButton_2.Name = "TextButton"
1183TextButton_2.Parent = InfiniteJump
1184TextButton_2.Active = true
1185TextButton_2.BackgroundColor3 = Color3.new(0, 0, 0)
1186TextButton_2.BorderSizePixel = 0
1187TextButton_2.Position = UDim2.new(0.0130000003, 0, 0.0500000007, 0)
1188TextButton_2.Size = UDim2.new(1, 0, 1, 0)
1189
1190CreditsOpenClose.Name = "Credits Open/Close"
1191CreditsOpenClose.Parent = BoogaFuckerPackageFrame
1192CreditsOpenClose.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
1193CreditsOpenClose.BackgroundTransparency = 0.60000002384186
1194CreditsOpenClose.BorderSizePixel = 0
1195CreditsOpenClose.Position = UDim2.new(1.41636372, -350, -0.0133333337, 25)
1196CreditsOpenClose.Size = UDim2.new(0, 102, 0, 24)
1197CreditsOpenClose.ZIndex = 2
1198CreditsOpenClose.Font = Enum.Font.SourceSansBold
1199CreditsOpenClose.FontSize = Enum.FontSize.Size24
1200CreditsOpenClose.Text = "Editable buttons"
1201CreditsOpenClose.TextColor3 = Color3.new(1, 1, 1)
1202CreditsOpenClose.TextScaled = true
1203CreditsOpenClose.TextSize = 20
1204CreditsOpenClose.TextWrapped = true
1205
1206CreditsOpenClose.MouseButton1Down:connect(function()
1207 if Openn == true then
1208 Openn = false
1209 CreditsMain.Visible = false
1210 else
1211 Openn = true
1212 CreditsMain.Visible = true
1213 end
1214 end)
1215
1216esptrack.Name = "esptrack"
1217esptrack.Parent = BoogaFuckerPackageFrame
1218esptrack.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
1219esptrack.BorderSizePixel = 0
1220esptrack.Position = UDim2.new(0.923636317, -350, 0.359999955, 25)
1221esptrack.Size = UDim2.new(0, 126, 0, 39)
1222esptrack.ZIndex = 2
1223esptrack.Font = Enum.Font.SourceSansBold
1224esptrack.FontSize = Enum.FontSize.Size24
1225esptrack.Text = "ESP"
1226esptrack.TextColor3 = Color3.new(1, 1, 1)
1227esptrack.TextSize = 19
1228esptrack.TextWrapped = true
1229
1230Important = {Players = game:GetService("Players"), Workspace = game:GetService("Workspace"), CoreGui = game:GetService("CoreGui")}
1231
1232local enabledesp = false
1233
1234function CreateESP(plr)
1235
1236 if plr ~= nil then
1237
1238 local GetChar = plr.Character
1239 if not GetChar then return end
1240
1241 local GetHead do
1242
1243 repeat wait() until GetChar:FindFirstChild("Head")
1244
1245 end
1246 GetHead = GetChar.Head
1247
1248 local bb = Instance.new("BillboardGui", Important.CoreGui)
1249 bb.Adornee = GetHead
1250 bb.ExtentsOffset = Vector3.new(0, 1, 0)
1251 bb.AlwaysOnTop = true
1252 bb.Size = UDim2.new(0, 5, 0, 5)
1253 bb.StudsOffset = Vector3.new(0, 3, 0)
1254 bb.Name = "ESP_PLAYER_" .. plr.Name
1255
1256 local displayframe = Instance.new("Frame", bb)
1257 displayframe.ZIndex = 10
1258 displayframe.BackgroundTransparency = 1
1259 displayframe.Size = UDim2.new(1,0,1,0)
1260
1261 local name = Instance.new("TextLabel", displayframe)
1262 name.Name = "Name"
1263 name.ZIndex = 10
1264 name.Text = plr.Name
1265 name.Visible = true
1266 name.TextColor3 = Color3.new(170,0,0)
1267 name.BackgroundTransparency = 1
1268 name.Size = UDim2.new(1,0,10,0)
1269 name.Font = Enum.Font.SourceSansLight
1270 name.TextSize = 20
1271 name.TextStrokeTransparency = .5
1272
1273 end
1274
1275end
1276
1277esptrack.MouseButton1Click:connect(function()
1278
1279 for i,v in pairs(Important.Players:GetChildren()) do
1280
1281 CreateESP(v)
1282
1283 end
1284
1285end)
1286
1287TextButtonEsp.Name = "TextButtonEsp"
1288TextButtonEsp.Parent = esptrack
1289TextButtonEsp.Active = true
1290TextButtonEsp.BackgroundColor3 = Color3.new(0, 0, 0)
1291TextButtonEsp.BorderSizePixel = 0
1292TextButtonEsp.Position = UDim2.new(0.0130000003, 0, 0.0500000007, 0)
1293TextButtonEsp.Size = UDim2.new(1, 0, 1, 0)
1294
1295Removealleffects.Name = "Remove all effects"
1296Removealleffects.Parent = BoogaFuckerPackageFrame
1297Removealleffects.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
1298Removealleffects.BorderSizePixel = 0
1299Removealleffects.Position = UDim2.new(0.666999996, -350, 0.360000014, 25)
1300Removealleffects.Size = UDim2.new(0, 126, 0, 39)
1301Removealleffects.ZIndex = 2
1302Removealleffects.Font = Enum.Font.SourceSansBold
1303Removealleffects.FontSize = Enum.FontSize.Size24
1304Removealleffects.Text = "Remove all effects"
1305Removealleffects.TextColor3 = Color3.new(1, 1, 1)
1306Removealleffects.TextSize = 19
1307Removealleffects.TextWrapped = true
1308Removealleffects.MouseButton1Down:connect(function()
1309game.Lighting.FogEnd = 1200000
1310game.Lighting.Brightness = 3
1311game.Lighting.GlobalShadows = false
1312end)
1313
1314TextButtonRAE.Name = "TextButtonRAE"
1315TextButtonRAE.Parent = Removealleffects
1316TextButtonRAE.Active = true
1317TextButtonRAE.BackgroundColor3 = Color3.new(0, 0, 0)
1318TextButtonRAE.BorderSizePixel = 0
1319TextButtonRAE.Position = UDim2.new(0.0130000003, 0, 0.0500000007, 0)
1320TextButtonRAE.Size = UDim2.new(1, 0, 1, 0)
1321
1322AutoPickup.Name = "Auto Pickup"
1323AutoPickup.Parent = BoogaFuckerPackageFrame
1324AutoPickup.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
1325AutoPickup.BorderSizePixel = 0
1326AutoPickup.Position = UDim2.new(0.666999996, -350, 0.566666663, 25)
1327AutoPickup.Size = UDim2.new(0, 126, 0, 39)
1328AutoPickup.ZIndex = 2
1329AutoPickup.Font = Enum.Font.SourceSansBold
1330AutoPickup.FontSize = Enum.FontSize.Size24
1331AutoPickup.Text = "Auto Pickup"
1332AutoPickup.TextColor3 = Color3.new(1, 1, 1)
1333AutoPickup.TextSize = 19
1334AutoPickup.TextWrapped = true
1335AutoPickup.MouseButton1Down:connect(function()
1336local Objects;
1337
1338local Pickup = function(Character)
1339 local myPos = Character.HumanoidRootPart.Position
1340 local Objects = {}
1341 for i,v in pairs(workspace:GetChildren()) do
1342 if v:FindFirstChild("Pickup") ~= nil and v.ClassName == "Part" then
1343 local Pos = v.Position
1344 local Distance = (myPos - Pos).magnitude
1345 if Distance < 40 then
1346 table.insert(Objects, v)
1347 end
1348 elseif v:FindFirstChild("Pickup") ~= nil and v:FindFirstChild("Part") ~= nil and v.Part.ClassName == "Part" then
1349 local Pos = v.Part.Position
1350 local Distance = (myPos - Pos).magnitude
1351 if Distance < 40 then
1352 table.insert(Objects, v)
1353 end
1354 elseif v:FindFirstChild("Pickup") ~= nil and v.ClassName == "UnionOperation" then
1355 local Pos = v.Position
1356 local Distance = (myPos - Pos).magnitude
1357 if Distance < 40 then
1358 table.insert(Objects, v)
1359 end
1360 end
1361 end
1362 for i,v in pairs(Objects) do
1363 for i=1,10 do
1364 v.Position = myPos
1365 game:GetService("ReplicatedStorage").Events.Pickup:FireServer(v)
1366 end
1367 end
1368end
1369wait(1)
1370local mouse = game:GetService("Players").LocalPlayer:GetMouse()
1371
1372mouse.KeyDown:connect(function(key)
1373 if key == Dropallitemskeybindtextbox_2.Text then
1374print'howdi neighbor'
1375Pickup(game.Players.LocalPlayer.Character)
1376end
1377end)
1378end)
1379
1380TextButtonAP.Name = "TextButtonAP"
1381TextButtonAP.Parent = AutoPickup
1382TextButtonAP.Active = true
1383TextButtonAP.BackgroundColor3 = Color3.new(0, 0, 0)
1384TextButtonAP.BorderSizePixel = 0
1385TextButtonAP.Position = UDim2.new(0.0130000003, 0, 0.0500000007, 0)
1386TextButtonAP.Size = UDim2.new(1, 0, 1, 0)
1387
1388StartFrame.Name = "StartFrame"
1389StartFrame.Parent = BoogaFucker
1390StartFrame.Active = true
1391StartFrame.BackgroundColor3 = Color3.new(0.666667, 0, 0)
1392StartFrame.BorderSizePixel = 0
1393StartFrame.Position = UDim2.new(0.546333909, 0, 0.603372216, 0)
1394StartFrame.Selectable = true
1395StartFrame.Size = UDim2.new(0, 369, 0, 220)
1396StartFrame.Visible = false
1397
1398StartHeaderBorder.Name = "StartHeaderBorder"
1399StartHeaderBorder.Parent = StartFrame
1400StartHeaderBorder.BackgroundColor3 = Color3.new(0.27451, 0.027451, 0.0313726)
1401StartHeaderBorder.BorderSizePixel = 0
1402StartHeaderBorder.Size = UDim2.new(0, 369, 0, 24)
1403
1404StartFooterBorder.Name = "StartFooterBorder"
1405StartFooterBorder.Parent = StartFrame
1406StartFooterBorder.BackgroundColor3 = Color3.new(0.27451, 0.027451, 0.0313726)
1407StartFooterBorder.BorderSizePixel = 0
1408StartFooterBorder.Position = UDim2.new(-0.000273272395, 0, 0.971862733, 0)
1409StartFooterBorder.Size = UDim2.new(0, 369, 0, 6)
1410
1411StartName.Name = "StartName"
1412StartName.Parent = StartFrame
1413StartName.BackgroundColor3 = Color3.new(1, 1, 1)
1414StartName.BackgroundTransparency = 1
1415StartName.BorderSizePixel = 0
1416StartName.Position = UDim2.new(0.249322489, 0, 0, 0)
1417StartName.Size = UDim2.new(0, 185, 0, 17)
1418StartName.Font = Enum.Font.SourceSansItalic
1419StartName.FontSize = Enum.FontSize.Size28
1420StartName.Text = "BoogaFucker GUI"
1421StartName.TextColor3 = Color3.new(1, 1, 1)
1422StartName.TextSize = 25
1423
1424FREEbutton.Name = "FREEbutton"
1425FREEbutton.Parent = StartFrame
1426FREEbutton.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
1427FREEbutton.BackgroundTransparency = 0.60000002384186
1428FREEbutton.BorderColor3 = Color3.new(1, 1, 1)
1429FREEbutton.BorderSizePixel = 2
1430FREEbutton.Position = UDim2.new(1.02654481, -350, 0.106568247, 25)
1431FREEbutton.Size = UDim2.new(0, 126, 0, 39)
1432FREEbutton.ZIndex = 2
1433FREEbutton.Font = Enum.Font.SourceSansBold
1434FREEbutton.FontSize = Enum.FontSize.Size24
1435FREEbutton.Text = "FREE"
1436FREEbutton.TextColor3 = Color3.new(1, 1, 1)
1437FREEbutton.TextSize = 21
1438FREEbutton.TextWrapped = true
1439
1440PREMIUMbutton.Name = "PREMIUMbutton"
1441PREMIUMbutton.Parent = StartFrame
1442PREMIUMbutton.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
1443PREMIUMbutton.BackgroundTransparency = 0.60000002384186
1444PREMIUMbutton.BorderColor3 = Color3.new(1, 1, 1)
1445PREMIUMbutton.BorderSizePixel = 2
1446PREMIUMbutton.Position = UDim2.new(1.52906132, -350, 0.104295552, 25)
1447PREMIUMbutton.Size = UDim2.new(0, 126, 0, 39)
1448PREMIUMbutton.ZIndex = 2
1449PREMIUMbutton.Font = Enum.Font.SourceSansBold
1450PREMIUMbutton.FontSize = Enum.FontSize.Size24
1451PREMIUMbutton.Text = "PREMIUM"
1452PREMIUMbutton.TextColor3 = Color3.new(1, 1, 1)
1453PREMIUMbutton.TextSize = 21
1454PREMIUMbutton.TextWrapped = true
1455
1456StartMidBorder.Name = "StartMidBorder"
1457StartMidBorder.Parent = StartFrame
1458StartMidBorder.BackgroundColor3 = Color3.new(0.27451, 0.027451, 0.0313726)
1459StartMidBorder.BorderSizePixel = 0
1460StartMidBorder.Position = UDim2.new(0.495934963, 0, 0.218181819, 0)
1461StartMidBorder.Size = UDim2.new(0, 3, 0, 166)
1462
1463StartRightBorder.Name = "StartRightBorder"
1464StartRightBorder.Parent = StartFrame
1465StartRightBorder.BackgroundColor3 = Color3.new(0.27451, 0.027451, 0.0313726)
1466StartRightBorder.BorderSizePixel = 0
1467StartRightBorder.Position = UDim2.new(0.991869926, 0, 0.109090909, 0)
1468StartRightBorder.Size = UDim2.new(0, 3, 0, 190)
1469
1470StartLeftBorder.Name = "StartLeftBorder"
1471StartLeftBorder.Parent = StartFrame
1472StartLeftBorder.BackgroundColor3 = Color3.new(0.27451, 0.027451, 0.0313726)
1473StartLeftBorder.BorderSizePixel = 0
1474StartLeftBorder.Position = UDim2.new(0, 0, 0.109090909, 0)
1475StartLeftBorder.Size = UDim2.new(0, 3, 0, 190)
1476
1477StartFreeText.Name = "StartFreeText"
1478StartFreeText.Parent = StartFrame
1479StartFreeText.BackgroundColor3 = Color3.new(1, 1, 1)
1480StartFreeText.BackgroundTransparency = 1
1481StartFreeText.BorderSizePixel = 0
1482StartFreeText.Position = UDim2.new(0.0298102982, 0, 0.427272737, 0)
1483StartFreeText.Size = UDim2.new(0, 162, 0, 106)
1484StartFreeText.Font = Enum.Font.SourceSansItalic
1485StartFreeText.FontSize = Enum.FontSize.Size28
1486StartFreeText.Text = "Free: alot uglier gui but still all the great updates. its just all lower quality. also updates goes slower and the suggestions are watched less at."
1487StartFreeText.TextColor3 = Color3.new(1, 1, 1)
1488StartFreeText.TextScaled = true
1489StartFreeText.TextSize = 25
1490StartFreeText.TextWrapped = true
1491
1492StartPremiumText.Name = "StartPremiumText"
1493StartPremiumText.Parent = StartFrame
1494StartPremiumText.BackgroundColor3 = Color3.new(1, 1, 1)
1495StartPremiumText.BackgroundTransparency = 1
1496StartPremiumText.BorderSizePixel = 0
1497StartPremiumText.Position = UDim2.new(0.52439028, 0, 0.395454556, 0)
1498StartPremiumText.Size = UDim2.new(0, 167, 0, 120)
1499StartPremiumText.Font = Enum.Font.SourceSansItalic
1500StartPremiumText.FontSize = Enum.FontSize.Size28
1501StartPremiumText.Text = "Premium: alot more options and extra options. over all highter quality and faster updates. (For more update watch the discords Premium channel.)"
1502StartPremiumText.TextColor3 = Color3.new(1, 1, 1)
1503StartPremiumText.TextScaled = true
1504StartPremiumText.TextSize = 25
1505StartPremiumText.TextWrapped = true
1506
1507StartName_2.Name = "StartName"
1508StartName_2.Parent = StartFrame
1509StartName_2.BackgroundColor3 = Color3.new(1, 1, 1)
1510StartName_2.BackgroundTransparency = 1
1511StartName_2.BorderSizePixel = 0
1512StartName_2.Position = UDim2.new(0, 0, 0.109090909, 0)
1513StartName_2.Size = UDim2.new(0, 369, 0, 16)
1514StartName_2.Font = Enum.Font.SourceSansItalic
1515StartName_2.FontSize = Enum.FontSize.Size28
1516StartName_2.Text = "discord.gg/s85fc"
1517StartName_2.TextColor3 = Color3.new(1, 1, 1)
1518StartName_2.TextScaled = true
1519StartName_2.TextSize = 25
1520StartName_2.TextWrapped = true
1521
1522LoginFrame.Name = "LoginFrame"
1523LoginFrame.Parent = BoogaFucker
1524LoginFrame.Active = true
1525LoginFrame.BackgroundColor3 = Color3.new(0.666667, 0, 0)
1526LoginFrame.BorderSizePixel = 0
1527LoginFrame.Position = UDim2.new(0.548215687, 0, 0.603298247, 0)
1528LoginFrame.Selectable = true
1529LoginFrame.Size = UDim2.new(0, 369, 0, 220)
1530LoginFrame.Visible = false
1531
1532LoginHeaderBorder.Name = "LoginHeaderBorder"
1533LoginHeaderBorder.Parent = LoginFrame
1534LoginHeaderBorder.BackgroundColor3 = Color3.new(0.27451, 0.027451, 0.0313726)
1535LoginHeaderBorder.BorderSizePixel = 0
1536LoginHeaderBorder.Size = UDim2.new(0, 369, 0, 24)
1537
1538LoginFooterBorder.Name = "LoginFooterBorder"
1539LoginFooterBorder.Parent = LoginFrame
1540LoginFooterBorder.BackgroundColor3 = Color3.new(0.27451, 0.027451, 0.0313726)
1541LoginFooterBorder.BorderSizePixel = 0
1542LoginFooterBorder.Position = UDim2.new(-0.000273272395, 0, 0.971862733, 0)
1543LoginFooterBorder.Size = UDim2.new(0, 369, 0, 6)
1544
1545LoginName.Name = "LoginName"
1546LoginName.Parent = LoginFrame
1547LoginName.BackgroundColor3 = Color3.new(1, 1, 1)
1548LoginName.BackgroundTransparency = 1
1549LoginName.BorderSizePixel = 0
1550LoginName.Position = UDim2.new(0.249322489, 0, 0, 0)
1551LoginName.Size = UDim2.new(0, 185, 0, 17)
1552LoginName.Font = Enum.Font.SourceSansItalic
1553LoginName.FontSize = Enum.FontSize.Size28
1554LoginName.Text = "BoogaFucker Login"
1555LoginName.TextColor3 = Color3.new(1, 1, 1)
1556LoginName.TextSize = 25
1557
1558LoginConfirm.Name = "LoginConfirm"
1559LoginConfirm.Parent = LoginFrame
1560LoginConfirm.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
1561LoginConfirm.BackgroundTransparency = 0.60000002384186
1562LoginConfirm.BorderColor3 = Color3.new(1, 1, 1)
1563LoginConfirm.BorderSizePixel = 2
1564LoginConfirm.Position = UDim2.new(1.19783199, -350, 0.631818175, 25)
1565LoginConfirm.Size = UDim2.new(0, 185, 0, 23)
1566LoginConfirm.ZIndex = 2
1567LoginConfirm.Font = Enum.Font.SourceSansBold
1568LoginConfirm.FontSize = Enum.FontSize.Size24
1569LoginConfirm.Text = "Confirm"
1570LoginConfirm.TextColor3 = Color3.new(1, 1, 1)
1571LoginConfirm.TextSize = 21
1572LoginConfirm.TextWrapped = true
1573
1574LoginRightBorder.Name = "LoginRightBorder"
1575LoginRightBorder.Parent = LoginFrame
1576LoginRightBorder.BackgroundColor3 = Color3.new(0.27451, 0.027451, 0.0313726)
1577LoginRightBorder.BorderSizePixel = 0
1578LoginRightBorder.Position = UDim2.new(0.991869926, 0, 0.109090909, 0)
1579LoginRightBorder.Size = UDim2.new(0, 3, 0, 190)
1580
1581LoginLeftBorder.Name = "LoginLeftBorder"
1582LoginLeftBorder.Parent = LoginFrame
1583LoginLeftBorder.BackgroundColor3 = Color3.new(0.27451, 0.027451, 0.0313726)
1584LoginLeftBorder.BorderSizePixel = 0
1585LoginLeftBorder.Position = UDim2.new(0, 0, 0.109090909, 0)
1586LoginLeftBorder.Size = UDim2.new(0, 3, 0, 190)
1587
1588LoginBackButton.Name = "LoginBackButton"
1589LoginBackButton.Parent = LoginFrame
1590LoginBackButton.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
1591LoginBackButton.BackgroundTransparency = 0.60000002384186
1592LoginBackButton.BorderColor3 = Color3.new(1, 1, 1)
1593LoginBackButton.BorderSizePixel = 2
1594LoginBackButton.Position = UDim2.new(0.956639588, -350, -0.100000001, 25)
1595LoginBackButton.Size = UDim2.new(0, 40, 0, 18)
1596LoginBackButton.ZIndex = 2
1597LoginBackButton.Font = Enum.Font.SourceSansBold
1598LoginBackButton.FontSize = Enum.FontSize.Size24
1599LoginBackButton.Text = "<-"
1600LoginBackButton.TextColor3 = Color3.new(1, 1, 1)
1601LoginBackButton.TextSize = 21
1602LoginBackButton.TextWrapped = true
1603
1604LoginUser.Name = "LoginUser"
1605LoginUser.Parent = LoginFrame
1606LoginUser.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
1607LoginUser.BackgroundTransparency = 0.20000000298023
1608LoginUser.BorderColor3 = Color3.new(1, 1, 1)
1609LoginUser.Position = UDim2.new(0.292682946, 0, 0.272727281, 0)
1610LoginUser.Size = UDim2.new(0, 153, 0, 31)
1611LoginUser.Font = Enum.Font.SourceSans
1612LoginUser.FontSize = Enum.FontSize.Size28
1613LoginUser.Text = "Username"
1614LoginUser.TextColor3 = Color3.new(1, 1, 1)
1615LoginUser.TextSize = 25
1616LoginUser.TextXAlignment = Enum.TextXAlignment.Left
1617
1618LoginPass.Name = "LoginPass"
1619LoginPass.Parent = LoginFrame
1620LoginPass.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
1621LoginPass.BackgroundTransparency = 0.20000000298023
1622LoginPass.BorderColor3 = Color3.new(1, 1, 1)
1623LoginPass.Position = UDim2.new(0.292682916, 0, 0.481818199, 0)
1624LoginPass.Size = UDim2.new(0, 153, 0, 31)
1625LoginPass.Font = Enum.Font.SourceSans
1626LoginPass.FontSize = Enum.FontSize.Size28
1627LoginPass.Text = "Password"
1628LoginPass.TextColor3 = Color3.new(1, 1, 1)
1629LoginPass.TextSize = 25
1630LoginPass.TextXAlignment = Enum.TextXAlignment.Left
1631
1632KeyBind.Name = "KeyBind"
1633KeyBind.Parent = BoogaFucker
1634KeyBind.BackgroundColor3 = Color3.new(0, 0, 0)
1635KeyBind.BackgroundTransparency = 0.5
1636KeyBind.Position = UDim2.new(0.509393454, 0, 0.599304438, 0)
1637KeyBind.Size = UDim2.new(0, 274, 0, 162)
1638KeyBind.Visible = false
1639
1640KeyBindFinishStartupButton.Name = "KeyBindFinishStartupButton"
1641KeyBindFinishStartupButton.Parent = KeyBind
1642KeyBindFinishStartupButton.BackgroundColor3 = Color3.new(0.0705882, 0.0705882, 0.0705882)
1643KeyBindFinishStartupButton.BackgroundTransparency = 0.60000002384186
1644KeyBindFinishStartupButton.BorderColor3 = Color3.new(0.854902, 0.854902, 0.854902)
1645KeyBindFinishStartupButton.BorderSizePixel = 2
1646KeyBindFinishStartupButton.Position = UDim2.new(0.312275499, 0, 0.592000008, 0)
1647KeyBindFinishStartupButton.Size = UDim2.new(0, 102, 0, 34)
1648KeyBindFinishStartupButton.Font = Enum.Font.SourceSans
1649KeyBindFinishStartupButton.FontSize = Enum.FontSize.Size24
1650KeyBindFinishStartupButton.Text = "Finish startup"
1651KeyBindFinishStartupButton.TextColor3 = Color3.new(1, 0.333333, 0)
1652KeyBindFinishStartupButton.TextSize = 20
1653
1654KeyBindHeather.Name = "KeyBindHeather"
1655KeyBindHeather.Parent = KeyBind
1656KeyBindHeather.BackgroundColor3 = Color3.new(0, 0, 0)
1657KeyBindHeather.BackgroundTransparency = 0.5
1658KeyBindHeather.Size = UDim2.new(0, 274, 0, 15)
1659
1660KeyBindStartupTextBox.Name = "KeyBindStartupTextBox"
1661KeyBindStartupTextBox.Parent = KeyBind
1662KeyBindStartupTextBox.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
1663KeyBindStartupTextBox.BackgroundTransparency = 0.40000000596046
1664KeyBindStartupTextBox.BorderSizePixel = 0
1665KeyBindStartupTextBox.Position = UDim2.new(0.416225731, 0, 0.842592537, 0)
1666KeyBindStartupTextBox.Size = UDim2.new(0, 45, 0, 19)
1667KeyBindStartupTextBox.Font = Enum.Font.SourceSans
1668KeyBindStartupTextBox.FontSize = Enum.FontSize.Size14
1669KeyBindStartupTextBox.Text = "G"
1670KeyBindStartupTextBox.TextColor3 = Color3.new(1, 0.333333, 0)
1671KeyBindStartupTextBox.TextSize = 14
1672
1673KeyBindSetupText.Name = "KeyBindSetupText"
1674KeyBindSetupText.Parent = KeyBind
1675KeyBindSetupText.BackgroundColor3 = Color3.new(1, 1, 1)
1676KeyBindSetupText.BackgroundTransparency = 1
1677KeyBindSetupText.Position = UDim2.new(0.0748175159, 0, 0.129629627, 0)
1678KeyBindSetupText.Size = UDim2.new(0, 236, 0, 69)
1679KeyBindSetupText.Font = Enum.Font.SourceSans
1680KeyBindSetupText.FontSize = Enum.FontSize.Size24
1681KeyBindSetupText.Text = "Okay, we are almost done! setup your GUI keybind and then press the \"Finish startup\" button!"
1682KeyBindSetupText.TextColor3 = Color3.new(1, 0.333333, 0)
1683KeyBindSetupText.TextSize = 20
1684KeyBindSetupText.TextWrapped = true
1685KeyBindSetupText.TextXAlignment = Enum.TextXAlignment.Left
1686KeyBindSetupText.TextYAlignment = Enum.TextYAlignment.Top
1687
1688KeyBindName.Name = "KeyBindName"
1689KeyBindName.Parent = KeyBind
1690KeyBindName.BackgroundColor3 = Color3.new(1, 1, 1)
1691KeyBindName.BackgroundTransparency = 1
1692KeyBindName.Position = UDim2.new(0.270072997, 0, -0.0216049384, 0)
1693KeyBindName.Size = UDim2.new(0, 130, 0, 16)
1694KeyBindName.Font = Enum.Font.SourceSansBold
1695KeyBindName.FontSize = Enum.FontSize.Size18
1696KeyBindName.Text = "BoogaFucker Setup"
1697KeyBindName.TextColor3 = Color3.new(1, 0.333333, 0)
1698KeyBindName.TextSize = 18
1699KeyBindName.TextWrapped = true
1700KeyBindName.TextXAlignment = Enum.TextXAlignment.Left
1701KeyBindName.TextYAlignment = Enum.TextYAlignment.Top
1702end)
1703
1704
1705Onyx.MouseButton1Down:connect(function()
1706-- Onyx HUB v2.1
1707-- Speedhack : Q
1708-- Auto pickup : y
1709
1710 -- by Zeestriaa#7876
1711 -- Showcased by Cryptic
1712
1713local BoogaBooga = Instance.new("ScreenGui")
1714local Frame = Instance.new("Frame")
1715local HeaderFrame = Instance.new("Frame")
1716local TitleGUI = Instance.new("TextLabel")
1717local SpeedHack = Instance.new("TextButton")
1718local JumpHack = Instance.new("TextButton")
1719local InfinityJump = Instance.new("TextButton")
1720local CraftGUI = Instance.new("TextButton")
1721local Minimize = Instance.new("TextButton")
1722local CraftFrame = Instance.new("Frame")
1723local HeaderFrame_2 = Instance.new("Frame")
1724local CraftLogo = Instance.new("TextLabel")
1725local ItemName = Instance.new("TextBox")
1726local CraftSubmit = Instance.new("TextButton")
1727local CraftGUI_2 = Instance.new("TextButton")
1728local AutoPickup = Instance.new("TextButton")
1729local ESPTrack = Instance.new("TextButton")
1730local DropItem = Instance.new("TextButton")
1731local ItemDrop = Instance.new("TextBox")
1732local MinimizeFrame = Instance.new("Frame")
1733local MinOpen = Instance.new("TextButton")
1734
1735-- Properties
1736
1737BoogaBooga.Name = "BoogaBooga"
1738BoogaBooga.Parent = game.CoreGui
1739
1740Frame.Parent = BoogaBooga
1741Frame.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
1742Frame.BorderSizePixel = 0
1743Frame.Position = UDim2.new(0, 319, 0, 134)
1744Frame.Size = UDim2.new(0, 577, 0, 250)
1745Frame.Active = true
1746Frame.Selectable = true
1747
1748HeaderFrame.Name = "HeaderFrame"
1749HeaderFrame.Parent = Frame
1750HeaderFrame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
1751HeaderFrame.BorderSizePixel = 0
1752HeaderFrame.Size = UDim2.new(0, 577, 0, 33)
1753
1754TitleGUI.Name = "TitleGUI"
1755TitleGUI.Parent = Frame
1756TitleGUI.BackgroundColor3 = Color3.new(1, 1, 1)
1757TitleGUI.BackgroundTransparency = 1
1758TitleGUI.BorderSizePixel = 0
1759TitleGUI.Position = UDim2.new(0, 140, 0, 0)
1760TitleGUI.Size = UDim2.new(0, 309, 0, 33)
1761TitleGUI.Font = Enum.Font.SciFi
1762TitleGUI.Text = "Booga Booga | Onyx Version"
1763TitleGUI.TextColor3 = Color3.new(1, 1, 1)
1764TitleGUI.TextSize = 14
1765
1766SpeedHack.Name = "SpeedHack"
1767SpeedHack.Parent = Frame
1768SpeedHack.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
1769SpeedHack.BorderSizePixel = 0
1770SpeedHack.Position = UDim2.new(0, 20, 0, 49)
1771SpeedHack.Size = UDim2.new(0, 200, 0, 50)
1772SpeedHack.Font = Enum.Font.SourceSans
1773SpeedHack.Text = "SpeedHack"
1774SpeedHack.TextColor3 = Color3.new(1, 1, 1)
1775SpeedHack.TextSize = 14
1776
1777JumpHack.Name = "JumpHack"
1778JumpHack.Parent = Frame
1779JumpHack.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
1780JumpHack.BorderSizePixel = 0
1781JumpHack.Position = UDim2.new(0, 20, 0, 112)
1782JumpHack.Size = UDim2.new(0, 200, 0, 50)
1783JumpHack.Font = Enum.Font.SourceSans
1784JumpHack.Text = "JumpHack"
1785JumpHack.TextColor3 = Color3.new(1, 1, 1)
1786JumpHack.TextSize = 14
1787
1788InfinityJump.Name = "InfinityJump"
1789InfinityJump.Parent = Frame
1790InfinityJump.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
1791InfinityJump.BorderSizePixel = 0
1792InfinityJump.Position = UDim2.new(0, 21, 0, 173)
1793InfinityJump.Size = UDim2.new(0, 200, 0, 50)
1794InfinityJump.Font = Enum.Font.SourceSans
1795InfinityJump.Text = "Infinity Jump"
1796InfinityJump.TextColor3 = Color3.new(1, 1, 1)
1797InfinityJump.TextSize = 14
1798
1799CraftGUI.Name = "CraftGUI"
1800CraftGUI.Parent = Frame
1801CraftGUI.BackgroundColor3 = Color3.new(1, 1, 1)
1802CraftGUI.BackgroundTransparency = 1
1803CraftGUI.BorderSizePixel = 0
1804CraftGUI.Size = UDim2.new(0, 81, 0, 31)
1805CraftGUI.Font = Enum.Font.ArialBold
1806CraftGUI.Text = "<"
1807CraftGUI.TextColor3 = Color3.new(1, 1, 1)
1808CraftGUI.TextSize = 14
1809
1810Minimize.Name = "Minimize"
1811Minimize.Parent = Frame
1812Minimize.BackgroundColor3 = Color3.new(1, 1, 1)
1813Minimize.BackgroundTransparency = 1
1814Minimize.BorderSizePixel = 0
1815Minimize.Position = UDim2.new(0, 496, 0, 0)
1816Minimize.Size = UDim2.new(0, 81, 0, 31)
1817Minimize.Font = Enum.Font.ArialBold
1818Minimize.Text = ">"
1819Minimize.TextColor3 = Color3.new(1, 1, 1)
1820Minimize.TextSize = 14
1821
1822CraftFrame.Name = "CraftFrame"
1823CraftFrame.Parent = Frame
1824CraftFrame.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
1825CraftFrame.Position = UDim2.new(0, -245, 0, 0)
1826CraftFrame.Size = UDim2.new(0, 226, 0, 151)
1827CraftFrame.Visible = false
1828
1829HeaderFrame_2.Name = "HeaderFrame"
1830HeaderFrame_2.Parent = CraftFrame
1831HeaderFrame_2.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
1832HeaderFrame_2.BorderSizePixel = 0
1833HeaderFrame_2.Size = UDim2.new(0, 226, 0, 33)
1834
1835CraftLogo.Name = "CraftLogo"
1836CraftLogo.Parent = CraftFrame
1837CraftLogo.BackgroundColor3 = Color3.new(1, 1, 1)
1838CraftLogo.BackgroundTransparency = 1
1839CraftLogo.BorderSizePixel = 0
1840CraftLogo.Position = UDim2.new(0, 55, 0, 0)
1841CraftLogo.Size = UDim2.new(0, 115, 0, 31)
1842CraftLogo.Font = Enum.Font.SciFi
1843CraftLogo.Text = "Craft Item"
1844CraftLogo.TextColor3 = Color3.new(1, 1, 1)
1845CraftLogo.TextSize = 14
1846
1847ItemName.Name = "ItemName"
1848ItemName.Parent = CraftFrame
1849ItemName.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
1850ItemName.BorderColor3 = Color3.new(0, 0, 0)
1851ItemName.BorderSizePixel = 3
1852ItemName.Position = UDim2.new(0, 13, 0, 47)
1853ItemName.Size = UDim2.new(0, 200, 0, 34)
1854ItemName.Font = Enum.Font.SciFi
1855ItemName.Text = "Item Name"
1856ItemName.TextColor3 = Color3.new(1, 1, 1)
1857ItemName.TextSize = 14
1858
1859CraftSubmit.Name = "CraftSubmit"
1860CraftSubmit.Parent = CraftFrame
1861CraftSubmit.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
1862CraftSubmit.BorderSizePixel = 0
1863CraftSubmit.Position = UDim2.new(0, 13, 0, 93)
1864CraftSubmit.Size = UDim2.new(0, 200, 0, 35)
1865CraftSubmit.Font = Enum.Font.SciFi
1866CraftSubmit.Text = "Craft Now!"
1867CraftSubmit.TextColor3 = Color3.new(1, 1, 1)
1868CraftSubmit.TextSize = 14
1869
1870CraftGUI_2.Name = "CraftGUI"
1871CraftGUI_2.Parent = CraftFrame
1872CraftGUI_2.BackgroundColor3 = Color3.new(1, 1, 1)
1873CraftGUI_2.BackgroundTransparency = 1
1874CraftGUI_2.BorderSizePixel = 0
1875CraftGUI_2.Position = UDim2.new(0, 163, 0, 0)
1876CraftGUI_2.Size = UDim2.new(0, 63, 0, 31)
1877CraftGUI_2.Font = Enum.Font.ArialBold
1878CraftGUI_2.Text = ">"
1879CraftGUI_2.TextColor3 = Color3.new(1, 1, 1)
1880CraftGUI_2.TextSize = 14
1881
1882AutoPickup.Name = "AutoPickup"
1883AutoPickup.Parent = Frame
1884AutoPickup.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
1885AutoPickup.BorderSizePixel = 0
1886AutoPickup.Position = UDim2.new(0, 236, 0, 49)
1887AutoPickup.Size = UDim2.new(0, 200, 0, 50)
1888AutoPickup.Font = Enum.Font.SciFi
1889AutoPickup.Text = "Auto Pickup"
1890AutoPickup.TextColor3 = Color3.new(1, 1, 1)
1891AutoPickup.TextSize = 14
1892
1893ESPTrack.Name = "ESP Track"
1894ESPTrack.Parent = Frame
1895ESPTrack.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
1896ESPTrack.BorderSizePixel = 0
1897ESPTrack.Position = UDim2.new(0, 237, 0, 110)
1898ESPTrack.Size = UDim2.new(0, 200, 0, 49)
1899ESPTrack.Font = Enum.Font.SciFi
1900ESPTrack.Text = "ESP Track"
1901ESPTrack.TextColor3 = Color3.new(1, 1, 1)
1902ESPTrack.TextSize = 14
1903
1904DropItem.Name = "DropItem"
1905DropItem.Parent = Frame
1906DropItem.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
1907DropItem.BorderSizePixel = 0
1908DropItem.Position = UDim2.new(0, 238, 0, 173)
1909DropItem.Size = UDim2.new(0, 324, 0, 49)
1910DropItem.Font = Enum.Font.SciFi
1911DropItem.Text = "Drop item from bag!"
1912DropItem.TextColor3 = Color3.new(1, 1, 1)
1913DropItem.TextSize = 14
1914
1915ItemDrop.Name = "ItemDrop"
1916ItemDrop.Parent = Frame
1917ItemDrop.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
1918ItemDrop.BorderColor3 = Color3.new(0, 0, 0)
1919ItemDrop.BorderSizePixel = 3
1920ItemDrop.Position = UDim2.new(0, 448, 0, 49)
1921ItemDrop.Size = UDim2.new(0, 113, 0, 106)
1922ItemDrop.Font = Enum.Font.SciFi
1923ItemDrop.Text = "Item Name"
1924ItemDrop.TextColor3 = Color3.new(1, 1, 1)
1925ItemDrop.TextSize = 14
1926
1927MinimizeFrame.Name = "MinimizeFrame"
1928MinimizeFrame.Parent = BoogaBooga
1929MinimizeFrame.BackgroundColor3 = Color3.new(1, 1, 1)
1930MinimizeFrame.BackgroundTransparency = 1
1931MinimizeFrame.BorderSizePixel = 0
1932MinimizeFrame.Position = UDim2.new(0, 942, 0, 215)
1933MinimizeFrame.Size = UDim2.new(0, 154, 0, 223)
1934MinimizeFrame.Visible = false
1935
1936MinOpen.Name = "MinOpen"
1937MinOpen.Parent = MinimizeFrame
1938MinOpen.BackgroundColor3 = Color3.new(1, 1, 1)
1939MinOpen.BackgroundTransparency = 1
1940MinOpen.BorderSizePixel = 0
1941MinOpen.Position = UDim2.new( 0.2, -110, 0, -200)
1942MinOpen.Size = UDim2.new(0, 154, 0, 223)
1943MinOpen.Font = Enum.Font.Fantasy
1944MinOpen.Text = "<"
1945MinOpen.TextColor3 = Color3.new(1, 1, 1)
1946MinOpen.TextScaled = true
1947MinOpen.TextSize = 14
1948MinOpen.TextWrapped = true
1949
1950-- Scripts
1951
1952SpeedHack.MouseButton1Down:connect(function()
1953 local plr = game:GetService("Players").LocalPlayer
1954local char = plr.Character
1955local mouse = game:GetService("Players").LocalPlayer:GetMouse()
1956local hum = char:FindFirstChild("HumanoidRootPart")
1957local speed = 3
1958mouse.KeyDown:connect(function(key)
1959 if key == "q" then
1960 loop = true
1961 while loop do
1962 hum.CFrame = hum.CFrame + hum.CFrame.lookVector * speed
1963 wait()
1964 end
1965 end
1966end)
1967
1968mouse.KeyUp:connect(function(key)
1969 if key == "q" then
1970 loop = false
1971 end
1972end)
1973end)
1974
1975JumpHack.MouseButton1Down:connect(function()
1976 game.Players.LocalPlayer.Character.Humanoid.JumpPower = 150
1977end)
1978
1979InfinityJump.MouseButton1Down:connect(function()
1980 loadstring(game:HttpGet(('https://pastebin.com/raw/2eYepag7'),true))()
1981end)
1982
1983CraftGUI.MouseButton1Down:connect(function()
1984 CraftFrame.Visible = true
1985end)
1986
1987Minimize.MouseButton1Down:connect(function()
1988 Frame.Visible = false
1989 MinimizeFrame.Visible = true
1990end)
1991
1992CraftSubmit.MouseButton1Down:connect(function()
1993local Item = ItemName.Text
1994local Event = game:GetService("ReplicatedStorage").Events.CraftItem
1995Event:FireServer(Item)
1996end)
1997
1998CraftGUI_2.MouseButton1Down:connect(function()
1999 CraftFrame.Visible = false
2000end)
2001
2002AutoPickup.MouseButton1Down:connect(function()
2003 local Objects;
2004
2005local Pickup = function(Character)
2006 local myPos = Character.HumanoidRootPart.Position
2007 local Objects = {}
2008 for i,v in pairs(workspace:GetChildren()) do
2009 if v:FindFirstChild("Pickup") ~= nil and v.ClassName == "Part" then
2010 local Pos = v.Position
2011 local Distance = (myPos - Pos).magnitude
2012 if Distance < 40 then
2013 table.insert(Objects, v)
2014 end
2015 elseif v:FindFirstChild("Pickup") ~= nil and v:FindFirstChild("Part") ~= nil and v.Part.ClassName == "Part" then
2016 local Pos = v.Part.Position
2017 local Distance = (myPos - Pos).magnitude
2018 if Distance < 40 then
2019 table.insert(Objects, v)
2020 end
2021 elseif v:FindFirstChild("Pickup") ~= nil and v.ClassName == "UnionOperation" then
2022 local Pos = v.Position
2023 local Distance = (myPos - Pos).magnitude
2024 if Distance < 40 then
2025 table.insert(Objects, v)
2026 end
2027 end
2028 end
2029 for i,v in pairs(Objects) do
2030 for i=1,10 do
2031 v.Position = myPosunannoy
2032 game:GetService("ReplicatedStorage").Events.Pickup:FireServer(v)
2033 end
2034 end
2035end
2036wait(1)
2037local mouse = game:GetService("Players").LocalPlayer:GetMouse()
2038
2039mouse.KeyDown:connect(function(key)
2040 if key == "y" then
2041print'howdi neighbor'
2042Pickup(game.Players.LocalPlayer.Character)
2043end
2044end)
2045end)
2046
2047Important = {Players = game:GetService("Players"), Workspace = game:GetService("Workspace"), CoreGui = game:GetService("CoreGui")}
2048
2049local enabledesp = false
2050
2051function CreateESP(plr)
2052
2053 if plr ~= nil then
2054
2055 local GetChar = plr.Character
2056 if not GetChar then return end
2057
2058 local GetHead do
2059
2060 repeat wait() until GetChar:FindFirstChild("Head")
2061
2062 end
2063 GetHead = GetChar.Head
2064
2065 local bb = Instance.new("BillboardGui", Important.CoreGui)
2066 bb.Adornee = GetHead
2067 bb.ExtentsOffset = Vector3.new(0, 1, 0)
2068 bb.AlwaysOnTop = true
2069 bb.Size = UDim2.new(0, 5, 0, 5)
2070 bb.StudsOffset = Vector3.new(0, 3, 0)
2071 bb.Name = "ESP_PLAYER_" .. plr.Name
2072
2073 local displayframe = Instance.new("Frame", bb)
2074 displayframe.ZIndex = 10
2075 displayframe.BackgroundTransparency = 1
2076 displayframe.Size = UDim2.new(1,0,1,0)
2077
2078 local name = Instance.new("TextLabel", displayframe)
2079 name.Name = "Name"
2080 name.ZIndex = 10
2081 name.Text = plr.Name
2082 name.Visible = true
2083 name.TextColor3 = Color3.new(170,0,0)
2084 name.BackgroundTransparency = 1
2085 name.Size = UDim2.new(1,0,10,0)
2086 name.Font = Enum.Font.SourceSansLight
2087 name.TextSize = 20
2088 name.TextStrokeTransparency = .5
2089
2090 end
2091
2092end
2093
2094ESPTrack.MouseButton1Click:connect(function()
2095 for i,v in pairs(Important.Players:GetChildren()) do
2096
2097 CreateESP(v)
2098
2099 end
2100end)
2101
2102DropItem.MouseButton1Down:connect(function()
2103local item = ItemDrop.Text -- change this to the item you want to drop
2104local amount = 1000 -- change this to the amount you want to drop
2105
2106local i = 0
2107while i <= amount do
2108 game.ReplicatedStorage.Events.DropBagItem:FireServer(item)
2109 i = i + 1
2110end
2111end)
2112
2113MinOpen.MouseButton1Down:connect(function()
2114 MinimizeFrame.Visible = false
2115 Frame.Visible = true
2116end)
2117end)
2118
2119Admin.MouseButton1Down:connect(function()
2120-- Creator: illremember#3799
2121
2122-- Credits to infinite yield, harkinian, dex creators
2123
2124prefix = ";"
2125wait(0.3)
2126Commands = {
2127 '[-] cmdbar is shown when ; is pressed.',
2128 '[1] kill [plr] -- You need a tool! Will kill the player, use rkill to kill you and player',
2129 '[2] bring [plr] -- You need a tool! Will bring player to you',
2130 '[3] spin [plr] -- You need a tool! Makes you and the player spin crazy',
2131 '[4] unspin -- Use after using spin cmd and dying, so you stop loop teleporting',
2132 '[5] attach [plr] -- You need a tool! Attaches you to player',
2133 '[6] unattach [plr] -- Attempts to unattach you from a player',
2134 '[7] follow [plr] -- Makes you follow behind the player',
2135 '[8] unfollow',
2136 '[9] freefall [plr] -- You need a tool! Teleports you and the player up into the air',
2137 '[10] trail [plr] -- The opposite of follow, you stay infront of player',
2138 '[11] untrail',
2139 '[12] orbit [plr] -- Makes you orbit the player',
2140 '[13] unorbit',
2141 '[14] fling [plr] -- Makes you fling the player',
2142 '[15] unfling',
2143 '[16] fecheck -- Checks if the game is FE or not',
2144 '[17] void [plr] -- Teleports player to the void',
2145 '[18] noclip -- Gives you noclip to walk through walls',
2146 '[19] clip -- Removes noclip',
2147 '[20] speed [num]/ws [num] -- Changes how fast you walk 16 is default',
2148 '[21] jumppower [num]/jp [num] -- Changes how high you jump 50 is default',
2149 '[22] hipheight [num]/hh [num] -- Changes how high you float 0 is default',
2150 '[23] default -- Changes your speed, jumppower and hipheight to default values',
2151 '[24] annoy [plr] -- Loop teleports you to the player',
2152 '[25] unannoy',
2153 '[26] headwalk [plr] -- Loop teleports you to the player head',
2154 '[27] unheadwalk',
2155 '[28] nolimbs -- Removes your arms and legs',
2156 '[29] god -- Gives you FE Godmode',
2157 '[30] drophats -- Drops your accessories',
2158 '[31] droptool -- Drops any tool you have equipped',
2159 '[32] loopdhats -- Loop drops your accessories',
2160 '[33] unloopdhats',
2161 '[34] loopdtool -- Loop drops any tools you have equipped',
2162 '[35] unloopdtool',
2163 '[36] invisible -- Gives you invisibility CREDIT TO TIMELESS',
2164 '[37] view [plr] -- Changes your camera to the player character',
2165 '[38] unview',
2166 '[39] goto [plr] -- Teleports you to player',
2167 '[40] fly -- Allows you to fly, credit to Infinite Yield',
2168 '[41] unfly',
2169 '[42] chat [msg] -- Makes you chat a message',
2170 '[43] spam [msg] -- Spams a message',
2171 '[44] unspam',
2172 '[45] spamwait [num] -- Changes delay of chatting a message for the spam command in seconds default is 1 second',
2173 '[46] pmspam [plr] -- Spams a player in private message',
2174 '[47] unpmspam',
2175 '[48] cfreeze [plr] -- Freezes a player on your client, they will only be frozen for you',
2176 '[49] uncfreeze [plr]',
2177 '[50] unlockws -- Unlocks the workspace',
2178 '[51] lockws -- Locks the workspace',
2179 '[52] btools -- Gives you btools that will only show to you useful for deleting certain blocks only for you',
2180 '[53] pstand -- Enables platform stand',
2181 '[54] unpstand -- Disables platform stand',
2182 '[55] blockhead -- Removes your head mesh',
2183 '[56] sit',
2184 '[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',
2185 '[58] wsvis [num] -- Changes visibility of workspace parts, num should be between 0 and 1, only shows client sided',
2186 '[59] hypertotal -- Loads in my FE GUI Hypertotal',
2187 '[60] cmds -- Prints all commands',
2188 '[61] rmeshhats/blockhats -- Removes the meshes of all your accessories aka block hats',
2189 '[62] rmeshtool/blocktool -- Removes the mesh of the tool you have equipped aka block tool',
2190 '[63] spinner -- Makes you spin',
2191 '[64] nospinner',
2192 '[65] reach [num] -- Gives you reach, mostly used for swords, say ;reachd for default and enter number after for custom',
2193 '[66] noreach -- Removes reach, must have tool equipped',
2194 '[67] rkill [plr] -- Kills you and the player, use kill to just kill the player without dying',
2195 '[68] tp me [plr] -- Alternative to goto',
2196 '[69] cbring [plr] -- Brings player infront of you, shows only on client, allows you to do damage to player',
2197 '[70] uncbring',
2198 '[71] swap [plr] -- You need a tool! Swaps players position with yours and your position with players',
2199 '[72] givetool [plr] -- Gives the tool you have equipped to the player',
2200 '[73] glitch [plr] -- Glitches you and the player, looks very cool',
2201 '[74] unglitch -- Unglitches you',
2202 '[75] grespawn -- Alternative to normal respawn and usually works best for when you want to reset with FE Godmode',
2203 '[76] explorer -- Loads up DEX',
2204 '[77] reset -- Resets your character.',
2205 '[78] anim [id] -- Applies an animation on you, must be created by ROBLOX',
2206 '[79] animgui -- Loads up Energize animations GUI',
2207 '[80] savepos -- Saves your current position',
2208 '[81] loadpos -- Teleports you to your saved position',
2209 '[82] bang [plr] -- 18+ will not work if you have FE Godmode on',
2210 '[83] unbang',
2211 '[84] delcmdbar -- Removes the command bar completely',
2212 '[85] bringmod [obj] -- Brings all the parts in a model, client only, comes from ;bringobj enter exact name of model',
2213 '[86] shutdown -- Uses harkinians script to shutdown server',
2214 '[87] respawn -- If grespawn doesnt work you can use respawn',
2215 '[88] delobj [obj] -- Deletes a certain brick in workspace, client sided',
2216 '[89] getplrs -- Prints all players in game',
2217 '[90] deldecal -- Deletes all decals client sided',
2218 '[91] opfinality -- Loads in my FE GUI Opfinality',
2219 '[92] remotes -- Prints all remotes in the game in the console when added',
2220 '[93] noremotes -- Stops printing remotes',
2221 '[94] tpdefault -- Stops all loop teleports to a player',
2222 '[95] stopsit -- Will not allow you to sit',
2223 '[96] gosit -- Allows you to sit',
2224 '[97] clicktp -- Enables click tp',
2225 '[98] noclicktp -- Disables click tp',
2226 '[99] toolson -- If any tools are dropped in the workspace you will automatically get them',
2227 '[100] toolsoff -- Stops ;toolson',
2228 '[101] version -- Gets the admin version',
2229 '[102] state [num] -- Changes your humanoid state, ;unstate to stop.',
2230 '[103] gravity [num] -- Changes workspace gravity default is 196.2',
2231 '[104] pgs -- Checks if the game has PGSPhysicsSolverEnabled enabled',
2232 '[105] clickdel -- Delete any block you press q on, client sided',
2233 '[106] noclickdel -- Stops clickdel',
2234 '[107] looprhats -- Loop removes mesh of your hats/loop block hats',
2235 '[108] unlooprhats -- Stops loop removing mesh',
2236 '[109] looprtool -- Loop removes mesh of your tool/loop block tools',
2237 '[110] unlooprtool -- Stops loop removing mesh',
2238 '[111] givealltools [plr] -- Gives all the tools you have in your backpack to the player',
2239 '[112] age [plr] -- Makes you chat the account age of the player',
2240 '[113] id [plr] -- Makes you chat the account ID of the player',
2241 '[114] .age [plr] -- Privately shows you the account age of the player',
2242 '[115] .id [plr] -- Privately shows you the account ID of the player',
2243 '[116] gameid -- Shows the game ID',
2244 '[117] removeinvis -- Removes all invisible walls/parts, client sided',
2245 '[118] removefog -- Removes fog, client sided',
2246 '[119] disable -- Disables your character by removing humanoid',
2247 '[120] enable -- Enables your character by adding humanoid',
2248 '[121] prefix [key] -- Changes the prefix used, default is ;',
2249 '[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.',
2250 '[123] flyspeed [num] -- Change your fly speed, default is 1',
2251 '[124] carpet [plr] -- Makes you a carpet for a player, will not work if FE Godmode is on',
2252 '[125] uncarpet -- Stops carpet player',
2253 '[126] stare [plr] -- Turns your character to stare at another player',
2254 '[127] unstare -- Stops stare player',
2255 '[128] logchat -- Logs all chat (including /e and whispers) of all players',
2256 '[129] unlogchat -- Disables logchat',
2257 '[130] fixcam -- Fixes/resets your camera',
2258 '[131] unstate -- Stops changing state',
2259}
2260speedget = 1
2261
2262lplayer = game:GetService("Players").LocalPlayer
2263
2264lplayer.CharacterAdded:Connect(function(character)
2265 spin = false
2266 flying = false
2267 staring = false
2268 banpl = false
2269end)
2270
2271function change()
2272 prefix = prefix
2273 speedfly = speedfly
2274end
2275
2276function GetPlayer(String) -- Credit to Timeless/xFunnieuss
2277 local Found = {}
2278 local strl = String:lower()
2279 if strl == "all" then
2280 for i,v in pairs(game:GetService("Players"):GetPlayers()) do
2281 table.insert(Found,v)
2282 end
2283 elseif strl == "others" then
2284 for i,v in pairs(game:GetService("Players"):GetPlayers()) do
2285 if v.Name ~= lplayer.Name then
2286 table.insert(Found,v)
2287 end
2288 end
2289 elseif strl == "me" then
2290 for i,v in pairs(game:GetService("Players"):GetPlayers()) do
2291 if v.Name == lplayer.Name then
2292 table.insert(Found,v)
2293 end
2294 end
2295 else
2296 for i,v in pairs(game:GetService("Players"):GetPlayers()) do
2297 if v.Name:lower():sub(1, #String) == String:lower() then
2298 table.insert(Found,v)
2299 end
2300 end
2301 end
2302 return Found
2303end
2304
2305local Mouse = lplayer:GetMouse()
2306
2307spin = false
2308followed = false
2309traill = false
2310noclip = false
2311annoying = false
2312hwalk = false
2313droppinghats = false
2314droppingtools = false
2315flying = false
2316spamdelay = 1
2317spamming = false
2318spammingpm = false
2319cbringing = false
2320remotes = true
2321added = true
2322binds = false
2323stopsitting = false
2324clickgoto = false
2325gettingtools = false
2326removingmeshhats = false
2327removingmeshtool = false
2328clickdel = false
2329staring = false
2330chatlogs = false
2331banpl = false
2332changingstate = false
2333statechosen = 0
2334
2335adminversion = "Reviz Admin by illremember, Version 2.0"
2336
2337flying = false
2338speedfly = 1
2339
2340function plrchat(plr, chat)
2341print(plr.Name..": "..tick().."\n"..chat)
2342end
2343
2344for i,v in pairs(game:GetService("Players"):GetPlayers()) do
2345v.Chatted:connect(function(chat)
2346if chatlogs then
2347plrchat(v, chat)
2348end
2349end)
2350end
2351game:GetService("Players").PlayerAdded:connect(function(plr)
2352plr.Chatted:connect(function(chat)
2353if chatlogs then
2354plrchat(plr, chat)
2355end
2356end)
2357end)
2358
2359
2360local ScreenGui = Instance.new("ScreenGui")
2361local Frame = Instance.new("Frame")
2362local CMDBAR = Instance.new("TextBox")
2363ScreenGui.Parent = game:GetService("CoreGui")
2364Frame.Parent = ScreenGui
2365Frame.BackgroundColor3 = Color3.new(0.3, 0.1, 0.1)
2366Frame.BackgroundTransparency = 0.3
2367Frame.Position = UDim2.new(0.25, 0, 0, 10)
2368Frame.Size = UDim2.new(0, 200, 0, 40)
2369Frame.Active = true
2370Frame.Draggable = true
2371CMDBAR.Name = "CMDBAR"
2372CMDBAR.Parent = Frame
2373CMDBAR.BackgroundColor3 = Color3.new(0.105882, 0.164706, 0.207843)
2374CMDBAR.BackgroundTransparency = 0.20000000298023
2375CMDBAR.Size = UDim2.new(0, 180, 0, 20)
2376CMDBAR.Position = UDim2.new(0.05 , 0, 0.25, 0)
2377CMDBAR.Font = Enum.Font.SourceSansLight
2378CMDBAR.FontSize = Enum.FontSize.Size14
2379CMDBAR.TextColor3 = Color3.new(0.945098, 0.945098, 0.945098)
2380CMDBAR.TextScaled = true
2381CMDBAR.TextSize = 14
2382CMDBAR.TextWrapped = true
2383CMDBAR.Text = "Press ; to type, Enter to execute"
2384
2385local CMDS = Instance.new("ScreenGui")
2386local CMDSFRAME = Instance.new("Frame")
2387local ScrollingFrame = Instance.new("ScrollingFrame")
2388local TextLabel = Instance.new("TextLabel")
2389local closegui = Instance.new("TextButton")
2390CMDS.Name = "CMDS"
2391CMDS.Parent = game:GetService("CoreGui")
2392CMDSFRAME.Name = "CMDSFRAME"
2393CMDSFRAME.Parent = CMDS
2394CMDSFRAME.Active = true
2395CMDSFRAME.BackgroundColor3 = Color3.new(0.223529, 0.231373, 0.309804)
2396CMDSFRAME.BorderSizePixel = 0
2397CMDSFRAME.Draggable = true
2398CMDSFRAME.Position = UDim2.new(0, 315, 0, 100)
2399CMDSFRAME.Size = UDim2.new(0, 275, 0, 275)
2400CMDSFRAME.Visible = false
2401ScrollingFrame.Parent = CMDSFRAME
2402ScrollingFrame.BackgroundColor3 = Color3.new(0.160784, 0.160784, 0.203922)
2403ScrollingFrame.BorderSizePixel = 0
2404ScrollingFrame.Position = UDim2.new(0, 0, 0.0729999989, 0)
2405ScrollingFrame.Size = UDim2.new(1.04999995, 0, 0.92900002, 0)
2406ScrollingFrame.CanvasSize = UDim2.new(0, 0, 10, 0)
2407TextLabel.Parent = ScrollingFrame
2408TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
2409TextLabel.BackgroundTransparency = 1
2410TextLabel.Size = UDim2.new(0.930000007, 0, 1, 0)
2411TextLabel.Font = Enum.Font.SourceSans
2412TextLabel.FontSize = Enum.FontSize.Size18
2413TextLabel.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."
2414TextLabel.TextColor3 = Color3.new(1, 1, 1)
2415TextLabel.TextSize = 15
2416TextLabel.TextWrapped = true
2417TextLabel.TextXAlignment = Enum.TextXAlignment.Left
2418TextLabel.TextYAlignment = Enum.TextYAlignment.Top
2419closegui.Name = "closegui"
2420closegui.Parent = CMDSFRAME
2421closegui.BackgroundColor3 = Color3.new(0.890196, 0.223529, 0.0588235)
2422closegui.BorderSizePixel = 0
2423closegui.Position = UDim2.new(0.995000005, 0, 0, 0)
2424closegui.Size = UDim2.new(0.0545952693, 0, 0.0728644878, 0)
2425closegui.Font = Enum.Font.SourceSansBold
2426closegui.FontSize = Enum.FontSize.Size24
2427closegui.Text = "X"
2428closegui.TextColor3 = Color3.new(1, 1, 1)
2429closegui.TextSize = 20
2430
2431closegui.MouseButton1Click:connect(function()
2432 CMDSFRAME.Visible = false
2433end)
2434
2435game:GetService('RunService').Stepped:connect(function()
2436 if spin then
2437 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[spinplr.Name].Character.HumanoidRootPart.CFrame
2438 end
2439 if followed then
2440 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[flwplr.Name].Character.HumanoidRootPart.CFrame + game:GetService("Players")[flwplr.Name].Character.HumanoidRootPart.CFrame.lookVector * -5
2441 end
2442 if traill then
2443 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[trlplr.Name].Character.HumanoidRootPart.CFrame + game:GetService("Players")[trlplr.Name].Character.HumanoidRootPart.CFrame.lookVector * 5
2444 end
2445 if annoying then
2446 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[annplr.Name].Character.HumanoidRootPart.CFrame
2447 end
2448 if hwalk then
2449 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[hdwplr.Name].Character.HumanoidRootPart.CFrame + Vector3.new(0, 4, 0)
2450 end
2451 if staring then
2452 lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(lplayer.Character.Torso.Position, game:GetService("Players")[stareplr.Name].Character.Torso.Position)
2453 end
2454end)
2455game:GetService('RunService').Stepped:connect(function()
2456 if noclip then
2457 if lplayer.Character.Humanoid.RigType == Enum.HumanoidRigType.R6 then
2458 lplayer.Character.Head.CanCollide = false
2459 lplayer.Character.Torso.CanCollide = false
2460 lplayer.Character["Left Leg"].CanCollide = false
2461 lplayer.Character["Right Leg"].CanCollide = false
2462 else
2463 lplayer.Character.Humanoid:ChangeState(11)
2464 end
2465 end
2466 if changingstate then
2467 lplayer.Character.Humanoid:ChangeState(statechosen)
2468 end
2469end)
2470game:GetService('RunService').Stepped:connect(function()
2471 if droppinghats then
2472 for i,v in pairs(lplayer.Character:GetChildren()) do
2473 if (v:IsA("Accessory")) or (v:IsA("Hat")) then
2474 v.Parent = workspace
2475 end
2476 end
2477 end
2478 if droppingtools then
2479 for i,v in pairs(lplayer.Character:GetChildren()) do
2480 if (v:IsA("Tool")) then
2481 v.Parent = workspace
2482 end
2483 end
2484 end
2485 if removingmeshhats then
2486 for i,v in pairs(lplayer.Character:GetChildren()) do
2487 if (v:IsA("Accessory")) or (v:IsA("Hat")) then
2488 v.Handle.Mesh:Destroy()
2489 end
2490 end
2491 end
2492 if removingmeshtool then
2493 for i,v in pairs(lplayer.Character:GetChildren()) do
2494 if (v:IsA("Tool")) then
2495 v.Handle.Mesh:Destroy()
2496 end
2497 end
2498 end
2499end)
2500game:GetService('RunService').Stepped:connect(function()
2501 if banpl then
2502 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[bplrr].Character.HumanoidRootPart.CFrame
2503 end
2504end)
2505game:GetService('RunService').Stepped:connect(function()
2506 if stopsitting then
2507 lplayer.Character.Humanoid.Sit = false
2508 end
2509end)
2510
2511plr = lplayer
2512hum = plr.Character.HumanoidRootPart
2513mouse = plr:GetMouse()
2514mouse.KeyDown:connect(function(key)
2515 if key == "e" then
2516 if mouse.Target then
2517 if clickgoto then
2518 hum.CFrame = CFrame.new(mouse.Hit.x, mouse.Hit.y + 5, mouse.Hit.z)
2519 elseif clickdel then
2520 mouse.Target:Destroy()
2521 end
2522 end
2523 end
2524end)
2525
2526game:GetService("Workspace").ChildAdded:connect(function(part)
2527 if gettingtools then
2528 if part:IsA("Tool") then
2529 part.Handle.CFrame = lplayer.Character.HumanoidRootPart.CFrame
2530 end
2531 end
2532end)
2533
2534lplayer.Chatted:Connect(function(msg)
2535 if string.sub(msg, 1, 6) == (prefix.."kill ") then
2536 if string.sub(msg, 7) == "me" then
2537 lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(100000,0,100000)
2538 else
2539 for i,v in pairs(GetPlayer(string.sub(msg, 7)))do
2540 local NOW = lplayer.Character.HumanoidRootPart.CFrame
2541 lplayer.Character.Humanoid.Name = 1
2542 local l = lplayer.Character["1"]:Clone()
2543 l.Parent = lplayer.Character
2544 l.Name = "Humanoid"
2545 wait(0.1)
2546 lplayer.Character["1"]:Destroy()
2547 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
2548 lplayer.Character.Animate.Disabled = true
2549 wait(0.1)
2550 lplayer.Character.Animate.Disabled = false
2551 lplayer.Character.Humanoid.DisplayDistanceType = "None"
2552 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
2553 lplayer.Character.Humanoid:EquipTool(v)
2554 end
2555 local function tp(player,player2)
2556 local char1,char2=player.Character,player2.Character
2557 if char1 and char2 then
2558 char1:MoveTo(char2.Head.Position)
2559 end
2560 end
2561 wait(0.1)
2562 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
2563 wait(0.2)
2564 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
2565 wait(0.5)
2566 lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,10,-100000))
2567 wait(0.7)
2568 tp(lplayer,game:GetService("Players")[v.Name])
2569 wait(0.7)
2570 lplayer.Character.HumanoidRootPart.CFrame = NOW
2571 game:GetService("StarterGui"):SetCore("SendNotification", {
2572 Title = "Tools needed!";
2573 Text = "You need a tool in your backpack for this command!";
2574 })
2575 end
2576 end
2577 end
2578 if string.sub(msg, 1, 7) == (prefix.."bring ") then
2579 for i,v in pairs(GetPlayer(string.sub(msg, 8)))do
2580 local NOW = lplayer.Character.HumanoidRootPart.CFrame
2581 lplayer.Character.Humanoid.Name = 1
2582 local l = lplayer.Character["1"]:Clone()
2583 l.Parent = lplayer.Character
2584 l.Name = "Humanoid"
2585 wait(0.1)
2586 lplayer.Character["1"]:Destroy()
2587 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
2588 lplayer.Character.Animate.Disabled = true
2589 wait(0.1)
2590 lplayer.Character.Animate.Disabled = false
2591 lplayer.Character.Humanoid.DisplayDistanceType = "None"
2592 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
2593 lplayer.Character.Humanoid:EquipTool(v)
2594 end
2595 local function tp(player,player2)
2596 local char1,char2=player.Character,player2.Character
2597 if char1 and char2 then
2598 char1.HumanoidRootPart.CFrame = char2.HumanoidRootPart.CFrame
2599 end
2600 end
2601 local function getout(player,player2)
2602 local char1,char2=player.Character,player2.Character
2603 if char1 and char2 then
2604 char1:MoveTo(char2.Head.Position)
2605 end
2606 end
2607 tp(game:GetService("Players")[v.Name], lplayer)
2608 wait(0.2)
2609 tp(game:GetService("Players")[v.Name], lplayer)
2610 wait(0.5)
2611 lplayer.Character.HumanoidRootPart.CFrame = NOW
2612 wait(0.5)
2613 getout(lplayer, game:GetService("Players")[v.Name])
2614 wait(0.3)
2615 lplayer.Character.HumanoidRootPart.CFrame = NOW
2616 game:GetService("StarterGui"):SetCore("SendNotification", {
2617 Title = "Tools needed!";
2618 Text = "You need a tool in your backpack for this command!";
2619 })
2620 end
2621 end
2622 if string.sub(msg, 1, 6) == (prefix.."spin ") then
2623 for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
2624 lplayer.Character.Humanoid.Name = 1
2625 local l = lplayer.Character["1"]:Clone()
2626 l.Parent = lplayer.Character
2627 l.Name = "Humanoid"
2628 wait(0.1)
2629 lplayer.Character["1"]:Destroy()
2630 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
2631 lplayer.Character.Animate.Disabled = true
2632 wait(0.1)
2633 lplayer.Character.Animate.Disabled = false
2634 lplayer.Character.Humanoid.DisplayDistanceType = "None"
2635 lplayer.Character.Animate.Disabled = false
2636 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
2637 lplayer.Character.Humanoid:EquipTool(v)
2638 end
2639 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
2640 spinplr = v
2641 wait(0.5)
2642 spin = true
2643 game:GetService("StarterGui"):SetCore("SendNotification", {
2644 Title = "Tools needed!";
2645 Text = "You need a tool in your backpack for this command!";
2646 })
2647 end
2648 end
2649 if string.sub(msg, 1, 7) == (prefix.."unspin") then
2650 spin = false
2651 end
2652 if string.sub(msg, 1, 8) == (prefix.."attach ") then
2653 for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
2654 lplayer.Character.Humanoid.Name = 1
2655 local l = lplayer.Character["1"]:Clone()
2656 l.Parent = lplayer.Character
2657 l.Name = "Humanoid"
2658 wait(0.1)
2659 lplayer.Character["1"]:Destroy()
2660 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
2661 lplayer.Character.Animate.Disabled = true
2662 wait(0.1)
2663 lplayer.Character.Animate.Disabled = false
2664 lplayer.Character.Humanoid.DisplayDistanceType = "None"
2665 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
2666 lplayer.Character.Humanoid:EquipTool(v)
2667 end
2668 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
2669 wait(0.3)
2670 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
2671 attplr = v
2672 game:GetService("StarterGui"):SetCore("SendNotification", {
2673 Title = "Tools needed!";
2674 Text = "You need a tool in your backpack for this command!";
2675 })
2676 end
2677 end
2678 if string.sub(msg, 1, 10) == (prefix.."unattach ") then
2679 for i,v in pairs(GetPlayer(string.sub(msg, 11))) do
2680 local function getout(player,player2)
2681 local char1,char2=player.Character,player2.Character
2682 if char1 and char2 then
2683 char1:MoveTo(char2.Head.Position)
2684 end
2685 end
2686 getout(lplayer, game:GetService("Players")[v.Name])
2687 end
2688 end
2689 if string.sub(msg, 1, 8) == (prefix.."follow ") then
2690 for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
2691 followed = true
2692 flwplr = v
2693 end
2694 end
2695 if string.sub(msg, 1, 9) == (prefix.."unfollow") then
2696 followed = false
2697 end
2698 if string.sub(msg, 1, 10) == (prefix.."freefall ") then
2699 for i,v in pairs(GetPlayer(string.sub(msg, 11))) do
2700 local NOW = lplayer.Character.HumanoidRootPart.CFrame
2701 lplayer.Character.Humanoid.Name = 1
2702 local l = lplayer.Character["1"]:Clone()
2703 l.Parent = lplayer.Character
2704 l.Name = "Humanoid"
2705 wait(0.1)
2706 lplayer.Character["1"]:Destroy()
2707 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
2708 lplayer.Character.Animate.Disabled = true
2709 wait(0.1)
2710 lplayer.Character.Animate.Disabled = false
2711 lplayer.Character.Humanoid.DisplayDistanceType = "None"
2712 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
2713 lplayer.Character.Humanoid:EquipTool(v)
2714 end
2715 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
2716 wait(0.2)
2717 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
2718 wait(0.6)
2719 lplayer.Character.HumanoidRootPart.CFrame = NOW
2720 wait(0.6)
2721 lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(0,50000,0)
2722 game:GetService("StarterGui"):SetCore("SendNotification", {
2723 Title = "Tools needed!";
2724 Text = "You need a tool in your backpack for this command!";
2725 })
2726 end
2727 end
2728 if string.sub(msg, 1, 7) == (prefix.."trail ") then
2729 for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
2730 traill = true
2731 trlplr = v
2732 end
2733 end
2734 if string.sub(msg, 1, 8) == (prefix.."untrail") then
2735 traill = false
2736 end
2737 if string.sub(msg, 1, 7) == (prefix.."orbit ") then
2738 if string.sub(msg, 8) == "all" or string.sub(msg, 8) == "others" or string.sub(msg, 8) == "me" then
2739 lplayer.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame
2740 else
2741 for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
2742 local o = Instance.new("RocketPropulsion")
2743 o.Parent = lplayer.Character.HumanoidRootPart
2744 o.Name = "Orbit"
2745 o.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart
2746 o:Fire()
2747 noclip = true
2748 end
2749 end
2750 end
2751 if string.sub(msg, 1, 8) == (prefix.."unorbit") then
2752 lplayer.Character.HumanoidRootPart.Orbit:Destroy()
2753 noclip = false
2754 end
2755 if string.sub(msg, 1, 7) == (prefix.."fling ") then
2756 if string.sub(msg, 8) == "all" or string.sub(msg, 8) == "others" or string.sub(msg, 8) == "me" then
2757 lplayer.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame
2758 else
2759 for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
2760 local y = Instance.new("RocketPropulsion")
2761 y.Parent = lplayer.Character.HumanoidRootPart
2762 y.CartoonFactor = 1
2763 y.MaxThrust = 800000
2764 y.MaxSpeed = 1000
2765 y.ThrustP = 200000
2766 y.Name = "Fling"
2767 game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head
2768 y.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart
2769 y:Fire()
2770 noclip = true
2771 end
2772 end
2773 end
2774 if string.sub(msg, 1, 8) == (prefix.."unfling") then
2775 noclip = false
2776 lplayer.Character.HumanoidRootPart.Fling:Destroy()
2777 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Head
2778 wait(0.4)
2779 lplayer.Character.HumanoidRootPart.Fling:Destroy()
2780 end
2781 if string.sub(msg, 1, 8) == (prefix.."fecheck") then
2782 if game:GetService("Workspace").FilteringEnabled == true then
2783 warn("FE is Enabled (Filtering Enabled)")
2784 game:GetService("StarterGui"):SetCore("SendNotification", {
2785 Title = "FE is Enabled";
2786 Text = "Filtering Enabled. Enjoy using Reviz Admin!";
2787 })
2788 else
2789 warn("FE is Disabled (Filtering Disabled) Consider using a different admin script.")
2790 game:GetService("StarterGui"):SetCore("SendNotification", {
2791 Title = "FE is Disabled";
2792 Text = "Filtering Disabled. Consider using a different admin script.";
2793 })
2794 end
2795 end
2796 if string.sub(msg, 1, 6) == (prefix.."void ") then
2797 for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
2798 lplayer.Character.Humanoid.Name = 1
2799 local l = lplayer.Character["1"]:Clone()
2800 l.Parent = lplayer.Character
2801 l.Name = "Humanoid"
2802 wait(0.1)
2803 lplayer.Character["1"]:Destroy()
2804 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
2805 lplayer.Character.Animate.Disabled = true
2806 wait(0.1)
2807 lplayer.Character.Animate.Disabled = false
2808 lplayer.Character.Humanoid.DisplayDistanceType = "None"
2809 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
2810 lplayer.Character.Humanoid:EquipTool(v)
2811 end
2812 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
2813 wait(0.2)
2814 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
2815 wait(0.6)
2816 lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(999999999999999,0,999999999999999)
2817 game:GetService("StarterGui"):SetCore("SendNotification", {
2818 Title = "Tools needed!";
2819 Text = "You need a tool in your backpack for this command!";
2820 })
2821 end
2822 end
2823 if string.sub(msg, 1, 7) == (prefix.."noclip") then
2824 noclip = true
2825 game:GetService("StarterGui"):SetCore("SendNotification", {
2826 Title = "Noclip enabled";
2827 Text = "Type ;clip to disable";
2828 })
2829 end
2830 if string.sub(msg, 1, 5) == (prefix.."clip") then
2831 noclip = false
2832 game:GetService("StarterGui"):SetCore("SendNotification", {
2833 Title = "Noclip disabled";
2834 Text = "Type ;noclip to enable";
2835 })
2836 end
2837 if string.sub(msg, 1, 7) == (prefix.."speed ") then
2838 lplayer.Character.Humanoid.WalkSpeed = (string.sub(msg, 8))
2839 end
2840 if string.sub(msg, 1, 4) == (prefix.."ws ") then
2841 lplayer.Character.Humanoid.WalkSpeed = (string.sub(msg, 5))
2842 end
2843 if string.sub(msg, 1, 11) == (prefix.."hipheight ") then
2844 lplayer.Character.Humanoid.HipHeight = (string.sub(msg, 12))
2845 end
2846 if string.sub(msg, 1, 4) == (prefix.."hh ") then
2847 lplayer.Character.Humanoid.HipHeight = (string.sub(msg, 5))
2848 end
2849 if string.sub(msg, 1, 11) == (prefix.."jumppower ") then
2850 lplayer.Character.Humanoid.JumpPower = (string.sub(msg, 12))
2851 end
2852 if string.sub(msg, 1, 4) == (prefix.."jp ") then
2853 lplayer.Character.Humanoid.JumpPower = (string.sub(msg, 5))
2854 end
2855 if string.sub(msg, 1, 8) == (prefix.."default") then
2856 lplayer.Character.Humanoid.JumpPower = 50
2857 lplayer.Character.Humanoid.WalkSpeed = 16
2858 lplayer.Character.Humanoid.HipHeight = 0
2859 end
2860 if string.sub(msg, 1, 7) == (prefix.."annoy ") then
2861 for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
2862 annoying = true
2863 annplr = v
2864 end
2865 end
2866 if string.sub(msg, 1, 8) == (prefix.."unannoy") then
2867 annoying = false
2868 end
2869 if string.sub(msg, 1, 10) == (prefix.."headwalk ") then
2870 for i,v in pairs(GetPlayer(string.sub(msg, 11))) do
2871 hwalk = true
2872 hdwplr = v
2873 end
2874 end
2875 if string.sub(msg, 1, 11) == (prefix.."unheadwalk") then
2876 hwalk = false
2877 end
2878 if string.sub(msg, 1, 8) == (prefix.."nolimbs") then
2879 lplayer.Character["Left Leg"]:Destroy()
2880 lplayer.Character["Left Arm"]:Destroy()
2881 lplayer.Character["Right Leg"]:Destroy()
2882 lplayer.Character["Right Arm"]:Destroy()
2883 end
2884 if string.sub(msg, 1, 4) == (prefix.."god") then
2885 lplayer.Character.Humanoid.Name = 1
2886 local l = lplayer.Character["1"]:Clone()
2887 l.Parent = lplayer.Character
2888 l.Name = "Humanoid"
2889 wait(0.1)
2890 lplayer.Character["1"]:Destroy()
2891 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
2892 lplayer.Character.Animate.Disabled = true
2893 wait(0.1)
2894 lplayer.Character.Animate.Disabled = false
2895 lplayer.Character.Humanoid.DisplayDistanceType = "None"
2896 game:GetService("StarterGui"):SetCore("SendNotification", {
2897 Title = "FE Godmode enabled";
2898 Text = "Use ;grespawn or ;respawn to remove";
2899 })
2900 end
2901 if string.sub(msg, 1, 9) == (prefix.."drophats") then
2902 for i,v in pairs(lplayer.Character:GetChildren()) do
2903 if (v:IsA("Accessory")) or (v:IsA("Hat")) then
2904 v.Parent = workspace
2905 end
2906 end
2907 end
2908 if string.sub(msg, 1, 9) == (prefix.."droptool") then
2909 for i,v in pairs(lplayer.Character:GetChildren()) do
2910 if (v:IsA("Tool")) then
2911 v.Parent = workspace
2912 end
2913 end
2914 end
2915 if string.sub(msg, 1, 10) == (prefix.."loopdhats") then
2916 droppinghats = true
2917 game:GetService("StarterGui"):SetCore("SendNotification", {
2918 Title = "Loop Drop Enabled";
2919 Text = "Type ;unloopdhats to disable";
2920 })
2921 end
2922 if string.sub(msg, 1, 12) == (prefix.."unloopdhats") then
2923 droppinghats = false
2924 game:GetService("StarterGui"):SetCore("SendNotification", {
2925 Title = "Loop Drop Disabled";
2926 Text = "Type ;loopdhats to enable.";
2927 })
2928 end
2929 if string.sub(msg, 1, 10) == (prefix.."loopdtool") then
2930 droppingtools = true
2931 game:GetService("StarterGui"):SetCore("SendNotification", {
2932 Title = "Loop Drop Enabled";
2933 Text = "Type ;unloopdtool to disable";
2934 })
2935 end
2936 if string.sub(msg, 1, 12) == (prefix.."unloopdtool") then
2937 droppingtools = false
2938 game:GetService("StarterGui"):SetCore("SendNotification", {
2939 Title = "Loop Drop Disabled";
2940 Text = "Type ;loopdtool to enable.";
2941 })
2942 end
2943 if string.sub(msg, 1, 10) == (prefix.."invisible") then -- Credit to Timeless
2944 Local = game:GetService('Players').LocalPlayer
2945 Char = Local.Character
2946 touched,tpdback = false, false
2947 box = Instance.new('Part',workspace)
2948 box.Anchored = true
2949 box.CanCollide = true
2950 box.Size = Vector3.new(10,1,10)
2951 box.Position = Vector3.new(0,10000,0)
2952 box.Touched:connect(function(part)
2953 if (part.Parent.Name == Local.Name) then
2954 if touched == false then
2955 touched = true
2956 function apply()
2957 if script.Disabled ~= true then
2958 no = Char.HumanoidRootPart:Clone()
2959 wait(.25)
2960 Char.HumanoidRootPart:Destroy()
2961 no.Parent = Char
2962 Char:MoveTo(loc)
2963 touched = false
2964 end end
2965 if Char then
2966 apply()
2967 end
2968 end
2969 end
2970 end)
2971 repeat wait() until Char
2972 loc = Char.HumanoidRootPart.Position
2973 Char:MoveTo(box.Position + Vector3.new(0,.5,0))
2974 game:GetService("StarterGui"):SetCore("SendNotification", {
2975 Title = "Invisibility enabled!";
2976 Text = "Reset or use ;respawn to remove.";
2977 })
2978 end
2979 if string.sub(msg, 1, 6) == (prefix.."view ") then
2980 for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
2981 if game:GetService("Players")[v.Name].Character.Humanoid then
2982 game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Humanoid
2983 else
2984 game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head
2985 end
2986 end
2987 end
2988 if string.sub(msg, 1, 7) == (prefix.."unview") then
2989 if lplayer.Character.Humanoid then
2990 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Humanoid
2991 else
2992 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Head
2993 end
2994 end
2995 if string.sub(msg, 1, 6) == (prefix.."goto ") then
2996 for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
2997 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
2998 end
2999 end
3000 if string.sub(msg, 1, 4) == (prefix.."fly") then
3001 repeat wait() until lplayer and lplayer.Character and lplayer.Character:FindFirstChild('HumanoidRootPart') and lplayer.Character:FindFirstChild('Humanoid')
3002 repeat wait() until Mouse
3003
3004 local T = lplayer.Character.HumanoidRootPart
3005 local CONTROL = {F = 0, B = 0, L = 0, R = 0}
3006 local lCONTROL = {F = 0, B = 0, L = 0, R = 0}
3007 local SPEED = speedget
3008
3009 local function fly()
3010 flying = true
3011 local BG = Instance.new('BodyGyro', T)
3012 local BV = Instance.new('BodyVelocity', T)
3013 BG.P = 9e4
3014 BG.maxTorque = Vector3.new(9e9, 9e9, 9e9)
3015 BG.cframe = T.CFrame
3016 BV.velocity = Vector3.new(0, 0.1, 0)
3017 BV.maxForce = Vector3.new(9e9, 9e9, 9e9)
3018 spawn(function()
3019 repeat wait()
3020 lplayer.Character.Humanoid.PlatformStand = true
3021 if CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0 then
3022 SPEED = 50
3023 elseif not (CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0) and SPEED ~= 0 then
3024 SPEED = 0
3025 end
3026 if (CONTROL.L + CONTROL.R) ~= 0 or (CONTROL.F + CONTROL.B) ~= 0 then
3027 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
3028 lCONTROL = {F = CONTROL.F, B = CONTROL.B, L = CONTROL.L, R = CONTROL.R}
3029 elseif (CONTROL.L + CONTROL.R) == 0 and (CONTROL.F + CONTROL.B) == 0 and SPEED ~= 0 then
3030 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
3031 else
3032 BV.velocity = Vector3.new(0, 0.1, 0)
3033 end
3034 BG.cframe = workspace.CurrentCamera.CoordinateFrame
3035 until not flying
3036 CONTROL = {F = 0, B = 0, L = 0, R = 0}
3037 lCONTROL = {F = 0, B = 0, L = 0, R = 0}
3038 SPEED = 0
3039 BG:destroy()
3040 BV:destroy()
3041 lplayer.Character.Humanoid.PlatformStand = false
3042 end)
3043 end
3044 Mouse.KeyDown:connect(function(KEY)
3045 if KEY:lower() == 'w' then
3046 CONTROL.F = speedfly
3047 elseif KEY:lower() == 's' then
3048 CONTROL.B = -speedfly
3049 elseif KEY:lower() == 'a' then
3050 CONTROL.L = -speedfly
3051 elseif KEY:lower() == 'd' then
3052 CONTROL.R = speedfly
3053 end
3054 end)
3055 Mouse.KeyUp:connect(function(KEY)
3056 if KEY:lower() == 'w' then
3057 CONTROL.F = 0
3058 elseif KEY:lower() == 's' then
3059 CONTROL.B = 0
3060 elseif KEY:lower() == 'a' then
3061 CONTROL.L = 0
3062 elseif KEY:lower() == 'd' then
3063 CONTROL.R = 0
3064 end
3065 end)
3066 fly()
3067 end
3068 if string.sub(msg, 1, 6) == (prefix.."unfly") then
3069 flying = false
3070 lplayer.Character.Humanoid.PlatformStand = false
3071 end
3072 if string.sub(msg, 1, 6) == (prefix.."chat ") then
3073 game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer((string.sub(msg, 7)), "All")
3074 end
3075 if string.sub(msg, 1, 6) == (prefix.."spam ") then
3076 spamtext = (string.sub(msg, 7))
3077 spamming = true
3078 end
3079 if string.sub(msg, 1, 7) == (prefix.."unspam") then
3080 spamming = false
3081 end
3082 if string.sub(msg, 1, 10) == (prefix.."spamwait ") then
3083 spamdelay = (string.sub(msg, 11))
3084 end
3085 if string.sub(msg, 1, 8) == (prefix.."pmspam ") then
3086 for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
3087 pmspammed = v.Name
3088 spammingpm = true
3089 end
3090 end
3091 if string.sub(msg, 1, 9) == (prefix.."unpmspam") then
3092 spammingpm = false
3093 end
3094 if string.sub(msg, 1, 9) == (prefix.."cfreeze ") then
3095 for i,v in pairs(GetPlayer(string.sub(msg, 10))) do
3096 v.Character["Left Leg"].Anchored = true
3097 v.Character["Left Arm"].Anchored = true
3098 v.Character["Right Leg"].Anchored = true
3099 v.Character["Right Arm"].Anchored = true
3100 v.Character.Torso.Anchored = true
3101 v.Character.Head.Anchored = true
3102 end
3103 end
3104 if string.sub(msg, 1, 11) == (prefix.."uncfreeze ") then
3105 for i,v in pairs(GetPlayer(string.sub(msg, 12))) do
3106 v.Character["Left Leg"].Anchored = false
3107 v.Character["Left Arm"].Anchored = false
3108 v.Character["Right Leg"].Anchored = false
3109 v.Character["Right Arm"].Anchored = false
3110 v.Character.Torso.Anchored = false
3111 v.Character.Head.Anchored = false
3112 end
3113 end
3114 if string.sub(msg, 1, 9) == (prefix.."unlockws") then
3115 local a = game:GetService("Workspace"):getChildren()
3116 for i = 1, #a do
3117 if a[i].className == "Part" then
3118 a[i].Locked = false
3119 elseif a[i].className == "Model" then
3120 local r = a[i]:getChildren()
3121 for i = 1, #r do
3122 if r[i].className == "Part" then
3123 r[i].Locked = false
3124 end
3125 end
3126 end
3127 end
3128 game:GetService("StarterGui"):SetCore("SendNotification", {
3129 Title = "Success!";
3130 Text = "Workspace unlocked. Use ;lockws to lock.";
3131 })
3132 end
3133 if string.sub(msg, 1, 7) == (prefix.."lockws") then
3134 local a = game:GetService("Workspace"):getChildren()
3135 for i = 1, #a do
3136 if a[i].className == "Part" then
3137 a[i].Locked = true
3138 elseif a[i].className == "Model" then
3139 local r = a[i]:getChildren()
3140 for i = 1, #r do
3141 if r[i].className == "Part" then
3142 r[i].Locked = true
3143 end
3144 end
3145 end
3146 end
3147 end
3148 if string.sub(msg, 1, 7) == (prefix.."btools") then
3149 local Clone_T = Instance.new("HopperBin",lplayer.Backpack)
3150 Clone_T.BinType = "Clone"
3151 local Destruct = Instance.new("HopperBin",lplayer.Backpack)
3152 Destruct.BinType = "Hammer"
3153 local Hold_T = Instance.new("HopperBin",lplayer.Backpack)
3154 Hold_T.BinType = "Grab"
3155 end
3156 if string.sub(msg, 1, 7) == (prefix.."pstand") then
3157 lplayer.Character.Humanoid.PlatformStand = true
3158 end
3159 if string.sub(msg, 1, 9) == (prefix.."unpstand") then
3160 lplayer.Character.Humanoid.PlatformStand = false
3161 end
3162 if string.sub(msg, 1, 10) == (prefix.."blockhead") then
3163 lplayer.Character.Head.Mesh:Destroy()
3164 end
3165 if string.sub(msg, 1, 4) == (prefix.."sit") then
3166 lplayer.Character.Humanoid.Sit = true
3167 end
3168 if string.sub(msg, 1, 10) == (prefix.."bringobj ") then
3169 local function bringobjw()
3170 for i,obj in ipairs(game:GetService("Workspace"):GetDescendants()) do
3171 if obj.Name == (string.sub(msg, 11)) then
3172 obj.CFrame = lplayer.Character.HumanoidRootPart.CFrame
3173 obj.CanCollide = false
3174 obj.Transparency = 0.7
3175 wait()
3176 obj.CFrame = lplayer.Character["Left Leg"].CFrame
3177 wait()
3178 obj.CFrame = lplayer.Character["Right Leg"].CFrame
3179 wait()
3180 obj.CFrame = lplayer.Character["Head"].CFrame
3181 end
3182 end
3183 end
3184 while wait() do
3185 bringobjw()
3186 end
3187 game:GetService("StarterGui"):SetCore("SendNotification", {
3188 Title = "BringObj";
3189 Text = "BringObj enabled.";
3190 })
3191 end
3192 if string.sub(msg, 1, 7) == (prefix.."wsvis ") then
3193 vis = (string.sub(msg, 8))
3194 local a = game:GetService("Workspace"):GetDescendants()
3195 for i = 1, #a do
3196 if a[i].className == "Part" then
3197 a[i].Transparency = vis
3198 elseif a[i].className == "Model" then
3199 local r = a[i]:getChildren()
3200 for i = 1, #r do
3201 if r[i].className == "Part" then
3202 r[i].Transparency = vis
3203 end
3204 end
3205 end
3206 end
3207 end
3208 if string.sub(msg, 1, 11) == (prefix.."hypertotal") then
3209 loadstring(game:GetObjects("rbxassetid://1255063809")[1].Source)()
3210 game:GetService("StarterGui"):SetCore("SendNotification", {
3211 Title = "Success!";
3212 Text = "HyperTotal GUI Loaded!";
3213 })
3214 end
3215 if string.sub(msg, 1, 5) == (prefix.."cmds") then
3216 CMDSFRAME.Visible = true
3217 end
3218 if string.sub(msg, 1, 10) == (prefix.."rmeshhats") then
3219 for i,v in pairs(lplayer.Character:GetChildren()) do
3220 if (v:IsA("Accessory")) or (v:IsA("Hat")) then
3221 v.Handle.Mesh:Destroy()
3222 end
3223 end
3224 end
3225 if string.sub(msg, 1, 10) == (prefix.."blockhats") then
3226 for i,v in pairs(lplayer.Character:GetChildren()) do
3227 if (v:IsA("Accessory")) or (v:IsA("Hat")) then
3228 v.Handle.Mesh:Destroy()
3229 end
3230 end
3231 end
3232 if string.sub(msg, 1, 10) == (prefix.."rmeshtool") then
3233 for i,v in pairs(lplayer.Character:GetChildren()) do
3234 if (v:IsA("Tool")) then
3235 v.Handle.Mesh:Destroy()
3236 end
3237 end
3238 end
3239 if string.sub(msg, 1, 10) == (prefix.."blocktool") then
3240 for i,v in pairs(lplayer.Character:GetChildren()) do
3241 if (v:IsA("Tool")) then
3242 v.Handle.Mesh:Destroy()
3243 end
3244 end
3245 end
3246 if string.sub(msg, 1, 8) == (prefix.."spinner") then
3247 local p = Instance.new("RocketPropulsion")
3248 p.Parent = lplayer.Character.HumanoidRootPart
3249 p.Name = "Spinner"
3250 p.Target = lplayer.Character["Left Arm"]
3251 p:Fire()
3252 game:GetService("StarterGui"):SetCore("SendNotification", {
3253 Title = "Spinner enabled";
3254 Text = "Type ;nospinner to disable.";
3255 })
3256 end
3257 if string.sub(msg, 1, 10) == (prefix.."nospinner") then
3258 lplayer.Character.HumanoidRootPart.Spinner:Destroy()
3259 end
3260 if string.sub(msg, 1, 7) == (prefix.."reachd") then
3261 for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
3262 if v:isA("Tool") then
3263 local a = Instance.new("SelectionBox",v.Handle)
3264 a.Adornee = v.Handle
3265 v.Handle.Size = Vector3.new(0.5,0.5,60)
3266 v.GripPos = Vector3.new(0,0,0)
3267 lplayer.Character.Humanoid:UnequipTools()
3268 end
3269 end
3270 game:GetService("StarterGui"):SetCore("SendNotification", {
3271 Title = "Reach applied!";
3272 Text = "Applied to equipped sword. Use ;noreach to disable.";
3273 })
3274 end
3275 if string.sub(msg, 1, 7) == (prefix.."reach ") then
3276 for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
3277 if v:isA("Tool") then
3278 handleSize = v.Handle.Size
3279 wait()
3280 local a = Instance.new("SelectionBox",v.Handle)
3281 a.Name = "a"
3282 a.Adornee = v.Handle
3283 v.Handle.Size = Vector3.new(0.5,0.5,(string.sub(msg, 8)))
3284 v.GripPos = Vector3.new(0,0,0)
3285 lplayer.Character.Humanoid:UnequipTools()
3286 end
3287 end
3288 game:GetService("StarterGui"):SetCore("SendNotification", {
3289 Title = "Reach applied!";
3290 Text = "Applied to equipped sword. Use ;noreach to disable.";
3291 })
3292 end
3293 if string.sub(msg, 1, 8) == (prefix.."noreach") then
3294 for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
3295 if v:isA("Tool") then
3296 v.Handle.a:Destroy()
3297 v.Handle.Size = handleSize
3298 end
3299 end
3300 game:GetService("StarterGui"):SetCore("SendNotification", {
3301 Title = "Reach removed!";
3302 Text = "Removed reach from equipped sword.";
3303 })
3304 end
3305 if string.sub(msg, 1, 7) == (prefix.."rkill ") then
3306 for i,v in pairs(GetPlayer(string.sub(msg, 8)))do
3307 lplayer.Character.Humanoid.Name = 1
3308 local l = lplayer.Character["1"]:Clone()
3309 l.Parent = lplayer.Character
3310 l.Name = "Humanoid"
3311 wait(0.1)
3312 lplayer.Character["1"]:Destroy()
3313 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
3314 lplayer.Character.Animate.Disabled = true
3315 wait(0.1)
3316 lplayer.Character.Animate.Disabled = false
3317 lplayer.Character.Humanoid.DisplayDistanceType = "None"
3318 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
3319 lplayer.Character.Humanoid:EquipTool(v)
3320 end
3321 wait(0.1)
3322 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
3323 wait(0.2)
3324 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
3325 wait(0.5)
3326 lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,10,-100000))
3327 game:GetService("StarterGui"):SetCore("SendNotification", {
3328 Title = "Tools needed!";
3329 Text = "You need a tool in your backpack for this command!";
3330 })
3331 end
3332 end
3333 if string.sub(msg, 1, 7) == (prefix.."tp me ") then
3334 for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
3335 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
3336 end
3337 end
3338 if string.sub(msg, 1, 8) == (prefix.."cbring ") then
3339 if (string.sub(msg, 9)) == "all" or (string.sub(msg, 9)) == "All" or (string.sub(msg, 9)) == "ALL" then
3340 cbringall = true
3341 else
3342 for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
3343 brplr = v.Name
3344 end
3345 end
3346 cbring = true
3347 end
3348 if string.sub(msg, 1, 9) == (prefix.."uncbring") then
3349 cbring = false
3350 cbringall = false
3351 end
3352 if string.sub(msg, 1, 6) == (prefix.."swap ") then
3353 for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
3354 local NOWPLR = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
3355 local NOW = lplayer.Character.HumanoidRootPart.CFrame
3356 lplayer.Character.Humanoid.Name = 1
3357 local l = lplayer.Character["1"]:Clone()
3358 l.Parent = lplayer.Character
3359 l.Name = "Humanoid"
3360 wait(0.1)
3361 lplayer.Character["1"]:Destroy()
3362 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
3363 lplayer.Character.Animate.Disabled = true
3364 wait(0.1)
3365 lplayer.Character.Animate.Disabled = false
3366 lplayer.Character.Humanoid.DisplayDistanceType = "None"
3367 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
3368 lplayer.Character.Humanoid:EquipTool(v)
3369 end
3370 local function tp(player,player2)
3371 local char1,char2=player.Character,player2.Character
3372 if char1 and char2 then
3373 char1:MoveTo(char2.Head.Position)
3374 end
3375 end
3376 wait(0.1)
3377 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
3378 wait(0.2)
3379 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
3380 wait(0.5)
3381 lplayer.Character.HumanoidRootPart.CFrame = NOW
3382 wait(0.6)
3383 tp(lplayer, game:GetService("Players")[v.Name])
3384 wait(0.4)
3385 lplayer.Character.HumanoidRootPart.CFrame = NOWPLR
3386 game:GetService("StarterGui"):SetCore("SendNotification", {
3387 Title = "Tools needed!";
3388 Text = "You need a tool in your backpack for this command!";
3389 })
3390 end
3391 end
3392 if string.sub(msg, 1, 8) == (prefix.."glitch ") then
3393 for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
3394 lplayer.Character.Humanoid.Name = 1
3395 local l = lplayer.Character["1"]:Clone()
3396 l.Parent = lplayer.Character
3397 l.Name = "Humanoid"
3398 wait(0.1)
3399 lplayer.Character["1"]:Destroy()
3400 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
3401 lplayer.Character.Animate.Disabled = true
3402 wait(0.1)
3403 lplayer.Character.Animate.Disabled = false
3404 lplayer.Character.Humanoid.DisplayDistanceType = "None"
3405 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
3406 lplayer.Character.Humanoid:EquipTool(v)
3407 end
3408 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
3409 wait(0.3)
3410 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
3411 wait(0.4)
3412 b = Instance.new("BodyForce")
3413 b.Parent = lplayer.Character.HumanoidRootPart
3414 b.Name = "Glitch"
3415 b.Force = Vector3.new(100000000,5000,0)
3416 game:GetService("StarterGui"):SetCore("SendNotification", {
3417 Title = "Tools needed!";
3418 Text = "You need a tool in your backpack for this command!";
3419 })
3420 end
3421 end
3422 if string.sub(msg, 1, 9) == (prefix.."unglitch") then
3423 lplayer.Character.HumanoidRootPart.Glitch:Destroy()
3424 lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(10000,0,10000)
3425 b = Instance.new("BodyForce")
3426 b.Parent = lplayer.Character.HumanoidRootPart
3427 b.Name = "unGlitch"
3428 b.Force = Vector3.new(0,-5000000,0)
3429 wait(2)
3430 lplayer.Character.HumanoidRootPart.unGlitch:Destroy()
3431 end
3432 if string.sub(msg, 1, 9) == (prefix.."grespawn") then
3433 lplayer.Character.Humanoid.Health = 0
3434 wait(1)
3435 lplayer.Character.Head.CFrame = CFrame.new(1000000,0,1000000)
3436 lplayer.Character.Torso.CFrame = CFrame.new(1000000,0,1000000)
3437 end
3438 if string.sub(msg, 1, 9) == (prefix.."explorer") then
3439 loadstring(game:GetObjects("rbxassetid://492005721")[1].Source)()
3440 game:GetService("StarterGui"):SetCore("SendNotification", {
3441 Title = "Success!";
3442 Text = "DEX Explorer has loaded.";
3443 })
3444 end
3445 if string.sub(msg, 1, 6) == (prefix.."anim ") then
3446 local Anim = Instance.new("Animation")
3447 Anim.AnimationId = "rbxassetid://"..(string.sub(msg, 7))
3448 local track = lplayer.Character.Humanoid:LoadAnimation(Anim)
3449 track:Play(.1, 1, 1)
3450 end
3451 if string.sub(msg, 1, 8) == (prefix.."animgui") then
3452 loadstring(game:GetObjects("rbxassetid://1202558084")[1].Source)()
3453 game:GetService("StarterGui"):SetCore("SendNotification", {
3454 Title = "Success!";
3455 Text = "Energize Animations GUI has loaded.";
3456 })
3457 end
3458 if string.sub(msg, 1, 8) == (prefix.."savepos") then
3459 saved = lplayer.Character.HumanoidRootPart.CFrame
3460 game:GetService("StarterGui"):SetCore("SendNotification", {
3461 Title = "Position Saved";
3462 Text = "Use ;loadpos to return to saved position.";
3463 })
3464 end
3465 if string.sub(msg, 1, 8) == (prefix.."loadpos") then
3466 lplayer.Character.HumanoidRootPart.CFrame = saved
3467 end
3468 if string.sub(msg, 1, 6) == (prefix.."bang ") then
3469 for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
3470 local Anim2 = Instance.new("Animation")
3471 Anim2.AnimationId = "rbxassetid://148840371"
3472 local track2 = lplayer.Character.Humanoid:LoadAnimation(Anim2)
3473 track2:Play(.1, 1, 1)
3474 bplrr = v.Name
3475 banpl = true
3476 end
3477 end
3478 if string.sub(msg, 1, 7) == (prefix.."unbang") then
3479 banpl = false
3480 end
3481 if string.sub(msg, 1, 10) == (prefix.."bringmod ") then
3482 local function bringmodw()
3483 for i,obj in ipairs(game:GetService("Workspace"):GetDescendants()) do
3484 if obj.Name == (string.sub(msg, 11)) then
3485 for i,ch in pairs(obj:GetDescendants()) do
3486 if (ch:IsA("BasePart")) then
3487 ch.CFrame = lplayer.Character.HumanoidRootPart.CFrame
3488 ch.CanCollide = false
3489 ch.Transparency = 0.7
3490 wait()
3491 ch.CFrame = lplayer.Character["Left Leg"].CFrame
3492 wait()
3493 ch.CFrame = lplayer.Character["Right Leg"].CFrame
3494 wait()
3495 ch.CFrame = lplayer.Character["Head"].CFrame
3496 end
3497 end
3498 end
3499 end
3500 end
3501 while wait() do
3502 bringmodw()
3503 end
3504 game:GetService("StarterGui"):SetCore("SendNotification", {
3505 Title = "BringMod";
3506 Text = "BringMod enabled.";
3507 })
3508 end
3509 if string.sub(msg, 1, 8) == (prefix.."respawn") then
3510 local mod = Instance.new('Model', workspace) mod.Name = 're '..lplayer.Name
3511 local hum = Instance.new('Humanoid', mod)
3512 local ins = Instance.new('Part', mod) ins.Name = 'Torso' ins.CanCollide = false ins.Transparency = 1
3513 lplayer.Character = mod
3514 end
3515 if string.sub(msg, 1, 9) == (prefix.."shutdown") then
3516 game:GetService'RunService'.Stepped:Connect(function()
3517 pcall(function()
3518 for i,v in pairs(game:GetService'Players':GetPlayers()) do
3519 if v.Character ~= nil and v.Character:FindFirstChild'Head' then
3520 for _,x in pairs(v.Character.Head:GetChildren()) do
3521 if x:IsA'Sound' then x.Playing = true x.CharacterSoundEvent:FireServer(true, true) end
3522 end
3523 end
3524 end
3525 end)
3526 end)
3527 game:GetService("StarterGui"):SetCore("SendNotification", {
3528 Title = "Attempting Shutdown";
3529 Text = "Shutdown Attempt has begun.";
3530 })
3531 end
3532 if string.sub(msg, 1, 8) == (prefix.."delobj ") then
3533 objtodel = (string.sub(msg, 9))
3534 for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
3535 if v.Name == objtodel then
3536 v:Destroy()
3537 end
3538 end
3539 end
3540 if string.sub(msg, 1, 8) == (prefix.."getplrs") then
3541 for i,v in pairs(game:GetService("Players"):GetPlayers())do
3542 print(v)
3543 end
3544 game:GetService("StarterGui"):SetCore("SendNotification", {
3545 Title = "Printed";
3546 Text = "Players have been printed to console. (F9)";
3547 })
3548 end
3549 if string.sub(msg, 1, 9) == (prefix.."deldecal") then
3550 for i,v in pairs(game:GetService("Workspace"):GetDescendants())do
3551 if (v:IsA("Decal")) then
3552 v:Destroy()
3553 end
3554 end
3555 end
3556 if string.sub(msg, 1, 11) == (prefix.."opfinality") then
3557 loadstring(game:GetObjects("rbxassetid://1294358929")[1].Source)()
3558 game:GetService("StarterGui"):SetCore("SendNotification", {
3559 Title = "Success!";
3560 Text = "OpFinality GUI has loaded.";
3561 })
3562 end
3563 if string.sub(msg, 1, 8) == (prefix.."remotes") then
3564 remotes = true
3565 added = true
3566 game.DescendantAdded:connect(function(rmt)
3567 if added == true then
3568 if remotes == true then
3569 if rmt:IsA("RemoteEvent") then
3570 print("A RemoteEvent was added!")
3571 print(" game." .. rmt:GetFullName() .. " | RemoteEvent")
3572 print(" game." .. rmt:GetFullName() .. " | RemoteEvent", 247, 0, 0, true)
3573 end end end
3574 end)
3575 game.DescendantAdded:connect(function(rmtfnctn)
3576 if added == true then
3577 if remotes == true then
3578 if rmtfnctn:IsA("RemoteFunction") then
3579 warn("A RemoteFunction was added!")
3580 warn(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction")
3581 print(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction", 5, 102, 198, true)
3582 end end end
3583 end)
3584
3585 game.DescendantAdded:connect(function(bndfnctn)
3586 if added == true then
3587 if binds == true then
3588 if bndfnctn:IsA("BindableFunction") then
3589 print("A BindableFunction was added!")
3590 print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction")
3591 print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction", 239, 247, 4, true)
3592 end end end
3593 end)
3594
3595 game.DescendantAdded:connect(function(bnd)
3596 if added == true then
3597 if binds == true then
3598 if bnd:IsA("BindableEvent") then
3599 warn("A BindableEvent was added!")
3600 warn(" game." .. bnd:GetFullName() .. " | BindableEvent")
3601 print(" game." .. bnd:GetFullName() .. " | BindableEvent", 13, 193, 22, true)
3602 end end end
3603 end)
3604
3605
3606 if binds == true then
3607 for i,v in pairs(game:GetDescendants()) do
3608 if v:IsA("BindableFunction") then
3609 print(" game." .. v:GetFullName() .. " | BindableFunction")
3610 print(" game." .. v:GetFullName() .. " | BindableFunction", 239, 247, 4, true)
3611 end end
3612 for i,v in pairs(game:GetDescendants()) do
3613 if v:IsA("BindableEvent") then
3614 warn(" game." .. v:GetFullName() .. " | BindableEvent")
3615 print(" game." .. v:GetFullName() .. " | BindableEvent", 13, 193, 22, true)
3616 end end
3617 else
3618 print("Off")
3619 end
3620 if remotes == true then
3621 for i,v in pairs(game:GetDescendants()) do
3622 if v:IsA("RemoteFunction") then
3623 warn(" game." .. v:GetFullName() .. " | RemoteFunction")
3624 print(" game." .. v:GetFullName() .. " | RemoteFunction", 5, 102, 198, true)
3625 end end
3626 wait()
3627 for i,v in pairs(game:GetDescendants()) do
3628 if v:IsA("RemoteEvent") then
3629 print(" game." .. v:GetFullName() .. " | RemoteEvent")
3630 print(" game." .. v:GetFullName() .. " | RemoteEvent", 247, 0, 0, true)
3631 end end
3632 else
3633 print("Off")
3634 end
3635 game:GetService("StarterGui"):SetCore("SendNotification", {
3636 Title = "Printing Remotes";
3637 Text = "Type ;noremotes to disable.";
3638 })
3639 end
3640 if string.sub(msg, 1, 10) == (prefix.."noremotes") then
3641 remotes = false
3642 added = false
3643 game:GetService("StarterGui"):SetCore("SendNotification", {
3644 Title = "Printing Remotes Disabled";
3645 Text = "Type ;remotes to enable.";
3646 })
3647 end
3648 if string.sub(msg, 1, 10) == (prefix.."tpdefault") then
3649 spin = false
3650 followed = false
3651 traill = false
3652 noclip = false
3653 annoying = false
3654 hwalk = false
3655 cbringing = false
3656 end
3657 if string.sub(msg, 1, 8) == (prefix.."stopsit") then
3658 stopsitting = true
3659 end
3660 if string.sub(msg, 1, 6) == (prefix.."gosit") then
3661 stopsitting = false
3662 end
3663 if string.sub(msg, 1, 8) == (prefix.."version") then
3664 print(adminversion)
3665 game:GetService("StarterGui"):SetCore("SendNotification", {
3666 Title = "Version";
3667 Text = adminversion;
3668 })
3669 end
3670 if string.sub(msg, 1, 8) == (prefix.."clicktp") then
3671 clickgoto = true
3672 game:GetService("StarterGui"):SetCore("SendNotification", {
3673 Title = "Click TP";
3674 Text = "Press E to teleport to mouse position, ;noclicktp to stop";
3675 })
3676 end
3677 if string.sub(msg, 1, 9) == (prefix.."clickdel") then
3678 clickdel = true
3679 game:GetService("StarterGui"):SetCore("SendNotification", {
3680 Title = "Click Delete";
3681 Text = "Press E to delete part at mouse, ;noclickdel to stop";
3682 })
3683 end
3684 if string.sub(msg, 1, 11) == (prefix.."noclickdel") then
3685 clickdel = false
3686 game:GetService("StarterGui"):SetCore("SendNotification", {
3687 Title = "Click Delete";
3688 Text = "Click delete has been disabled.";
3689 })
3690 end
3691 if string.sub(msg, 1, 10) == (prefix.."noclicktp") then
3692 clickgoto = false
3693 game:GetService("StarterGui"):SetCore("SendNotification", {
3694 Title = "Click TP";
3695 Text = "Click TP has been disabled.";
3696 })
3697 end
3698 if string.sub(msg, 1, 8) == (prefix.."toolson") then
3699 gettingtools = true
3700 game:GetService("StarterGui"):SetCore("SendNotification", {
3701 Title = "Tools Enabled";
3702 Text = "Automatically colleting tools dropped.";
3703 })
3704 end
3705 if string.sub(msg, 1, 9) == (prefix.."toolsoff") then
3706 gettingtools = false
3707 game:GetService("StarterGui"):SetCore("SendNotification", {
3708 Title = "Tools Disabled";
3709 Text = "Click TP has been disabled.";
3710 })
3711 end
3712 if string.sub(msg, 1, 10) == (prefix.."delcmdbar") then
3713 ScreenGui:Destroy()
3714 end
3715 if string.sub(msg, 1, 6) == (prefix.."reset") then
3716 lplayer.Character.Head:Destroy()
3717 end
3718 if string.sub(msg, 1, 7) == (prefix.."state ") then
3719 statechosen = string.sub(msg, 8)
3720 changingstate = true
3721 end
3722 if string.sub(msg, 1, 9) == (prefix.."gravity ") then
3723 game:GetService("Workspace").Gravity = string.sub(msg, 10)
3724 end
3725 if string.sub(msg, 1, 10) == (prefix.."looprhats") then
3726 removingmeshhats = true
3727 end
3728 if string.sub(msg, 1, 12) == (prefix.."unlooprhats") then
3729 removingmeshhats = false
3730 end
3731 if string.sub(msg, 1, 10) == (prefix.."looprtool") then
3732 removingmeshtool = true
3733 end
3734 if string.sub(msg, 1, 12) == (prefix.."unlooprtool") then
3735 removingmeshtool = false
3736 end
3737 if string.sub(msg, 1, 10) == (prefix.."givetool ") then
3738 for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetDescendants()) do
3739 if v:IsA("Tool") then
3740 for i,player in pairs(GetPlayer(string.sub(msg, 11))) do
3741 v.Parent = player.Character
3742 end
3743 end
3744 end
3745 end
3746 if string.sub(msg, 1, 14) == (prefix.."givealltools ") then
3747 for i,v in pairs(game:GetService("Players").LocalPlayer.Backpack:GetDescendants()) do
3748 if v:IsA("Tool") then
3749 v.Parent = lplayer.Character
3750 wait()
3751 for i,player in pairs(GetPlayer(string.sub(msg, 15))) do
3752 v.Parent = player.Character
3753 end
3754 end
3755 end
3756 end
3757 if string.sub(msg, 1, 5) == (prefix.."age ") then
3758 for i,player in pairs(GetPlayer(string.sub(msg, 6))) do
3759 game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.Name.." Account Age: "..player.AccountAge.." days!", "All")
3760 end
3761 end
3762 if string.sub(msg, 1, 4) == (prefix.."id ") then
3763 for i,player in pairs(GetPlayer(string.sub(msg, 5))) do
3764 game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.Name.." Account ID: "..player.UserId, "All")
3765 end
3766 end
3767 if string.sub(msg, 1, 6) == (prefix..".age ") then
3768 for i,player in pairs(GetPlayer(string.sub(msg, 7))) do
3769 game:GetService("StarterGui"):SetCore("SendNotification", {
3770 Title = player.AccountAge.." Days";
3771 Text = "Account age of "..player.Name;
3772 })
3773 end
3774 end
3775 if string.sub(msg, 1, 5) == (prefix..".id ") then
3776 for i,player in pairs(GetPlayer(string.sub(msg, 6))) do
3777 game:GetService("StarterGui"):SetCore("SendNotification", {
3778 Title = player.UserId.." ID";
3779 Text = "Account ID of "..player.Name;
3780 })
3781 end
3782 end
3783 if string.sub(msg, 1, 7) == (prefix.."gameid") then
3784 game:GetService("StarterGui"):SetCore("SendNotification", {
3785 Title = "Game ID";
3786 Text = "Game ID: ".. game.GameId;
3787 })
3788 end
3789 if string.sub(msg, 1, 4) == (prefix.."pgs") then
3790 local pgscheck = game:GetService("Workspace"):PGSIsEnabled()
3791 if pgscheck == true then
3792 game:GetService("StarterGui"):SetCore("SendNotification", {
3793 Title = "PGSPhysicsSolverEnabled";
3794 Text = "PGS is Enabled!";
3795 })
3796 else
3797 game:GetService("StarterGui"):SetCore("SendNotification", {
3798 Title = "PGSPhysicsSolverEnabled";
3799 Text = "PGS is Disabled!";
3800 })
3801 end
3802 end
3803 if string.sub(msg, 1, 12) == (prefix.."removeinvis") then
3804 for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
3805 if v:IsA("Part") then
3806 if v.Transparency == 1 then
3807 if v.Name ~= "HumanoidRootPart" then
3808 v:Destroy()
3809 end
3810 end
3811 end
3812 end
3813 end
3814 if string.sub(msg, 1, 10) == (prefix.."removefog") then
3815 game:GetService("Lighting").FogStart = 0
3816 game:GetService("Lighting").FogEnd = 9999999999999
3817 end
3818 if string.sub(msg, 1, 8) == (prefix.."disable") then
3819 lplayer.Character.Humanoid.Parent = lplayer
3820 end
3821 if string.sub(msg, 1, 7) == (prefix.."enable") then
3822 lplayer.Humanoid.Parent = lplayer.Character
3823 end
3824 if string.sub(msg, 1, 8) == (prefix.."prefix ") then
3825 prefix = (string.sub(msg, 9, 9))
3826 wait(0.1)
3827 change()
3828 wait(0.1)
3829 game:GetService("StarterGui"):SetCore("SendNotification", {
3830 Title = "Prefix changed!";
3831 Text = "Prefix is now "..prefix..". Use ;resetprefix to reset to ;";
3832 })
3833 end
3834 if string.sub(msg, 1, 12) == (";resetprefix") then
3835 prefix = ";"
3836 wait(0.1)
3837 change()
3838 wait(0.1)
3839 game:GetService("StarterGui"):SetCore("SendNotification", {
3840 Title = "Prefix changed!";
3841 Text = "Prefix is now "..prefix..". Make sure it's one key!";
3842 })
3843 end
3844 if string.sub(msg, 1, 10) == (prefix.."flyspeed ") then
3845 speedfly = string.sub(msg, 11)
3846 wait()
3847 change()
3848 end
3849 if string.sub(msg, 1, 8) == (prefix.."carpet ") then
3850 for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
3851 local Anim3 = Instance.new("Animation")
3852 Anim3.AnimationId = "rbxassetid://282574440"
3853 local track3 = lplayer.Character.Humanoid:LoadAnimation(Anim3)
3854 track3:Play(.1, 1, 1)
3855 bplrr = v.Name
3856 banpl = true
3857 end
3858 end
3859 if string.sub(msg, 1, 9) == (prefix.."uncarpet") then
3860 banpl = false
3861 end
3862 if string.sub(msg, 1, 7) == (prefix.."stare ") then
3863 for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
3864 staring = true
3865 stareplr = v
3866 end
3867 end
3868 if string.sub(msg, 1, 8) == (prefix.."unstare") then
3869 staring = false
3870 end
3871 if string.sub(msg, 1, 8) == (prefix.."logchat") then
3872 chatlogs = true
3873 game:GetService("StarterGui"):SetCore("SendNotification", {
3874 Title = "LogChat enabled";
3875 Text = "Now logging all player chat.";
3876 })
3877 end
3878 if string.sub(msg, 1, 10) == (prefix.."unlogchat") then
3879 chatlogs = false
3880 game:GetService("StarterGui"):SetCore("SendNotification", {
3881 Title = "LogChat disabled";
3882 Text = "Stopped logging all player chat.";
3883 })
3884 end
3885 if string.sub(msg, 1, 7) == (prefix.."fixcam") then
3886 game:GetService("Workspace").CurrentCamera:Destroy()
3887 wait(0.1)
3888 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Humanoid
3889 game:GetService("Workspace").CurrentCamera.CameraType = "Custom"
3890 lplayer.CameraMinZoomDistance = 0.5
3891 lplayer.CameraMaxZoomDistance = 400
3892 lplayer.CameraMode = "Classic"
3893 end
3894 if string.sub(msg, 1, 8) == (prefix.."unstate") then
3895 changingstate = false
3896 end
3897end)
3898
3899local function tp()
3900 for i, player in ipairs(game:GetService("Players"):GetPlayers()) do
3901 if player.Character and player.Character:FindFirstChild("HumanoidRootPart") then
3902 if player.Name == brplr then
3903 player.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame + lplayer.Character.HumanoidRootPart.CFrame.lookVector * 2
3904 end
3905 end
3906 end
3907end
3908local function tpall()
3909 for i, player in ipairs(game:GetService("Players"):GetPlayers()) do
3910 if player.Character and player.Character:FindFirstChild("HumanoidRootPart") then
3911 player.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame + lplayer.Character.HumanoidRootPart.CFrame.lookVector * 3
3912 end
3913 end
3914end
3915spawn(function()
3916 while wait(spamdelay) do
3917 if spamming == true then
3918 game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(spamtext, "All")
3919 end
3920 end
3921end)
3922spawn(function()
3923 while wait(spamdelay) do
3924 if spammingpm == true then
3925 game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("/w "..pmspammed.." @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@", "All")
3926 end
3927 end
3928end)
3929spawn(function()
3930 while wait() do
3931 if cbring == true then
3932 tp()
3933 end
3934 end
3935end)
3936spawn(function()
3937 while wait() do
3938 if cbringall == true then
3939 tpall()
3940 end
3941 end
3942end)
3943
3944Mouse.KeyDown:connect(function(Key)
3945 if Key == prefix then
3946 CMDBAR:CaptureFocus()
3947 end
3948end)
3949
3950CMDBAR.FocusLost:connect(function(enterPressed)
3951 if enterPressed then
3952 if string.sub(CMDBAR.Text, 1, 5) == ("kill ") then
3953 if string.sub(CMDBAR.Text, 6) == "me" then
3954 lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(100000,0,100000)
3955 else
3956 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6)))do
3957 local NOW = lplayer.Character.HumanoidRootPart.CFrame
3958 lplayer.Character.Humanoid.Name = 1
3959 local l = lplayer.Character["1"]:Clone()
3960 l.Parent = lplayer.Character
3961 l.Name = "Humanoid"
3962 wait(0.1)
3963 lplayer.Character["1"]:Destroy()
3964 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
3965 lplayer.Character.Animate.Disabled = true
3966 wait(0.1)
3967 lplayer.Character.Animate.Disabled = false
3968 lplayer.Character.Humanoid.DisplayDistanceType = "None"
3969 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
3970 lplayer.Character.Humanoid:EquipTool(v)
3971 end
3972 local function tp(player,player2)
3973 local char1,char2=player.Character,player2.Character
3974 if char1 and char2 then
3975 char1:MoveTo(char2.Head.Position)
3976 end
3977 end
3978 wait(0.1)
3979 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
3980 wait(0.2)
3981 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
3982 wait(0.5)
3983 lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,10,-100000))
3984 wait(0.7)
3985 tp(lplayer,game:GetService("Players")[v.Name])
3986 wait(0.7)
3987 lplayer.Character.HumanoidRootPart.CFrame = NOW
3988 game:GetService("StarterGui"):SetCore("SendNotification", {
3989 Title = "Tools needed!";
3990 Text = "You need a tool in your backpack for this command!";
3991 })
3992 end
3993 end
3994 end
3995 if string.sub(CMDBAR.Text, 1, 6) == ("bring ") then
3996 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7)))do
3997 local NOW = lplayer.Character.HumanoidRootPart.CFrame
3998 lplayer.Character.Humanoid.Name = 1
3999 local l = lplayer.Character["1"]:Clone()
4000 l.Parent = lplayer.Character
4001 l.Name = "Humanoid"
4002 wait(0.1)
4003 lplayer.Character["1"]:Destroy()
4004 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
4005 lplayer.Character.Animate.Disabled = true
4006 wait(0.1)
4007 lplayer.Character.Animate.Disabled = false
4008 lplayer.Character.Humanoid.DisplayDistanceType = "None"
4009 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
4010 lplayer.Character.Humanoid:EquipTool(v)
4011 end
4012 local function tp(player,player2)
4013 local char1,char2=player.Character,player2.Character
4014 if char1 and char2 then
4015 char1.HumanoidRootPart.CFrame = char2.HumanoidRootPart.CFrame
4016 end
4017 end
4018 local function getout(player,player2)
4019 local char1,char2=player.Character,player2.Character
4020 if char1 and char2 then
4021 char1:MoveTo(char2.Head.Position)
4022 end
4023 end
4024 tp(game:GetService("Players")[v.Name], lplayer)
4025 wait(0.2)
4026 tp(game:GetService("Players")[v.Name], lplayer)
4027 wait(0.5)
4028 lplayer.Character.HumanoidRootPart.CFrame = NOW
4029 wait(0.5)
4030 getout(lplayer, game:GetService("Players")[v.Name])
4031 wait(0.3)
4032 lplayer.Character.HumanoidRootPart.CFrame = NOW
4033 game:GetService("StarterGui"):SetCore("SendNotification", {
4034 Title = "Tools needed!";
4035 Text = "You need a tool in your backpack for this command!";
4036 })
4037 end
4038 end
4039 if string.sub(CMDBAR.Text, 1, 5) == ("spin ") then
4040 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
4041 lplayer.Character.Humanoid.Name = 1
4042 local l = lplayer.Character["1"]:Clone()
4043 l.Parent = lplayer.Character
4044 l.Name = "Humanoid"
4045 wait(0.1)
4046 lplayer.Character["1"]:Destroy()
4047 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
4048 lplayer.Character.Animate.Disabled = true
4049 wait(0.1)
4050 lplayer.Character.Animate.Disabled = false
4051 lplayer.Character.Humanoid.DisplayDistanceType = "None"
4052 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
4053 lplayer.Character.Humanoid:EquipTool(v)
4054 end
4055 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
4056 spinplr = v
4057 wait(0.5)
4058 spin = true
4059 game:GetService("StarterGui"):SetCore("SendNotification", {
4060 Title = "Tools needed!";
4061 Text = "You need a tool in your backpack for this command!";
4062 })
4063 end
4064 end
4065 if string.sub(CMDBAR.Text, 1, 6) == ("unspin") then
4066 spin = false
4067 end
4068 if string.sub(CMDBAR.Text, 1, 7) == ("attach ") then
4069 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
4070 lplayer.Character.Humanoid.Name = 1
4071 local l = lplayer.Character["1"]:Clone()
4072 l.Parent = lplayer.Character
4073 l.Name = "Humanoid"
4074 wait(0.1)
4075 lplayer.Character["1"]:Destroy()
4076 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
4077 lplayer.Character.Animate.Disabled = true
4078 wait(0.1)
4079 lplayer.Character.Animate.Disabled = false
4080 lplayer.Character.Humanoid.DisplayDistanceType = "None"
4081 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
4082 lplayer.Character.Humanoid:EquipTool(v)
4083 end
4084 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
4085 wait(0.3)
4086 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
4087 attplr = v
4088 game:GetService("StarterGui"):SetCore("SendNotification", {
4089 Title = "Tools needed!";
4090 Text = "You need a tool in your backpack for this command!";
4091 })
4092 end
4093 end
4094 if string.sub(CMDBAR.Text, 1, 9) == ("unattach ") then
4095 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 10))) do
4096 local function getout(player,player2)
4097 local char1,char2=player.Character,player2.Character
4098 if char1 and char2 then
4099 char1:MoveTo(char2.Head.Position)
4100 end
4101 end
4102 getout(lplayer, game:GetService("Players")[v.Name])
4103 end
4104 end
4105 if string.sub(CMDBAR.Text, 1, 7) == ("follow ") then
4106 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
4107 followed = true
4108 flwplr = v
4109 end
4110 end
4111 if string.sub(CMDBAR.Text, 1, 8) == ("unfollow") then
4112 followed = false
4113 end
4114 if string.sub(CMDBAR.Text, 1, 9) == ("freefall ") then
4115 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 10))) do
4116 local NOW = lplayer.Character.HumanoidRootPart.CFrame
4117 lplayer.Character.Humanoid.Name = 1
4118 local l = lplayer.Character["1"]:Clone()
4119 l.Parent = lplayer.Character
4120 l.Name = "Humanoid"
4121 wait(0.1)
4122 lplayer.Character["1"]:Destroy()
4123 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
4124 lplayer.Character.Animate.Disabled = true
4125 wait(0.1)
4126 lplayer.Character.Animate.Disabled = false
4127 lplayer.Character.Humanoid.DisplayDistanceType = "None"
4128 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
4129 lplayer.Character.Humanoid:EquipTool(v)
4130 end
4131 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
4132 wait(0.2)
4133 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
4134 wait(0.6)
4135 lplayer.Character.HumanoidRootPart.CFrame = NOW
4136 wait(0.6)
4137 lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(0,50000,0)
4138 game:GetService("StarterGui"):SetCore("SendNotification", {
4139 Title = "Tools needed!";
4140 Text = "You need a tool in your backpack for this command!";
4141 })
4142 end
4143 end
4144 if string.sub(CMDBAR.Text, 1, 6) == ("trail ") then
4145 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
4146 traill = true
4147 trlplr = v
4148 end
4149 end
4150 if string.sub(CMDBAR.Text, 1, 7) == ("untrail") then
4151 traill = false
4152 end
4153 if string.sub(CMDBAR.Text, 1, 6) == ("orbit ") then
4154 if string.sub(CMDBAR.Text, 7) == "all" or string.sub(CMDBAR.Text, 7) == "others" or string.sub(CMDBAR.Text, 7) == "me" then
4155 lplayer.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame
4156 else
4157 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
4158 local o = Instance.new("RocketPropulsion")
4159 o.Parent = lplayer.Character.HumanoidRootPart
4160 o.Name = "Orbit"
4161 o.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart
4162 o:Fire()
4163 noclip = true
4164 end
4165 end
4166 end
4167 if string.sub(CMDBAR.Text, 1, 7) == ("unorbit") then
4168 lplayer.Character.HumanoidRootPart.Orbit:Destroy()
4169 noclip = false
4170 end
4171 if string.sub(CMDBAR.Text, 1, 6) == ("fling ") then
4172 if string.sub(CMDBAR.Text, 7) == "all" or string.sub(CMDBAR.Text, 7) == "others" or string.sub(CMDBAR.Text, 7) == "me" then
4173 lplayer.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame
4174 else
4175 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
4176 local y = Instance.new("RocketPropulsion")
4177 y.Parent = lplayer.Character.HumanoidRootPart
4178 y.CartoonFactor = 1
4179 y.MaxThrust = 800000
4180 y.MaxSpeed = 1000
4181 y.ThrustP = 200000
4182 y.Name = "Fling"
4183 game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head
4184 y.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart
4185 y:Fire()
4186 noclip = true
4187 end
4188 end
4189 end
4190 if string.sub(CMDBAR.Text, 1, 7) == ("unfling") then
4191 noclip = false
4192 lplayer.Character.HumanoidRootPart.Fling:Destroy()
4193 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Head
4194 wait(0.4)
4195 lplayer.Character.HumanoidRootPart.Fling:Destroy()
4196 end
4197 if string.sub(CMDBAR.Text, 1, 7) == ("fecheck") then
4198 if game:GetService("Workspace").FilteringEnabled == true then
4199 warn("FE is Enabled (Filtering Enabled)")
4200 game:GetService("StarterGui"):SetCore("SendNotification", {
4201 Title = "FE is Enabled";
4202 Text = "Filtering Enabled. Enjoy using Reviz Admin!";
4203 })
4204 else
4205 warn("FE is Disabled (Filtering Disabled) Consider using a different admin script.")
4206 game:GetService("StarterGui"):SetCore("SendNotification", {
4207 Title = "FE is Disabled";
4208 Text = "Filtering Disabled. Consider using a different admin script.";
4209 })
4210 end
4211 end
4212 if string.sub(CMDBAR.Text, 1, 5) == ("void ") then
4213 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
4214 lplayer.Character.Humanoid.Name = 1
4215 local l = lplayer.Character["1"]:Clone()
4216 l.Parent = lplayer.Character
4217 l.Name = "Humanoid"
4218 wait(0.1)
4219 lplayer.Character["1"]:Destroy()
4220 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
4221 lplayer.Character.Animate.Disabled = true
4222 wait(0.1)
4223 lplayer.Character.Animate.Disabled = false
4224 lplayer.Character.Humanoid.DisplayDistanceType = "None"
4225 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
4226 lplayer.Character.Humanoid:EquipTool(v)
4227 end
4228 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
4229 wait(0.2)
4230 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
4231 wait(0.6)
4232 lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(999999999999999,0,999999999999999)
4233 game:GetService("StarterGui"):SetCore("SendNotification", {
4234 Title = "Tools needed!";
4235 Text = "You need a tool in your backpack for this command!";
4236 })
4237 end
4238 end
4239 if string.sub(CMDBAR.Text, 1, 6) == ("noclip") then
4240 noclip = true
4241 game:GetService("StarterGui"):SetCore("SendNotification", {
4242 Title = "Noclip enabled";
4243 Text = "Type ;clip to disable";
4244 })
4245 end
4246 if string.sub(CMDBAR.Text, 1, 4) == ("clip") then
4247 noclip = false
4248 game:GetService("StarterGui"):SetCore("SendNotification", {
4249 Title = "Noclip disabled";
4250 Text = "Type ;noclip to enable";
4251 })
4252 end
4253 if string.sub(CMDBAR.Text, 1, 6) == ("speed ") then
4254 lplayer.Character.Humanoid.WalkSpeed = (string.sub(CMDBAR.Text, 7))
4255 end
4256 if string.sub(CMDBAR.Text, 1, 3) == ("ws ") then
4257 lplayer.Character.Humanoid.WalkSpeed = (string.sub(CMDBAR.Text, 4))
4258 end
4259 if string.sub(CMDBAR.Text, 1, 10) == ("hipheight ") then
4260 lplayer.Character.Humanoid.HipHeight = (string.sub(CMDBAR.Text, 11))
4261 end
4262 if string.sub(CMDBAR.Text, 1, 3) == ("hh ") then
4263 lplayer.Character.Humanoid.HipHeight = (string.sub(CMDBAR.Text, 4))
4264 end
4265 if string.sub(CMDBAR.Text, 1, 10) == ("jumppower ") then
4266 lplayer.Character.Humanoid.JumpPower = (string.sub(CMDBAR.Text, 11))
4267 end
4268 if string.sub(CMDBAR.Text, 1, 3) == ("jp ") then
4269 lplayer.Character.Humanoid.JumpPower = (string.sub(CMDBAR.Text, 4))
4270 end
4271 if string.sub(CMDBAR.Text, 1, 7) == ("default") then
4272 lplayer.Character.Humanoid.JumpPower = 50
4273 lplayer.Character.Humanoid.WalkSpeed = 16
4274 lplayer.Character.Humanoid.HipHeight = 0
4275 end
4276 if string.sub(CMDBAR.Text, 1, 6) == ("annoy ") then
4277 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
4278 annoying = true
4279 annplr = v
4280 end
4281 end
4282 if string.sub(CMDBAR.Text, 1, 7) == ("unannoy") then
4283 annoying = false
4284 end
4285 if string.sub(CMDBAR.Text, 1, 9) == ("headwalk ") then
4286 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 10))) do
4287 hwalk = true
4288 hdwplr = v
4289 end
4290 end
4291 if string.sub(CMDBAR.Text, 1, 10) == ("unheadwalk") then
4292 hwalk = false
4293 end
4294 if string.sub(CMDBAR.Text, 1, 7) == ("nolimbs") then
4295 lplayer.Character["Left Leg"]:Destroy()
4296 lplayer.Character["Left Arm"]:Destroy()
4297 lplayer.Character["Right Leg"]:Destroy()
4298 lplayer.Character["Right Arm"]:Destroy()
4299 end
4300 if string.sub(CMDBAR.Text, 1, 3) == ("god") then
4301 lplayer.Character.Humanoid.Name = 1
4302 local l = lplayer.Character["1"]:Clone()
4303 l.Parent = lplayer.Character
4304 l.Name = "Humanoid"
4305 wait(0.1)
4306 lplayer.Character["1"]:Destroy()
4307 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
4308 lplayer.Character.Animate.Disabled = true
4309 wait(0.1)
4310 lplayer.Character.Animate.Disabled = false
4311 lplayer.Character.Humanoid.DisplayDistanceType = "None"
4312 game:GetService("StarterGui"):SetCore("SendNotification", {
4313 Title = "FE Godmode enabled";
4314 Text = "Use ;grespawn or ;respawn to remove.";
4315 })
4316 end
4317 if string.sub(CMDBAR.Text, 1, 8) == ("drophats") then
4318 for i,v in pairs(lplayer.Character:GetChildren()) do
4319 if (v:IsA("Accessory")) or (v:IsA("Hat")) then
4320 v.Parent = workspace
4321 end
4322 end
4323 end
4324 if string.sub(CMDBAR.Text, 1, 8) == ("droptool") then
4325 for i,v in pairs(lplayer.Character:GetChildren()) do
4326 if (v:IsA("Tool")) then
4327 v.Parent = workspace
4328 end
4329 end
4330 end
4331 if string.sub(CMDBAR.Text, 1, 9) == ("loopdhats") then
4332 droppinghats = true
4333 game:GetService("StarterGui"):SetCore("SendNotification", {
4334 Title = "Loop Drop Enabled";
4335 Text = "Type ;unloopdhats to disable";
4336 })
4337 end
4338 if string.sub(CMDBAR.Text, 1, 11) == ("unloopdhats") then
4339 droppinghats = false
4340 game:GetService("StarterGui"):SetCore("SendNotification", {
4341 Title = "Loop Drop Disabled";
4342 Text = "Type ;loopdhats to enable.";
4343 })
4344 end
4345 if string.sub(CMDBAR.Text, 1, 9) == ("loopdtool") then
4346 droppingtools = true
4347 game:GetService("StarterGui"):SetCore("SendNotification", {
4348 Title = "Loop Drop Enabled";
4349 Text = "Type ;unloopdtool to disable";
4350 })
4351 end
4352 if string.sub(CMDBAR.Text, 1, 11) == ("unloopdtool") then
4353 droppingtools = false
4354 game:GetService("StarterGui"):SetCore("SendNotification", {
4355 Title = "Loop Drop Disabled";
4356 Text = "Type ;loopdtool to enable.";
4357 })
4358 end
4359 if string.sub(CMDBAR.Text, 1, 9) == ("invisible") then -- Credit to Timeless
4360 Local = game:GetService('Players').LocalPlayer
4361 Char = Local.Character
4362 touched,tpdback = false, false
4363 box = Instance.new('Part',workspace)
4364 box.Anchored = true
4365 box.CanCollide = true
4366 box.Size = Vector3.new(10,1,10)
4367 box.Position = Vector3.new(0,10000,0)
4368 box.Touched:connect(function(part)
4369 if (part.Parent.Name == Local.Name) then
4370 if touched == false then
4371 touched = true
4372 function apply()
4373 if script.Disabled ~= true then
4374 no = Char.HumanoidRootPart:Clone()
4375 wait(.25)
4376 Char.HumanoidRootPart:Destroy()
4377 no.Parent = Char
4378 Char:MoveTo(loc)
4379 touched = false
4380 end end
4381 if Char then
4382 apply()
4383 end
4384 end
4385 end
4386 end)
4387 repeat wait() until Char
4388 loc = Char.HumanoidRootPart.Position
4389 Char:MoveTo(box.Position + Vector3.new(0,.5,0))
4390 game:GetService("StarterGui"):SetCore("SendNotification", {
4391 Title = "Invisibility enabled!";
4392 Text = "Reset or use ;respawn to remove.";
4393 })
4394 end
4395 if string.sub(CMDBAR.Text, 1, 5) == ("view ") then
4396 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
4397 if game:GetService("Players")[v.Name].Character.Humanoid then
4398 game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Humanoid
4399 else
4400 game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head
4401 end
4402 end
4403 end
4404 if string.sub(CMDBAR.Text, 1, 6) == ("unview") then
4405 if lplayer.Character.Humanoid then
4406 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Humanoid
4407 else
4408 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Head
4409 end
4410 end
4411 if string.sub(CMDBAR.Text, 1, 5) == ("goto ") then
4412 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
4413 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
4414 end
4415 end
4416 if string.sub(CMDBAR.Text, 1, 3) == ("fly") then
4417 repeat wait() until lplayer and lplayer.Character and lplayer.Character:FindFirstChild('HumanoidRootPart') and lplayer.Character:FindFirstChild('Humanoid')
4418 repeat wait() until Mouse
4419
4420 local T = lplayer.Character.HumanoidRootPart
4421 local CONTROL = {F = 0, B = 0, L = 0, R = 0}
4422 local lCONTROL = {F = 0, B = 0, L = 0, R = 0}
4423 local SPEED = speedget
4424
4425 local function fly()
4426 flying = true
4427 local BG = Instance.new('BodyGyro', T)
4428 local BV = Instance.new('BodyVelocity', T)
4429 BG.P = 9e4
4430 BG.maxTorque = Vector3.new(9e9, 9e9, 9e9)
4431 BG.cframe = T.CFrame
4432 BV.velocity = Vector3.new(0, 0.1, 0)
4433 BV.maxForce = Vector3.new(9e9, 9e9, 9e9)
4434 spawn(function()
4435 repeat wait()
4436 lplayer.Character.Humanoid.PlatformStand = true
4437 if CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0 then
4438 SPEED = 50
4439 elseif not (CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0) and SPEED ~= 0 then
4440 SPEED = 0
4441 end
4442 if (CONTROL.L + CONTROL.R) ~= 0 or (CONTROL.F + CONTROL.B) ~= 0 then
4443 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
4444 lCONTROL = {F = CONTROL.F, B = CONTROL.B, L = CONTROL.L, R = CONTROL.R}
4445 elseif (CONTROL.L + CONTROL.R) == 0 and (CONTROL.F + CONTROL.B) == 0 and SPEED ~= 0 then
4446 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
4447 else
4448 BV.velocity = Vector3.new(0, 0.1, 0)
4449 end
4450 BG.cframe = workspace.CurrentCamera.CoordinateFrame
4451 until not flying
4452 CONTROL = {F = 0, B = 0, L = 0, R = 0}
4453 lCONTROL = {F = 0, B = 0, L = 0, R = 0}
4454 SPEED = 0
4455 BG:destroy()
4456 BV:destroy()
4457 lplayer.Character.Humanoid.PlatformStand = false
4458 end)
4459 end
4460 Mouse.KeyDown:connect(function(KEY)
4461 if KEY:lower() == 'w' then
4462 CONTROL.F = speedfly
4463 elseif KEY:lower() == 's' then
4464 CONTROL.B = -speedfly
4465 elseif KEY:lower() == 'a' then
4466 CONTROL.L = -speedfly
4467 elseif KEY:lower() == 'd' then
4468 CONTROL.R = speedfly
4469 end
4470 end)
4471 Mouse.KeyUp:connect(function(KEY)
4472 if KEY:lower() == 'w' then
4473 CONTROL.F = 0
4474 elseif KEY:lower() == 's' then
4475 CONTROL.B = 0
4476 elseif KEY:lower() == 'a' then
4477 CONTROL.L = 0
4478 elseif KEY:lower() == 'd' then
4479 CONTROL.R = 0
4480 end
4481 end)
4482 fly()
4483 end
4484 if string.sub(CMDBAR.Text, 1, 5) == ("unfly") then
4485 flying = false
4486 lplayer.Character.Humanoid.PlatformStand = false
4487 end
4488 if string.sub(CMDBAR.Text, 1, 5) == ("chat ") then
4489 game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer((string.sub(CMDBAR.Text, 6)), "All")
4490 end
4491 if string.sub(CMDBAR.Text, 1, 5) == ("spam ") then
4492 spamtext = (string.sub(CMDBAR.Text, 6))
4493 spamming = true
4494 end
4495 if string.sub(CMDBAR.Text, 1, 6) == ("unspam") then
4496 spamming = false
4497 end
4498 if string.sub(CMDBAR.Text, 1, 9) == ("spamwait ") then
4499 spamdelay = (string.sub(CMDBAR.Text, 10))
4500 end
4501 if string.sub(CMDBAR.Text, 1, 7) == ("pmspam ") then
4502 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
4503 pmspammed = v.Name
4504 spammingpm = true
4505 end
4506 end
4507 if string.sub(CMDBAR.Text, 1, 8) == ("unpmspam") then
4508 spammingpm = false
4509 end
4510 if string.sub(CMDBAR.Text, 1, 8) == ("cfreeze ") then
4511 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 9))) do
4512 v.Character["Left Leg"].Anchored = true
4513 v.Character["Left Arm"].Anchored = true
4514 v.Character["Right Leg"].Anchored = true
4515 v.Character["Right Arm"].Anchored = true
4516 v.Character.Torso.Anchored = true
4517 v.Character.Head.Anchored = true
4518 end
4519 end
4520 if string.sub(CMDBAR.Text, 1, 10) == ("uncfreeze ") then
4521 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 11))) do
4522 v.Character["Left Leg"].Anchored = false
4523 v.Character["Left Arm"].Anchored = false
4524 v.Character["Right Leg"].Anchored = false
4525 v.Character["Right Arm"].Anchored = false
4526 v.Character.Torso.Anchored = false
4527 v.Character.Head.Anchored = false
4528 end
4529 end
4530 if string.sub(CMDBAR.Text, 1, 8) == ("unlockws") then
4531 local a = game:GetService("Workspace"):getChildren()
4532 for i = 1, #a do
4533 if a[i].className == "Part" then
4534 a[i].Locked = false
4535 elseif a[i].className == "Model" then
4536 local r = a[i]:getChildren()
4537 for i = 1, #r do
4538 if r[i].className == "Part" then
4539 r[i].Locked = false
4540 end
4541 end
4542 end
4543 end
4544 game:GetService("StarterGui"):SetCore("SendNotification", {
4545 Title = "Success!";
4546 Text = "Workspace unlocked. Use ;lockws to lock.";
4547 })
4548 end
4549 if string.sub(CMDBAR.Text, 1, 6) == ("lockws") then
4550 local a = game:GetService("Workspace"):getChildren()
4551 for i = 1, #a do
4552 if a[i].className == "Part" then
4553 a[i].Locked = true
4554 elseif a[i].className == "Model" then
4555 local r = a[i]:getChildren()
4556 for i = 1, #r do
4557 if r[i].className == "Part" then
4558 r[i].Locked = true
4559 end
4560 end
4561 end
4562 end
4563 end
4564 if string.sub(CMDBAR.Text, 1, 6) == ("btools") then
4565 local Clone_T = Instance.new("HopperBin",lplayer.Backpack)
4566 Clone_T.BinType = "Clone"
4567 local Destruct = Instance.new("HopperBin",lplayer.Backpack)
4568 Destruct.BinType = "Hammer"
4569 local Hold_T = Instance.new("HopperBin",lplayer.Backpack)
4570 Hold_T.BinType = "Grab"
4571 end
4572 if string.sub(CMDBAR.Text, 1, 6) == ("pstand") then
4573 lplayer.Character.Humanoid.PlatformStand = true
4574 end
4575 if string.sub(CMDBAR.Text, 1, 8) == ("unpstand") then
4576 lplayer.Character.Humanoid.PlatformStand = false
4577 end
4578 if string.sub(CMDBAR.Text, 1, 9) == ("blockhead") then
4579 lplayer.Character.Head.Mesh:Destroy()
4580 end
4581 if string.sub(CMDBAR.Text, 1, 3) == ("sit") then
4582 lplayer.Character.Humanoid.Sit = true
4583 end
4584 if string.sub(CMDBAR.Text, 1, 9) == ("bringobj ") then
4585 local function bringobjw()
4586 for i,obj in ipairs(game:GetService("Workspace"):GetDescendants()) do
4587 if obj.Name == (string.sub(CMDBAR.Text, 10)) then
4588 obj.CFrame = lplayer.Character.HumanoidRootPart.CFrame
4589 obj.CanCollide = false
4590 obj.Transparency = 0.7
4591 wait()
4592 obj.CFrame = lplayer.Character["Left Leg"].CFrame
4593 wait()
4594 obj.CFrame = lplayer.Character["Right Leg"].CFrame
4595 wait()
4596 obj.CFrame = lplayer.Character["Head"].CFrame
4597 end
4598 end
4599 end
4600 while wait() do
4601 bringobjw()
4602 end
4603 game:GetService("StarterGui"):SetCore("SendNotification", {
4604 Title = "BringObj";
4605 Text = "BringObj enabled.";
4606 })
4607 end
4608 if string.sub(CMDBAR.Text, 1, 6) == ("wsvis ") then
4609 vis = (string.sub(CMDBAR.Text, 7))
4610 local a = game:GetService("Workspace"):GetDescendants()
4611 for i = 1, #a do
4612 if a[i].className == "Part" then
4613 a[i].Transparency = vis
4614 elseif a[i].className == "Model" then
4615 local r = a[i]:getChildren()
4616 for i = 1, #r do
4617 if r[i].className == "Part" then
4618 r[i].Transparency = vis
4619 end
4620 end
4621 end
4622 end
4623 end
4624 if string.sub(CMDBAR.Text, 1, 10) == ("hypertotal") then
4625 loadstring(game:GetObjects("rbxassetid://1255063809")[1].Source)()
4626 game:GetService("StarterGui"):SetCore("SendNotification", {
4627 Title = "Success!";
4628 Text = "HyperTotal GUI Loaded!";
4629 })
4630 end
4631 if string.sub(CMDBAR.Text, 1, 4) == ("cmds") then
4632 CMDSFRAME.Visible = true
4633 end
4634 if string.sub(CMDBAR.Text, 1, 9) == ("rmeshhats") then
4635 for i,v in pairs(lplayer.Character:GetChildren()) do
4636 if (v:IsA("Accessory")) or (v:IsA("Hat")) then
4637 v.Handle.Mesh:Destroy()
4638 end
4639 end
4640 end
4641 if string.sub(CMDBAR.Text, 1, 9) == ("blockhats") then
4642 for i,v in pairs(lplayer.Character:GetChildren()) do
4643 if (v:IsA("Accessory")) or (v:IsA("Hat")) then
4644 v.Handle.Mesh:Destroy()
4645 end
4646 end
4647 end
4648 if string.sub(CMDBAR.Text, 1, 9) == ("rmeshtool") then
4649 for i,v in pairs(lplayer.Character:GetChildren()) do
4650 if (v:IsA("Tool")) then
4651 v.Handle.Mesh:Destroy()
4652 end
4653 end
4654 end
4655 if string.sub(CMDBAR.Text, 1, 9) == ("blocktool") then
4656 for i,v in pairs(lplayer.Character:GetChildren()) do
4657 if (v:IsA("Tool")) then
4658 v.Handle.Mesh:Destroy()
4659 end
4660 end
4661 end
4662 if string.sub(CMDBAR.Text, 1, 7) == ("spinner") then
4663 local p = Instance.new("RocketPropulsion")
4664 p.Parent = lplayer.Character.HumanoidRootPart
4665 p.Name = "Spinner"
4666 p.Target = lplayer.Character["Left Arm"]
4667 p:Fire()
4668 game:GetService("StarterGui"):SetCore("SendNotification", {
4669 Title = "Spinner enabled";
4670 Text = "Type ;nospinner to disable.";
4671 })
4672 end
4673 if string.sub(CMDBAR.Text, 1, 9) == ("nospinner") then
4674 lplayer.Character.HumanoidRootPart.Spinner:Destroy()
4675 end
4676 if string.sub(CMDBAR.Text, 1, 6) == ("reachd") then
4677 for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
4678 if v:isA("Tool") then
4679 local a = Instance.new("SelectionBox",v.Handle)
4680 a.Adornee = v.Handle
4681 v.Handle.Size = Vector3.new(0.5,0.5,60)
4682 v.GripPos = Vector3.new(0,0,0)
4683 lplayer.Character.Humanoid:UnequipTools()
4684 end
4685 end
4686 game:GetService("StarterGui"):SetCore("SendNotification", {
4687 Title = "Reach applied!";
4688 Text = "Applied to equipped sword. Use ;noreach to disable.";
4689 })
4690 end
4691 if string.sub(CMDBAR.Text, 1, 6) == ("reach ") then
4692 for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
4693 if v:isA("Tool") then
4694 local a = Instance.new("SelectionBox",v.Handle)
4695 a.Name = "Reach"
4696 a.Adornee = v.Handle
4697 v.Handle.Size = Vector3.new(0.5,0.5,(string.sub(CMDBAR.Text, 7)))
4698 v.GripPos = Vector3.new(0,0,0)
4699 lplayer.Character.Humanoid:UnequipTools()
4700 end
4701 end
4702 game:GetService("StarterGui"):SetCore("SendNotification", {
4703 Title = "Reach applied!";
4704 Text = "Applied to equipped sword. Use ;noreach to disable.";
4705 })
4706 end
4707 if string.sub(CMDBAR.Text, 1, 7) == ("noreach") then
4708 for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
4709 if v:isA("Tool") then
4710 v.Handle.Reach:Destroy()
4711 end
4712 end
4713 game:GetService("StarterGui"):SetCore("SendNotification", {
4714 Title = "Reach removed!";
4715 Text = "Removed reach from equipped sword.";
4716 })
4717 end
4718 if string.sub(CMDBAR.Text, 1, 6) == ("rkill ") then
4719 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7)))do
4720 lplayer.Character.Humanoid.Name = 1
4721 local l = lplayer.Character["1"]:Clone()
4722 l.Parent = lplayer.Character
4723 l.Name = "Humanoid"
4724 wait(0.1)
4725 lplayer.Character["1"]:Destroy()
4726 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
4727 lplayer.Character.Animate.Disabled = true
4728 wait(0.1)
4729 lplayer.Character.Animate.Disabled = false
4730 lplayer.Character.Humanoid.DisplayDistanceType = "None"
4731 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
4732 lplayer.Character.Humanoid:EquipTool(v)
4733 end
4734 wait(0.1)
4735 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
4736 wait(0.2)
4737 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
4738 wait(0.5)
4739 lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,10,-100000))
4740 game:GetService("StarterGui"):SetCore("SendNotification", {
4741 Title = "Tools needed!";
4742 Text = "You need a tool in your backpack for this command!";
4743 })
4744 end
4745 end
4746 if string.sub(CMDBAR.Text, 1, 6) == ("tp me ") then
4747 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
4748 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
4749 end
4750 end
4751 if string.sub(CMDBAR.Text, 1, 7) == ("cbring ") then
4752 if (string.sub(CMDBAR.Text, 8)) == "all" or (string.sub(CMDBAR.Text, 8)) == "All" or (string.sub(CMDBAR.Text, 8)) == "ALL" then
4753 cbringall = true
4754 else
4755 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
4756 brplr = v.Name
4757 end
4758 end
4759 cbring = true
4760 end
4761 if string.sub(CMDBAR.Text, 1, 8) == ("uncbring") then
4762 cbring = false
4763 cbringall = false
4764 end
4765 if string.sub(CMDBAR.Text, 1, 5) == ("swap ") then
4766 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
4767 local NOWPLR = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
4768 local NOW = lplayer.Character.HumanoidRootPart.CFrame
4769 lplayer.Character.Humanoid.Name = 1
4770 local l = lplayer.Character["1"]:Clone()
4771 l.Parent = lplayer.Character
4772 l.Name = "Humanoid"
4773 wait(0.1)
4774 lplayer.Character["1"]:Destroy()
4775 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
4776 lplayer.Character.Animate.Disabled = true
4777 wait(0.1)
4778 lplayer.Character.Animate.Disabled = false
4779 lplayer.Character.Humanoid.DisplayDistanceType = "None"
4780 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
4781 lplayer.Character.Humanoid:EquipTool(v)
4782 end
4783 local function tp(player,player2)
4784 local char1,char2=player.Character,player2.Character
4785 if char1 and char2 then
4786 char1:MoveTo(char2.Head.Position)
4787 end
4788 end
4789 wait(0.1)
4790 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
4791 wait(0.2)
4792 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
4793 wait(0.5)
4794 lplayer.Character.HumanoidRootPart.CFrame = NOW
4795 wait(0.6)
4796 tp(lplayer, game:GetService("Players")[v.Name])
4797 wait(0.4)
4798 lplayer.Character.HumanoidRootPart.CFrame = NOWPLR
4799 game:GetService("StarterGui"):SetCore("SendNotification", {
4800 Title = "Tools needed!";
4801 Text = "You need a tool in your backpack for this command!";
4802 })
4803 end
4804 end
4805 if string.sub(CMDBAR.Text, 1, 7) == ("glitch ") then
4806 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
4807 lplayer.Character.Humanoid.Name = 1
4808 local l = lplayer.Character["1"]:Clone()
4809 l.Parent = lplayer.Character
4810 l.Name = "Humanoid"
4811 wait(0.1)
4812 lplayer.Character["1"]:Destroy()
4813 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
4814 lplayer.Character.Animate.Disabled = true
4815 wait(0.1)
4816 lplayer.Character.Animate.Disabled = false
4817 lplayer.Character.Humanoid.DisplayDistanceType = "None"
4818 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
4819 lplayer.Character.Humanoid:EquipTool(v)
4820 end
4821 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
4822 wait(0.3)
4823 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
4824 wait(0.4)
4825 b = Instance.new("BodyForce")
4826 b.Parent = lplayer.Character.HumanoidRootPart
4827 b.Name = "Glitch"
4828 b.Force = Vector3.new(100000000,5000,0)
4829 game:GetService("StarterGui"):SetCore("SendNotification", {
4830 Title = "Tools needed!";
4831 Text = "You need a tool in your backpack for this command!";
4832 })
4833 end
4834 end
4835 if string.sub(CMDBAR.Text, 1, 8) == ("unglitch") then
4836 lplayer.Character.HumanoidRootPart.Glitch:Destroy()
4837 lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(10000,0,10000)
4838 b = Instance.new("BodyForce")
4839 b.Parent = lplayer.Character.HumanoidRootPart
4840 b.Name = "unGlitch"
4841 b.Force = Vector3.new(0,-5000000,0)
4842 wait(2)
4843 lplayer.Character.HumanoidRootPart.unGlitch:Destroy()
4844 end
4845 if string.sub(CMDBAR.Text, 1, 8) == ("grespawn") then
4846 lplayer.Character.Humanoid.Health = 0
4847 wait(1)
4848 lplayer.Character.Head.CFrame = CFrame.new(1000000,0,1000000)
4849 lplayer.Character.Torso.CFrame = CFrame.new(1000000,0,1000000)
4850 end
4851 if string.sub(CMDBAR.Text, 1, 8) == ("explorer") then
4852 loadstring(game:GetObjects("rbxassetid://492005721")[1].Source)()
4853 game:GetService("StarterGui"):SetCore("SendNotification", {
4854 Title = "Success!";
4855 Text = "DEX Explorer has loaded.";
4856 })
4857 end
4858 if string.sub(CMDBAR.Text, 1, 5) == ("anim ") then
4859 local Anim = Instance.new("Animation")
4860 Anim.AnimationId = "rbxassetid://"..(string.sub(CMDBAR.Text, 6))
4861 local track = lplayer.Character.Humanoid:LoadAnimation(Anim)
4862 track:Play(.1, 1, 1)
4863 end
4864 if string.sub(CMDBAR.Text, 1, 7) == ("animgui") then
4865 loadstring(game:GetObjects("rbxassetid://1202558084")[1].Source)()
4866 game:GetService("StarterGui"):SetCore("SendNotification", {
4867 Title = "Success!";
4868 Text = "Energize Animations GUI has loaded.";
4869 })
4870 end
4871 if string.sub(CMDBAR.Text, 1, 7) == ("savepos") then
4872 saved = lplayer.Character.HumanoidRootPart.CFrame
4873 game:GetService("StarterGui"):SetCore("SendNotification", {
4874 Title = "Position Saved";
4875 Text = "Use ;loadpos to return to saved position.";
4876 })
4877 end
4878 if string.sub(CMDBAR.Text, 1, 7) == ("loadpos") then
4879 lplayer.Character.HumanoidRootPart.CFrame = saved
4880 end
4881 if string.sub(CMDBAR.Text, 1, 5) == ("bang ") then
4882 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
4883 local Anim2 = Instance.new("Animation")
4884 Anim2.AnimationId = "rbxassetid://148840371"
4885 local track2 = lplayer.Character.Humanoid:LoadAnimation(Anim2)
4886 track2:Play(.1, 1, 1)
4887 bplrr = v.Name
4888 banpl = true
4889 end
4890 end
4891 if string.sub(CMDBAR.Text, 1, 6) == ("unbang") then
4892 banpl = false
4893 end
4894 if string.sub(CMDBAR.Text, 1, 9) == ("bringmod ") then
4895 local function bringmodw()
4896 for i,obj in ipairs(game:GetService("Workspace"):GetDescendants()) do
4897 if obj.Name == (string.sub(CMDBAR.Text, 10)) then
4898 for i,ch in pairs(obj:GetDescendants()) do
4899 if (ch:IsA("BasePart")) then
4900 ch.CFrame = lplayer.Character.HumanoidRootPart.CFrame
4901 ch.CanCollide = false
4902 ch.Transparency = 0.7
4903 wait()
4904 ch.CFrame = lplayer.Character["Left Leg"].CFrame
4905 wait()
4906 ch.CFrame = lplayer.Character["Right Leg"].CFrame
4907 wait()
4908 ch.CFrame = lplayer.Character["Head"].CFrame
4909 end
4910 end
4911 end
4912 end
4913 end
4914 while wait() do
4915 bringmodw()
4916 end
4917 game:GetService("StarterGui"):SetCore("SendNotification", {
4918 Title = "BringMod";
4919 Text = "BringMod enabled.";
4920 })
4921 end
4922 if string.sub(CMDBAR.Text, 1, 7) == ("respawn") then
4923 local mod = Instance.new('Model', workspace) mod.Name = 're '..lplayer.Name
4924 local hum = Instance.new('Humanoid', mod)
4925 local ins = Instance.new('Part', mod) ins.Name = 'Torso' ins.CanCollide = false ins.Transparency = 1
4926 lplayer.Character = mod
4927 end
4928 if string.sub(CMDBAR.Text, 1, 8) == ("shutdown") then
4929 game:GetService'RunService'.Stepped:Connect(function()
4930 pcall(function()
4931 for i,v in pairs(game:GetService'Players':GetPlayers()) do
4932 if v.Character ~= nil and v.Character:FindFirstChild'Head' then
4933 for _,x in pairs(v.Character.Head:GetChildren()) do
4934 if x:IsA'Sound' then x.Playing = true x.CharacterSoundEvent:FireServer(true, true) end
4935 end
4936 end
4937 end
4938 end)
4939 end)
4940 game:GetService("StarterGui"):SetCore("SendNotification", {
4941 Title = "Attempting Shutdown";
4942 Text = "Shutdown Attempt has begun.";
4943 })
4944 end
4945 if string.sub(CMDBAR.Text, 1, 7) == ("delobj ") then
4946 objtodel = (string.sub(CMDBAR.Text, 8))
4947 for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
4948 if v.Name == objtodel then
4949 v:Destroy()
4950 end
4951 end
4952 end
4953 if string.sub(CMDBAR.Text, 1, 7) == ("getplrs") then
4954 for i,v in pairs(game:GetService("Players"):GetPlayers())do
4955 print(v)
4956 end
4957 game:GetService("StarterGui"):SetCore("SendNotification", {
4958 Title = "Printed";
4959 Text = "Players have been printed to console. (F9)";
4960 })
4961 end
4962 if string.sub(CMDBAR.Text, 1, 8) == ("deldecal") then
4963 for i,v in pairs(game:GetService("Workspace"):GetDescendants())do
4964 if (v:IsA("Decal")) then
4965 v:Destroy()
4966 end
4967 end
4968 end
4969 if string.sub(CMDBAR.Text, 1, 10) == ("opfinality") then
4970 loadstring(game:GetObjects("rbxassetid://1294358929")[1].Source)()
4971 game:GetService("StarterGui"):SetCore("SendNotification", {
4972 Title = "Success!";
4973 Text = "OpFinality GUI has loaded.";
4974 })
4975 end
4976 if string.sub(CMDBAR.Text, 1, 7) == ("remotes") then
4977 remotes = true
4978 added = true
4979 game.DescendantAdded:connect(function(rmt)
4980 if added == true then
4981 if remotes == true then
4982 if rmt:IsA("RemoteEvent") then
4983 print("A RemoteEvent was added!")
4984 print(" game." .. rmt:GetFullName() .. " | RemoteEvent")
4985 print(" game." .. rmt:GetFullName() .. " | RemoteEvent", 247, 0, 0, true)
4986 end end end
4987 end)
4988 game.DescendantAdded:connect(function(rmtfnctn)
4989 if added == true then
4990 if remotes == true then
4991 if rmtfnctn:IsA("RemoteFunction") then
4992 warn("A RemoteFunction was added!")
4993 warn(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction")
4994 print(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction", 5, 102, 198, true)
4995 end end end
4996 end)
4997
4998 game.DescendantAdded:connect(function(bndfnctn)
4999 if added == true then
5000 if binds == true then
5001 if bndfnctn:IsA("BindableFunction") then
5002 print("A BindableFunction was added!")
5003 print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction")
5004 print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction", 239, 247, 4, true)
5005 end end end
5006 end)
5007
5008 game.DescendantAdded:connect(function(bnd)
5009 if added == true then
5010 if binds == true then
5011 if bnd:IsA("BindableEvent") then
5012 warn("A BindableEvent was added!")
5013 warn(" game." .. bnd:GetFullName() .. " | BindableEvent")
5014 print(" game." .. bnd:GetFullName() .. " | BindableEvent", 13, 193, 22, true)
5015 end end end
5016 end)
5017
5018
5019 if binds == true then
5020 for i,v in pairs(game:GetDescendants()) do
5021 if v:IsA("BindableFunction") then
5022 print(" game." .. v:GetFullName() .. " | BindableFunction")
5023 print(" game." .. v:GetFullName() .. " | BindableFunction", 239, 247, 4, true)
5024 end end
5025 for i,v in pairs(game:GetDescendants()) do
5026 if v:IsA("BindableEvent") then
5027 warn(" game." .. v:GetFullName() .. " | BindableEvent")
5028 print(" game." .. v:GetFullName() .. " | BindableEvent", 13, 193, 22, true)
5029 end end
5030 else
5031 print("Off")
5032 end
5033 if remotes == true then
5034 for i,v in pairs(game:GetDescendants()) do
5035 if v:IsA("RemoteFunction") then
5036 warn(" game." .. v:GetFullName() .. " | RemoteFunction")
5037 print(" game." .. v:GetFullName() .. " | RemoteFunction", 5, 102, 198, true)
5038 end end
5039 wait()
5040 for i,v in pairs(game:GetDescendants()) do
5041 if v:IsA("RemoteEvent") then
5042 print(" game." .. v:GetFullName() .. " | RemoteEvent")
5043 print(" game." .. v:GetFullName() .. " | RemoteEvent", 247, 0, 0, true)
5044 end end
5045 else
5046 print("Off")
5047 end
5048 game:GetService("StarterGui"):SetCore("SendNotification", {
5049 Title = "Printing Remotes";
5050 Text = "Type ;noremotes to disable.";
5051 })
5052 end
5053 if string.sub(CMDBAR.Text, 1, 9) == ("noremotes") then
5054 remotes = false
5055 added = false
5056 game:GetService("StarterGui"):SetCore("SendNotification", {
5057 Title = "Printing Remotes Disabled";
5058 Text = "Type ;remotes to enable.";
5059 })
5060 end
5061 if string.sub(CMDBAR.Text, 1, 9) == ("tpdefault") then
5062 spin = false
5063 followed = false
5064 traill = false
5065 noclip = false
5066 annoying = false
5067 hwalk = false
5068 cbringing = false
5069 end
5070 if string.sub(CMDBAR.Text, 1, 7) == ("stopsit") then
5071 stopsitting = true
5072 end
5073 if string.sub(CMDBAR.Text, 1, 5) == ("gosit") then
5074 stopsitting = false
5075 end
5076 if string.sub(CMDBAR.Text, 1, 7) == ("version") then
5077 print(adminversion)
5078 game:GetService("StarterGui"):SetCore("SendNotification", {
5079 Title = "Version";
5080 Text = adminversion;
5081 })
5082 end
5083 if string.sub(CMDBAR.Text, 1, 7) == ("clicktp") then
5084 clickgoto = true
5085 game:GetService("StarterGui"):SetCore("SendNotification", {
5086 Title = "Click TP";
5087 Text = "Press E to teleport to mouse position";
5088 })
5089 end
5090 if string.sub(CMDBAR.Text, 1, 9) == ("noclicktp") then
5091 clickgoto = false
5092 game:GetService("StarterGui"):SetCore("SendNotification", {
5093 Title = "Click TP";
5094 Text = "Click TP has been disabled.";
5095 })
5096 end
5097 if string.sub(CMDBAR.Text, 1, 7) == ("toolson") then
5098 gettingtools = true
5099 game:GetService("StarterGui"):SetCore("SendNotification", {
5100 Title = "Tools Enabled";
5101 Text = "Automatically colleting tools dropped.";
5102 })
5103 end
5104 if string.sub(CMDBAR.Text, 1, 8) == ("toolsoff") then
5105 gettingtools = false
5106 game:GetService("StarterGui"):SetCore("SendNotification", {
5107 Title = "Tools Disabled";
5108 Text = "Click TP has been disabled.";
5109 })
5110 end
5111 if string.sub(CMDBAR.Text, 1, 9) == ("delcmdbar") then
5112 ScreenGui:Destroy()
5113 end
5114 if string.sub(CMDBAR.Text, 1, 5) == ("reset") then
5115 lplayer.Character.Head:Destroy()
5116 end
5117 if string.sub(CMDBAR.Text, 1, 6) == ("state ") then
5118 statechosen = string.sub(CMDBAR.Text, 7)
5119 changingstate = true
5120 end
5121 if string.sub(CMDBAR.Text, 1, 8) == ("gravity ") then
5122 game:GetService("Workspace").Gravity = string.sub(CMDBAR.Text, 9)
5123 end
5124 if string.sub(CMDBAR.Text, 1, 9) == ("looprhats") then
5125 removingmeshhats = true
5126 end
5127 if string.sub(CMDBAR.Text, 1, 11) == ("unlooprhats") then
5128 removingmeshhats = false
5129 end
5130 if string.sub(CMDBAR.Text, 1, 9) == ("looprtool") then
5131 removingmeshtool = true
5132 end
5133 if string.sub(CMDBAR.Text, 1, 11) == ("unlooprtool") then
5134 removingmeshtool = false
5135 end
5136 if string.sub(CMDBAR.Text, 1, 9) == ("givetool ") then
5137 for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetDescendants()) do
5138 if v:IsA("Tool") then
5139 for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 10))) do
5140 v.Parent = player.Character
5141 end
5142 end
5143 end
5144 end
5145 if string.sub(CMDBAR.Text, 1, 4) == ("age ") then
5146 for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 5))) do
5147 game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.Name.." Account Age: "..player.AccountAge.." days!", "All")
5148 end
5149 end
5150 if string.sub(CMDBAR.Text, 1, 3) == ("id ") then
5151 for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 4))) do
5152 game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.Name.." Account ID: "..player.UserId, "All")
5153 end
5154 end
5155 if string.sub(CMDBAR.Text, 1, 5) == (".age ") then
5156 for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
5157 game:GetService("StarterGui"):SetCore("SendNotification", {
5158 Title = player.AccountAge.." Days";
5159 Text = "Account age of "..player.Name;
5160 })
5161 end
5162 end
5163 if string.sub(CMDBAR.Text, 1, 4) == (".id ") then
5164 for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 5))) do
5165 game:GetService("StarterGui"):SetCore("SendNotification", {
5166 Title = player.UserId.." ID";
5167 Text = "Account ID of "..player.Name;
5168 })
5169 end
5170 end
5171 if string.sub(CMDBAR.Text, 1, 6) == ("gameid") then
5172 game:GetService("StarterGui"):SetCore("SendNotification", {
5173 Title = "Game ID";
5174 Text = "Game ID: ".. game.GameId;
5175 })
5176 end
5177 if string.sub(CMDBAR.Text, 1, 3) == ("pgs") then
5178 local pgscheck = game:GetService("Workspace"):PGSIsEnabled()
5179 if pgscheck == true then
5180 game:GetService("StarterGui"):SetCore("SendNotification", {
5181 Title = "PGSPhysicsSolverEnabled";
5182 Text = "PGS is Enabled!";
5183 })
5184 else
5185 game:GetService("StarterGui"):SetCore("SendNotification", {
5186 Title = "PGSPhysicsSolverEnabled";
5187 Text = "PGS is Disabled!";
5188 })
5189 end
5190 end
5191 if string.sub(CMDBAR.Text, 1, 11) == ("removeinvis") then
5192 for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
5193 if v:IsA("Part") then
5194 if v.Transparency == 1 then
5195 if v.Name ~= "HumanoidRootPart" then
5196 v:Destroy()
5197 end
5198 end
5199 end
5200 end
5201 end
5202 if string.sub(CMDBAR.Text, 1, 9) == ("removefog") then
5203 game:GetService("Lighting").FogStart = 0
5204 game:GetService("Lighting").FogEnd = 9999999999999
5205 end
5206 if string.sub(CMDBAR.Text, 1, 7) == ("disable") then
5207 lplayer.Character.Humanoid.Parent = lplayer
5208 end
5209 if string.sub(CMDBAR.Text, 1, 6) == ("enable") then
5210 lplayer.Humanoid.Parent = lplayer.Character
5211 end
5212 if string.sub(CMDBAR.Text, 1, 13) == ("givealltools ") then
5213 for i,v in pairs(game:GetService("Players").LocalPlayer.Backpack:GetDescendants()) do
5214 if v:IsA("Tool") then
5215 v.Parent = lplayer.Character
5216 wait()
5217 for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 14))) do
5218 v.Parent = player.Character
5219 end
5220 end
5221 end
5222 end
5223 if string.sub(CMDBAR.Text, 1, 9) == ("flyspeed ") then
5224 speedfly = string.sub(CMDBAR.Text, 10)
5225 wait()
5226 change()
5227 end
5228 if string.sub(CMDBAR.Text, 1, 7) == ("carpet ") then
5229 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
5230 local Anim3 = Instance.new("Animation")
5231 Anim3.AnimationId = "rbxassetid://282574440"
5232 local track3 = lplayer.Character.Humanoid:LoadAnimation(Anim3)
5233 track3:Play(.1, 1, 1)
5234 bplrr = v.Name
5235 banpl = true
5236 end
5237 end
5238 if string.sub(CMDBAR.Text, 1, 8) == ("uncarpet") then
5239 banpl = false
5240 end
5241 if string.sub(CMDBAR.Text, 1, 6) == ("stare ") then
5242 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
5243 staring = true
5244 stareplr = v
5245 end
5246 end
5247 if string.sub(CMDBAR.Text, 1, 7) == ("unstare") then
5248 staring = false
5249 end
5250 if string.sub(CMDBAR.Text, 1, 7) == ("logchat") then
5251 chatlogs = true
5252 game:GetService("StarterGui"):SetCore("SendNotification", {
5253 Title = "LogChat enabled";
5254 Text = "Now logging all player chat.";
5255 })
5256 end
5257 if string.sub(CMDBAR.Text, 1, 9) == ("unlogchat") then
5258 chatlogs = false
5259 game:GetService("StarterGui"):SetCore("SendNotification", {
5260 Title = "LogChat disabled";
5261 Text = "Stopped logging all player chat.";
5262 })
5263 end
5264 if string.sub(CMDBAR.Text, 1, 6) == ("fixcam") then
5265 game:GetService("Workspace").CurrentCamera:Destroy()
5266 wait(0.1)
5267 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Humanoid
5268 game:GetService("Workspace").CurrentCamera.CameraType = "Custom"
5269 lplayer.CameraMinZoomDistance = 0.5
5270 lplayer.CameraMaxZoomDistance = 400
5271 lplayer.CameraMode = "Classic"
5272 end
5273 if string.sub(CMDBAR.Text, 1, 7) == ("unstate") then
5274 changingstate = false
5275 end
5276 CMDBAR.Text = ""
5277 end
5278end)
5279
5280wait(0.3)
5281game:GetService("StarterGui"):SetCore("SendNotification", {
5282 Title = "Loaded successfully!";
5283 Text = "Reviz Admin V2 by illremember";
5284})
5285wait(0.1)
5286print("Reviz Admin V2 loaded!")
5287if game:GetService("Workspace").FilteringEnabled == true then
5288 warn("FE is Enabled (Filtering Enabled)")
5289 game:GetService("StarterGui"):SetCore("SendNotification", {
5290 Title = "FE is Enabled";
5291 Text = "Filtering Enabled. Enjoy using Reviz Admin!";
5292 })
5293else
5294 warn("FE is Disabled (Filtering Disabled) Consider using a different admin script.")
5295 game:GetService("StarterGui"):SetCore("SendNotification", {
5296 Title = "FE is Disabled";
5297 Text = "Filtering Disabled. Consider using a different admin script.";
5298 })
5299end
5300
5301local intro = Instance.new("ScreenGui")
5302local Frame = Instance.new("Frame")
5303local ImageLabel = Instance.new("ImageLabel")
5304intro.Parent = game:GetService("CoreGui")
5305Frame.Parent = intro
5306Frame.BackgroundColor3 = Color3.new(1, 1, 1)
5307Frame.BackgroundTransparency = 1
5308Frame.Size = UDim2.new(1, 0, 0, 300)
5309Frame.Position = UDim2.new(0, 0, -0.4, 0)
5310ImageLabel.Parent = Frame
5311ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1)
5312ImageLabel.BackgroundTransparency = 1
5313ImageLabel.Position = UDim2.new(0, 0, 0, 0)
5314ImageLabel.Size = UDim2.new(1, 0, 1, 0)
5315ImageLabel.Image = "http://www.roblox.com/asset/?id=1542162618"
5316Frame:TweenPosition(UDim2.new(0, 0, 0.2, 0), "Out", "Elastic", 3)
5317wait(3.01)
5318Frame:TweenPosition(UDim2.new(0, 0, 1.5, 0), "Out", "Elastic", 5)
5319wait(5.01)
5320intro:Destroy()
5321end)
5322end)
5323BoogaBitchesV2.MouseButton1Down:connect(function()
5324 -- Objects
5325
5326local ScreenGui = Instance.new("ScreenGui")
5327local Open = Instance.new("TextButton")
5328local Booga = Instance.new("Frame")
5329local BoogaTop = Instance.new("Frame")
5330local Title = Instance.new("TextLabel")
5331local Exit = Instance.new("TextButton")
5332local Speed = Instance.new("TextButton")
5333local SpeedBind = Instance.new("TextBox")
5334local AutoPickUp = Instance.new("TextButton")
5335local AutoPickUpBind = Instance.new("TextBox")
5336local AutoBreak = Instance.new("TextButton")
5337local Breakkey = Instance.new("TextBox")
5338local InfinityChest = Instance.new("TextButton")
5339local GodHut = Instance.new("TextButton")
5340local RevizV2 = Instance.new("TextButton")
5341local AutoEatbtn = Instance.new("TextButton")
5342local VoidTpbtn = Instance.new("TextButton")
5343local RemoveAllEffectsbtn = Instance.new("TextButton")
5344local CraftAnyItem = Instance.new("TextButton")
5345local CraftItem = Instance.new("TextBox")
5346local ESPbtn = Instance.new("TextButton")
5347local DropAllItemsbtn = Instance.new("TextButton")
5348local RemoveRainbtn = Instance.new("TextButton")
5349local TpSpambtn = Instance.new("TextButton")
5350local AutoCampfirebtn = Instance.new("TextButton")
5351local AutoWallTrapbtn = Instance.new("TextButton")
5352local AutoEatFoodNamekb = Instance.new("TextBox")
5353local TpSpamPlayerNamekb = Instance.new("TextBox")
5354local DropAllItemsItemNamekb = Instance.new("TextBox")
5355local DropAllItemskb = Instance.new("TextBox")
5356local AutoEatkb = Instance.new("TextBox")
5357local Recipes = Instance.new("TextButton")
5358local Credits = Instance.new("TextLabel")
5359local Booga2 = Instance.new("Frame")
5360local BoogaTop2 = Instance.new("Frame")
5361local Exit2 = Instance.new("TextButton")
5362local EmeraldHelmet = Instance.new("TextButton")
5363local EmeraldDivider = Instance.new("Frame")
5364local EmeraldChestplate = Instance.new("TextButton")
5365local EmeraldPick = Instance.new("TextButton")
5366local EmeraldGreaves = Instance.new("TextButton")
5367local EmeraldBlade = Instance.new("TextButton")
5368local EmeraldAxe = Instance.new("TextButton")
5369local EmeraldBag = Instance.new("TextButton")
5370local VoidShroud = Instance.new("TextButton")
5371local EmeraldDivider2 = Instance.new("Frame")
5372local GodDivider = Instance.new("Frame")
5373local GodDivider2 = Instance.new("Frame")
5374local GodRock = Instance.new("TextButton")
5375local GodHalo = Instance.new("TextButton")
5376local GodChestplate = Instance.new("TextButton")
5377local GodAxe = Instance.new("TextButton")
5378local GodBag = Instance.new("TextButton")
5379local GodLegs = Instance.new("TextButton")
5380local GodPick = Instance.new("TextButton")
5381local VoidChestplate = Instance.new("TextButton")
5382local VoidDivider2 = Instance.new("Frame")
5383local VoidDivider = Instance.new("Frame")
5384local VoidBag = Instance.new("TextButton")
5385local VoidGreaves = Instance.new("TextButton")
5386local OOFHorn = Instance.new("TextButton")
5387
5388-- Properties
5389
5390ScreenGui.Parent = game.CoreGui
5391
5392Open.Name = "Open"
5393Open.Parent = ScreenGui
5394Open.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
5395Open.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
5396Open.BorderSizePixel = 2
5397Open.Position = UDim2.new(0.433682919, 0, 0.0281030443, 0)
5398Open.Size = UDim2.new(0, 151, 0, 26)
5399Open.Font = Enum.Font.SourceSansSemibold
5400Open.Text = "Open/Close"
5401Open.TextColor3 = Color3.new(1, 1, 1)
5402Open.TextScaled = true
5403Open.TextSize = 14
5404Open.TextWrapped = true
5405
5406Booga.Name = "Booga"
5407Booga.Parent = ScreenGui
5408Booga.Active = true
5409Booga.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
5410Booga.BackgroundTransparency = 0.30000001192093
5411Booga.BorderColor3 = Color3.new(1, 0, 0.498039)
5412Booga.BorderSizePixel = 2
5413Booga.Position = UDim2.new(1.70000005, 1, 1.70000005, 1)
5414Booga.Size = UDim2.new(0, 474, 0, 468)
5415Booga.Draggable = true
5416
5417BoogaTop.Name = "BoogaTop"
5418BoogaTop.Parent = Booga
5419BoogaTop.Active = true
5420BoogaTop.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
5421BoogaTop.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
5422BoogaTop.BorderSizePixel = 2
5423BoogaTop.Size = UDim2.new(0, 474, 0, 27)
5424
5425Title.Name = "Title"
5426Title.Parent = BoogaTop
5427Title.Active = true
5428Title.BackgroundColor3 = Color3.new(1, 1, 1)
5429Title.BackgroundTransparency = 1
5430Title.BorderSizePixel = 0
5431Title.Position = UDim2.new(0.00210970454, 0, 0, 0)
5432Title.Size = UDim2.new(0, 473, 0, 27)
5433Title.Font = Enum.Font.SourceSansSemibold
5434Title.Text = "Booga Bitches Revamp V2"
5435Title.TextColor3 = Color3.new(1, 1, 1)
5436Title.TextScaled = true
5437Title.TextSize = 14
5438Title.TextWrapped = true
5439
5440Exit.Name = "Exit"
5441Exit.Parent = Booga
5442Exit.BackgroundColor3 = Color3.new(0.901961, 0.380392, 0.380392)
5443Exit.BorderSizePixel = 0
5444Exit.Position = UDim2.new(0.915611804, 0, 0.00854700897, 0)
5445Exit.Size = UDim2.new(0, 28, 0, 19)
5446Exit.Font = Enum.Font.SourceSans
5447Exit.Text = "X"
5448Exit.TextColor3 = Color3.new(1, 1, 1)
5449Exit.TextSize = 14
5450
5451Speed.Name = "Speed"
5452Speed.Parent = Booga
5453Speed.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
5454Speed.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
5455Speed.BorderSizePixel = 2
5456Speed.Position = UDim2.new(0.035864979, 0, 0.0726495758, 0)
5457Speed.Size = UDim2.new(0, 116, 0, 27)
5458Speed.Font = Enum.Font.SourceSansSemibold
5459Speed.Text = "Speed"
5460Speed.TextColor3 = Color3.new(1, 1, 1)
5461Speed.TextScaled = true
5462Speed.TextSize = 14
5463Speed.TextWrapped = true
5464
5465SpeedBind.Name = "SpeedBind"
5466SpeedBind.Parent = Booga
5467SpeedBind.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
5468SpeedBind.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
5469SpeedBind.BorderSizePixel = 2
5470SpeedBind.Position = UDim2.new(0.035864979, 0, 0.151709408, 0)
5471SpeedBind.Size = UDim2.new(0, 116, 0, 27)
5472SpeedBind.Font = Enum.Font.SourceSans
5473SpeedBind.Text = "Keybind"
5474SpeedBind.TextColor3 = Color3.new(1, 1, 1)
5475SpeedBind.TextScaled = true
5476SpeedBind.TextSize = 14
5477SpeedBind.TextWrapped = true
5478
5479AutoPickUp.Name = "AutoPickUp"
5480AutoPickUp.Parent = Booga
5481AutoPickUp.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
5482AutoPickUp.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
5483AutoPickUp.BorderSizePixel = 2
5484AutoPickUp.Position = UDim2.new(0.356540084, 0, 0.0747863278, 0)
5485AutoPickUp.Size = UDim2.new(0, 116, 0, 27)
5486AutoPickUp.Font = Enum.Font.SourceSansSemibold
5487AutoPickUp.Text = "Auto Pickup"
5488AutoPickUp.TextColor3 = Color3.new(1, 1, 1)
5489AutoPickUp.TextScaled = true
5490AutoPickUp.TextSize = 14
5491AutoPickUp.TextWrapped = true
5492
5493AutoPickUpBind.Name = "AutoPickUpBind"
5494AutoPickUpBind.Parent = Booga
5495AutoPickUpBind.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
5496AutoPickUpBind.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
5497AutoPickUpBind.BorderSizePixel = 2
5498AutoPickUpBind.Position = UDim2.new(0.356540084, 0, 0.151709408, 0)
5499AutoPickUpBind.Size = UDim2.new(0, 116, 0, 27)
5500AutoPickUpBind.Font = Enum.Font.SourceSans
5501AutoPickUpBind.Text = "Keybind"
5502AutoPickUpBind.TextColor3 = Color3.new(1, 1, 1)
5503AutoPickUpBind.TextScaled = true
5504AutoPickUpBind.TextSize = 14
5505AutoPickUpBind.TextWrapped = true
5506
5507AutoBreak.Name = "AutoBreak"
5508AutoBreak.Parent = Booga
5509AutoBreak.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
5510AutoBreak.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
5511AutoBreak.BorderSizePixel = 2
5512AutoBreak.Position = UDim2.new(0.700421929, 0, 0.0726495758, 0)
5513AutoBreak.Size = UDim2.new(0, 116, 0, 27)
5514AutoBreak.Font = Enum.Font.SourceSansSemibold
5515AutoBreak.Text = "Autobreak"
5516AutoBreak.TextColor3 = Color3.new(1, 1, 1)
5517AutoBreak.TextScaled = true
5518AutoBreak.TextSize = 14
5519AutoBreak.TextWrapped = true
5520
5521Breakkey.Name = "Breakkey"
5522Breakkey.Parent = Booga
5523Breakkey.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
5524Breakkey.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
5525Breakkey.BorderSizePixel = 2
5526Breakkey.Position = UDim2.new(0.700421929, 0, 0.149572656, 0)
5527Breakkey.Size = UDim2.new(0, 116, 0, 27)
5528Breakkey.Font = Enum.Font.SourceSans
5529Breakkey.Text = "Keybind"
5530Breakkey.TextColor3 = Color3.new(1, 1, 1)
5531Breakkey.TextScaled = true
5532Breakkey.TextSize = 14
5533Breakkey.TextWrapped = true
5534
5535InfinityChest.Name = "InfinityChest"
5536InfinityChest.Parent = Booga
5537InfinityChest.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
5538InfinityChest.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
5539InfinityChest.BorderSizePixel = 2
5540InfinityChest.Position = UDim2.new(0.035864979, 0, 0.405982912, 0)
5541InfinityChest.Size = UDim2.new(0, 116, 0, 27)
5542InfinityChest.Font = Enum.Font.SourceSansSemibold
5543InfinityChest.Text = "Infinity Chest (q)"
5544InfinityChest.TextColor3 = Color3.new(1, 1, 1)
5545InfinityChest.TextScaled = true
5546InfinityChest.TextSize = 14
5547InfinityChest.TextWrapped = true
5548
5549GodHut.Name = "GodHut"
5550GodHut.Parent = Booga
5551GodHut.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
5552GodHut.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
5553GodHut.BorderSizePixel = 2
5554GodHut.Position = UDim2.new(0.360759497, 0, 0.405982912, 0)
5555GodHut.Size = UDim2.new(0, 116, 0, 27)
5556GodHut.Font = Enum.Font.SourceSansSemibold
5557GodHut.Text = "Godhut (g)"
5558GodHut.TextColor3 = Color3.new(1, 1, 1)
5559GodHut.TextScaled = true
5560GodHut.TextSize = 14
5561GodHut.TextWrapped = true
5562
5563RevizV2.Name = "RevizV2"
5564RevizV2.Parent = Booga
5565RevizV2.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
5566RevizV2.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
5567RevizV2.BorderSizePixel = 2
5568RevizV2.Position = UDim2.new(0.700421929, 0, 0.247863248, 0)
5569RevizV2.Size = UDim2.new(0, 116, 0, 27)
5570RevizV2.Font = Enum.Font.SourceSansSemibold
5571RevizV2.Text = "Reviz Admin"
5572RevizV2.TextColor3 = Color3.new(1, 1, 1)
5573RevizV2.TextScaled = true
5574RevizV2.TextSize = 14
5575RevizV2.TextWrapped = true
5576
5577AutoEatbtn.Name = "AutoEatbtn"
5578AutoEatbtn.Parent = Booga
5579AutoEatbtn.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
5580AutoEatbtn.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
5581AutoEatbtn.BorderSizePixel = 2
5582AutoEatbtn.Position = UDim2.new(0.702531695, 0, 0.566239357, 0)
5583AutoEatbtn.Size = UDim2.new(0, 116, 0, 27)
5584AutoEatbtn.Font = Enum.Font.SourceSansSemibold
5585AutoEatbtn.Text = "Auto Eat"
5586AutoEatbtn.TextColor3 = Color3.new(1, 1, 1)
5587AutoEatbtn.TextScaled = true
5588AutoEatbtn.TextSize = 14
5589AutoEatbtn.TextWrapped = true
5590
5591VoidTpbtn.Name = "VoidTpbtn"
5592VoidTpbtn.Parent = Booga
5593VoidTpbtn.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
5594VoidTpbtn.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
5595VoidTpbtn.BorderSizePixel = 2
5596VoidTpbtn.Position = UDim2.new(0.700421929, 0, 0.329059809, 0)
5597VoidTpbtn.Size = UDim2.new(0, 116, 0, 27)
5598VoidTpbtn.Font = Enum.Font.SourceSansSemibold
5599VoidTpbtn.Text = "Void TP"
5600VoidTpbtn.TextColor3 = Color3.new(1, 1, 1)
5601VoidTpbtn.TextScaled = true
5602VoidTpbtn.TextSize = 14
5603VoidTpbtn.TextWrapped = true
5604
5605RemoveAllEffectsbtn.Name = "RemoveAllEffectsbtn"
5606RemoveAllEffectsbtn.Parent = Booga
5607RemoveAllEffectsbtn.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
5608RemoveAllEffectsbtn.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
5609RemoveAllEffectsbtn.BorderSizePixel = 2
5610RemoveAllEffectsbtn.Position = UDim2.new(0.702531636, 0, 0.410256416, 0)
5611RemoveAllEffectsbtn.Size = UDim2.new(0, 116, 0, 27)
5612RemoveAllEffectsbtn.Font = Enum.Font.SourceSansSemibold
5613RemoveAllEffectsbtn.Text = "Remove All Effects"
5614RemoveAllEffectsbtn.TextColor3 = Color3.new(1, 1, 1)
5615RemoveAllEffectsbtn.TextScaled = true
5616RemoveAllEffectsbtn.TextSize = 14
5617RemoveAllEffectsbtn.TextWrapped = true
5618
5619CraftAnyItem.Name = "CraftAnyItem"
5620CraftAnyItem.Parent = Booga
5621CraftAnyItem.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
5622CraftAnyItem.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
5623CraftAnyItem.BorderSizePixel = 2
5624CraftAnyItem.Position = UDim2.new(0.0421940945, 0, 0.232905984, 0)
5625CraftAnyItem.Size = UDim2.new(0, 116, 0, 27)
5626CraftAnyItem.Font = Enum.Font.SourceSansSemibold
5627CraftAnyItem.Text = "Craft Any Item"
5628CraftAnyItem.TextColor3 = Color3.new(1, 1, 1)
5629CraftAnyItem.TextScaled = true
5630CraftAnyItem.TextSize = 14
5631CraftAnyItem.TextWrapped = true
5632
5633CraftItem.Name = "CraftItem"
5634CraftItem.Parent = Booga
5635CraftItem.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
5636CraftItem.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
5637CraftItem.BorderSizePixel = 2
5638CraftItem.Position = UDim2.new(0.035864979, 0, 0.316239327, 0)
5639CraftItem.Size = UDim2.new(0, 116, 0, 27)
5640CraftItem.Font = Enum.Font.SourceSans
5641CraftItem.Text = "Item Name"
5642CraftItem.TextColor3 = Color3.new(1, 1, 1)
5643CraftItem.TextScaled = true
5644CraftItem.TextSize = 14
5645CraftItem.TextWrapped = true
5646
5647ESPbtn.Name = "ESPbtn"
5648ESPbtn.Parent = Booga
5649ESPbtn.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
5650ESPbtn.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
5651ESPbtn.BorderSizePixel = 2
5652ESPbtn.Position = UDim2.new(0.364978909, 0, 0.487179488, 0)
5653ESPbtn.Size = UDim2.new(0, 116, 0, 27)
5654ESPbtn.Font = Enum.Font.SourceSansSemibold
5655ESPbtn.Text = "ESP"
5656ESPbtn.TextColor3 = Color3.new(1, 1, 1)
5657ESPbtn.TextScaled = true
5658ESPbtn.TextSize = 14
5659ESPbtn.TextWrapped = true
5660
5661DropAllItemsbtn.Name = "DropAllItemsbtn"
5662DropAllItemsbtn.Parent = Booga
5663DropAllItemsbtn.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
5664DropAllItemsbtn.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
5665DropAllItemsbtn.BorderSizePixel = 2
5666DropAllItemsbtn.Position = UDim2.new(0.0337552726, 0, 0.56410259, 0)
5667DropAllItemsbtn.Size = UDim2.new(0, 116, 0, 27)
5668DropAllItemsbtn.Font = Enum.Font.SourceSansSemibold
5669DropAllItemsbtn.Text = "Drop All Items"
5670DropAllItemsbtn.TextColor3 = Color3.new(1, 1, 1)
5671DropAllItemsbtn.TextScaled = true
5672DropAllItemsbtn.TextSize = 14
5673DropAllItemsbtn.TextWrapped = true
5674
5675RemoveRainbtn.Name = "RemoveRainbtn"
5676RemoveRainbtn.Parent = Booga
5677RemoveRainbtn.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
5678RemoveRainbtn.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
5679RemoveRainbtn.BorderSizePixel = 2
5680RemoveRainbtn.Position = UDim2.new(0.035864979, 0, 0.482905984, 0)
5681RemoveRainbtn.Size = UDim2.new(0, 116, 0, 27)
5682RemoveRainbtn.Font = Enum.Font.SourceSansSemibold
5683RemoveRainbtn.Text = "Remove Rain"
5684RemoveRainbtn.TextColor3 = Color3.new(1, 1, 1)
5685RemoveRainbtn.TextScaled = true
5686RemoveRainbtn.TextSize = 14
5687RemoveRainbtn.TextWrapped = true
5688
5689TpSpambtn.Name = "TpSpambtn"
5690TpSpambtn.Parent = Booga
5691TpSpambtn.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
5692TpSpambtn.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
5693TpSpambtn.BorderSizePixel = 2
5694TpSpambtn.Position = UDim2.new(0.362869203, 0, 0.241452992, 0)
5695TpSpambtn.Size = UDim2.new(0, 116, 0, 27)
5696TpSpambtn.Font = Enum.Font.SourceSansSemibold
5697TpSpambtn.Text = "TP Spam"
5698TpSpambtn.TextColor3 = Color3.new(1, 1, 1)
5699TpSpambtn.TextScaled = true
5700TpSpambtn.TextSize = 14
5701TpSpambtn.TextWrapped = true
5702
5703AutoCampfirebtn.Name = "AutoCampfirebtn"
5704AutoCampfirebtn.Parent = Booga
5705AutoCampfirebtn.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
5706AutoCampfirebtn.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
5707AutoCampfirebtn.BorderSizePixel = 2
5708AutoCampfirebtn.Position = UDim2.new(0.702531636, 0, 0.487179428, 0)
5709AutoCampfirebtn.Size = UDim2.new(0, 116, 0, 27)
5710AutoCampfirebtn.Font = Enum.Font.SourceSansSemibold
5711AutoCampfirebtn.Text = "Auto Campfire"
5712AutoCampfirebtn.TextColor3 = Color3.new(1, 1, 1)
5713AutoCampfirebtn.TextScaled = true
5714AutoCampfirebtn.TextSize = 14
5715AutoCampfirebtn.TextWrapped = true
5716
5717AutoWallTrapbtn.Name = "AutoWallTrapbtn"
5718AutoWallTrapbtn.Parent = Booga
5719AutoWallTrapbtn.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
5720AutoWallTrapbtn.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
5721AutoWallTrapbtn.BorderSizePixel = 2
5722AutoWallTrapbtn.Position = UDim2.new(0.367088586, 0, 0.566239357, 0)
5723AutoWallTrapbtn.Size = UDim2.new(0, 116, 0, 27)
5724AutoWallTrapbtn.Font = Enum.Font.SourceSansSemibold
5725AutoWallTrapbtn.Text = "Auto Wall"
5726AutoWallTrapbtn.TextColor3 = Color3.new(1, 1, 1)
5727AutoWallTrapbtn.TextScaled = true
5728AutoWallTrapbtn.TextSize = 14
5729AutoWallTrapbtn.TextWrapped = true
5730
5731AutoEatFoodNamekb.Name = "AutoEatFoodNamekb"
5732AutoEatFoodNamekb.Parent = Booga
5733AutoEatFoodNamekb.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
5734AutoEatFoodNamekb.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
5735AutoEatFoodNamekb.BorderSizePixel = 2
5736AutoEatFoodNamekb.Position = UDim2.new(0.702531636, 0, 0.638888896, 0)
5737AutoEatFoodNamekb.Size = UDim2.new(0, 116, 0, 27)
5738AutoEatFoodNamekb.Font = Enum.Font.SourceSans
5739AutoEatFoodNamekb.Text = "Item Name"
5740AutoEatFoodNamekb.TextColor3 = Color3.new(1, 1, 1)
5741AutoEatFoodNamekb.TextScaled = true
5742AutoEatFoodNamekb.TextSize = 14
5743AutoEatFoodNamekb.TextWrapped = true
5744
5745TpSpamPlayerNamekb.Name = "TpSpamPlayerNamekb"
5746TpSpamPlayerNamekb.Parent = Booga
5747TpSpamPlayerNamekb.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
5748TpSpamPlayerNamekb.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
5749TpSpamPlayerNamekb.BorderSizePixel = 2
5750TpSpamPlayerNamekb.Position = UDim2.new(0.35864979, 0, 0.326923072, 0)
5751TpSpamPlayerNamekb.Size = UDim2.new(0, 116, 0, 27)
5752TpSpamPlayerNamekb.Font = Enum.Font.SourceSans
5753TpSpamPlayerNamekb.Text = "Player Name"
5754TpSpamPlayerNamekb.TextColor3 = Color3.new(1, 1, 1)
5755TpSpamPlayerNamekb.TextScaled = true
5756TpSpamPlayerNamekb.TextSize = 14
5757TpSpamPlayerNamekb.TextWrapped = true
5758
5759DropAllItemsItemNamekb.Name = "DropAllItemsItemNamekb"
5760DropAllItemsItemNamekb.Parent = Booga
5761DropAllItemsItemNamekb.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
5762DropAllItemsItemNamekb.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
5763DropAllItemsItemNamekb.BorderSizePixel = 2
5764DropAllItemsItemNamekb.Position = UDim2.new(0.0358649828, 0, 0.638888955, 0)
5765DropAllItemsItemNamekb.Size = UDim2.new(0, 116, 0, 27)
5766DropAllItemsItemNamekb.Font = Enum.Font.SourceSans
5767DropAllItemsItemNamekb.Text = "Item Name"
5768DropAllItemsItemNamekb.TextColor3 = Color3.new(1, 1, 1)
5769DropAllItemsItemNamekb.TextScaled = true
5770DropAllItemsItemNamekb.TextSize = 14
5771DropAllItemsItemNamekb.TextWrapped = true
5772
5773DropAllItemskb.Name = "DropAllItemskb"
5774DropAllItemskb.Parent = Booga
5775DropAllItemskb.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
5776DropAllItemskb.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
5777DropAllItemskb.BorderSizePixel = 2
5778DropAllItemskb.Position = UDim2.new(0.035864979, 0, 0.713675261, 0)
5779DropAllItemskb.Size = UDim2.new(0, 116, 0, 27)
5780DropAllItemskb.Font = Enum.Font.SourceSans
5781DropAllItemskb.Text = "Keybind"
5782DropAllItemskb.TextColor3 = Color3.new(1, 1, 1)
5783DropAllItemskb.TextScaled = true
5784DropAllItemskb.TextSize = 14
5785DropAllItemskb.TextWrapped = true
5786
5787AutoEatkb.Name = "AutoEatkb"
5788AutoEatkb.Parent = Booga
5789AutoEatkb.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
5790AutoEatkb.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
5791AutoEatkb.BorderSizePixel = 2
5792AutoEatkb.Position = UDim2.new(0.702531636, 0, 0.715811968, 0)
5793AutoEatkb.Size = UDim2.new(0, 116, 0, 27)
5794AutoEatkb.Font = Enum.Font.SourceSans
5795AutoEatkb.Text = "Keybind"
5796AutoEatkb.TextColor3 = Color3.new(1, 1, 1)
5797AutoEatkb.TextScaled = true
5798AutoEatkb.TextSize = 14
5799AutoEatkb.TextWrapped = true
5800
5801Recipes.Name = "Recipes"
5802Recipes.Parent = Booga
5803Recipes.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
5804Recipes.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
5805Recipes.BorderSizePixel = 2
5806Recipes.Position = UDim2.new(0.360759497, 0, 0.839743614, 0)
5807Recipes.Size = UDim2.new(0, 116, 0, 27)
5808Recipes.Font = Enum.Font.SourceSansSemibold
5809Recipes.Text = "Recipes"
5810Recipes.TextColor3 = Color3.new(1, 1, 1)
5811Recipes.TextScaled = true
5812Recipes.TextSize = 14
5813Recipes.TextWrapped = true
5814
5815Credits.Name = "Credits"
5816Credits.Parent = Booga
5817Credits.Active = true
5818Credits.BackgroundColor3 = Color3.new(1, 1, 1)
5819Credits.BackgroundTransparency = 1
5820Credits.BorderColor3 = Color3.new(1, 1, 0)
5821Credits.BorderSizePixel = 2
5822Credits.Position = UDim2.new(0.00210970454, 0, 0.929487169, 0)
5823Credits.Size = UDim2.new(0, 473, 0, 34)
5824Credits.Font = Enum.Font.SourceSansSemibold
5825Credits.Text = "GUI Made by Miu Iruma#4693"
5826Credits.TextColor3 = Color3.new(1, 1, 1)
5827Credits.TextScaled = true
5828Credits.TextSize = 14
5829Credits.TextWrapped = true
5830
5831Booga2.Name = "Booga2"
5832Booga2.Parent = ScreenGui
5833Booga2.Active = true
5834Booga2.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
5835Booga2.BackgroundTransparency = 0.30000001192093
5836Booga2.BorderColor3 = Color3.new(1, 0, 0.498039)
5837Booga2.BorderSizePixel = 2
5838Booga2.Position = UDim2.new(1.70000005, 1, 1.70000005, 1)
5839Booga2.Size = UDim2.new(0, 474, 0, 468)
5840
5841BoogaTop2.Name = "BoogaTop2"
5842BoogaTop2.Parent = Booga2
5843BoogaTop2.Active = true
5844BoogaTop2.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
5845BoogaTop2.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
5846BoogaTop2.BorderSizePixel = 2
5847BoogaTop2.Size = UDim2.new(0, 474, 0, 27)
5848
5849Exit2.Name = "Exit2"
5850Exit2.Parent = Booga2
5851Exit2.BackgroundColor3 = Color3.new(0.901961, 0.380392, 0.380392)
5852Exit2.BorderSizePixel = 0
5853Exit2.Position = UDim2.new(0.915611804, 0, 0.00854700897, 0)
5854Exit2.Size = UDim2.new(0, 28, 0, 19)
5855Exit2.Font = Enum.Font.SourceSans
5856Exit2.Text = "X"
5857Exit2.TextColor3 = Color3.new(1, 1, 1)
5858Exit2.TextSize = 14
5859
5860EmeraldHelmet.Name = "EmeraldHelmet"
5861EmeraldHelmet.Parent = Booga2
5862EmeraldHelmet.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
5863EmeraldHelmet.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
5864EmeraldHelmet.BorderSizePixel = 2
5865EmeraldHelmet.Position = UDim2.new(0.03164557, 0, 0.126068383, 0)
5866EmeraldHelmet.Size = UDim2.new(0, 93, 0, 27)
5867EmeraldHelmet.Font = Enum.Font.SourceSansSemibold
5868EmeraldHelmet.Text = "Emerald Helmet"
5869EmeraldHelmet.TextColor3 = Color3.new(1, 1, 1)
5870EmeraldHelmet.TextScaled = true
5871EmeraldHelmet.TextSize = 14
5872EmeraldHelmet.TextWrapped = true
5873
5874EmeraldDivider.Name = "EmeraldDivider"
5875EmeraldDivider.Parent = Booga2
5876EmeraldDivider.Active = true
5877EmeraldDivider.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
5878EmeraldDivider.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
5879EmeraldDivider.BorderSizePixel = 2
5880EmeraldDivider.Position = UDim2.new(0.03164557, 0, 0.0769230798, 0)
5881EmeraldDivider.Size = UDim2.new(0, 447, 0, 11)
5882
5883EmeraldChestplate.Name = "EmeraldChestplate"
5884EmeraldChestplate.Parent = Booga2
5885EmeraldChestplate.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
5886EmeraldChestplate.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
5887EmeraldChestplate.BorderSizePixel = 2
5888EmeraldChestplate.Position = UDim2.new(0.261603385, 0, 0.126068383, 0)
5889EmeraldChestplate.Size = UDim2.new(0, 93, 0, 27)
5890EmeraldChestplate.Font = Enum.Font.SourceSansSemibold
5891EmeraldChestplate.Text = "Emerald Chestplate"
5892EmeraldChestplate.TextColor3 = Color3.new(1, 1, 1)
5893EmeraldChestplate.TextScaled = true
5894EmeraldChestplate.TextSize = 14
5895EmeraldChestplate.TextWrapped = true
5896
5897EmeraldPick.Name = "EmeraldPick"
5898EmeraldPick.Parent = Booga2
5899EmeraldPick.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
5900EmeraldPick.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
5901EmeraldPick.BorderSizePixel = 2
5902EmeraldPick.Position = UDim2.new(0.748945177, 0, 0.121794872, 0)
5903EmeraldPick.Size = UDim2.new(0, 93, 0, 27)
5904EmeraldPick.Font = Enum.Font.SourceSansSemibold
5905EmeraldPick.Text = "Emerald Pick"
5906EmeraldPick.TextColor3 = Color3.new(1, 1, 1)
5907EmeraldPick.TextScaled = true
5908EmeraldPick.TextSize = 14
5909EmeraldPick.TextWrapped = true
5910
5911EmeraldGreaves.Name = "EmeraldGreaves"
5912EmeraldGreaves.Parent = Booga2
5913EmeraldGreaves.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
5914EmeraldGreaves.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
5915EmeraldGreaves.BorderSizePixel = 2
5916EmeraldGreaves.Position = UDim2.new(0.506329119, 0, 0.123931624, 0)
5917EmeraldGreaves.Size = UDim2.new(0, 93, 0, 27)
5918EmeraldGreaves.Font = Enum.Font.SourceSansSemibold
5919EmeraldGreaves.Text = "Emerald Greaves"
5920EmeraldGreaves.TextColor3 = Color3.new(1, 1, 1)
5921EmeraldGreaves.TextScaled = true
5922EmeraldGreaves.TextSize = 14
5923EmeraldGreaves.TextWrapped = true
5924
5925EmeraldBlade.Name = "EmeraldBlade"
5926EmeraldBlade.Parent = Booga2
5927EmeraldBlade.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
5928EmeraldBlade.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
5929EmeraldBlade.BorderSizePixel = 2
5930EmeraldBlade.Position = UDim2.new(0.03164557, 0, 0.211538464, 0)
5931EmeraldBlade.Size = UDim2.new(0, 93, 0, 27)
5932EmeraldBlade.Font = Enum.Font.SourceSansSemibold
5933EmeraldBlade.Text = "Emerald Blade"
5934EmeraldBlade.TextColor3 = Color3.new(1, 1, 1)
5935EmeraldBlade.TextScaled = true
5936EmeraldBlade.TextSize = 14
5937EmeraldBlade.TextWrapped = true
5938
5939EmeraldAxe.Name = "EmeraldAxe"
5940EmeraldAxe.Parent = Booga2
5941EmeraldAxe.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
5942EmeraldAxe.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
5943EmeraldAxe.BorderSizePixel = 2
5944EmeraldAxe.Position = UDim2.new(0.261603385, 0, 0.211538464, 0)
5945EmeraldAxe.Size = UDim2.new(0, 93, 0, 27)
5946EmeraldAxe.Font = Enum.Font.SourceSansSemibold
5947EmeraldAxe.Text = "Emerald Axe"
5948EmeraldAxe.TextColor3 = Color3.new(1, 1, 1)
5949EmeraldAxe.TextScaled = true
5950EmeraldAxe.TextSize = 14
5951EmeraldAxe.TextWrapped = true
5952
5953EmeraldBag.Name = "EmeraldBag"
5954EmeraldBag.Parent = Booga2
5955EmeraldBag.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
5956EmeraldBag.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
5957EmeraldBag.BorderSizePixel = 2
5958EmeraldBag.Position = UDim2.new(0.506329119, 0, 0.209401712, 0)
5959EmeraldBag.Size = UDim2.new(0, 93, 0, 27)
5960EmeraldBag.Font = Enum.Font.SourceSansSemibold
5961EmeraldBag.Text = "EmeraldBag"
5962EmeraldBag.TextColor3 = Color3.new(1, 1, 1)
5963EmeraldBag.TextScaled = true
5964EmeraldBag.TextSize = 14
5965EmeraldBag.TextWrapped = true
5966
5967VoidShroud.Name = "VoidShroud"
5968VoidShroud.Parent = Booga2
5969VoidShroud.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
5970VoidShroud.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
5971VoidShroud.BorderSizePixel = 2
5972VoidShroud.Position = UDim2.new(0.719409287, 0, 0.623931646, 0)
5973VoidShroud.Size = UDim2.new(0, 93, 0, 27)
5974VoidShroud.Font = Enum.Font.SourceSansSemibold
5975VoidShroud.Text = "Void Shroud"
5976VoidShroud.TextColor3 = Color3.new(1, 1, 1)
5977VoidShroud.TextScaled = true
5978VoidShroud.TextSize = 14
5979VoidShroud.TextWrapped = true
5980
5981EmeraldDivider2.Name = "EmeraldDivider2"
5982EmeraldDivider2.Parent = Booga2
5983EmeraldDivider2.Active = true
5984EmeraldDivider2.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
5985EmeraldDivider2.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
5986EmeraldDivider2.BorderSizePixel = 2
5987EmeraldDivider2.Position = UDim2.new(0.0232067518, 0, 0.288461536, 0)
5988EmeraldDivider2.Size = UDim2.new(0, 447, 0, 11)
5989
5990GodDivider.Name = "GodDivider"
5991GodDivider.Parent = Booga2
5992GodDivider.Active = true
5993GodDivider.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
5994GodDivider.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
5995GodDivider.BorderSizePixel = 2
5996GodDivider.Position = UDim2.new(0.0232067518, 0, 0.324786335, 0)
5997GodDivider.Size = UDim2.new(0, 447, 0, 11)
5998
5999GodDivider2.Name = "GodDivider2"
6000GodDivider2.Parent = Booga2
6001GodDivider2.Active = true
6002GodDivider2.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
6003GodDivider2.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
6004GodDivider2.BorderSizePixel = 2
6005GodDivider2.Position = UDim2.new(0.0147679336, 0, 0.538461566, 0)
6006GodDivider2.Size = UDim2.new(0, 447, 0, 11)
6007
6008GodRock.Name = "GodRock"
6009GodRock.Parent = Booga2
6010GodRock.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
6011GodRock.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
6012GodRock.BorderSizePixel = 2
6013GodRock.Position = UDim2.new(0.03164557, 0, 0.455128193, 0)
6014GodRock.Size = UDim2.new(0, 93, 0, 27)
6015GodRock.Font = Enum.Font.SourceSansSemibold
6016GodRock.Text = "God Rock"
6017GodRock.TextColor3 = Color3.new(1, 1, 1)
6018GodRock.TextScaled = true
6019GodRock.TextSize = 14
6020GodRock.TextWrapped = true
6021
6022GodHalo.Name = "GodHalo"
6023GodHalo.Parent = Booga2
6024GodHalo.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
6025GodHalo.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
6026GodHalo.BorderSizePixel = 2
6027GodHalo.Position = UDim2.new(0.03164557, 0, 0.369658113, 0)
6028GodHalo.Size = UDim2.new(0, 93, 0, 27)
6029GodHalo.Font = Enum.Font.SourceSansSemibold
6030GodHalo.Text = "God Halo"
6031GodHalo.TextColor3 = Color3.new(1, 1, 1)
6032GodHalo.TextScaled = true
6033GodHalo.TextSize = 14
6034GodHalo.TextWrapped = true
6035
6036GodChestplate.Name = "GodChestplate"
6037GodChestplate.Parent = Booga2
6038GodChestplate.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
6039GodChestplate.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
6040GodChestplate.BorderSizePixel = 2
6041GodChestplate.Position = UDim2.new(0.261603385, 0, 0.369658113, 0)
6042GodChestplate.Size = UDim2.new(0, 93, 0, 27)
6043GodChestplate.Font = Enum.Font.SourceSansSemibold
6044GodChestplate.Text = "God Chestplate"
6045GodChestplate.TextColor3 = Color3.new(1, 1, 1)
6046GodChestplate.TextScaled = true
6047GodChestplate.TextSize = 14
6048GodChestplate.TextWrapped = true
6049
6050GodAxe.Name = "GodAxe"
6051GodAxe.Parent = Booga2
6052GodAxe.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
6053GodAxe.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
6054GodAxe.BorderSizePixel = 2
6055GodAxe.Position = UDim2.new(0.261603385, 0, 0.455128193, 0)
6056GodAxe.Size = UDim2.new(0, 93, 0, 27)
6057GodAxe.Font = Enum.Font.SourceSansSemibold
6058GodAxe.Text = "God Axe"
6059GodAxe.TextColor3 = Color3.new(1, 1, 1)
6060GodAxe.TextScaled = true
6061GodAxe.TextSize = 14
6062GodAxe.TextWrapped = true
6063
6064GodBag.Name = "GodBag"
6065GodBag.Parent = Booga2
6066GodBag.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
6067GodBag.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
6068GodBag.BorderSizePixel = 2
6069GodBag.Position = UDim2.new(0.506329119, 0, 0.452991456, 0)
6070GodBag.Size = UDim2.new(0, 93, 0, 27)
6071GodBag.Font = Enum.Font.SourceSansSemibold
6072GodBag.Text = "God Bag"
6073GodBag.TextColor3 = Color3.new(1, 1, 1)
6074GodBag.TextScaled = true
6075GodBag.TextSize = 14
6076GodBag.TextWrapped = true
6077
6078GodLegs.Name = "GodLegs"
6079GodLegs.Parent = Booga2
6080GodLegs.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
6081GodLegs.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
6082GodLegs.BorderSizePixel = 2
6083GodLegs.Position = UDim2.new(0.506329119, 0, 0.367521375, 0)
6084GodLegs.Size = UDim2.new(0, 93, 0, 27)
6085GodLegs.Font = Enum.Font.SourceSansSemibold
6086GodLegs.Text = "God Legs"
6087GodLegs.TextColor3 = Color3.new(1, 1, 1)
6088GodLegs.TextScaled = true
6089GodLegs.TextSize = 14
6090GodLegs.TextWrapped = true
6091
6092GodPick.Name = "GodPick"
6093GodPick.Parent = Booga2
6094GodPick.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
6095GodPick.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
6096GodPick.BorderSizePixel = 2
6097GodPick.Position = UDim2.new(0.748945177, 0, 0.365384609, 0)
6098GodPick.Size = UDim2.new(0, 93, 0, 27)
6099GodPick.Font = Enum.Font.SourceSansSemibold
6100GodPick.Text = "God Pick"
6101GodPick.TextColor3 = Color3.new(1, 1, 1)
6102GodPick.TextScaled = true
6103GodPick.TextSize = 14
6104GodPick.TextWrapped = true
6105
6106VoidChestplate.Name = "VoidChestplate"
6107VoidChestplate.Parent = Booga2
6108VoidChestplate.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
6109VoidChestplate.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
6110VoidChestplate.BorderSizePixel = 2
6111VoidChestplate.Position = UDim2.new(0.371308029, 0, 0.626068354, 0)
6112VoidChestplate.Size = UDim2.new(0, 93, 0, 27)
6113VoidChestplate.Font = Enum.Font.SourceSansSemibold
6114VoidChestplate.Text = "Void Chestplate"
6115VoidChestplate.TextColor3 = Color3.new(1, 1, 1)
6116VoidChestplate.TextScaled = true
6117VoidChestplate.TextSize = 14
6118VoidChestplate.TextWrapped = true
6119
6120VoidDivider2.Name = "VoidDivider2"
6121VoidDivider2.Parent = Booga2
6122VoidDivider2.Active = true
6123VoidDivider2.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
6124VoidDivider2.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
6125VoidDivider2.BorderSizePixel = 2
6126VoidDivider2.Position = UDim2.new(0.00632911548, 0, 0.797008574, 0)
6127VoidDivider2.Size = UDim2.new(0, 447, 0, 11)
6128
6129VoidDivider.Name = "VoidDivider"
6130VoidDivider.Parent = Booga2
6131VoidDivider.Active = true
6132VoidDivider.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
6133VoidDivider.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
6134VoidDivider.BorderSizePixel = 2
6135VoidDivider.Position = UDim2.new(0.0147679336, 0, 0.583333373, 0)
6136VoidDivider.Size = UDim2.new(0, 447, 0, 11)
6137
6138VoidBag.Name = "VoidBag"
6139VoidBag.Parent = Booga2
6140VoidBag.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
6141VoidBag.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
6142VoidBag.BorderSizePixel = 2
6143VoidBag.Position = UDim2.new(0.373417735, 0, 0.715811968, 0)
6144VoidBag.Size = UDim2.new(0, 93, 0, 27)
6145VoidBag.Font = Enum.Font.SourceSansSemibold
6146VoidBag.Text = "Void Bag"
6147VoidBag.TextColor3 = Color3.new(1, 1, 1)
6148VoidBag.TextScaled = true
6149VoidBag.TextSize = 14
6150VoidBag.TextWrapped = true
6151
6152VoidGreaves.Name = "VoidGreaves"
6153VoidGreaves.Parent = Booga2
6154VoidGreaves.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
6155VoidGreaves.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
6156VoidGreaves.BorderSizePixel = 2
6157VoidGreaves.Position = UDim2.new(0.03164557, 0, 0.630341887, 0)
6158VoidGreaves.Size = UDim2.new(0, 93, 0, 27)
6159VoidGreaves.Font = Enum.Font.SourceSansSemibold
6160VoidGreaves.Text = "Void Greaves"
6161VoidGreaves.TextColor3 = Color3.new(1, 1, 1)
6162VoidGreaves.TextScaled = true
6163VoidGreaves.TextSize = 14
6164VoidGreaves.TextWrapped = true
6165
6166OOFHorn.Name = "OOFHorn"
6167OOFHorn.Parent = Booga2
6168OOFHorn.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
6169OOFHorn.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
6170OOFHorn.BorderSizePixel = 2
6171OOFHorn.Position = UDim2.new(0.748945177, 0, 0.450854689, 0)
6172OOFHorn.Size = UDim2.new(0, 93, 0, 27)
6173OOFHorn.Font = Enum.Font.SourceSansSemibold
6174OOFHorn.Text = "OOF Horn"
6175OOFHorn.TextColor3 = Color3.new(1, 1, 1)
6176OOFHorn.TextScaled = true
6177OOFHorn.TextSize = 14
6178OOFHorn.TextWrapped = true
6179
6180Open.MouseButton1Down:connect(function()
6181Booga:TweenPosition(UDim2.new(0.079, 0, 0.074, 0), 'Out','Bounce', 1)
6182Open.Visible = true
6183Booga.Visible = true
6184end)
6185
6186Exit.MouseButton1Down:connect(function()
6187Booga:TweenPosition(UDim2.new(0.079, 0, 1.7, 0), 'Out','Bounce', 1)
6188Open.Visible = true
6189end)
6190
6191Recipes.MouseButton1Down:connect(function()
6192Booga2:TweenPosition(UDim2.new(0.433, 0, 0.074, 0), 'Out','Bounce', 1)
6193Booga2.Visible = true
6194end)
6195
6196Exit2.MouseButton1Down:connect(function()
6197Booga2:TweenPosition(UDim2.new(0.079, 0, 1.7, 0), 'Out','Bounce', 1)
6198end)
6199
6200VoidBag.MouseButton1Click:connect(function()
6201local A_1 = "Void Bag"
6202local Event = game:GetService("ReplicatedStorage").Events.CraftItem
6203Event:FireServer(A_1)
6204end)
6205
6206VoidShroud.MouseButton1Click:connect(function()
6207local A_1 = "Void Shroud"
6208local Event = game:GetService("ReplicatedStorage").Events.CraftItem
6209Event:FireServer(A_1)
6210end)
6211
6212VoidChestplate.MouseButton1Click:connect(function()
6213local A_1 = "Void Chestplate"
6214local Event = game:GetService("ReplicatedStorage").Events.CraftItem
6215Event:FireServer(A_1)
6216end)
6217
6218VoidGreaves.MouseButton1Click:connect(function()
6219local A_1 = "Void Greaves"
6220local Event = game:GetService("ReplicatedStorage").Events.CraftItem
6221Event:FireServer(A_1)
6222end)
6223
6224
6225
6226EmeraldAxe.MouseButton1Click:connect(function()
6227local A_1 = "Emerald Axe"
6228local Event = game:GetService("ReplicatedStorage").Events.CraftItem
6229Event:FireServer(A_1)
6230end)
6231
6232EmeraldBlade.MouseButton1Click:connect(function()
6233local A_1 = "Emerald Blade"
6234local Event = game:GetService("ReplicatedStorage").Events.CraftItem
6235Event:FireServer(A_1)
6236end)
6237
6238EmeraldPick.MouseButton1Click:connect(function()
6239local A_1 = "Emerald Pick"
6240local Event = game:GetService("ReplicatedStorage").Events.CraftItem
6241Event:FireServer(A_1)
6242end)
6243
6244EmeraldBag.MouseButton1Click:connect(function()
6245local A_1 = "Emerald Bag"
6246local Event = game:GetService("ReplicatedStorage").Events.CraftItem
6247Event:FireServer(A_1)
6248end)
6249
6250EmeraldHelmet.MouseButton1Click:connect(function()
6251local A_1 = "Emerald Helmet"
6252local Event = game:GetService("ReplicatedStorage").Events.CraftItem
6253Event:FireServer(A_1)
6254end)
6255
6256EmeraldChestplate.MouseButton1Click:connect(function()
6257local A_1 = "Emerald Chestplate"
6258local Event = game:GetService("ReplicatedStorage").Events.CraftItem
6259Event:FireServer(A_1)
6260end)
6261
6262EmeraldGreaves.MouseButton1Click:connect(function()
6263local A_1 = "Emerald Greaves"
6264local Event = game:GetService("ReplicatedStorage").Events.CraftItem
6265Event:FireServer(A_1)
6266end)
6267
6268
6269
6270GodAxe.MouseButton1Click:connect(function()
6271local A_1 = "God Axe"
6272local Event = game:GetService("ReplicatedStorage").Events.CraftItem
6273Event:FireServer(A_1)
6274end)
6275
6276GodRock.MouseButton1Click:connect(function()
6277local A_1 = "God Rock"
6278local Event = game:GetService("ReplicatedStorage").Events.CraftItem
6279Event:FireServer(A_1)
6280end)
6281
6282GodPick.MouseButton1Click:connect(function()
6283local A_1 = "God Pick"
6284local Event = game:GetService("ReplicatedStorage").Events.CraftItem
6285Event:FireServer(A_1)
6286end)
6287
6288GodHalo.MouseButton1Click:connect(function()
6289local A_1 = "God Halo"
6290local Event = game:GetService("ReplicatedStorage").Events.CraftItem
6291Event:FireServer(A_1)
6292end)
6293
6294GodChestplate.MouseButton1Click:connect(function()
6295local A_1 = "God Chestplate"
6296local Event = game:GetService("ReplicatedStorage").Events.CraftItem
6297Event:FireServer(A_1)
6298end)
6299
6300GodLegs.MouseButton1Click:connect(function()
6301local A_1 = "God Legs"
6302local Event = game:GetService("ReplicatedStorage").Events.CraftItem
6303Event:FireServer(A_1)
6304end)
6305
6306GodBag.MouseButton1Click:connect(function()
6307local A_1 = "God Bag"
6308local Event = game:GetService("ReplicatedStorage").Events.CraftItem
6309Event:FireServer(A_1)
6310end)
6311
6312
6313OOFHorn.MouseButton1Click:connect(function()
6314local A_1 = "OOF Horn"
6315local Event = game:GetService("ReplicatedStorage").Events.CraftItem
6316Event:FireServer(A_1)
6317end)
6318
6319
6320
6321InfinityChest.MouseButton1Down:connect(function()
6322 local plr = game:GetService("Players").LocalPlayer
6323 local mouse = plr:GetMouse()
6324 mouse.KeyDown:connect(function(key)
6325 if key == "q" then
6326 local Event = game:GetService("ReplicatedStorage").Events.PlaceStructure
6327 Torso = game.Players.LocalPlayer.Character.UpperTorso
6328 b = Torso.Position + Torso.CFrame.lookVector * 10
6329 local c = b.x
6330 local d = b.y - 2
6331 local e = b.z
6332 for i = 1,1 do
6333 local A_1 = "Infinity Chest"
6334 local A_2 = CFrame.new(c, d, e, 1, 0, 0, 0, 1, -5.56028681e-08, 0, -5.56028681e-08, 1)
6335 local A_3 = 0
6336 Event:FireServer(A_1, A_2, A_3)
6337 end end end)
6338end)
6339
6340
6341CraftAnyItem.MouseButton1Click:connect(function()
6342 local event = game.ReplicatedStorage.Events.CraftItem
6343 local item = CraftItem.Text
6344 event:FireServer(item)
6345end)
6346
6347GodHut.MouseButton1Click:connect(function()
6348 local plr = game:GetService("Players").LocalPlayer
6349 local mouse = plr:GetMouse()
6350 mouse.KeyDown:connect(function(key)
6351 if key == "g" then
6352 local Event = game:GetService("ReplicatedStorage").Events.PlaceStructure
6353 Torso = game.Players.LocalPlayer.Character.UpperTorso
6354 b = Torso.Position + Torso.CFrame.lookVector * 10
6355 local c = b.x
6356 local d = b.y - 2
6357 local e = b.z
6358 for i = 1,1 do
6359 local A_1 = "God Hut"
6360 local A_2 = CFrame.new(c, d, e, 1, 0, 0, 0, 1, -5.56028681e-08, 0, -5.56028681e-08, 1)
6361 local A_3 = 0
6362 Event:FireServer(A_1, A_2, A_3)
6363 end end end)
6364end)
6365
6366AutoPickUp.MouseButton1Click:connect(function()
6367local Objects;
6368local Pickup = function(Character)
6369 local myPos = Character.HumanoidRootPart.Position
6370 local Objects = {}
6371 for i,v in pairs(workspace:GetChildren()) do
6372 if v:FindFirstChild("Pickup") ~= nil and v.ClassName == "Part" then
6373 local Pos = v.Position
6374 local Distance = (myPos - Pos).magnitude
6375 if Distance < 40 then
6376 table.insert(Objects, v)
6377 end
6378 elseif v:FindFirstChild("Pickup") ~= nil and v:FindFirstChild("Part") ~= nil and v.Part.ClassName == "Part" then
6379 local Pos = v.Part.Position
6380 local Distance = (myPos - Pos).magnitude
6381 if Distance < 40 then
6382 table.insert(Objects, v)
6383 end
6384 elseif v:FindFirstChild("Pickup") ~= nil and v.ClassName == "UnionOperation" then
6385 local Pos = v.Position
6386 local Distance = (myPos - Pos).magnitude
6387 if Distance < 40 then
6388 table.insert(Objects, v)
6389 end
6390 end
6391 end
6392 for i,v in pairs(Objects) do
6393 for i=1,10 do
6394 v.Position = myPos
6395 game:GetService("ReplicatedStorage").Events.Pickup:FireServer(v)
6396 end
6397 end
6398end
6399wait(1)
6400local mouse = game:GetService("Players").LocalPlayer:GetMouse()
6401
6402mouse.KeyDown:connect(function(key)
6403 if key == AutoPickUpBind.Text then
6404print'AutoPicked-up YEET'
6405Pickup(game.Players.LocalPlayer.Character)
6406end
6407end)
6408end)
6409
6410local plr = game:GetService("Players").LocalPlayer
6411local char = plr.Character
6412local mouse = game:GetService("Players").LocalPlayer:GetMouse()
6413local hum = char:FindFirstChild("HumanoidRootPart")
6414
6415--SpeedVariables
6416local plr = game:GetService("Players").LocalPlayer
6417local char = plr.Character
6418local mouse = game:GetService("Players").LocalPlayer:GetMouse()
6419local hum = char:FindFirstChild("HumanoidRootPart")
6420--yeet
6421Speed.MouseButton1Down:connect(function()
6422 local plr = game:GetService("Players").LocalPlayer
6423 local char = plr.Character
6424 local mouse = game:GetService("Players").LocalPlayer:GetMouse()
6425 local hum = char:FindFirstChild("HumanoidRootPart")
6426 mouse.KeyDown:connect(function(key)
6427 if key == SpeedBind.Text then
6428 loop = true
6429 while loop do
6430 hum.CFrame = hum.CFrame + hum.CFrame.lookVector * 3
6431 wait()
6432 end
6433 end
6434 end)
6435 end)
6436
6437 mouse.KeyUp:connect(function(key)
6438 if key == SpeedBind.Text then
6439 loop = false
6440 end
6441end)
6442
6443AutoBreak.MouseButton1Click:connect(function()
6444local mouse = game:GetService("Players").LocalPlayer:GetMouse()
6445local breaking=false
6446mouse.KeyDown:connect(function(key)
6447 if key == Breakkey.Text then
6448 breaking = true
6449 while breaking and wait(0.1) do
6450local part = game:GetService("Players").LocalPlayer:GetMouse().Target
6451local one = game:GetService("ReplicatedStorage").RelativeTime.Value
6452local two = {part,part,part,part}
6453game:GetService("ReplicatedStorage").Events.SwingTool:FireServer(one, two)
6454 end
6455 end
6456end)
6457mouse.KeyUp:connect(function(key)
6458 if key == Breakkey.Text then
6459 breaking = false
6460 end
6461 end)
6462end)
6463
6464RevizV2.MouseButton1Click:connect(function()
6465 loadstring(game:HttpGet("https://pastebin.com/raw/8zh7FiHv"))()
6466end)
6467
6468RemoveRainbtn.MouseButton1Click:Connect(function()
6469 if workspace:FindFirstChild('RainPart') ~= nil then
6470 workspace.RainPart:Destroy()
6471 game.ReplicatedStorage.Sounds.Nature.Rain:Stop()
6472 game.ReplicatedStorage.Sounds.Nature.Thunder:Stop()
6473 game.Lighting.Rain:Destroy()
6474 game.ReplicatedStorage.Skies.Shine:Clone().Parent = game.Lighting
6475 end
6476end)
6477
6478TpSpambtn.MouseButton1Down:connect(function()
6479for i,v in pairs(game:GetService("Players"):GetChildren()) do
6480 if v.Name:lower():find(TpSpamPlayerNamekb.Text:lower()) then
6481 if v.Name == "Infinity_Chest" or v.Name == "BlueBearTimx" then
6482 print("Fools you cannot kill the devs")
6483else
6484 player = game.Players.LocalPlayer.Character
6485 repeat
6486 player.HumanoidRootPart.CFrame = v.Character.HumanoidRootPart.CFrame
6487 wait(.001)
6488 until v.Character.Humanoid.Health <= 0
6489 end
6490 end
6491 end
6492end)
6493
6494Important = {Players = game:GetService("Players"), Workspace = game:GetService("Workspace"), CoreGui = game:GetService("CoreGui")}
6495
6496local enabledesp = false
6497
6498function CreateESP(plr)
6499
6500 if plr ~= nil then
6501
6502 local GetChar = plr.Character
6503 if not GetChar then return end
6504
6505 local GetHead do
6506
6507 repeat wait() until GetChar:FindFirstChild("Head")
6508
6509 end
6510 GetHead = GetChar.Head
6511
6512 local bb = Instance.new("BillboardGui", Important.CoreGui)
6513 bb.Adornee = GetHead
6514 bb.ExtentsOffset = Vector3.new(0, 1, 0)
6515 bb.AlwaysOnTop = true
6516 bb.Size = UDim2.new(0, 5, 0, 5)
6517 bb.StudsOffset = Vector3.new(0, 3, 0)
6518 bb.Name = "ESP_PLAYER_" .. plr.Name
6519
6520 local displayframe = Instance.new("Frame", bb)
6521 displayframe.ZIndex = 10
6522 displayframe.BackgroundTransparency = 1
6523 displayframe.Size = UDim2.new(1,0,1,0)
6524
6525 local name = Instance.new("TextLabel", displayframe)
6526 name.Name = "Name"
6527 name.ZIndex = 10
6528 name.Text = plr.Name
6529 name.Visible = true
6530 name.TextColor3 = Color3.new(170,0,0)
6531 name.BackgroundTransparency = 1
6532 name.Size = UDim2.new(1,0,10,0)
6533 name.Font = Enum.Font.SourceSansLight
6534 name.TextSize = 20
6535 name.TextStrokeTransparency = .5
6536
6537 end
6538
6539end
6540
6541ESPbtn.MouseButton1Click:Connect(function()
6542 for i,v in pairs(Important.Players:GetChildren()) do
6543
6544 CreateESP(v)
6545 end
6546end)
6547
6548DropAllItemsbtn.MouseButton1Click:Connect(function()
6549
6550Player = game.Players.LocalPlayer
6551Mouse = Player:GetMouse()
6552
6553function PressedE(key)
6554 Key = key:lower()
6555 if Key == DropAllItemskb.Text then
6556 for i=1, 100 do
6557game.ReplicatedStorage.Events.DropBagItem:FireServer(DropAllItemsItemNamekb.Text)
6558end
6559end
6560end
6561Mouse.KeyDown:connect(PressedE)
6562end)
6563
6564
6565RemoveAllEffectsbtn.MouseButton1Click:Connect(function()
6566game.Lighting.FogEnd = 1200000
6567game.Lighting.Brightness = 3
6568game.Lighting.GlobalShadows = false
6569end)
6570
6571VoidTpbtn.MouseButton1Click:Connect(function()
6572game:GetService("TeleportService"):Teleport(2021740958)
6573print('VoidTP Credits: Flareo!')
6574end)
6575
6576AutoEatbtn.MouseButton1Click:Connect(function()
6577if game.PlaceId == 1262182609 or game.PlaceId == 2021740958 then
6578local lol = 1
6579local plr = game:GetService("Players").LocalPlayer
6580local mouse = plr:GetMouse()
6581mouse.KeyDown:connect(function(key)
6582 if key == AutoEatkb.Text then
6583 lol = 0
6584 while lol == 0 do
6585 wait()
6586local Event = game:GetService("ReplicatedStorage").Events.UseBagItem
6587 Event:FireServer(AutoEatFoodNamekb.Text)
6588 Event:FireServer(AutoEatFoodNamekb.Text)
6589 Event:FireServer(AutoEatFoodNamekb.Text)
6590end end end)
6591local plr = game:GetService("Players").LocalPlayer
6592local mouse = plr:GetMouse()
6593mouse.KeyUp:connect(function(key)
6594 if key == AutoEatkb.Text then
6595 lol = 1
6596end end) end
6597end)
6598AutoCampfirebtn.MouseButton1Click:Connect(function()
6599local Fires = 1
6600local Event = game:GetService("ReplicatedStorage").Events.PlaceStructure
6601h = game.Players.LocalPlayer.Character.LowerTorso.Position
6602local c = h.x + 5
6603local d = h.y - 2
6604local e = h.z
6605local j = h.x
6606local k = h.y - 2
6607local l = h.z
6608local aa = h.x - 5
6609local bb = h.y - 2
6610local cc = h.z
6611local aaa = h.x
6612local bbb = h.y - 2
6613local ccc = h.z + 5
6614local aaaa = h.x
6615local bbbb = h.y - 2
6616local cccc = h.z - 5
6617for i = 1,1 do
6618local C_1 = "Chest"
6619local C_2 = CFrame.new(j, k, l, 1, 0, 0, 0, 1, -5.56028681e-08, 0, -5.56028681e-08, 1)
6620local C_3 = 0
6621Event:FireServer(C_1, C_2, C_3)
6622end
6623for i = 1,Fires do
6624local A_1 = "Campfire"
6625local A_2 = CFrame.new(c, d, e, 1, 0, 0, 0, 1, -5.56028681e-08, 0, -5.56028681e-08, 1)
6626local A_3 = 0
6627Event:FireServer(A_1, A_2, A_3)
6628end
6629for i = 1,Fires do
6630local B_1 = "Campfire"
6631local B_2 = CFrame.new(aa, bb, cc, 1, 0, 0, 0, 1, -5.56028681e-08, 0, -5.56028681e-08, 1)
6632local B_3 = 0
6633Event:FireServer(B_1, B_2, B_3)
6634end
6635for i = 1,Fires do
6636local D_1 = "Campfire"
6637local D_2 = CFrame.new(aaa, bbb, ccc, 1, 0, 0, 0, 1, -5.56028681e-08, 0, -5.56028681e-08, 1)
6638local D_3 = 0
6639Event:FireServer(D_1, D_2, D_3)
6640end
6641for i = 1,Fires do
6642local E_1 = "Campfire"
6643local E_2 = CFrame.new(aaaa, bbbb, cccc, 1, 0, 0, 0, 1, -5.56028681e-08, 0, -5.56028681e-08, 1)
6644local E_3 = 0
6645Event:FireServer(E_1, E_2, E_3)
6646end
6647 end)
6648
6649AutoWallTrapbtn.MouseButton1Click:Connect(function()
6650local Event = game:GetService("ReplicatedStorage").Events.PlaceStructure
6651h = game.Players.LocalPlayer.Character.LowerTorso.Position
6652local aa = h.x + 13
6653local bb = h.y - 2
6654local cc = h.z
6655local aaa = h.x - 13
6656local bbb = h.y - 2
6657local ccc = h.z
6658local aaaa = h.x
6659local bbbb = h.y - 2
6660local cccc = h.z + 13
6661local aaaaa = h.x
6662local bbbbb = h.y - 2
6663local ccccc = h.z - 13
6664local k_1 = "Stone Wall"
6665local 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)
6666local k_3 = 177
6667local Event = game:GetService("ReplicatedStorage").Events.PlaceStructure
6668Event:FireServer(k_1, k_2, k_3)
6669local l_1 = "Stone Wall"
6670local 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)
6671local l_3 = 177
6672local Event = game:GetService("ReplicatedStorage").Events.PlaceStructure
6673Event:FireServer(l_1, l_2, l_3)
6674local m_1 = "Stone Wall"
6675local 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)
6676local m_3 = 270
6677local Event = game:GetService("ReplicatedStorage").Events.PlaceStructure
6678Event:FireServer(m_1, m_2, m_3)
6679local n_1 = "Stone Wall"
6680local 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)
6681local n_3 = 270
6682local Event = game:GetService("ReplicatedStorage").Events.PlaceStructure
6683Event:FireServer(n_1, n_2, n_3)
6684 end)
6685end)
6686BoogaKicker.MouseButton1Down:connect(function()
6687-- Made by Tokumei/Aresuu
6688-- Instances:
6689local BoogaBV1 = Instance.new("ScreenGui")
6690local BoogaBV1_2 = Instance.new("Frame")
6691local Speed = Instance.new("TextButton")
6692local SpeedBind = Instance.new("TextBox")
6693local AutoPickUp = Instance.new("TextButton")
6694local AutoPickUpBind = Instance.new("TextBox")
6695local CraftAnyItem = Instance.new("TextButton")
6696local CraftItem = Instance.new("TextBox")
6697local Title = Instance.new("TextLabel")
6698local InfinityChest = Instance.new("TextButton")
6699local RevizV2 = Instance.new("TextButton")
6700local GodHut = Instance.new("TextButton")
6701local MadebyTokumeiAresuu = Instance.new("TextLabel")
6702local CreditOwners = Instance.new("TextLabel")
6703local AutoBreak = Instance.new("TextButton")
6704local Breakkey = Instance.new("TextBox")
6705local EmeraldSetCrafter = Instance.new("TextButton")
6706local FEme = Instance.new("Frame")
6707local SFrameEme = Instance.new("ScrollingFrame")
6708local EmeraldHelmet = Instance.new("TextButton")
6709local EmeraldChestplate = Instance.new("TextButton")
6710local EmeraldGreaves = Instance.new("TextButton")
6711local EmeraldPick = Instance.new("TextButton")
6712local EmeraldBlade = Instance.new("TextButton")
6713local EmeraldAxe = Instance.new("TextButton")
6714local EmeraldBag = Instance.new("TextButton")
6715local GodSetCrafter = Instance.new("TextButton")
6716local FGod = Instance.new("Frame")
6717local SFrameGod = Instance.new("ScrollingFrame")
6718local GodHalo = Instance.new("TextButton")
6719local GodChestplate = Instance.new("TextButton")
6720local GodLegs = Instance.new("TextButton")
6721local GodRock = Instance.new("TextButton")
6722local GodPick = Instance.new("TextButton")
6723local GodAxe = Instance.new("TextButton")
6724local GodBag = Instance.new("TextButton")
6725local OOFHorn = Instance.new("TextButton")
6726local VoidSetCrafter = Instance.new("TextButton")
6727local FVOID = Instance.new("Frame")
6728local SFrameVoid = Instance.new("ScrollingFrame")
6729local VoidShroud = Instance.new("TextButton")
6730local VoidChestplate = Instance.new("TextButton")
6731local VoidGreaves = Instance.new("TextButton")
6732local VoidBag = Instance.new("TextButton")
6733local TeletoVoid = Instance.new("TextButton")
6734local Open = Instance.new("TextButton")
6735local Close = Instance.new("TextButton")
6736--Properties:
6737BoogaBV1.Name = "BoogaBV1"
6738BoogaBV1.Parent = game.CoreGui
6739
6740BoogaBV1_2.Name = "BoogaBV1"
6741BoogaBV1_2.Parent = BoogaBV1
6742BoogaBV1_2.Active = true
6743BoogaBV1_2.BackgroundColor3 = Color3.new(1, 0.65098, 0)
6744BoogaBV1_2.BackgroundTransparency = 0.30000001192093
6745BoogaBV1_2.BorderColor3 = Color3.new(0, 0, 0)
6746BoogaBV1_2.BorderSizePixel = 5
6747BoogaBV1_2.Position = UDim2.new(0.315448642, 0, 0.254980087, 0)
6748BoogaBV1_2.Size = UDim2.new(0, 487, 0, 245)
6749BoogaBV1_2.Draggable = true
6750
6751Speed.Name = "Speed"
6752Speed.Parent = BoogaBV1_2
6753Speed.BackgroundColor3 = Color3.new(0, 0, 0)
6754Speed.BorderColor3 = Color3.new(0, 0, 0)
6755Speed.BorderSizePixel = 3
6756Speed.Position = UDim2.new(0.0164271053, 0, 0.877551019, 0)
6757Speed.Size = UDim2.new(0, 117, 0, 25)
6758Speed.Font = Enum.Font.Cartoon
6759Speed.Text = "Speed"
6760Speed.TextColor3 = Color3.new(1, 1, 1)
6761Speed.TextScaled = true
6762Speed.TextSize = 14
6763Speed.TextStrokeColor3 = Color3.new(1, 0, 0.0156863)
6764Speed.TextWrapped = true
6765
6766SpeedBind.Name = "SpeedBind"
6767SpeedBind.Parent = Speed
6768SpeedBind.BackgroundColor3 = Color3.new(0.368627, 0.368627, 0.368627)
6769SpeedBind.BorderColor3 = Color3.new(0, 0, 0)
6770SpeedBind.BorderSizePixel = 3
6771SpeedBind.Position = UDim2.new(1.15199995, 0, 0, 0)
6772SpeedBind.Size = UDim2.new(0, 83, 0, 26)
6773SpeedBind.Font = Enum.Font.Cartoon
6774SpeedBind.Text = "Key Bind"
6775SpeedBind.TextColor3 = Color3.new(0, 0, 0)
6776SpeedBind.TextScaled = true
6777SpeedBind.TextSize = 14
6778SpeedBind.TextWrapped = true
6779
6780AutoPickUp.Name = "Auto Pick Up"
6781AutoPickUp.Parent = BoogaBV1_2
6782AutoPickUp.BackgroundColor3 = Color3.new(0, 0, 0)
6783AutoPickUp.BorderColor3 = Color3.new(0, 0, 0)
6784AutoPickUp.BorderSizePixel = 3
6785AutoPickUp.Position = UDim2.new(0.0164271053, 0, 0.596045792, 0)
6786AutoPickUp.Size = UDim2.new(0, 117, 0, 25)
6787AutoPickUp.Font = Enum.Font.Cartoon
6788AutoPickUp.Text = "Auto Pick Up"
6789AutoPickUp.TextColor3 = Color3.new(1, 1, 1)
6790AutoPickUp.TextScaled = true
6791AutoPickUp.TextSize = 14
6792AutoPickUp.TextStrokeColor3 = Color3.new(1, 0, 0.0156863)
6793AutoPickUp.TextWrapped = true
6794
6795AutoPickUpBind.Name = "AutoPickUpBind"
6796AutoPickUpBind.Parent = AutoPickUp
6797AutoPickUpBind.BackgroundColor3 = Color3.new(0.368627, 0.368627, 0.368627)
6798AutoPickUpBind.BorderColor3 = Color3.new(0, 0, 0)
6799AutoPickUpBind.BorderSizePixel = 3
6800AutoPickUpBind.Position = UDim2.new(1.15199995, 0, 0, 0)
6801AutoPickUpBind.Size = UDim2.new(0, 83, 0, 25)
6802AutoPickUpBind.Font = Enum.Font.Cartoon
6803AutoPickUpBind.PlaceholderColor3 = Color3.new(0.698039, 0.698039, 0.698039)
6804AutoPickUpBind.Text = "Key Bind"
6805AutoPickUpBind.TextColor3 = Color3.new(0, 0, 0)
6806AutoPickUpBind.TextScaled = true
6807AutoPickUpBind.TextSize = 14
6808AutoPickUpBind.TextStrokeColor3 = Color3.new(1, 0, 0.0156863)
6809AutoPickUpBind.TextWrapped = true
6810
6811CraftAnyItem.Name = "Craft Any Item"
6812CraftAnyItem.Parent = BoogaBV1_2
6813CraftAnyItem.BackgroundColor3 = Color3.new(0, 0, 0)
6814CraftAnyItem.BorderColor3 = Color3.new(0, 0, 0)
6815CraftAnyItem.BorderSizePixel = 2
6816CraftAnyItem.Position = UDim2.new(0.0164271053, 0, 0.461892724, 0)
6817CraftAnyItem.Size = UDim2.new(0, 117, 0, 25)
6818CraftAnyItem.Font = Enum.Font.Cartoon
6819CraftAnyItem.Text = "Craft Any Item"
6820CraftAnyItem.TextColor3 = Color3.new(1, 1, 1)
6821CraftAnyItem.TextScaled = true
6822CraftAnyItem.TextSize = 14
6823CraftAnyItem.TextStrokeColor3 = Color3.new(1, 0, 0.0156863)
6824CraftAnyItem.TextWrapped = true
6825
6826CraftItem.Name = "Craft Item"
6827CraftItem.Parent = CraftAnyItem
6828CraftItem.BackgroundColor3 = Color3.new(0.368627, 0.368627, 0.368627)
6829CraftItem.BorderColor3 = Color3.new(0, 0, 0)
6830CraftItem.BorderSizePixel = 3
6831CraftItem.Position = UDim2.new(1.15384614, 0, 0, 0)
6832CraftItem.Size = UDim2.new(0, 84, 0, 25)
6833CraftItem.Font = Enum.Font.Cartoon
6834CraftItem.Text = "Item Name"
6835CraftItem.TextColor3 = Color3.new(0, 0, 0)
6836CraftItem.TextScaled = true
6837CraftItem.TextSize = 14
6838CraftItem.TextStrokeColor3 = Color3.new(1, 0, 0.0156863)
6839CraftItem.TextWrapped = true
6840
6841Title.Name = "Title"
6842Title.Parent = BoogaBV1_2
6843Title.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
6844Title.Size = UDim2.new(0, 487, 0, 29)
6845Title.Font = Enum.Font.Cartoon
6846Title.Text = "BoogaBitchesV1"
6847Title.TextColor3 = Color3.new(0, 0, 0)
6848Title.TextScaled = true
6849Title.TextSize = 16
6850Title.TextWrapped = true
6851
6852InfinityChest.Name = "Infinity Chest"
6853InfinityChest.Parent = BoogaBV1_2
6854InfinityChest.BackgroundColor3 = Color3.new(0, 0, 0)
6855InfinityChest.BorderColor3 = Color3.new(0, 0, 0)
6856InfinityChest.BorderSizePixel = 3
6857InfinityChest.Position = UDim2.new(0.291581094, 0, 0.32911393, 0)
6858InfinityChest.Size = UDim2.new(0, 117, 0, 21)
6859InfinityChest.Font = Enum.Font.Cartoon
6860InfinityChest.Text = "Infinity Chest [Q]"
6861InfinityChest.TextColor3 = Color3.new(1, 1, 1)
6862InfinityChest.TextScaled = true
6863InfinityChest.TextSize = 14
6864InfinityChest.TextStrokeColor3 = Color3.new(1, 0, 0.0156863)
6865InfinityChest.TextWrapped = true
6866
6867RevizV2.Name = "Reviz V2"
6868RevizV2.Parent = BoogaBV1_2
6869RevizV2.BackgroundColor3 = Color3.new(0, 0, 0)
6870RevizV2.BorderColor3 = Color3.new(0, 0, 0)
6871RevizV2.BorderSizePixel = 3
6872RevizV2.Position = UDim2.new(0.572895288, 0, 0.15611814, 0)
6873RevizV2.Size = UDim2.new(0, 194, 0, 25)
6874RevizV2.Font = Enum.Font.Cartoon
6875RevizV2.Text = "Reviz V2"
6876RevizV2.TextColor3 = Color3.new(1, 1, 1)
6877RevizV2.TextScaled = true
6878RevizV2.TextSize = 14
6879RevizV2.TextStrokeColor3 = Color3.new(1, 0, 0.0156863)
6880RevizV2.TextWrapped = true
6881
6882GodHut.Name = "God Hut"
6883GodHut.Parent = BoogaBV1_2
6884GodHut.BackgroundColor3 = Color3.new(0, 0, 0)
6885GodHut.BorderColor3 = Color3.new(0, 0, 0)
6886GodHut.BorderSizePixel = 3
6887GodHut.Position = UDim2.new(0.572895288, 0, 0.327337861, 0)
6888GodHut.Size = UDim2.new(0, 194, 0, 25)
6889GodHut.Font = Enum.Font.Cartoon
6890GodHut.Text = "God Hut [G]"
6891GodHut.TextColor3 = Color3.new(1, 1, 1)
6892GodHut.TextScaled = true
6893GodHut.TextSize = 14
6894GodHut.TextStrokeColor3 = Color3.new(1, 0, 0.0156863)
6895GodHut.TextWrapped = true
6896
6897MadebyTokumeiAresuu.Name = "Made by Tokumei/Aresuu"
6898MadebyTokumeiAresuu.Parent = BoogaBV1_2
6899MadebyTokumeiAresuu.BackgroundColor3 = Color3.new(0.215686, 0.215686, 0.215686)
6900MadebyTokumeiAresuu.BorderColor3 = Color3.new(0, 0, 0)
6901MadebyTokumeiAresuu.BorderSizePixel = 5
6902MadebyTokumeiAresuu.Position = UDim2.new(0.704355955, 0, 0.699711502, 0)
6903MadebyTokumeiAresuu.Size = UDim2.new(0, 144, 0, 34)
6904MadebyTokumeiAresuu.Font = Enum.Font.Cartoon
6905MadebyTokumeiAresuu.Text = "Made by Tokumei/Aresuu"
6906MadebyTokumeiAresuu.TextColor3 = Color3.new(0, 0, 0)
6907MadebyTokumeiAresuu.TextSize = 14
6908
6909CreditOwners.Name = "Credit Owners"
6910CreditOwners.Parent = MadebyTokumeiAresuu
6911CreditOwners.BackgroundColor3 = Color3.new(0.215686, 0.215686, 0.215686)
6912CreditOwners.BorderColor3 = Color3.new(0, 0, 0)
6913CreditOwners.BorderSizePixel = 5
6914CreditOwners.Position = UDim2.new(-0.686473131, 0, 1.04991567, 0)
6915CreditOwners.Size = UDim2.new(0, 243, 0, 34)
6916CreditOwners.Font = Enum.Font.Cartoon
6917CreditOwners.Text = "Credit to the Owners of Scripts that i Used for this GUI"
6918CreditOwners.TextColor3 = Color3.new(0, 0, 0)
6919CreditOwners.TextScaled = true
6920CreditOwners.TextSize = 14
6921CreditOwners.TextWrapped = true
6922
6923AutoBreak.Name = "AutoBreak"
6924AutoBreak.Parent = BoogaBV1_2
6925AutoBreak.BackgroundColor3 = Color3.new(0, 0, 0)
6926AutoBreak.BorderColor3 = Color3.new(0, 0, 0)
6927AutoBreak.BorderSizePixel = 3
6928AutoBreak.Position = UDim2.new(0.0164271053, 0, 0.735780597, 0)
6929AutoBreak.Size = UDim2.new(0, 117, 0, 25)
6930AutoBreak.Font = Enum.Font.Cartoon
6931AutoBreak.Text = "Auto Break"
6932AutoBreak.TextColor3 = Color3.new(1, 1, 1)
6933AutoBreak.TextScaled = true
6934AutoBreak.TextSize = 14
6935AutoBreak.TextStrokeColor3 = Color3.new(1, 0, 0.0156863)
6936AutoBreak.TextWrapped = true
6937
6938Breakkey.Name = "Breakkey"
6939Breakkey.Parent = AutoBreak
6940Breakkey.BackgroundColor3 = Color3.new(0.368627, 0.368627, 0.368627)
6941Breakkey.BorderColor3 = Color3.new(0, 0, 0)
6942Breakkey.BorderSizePixel = 3
6943Breakkey.Position = UDim2.new(1.15199995, 0, 0, 0)
6944Breakkey.Size = UDim2.new(0, 83, 0, 25)
6945Breakkey.Font = Enum.Font.Cartoon
6946Breakkey.PlaceholderColor3 = Color3.new(0.698039, 0.698039, 0.698039)
6947Breakkey.Text = "Key Bind"
6948Breakkey.TextColor3 = Color3.new(0, 0, 0)
6949Breakkey.TextScaled = true
6950Breakkey.TextSize = 14
6951Breakkey.TextStrokeColor3 = Color3.new(1, 0, 0.0156863)
6952Breakkey.TextWrapped = true
6953
6954EmeraldSetCrafter.Name = "Emerald Set Crafter"
6955EmeraldSetCrafter.Parent = BoogaBV1_2
6956EmeraldSetCrafter.BackgroundColor3 = Color3.new(0, 0, 0)
6957EmeraldSetCrafter.BorderColor3 = Color3.new(0, 0, 0)
6958EmeraldSetCrafter.BorderSizePixel = 3
6959EmeraldSetCrafter.Position = UDim2.new(0.0164271053, 0, 0.156479806, 0)
6960EmeraldSetCrafter.Size = UDim2.new(0, 117, 0, 25)
6961EmeraldSetCrafter.Font = Enum.Font.Cartoon
6962EmeraldSetCrafter.Text = "Emerald Set Crafter"
6963EmeraldSetCrafter.TextColor3 = Color3.new(1, 1, 1)
6964EmeraldSetCrafter.TextScaled = true
6965EmeraldSetCrafter.TextSize = 14
6966EmeraldSetCrafter.TextStrokeColor3 = Color3.new(1, 0, 0.0156863)
6967EmeraldSetCrafter.TextWrapped = true
6968
6969FEme.Name = "FEme"
6970FEme.Parent = EmeraldSetCrafter
6971FEme.BackgroundColor3 = Color3.new(0.301961, 0.301961, 0.301961)
6972FEme.BorderColor3 = Color3.new(0, 0, 0)
6973FEme.BorderSizePixel = 5
6974FEme.Position = UDim2.new(-1.64102566, 0, -1.47999966, 0)
6975FEme.Size = UDim2.new(0, 169, 0, 199)
6976FEme.Visible = false
6977
6978SFrameEme.Name = "SFrameEme"
6979SFrameEme.Parent = FEme
6980SFrameEme.BackgroundColor3 = Color3.new(0.301961, 0.301961, 0.301961)
6981SFrameEme.Size = UDim2.new(0, 157, 0, 199)
6982
6983EmeraldHelmet.Name = "Emerald Helmet"
6984EmeraldHelmet.Parent = SFrameEme
6985EmeraldHelmet.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
6986EmeraldHelmet.Position = UDim2.new(0.055555556, 0, 0.0355654769, 0)
6987EmeraldHelmet.Size = UDim2.new(0, 131, 0, 39)
6988EmeraldHelmet.Font = Enum.Font.SourceSans
6989EmeraldHelmet.Text = "Emerald Helmet"
6990EmeraldHelmet.TextColor3 = Color3.new(0, 0, 0)
6991EmeraldHelmet.TextSize = 14
6992
6993EmeraldChestplate.Name = "Emerald Chestplate"
6994EmeraldChestplate.Parent = SFrameEme
6995EmeraldChestplate.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
6996EmeraldChestplate.Position = UDim2.new(0.055555556, 0, 0.131398827, 0)
6997EmeraldChestplate.Size = UDim2.new(0, 131, 0, 39)
6998EmeraldChestplate.Font = Enum.Font.SourceSans
6999EmeraldChestplate.Text = "Emerald Chestplate"
7000EmeraldChestplate.TextColor3 = Color3.new(0, 0, 0)
7001EmeraldChestplate.TextSize = 14
7002
7003EmeraldGreaves.Name = "Emerald Greaves"
7004EmeraldGreaves.Parent = SFrameEme
7005EmeraldGreaves.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
7006EmeraldGreaves.Position = UDim2.new(0.055555556, 0, 0.231398791, 0)
7007EmeraldGreaves.Size = UDim2.new(0, 131, 0, 39)
7008EmeraldGreaves.Font = Enum.Font.SourceSans
7009EmeraldGreaves.Text = "Emerald Greaves"
7010EmeraldGreaves.TextColor3 = Color3.new(0, 0, 0)
7011EmeraldGreaves.TextSize = 14
7012
7013EmeraldPick.Name = "Emerald Pick"
7014EmeraldPick.Parent = SFrameEme
7015EmeraldPick.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
7016EmeraldPick.Position = UDim2.new(0.055555556, 0, 0.333482146, 0)
7017EmeraldPick.Size = UDim2.new(0, 131, 0, 39)
7018EmeraldPick.Font = Enum.Font.SourceSans
7019EmeraldPick.Text = "Emerald Pick"
7020EmeraldPick.TextColor3 = Color3.new(0, 0, 0)
7021EmeraldPick.TextSize = 14
7022
7023EmeraldBlade.Name = "Emerald Blade"
7024EmeraldBlade.Parent = SFrameEme
7025EmeraldBlade.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
7026EmeraldBlade.Position = UDim2.new(0.0555555597, 0, 0.433482111, 0)
7027EmeraldBlade.Size = UDim2.new(0, 131, 0, 39)
7028EmeraldBlade.Font = Enum.Font.SourceSans
7029EmeraldBlade.Text = "Emerald Blade"
7030EmeraldBlade.TextColor3 = Color3.new(0, 0, 0)
7031EmeraldBlade.TextSize = 14
7032
7033EmeraldAxe.Name = "Emerald Axe"
7034EmeraldAxe.Parent = SFrameEme
7035EmeraldAxe.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
7036EmeraldAxe.Position = UDim2.new(0.0555555597, 0, 0.539732158, 0)
7037EmeraldAxe.Size = UDim2.new(0, 131, 0, 39)
7038EmeraldAxe.Font = Enum.Font.SourceSans
7039EmeraldAxe.Text = "Emerald Axe"
7040EmeraldAxe.TextColor3 = Color3.new(0, 0, 0)
7041EmeraldAxe.TextSize = 14
7042
7043EmeraldBag.Name = "Emerald Bag"
7044EmeraldBag.Parent = SFrameEme
7045EmeraldBag.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
7046EmeraldBag.Position = UDim2.new(0.0555555597, 0, 0.637648761, 0)
7047EmeraldBag.Size = UDim2.new(0, 131, 0, 39)
7048EmeraldBag.Font = Enum.Font.SourceSans
7049EmeraldBag.Text = "Emerald Bag"
7050EmeraldBag.TextColor3 = Color3.new(0, 0, 0)
7051EmeraldBag.TextSize = 14
7052
7053GodSetCrafter.Name = "God Set Crafter"
7054GodSetCrafter.Parent = BoogaBV1_2
7055GodSetCrafter.BackgroundColor3 = Color3.new(0, 0, 0)
7056GodSetCrafter.BorderColor3 = Color3.new(0, 0, 0)
7057GodSetCrafter.BorderSizePixel = 3
7058GodSetCrafter.Position = UDim2.new(0.0164270997, 0, 0.310994625, 0)
7059GodSetCrafter.Size = UDim2.new(0, 117, 0, 25)
7060GodSetCrafter.Font = Enum.Font.Cartoon
7061GodSetCrafter.Text = "God Set Crafter"
7062GodSetCrafter.TextColor3 = Color3.new(1, 1, 1)
7063GodSetCrafter.TextScaled = true
7064GodSetCrafter.TextSize = 14
7065GodSetCrafter.TextStrokeColor3 = Color3.new(1, 0, 0.0156863)
7066GodSetCrafter.TextWrapped = true
7067
7068FGod.Name = "FGod"
7069FGod.Parent = GodSetCrafter
7070FGod.BackgroundColor3 = Color3.new(0.301961, 0.301961, 0.301961)
7071FGod.BorderColor3 = Color3.new(0, 0, 0)
7072FGod.BorderSizePixel = 5
7073FGod.Position = UDim2.new(-1.64102578, 0, -2.95999932, 0)
7074FGod.Size = UDim2.new(0, 169, 0, 199)
7075FGod.Visible = false
7076
7077SFrameGod.Name = "SFrameGod"
7078SFrameGod.Parent = FGod
7079SFrameGod.BackgroundColor3 = Color3.new(0.301961, 0.301961, 0.301961)
7080SFrameGod.Size = UDim2.new(0, 161, 0, 199)
7081
7082GodHalo.Name = "God Halo"
7083GodHalo.Parent = SFrameGod
7084GodHalo.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
7085GodHalo.Position = UDim2.new(0.055555556, 0, 0.0334821418, 0)
7086GodHalo.Size = UDim2.new(0, 131, 0, 39)
7087GodHalo.Font = Enum.Font.SourceSans
7088GodHalo.Text = "God Halo"
7089GodHalo.TextColor3 = Color3.new(0, 0, 0)
7090GodHalo.TextSize = 14
7091
7092GodChestplate.Name = "God Chestplate"
7093GodChestplate.Parent = SFrameGod
7094GodChestplate.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
7095GodChestplate.Position = UDim2.new(0.055555556, 0, 0.135565475, 0)
7096GodChestplate.Size = UDim2.new(0, 131, 0, 39)
7097GodChestplate.Font = Enum.Font.SourceSans
7098GodChestplate.Text = "God Chestplate"
7099GodChestplate.TextColor3 = Color3.new(0, 0, 0)
7100GodChestplate.TextSize = 14
7101
7102GodLegs.Name = "God Legs"
7103GodLegs.Parent = SFrameGod
7104GodLegs.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
7105GodLegs.Position = UDim2.new(0.055555556, 0, 0.237648815, 0)
7106GodLegs.Size = UDim2.new(0, 131, 0, 39)
7107GodLegs.Font = Enum.Font.SourceSans
7108GodLegs.Text = "God Legs"
7109GodLegs.TextColor3 = Color3.new(0, 0, 0)
7110GodLegs.TextSize = 14
7111
7112GodRock.Name = "God Rock"
7113GodRock.Parent = SFrameGod
7114GodRock.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
7115GodRock.Position = UDim2.new(0.055555556, 0, 0.337648839, 0)
7116GodRock.Size = UDim2.new(0, 131, 0, 39)
7117GodRock.Font = Enum.Font.SourceSans
7118GodRock.Text = "God Rock"
7119GodRock.TextColor3 = Color3.new(0, 0, 0)
7120GodRock.TextSize = 14
7121
7122GodPick.Name = "God Pick"
7123GodPick.Parent = SFrameGod
7124GodPick.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
7125GodPick.Position = UDim2.new(0.0555555597, 0, 0.541815639, 0)
7126GodPick.Size = UDim2.new(0, 131, 0, 39)
7127GodPick.Font = Enum.Font.SourceSans
7128GodPick.Text = "God Pick"
7129GodPick.TextColor3 = Color3.new(0, 0, 0)
7130GodPick.TextSize = 14
7131
7132GodAxe.Name = "God Axe"
7133GodAxe.Parent = SFrameGod
7134GodAxe.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
7135GodAxe.Position = UDim2.new(0.0555555597, 0, 0.443898767, 0)
7136GodAxe.Size = UDim2.new(0, 131, 0, 39)
7137GodAxe.Font = Enum.Font.SourceSans
7138GodAxe.Text = "God Axe"
7139GodAxe.TextColor3 = Color3.new(0, 0, 0)
7140GodAxe.TextSize = 14
7141
7142GodBag.Name = "God Bag"
7143GodBag.Parent = SFrameGod
7144GodBag.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
7145GodBag.Position = UDim2.new(0.0555555597, 0, 0.739732146, 0)
7146GodBag.Size = UDim2.new(0, 131, 0, 39)
7147GodBag.Font = Enum.Font.SourceSans
7148GodBag.Text = "God Bag"
7149GodBag.TextColor3 = Color3.new(0, 0, 0)
7150GodBag.TextSize = 14
7151
7152OOFHorn.Name = "OOF Horn"
7153OOFHorn.Parent = SFrameGod
7154OOFHorn.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
7155OOFHorn.Position = UDim2.new(0.055555556, 0, 0.641815484, 0)
7156OOFHorn.Size = UDim2.new(0, 131, 0, 39)
7157OOFHorn.Font = Enum.Font.SourceSans
7158OOFHorn.Text = "OOF Horn"
7159OOFHorn.TextColor3 = Color3.new(0, 0, 0)
7160OOFHorn.TextSize = 14
7161
7162VoidSetCrafter.Name = "Void Set Crafter"
7163VoidSetCrafter.Parent = BoogaBV1_2
7164VoidSetCrafter.BackgroundColor3 = Color3.new(0, 0, 0)
7165VoidSetCrafter.BorderColor3 = Color3.new(0, 0, 0)
7166VoidSetCrafter.BorderSizePixel = 3
7167VoidSetCrafter.Position = UDim2.new(0.291581094, 0, 0.155744419, 0)
7168VoidSetCrafter.Size = UDim2.new(0, 117, 0, 25)
7169VoidSetCrafter.Font = Enum.Font.Cartoon
7170VoidSetCrafter.Text = "Void Set Crafter"
7171VoidSetCrafter.TextColor3 = Color3.new(1, 1, 1)
7172VoidSetCrafter.TextScaled = true
7173VoidSetCrafter.TextSize = 14
7174VoidSetCrafter.TextStrokeColor3 = Color3.new(1, 0, 0.0156863)
7175VoidSetCrafter.TextWrapped = true
7176
7177FVOID.Name = "FVOID"
7178FVOID.Parent = VoidSetCrafter
7179FVOID.BackgroundColor3 = Color3.new(0.301961, 0.301961, 0.301961)
7180FVOID.BorderColor3 = Color3.new(0, 0, 0)
7181FVOID.BorderSizePixel = 5
7182FVOID.Position = UDim2.new(-2.78632498, 0, -1.47999954, 0)
7183FVOID.Size = UDim2.new(0, 169, 0, 199)
7184FVOID.Visible = false
7185
7186SFrameVoid.Name = "SFrameVoid"
7187SFrameVoid.Parent = FVOID
7188SFrameVoid.Active = true
7189SFrameVoid.BackgroundColor3 = Color3.new(0.301961, 0.301961, 0.301961)
7190SFrameVoid.Size = UDim2.new(0, 157, 0, 199)
7191
7192VoidShroud.Name = "Void Shroud"
7193VoidShroud.Parent = SFrameVoid
7194VoidShroud.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
7195VoidShroud.Position = UDim2.new(0.055555556, 0, 0.0334821418, 0)
7196VoidShroud.Size = UDim2.new(0, 131, 0, 39)
7197VoidShroud.Font = Enum.Font.SourceSans
7198VoidShroud.Text = "Void Shroud"
7199VoidShroud.TextColor3 = Color3.new(0, 0, 0)
7200VoidShroud.TextSize = 14
7201
7202VoidChestplate.Name = "Void Chestplate"
7203VoidChestplate.Parent = SFrameVoid
7204VoidChestplate.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
7205VoidChestplate.Position = UDim2.new(0.055555556, 0, 0.151785716, 0)
7206VoidChestplate.Size = UDim2.new(0, 131, 0, 39)
7207VoidChestplate.Font = Enum.Font.SourceSans
7208VoidChestplate.Text = "Void Shroud"
7209VoidChestplate.TextColor3 = Color3.new(0, 0, 0)
7210VoidChestplate.TextSize = 14
7211
7212VoidGreaves.Name = "Void Greaves"
7213VoidGreaves.Parent = SFrameVoid
7214VoidGreaves.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
7215VoidGreaves.Position = UDim2.new(0.055555556, 0, 0.272321433, 0)
7216VoidGreaves.Size = UDim2.new(0, 131, 0, 39)
7217VoidGreaves.Font = Enum.Font.SourceSans
7218VoidGreaves.Text = "Void Shroud"
7219VoidGreaves.TextColor3 = Color3.new(0, 0, 0)
7220VoidGreaves.TextSize = 14
7221
7222VoidBag.Name = "Void Bag"
7223VoidBag.Parent = SFrameVoid
7224VoidBag.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
7225VoidBag.Position = UDim2.new(0.055555556, 0, 0.383928567, 0)
7226VoidBag.Size = UDim2.new(0, 131, 0, 39)
7227VoidBag.Font = Enum.Font.SourceSans
7228VoidBag.Text = "Void Shroud"
7229VoidBag.TextColor3 = Color3.new(0, 0, 0)
7230VoidBag.TextSize = 14
7231
7232TeletoVoid.Name = "Tele to Void"
7233TeletoVoid.Parent = BoogaBV1_2
7234TeletoVoid.BackgroundColor3 = Color3.new(0, 0, 0)
7235TeletoVoid.BorderColor3 = Color3.new(0, 0, 0)
7236TeletoVoid.BorderSizePixel = 3
7237TeletoVoid.Position = UDim2.new(0.50102669, 0, 0.502848029, 0)
7238TeletoVoid.Size = UDim2.new(0, 194, 0, 25)
7239TeletoVoid.Font = Enum.Font.Cartoon
7240TeletoVoid.Text = "Teleport to Void"
7241TeletoVoid.TextColor3 = Color3.new(1, 1, 1)
7242TeletoVoid.TextScaled = true
7243TeletoVoid.TextSize = 14
7244TeletoVoid.TextStrokeColor3 = Color3.new(1, 0, 0.0156863)
7245TeletoVoid.TextWrapped = true
7246
7247Open.Name = "Open"
7248Open.Parent = BoogaBV1
7249Open.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
7250Open.BorderColor3 = Color3.new(0.709804, 0, 0.0117647)
7251Open.BorderSizePixel = 6
7252Open.Position = UDim2.new(0.00740055507, 0, 0.553784847, 0)
7253Open.Size = UDim2.new(0, 114, 0, 21)
7254Open.Font = Enum.Font.Cartoon
7255Open.Text = "Open"
7256Open.TextColor3 = Color3.new(0, 0, 0)
7257Open.TextScaled = true
7258Open.TextSize = 14
7259Open.TextWrapped = true
7260
7261Close.Name = "Close"
7262Close.Parent = BoogaBV1
7263Close.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
7264Close.BorderColor3 = Color3.new(0, 0, 0)
7265Close.BorderSizePixel = 6
7266Close.Position = UDim2.new(0.00740055507, 0, 0.553784847, 0)
7267Close.Size = UDim2.new(0, 114, 0, 21)
7268Close.Font = Enum.Font.Cartoon
7269Close.Text = "Close"
7270Close.TextColor3 = Color3.new(0, 0, 0)
7271Close.TextScaled = true
7272Close.TextSize = 14
7273Close.TextWrapped = true
7274-- Scripts:
7275
7276EmeraldSetCrafter.MouseButton1Click:connect(function()
7277 if EmeraldSetCrafter == true then
7278 EmeraldSetCrafter = false
7279 FEme.Visible = false
7280 else
7281 EmeraldSetCrafter = true
7282 FEme.Visible = true
7283 end
7284 end)
7285
7286GodSetCrafter.MouseButton1Click:connect(function()
7287 if GodSetCrafter == true then
7288 GodSetCrafter = false
7289 FGod.Visible = false
7290 else
7291 GodSetCrafter = true
7292 FGod.Visible = true
7293 end
7294 end)
7295
7296VoidSetCrafter.MouseButton1Click:connect(function()
7297 if VoidSetCrafter == true then
7298 VoidSetCrafter = false
7299 FVOID.Visible = false
7300 else
7301 VoidSetCrafter = true
7302 FVOID.Visible = true
7303 end
7304 end)
7305
7306VoidBag.MouseButton1Click:connect(function()
7307local A_1 = "Void Bag"
7308local Event = game:GetService("ReplicatedStorage").Events.CraftItem
7309Event:FireServer(A_1)
7310end)
7311
7312VoidShroud.MouseButton1Click:connect(function()
7313local A_1 = "Void Shroud"
7314local Event = game:GetService("ReplicatedStorage").Events.CraftItem
7315Event:FireServer(A_1)
7316end)
7317
7318VoidChestplate.MouseButton1Click:connect(function()
7319local A_1 = "Void Chestplate"
7320local Event = game:GetService("ReplicatedStorage").Events.CraftItem
7321Event:FireServer(A_1)
7322end)
7323
7324VoidGreaves.MouseButton1Click:connect(function()
7325local A_1 = "Void Greaves"
7326local Event = game:GetService("ReplicatedStorage").Events.CraftItem
7327Event:FireServer(A_1)
7328end)
7329
7330EmeraldAxe.MouseButton1Click:connect(function()
7331local A_1 = "Emerald Axe"
7332local Event = game:GetService("ReplicatedStorage").Events.CraftItem
7333Event:FireServer(A_1)
7334end)
7335
7336EmeraldBlade.MouseButton1Click:connect(function()
7337local A_1 = "Emerald Blade"
7338local Event = game:GetService("ReplicatedStorage").Events.CraftItem
7339Event:FireServer(A_1)
7340end)
7341
7342EmeraldPick.MouseButton1Click:connect(function()
7343local A_1 = "Emerald Pick"
7344local Event = game:GetService("ReplicatedStorage").Events.CraftItem
7345Event:FireServer(A_1)
7346end)
7347
7348EmeraldBag.MouseButton1Click:connect(function()
7349local A_1 = "Emerald Bag"
7350local Event = game:GetService("ReplicatedStorage").Events.CraftItem
7351Event:FireServer(A_1)
7352end)
7353
7354EmeraldHelmet.MouseButton1Click:connect(function()
7355local A_1 = "Emerald Helmet"
7356local Event = game:GetService("ReplicatedStorage").Events.CraftItem
7357Event:FireServer(A_1)
7358end)
7359
7360EmeraldChestplate.MouseButton1Click:connect(function()
7361local A_1 = "Emerald Chestplate"
7362local Event = game:GetService("ReplicatedStorage").Events.CraftItem
7363Event:FireServer(A_1)
7364end)
7365
7366EmeraldGreaves.MouseButton1Click:connect(function()
7367local A_1 = "Emerald Greaves"
7368local Event = game:GetService("ReplicatedStorage").Events.CraftItem
7369Event:FireServer(A_1)
7370end)
7371
7372GodAxe.MouseButton1Click:connect(function()
7373local A_1 = "God Axe"
7374local Event = game:GetService("ReplicatedStorage").Events.CraftItem
7375Event:FireServer(A_1)
7376end)
7377
7378GodRock.MouseButton1Click:connect(function()
7379local A_1 = "God Rock"
7380local Event = game:GetService("ReplicatedStorage").Events.CraftItem
7381Event:FireServer(A_1)
7382end)
7383
7384GodPick.MouseButton1Click:connect(function()
7385local A_1 = "God Pick"
7386local Event = game:GetService("ReplicatedStorage").Events.CraftItem
7387Event:FireServer(A_1)
7388end)
7389
7390GodHalo.MouseButton1Click:connect(function()
7391local A_1 = "God Halo"
7392local Event = game:GetService("ReplicatedStorage").Events.CraftItem
7393Event:FireServer(A_1)
7394end)
7395
7396GodChestplate.MouseButton1Click:connect(function()
7397local A_1 = "God Chestplate"
7398local Event = game:GetService("ReplicatedStorage").Events.CraftItem
7399Event:FireServer(A_1)
7400end)
7401
7402GodLegs.MouseButton1Click:connect(function()
7403local A_1 = "God Legs"
7404local Event = game:GetService("ReplicatedStorage").Events.CraftItem
7405Event:FireServer(A_1)
7406end)
7407
7408GodBag.MouseButton1Click:connect(function()
7409local A_1 = "God Bag"
7410local Event = game:GetService("ReplicatedStorage").Events.CraftItem
7411Event:FireServer(A_1)
7412end)
7413
7414OOFHorn.MouseButton1Click:connect(function()
7415local A_1 = "OOF Horn"
7416local Event = game:GetService("ReplicatedStorage").Events.CraftItem
7417Event:FireServer(A_1)
7418end)
7419
7420
7421Open.MouseButton1Click:connect(function()
7422 BoogaBV1_2.Visible = true
7423 Open.Visible = false
7424 Close.Visible = true
7425end)
7426
7427Close.MouseButton1Click:connect(function()
7428 BoogaBV1_2.Visible = false
7429 Open.Visible = true
7430 Close.Visible = false
7431end)
7432
7433
7434InfinityChest.MouseButton1Down:connect(function()
7435 local plr = game:GetService("Players").LocalPlayer
7436 local mouse = plr:GetMouse()
7437 mouse.KeyDown:connect(function(key)
7438 if key == "q" then
7439 local Event = game:GetService("ReplicatedStorage").Events.PlaceStructure
7440 Torso = game.Players.LocalPlayer.Character.UpperTorso
7441 b = Torso.Position + Torso.CFrame.lookVector * 10
7442 local c = b.x
7443 local d = b.y - 2
7444 local e = b.z
7445 for i = 1,1 do
7446 local A_1 = "Infinity Chest"
7447 local A_2 = CFrame.new(c, d, e, 1, 0, 0, 0, 1, -5.56028681e-08, 0, -5.56028681e-08, 1)
7448 local A_3 = 0
7449 Event:FireServer(A_1, A_2, A_3)
7450 end end end)
7451end)
7452
7453
7454CraftAnyItem.MouseButton1Click:connect(function()
7455 local event = game.ReplicatedStorage.Events.CraftItem
7456 local item = CraftItem.Text
7457 event:FireServer(item)
7458end)
7459
7460GodHut.MouseButton1Click:connect(function()
7461 local plr = game:GetService("Players").LocalPlayer
7462 local mouse = plr:GetMouse()
7463 mouse.KeyDown:connect(function(key)
7464 if key == "g" then
7465 local Event = game:GetService("ReplicatedStorage").Events.PlaceStructure
7466 Torso = game.Players.LocalPlayer.Character.UpperTorso
7467 b = Torso.Position + Torso.CFrame.lookVector * 10
7468 local c = b.x
7469 local d = b.y - 2
7470 local e = b.z
7471 for i = 1,1 do
7472 local A_1 = "God Hut"
7473 local A_2 = CFrame.new(c, d, e, 1, 0, 0, 0, 1, -5.56028681e-08, 0, -5.56028681e-08, 1)
7474 local A_3 = 0
7475 Event:FireServer(A_1, A_2, A_3)
7476 end end end)
7477end)
7478
7479AutoPickUp.MouseButton1Click:connect(function()
7480local Objects;
7481local Pickup = function(Character)
7482 local myPos = Character.HumanoidRootPart.Position
7483 local Objects = {}
7484 for i,v in pairs(workspace:GetChildren()) do
7485 if v:FindFirstChild("Pickup") ~= nil and v.ClassName == "Part" then
7486 local Pos = v.Position
7487 local Distance = (myPos - Pos).magnitude
7488 if Distance < 40 then
7489 table.insert(Objects, v)
7490 end
7491 elseif v:FindFirstChild("Pickup") ~= nil and v:FindFirstChild("Part") ~= nil and v.Part.ClassName == "Part" then
7492 local Pos = v.Part.Position
7493 local Distance = (myPos - Pos).magnitude
7494 if Distance < 40 then
7495 table.insert(Objects, v)
7496 end
7497 elseif v:FindFirstChild("Pickup") ~= nil and v.ClassName == "UnionOperation" then
7498 local Pos = v.Position
7499 local Distance = (myPos - Pos).magnitude
7500 if Distance < 40 then
7501 table.insert(Objects, v)
7502 end
7503 end
7504 end
7505 for i,v in pairs(Objects) do
7506 for i=1,10 do
7507 v.Position = myPos
7508 game:GetService("ReplicatedStorage").Events.Pickup:FireServer(v)
7509 end
7510 end
7511end
7512wait(1)
7513local mouse = game:GetService("Players").LocalPlayer:GetMouse()
7514
7515mouse.KeyDown:connect(function(key)
7516 if key == AutoPickUpBind.Text then
7517print'AutoPicked-up YEET'
7518Pickup(game.Players.LocalPlayer.Character)
7519end
7520end)
7521end)
7522
7523local plr = game:GetService("Players").LocalPlayer
7524local char = plr.Character
7525local mouse = game:GetService("Players").LocalPlayer:GetMouse()
7526local hum = char:FindFirstChild("HumanoidRootPart")
7527
7528--SpeedVariables
7529local plr = game:GetService("Players").LocalPlayer
7530local char = plr.Character
7531local mouse = game:GetService("Players").LocalPlayer:GetMouse()
7532local hum = char:FindFirstChild("HumanoidRootPart")
7533--yeet
7534Speed.MouseButton1Down:connect(function()
7535 local plr = game:GetService("Players").LocalPlayer
7536 local char = plr.Character
7537 local mouse = game:GetService("Players").LocalPlayer:GetMouse()
7538 local hum = char:FindFirstChild("HumanoidRootPart")
7539 mouse.KeyDown:connect(function(key)
7540 if key == SpeedBind.Text then
7541 loop = true
7542 while loop do
7543 hum.CFrame = hum.CFrame + hum.CFrame.lookVector * 3
7544 wait()
7545 end
7546 end
7547 end)
7548 end)
7549
7550 mouse.KeyUp:connect(function(key)
7551 if key == SpeedBind.Text then
7552 loop = false
7553 end
7554end)
7555
7556AutoBreak.MouseButton1Click:connect(function()
7557local mouse = game:GetService("Players").LocalPlayer:GetMouse().hit
7558local breaking=false
7559local killing = false
7560local hum = char:FindFirstChild("Humanoid")
7561mouse.KeyDown:connect(function(key)
7562 if key == Breakkey.Text then
7563 breaking = true
7564 killing = true
7565 while breaking and killing and wait(0.1) do
7566local part = game:GetService("Players").LocalPlayer:GetMouse().hit
7567local one = game:GetService("ReplicatedStorage").RelativeTime.Value
7568local two = {part,part,part,part}
7569 local hum = char:FindFirstChild("Humanoid")
7570 mouse.KeyDown:connect(function(key)
7571 if key == Breakkey.Text then
7572 loop = true
7573 while loop do
7574 hum.CFrame = hum.Health - hum.Health.lookVector * 100
7575 wait()
7576 end
7577 end
7578 end)
7579
7580
7581 mouse.KeyUp:connect(function(key)
7582 if key == Breakkey.Text then
7583 loop = false
7584 end
7585end)
7586
7587
7588
7589game:GetService("ReplicatedStorage").Events.SwingTool:FireServer(one, two )
7590 end
7591 end
7592end)
7593mouse.KeyUp:connect(function(key)
7594 if key == Breakkey.Text then
7595 breaking = false
7596 end
7597 end)
7598end)
7599
7600RevizV2.MouseButton1Click:connect(function()
7601 loadstring(game:HttpGet("https://pastebin.com/raw/8zh7FiHv"))()
7602end)
7603
7604TeletoVoid.MouseButton1Click:connect(function()
7605 game:GetService("TeleportService"):Teleport(2021740958, game.Players.LocalPlayer)
7606end)
7607end)
7608
7609ETeleport.MouseButton1Down:connect(function()
7610plr = game.Players.LocalPlayer
7611hum = plr.Character.HumanoidRootPart
7612mouse = plr:GetMouse()
7613
7614mouse.KeyDown:connect(function(key)
7615if key == "e" then
7616if mouse.Target then
7617hum.CFrame = CFrame.new(mouse.Hit.x, mouse.Hit.y + 5, mouse.Hit.z)
7618end
7619end
7620end)
7621end)
7622
7623InfiniteJump.MouseButton1Down:connect(function()
7624-- //~ F to toggle ~\\ --
7625
7626_G.infinjump = true
7627
7628local Player = game:GetService("Players").LocalPlayer
7629local Mouse = Player:GetMouse()
7630Mouse.KeyDown:connect(function(k)
7631if _G.infinjump then
7632if k:byte() == 32 then
7633Humanoid = game:GetService("Players").LocalPlayer.Character:FindFirstChildOfClass("Humanoid")
7634Humanoid:ChangeState("Jumping")
7635wait(0.1)
7636Humanoid:ChangeState("Seated")
7637end
7638end
7639end)
7640
7641local Player = game:GetService("Players").LocalPlayer
7642local Mouse = Player:GetMouse()
7643Mouse.KeyDown:connect(function(k)
7644k = k:lower()
7645if k == "l" then
7646if _G.infinjump == true then
7647_G.infinjump = false
7648else
7649_G.infinjump = true
7650end
7651end
7652end)
7653end)
7654
7655BoogaHubV2.MouseButton1Down:connect(function()
7656--Made By EclipesX#2444
7657-- Objects
7658
7659local BoggaHub = Instance.new("ScreenGui")
7660local Main = Instance.new("Frame")
7661local Title = Instance.new("TextLabel")
7662local Jump = Instance.new("TextButton")
7663local reffects = Instance.new("TextButton")
7664local craftitem = Instance.new("TextBox")
7665local craft = Instance.new("TextButton")
7666local credits = Instance.new("TextLabel")
7667
7668-- Properties
7669
7670BoggaHub.Name = "Bogga Hub"
7671BoggaHub.Parent = game.Players.LocalPlayer.PlayerGui
7672
7673Main.Name = "Main"
7674Main.Parent = BoggaHub
7675Main.Active = true
7676Main.Draggable = true
7677Main.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
7678Main.BackgroundTransparency = 0.10000000149012
7679Main.BorderSizePixel = 0
7680Main.ClipsDescendants = true
7681Main.Position = UDim2.new(0.440909088, 0, 0.289044321, 0)
7682Main.Selectable = true
7683Main.Size = UDim2.new(0, 195, 0, 254)
7684
7685Title.Name = "Title"
7686Title.Parent = Main
7687Title.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
7688Title.BackgroundTransparency = 0.10000000149012
7689Title.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
7690Title.BorderSizePixel = 4
7691Title.Position = UDim2.new(0.164102569, 0, 0.0705394223, 0)
7692Title.Size = UDim2.new(0, 130, 0, 41)
7693Title.Font = Enum.Font.ArialBold
7694Title.Text = "Bogga Hub"
7695Title.TextColor3 = Color3.new(1, 1, 1)
7696Title.TextScaled = true
7697Title.TextSize = 14
7698Title.TextWrapped = true
7699
7700Jump.Name = "Jump"
7701Jump.Parent = Main
7702Jump.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
7703Jump.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
7704Jump.BorderSizePixel = 4
7705Jump.Position = UDim2.new(0.164102569, 0, 0.294605821, 0)
7706Jump.Size = UDim2.new(0, 56, 0, 29)
7707Jump.Font = Enum.Font.ArialBold
7708Jump.Text = "Infinite Jump"
7709Jump.TextColor3 = Color3.new(1, 1, 1)
7710Jump.TextScaled = true
7711Jump.TextSize = 14
7712Jump.TextWrapped = true
7713
7714reffects.Name = "reffects"
7715reffects.Parent = Main
7716reffects.Active = false
7717reffects.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
7718reffects.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
7719reffects.BorderSizePixel = 4
7720reffects.Position = UDim2.new(0.543589771, 0, 0.294605821, 0)
7721reffects.Size = UDim2.new(0, 56, 0, 29)
7722reffects.Font = Enum.Font.ArialBold
7723reffects.Text = "Remove effects"
7724reffects.TextColor3 = Color3.new(1, 1, 1)
7725reffects.TextScaled = true
7726reffects.TextSize = 14
7727reffects.TextWrapped = true
7728
7729craftitem.Name = "craft item"
7730craftitem.Parent = Main
7731craftitem.Active = false
7732craftitem.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
7733craftitem.BackgroundTransparency = 0.10000000149012
7734craftitem.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
7735craftitem.BorderSizePixel = 4
7736craftitem.Position = UDim2.new(0.200000003, 0, 0.74219954, 0)
7737craftitem.Size = UDim2.new(0, 116, 0, 23)
7738craftitem.Font = Enum.Font.ArialBold
7739craftitem.Text = "Item To Craft Here!"
7740craftitem.TextColor3 = Color3.new(1, 1, 1)
7741craftitem.TextScaled = true
7742craftitem.TextSize = 14
7743craftitem.TextWrapped = true
7744
7745craft.Name = "craft"
7746craft.Parent = Main
7747craft.Active = false
7748craft.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
7749craft.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
7750craft.BorderSizePixel = 4
7751craft.Position = UDim2.new(0.225641027, 0, 0.517283678, 0)
7752craft.Size = UDim2.new(0, 106, 0, 43)
7753craft.Font = Enum.Font.ArialBold
7754craft.Text = "Craft Item"
7755craft.TextColor3 = Color3.new(1, 1, 1)
7756craft.TextScaled = true
7757craft.TextSize = 14
7758craft.TextWrapped = true
7759
7760credits.Name = "credits"
7761credits.Parent = Main
7762credits.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
7763credits.BackgroundTransparency = 0.10000000149012
7764credits.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
7765credits.BorderSizePixel = 0
7766credits.Position = UDim2.new(0.0153846154, 0, 0.905511796, 0)
7767credits.Size = UDim2.new(0, 114, 0, 17)
7768credits.Font = Enum.Font.ArialBold
7769credits.Text = "Made By EclipesX#2444"
7770credits.TextColor3 = Color3.new(1, 1, 1)
7771credits.TextScaled = true
7772credits.TextSize = 14
7773credits.TextWrapped = true
7774
7775-- Scripts
7776Jump.MouseButton1Down:connect(function()
7777local Player = game:GetService'Players'.LocalPlayer;
7778local UIS = game:GetService'UserInputService';
7779
7780_G.JumpHeight = 50;
7781
7782function Action(Object, Function) if Object ~= nil then Function(Object); end end
7783
7784UIS.InputBegan:connect(function(UserInput)
7785 if UserInput.UserInputType == Enum.UserInputType.Keyboard and UserInput.KeyCode == Enum.KeyCode.Space then
7786 Action(Player.Character.Humanoid, function(self)
7787 if self:GetState() == Enum.HumanoidStateType.Jumping or self:GetState() == Enum.HumanoidStateType.Freefall then
7788 Action(self.Parent.HumanoidRootPart, function(self)
7789 self.Velocity = Vector3.new(0, _G.JumpHeight, 0);
7790 end)
7791 end
7792 end)
7793 end
7794end)
7795end)
7796
7797
7798reffects.MouseButton1Down:connect(function()
7799game.Lighting.FogEnd = 1200000
7800game.Lighting.Brightness = 3
7801game.Lighting.GlobalShadows = false
7802end)
7803
7804
7805craft.MouseButton1Down:connect(function()
7806local item = craftitem.Text
7807local CI = item
7808local Event = game:GetService("ReplicatedStorage").Events.CraftItem
7809Event:FireServer(CI)
7810end)
7811end)
7812RAW Paste Data
7813
7814
7815
7816
7817
7818
7819
7820create new paste / dealsnew! / syntax languages / archive / faq / tools / night mode / api / scraping api
7821privacy statement / cookies policy / terms of service / security disclosure / dmca / contact
7822
7823By using Pastebin.com you agree to our cookies policy to enhance your experience.
7824Site design & logo © 2018 Pastebin; user contributions (pastes) licensed under cc by-sa 3.0 -- FavPNG -- Dedicated Server Hosting by Steadfast
7825
7826
7827
7828
7829
7830
7831
7832
7833
7834
7835
7836My Messages