0% found this document useful (0 votes)
487 views138 pages

Código Booga

This document contains the code for a Roblox login GUI and hub GUI. It defines numerous UI elements like frames, labels, buttons etc and configures their properties like size, position, text, colors etc. Once logged in, it shows a hub with various exploit/script buttons like admin, teleport, infinite jump etc.

Uploaded by

Jazmin Seguel
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
487 views138 pages

Código Booga

This document contains the code for a Roblox login GUI and hub GUI. It defines numerous UI elements like frames, labels, buttons etc and configures their properties like size, position, text, colors etc. Once logged in, it shows a hub with various exploit/script buttons like admin, teleport, infinite jump etc.

Uploaded by

Jazmin Seguel
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 138

-- Version:1.

5
-- Username "BunHacks" Password "BunHacks"
print("Username BunHacks Password BunHacks")
-- Instances:
local ScreenGui = Instance.new("ScreenGui")
local Login = Instance.new("Frame")
local Bar1 = Instance.new("Frame")
local Bar2 = Instance.new("Frame")
local LoginTitle = Instance.new("TextLabel")
local UsernameLabel = Instance.new("TextLabel")
local UserBox = Instance.new("TextBox")
local PasswordLabel = Instance.new("TextLabel")
local PassBox = Instance.new("TextBox")
local DiscordHelp = Instance.new("TextLabel")
local Confirm = Instance.new("TextButton")
local LoginExitButton = Instance.new("TextButton")
local BunHub = Instance.new("Frame")
local BunHubBackground = Instance.new("ImageLabel")
local BunHubTitle = Instance.new("TextLabel")
local Enjoy = Instance.new("TextLabel")
local Onyx = Instance.new("TextButton")
local BoogaFucker = Instance.new("TextButton")
local Admin = Instance.new("TextButton")
local BoogaBitchesV2 = Instance.new("TextButton")
local BoogaKicker = Instance.new("TextButton")
local ETeleport = Instance.new("TextButton")
local InfiniteJump = Instance.new("TextButton")
local BoogaHubV2 = Instance.new("TextButton")
local ExitButton = Instance.new("TextButton")
local Admin_2 = Instance.new("TextButton")
--Properties:
ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")

Login.Name = "Login"
Login.Parent = ScreenGui
Login.Active = true
Login.BackgroundColor3 = Color3.new(255, 255, 255)
Login.BorderColor3 = Color3.new(0.207843, 0, 0.041176)
Login.BorderSizePixel = 1
Login.Position = UDim2.new(0.0686319992, 0, 0.0367775895, 0)
Login.Size = UDim2.new(0, 469,0, 470)
Login.Draggable = true

LoginTitle.Name = "LoginTitle"
LoginTitle.Parent = Login
LoginTitle.BackgroundColor3 = Color3.new(0, 0, 0)
LoginTitle.BorderSizePixel = 0
LoginTitle.Size = UDim2.new(0, 469,0, 32)
LoginTitle.Font = Enum.Font.SciFi
LoginTitle.Text = "Bun Hub Login"
LoginTitle.TextColor3 = Color3.new(255, 255, 255)
LoginTitle.TextScaled = false
LoginTitle.TextSize = 40
LoginTitle.TextWrapped = false

UsernameLabel.Name = "UsernameLabel"
UsernameLabel.Parent = Login
UsernameLabel.BackgroundColor3 = Color3.new(0, 0, 0)
UsernameLabel.BorderSizePixel = 0
UsernameLabel.Position = UDim2.new(0.113, 0,0.294, 0)
UsernameLabel.Size = UDim2.new(0, 363,0, 23)
UsernameLabel.Font = Enum.Font.SciFi
UsernameLabel.Text = "Username"
UsernameLabel.TextColor3 = Color3.new(0, 0, 0)
UsernameLabel.TextScaled = true
UsernameLabel.TextSize = 14
UsernameLabel.TextWrapped = true
UsernameLabel.BackgroundTransparency = 1

UserBox.Name = "UserBox"
UserBox.Parent = Login
UserBox.BackgroundColor3 = Color3.new(0, 0, 0)
UserBox.BorderSizePixel = 0
UserBox.Position = UDim2.new(0.172, 0,0.356, 0)
UserBox.Size = UDim2.new(0, 307,0, 35)
UserBox.Font = Enum.Font.SciFi
UserBox.Text = "Username"
UserBox.TextColor3 = Color3.new(255, 255, 255)
UserBox.TextScaled = true
UserBox.TextSize = 14
UserBox.TextWrapped = true

PasswordLabel.Name = "PasswordLabel"
PasswordLabel.Parent = Login
PasswordLabel.BackgroundColor3 = Color3.new(0, 0, 0)
PasswordLabel.BorderSizePixel = 0
PasswordLabel.Position = UDim2.new(0.113, 0,0.56, 0)
PasswordLabel.Size = UDim2.new(0, 363,0, 23)
PasswordLabel.Font = Enum.Font.SciFi
PasswordLabel.Text = "Password"
PasswordLabel.TextColor3 = Color3.new(0, 0, 0)
PasswordLabel.TextScaled = true
PasswordLabel.TextSize = 14
PasswordLabel.TextWrapped = true
PasswordLabel.BackgroundTransparency = 1

PassBox.Name = "PassBox"
PassBox.Parent = Login
PassBox.BackgroundColor3 = Color3.new(0, 0, 0)
PassBox.BorderSizePixel = 0
PassBox.Position = UDim2.new(0.172, 0,0.625, 0)
PassBox.Size = UDim2.new(0, 307,0, 35)
PassBox.Font = Enum.Font.SciFi
PassBox.Text = "Password"
PassBox.TextColor3 = Color3.new(255, 255, 255)
PassBox.TextScaled = true
PassBox.TextSize = 14
PassBox.TextWrapped = true

Confirm.Name = "Confirm"
Confirm.Parent = Login
Confirm.BackgroundColor3 = Color3.new(0, 0, 0)
Confirm.BorderSizePixel = 0
Confirm.Position = UDim2.new(0.034, 0,0.872, 0)
Confirm.Size = UDim2.new(0, 174,0, 38)
Confirm.Font = Enum.Font.SciFi
Confirm.Text = "Confirm"
Confirm.TextColor3 = Color3.new(255, 255, 255)
Confirm.TextScaled = true
Confirm.TextSize = 14
Confirm.TextWrapped = true

DiscordHelp.Name = "DiscordHelp"
DiscordHelp.Parent = Login
DiscordHelp.BackgroundColor3 = Color3.new(255, 255, 255)
DiscordHelp.BorderSizePixel = 0
DiscordHelp.Position = UDim2.new(0.113, 0,0.13, 0)
DiscordHelp.Size = UDim2.new(0, 363,0, 50)
DiscordHelp.Font = Enum.Font.SciFi
DiscordHelp.Text = "If you want help go to my discord group CODE:2SQgfDo"
DiscordHelp.TextColor3 = Color3.new(0, 0, 0)
DiscordHelp.TextScaled = true
DiscordHelp.TextSize = 14
DiscordHelp.TextWrapped = true
DiscordHelp.BackgroundTransparency = 1

LoginExitButton.Name = "LoginExitButton"
LoginExitButton.Parent = Login
LoginExitButton.BackgroundColor3 = Color3.new(0, 0, 0)
LoginExitButton.BorderColor3 = Color3.new(0.639216, 0, 0.223529)
LoginExitButton.BorderSizePixel = 0
LoginExitButton.Position = UDim2.new(0.573, 0,0.872, 0)
LoginExitButton.Size = UDim2.new(0, 185,0, 38)
LoginExitButton.Font = Enum.Font.SciFi
LoginExitButton.Text = "Cancel"
LoginExitButton.TextColor3 = Color3.new(255, 255, 255)
LoginExitButton.TextScaled = true
LoginExitButton.TextSize = 14

BunHub.Name = "BunHub"
BunHub.Parent = ScreenGui
BunHub.Active = true
BunHub.BackgroundColor3 = Color3.new(0, 0, 0)
BunHub.BorderColor3 = Color3.new(0, 0, 0)
BunHub.BorderSizePixel = 1
BunHub.Position = UDim2.new(0.11372304, 0, 0.0770577937)
BunHub.Size = UDim2.new(0, 800, 0, 400)
BunHub.BackgroundTransparency = 0.2
BunHub.Visible = false
BunHub.Draggable = true

BunHubBackground.Name = "BunHub"
BunHubBackground.Parent = ScreenGui
BunHubBackground.Active = true
BunHubBackground.BackgroundColor3 = Color3.new(0, 0, 0)
BunHubBackground.BorderColor3 = Color3.new(0, 0, 0)
BunHubBackground.BorderSizePixel = 1
BunHubBackground.Position = UDim2.new(0.11372304, 0, 0.0770577937)
BunHubBackground.Size = UDim2.new(0, 800, 0, 400)
BunHubBackground.BackgroundTransparency = 0.2
BunHubBackground.Visible = false
BunHubBackground.Image = ("xassetid://2874346338")

BunHubTitle.Name = "BunHub Title"


BunHubTitle.Parent = BunHub
BunHubTitle.BackgroundColor3 = Color3.new(255, 255, 255)
BunHubTitle.BorderSizePixel = 0
BunHubTitle.Position = UDim2.new(0, 0, -0.00682593836, 0)
BunHubTitle.Size = UDim2.new(0, 800,0, 37)
BunHubTitle.Font = Enum.Font.SciFi
BunHubTitle.Text = "Bun Hub"
BunHubTitle.TextColor3 = Color3.new(0, 0, 0)
BunHubTitle.TextScaled = true
BunHubTitle.TextSize = 14
BunHubTitle.TextWrapped = true

Enjoy.Name = "Enjoy"
Enjoy.Parent = BunHub
Enjoy.BackgroundColor3 = Color3.new(255, 255, 255)
Enjoy.BorderSizePixel = 0
Enjoy.Position = UDim2.new(0, 0,0.908, 0)
Enjoy.Size = UDim2.new(0, 800,0, 37)
Enjoy.Font = Enum.Font.SciFi
Enjoy.Text = "If you enojy Subscribe & leave a like!"
Enjoy.TextColor3 = Color3.new(0, 0, 0)
Enjoy.TextScaled = true
Enjoy.TextSize = 14
Enjoy.TextWrapped = true

Onyx.Name = "Onyx"
Onyx.Parent = BunHub
Onyx.BackgroundColor3 = Color3.new(255, 255, 255)
Onyx.BorderSizePixel = 0
Onyx.Position = UDim2.new(0.053, 0,0.127, 0)
Onyx.Size = UDim2.new(0, 303,0, 55)
Onyx.Font = Enum.Font.SciFi
Onyx.Text = "Onyx Hub"
Onyx.TextColor3 = Color3.new(0, 0, 0)
Onyx.TextScaled = true
Onyx.TextSize = 14
Onyx.TextWrapped = true

BoogaFucker.Name = "Booga Fucker"


BoogaFucker.Parent = BunHub
BoogaFucker.BackgroundColor3 = Color3.new(255, 255, 255)
BoogaFucker.BorderSizePixel = 0
BoogaFucker.Position = UDim2.new(0.053, 0,0.33, 0)
BoogaFucker.Size = UDim2.new(0, 303,0, 55)
BoogaFucker.Font = Enum.Font.SciFi
BoogaFucker.Text = "Booga Fucker"
BoogaFucker.TextColor3 = Color3.new(0, 0, 0)
BoogaFucker.TextScaled = true
BoogaFucker.TextSize = 14
BoogaFucker.TextWrapped = true

Admin.Name = "Admin"
Admin.Parent = BunHub
Admin.BackgroundColor3 = Color3.new(255, 255, 255)
Admin.BorderSizePixel = 0
Admin.Position = UDim2.new(0.053, 0,0.53, 0)
Admin.Size = UDim2.new(0, 303, 0, 55)
Admin.Font = Enum.Font.SciFi
Admin.Text = "Admin Script"
Admin.TextColor3 = Color3.new(0, 0, 0)
Admin.TextScaled = true
Admin.TextSize = 14
Admin.TextWrapped = true

BoogaBitchesV2.Name = "BoogaBitchesV2"
BoogaBitchesV2.Parent = BunHub
BoogaBitchesV2.BackgroundColor3 = Color3.new(255, 255, 255)
BoogaBitchesV2.BorderSizePixel = 0
BoogaBitchesV2.Position = UDim2.new(0.053, 0,0.732, 0)
BoogaBitchesV2.Size = UDim2.new(0, 303, 0, 55)
BoogaBitchesV2.Font = Enum.Font.SciFi
BoogaBitchesV2.Text = "Booga Bitches V2"
BoogaBitchesV2.TextColor3 = Color3.new(0, 0, 0)
BoogaBitchesV2.TextScaled = true
BoogaBitchesV2.TextSize = 14
BoogaBitchesV2.TextWrapped = true

BoogaKicker.Name = "BoogaKicker"
BoogaKicker.Parent = BunHub
BoogaKicker.BackgroundColor3 = Color3.new(255, 255, 255)
BoogaKicker.BorderSizePixel = 0
BoogaKicker.Position = UDim2.new(0.57, 0,0.127, 0)
BoogaKicker.Size = UDim2.new(0, 303,0, 55)
BoogaKicker.Font = Enum.Font.SciFi
BoogaKicker.Text = "Booga BV1"
BoogaKicker.TextColor3 = Color3.new(0, 0, 0)
BoogaKicker.TextScaled = true
BoogaKicker.TextSize = 14
BoogaKicker.TextWrapped = true

ETeleport.Name = "ETeleport"
ETeleport.Parent = BunHub
ETeleport.BackgroundColor3 = Color3.new(255, 255, 255)
ETeleport.BorderSizePixel = 0
ETeleport.Position = UDim2.new(0.57, 0,0.33, 0)
ETeleport.Size = UDim2.new(0, 303,0, 55)
ETeleport.Font = Enum.Font.SciFi
ETeleport.Text = "E Teleport"
ETeleport.TextColor3 = Color3.new(0, 0, 0)
ETeleport.TextScaled = true
ETeleport.TextSize = 14
ETeleport.TextWrapped = true

InfiniteJump.Name = "InfiniteJump"
InfiniteJump.Parent = BunHub
InfiniteJump.BackgroundColor3 = Color3.new(255, 255, 255)
InfiniteJump.BorderSizePixel = 0
InfiniteJump.Position = UDim2.new(0.57, 0,0.532, 0)
InfiniteJump.Size = UDim2.new(0, 303,0, 55)
InfiniteJump.Font = Enum.Font.SciFi
InfiniteJump.Text = "Inifinty Jump"
InfiniteJump.TextColor3 = Color3.new(0, 0, 0)
InfiniteJump.TextScaled = true
InfiniteJump.TextSize = 14
InfiniteJump.TextWrapped = true

BoogaHubV2.Name = "BoogaHubV2"
BoogaHubV2.Parent = BunHub
BoogaHubV2.BackgroundColor3 = Color3.new(255, 255, 255)
BoogaHubV2.BorderSizePixel = 0
BoogaHubV2.Position = UDim2.new(0.57, 0,0.732, 0)
BoogaHubV2.Size = UDim2.new(0, 303,0, 55)
BoogaHubV2.Font = Enum.Font.SciFi
BoogaHubV2.Text = "Booga Hub"
BoogaHubV2.TextColor3 = Color3.new(0, 0, 0)
BoogaHubV2.TextScaled = true
BoogaHubV2.TextSize = 14
BoogaHubV2.TextWrapped = true

ExitButton.Name = "ExitButton"
ExitButton.Parent = BunHub
ExitButton.BackgroundColor3 = Color3.new(255, 255, 255)
ExitButton.BorderColor3 = Color3.new(0.639216, 0, 0.223529)
ExitButton.BorderSizePixel = 0
ExitButton.Position = UDim2.new(0.949004804, 0, -0.00556795833, 0)
ExitButton.Size = UDim2.new(0, 40, 0, 37)
ExitButton.Font = Enum.Font.SciFi
ExitButton.Text = "X"
ExitButton.TextColor3 = Color3.new(0, 0, 0)
ExitButton.TextScaled = true
ExitButton.TextSize = 14
ExitButton.TextWrapped = true

Admin_2.Name = "Admin"
Admin_2.Parent = ScreenGui
Admin_2.BackgroundColor3 = Color3.new(255, 255, 255)
Admin_2.BorderSizePixel = 0
Admin_2.Position = UDim2.new(0.59101667, 0, 0.0035696578, 0)
Admin_2.Size = UDim2.new(0, 200, 0, 50)
Admin_2.Visible = false
Admin_2.Font = Enum.Font.SciFi
Admin_2.Text = "Open"
Admin_2.TextColor3 = Color3.new(0, 0, 0)
Admin_2.TextScaled = true
Admin_2.TextSize = 14
Admin_2.TextWrapped = true
-- Scripts:
ExitButton.MouseButton1Down:connect(function()
BunHub.Visible = false
Admin_2.Visible = true
end)

Confirm.MouseButton1Down:connect(function()

if UserBox.Text == "BunHacks" and PassBox.Text == "BunHacks" then

BunHub.Visible = true
Login.Visible = false
end

Admin_2.MouseButton1Down:connect(function()
BunHub.Visible = true
Admin_2.Visible = false
end)

LoginExitButton.MouseButton1Down:connect(function()
Login.Visible = false
end)

BoogaFucker.MouseButton1Down:connect(function()
-- Objects

local BoogaFucker = Instance.new("ScreenGui")


local BoogaFuckerPackageFrame = Instance.new("Frame")
local MainFrame = Instance.new("Frame")
local Brandname = Instance.new("TextLabel")
local Border = Instance.new("ImageLabel")
local Border_2 = Instance.new("ImageLabel")
local Border_3 = Instance.new("ImageLabel")
local Border_4 = Instance.new("ImageLabel")
local Border_5 = Instance.new("ImageLabel")
local Border_6 = Instance.new("ImageLabel")
local Border_7 = Instance.new("ImageLabel")
local Border_8 = Instance.new("ImageLabel")
local BackGround = Instance.new("Frame")
local Border_9 = Instance.new("Frame")
local ShadowBrandName = Instance.new("TextLabel")
local KeyBindsMain = Instance.new("Frame")
local Border_10 = Instance.new("ImageLabel")
local Border_11 = Instance.new("ImageLabel")
local Border_12 = Instance.new("ImageLabel")
local Border_13 = Instance.new("ImageLabel")
local Border_14 = Instance.new("ImageLabel")
local SpeedInstaDestroytext = Instance.new("TextLabel")
local Speedkeybindtextbox = Instance.new("TextBox")
local Keybindsname = Instance.new("TextLabel")
local ShadowKeybindsname = Instance.new("TextLabel")
local Dropallitemstext = Instance.new("TextLabel")
local Dropallitemskeybindtextbox = Instance.new("TextBox")
local Redtheme = Instance.new("TextButton")
local Pinktheme = Instance.new("TextButton")
local Bluetheme = Instance.new("TextButton")
local Autopickuptext = Instance.new("TextLabel")
local Dropallitemskeybindtextbox_2 = Instance.new("TextBox")
local Speed = Instance.new("TextButton")
local TextButton = Instance.new("Frame")
local CreditsMain = Instance.new("Frame")
local Border_15 = Instance.new("ImageLabel")
local Border_16 = Instance.new("ImageLabel")
local Border_17 = Instance.new("ImageLabel")
local Border_18 = Instance.new("ImageLabel")
local Border_19 = Instance.new("ImageLabel")
local Speedchangetext = Instance.new("TextLabel")
local Changespeedtextbox = Instance.new("TextBox")
local JumpPower = Instance.new("TextButton")
local TextButtonnoyou = Instance.new("Frame")
local JumpPowernumber = Instance.new("TextBox")
local Dropallitemstext_2 = Instance.new("TextButton")
local TextButtonyougey = Instance.new("Frame")
local Dropallinventorynumber = Instance.new("TextBox")
local KeybindsOpenClose = Instance.new("TextButton")
local InfiniteJump = Instance.new("TextButton")
local TextButton_2 = Instance.new("Frame")
local CreditsOpenClose = Instance.new("TextButton")
local esptrack = Instance.new("TextButton")
local TextButtonEsp = Instance.new("Frame")
local Removealleffects = Instance.new("TextButton")
local TextButtonRAE = Instance.new("Frame")
local AutoPickup = Instance.new("TextButton")
local TextButtonAP = Instance.new("Frame")
local StartFrame = Instance.new("Frame")
local StartHeaderBorder = Instance.new("Frame")
local StartFooterBorder = Instance.new("Frame")
local StartName = Instance.new("TextLabel")
local FREEbutton = Instance.new("TextButton")
local PREMIUMbutton = Instance.new("TextButton")
local StartMidBorder = Instance.new("Frame")
local StartRightBorder = Instance.new("Frame")
local StartLeftBorder = Instance.new("Frame")
local StartFreeText = Instance.new("TextLabel")
local StartPremiumText = Instance.new("TextLabel")
local StartName_2 = Instance.new("TextLabel")
local LoginFrame = Instance.new("Frame")
local LoginHeaderBorder = Instance.new("Frame")
local LoginFooterBorder = Instance.new("Frame")
local LoginName = Instance.new("TextLabel")
local LoginConfirm = Instance.new("TextButton")
local LoginRightBorder = Instance.new("Frame")
local LoginLeftBorder = Instance.new("Frame")
local LoginBackButton = Instance.new("TextButton")
local LoginUser = Instance.new("TextBox")
local LoginPass = Instance.new("TextBox")
local KeyBind = Instance.new("Frame")
local KeyBindFinishStartupButton = Instance.new("TextButton")
local KeyBindHeather = Instance.new("Frame")
local KeyBindStartupTextBox = Instance.new("TextBox")
local KeyBindSetupText = Instance.new("TextLabel")
local KeyBindName = Instance.new("TextLabel")

-- Properties

BoogaFucker.Name = "BoogaFucker"
BoogaFucker.Parent = game.CoreGui

BoogaFuckerPackageFrame.Name = "BoogaFucker PackageFrame"


BoogaFuckerPackageFrame.Parent = BoogaFucker
BoogaFuckerPackageFrame.Active = true
BoogaFuckerPackageFrame.BackgroundColor3 = Color3.new(1, 1, 0.921569)
BoogaFuckerPackageFrame.BackgroundTransparency = 1
BoogaFuckerPackageFrame.BorderSizePixel = 0
BoogaFuckerPackageFrame.Position = UDim2.new(0.63731128, -275, 0.766912699, -150)
BoogaFuckerPackageFrame.Selectable = true
BoogaFuckerPackageFrame.Size = UDim2.new(0, 550, 0, 300)
BoogaFuckerPackageFrame.ZIndex = 2
BoogaFuckerPackageFrame.Draggable = true

MainFrame.Name = "MainFrame"
MainFrame.Parent = BoogaFuckerPackageFrame
MainFrame.BackgroundColor3 = Color3.new(1, 1, 1)
MainFrame.BackgroundTransparency = 1
MainFrame.BorderSizePixel = 0
MainFrame.NextSelectionLeft = Border_3
MainFrame.Position = UDim2.new(0, 12, 0, 12)
MainFrame.Size = UDim2.new(1, -24, 1, -24)

Brandname.Name = "Brandname"
Brandname.Parent = MainFrame
Brandname.BackgroundColor3 = Color3.new(1, 1, 1)
Brandname.BackgroundTransparency = 1
Brandname.Position = UDim2.new(0.24809885, 0, -0.0217391308, 0)
Brandname.Size = UDim2.new(0.503802299, 0, 0.177536234, 0)
Brandname.ZIndex = 2
Brandname.Font = Enum.Font.SourceSansBold
Brandname.FontSize = Enum.FontSize.Size14
Brandname.Text = "BoogaFucker"
Brandname.TextColor3 = Color3.new(1, 1, 1)
Brandname.TextScaled = true
Brandname.TextSize = 14
Brandname.TextStrokeTransparency = 0
Brandname.TextWrapped = true

Border.Name = "Border"
Border.Parent = MainFrame
Border.BackgroundColor3 = Color3.new(1, 1, 1)
Border.BackgroundTransparency = 1
Border.BorderSizePixel = 0
Border.Position = UDim2.new(1, 0, 0, 0)
Border.Size = UDim2.new(0, 12, 1, 0)
Border.Image = "http://www.roblox.com/asset/?id=238725003"
Border.ImageColor3 = Color3.new(0.392157, 0.392157, 0.392157)
Border.ImageRectOffset = Vector2.new(24, 12)
Border.ImageRectSize = Vector2.new(12, 12)

Border_2.Name = "Border"
Border_2.Parent = MainFrame
Border_2.BackgroundColor3 = Color3.new(1, 1, 1)
Border_2.BackgroundTransparency = 1
Border_2.BorderSizePixel = 0
Border_2.Position = UDim2.new(1, 0, 1, 0)
Border_2.Size = UDim2.new(0, 12, 0, 12)
Border_2.Image = "http://www.roblox.com/asset/?id=238725003"
Border_2.ImageColor3 = Color3.new(0.392157, 0.392157, 0.392157)
Border_2.ImageRectOffset = Vector2.new(24, 24)
Border_2.ImageRectSize = Vector2.new(12, 12)

Border_3.Name = "Border"
Border_3.Parent = MainFrame
Border_3.BackgroundColor3 = Color3.new(1, 1, 1)
Border_3.BackgroundTransparency = 1
Border_3.BorderSizePixel = 0
Border_3.Position = UDim2.new(0, -12, 0, 0)
Border_3.Size = UDim2.new(0, 12, 1, 0)
Border_3.Image = "http://www.roblox.com/asset/?id=238725003"
Border_3.ImageColor3 = Color3.new(0.392157, 0.392157, 0.392157)
Border_3.ImageRectOffset = Vector2.new(0, 12)
Border_3.ImageRectSize = Vector2.new(12, 12)

Border_4.Name = "Border"
Border_4.Parent = MainFrame
Border_4.BackgroundColor3 = Color3.new(1, 1, 1)
Border_4.BackgroundTransparency = 1
Border_4.BorderSizePixel = 0
Border_4.Position = UDim2.new(0, 0, 1, 0)
Border_4.Size = UDim2.new(1, 0, 0, 12)
Border_4.Image = "http://www.roblox.com/asset/?id=238725003"
Border_4.ImageColor3 = Color3.new(0.392157, 0.392157, 0.392157)
Border_4.ImageRectOffset = Vector2.new(12, 24)
Border_4.ImageRectSize = Vector2.new(12, 12)

Border_5.Name = "Border"
Border_5.Parent = MainFrame
Border_5.BackgroundColor3 = Color3.new(1, 1, 1)
Border_5.BackgroundTransparency = 1
Border_5.BorderSizePixel = 0
Border_5.Position = UDim2.new(0, 0, 0, -12)
Border_5.Size = UDim2.new(1, 0, 0, 12)
Border_5.Image = "http://www.roblox.com/asset/?id=238725003"
Border_5.ImageColor3 = Color3.new(0.392157, 0.392157, 0.392157)
Border_5.ImageRectOffset = Vector2.new(12, 0)
Border_5.ImageRectSize = Vector2.new(12, 12)

Border_6.Name = "Border"
Border_6.Parent = MainFrame
Border_6.BackgroundColor3 = Color3.new(1, 1, 1)
Border_6.BackgroundTransparency = 1
Border_6.BorderSizePixel = 0
Border_6.Position = UDim2.new(0, -12, 1, 0)
Border_6.Size = UDim2.new(0, 12, 0, 12)
Border_6.Image = "http://www.roblox.com/asset/?id=238725003"
Border_6.ImageColor3 = Color3.new(0.392157, 0.392157, 0.392157)
Border_6.ImageRectOffset = Vector2.new(0, 24)
Border_6.ImageRectSize = Vector2.new(12, 12)

Border_7.Name = "Border"
Border_7.Parent = MainFrame
Border_7.BackgroundColor3 = Color3.new(1, 1, 1)
Border_7.BackgroundTransparency = 1
Border_7.BorderSizePixel = 0
Border_7.Position = UDim2.new(1, 0, 0, -12)
Border_7.Size = UDim2.new(0, 12, 0, 12)
Border_7.Image = "http://www.roblox.com/asset/?id=238725003"
Border_7.ImageColor3 = Color3.new(0.392157, 0.392157, 0.392157)
Border_7.ImageRectOffset = Vector2.new(24, 0)
Border_7.ImageRectSize = Vector2.new(12, 12)

Border_8.Name = "Border"
Border_8.Parent = MainFrame
Border_8.BackgroundColor3 = Color3.new(1, 1, 1)
Border_8.BackgroundTransparency = 1
Border_8.BorderSizePixel = 0
Border_8.Position = UDim2.new(0, -12, 0, -12)
Border_8.Size = UDim2.new(0, 12, 0, 12)
Border_8.Image = "http://www.roblox.com/asset/?id=238725003"
Border_8.ImageColor3 = Color3.new(0.392157, 0.392157, 0.392157)
Border_8.ImageRectSize = Vector2.new(12, 12)

BackGround.Name = "BackGround"
BackGround.Parent = MainFrame
BackGround.Active = true
BackGround.BackgroundColor3 = Color3.new(0.129412, 0.129412, 0.129412)
BackGround.BackgroundTransparency = 0.20000000298023
BackGround.BorderSizePixel = 0
BackGround.Size = UDim2.new(1, 0, 1, 0)

Border_9.Name = "Border"
Border_9.Parent = MainFrame
Border_9.Active = true
Border_9.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
Border_9.BorderColor3 = Color3.new(0.129412, 0.129412, 0.129412)
Border_9.BorderSizePixel = 0
Border_9.Position = UDim2.new(0, 0, 0.155797094, 0)
Border_9.Size = UDim2.new(1, 0, 0.0507246368, 0)

ShadowBrandName.Name = "ShadowBrandName"
ShadowBrandName.Parent = MainFrame
ShadowBrandName.BackgroundColor3 = Color3.new(1, 1, 1)
ShadowBrandName.BackgroundTransparency = 1
ShadowBrandName.Position = UDim2.new(0.281368822, 0, -0.0434782617, 0)
ShadowBrandName.Size = UDim2.new(0.437262356, 0, 0.19927536, 0)
ShadowBrandName.Font = Enum.Font.SourceSansBold
ShadowBrandName.FontSize = Enum.FontSize.Size14
ShadowBrandName.Text = "BoogaFucker"
ShadowBrandName.TextColor3 = Color3.new(0, 0, 0)
ShadowBrandName.TextScaled = true
ShadowBrandName.TextSize = 14
ShadowBrandName.TextStrokeTransparency = 0
ShadowBrandName.TextWrapped = true

KeyBindsMain.Name = "KeyBindsMain"
KeyBindsMain.Parent = MainFrame
KeyBindsMain.Active = true
KeyBindsMain.BackgroundColor3 = Color3.new(0.129412, 0.129412, 0.129412)
KeyBindsMain.BackgroundTransparency = 0.20000000298023
KeyBindsMain.BorderSizePixel = 0
KeyBindsMain.Position = UDim2.new(-0.370722443, 0, 0, 0)
KeyBindsMain.Size = UDim2.new(0.347908735, 0, 1, 0)

Border_10.Name = "Border"
Border_10.Parent = KeyBindsMain
Border_10.BackgroundColor3 = Color3.new(1, 1, 1)
Border_10.BackgroundTransparency = 1
Border_10.BorderSizePixel = 0
Border_10.Position = UDim2.new(0, 0, 0, -12)
Border_10.Size = UDim2.new(1.06557381, 0, 0, 12)
Border_10.Image = "http://www.roblox.com/asset/?id=238725003"
Border_10.ImageColor3 = Color3.new(0.392157, 0.392157, 0.392157)
Border_10.ImageRectOffset = Vector2.new(12, 0)
Border_10.ImageRectSize = Vector2.new(12, 12)

Border_11.Name = "Border"
Border_11.Parent = KeyBindsMain
Border_11.BackgroundColor3 = Color3.new(1, 1, 1)
Border_11.BackgroundTransparency = 1
Border_11.BorderSizePixel = 0
Border_11.Position = UDim2.new(0, -12, 0, -12)
Border_11.Size = UDim2.new(0, 12, 0, 12)
Border_11.Image = "http://www.roblox.com/asset/?id=238725003"
Border_11.ImageColor3 = Color3.new(0.392157, 0.392157, 0.392157)
Border_11.ImageRectSize = Vector2.new(12, 12)
Border_12.Name = "Border"
Border_12.Parent = KeyBindsMain
Border_12.BackgroundColor3 = Color3.new(1, 1, 1)
Border_12.BackgroundTransparency = 1
Border_12.BorderSizePixel = 0
Border_12.Position = UDim2.new(0, -12, 0, 0)
Border_12.Size = UDim2.new(0, 12, 1, 0)
Border_12.Image = "http://www.roblox.com/asset/?id=238725003"
Border_12.ImageColor3 = Color3.new(0.392157, 0.392157, 0.392157)
Border_12.ImageRectOffset = Vector2.new(0, 12)
Border_12.ImageRectSize = Vector2.new(12, 12)

Border_13.Name = "Border"
Border_13.Parent = KeyBindsMain
Border_13.BackgroundColor3 = Color3.new(1, 1, 1)
Border_13.BackgroundTransparency = 1
Border_13.BorderSizePixel = 0
Border_13.Position = UDim2.new(0, -12, 1, 0)
Border_13.Size = UDim2.new(0, 12, 0, 12)
Border_13.Image = "http://www.roblox.com/asset/?id=238725003"
Border_13.ImageColor3 = Color3.new(0.392157, 0.392157, 0.392157)
Border_13.ImageRectOffset = Vector2.new(0, 24)
Border_13.ImageRectSize = Vector2.new(12, 12)

Border_14.Name = "Border"
Border_14.Parent = KeyBindsMain
Border_14.BackgroundColor3 = Color3.new(1, 1, 1)
Border_14.BackgroundTransparency = 1
Border_14.BorderSizePixel = 0
Border_14.Position = UDim2.new(0, 0, 0, 276)
Border_14.Size = UDim2.new(1.06557381, 0, 0, 12)
Border_14.Image = "http://www.roblox.com/asset/?id=238725003"
Border_14.ImageColor3 = Color3.new(0.392157, 0.392157, 0.392157)
Border_14.ImageRectOffset = Vector2.new(12, 0)
Border_14.ImageRectSize = Vector2.new(12, 12)

SpeedInstaDestroytext.Name = "Speed | Insta Destroy text"


SpeedInstaDestroytext.Parent = KeyBindsMain
SpeedInstaDestroytext.BackgroundColor3 = Color3.new(1, 1, 1)
SpeedInstaDestroytext.BackgroundTransparency = 1
SpeedInstaDestroytext.Position = UDim2.new(0.0437158458, 0, 0.173913032, 0)
SpeedInstaDestroytext.Size = UDim2.new(0.907103837, 0, 0.112318844, 0)
SpeedInstaDestroytext.ZIndex = 2
SpeedInstaDestroytext.Font = Enum.Font.SourceSansBold
SpeedInstaDestroytext.FontSize = Enum.FontSize.Size24
SpeedInstaDestroytext.Text = "speed"
SpeedInstaDestroytext.TextColor3 = Color3.new(1, 1, 1)
SpeedInstaDestroytext.TextSize = 20
SpeedInstaDestroytext.TextStrokeTransparency = 0
SpeedInstaDestroytext.TextWrapped = true

Speedkeybindtextbox.Name = "Speed keybind textbox"


Speedkeybindtextbox.Parent = KeyBindsMain
Speedkeybindtextbox.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
Speedkeybindtextbox.Position = UDim2.new(0.0491803288, 0, 0.318840593, 0)
Speedkeybindtextbox.Selectable = false
Speedkeybindtextbox.Size = UDim2.new(0, 165, 0, 23)
Speedkeybindtextbox.Font = Enum.Font.SourceSans
Speedkeybindtextbox.FontSize = Enum.FontSize.Size24
Speedkeybindtextbox.Text = "q"
Speedkeybindtextbox.TextColor3 = Color3.new(1, 1, 1)
Speedkeybindtextbox.TextScaled = true
Speedkeybindtextbox.TextSize = 20
Speedkeybindtextbox.TextWrapped = true

Keybindsname.Name = "Keybindsname"
Keybindsname.Parent = KeyBindsMain
Keybindsname.BackgroundColor3 = Color3.new(1, 1, 1)
Keybindsname.BackgroundTransparency = 1
Keybindsname.Position = UDim2.new(0.0765027329, 0, 0.0108695654, 0)
Keybindsname.Size = UDim2.new(0.841530025, 0, 0.177536234, 0)
Keybindsname.ZIndex = 2
Keybindsname.Font = Enum.Font.SourceSansBold
Keybindsname.FontSize = Enum.FontSize.Size14
Keybindsname.Text = "Keybinds"
Keybindsname.TextColor3 = Color3.new(1, 1, 1)
Keybindsname.TextScaled = true
Keybindsname.TextSize = 14
Keybindsname.TextStrokeTransparency = 0
Keybindsname.TextWrapped = true

ShadowKeybindsname.Name = "ShadowKeybindsname"
ShadowKeybindsname.Parent = KeyBindsMain
ShadowKeybindsname.BackgroundColor3 = Color3.new(1, 1, 1)
ShadowKeybindsname.BackgroundTransparency = 1
ShadowKeybindsname.Position = UDim2.new(0.114754096, 0, 0.0108695654, 0)
ShadowKeybindsname.Size = UDim2.new(0.83606559, 0, 0.177536234, 0)
ShadowKeybindsname.Font = Enum.Font.SourceSansBold
ShadowKeybindsname.FontSize = Enum.FontSize.Size14
ShadowKeybindsname.Text = "Keybinds"
ShadowKeybindsname.TextColor3 = Color3.new(0, 0, 0)
ShadowKeybindsname.TextScaled = true
ShadowKeybindsname.TextSize = 14
ShadowKeybindsname.TextStrokeTransparency = 0
ShadowKeybindsname.TextWrapped = true

Dropallitemstext.Name = "Drop all items text"


Dropallitemstext.Parent = KeyBindsMain
Dropallitemstext.BackgroundColor3 = Color3.new(1, 1, 1)
Dropallitemstext.BackgroundTransparency = 1
Dropallitemstext.Position = UDim2.new(0.0491803251, 0, 0.432971001, 0)
Dropallitemstext.Size = UDim2.new(0.907103837, 0, 0.112318844, 0)
Dropallitemstext.ZIndex = 2
Dropallitemstext.Font = Enum.Font.SourceSansBold
Dropallitemstext.FontSize = Enum.FontSize.Size24
Dropallitemstext.Text = "Drop all items"
Dropallitemstext.TextColor3 = Color3.new(1, 1, 1)
Dropallitemstext.TextSize = 20
Dropallitemstext.TextStrokeTransparency = 0
Dropallitemstext.TextWrapped = true

Dropallitemskeybindtextbox.Name = "Drop all items keybind textbox"


Dropallitemskeybindtextbox.Parent = KeyBindsMain
Dropallitemskeybindtextbox.BackgroundColor3 = Color3.new(0.392157, 0.392157,
0.392157)
Dropallitemskeybindtextbox.Position = UDim2.new(0.0464480855, 0, 0.577898502, 0)
Dropallitemskeybindtextbox.Selectable = false
Dropallitemskeybindtextbox.Size = UDim2.new(0, 166, 0, 23)
Dropallitemskeybindtextbox.Font = Enum.Font.SourceSans
Dropallitemskeybindtextbox.FontSize = Enum.FontSize.Size24
Dropallitemskeybindtextbox.Text = "h"
Dropallitemskeybindtextbox.TextColor3 = Color3.new(1, 1, 1)
Dropallitemskeybindtextbox.TextScaled = true
Dropallitemskeybindtextbox.TextSize = 20
Dropallitemskeybindtextbox.TextWrapped = true

Redtheme.Name = "Red theme"


Redtheme.Parent = KeyBindsMain
Redtheme.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
Redtheme.BackgroundTransparency = 0.60000002384186
Redtheme.BorderSizePixel = 0
Redtheme.Position = UDim2.new(0.0491803065, 0, 0.884057999, 0)
Redtheme.Size = UDim2.new(0, 37, 0, 24)
Redtheme.ZIndex = 2
Redtheme.Font = Enum.Font.SourceSansBold
Redtheme.FontSize = Enum.FontSize.Size24
Redtheme.Text = "Red"
Redtheme.TextColor3 = Color3.new(1, 1, 1)
Redtheme.TextScaled = true
Redtheme.TextSize = 20
Redtheme.TextWrapped = true
Redtheme.MouseButton1Down:connect(function()
BackGround.BackgroundColor3 = Color3.fromRGB(246,16,16)
KeyBindsMain.BackgroundColor3 = Color3.fromRGB(246,16,16)
CreditsMain.BackgroundColor3 = Color3.fromRGB(246,16,16)
end)

Pinktheme.Name = "Pink theme"


Pinktheme.Parent = KeyBindsMain
Pinktheme.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
Pinktheme.BackgroundTransparency = 0.60000002384186
Pinktheme.BorderSizePixel = 0
Pinktheme.Position = UDim2.new(0.748633862, 0, 0.884057999, 0)
Pinktheme.Size = UDim2.new(0, 37, 0, 24)
Pinktheme.ZIndex = 2
Pinktheme.Font = Enum.Font.SourceSansBold
Pinktheme.FontSize = Enum.FontSize.Size24
Pinktheme.Text = "Pink"
Pinktheme.TextColor3 = Color3.new(1, 1, 1)
Pinktheme.TextScaled = true
Pinktheme.TextSize = 20
Pinktheme.TextWrapped = true
Pinktheme.MouseButton1Down:connect(function()
BackGround.BackgroundColor3 = Color3.fromRGB(247,0,255)
KeyBindsMain.BackgroundColor3 = Color3.fromRGB(247,0,255)
CreditsMain.BackgroundColor3 = Color3.fromRGB(247,0,255)
end)

Bluetheme.Name = "Blue theme"


Bluetheme.Parent = KeyBindsMain
Bluetheme.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
Bluetheme.BackgroundTransparency = 0.60000002384186
Bluetheme.BorderSizePixel = 0
Bluetheme.Position = UDim2.new(0.396174848, 0, 0.884057999, 0)
Bluetheme.Size = UDim2.new(0, 37, 0, 24)
Bluetheme.ZIndex = 2
Bluetheme.Font = Enum.Font.SourceSansBold
Bluetheme.FontSize = Enum.FontSize.Size24
Bluetheme.Text = "Blue"
Bluetheme.TextColor3 = Color3.new(1, 1, 1)
Bluetheme.TextScaled = true
Bluetheme.TextSize = 20
Bluetheme.TextWrapped = true
Bluetheme.MouseButton1Down:connect(function()
BackGround.BackgroundColor3 = Color3.fromRGB(0,34,255)
KeyBindsMain.BackgroundColor3 = Color3.fromRGB(0,34,255)
CreditsMain.BackgroundColor3 = Color3.fromRGB(0,34,255)
end)

Autopickuptext.Name = "Auto pickup text"


Autopickuptext.Parent = KeyBindsMain
Autopickuptext.BackgroundColor3 = Color3.new(1, 1, 1)
Autopickuptext.BackgroundTransparency = 1
Autopickuptext.Position = UDim2.new(0.0437158458, 0, 0.661231875, 0)
Autopickuptext.Size = UDim2.new(0.907103837, 0, 0.112318844, 0)
Autopickuptext.ZIndex = 2
Autopickuptext.Font = Enum.Font.SourceSansBold
Autopickuptext.FontSize = Enum.FontSize.Size24
Autopickuptext.Text = "Auto Pickup"
Autopickuptext.TextColor3 = Color3.new(1, 1, 1)
Autopickuptext.TextSize = 20
Autopickuptext.TextStrokeTransparency = 0
Autopickuptext.TextWrapped = true

Dropallitemskeybindtextbox_2.Name = "Drop all items keybind textbox"


Dropallitemskeybindtextbox_2.Parent = KeyBindsMain
Dropallitemskeybindtextbox_2.BackgroundColor3 = Color3.new(0.392157, 0.392157,
0.392157)
Dropallitemskeybindtextbox_2.Position = UDim2.new(0.0409836061, 0, 0.773550689, 0)
Dropallitemskeybindtextbox_2.Selectable = false
Dropallitemskeybindtextbox_2.Size = UDim2.new(0, 166, 0, 23)
Dropallitemskeybindtextbox_2.Font = Enum.Font.SourceSans
Dropallitemskeybindtextbox_2.FontSize = Enum.FontSize.Size24
Dropallitemskeybindtextbox_2.Text = "y"
Dropallitemskeybindtextbox_2.TextColor3 = Color3.new(1, 1, 1)
Dropallitemskeybindtextbox_2.TextScaled = true
Dropallitemskeybindtextbox_2.TextSize = 20
Dropallitemskeybindtextbox_2.TextWrapped = true

Speed.Name = "Speed"
Speed.Parent = MainFrame
Speed.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
Speed.BorderSizePixel = 0
Speed.Position = UDim2.new(0.674904943, -350, 0.137681156, 25)
Speed.Size = UDim2.new(0, 126, 0, 39)
Speed.ZIndex = 2
Speed.Font = Enum.Font.SourceSansBold
Speed.FontSize = Enum.FontSize.Size28
Speed.Text = "Speed"
Speed.TextColor3 = Color3.new(1, 1, 1)
Speed.TextSize = 25
Speed.TextWrapped = true

local plr = game:GetService("Players").LocalPlayer


local char = plr.Character
local mouse = game:GetService("Players").LocalPlayer:GetMouse()
local hum = char:FindFirstChild("HumanoidRootPart")

Speed.MouseButton1Down:connect(function()
local plr = game:GetService("Players").LocalPlayer
local char = plr.Character
local mouse = game:GetService("Players").LocalPlayer:GetMouse()
local hum = char:FindFirstChild("HumanoidRootPart")
mouse.KeyDown:connect(function(key)
if key == Speedkeybindtextbox.Text then
loop = true
while loop do
hum.CFrame = hum.CFrame + hum.CFrame.lookVector *
Changespeedtextbox.Text
wait()
end
end
end)
end)

mouse.KeyUp:connect(function(key)
if key == Speedkeybindtextbox.Text then
loop = false
end
end)

TextButton.Name = "TextButton"
TextButton.Parent = Speed
TextButton.Active = true
TextButton.BackgroundColor3 = Color3.new(0, 0, 0)
TextButton.BorderSizePixel = 0
TextButton.Position = UDim2.new(0.0130000003, 0, 0.0500000007, 0)
TextButton.Size = UDim2.new(1, 0, 1, 0)

CreditsMain.Name = "CreditsMain"
CreditsMain.Parent = MainFrame
CreditsMain.Active = true
CreditsMain.BackgroundColor3 = Color3.new(0.129412, 0.129412, 0.129412)
CreditsMain.BackgroundTransparency = 0.20000000298023
CreditsMain.BorderSizePixel = 0
CreditsMain.Position = UDim2.new(1.02281368, 0, 0, 0)
CreditsMain.Size = UDim2.new(0.347908735, 0, 1, 0)

Border_15.Name = "Border"
Border_15.Parent = CreditsMain
Border_15.BackgroundColor3 = Color3.new(1, 1, 1)
Border_15.BackgroundTransparency = 1
Border_15.BorderSizePixel = 0
Border_15.Position = UDim2.new(0, -12, 0, -12)
Border_15.Size = UDim2.new(1.06557381, 0, 0, 12)
Border_15.Image = "http://www.roblox.com/asset/?id=238725003"
Border_15.ImageColor3 = Color3.new(0.392157, 0.392157, 0.392157)
Border_15.ImageRectOffset = Vector2.new(12, 0)
Border_15.ImageRectSize = Vector2.new(12, 12)

Border_16.Name = "Border"
Border_16.Parent = CreditsMain
Border_16.BackgroundColor3 = Color3.new(1, 1, 1)
Border_16.BackgroundTransparency = 1
Border_16.BorderSizePixel = 0
Border_16.Position = UDim2.new(0, -12, 0, 276)
Border_16.Size = UDim2.new(1.06557381, 0, 0, 12)
Border_16.Image = "http://www.roblox.com/asset/?id=238725003"
Border_16.ImageColor3 = Color3.new(0.392157, 0.392157, 0.392157)
Border_16.ImageRectOffset = Vector2.new(12, 0)
Border_16.ImageRectSize = Vector2.new(12, 12)

Border_17.Name = "Border"
Border_17.Parent = CreditsMain
Border_17.BackgroundColor3 = Color3.new(1, 1, 1)
Border_17.BackgroundTransparency = 1
Border_17.BorderSizePixel = 0
Border_17.Position = UDim2.new(1, 0, 1, 0)
Border_17.Size = UDim2.new(0, 12, 0, 12)
Border_17.Image = "http://www.roblox.com/asset/?id=238725003"
Border_17.ImageColor3 = Color3.new(0.392157, 0.392157, 0.392157)
Border_17.ImageRectOffset = Vector2.new(24, 24)
Border_17.ImageRectSize = Vector2.new(12, 12)

Border_18.Name = "Border"
Border_18.Parent = CreditsMain
Border_18.BackgroundColor3 = Color3.new(1, 1, 1)
Border_18.BackgroundTransparency = 1
Border_18.BorderSizePixel = 0
Border_18.Position = UDim2.new(1, 0, 0, -12)
Border_18.Size = UDim2.new(0, 12, 0, 12)
Border_18.Image = "http://www.roblox.com/asset/?id=238725003"
Border_18.ImageColor3 = Color3.new(0.392157, 0.392157, 0.392157)
Border_18.ImageRectOffset = Vector2.new(24, 0)
Border_18.ImageRectSize = Vector2.new(12, 12)

Border_19.Name = "Border"
Border_19.Parent = CreditsMain
Border_19.BackgroundColor3 = Color3.new(1, 1, 1)
Border_19.BackgroundTransparency = 1
Border_19.BorderSizePixel = 0
Border_19.Position = UDim2.new(0, 183, 0, 0)
Border_19.Size = UDim2.new(0, 12, 1, 0)
Border_19.Image = "http://www.roblox.com/asset/?id=238725003"
Border_19.ImageColor3 = Color3.new(0.392157, 0.392157, 0.392157)
Border_19.ImageRectOffset = Vector2.new(0, 12)
Border_19.ImageRectSize = Vector2.new(12, 12)

Speedchangetext.Name = "Speed change text"


Speedchangetext.Parent = CreditsMain
Speedchangetext.BackgroundColor3 = Color3.new(1, 1, 1)
Speedchangetext.BackgroundTransparency = 1
Speedchangetext.Position = UDim2.new(0.0983606577, 0, 0.612318814, 0)
Speedchangetext.Size = UDim2.new(0.808743179, 0, 0.144927531, 0)
Speedchangetext.ZIndex = 2
Speedchangetext.Font = Enum.Font.SourceSansBold
Speedchangetext.FontSize = Enum.FontSize.Size14
Speedchangetext.Text = "Change speed number"
Speedchangetext.TextColor3 = Color3.new(1, 1, 1)
Speedchangetext.TextScaled = true
Speedchangetext.TextSize = 14
Speedchangetext.TextStrokeTransparency = 0
Speedchangetext.TextWrapped = true
Changespeedtextbox.Name = "Change speed textbox"
Changespeedtextbox.Parent = CreditsMain
Changespeedtextbox.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
Changespeedtextbox.BackgroundTransparency = 0.60000002384186
Changespeedtextbox.Position = UDim2.new(0.338454872, 0, 0.788043499, 0)
Changespeedtextbox.Selectable = false
Changespeedtextbox.Size = UDim2.new(0, 59, 0, 20)
Changespeedtextbox.Font = Enum.Font.SourceSans
Changespeedtextbox.FontSize = Enum.FontSize.Size14
Changespeedtextbox.Text = "3"
Changespeedtextbox.TextColor3 = Color3.new(1, 1, 1)
Changespeedtextbox.TextSize = 14

JumpPower.Name = "JumpPower"
JumpPower.Parent = CreditsMain
JumpPower.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
JumpPower.BorderSizePixel = 0
JumpPower.Position = UDim2.new(2.01092887, -350, -0.0362318829, 25)
JumpPower.Size = UDim2.new(0, 146, 0, 28)
JumpPower.ZIndex = 2
JumpPower.Font = Enum.Font.SourceSansBold
JumpPower.FontSize = Enum.FontSize.Size24
JumpPower.Text = "Set JumpPower"
JumpPower.TextColor3 = Color3.new(1, 1, 1)
JumpPower.TextSize = 21
JumpPower.TextWrapped = true
JumpPower.MouseButton1Down:connect(function()
game.Players.LocalPlayer.Character.Humanoid.JumpPower = JumpPowernumber.text
end)

TextButtonnoyou.Name = "TextButtonnoyou"
TextButtonnoyou.Parent = JumpPower
TextButtonnoyou.Active = true
TextButtonnoyou.BackgroundColor3 = Color3.new(0, 0, 0)
TextButtonnoyou.BorderSizePixel = 0
TextButtonnoyou.Position = UDim2.new(0.0130000003, 0, 0.0500000007, 0)
TextButtonnoyou.Size = UDim2.new(1, 0, 1, 0)

JumpPowernumber.Name = "JumpPower number"


JumpPowernumber.Parent = CreditsMain
JumpPowernumber.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
JumpPowernumber.Position = UDim2.new(0.29781419, 0, 0.181159422, 0)
JumpPowernumber.Selectable = false
JumpPowernumber.Size = UDim2.new(0, 73, 0, 26)
JumpPowernumber.Font = Enum.Font.SourceSans
JumpPowernumber.FontSize = Enum.FontSize.Size14
JumpPowernumber.Text = "Number here."
JumpPowernumber.TextColor3 = Color3.new(1, 1, 1)
JumpPowernumber.TextSize = 14

Dropallitemstext_2.Name = "Dropallitemstext"
Dropallitemstext_2.Parent = CreditsMain
Dropallitemstext_2.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
Dropallitemstext_2.BorderSizePixel = 0
Dropallitemstext_2.Position = UDim2.new(2.00826621, -350, 0.229492694, 25)
Dropallitemstext_2.Size = UDim2.new(0, 146, 0, 28)
Dropallitemstext_2.ZIndex = 2
Dropallitemstext_2.Font = Enum.Font.SourceSansBold
Dropallitemstext_2.FontSize = Enum.FontSize.Size24
Dropallitemstext_2.Text = "Drop All Items"
Dropallitemstext_2.TextColor3 = Color3.new(1, 1, 1)
Dropallitemstext_2.TextSize = 21
Dropallitemstext_2.TextWrapped = true
Dropallitemstext_2.MouseButton1Down:connect(function()
Player = game.Players.LocalPlayer
Mouse = Player:GetMouse()

function PressedE(key)
Key = key:lower()
if Key == Dropallitemskeybindtextbox.Text then
for i=1, 100 do
game.ReplicatedStorage.Events.DropBagItem:FireServer(Dropallinventorynumber.Text)
end
end
end
Mouse.KeyDown:connect(PressedE)
end)

TextButtonyougey.Name = "TextButtonyougey"
TextButtonyougey.Parent = Dropallitemstext_2
TextButtonyougey.Active = true
TextButtonyougey.BackgroundColor3 = Color3.new(0, 0, 0)
TextButtonyougey.BorderSizePixel = 0
TextButtonyougey.Position = UDim2.new(0.0130000003, 0, 0.0500000007, 0)
TextButtonyougey.Size = UDim2.new(1, 0, 1, 0)

Dropallinventorynumber.Name = "Drop all inventory number"


Dropallinventorynumber.Parent = CreditsMain
Dropallinventorynumber.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
Dropallinventorynumber.Position = UDim2.new(0.29781419, 0, 0.452898562, 0)
Dropallinventorynumber.Selectable = false
Dropallinventorynumber.Size = UDim2.new(0, 73, 0, 26)
Dropallinventorynumber.Font = Enum.Font.SourceSans
Dropallinventorynumber.FontSize = Enum.FontSize.Size14
Dropallinventorynumber.Text = "Item here."
Dropallinventorynumber.TextColor3 = Color3.new(1, 1, 1)
Dropallinventorynumber.TextSize = 14

KeybindsOpenClose.Name = "Keybinds Open/Close"


KeybindsOpenClose.Parent = BoogaFuckerPackageFrame
KeybindsOpenClose.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
KeybindsOpenClose.BackgroundTransparency = 0.60000002384186
KeybindsOpenClose.BorderSizePixel = 0
KeybindsOpenClose.Position = UDim2.new(0.670909107, -350, -0.0133333337, 25)
KeybindsOpenClose.Size = UDim2.new(0, 102, 0, 24)
KeybindsOpenClose.ZIndex = 2
KeybindsOpenClose.Font = Enum.Font.SourceSansBold
KeybindsOpenClose.FontSize = Enum.FontSize.Size24
KeybindsOpenClose.Text = "Keybinds"
KeybindsOpenClose.TextColor3 = Color3.new(1, 1, 1)
KeybindsOpenClose.TextScaled = true
KeybindsOpenClose.TextSize = 20
KeybindsOpenClose.TextWrapped = true
KeybindsOpenClose.MouseButton1Down:connect(function()
if Openn == true then
Openn = false
KeyBindsMain.Visible = false
else
Openn = true
KeyBindsMain.Visible = true
end
end)

InfiniteJump.Name = "Infinite Jump"


InfiniteJump.Parent = BoogaFuckerPackageFrame
InfiniteJump.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
InfiniteJump.BorderSizePixel = 0
InfiniteJump.Position = UDim2.new(0.923636317, -350, 0.166666627, 25)
InfiniteJump.Size = UDim2.new(0, 126, 0, 39)
InfiniteJump.ZIndex = 2
InfiniteJump.Font = Enum.Font.SourceSansBold
InfiniteJump.FontSize = Enum.FontSize.Size24
InfiniteJump.Text = "Infinite jump"
InfiniteJump.TextColor3 = Color3.new(1, 1, 1)
InfiniteJump.TextSize = 21
InfiniteJump.TextWrapped = true
InfiniteJump.MouseButton1Down:connect(function()
loadstring(game:HttpGet(('https://pastebin.com/raw/2eYepag7'),true))()
end)

TextButton_2.Name = "TextButton"
TextButton_2.Parent = InfiniteJump
TextButton_2.Active = true
TextButton_2.BackgroundColor3 = Color3.new(0, 0, 0)
TextButton_2.BorderSizePixel = 0
TextButton_2.Position = UDim2.new(0.0130000003, 0, 0.0500000007, 0)
TextButton_2.Size = UDim2.new(1, 0, 1, 0)

CreditsOpenClose.Name = "Credits Open/Close"


CreditsOpenClose.Parent = BoogaFuckerPackageFrame
CreditsOpenClose.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
CreditsOpenClose.BackgroundTransparency = 0.60000002384186
CreditsOpenClose.BorderSizePixel = 0
CreditsOpenClose.Position = UDim2.new(1.41636372, -350, -0.0133333337, 25)
CreditsOpenClose.Size = UDim2.new(0, 102, 0, 24)
CreditsOpenClose.ZIndex = 2
CreditsOpenClose.Font = Enum.Font.SourceSansBold
CreditsOpenClose.FontSize = Enum.FontSize.Size24
CreditsOpenClose.Text = "Editable buttons"
CreditsOpenClose.TextColor3 = Color3.new(1, 1, 1)
CreditsOpenClose.TextScaled = true
CreditsOpenClose.TextSize = 20
CreditsOpenClose.TextWrapped = true

CreditsOpenClose.MouseButton1Down:connect(function()
if Openn == true then
Openn = false
CreditsMain.Visible = false
else
Openn = true
CreditsMain.Visible = true
end
end)

esptrack.Name = "esptrack"
esptrack.Parent = BoogaFuckerPackageFrame
esptrack.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
esptrack.BorderSizePixel = 0
esptrack.Position = UDim2.new(0.923636317, -350, 0.359999955, 25)
esptrack.Size = UDim2.new(0, 126, 0, 39)
esptrack.ZIndex = 2
esptrack.Font = Enum.Font.SourceSansBold
esptrack.FontSize = Enum.FontSize.Size24
esptrack.Text = "ESP"
esptrack.TextColor3 = Color3.new(1, 1, 1)
esptrack.TextSize = 19
esptrack.TextWrapped = true

Important = {Players = game:GetService("Players"), Workspace =


game:GetService("Workspace"), CoreGui = game:GetService("CoreGui")}

local enabledesp = false

function CreateESP(plr)

if plr ~= nil then

local GetChar = plr.Character


if not GetChar then return end

local GetHead do

repeat wait() until GetChar:FindFirstChild("Head")

end
GetHead = GetChar.Head

local bb = Instance.new("BillboardGui", Important.CoreGui)


bb.Adornee = GetHead
bb.ExtentsOffset = Vector3.new(0, 1, 0)
bb.AlwaysOnTop = true
bb.Size = UDim2.new(0, 5, 0, 5)
bb.StudsOffset = Vector3.new(0, 3, 0)
bb.Name = "ESP_PLAYER_" .. plr.Name

local displayframe = Instance.new("Frame", bb)


displayframe.ZIndex = 10
displayframe.BackgroundTransparency = 1
displayframe.Size = UDim2.new(1,0,1,0)

local name = Instance.new("TextLabel", displayframe)


name.Name = "Name"
name.ZIndex = 10
name.Text = plr.Name
name.Visible = true
name.TextColor3 = Color3.new(170,0,0)
name.BackgroundTransparency = 1
name.Size = UDim2.new(1,0,10,0)
name.Font = Enum.Font.SourceSansLight
name.TextSize = 20
name.TextStrokeTransparency = .5

end

end
esptrack.MouseButton1Click:connect(function()

for i,v in pairs(Important.Players:GetChildren()) do

CreateESP(v)

end

end)

TextButtonEsp.Name = "TextButtonEsp"
TextButtonEsp.Parent = esptrack
TextButtonEsp.Active = true
TextButtonEsp.BackgroundColor3 = Color3.new(0, 0, 0)
TextButtonEsp.BorderSizePixel = 0
TextButtonEsp.Position = UDim2.new(0.0130000003, 0, 0.0500000007, 0)
TextButtonEsp.Size = UDim2.new(1, 0, 1, 0)

Removealleffects.Name = "Remove all effects"


Removealleffects.Parent = BoogaFuckerPackageFrame
Removealleffects.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
Removealleffects.BorderSizePixel = 0
Removealleffects.Position = UDim2.new(0.666999996, -350, 0.360000014, 25)
Removealleffects.Size = UDim2.new(0, 126, 0, 39)
Removealleffects.ZIndex = 2
Removealleffects.Font = Enum.Font.SourceSansBold
Removealleffects.FontSize = Enum.FontSize.Size24
Removealleffects.Text = "Remove all effects"
Removealleffects.TextColor3 = Color3.new(1, 1, 1)
Removealleffects.TextSize = 19
Removealleffects.TextWrapped = true
Removealleffects.MouseButton1Down:connect(function()
game.Lighting.FogEnd = 1200000
game.Lighting.Brightness = 3
game.Lighting.GlobalShadows = false
end)

TextButtonRAE.Name = "TextButtonRAE"
TextButtonRAE.Parent = Removealleffects
TextButtonRAE.Active = true
TextButtonRAE.BackgroundColor3 = Color3.new(0, 0, 0)
TextButtonRAE.BorderSizePixel = 0
TextButtonRAE.Position = UDim2.new(0.0130000003, 0, 0.0500000007, 0)
TextButtonRAE.Size = UDim2.new(1, 0, 1, 0)

AutoPickup.Name = "Auto Pickup"


AutoPickup.Parent = BoogaFuckerPackageFrame
AutoPickup.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
AutoPickup.BorderSizePixel = 0
AutoPickup.Position = UDim2.new(0.666999996, -350, 0.566666663, 25)
AutoPickup.Size = UDim2.new(0, 126, 0, 39)
AutoPickup.ZIndex = 2
AutoPickup.Font = Enum.Font.SourceSansBold
AutoPickup.FontSize = Enum.FontSize.Size24
AutoPickup.Text = "Auto Pickup"
AutoPickup.TextColor3 = Color3.new(1, 1, 1)
AutoPickup.TextSize = 19
AutoPickup.TextWrapped = true
AutoPickup.MouseButton1Down:connect(function()
local Objects;

local Pickup = function(Character)


local myPos = Character.HumanoidRootPart.Position
local Objects = {}
for i,v in pairs(workspace:GetChildren()) do
if v:FindFirstChild("Pickup") ~= nil and v.ClassName == "Part" then
local Pos = v.Position
local Distance = (myPos - Pos).magnitude
if Distance < 40 then
table.insert(Objects, v)
end
elseif v:FindFirstChild("Pickup") ~= nil and v:FindFirstChild("Part")
~= nil and v.Part.ClassName == "Part" then
local Pos = v.Part.Position
local Distance = (myPos - Pos).magnitude
if Distance < 40 then
table.insert(Objects, v)
end
elseif v:FindFirstChild("Pickup") ~= nil and v.ClassName ==
"UnionOperation" then
local Pos = v.Position
local Distance = (myPos - Pos).magnitude
if Distance < 40 then
table.insert(Objects, v)
end
end
end
for i,v in pairs(Objects) do
for i=1,10 do
v.Position = myPos
game:GetService("ReplicatedStorage").Events.Pickup:FireServer(v)
end
end
end
wait(1)
local mouse = game:GetService("Players").LocalPlayer:GetMouse()

mouse.KeyDown:connect(function(key)
if key == Dropallitemskeybindtextbox_2.Text then
print'howdi neighbor'
Pickup(game.Players.LocalPlayer.Character)
end
end)
end)

TextButtonAP.Name = "TextButtonAP"
TextButtonAP.Parent = AutoPickup
TextButtonAP.Active = true
TextButtonAP.BackgroundColor3 = Color3.new(0, 0, 0)
TextButtonAP.BorderSizePixel = 0
TextButtonAP.Position = UDim2.new(0.0130000003, 0, 0.0500000007, 0)
TextButtonAP.Size = UDim2.new(1, 0, 1, 0)

StartFrame.Name = "StartFrame"
StartFrame.Parent = BoogaFucker
StartFrame.Active = true
StartFrame.BackgroundColor3 = Color3.new(0.666667, 0, 0)
StartFrame.BorderSizePixel = 0
StartFrame.Position = UDim2.new(0.546333909, 0, 0.603372216, 0)
StartFrame.Selectable = true
StartFrame.Size = UDim2.new(0, 369, 0, 220)
StartFrame.Visible = false

StartHeaderBorder.Name = "StartHeaderBorder"
StartHeaderBorder.Parent = StartFrame
StartHeaderBorder.BackgroundColor3 = Color3.new(0.27451, 0.027451, 0.0313726)
StartHeaderBorder.BorderSizePixel = 0
StartHeaderBorder.Size = UDim2.new(0, 369, 0, 24)

StartFooterBorder.Name = "StartFooterBorder"
StartFooterBorder.Parent = StartFrame
StartFooterBorder.BackgroundColor3 = Color3.new(0.27451, 0.027451, 0.0313726)
StartFooterBorder.BorderSizePixel = 0
StartFooterBorder.Position = UDim2.new(-0.000273272395, 0, 0.971862733, 0)
StartFooterBorder.Size = UDim2.new(0, 369, 0, 6)

StartName.Name = "StartName"
StartName.Parent = StartFrame
StartName.BackgroundColor3 = Color3.new(1, 1, 1)
StartName.BackgroundTransparency = 1
StartName.BorderSizePixel = 0
StartName.Position = UDim2.new(0.249322489, 0, 0, 0)
StartName.Size = UDim2.new(0, 185, 0, 17)
StartName.Font = Enum.Font.SourceSansItalic
StartName.FontSize = Enum.FontSize.Size28
StartName.Text = "BoogaFucker GUI"
StartName.TextColor3 = Color3.new(1, 1, 1)
StartName.TextSize = 25

FREEbutton.Name = "FREEbutton"
FREEbutton.Parent = StartFrame
FREEbutton.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
FREEbutton.BackgroundTransparency = 0.60000002384186
FREEbutton.BorderColor3 = Color3.new(1, 1, 1)
FREEbutton.BorderSizePixel = 2
FREEbutton.Position = UDim2.new(1.02654481, -350, 0.106568247, 25)
FREEbutton.Size = UDim2.new(0, 126, 0, 39)
FREEbutton.ZIndex = 2
FREEbutton.Font = Enum.Font.SourceSansBold
FREEbutton.FontSize = Enum.FontSize.Size24
FREEbutton.Text = "FREE"
FREEbutton.TextColor3 = Color3.new(1, 1, 1)
FREEbutton.TextSize = 21
FREEbutton.TextWrapped = true

PREMIUMbutton.Name = "PREMIUMbutton"
PREMIUMbutton.Parent = StartFrame
PREMIUMbutton.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
PREMIUMbutton.BackgroundTransparency = 0.60000002384186
PREMIUMbutton.BorderColor3 = Color3.new(1, 1, 1)
PREMIUMbutton.BorderSizePixel = 2
PREMIUMbutton.Position = UDim2.new(1.52906132, -350, 0.104295552, 25)
PREMIUMbutton.Size = UDim2.new(0, 126, 0, 39)
PREMIUMbutton.ZIndex = 2
PREMIUMbutton.Font = Enum.Font.SourceSansBold
PREMIUMbutton.FontSize = Enum.FontSize.Size24
PREMIUMbutton.Text = "PREMIUM"
PREMIUMbutton.TextColor3 = Color3.new(1, 1, 1)
PREMIUMbutton.TextSize = 21
PREMIUMbutton.TextWrapped = true

StartMidBorder.Name = "StartMidBorder"
StartMidBorder.Parent = StartFrame
StartMidBorder.BackgroundColor3 = Color3.new(0.27451, 0.027451, 0.0313726)
StartMidBorder.BorderSizePixel = 0
StartMidBorder.Position = UDim2.new(0.495934963, 0, 0.218181819, 0)
StartMidBorder.Size = UDim2.new(0, 3, 0, 166)

StartRightBorder.Name = "StartRightBorder"
StartRightBorder.Parent = StartFrame
StartRightBorder.BackgroundColor3 = Color3.new(0.27451, 0.027451, 0.0313726)
StartRightBorder.BorderSizePixel = 0
StartRightBorder.Position = UDim2.new(0.991869926, 0, 0.109090909, 0)
StartRightBorder.Size = UDim2.new(0, 3, 0, 190)

StartLeftBorder.Name = "StartLeftBorder"
StartLeftBorder.Parent = StartFrame
StartLeftBorder.BackgroundColor3 = Color3.new(0.27451, 0.027451, 0.0313726)
StartLeftBorder.BorderSizePixel = 0
StartLeftBorder.Position = UDim2.new(0, 0, 0.109090909, 0)
StartLeftBorder.Size = UDim2.new(0, 3, 0, 190)

StartFreeText.Name = "StartFreeText"
StartFreeText.Parent = StartFrame
StartFreeText.BackgroundColor3 = Color3.new(1, 1, 1)
StartFreeText.BackgroundTransparency = 1
StartFreeText.BorderSizePixel = 0
StartFreeText.Position = UDim2.new(0.0298102982, 0, 0.427272737, 0)
StartFreeText.Size = UDim2.new(0, 162, 0, 106)
StartFreeText.Font = Enum.Font.SourceSansItalic
StartFreeText.FontSize = Enum.FontSize.Size28
StartFreeText.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."
StartFreeText.TextColor3 = Color3.new(1, 1, 1)
StartFreeText.TextScaled = true
StartFreeText.TextSize = 25
StartFreeText.TextWrapped = true

StartPremiumText.Name = "StartPremiumText"
StartPremiumText.Parent = StartFrame
StartPremiumText.BackgroundColor3 = Color3.new(1, 1, 1)
StartPremiumText.BackgroundTransparency = 1
StartPremiumText.BorderSizePixel = 0
StartPremiumText.Position = UDim2.new(0.52439028, 0, 0.395454556, 0)
StartPremiumText.Size = UDim2.new(0, 167, 0, 120)
StartPremiumText.Font = Enum.Font.SourceSansItalic
StartPremiumText.FontSize = Enum.FontSize.Size28
StartPremiumText.Text = "Premium: alot more options and extra options. over all
highter quality and faster updates. (For more update watch the discords Premium
channel.)"
StartPremiumText.TextColor3 = Color3.new(1, 1, 1)
StartPremiumText.TextScaled = true
StartPremiumText.TextSize = 25
StartPremiumText.TextWrapped = true
StartName_2.Name = "StartName"
StartName_2.Parent = StartFrame
StartName_2.BackgroundColor3 = Color3.new(1, 1, 1)
StartName_2.BackgroundTransparency = 1
StartName_2.BorderSizePixel = 0
StartName_2.Position = UDim2.new(0, 0, 0.109090909, 0)
StartName_2.Size = UDim2.new(0, 369, 0, 16)
StartName_2.Font = Enum.Font.SourceSansItalic
StartName_2.FontSize = Enum.FontSize.Size28
StartName_2.Text = "discord.gg/s85fc"
StartName_2.TextColor3 = Color3.new(1, 1, 1)
StartName_2.TextScaled = true
StartName_2.TextSize = 25
StartName_2.TextWrapped = true

LoginFrame.Name = "LoginFrame"
LoginFrame.Parent = BoogaFucker
LoginFrame.Active = true
LoginFrame.BackgroundColor3 = Color3.new(0.666667, 0, 0)
LoginFrame.BorderSizePixel = 0
LoginFrame.Position = UDim2.new(0.548215687, 0, 0.603298247, 0)
LoginFrame.Selectable = true
LoginFrame.Size = UDim2.new(0, 369, 0, 220)
LoginFrame.Visible = false

LoginHeaderBorder.Name = "LoginHeaderBorder"
LoginHeaderBorder.Parent = LoginFrame
LoginHeaderBorder.BackgroundColor3 = Color3.new(0.27451, 0.027451, 0.0313726)
LoginHeaderBorder.BorderSizePixel = 0
LoginHeaderBorder.Size = UDim2.new(0, 369, 0, 24)

LoginFooterBorder.Name = "LoginFooterBorder"
LoginFooterBorder.Parent = LoginFrame
LoginFooterBorder.BackgroundColor3 = Color3.new(0.27451, 0.027451, 0.0313726)
LoginFooterBorder.BorderSizePixel = 0
LoginFooterBorder.Position = UDim2.new(-0.000273272395, 0, 0.971862733, 0)
LoginFooterBorder.Size = UDim2.new(0, 369, 0, 6)

LoginName.Name = "LoginName"
LoginName.Parent = LoginFrame
LoginName.BackgroundColor3 = Color3.new(1, 1, 1)
LoginName.BackgroundTransparency = 1
LoginName.BorderSizePixel = 0
LoginName.Position = UDim2.new(0.249322489, 0, 0, 0)
LoginName.Size = UDim2.new(0, 185, 0, 17)
LoginName.Font = Enum.Font.SourceSansItalic
LoginName.FontSize = Enum.FontSize.Size28
LoginName.Text = "BoogaFucker Login"
LoginName.TextColor3 = Color3.new(1, 1, 1)
LoginName.TextSize = 25

LoginConfirm.Name = "LoginConfirm"
LoginConfirm.Parent = LoginFrame
LoginConfirm.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
LoginConfirm.BackgroundTransparency = 0.60000002384186
LoginConfirm.BorderColor3 = Color3.new(1, 1, 1)
LoginConfirm.BorderSizePixel = 2
LoginConfirm.Position = UDim2.new(1.19783199, -350, 0.631818175, 25)
LoginConfirm.Size = UDim2.new(0, 185, 0, 23)
LoginConfirm.ZIndex = 2
LoginConfirm.Font = Enum.Font.SourceSansBold
LoginConfirm.FontSize = Enum.FontSize.Size24
LoginConfirm.Text = "Confirm"
LoginConfirm.TextColor3 = Color3.new(1, 1, 1)
LoginConfirm.TextSize = 21
LoginConfirm.TextWrapped = true

LoginRightBorder.Name = "LoginRightBorder"
LoginRightBorder.Parent = LoginFrame
LoginRightBorder.BackgroundColor3 = Color3.new(0.27451, 0.027451, 0.0313726)
LoginRightBorder.BorderSizePixel = 0
LoginRightBorder.Position = UDim2.new(0.991869926, 0, 0.109090909, 0)
LoginRightBorder.Size = UDim2.new(0, 3, 0, 190)

LoginLeftBorder.Name = "LoginLeftBorder"
LoginLeftBorder.Parent = LoginFrame
LoginLeftBorder.BackgroundColor3 = Color3.new(0.27451, 0.027451, 0.0313726)
LoginLeftBorder.BorderSizePixel = 0
LoginLeftBorder.Position = UDim2.new(0, 0, 0.109090909, 0)
LoginLeftBorder.Size = UDim2.new(0, 3, 0, 190)

LoginBackButton.Name = "LoginBackButton"
LoginBackButton.Parent = LoginFrame
LoginBackButton.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
LoginBackButton.BackgroundTransparency = 0.60000002384186
LoginBackButton.BorderColor3 = Color3.new(1, 1, 1)
LoginBackButton.BorderSizePixel = 2
LoginBackButton.Position = UDim2.new(0.956639588, -350, -0.100000001, 25)
LoginBackButton.Size = UDim2.new(0, 40, 0, 18)
LoginBackButton.ZIndex = 2
LoginBackButton.Font = Enum.Font.SourceSansBold
LoginBackButton.FontSize = Enum.FontSize.Size24
LoginBackButton.Text = "<-"
LoginBackButton.TextColor3 = Color3.new(1, 1, 1)
LoginBackButton.TextSize = 21
LoginBackButton.TextWrapped = true

LoginUser.Name = "LoginUser"
LoginUser.Parent = LoginFrame
LoginUser.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
LoginUser.BackgroundTransparency = 0.20000000298023
LoginUser.BorderColor3 = Color3.new(1, 1, 1)
LoginUser.Position = UDim2.new(0.292682946, 0, 0.272727281, 0)
LoginUser.Size = UDim2.new(0, 153, 0, 31)
LoginUser.Font = Enum.Font.SourceSans
LoginUser.FontSize = Enum.FontSize.Size28
LoginUser.Text = "Username"
LoginUser.TextColor3 = Color3.new(1, 1, 1)
LoginUser.TextSize = 25
LoginUser.TextXAlignment = Enum.TextXAlignment.Left

LoginPass.Name = "LoginPass"
LoginPass.Parent = LoginFrame
LoginPass.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
LoginPass.BackgroundTransparency = 0.20000000298023
LoginPass.BorderColor3 = Color3.new(1, 1, 1)
LoginPass.Position = UDim2.new(0.292682916, 0, 0.481818199, 0)
LoginPass.Size = UDim2.new(0, 153, 0, 31)
LoginPass.Font = Enum.Font.SourceSans
LoginPass.FontSize = Enum.FontSize.Size28
LoginPass.Text = "Password"
LoginPass.TextColor3 = Color3.new(1, 1, 1)
LoginPass.TextSize = 25
LoginPass.TextXAlignment = Enum.TextXAlignment.Left

KeyBind.Name = "KeyBind"
KeyBind.Parent = BoogaFucker
KeyBind.BackgroundColor3 = Color3.new(0, 0, 0)
KeyBind.BackgroundTransparency = 0.5
KeyBind.Position = UDim2.new(0.509393454, 0, 0.599304438, 0)
KeyBind.Size = UDim2.new(0, 274, 0, 162)
KeyBind.Visible = false

KeyBindFinishStartupButton.Name = "KeyBindFinishStartupButton"
KeyBindFinishStartupButton.Parent = KeyBind
KeyBindFinishStartupButton.BackgroundColor3 = Color3.new(0.0705882, 0.0705882,
0.0705882)
KeyBindFinishStartupButton.BackgroundTransparency = 0.60000002384186
KeyBindFinishStartupButton.BorderColor3 = Color3.new(0.854902, 0.854902, 0.854902)
KeyBindFinishStartupButton.BorderSizePixel = 2
KeyBindFinishStartupButton.Position = UDim2.new(0.312275499, 0, 0.592000008, 0)
KeyBindFinishStartupButton.Size = UDim2.new(0, 102, 0, 34)
KeyBindFinishStartupButton.Font = Enum.Font.SourceSans
KeyBindFinishStartupButton.FontSize = Enum.FontSize.Size24
KeyBindFinishStartupButton.Text = "Finish startup"
KeyBindFinishStartupButton.TextColor3 = Color3.new(1, 0.333333, 0)
KeyBindFinishStartupButton.TextSize = 20

KeyBindHeather.Name = "KeyBindHeather"
KeyBindHeather.Parent = KeyBind
KeyBindHeather.BackgroundColor3 = Color3.new(0, 0, 0)
KeyBindHeather.BackgroundTransparency = 0.5
KeyBindHeather.Size = UDim2.new(0, 274, 0, 15)

KeyBindStartupTextBox.Name = "KeyBindStartupTextBox"
KeyBindStartupTextBox.Parent = KeyBind
KeyBindStartupTextBox.BackgroundColor3 = Color3.new(0.0784314, 0.0784314,
0.0784314)
KeyBindStartupTextBox.BackgroundTransparency = 0.40000000596046
KeyBindStartupTextBox.BorderSizePixel = 0
KeyBindStartupTextBox.Position = UDim2.new(0.416225731, 0, 0.842592537, 0)
KeyBindStartupTextBox.Size = UDim2.new(0, 45, 0, 19)
KeyBindStartupTextBox.Font = Enum.Font.SourceSans
KeyBindStartupTextBox.FontSize = Enum.FontSize.Size14
KeyBindStartupTextBox.Text = "G"
KeyBindStartupTextBox.TextColor3 = Color3.new(1, 0.333333, 0)
KeyBindStartupTextBox.TextSize = 14

KeyBindSetupText.Name = "KeyBindSetupText"
KeyBindSetupText.Parent = KeyBind
KeyBindSetupText.BackgroundColor3 = Color3.new(1, 1, 1)
KeyBindSetupText.BackgroundTransparency = 1
KeyBindSetupText.Position = UDim2.new(0.0748175159, 0, 0.129629627, 0)
KeyBindSetupText.Size = UDim2.new(0, 236, 0, 69)
KeyBindSetupText.Font = Enum.Font.SourceSans
KeyBindSetupText.FontSize = Enum.FontSize.Size24
KeyBindSetupText.Text = "Okay, we are almost done! setup your GUI keybind and then
press the \"Finish startup\" button!"
KeyBindSetupText.TextColor3 = Color3.new(1, 0.333333, 0)
KeyBindSetupText.TextSize = 20
KeyBindSetupText.TextWrapped = true
KeyBindSetupText.TextXAlignment = Enum.TextXAlignment.Left
KeyBindSetupText.TextYAlignment = Enum.TextYAlignment.Top

KeyBindName.Name = "KeyBindName"
KeyBindName.Parent = KeyBind
KeyBindName.BackgroundColor3 = Color3.new(1, 1, 1)
KeyBindName.BackgroundTransparency = 1
KeyBindName.Position = UDim2.new(0.270072997, 0, -0.0216049384, 0)
KeyBindName.Size = UDim2.new(0, 130, 0, 16)
KeyBindName.Font = Enum.Font.SourceSansBold
KeyBindName.FontSize = Enum.FontSize.Size18
KeyBindName.Text = "BoogaFucker Setup"
KeyBindName.TextColor3 = Color3.new(1, 0.333333, 0)
KeyBindName.TextSize = 18
KeyBindName.TextWrapped = true
KeyBindName.TextXAlignment = Enum.TextXAlignment.Left
KeyBindName.TextYAlignment = Enum.TextYAlignment.Top
end)

Onyx.MouseButton1Down:connect(function()
-- Onyx HUB v2.1
-- Speedhack : Q
-- Auto pickup : y

-- by Zeestriaa#7876
-- Showcased by Cryptic

local BoogaBooga = Instance.new("ScreenGui")


local Frame = Instance.new("Frame")
local HeaderFrame = Instance.new("Frame")
local TitleGUI = Instance.new("TextLabel")
local SpeedHack = Instance.new("TextButton")
local JumpHack = Instance.new("TextButton")
local InfinityJump = Instance.new("TextButton")
local CraftGUI = Instance.new("TextButton")
local Minimize = Instance.new("TextButton")
local CraftFrame = Instance.new("Frame")
local HeaderFrame_2 = Instance.new("Frame")
local CraftLogo = Instance.new("TextLabel")
local ItemName = Instance.new("TextBox")
local CraftSubmit = Instance.new("TextButton")
local CraftGUI_2 = Instance.new("TextButton")
local AutoPickup = Instance.new("TextButton")
local ESPTrack = Instance.new("TextButton")
local DropItem = Instance.new("TextButton")
local ItemDrop = Instance.new("TextBox")
local MinimizeFrame = Instance.new("Frame")
local MinOpen = Instance.new("TextButton")

-- Properties

BoogaBooga.Name = "BoogaBooga"
BoogaBooga.Parent = game.CoreGui
Frame.Parent = BoogaBooga
Frame.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
Frame.BorderSizePixel = 0
Frame.Position = UDim2.new(0, 319, 0, 134)
Frame.Size = UDim2.new(0, 577, 0, 250)
Frame.Active = true
Frame.Selectable = true

HeaderFrame.Name = "HeaderFrame"
HeaderFrame.Parent = Frame
HeaderFrame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
HeaderFrame.BorderSizePixel = 0
HeaderFrame.Size = UDim2.new(0, 577, 0, 33)

TitleGUI.Name = "TitleGUI"
TitleGUI.Parent = Frame
TitleGUI.BackgroundColor3 = Color3.new(1, 1, 1)
TitleGUI.BackgroundTransparency = 1
TitleGUI.BorderSizePixel = 0
TitleGUI.Position = UDim2.new(0, 140, 0, 0)
TitleGUI.Size = UDim2.new(0, 309, 0, 33)
TitleGUI.Font = Enum.Font.SciFi
TitleGUI.Text = "Booga Booga | Onyx Version"
TitleGUI.TextColor3 = Color3.new(1, 1, 1)
TitleGUI.TextSize = 14

SpeedHack.Name = "SpeedHack"
SpeedHack.Parent = Frame
SpeedHack.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
SpeedHack.BorderSizePixel = 0
SpeedHack.Position = UDim2.new(0, 20, 0, 49)
SpeedHack.Size = UDim2.new(0, 200, 0, 50)
SpeedHack.Font = Enum.Font.SourceSans
SpeedHack.Text = "SpeedHack"
SpeedHack.TextColor3 = Color3.new(1, 1, 1)
SpeedHack.TextSize = 14

JumpHack.Name = "JumpHack"
JumpHack.Parent = Frame
JumpHack.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
JumpHack.BorderSizePixel = 0
JumpHack.Position = UDim2.new(0, 20, 0, 112)
JumpHack.Size = UDim2.new(0, 200, 0, 50)
JumpHack.Font = Enum.Font.SourceSans
JumpHack.Text = "JumpHack"
JumpHack.TextColor3 = Color3.new(1, 1, 1)
JumpHack.TextSize = 14

InfinityJump.Name = "InfinityJump"
InfinityJump.Parent = Frame
InfinityJump.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
InfinityJump.BorderSizePixel = 0
InfinityJump.Position = UDim2.new(0, 21, 0, 173)
InfinityJump.Size = UDim2.new(0, 200, 0, 50)
InfinityJump.Font = Enum.Font.SourceSans
InfinityJump.Text = "Infinity Jump"
InfinityJump.TextColor3 = Color3.new(1, 1, 1)
InfinityJump.TextSize = 14
CraftGUI.Name = "CraftGUI"
CraftGUI.Parent = Frame
CraftGUI.BackgroundColor3 = Color3.new(1, 1, 1)
CraftGUI.BackgroundTransparency = 1
CraftGUI.BorderSizePixel = 0
CraftGUI.Size = UDim2.new(0, 81, 0, 31)
CraftGUI.Font = Enum.Font.ArialBold
CraftGUI.Text = "<"
CraftGUI.TextColor3 = Color3.new(1, 1, 1)
CraftGUI.TextSize = 14

Minimize.Name = "Minimize"
Minimize.Parent = Frame
Minimize.BackgroundColor3 = Color3.new(1, 1, 1)
Minimize.BackgroundTransparency = 1
Minimize.BorderSizePixel = 0
Minimize.Position = UDim2.new(0, 496, 0, 0)
Minimize.Size = UDim2.new(0, 81, 0, 31)
Minimize.Font = Enum.Font.ArialBold
Minimize.Text = ">"
Minimize.TextColor3 = Color3.new(1, 1, 1)
Minimize.TextSize = 14

CraftFrame.Name = "CraftFrame"
CraftFrame.Parent = Frame
CraftFrame.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
CraftFrame.Position = UDim2.new(0, -245, 0, 0)
CraftFrame.Size = UDim2.new(0, 226, 0, 151)
CraftFrame.Visible = false

HeaderFrame_2.Name = "HeaderFrame"
HeaderFrame_2.Parent = CraftFrame
HeaderFrame_2.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
HeaderFrame_2.BorderSizePixel = 0
HeaderFrame_2.Size = UDim2.new(0, 226, 0, 33)

CraftLogo.Name = "CraftLogo"
CraftLogo.Parent = CraftFrame
CraftLogo.BackgroundColor3 = Color3.new(1, 1, 1)
CraftLogo.BackgroundTransparency = 1
CraftLogo.BorderSizePixel = 0
CraftLogo.Position = UDim2.new(0, 55, 0, 0)
CraftLogo.Size = UDim2.new(0, 115, 0, 31)
CraftLogo.Font = Enum.Font.SciFi
CraftLogo.Text = "Craft Item"
CraftLogo.TextColor3 = Color3.new(1, 1, 1)
CraftLogo.TextSize = 14

ItemName.Name = "ItemName"
ItemName.Parent = CraftFrame
ItemName.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
ItemName.BorderColor3 = Color3.new(0, 0, 0)
ItemName.BorderSizePixel = 3
ItemName.Position = UDim2.new(0, 13, 0, 47)
ItemName.Size = UDim2.new(0, 200, 0, 34)
ItemName.Font = Enum.Font.SciFi
ItemName.Text = "Item Name"
ItemName.TextColor3 = Color3.new(1, 1, 1)
ItemName.TextSize = 14

CraftSubmit.Name = "CraftSubmit"
CraftSubmit.Parent = CraftFrame
CraftSubmit.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
CraftSubmit.BorderSizePixel = 0
CraftSubmit.Position = UDim2.new(0, 13, 0, 93)
CraftSubmit.Size = UDim2.new(0, 200, 0, 35)
CraftSubmit.Font = Enum.Font.SciFi
CraftSubmit.Text = "Craft Now!"
CraftSubmit.TextColor3 = Color3.new(1, 1, 1)
CraftSubmit.TextSize = 14

CraftGUI_2.Name = "CraftGUI"
CraftGUI_2.Parent = CraftFrame
CraftGUI_2.BackgroundColor3 = Color3.new(1, 1, 1)
CraftGUI_2.BackgroundTransparency = 1
CraftGUI_2.BorderSizePixel = 0
CraftGUI_2.Position = UDim2.new(0, 163, 0, 0)
CraftGUI_2.Size = UDim2.new(0, 63, 0, 31)
CraftGUI_2.Font = Enum.Font.ArialBold
CraftGUI_2.Text = ">"
CraftGUI_2.TextColor3 = Color3.new(1, 1, 1)
CraftGUI_2.TextSize = 14

AutoPickup.Name = "AutoPickup"
AutoPickup.Parent = Frame
AutoPickup.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
AutoPickup.BorderSizePixel = 0
AutoPickup.Position = UDim2.new(0, 236, 0, 49)
AutoPickup.Size = UDim2.new(0, 200, 0, 50)
AutoPickup.Font = Enum.Font.SciFi
AutoPickup.Text = "Auto Pickup"
AutoPickup.TextColor3 = Color3.new(1, 1, 1)
AutoPickup.TextSize = 14

ESPTrack.Name = "ESP Track"


ESPTrack.Parent = Frame
ESPTrack.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
ESPTrack.BorderSizePixel = 0
ESPTrack.Position = UDim2.new(0, 237, 0, 110)
ESPTrack.Size = UDim2.new(0, 200, 0, 49)
ESPTrack.Font = Enum.Font.SciFi
ESPTrack.Text = "ESP Track"
ESPTrack.TextColor3 = Color3.new(1, 1, 1)
ESPTrack.TextSize = 14

DropItem.Name = "DropItem"
DropItem.Parent = Frame
DropItem.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
DropItem.BorderSizePixel = 0
DropItem.Position = UDim2.new(0, 238, 0, 173)
DropItem.Size = UDim2.new(0, 324, 0, 49)
DropItem.Font = Enum.Font.SciFi
DropItem.Text = "Drop item from bag!"
DropItem.TextColor3 = Color3.new(1, 1, 1)
DropItem.TextSize = 14

ItemDrop.Name = "ItemDrop"
ItemDrop.Parent = Frame
ItemDrop.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
ItemDrop.BorderColor3 = Color3.new(0, 0, 0)
ItemDrop.BorderSizePixel = 3
ItemDrop.Position = UDim2.new(0, 448, 0, 49)
ItemDrop.Size = UDim2.new(0, 113, 0, 106)
ItemDrop.Font = Enum.Font.SciFi
ItemDrop.Text = "Item Name"
ItemDrop.TextColor3 = Color3.new(1, 1, 1)
ItemDrop.TextSize = 14

MinimizeFrame.Name = "MinimizeFrame"
MinimizeFrame.Parent = BoogaBooga
MinimizeFrame.BackgroundColor3 = Color3.new(1, 1, 1)
MinimizeFrame.BackgroundTransparency = 1
MinimizeFrame.BorderSizePixel = 0
MinimizeFrame.Position = UDim2.new(0, 942, 0, 215)
MinimizeFrame.Size = UDim2.new(0, 154, 0, 223)
MinimizeFrame.Visible = false

MinOpen.Name = "MinOpen"
MinOpen.Parent = MinimizeFrame
MinOpen.BackgroundColor3 = Color3.new(1, 1, 1)
MinOpen.BackgroundTransparency = 1
MinOpen.BorderSizePixel = 0
MinOpen.Position = UDim2.new( 0.2, -110, 0, -200)
MinOpen.Size = UDim2.new(0, 154, 0, 223)
MinOpen.Font = Enum.Font.Fantasy
MinOpen.Text = "<"
MinOpen.TextColor3 = Color3.new(1, 1, 1)
MinOpen.TextScaled = true
MinOpen.TextSize = 14
MinOpen.TextWrapped = true

-- Scripts

SpeedHack.MouseButton1Down:connect(function()
local plr = game:GetService("Players").LocalPlayer
local char = plr.Character
local mouse = game:GetService("Players").LocalPlayer:GetMouse()
local hum = char:FindFirstChild("HumanoidRootPart")
local speed = 3
mouse.KeyDown:connect(function(key)
if key == "q" then
loop = true
while loop do
hum.CFrame = hum.CFrame + hum.CFrame.lookVector * speed
wait()
end
end
end)

mouse.KeyUp:connect(function(key)
if key == "q" then
loop = false
end
end)
end)
JumpHack.MouseButton1Down:connect(function()
game.Players.LocalPlayer.Character.Humanoid.JumpPower = 150
end)

InfinityJump.MouseButton1Down:connect(function()
loadstring(game:HttpGet(('https://pastebin.com/raw/2eYepag7'),true))()
end)

CraftGUI.MouseButton1Down:connect(function()
CraftFrame.Visible = true
end)

Minimize.MouseButton1Down:connect(function()
Frame.Visible = false
MinimizeFrame.Visible = true
end)

CraftSubmit.MouseButton1Down:connect(function()
local Item = ItemName.Text
local Event = game:GetService("ReplicatedStorage").Events.CraftItem
Event:FireServer(Item)
end)

CraftGUI_2.MouseButton1Down:connect(function()
CraftFrame.Visible = false
end)

AutoPickup.MouseButton1Down:connect(function()
local Objects;

local Pickup = function(Character)


local myPos = Character.HumanoidRootPart.Position
local Objects = {}
for i,v in pairs(workspace:GetChildren()) do
if v:FindFirstChild("Pickup") ~= nil and v.ClassName == "Part" then
local Pos = v.Position
local Distance = (myPos - Pos).magnitude
if Distance < 40 then
table.insert(Objects, v)
end
elseif v:FindFirstChild("Pickup") ~= nil and v:FindFirstChild("Part")
~= nil and v.Part.ClassName == "Part" then
local Pos = v.Part.Position
local Distance = (myPos - Pos).magnitude
if Distance < 40 then
table.insert(Objects, v)
end
elseif v:FindFirstChild("Pickup") ~= nil and v.ClassName ==
"UnionOperation" then
local Pos = v.Position
local Distance = (myPos - Pos).magnitude
if Distance < 40 then
table.insert(Objects, v)
end
end
end
for i,v in pairs(Objects) do
for i=1,10 do
v.Position = myPosunannoy
game:GetService("ReplicatedStorage").Events.Pickup:FireServer(v)
end
end
end
wait(1)
local mouse = game:GetService("Players").LocalPlayer:GetMouse()

mouse.KeyDown:connect(function(key)
if key == "y" then
print'howdi neighbor'
Pickup(game.Players.LocalPlayer.Character)
end
end)
end)

Important = {Players = game:GetService("Players"), Workspace =


game:GetService("Workspace"), CoreGui = game:GetService("CoreGui")}

local enabledesp = false

function CreateESP(plr)

if plr ~= nil then

local GetChar = plr.Character


if not GetChar then return end

local GetHead do

repeat wait() until GetChar:FindFirstChild("Head")

end
GetHead = GetChar.Head

local bb = Instance.new("BillboardGui", Important.CoreGui)


bb.Adornee = GetHead
bb.ExtentsOffset = Vector3.new(0, 1, 0)
bb.AlwaysOnTop = true
bb.Size = UDim2.new(0, 5, 0, 5)
bb.StudsOffset = Vector3.new(0, 3, 0)
bb.Name = "ESP_PLAYER_" .. plr.Name

local displayframe = Instance.new("Frame", bb)


displayframe.ZIndex = 10
displayframe.BackgroundTransparency = 1
displayframe.Size = UDim2.new(1,0,1,0)

local name = Instance.new("TextLabel", displayframe)


name.Name = "Name"
name.ZIndex = 10
name.Text = plr.Name
name.Visible = true
name.TextColor3 = Color3.new(170,0,0)
name.BackgroundTransparency = 1
name.Size = UDim2.new(1,0,10,0)
name.Font = Enum.Font.SourceSansLight
name.TextSize = 20
name.TextStrokeTransparency = .5
end

end

ESPTrack.MouseButton1Click:connect(function()
for i,v in pairs(Important.Players:GetChildren()) do

CreateESP(v)

end
end)

DropItem.MouseButton1Down:connect(function()
local item = ItemDrop.Text -- change this to the item you want to drop
local amount = 1000 -- change this to the amount you want to drop

local i = 0
while i <= amount do
game.ReplicatedStorage.Events.DropBagItem:FireServer(item)
i = i + 1
end
end)

MinOpen.MouseButton1Down:connect(function()
MinimizeFrame.Visible = false
Frame.Visible = true
end)
end)

Admin.MouseButton1Down:connect(function()
-- Creator: illremember#3799

-- Credits to infinite yield, harkinian, dex creators

prefix = ";"
wait(0.3)
Commands = {
'[-] cmdbar is shown when ; is pressed.',
'[1] kill [plr] -- You need a tool! Will kill the player, use rkill to kill you
and player',
'[2] bring [plr] -- You need a tool! Will bring player to you',
'[3] spin [plr] -- You need a tool! Makes you and the player spin crazy',
'[4] unspin -- Use after using spin cmd and dying, so you stop loop
teleporting',
'[5] attach [plr] -- You need a tool! Attaches you to player',
'[6] unattach [plr] -- Attempts to unattach you from a player',
'[7] follow [plr] -- Makes you follow behind the player',
'[8] unfollow',
'[9] freefall [plr] -- You need a tool! Teleports you and the player up into
the air',
'[10] trail [plr] -- The opposite of follow, you stay infront of player',
'[11] untrail',
'[12] orbit [plr] -- Makes you orbit the player',
'[13] unorbit',
'[14] fling [plr] -- Makes you fling the player',
'[15] unfling',
'[16] fecheck -- Checks if the game is FE or not',
'[17] void [plr] -- Teleports player to the void',
'[18] noclip -- Gives you noclip to walk through walls',
'[19] clip -- Removes noclip',
'[20] speed [num]/ws [num] -- Changes how fast you walk 16 is default',
'[21] jumppower [num]/jp [num] -- Changes how high you jump 50 is default',
'[22] hipheight [num]/hh [num] -- Changes how high you float 0 is default',
'[23] default -- Changes your speed, jumppower and hipheight to default
values',
'[24] annoy [plr] -- Loop teleports you to the player',
'[25] unannoy',
'[26] headwalk [plr] -- Loop teleports you to the player head',
'[27] unheadwalk',
'[28] nolimbs -- Removes your arms and legs',
'[29] god -- Gives you FE Godmode',
'[30] drophats -- Drops your accessories',
'[31] droptool -- Drops any tool you have equipped',
'[32] loopdhats -- Loop drops your accessories',
'[33] unloopdhats',
'[34] loopdtool -- Loop drops any tools you have equipped',
'[35] unloopdtool',
'[36] invisible -- Gives you invisibility CREDIT TO TIMELESS',
'[37] view [plr] -- Changes your camera to the player character',
'[38] unview',
'[39] goto [plr] -- Teleports you to player',
'[40] fly -- Allows you to fly, credit to Infinite Yield',
'[41] unfly',
'[42] chat [msg] -- Makes you chat a message',
'[43] spam [msg] -- Spams a message',
'[44] unspam',
'[45] spamwait [num] -- Changes delay of chatting a message for the spam
command in seconds default is 1 second',
'[46] pmspam [plr] -- Spams a player in private message',
'[47] unpmspam',
'[48] cfreeze [plr] -- Freezes a player on your client, they will only be
frozen for you',
'[49] uncfreeze [plr]',
'[50] unlockws -- Unlocks the workspace',
'[51] lockws -- Locks the workspace',
'[52] btools -- Gives you btools that will only show to you useful for deleting
certain blocks only for you',
'[53] pstand -- Enables platform stand',
'[54] unpstand -- Disables platform stand',
'[55] blockhead -- Removes your head mesh',
'[56] sit',
'[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',
'[58] wsvis [num] -- Changes visibility of workspace parts, num should be
between 0 and 1, only shows client sided',
'[59] hypertotal -- Loads in my FE GUI Hypertotal',
'[60] cmds -- Prints all commands',
'[61] rmeshhats/blockhats -- Removes the meshes of all your accessories aka
block hats',
'[62] rmeshtool/blocktool -- Removes the mesh of the tool you have equipped aka
block tool',
'[63] spinner -- Makes you spin',
'[64] nospinner',
'[65] reach [num] -- Gives you reach, mostly used for swords, say ;reachd for
default and enter number after for custom',
'[66] noreach -- Removes reach, must have tool equipped',
'[67] rkill [plr] -- Kills you and the player, use kill to just kill the player
without dying',
'[68] tp me [plr] -- Alternative to goto',
'[69] cbring [plr] -- Brings player infront of you, shows only on client,
allows you to do damage to player',
'[70] uncbring',
'[71] swap [plr] -- You need a tool! Swaps players position with yours and your
position with players',
'[72] givetool [plr] -- Gives the tool you have equipped to the player',
'[73] glitch [plr] -- Glitches you and the player, looks very cool',
'[74] unglitch -- Unglitches you',
'[75] grespawn -- Alternative to normal respawn and usually works best for when
you want to reset with FE Godmode',
'[76] explorer -- Loads up DEX',
'[77] reset -- Resets your character.',
'[78] anim [id] -- Applies an animation on you, must be created by ROBLOX',
'[79] animgui -- Loads up Energize animations GUI',
'[80] savepos -- Saves your current position',
'[81] loadpos -- Teleports you to your saved position',
'[82] bang [plr] -- 18+ will not work if you have FE Godmode on',
'[83] unbang',
'[84] delcmdbar -- Removes the command bar completely',
'[85] bringmod [obj] -- Brings all the parts in a model, client only, comes
from ;bringobj enter exact name of model',
'[86] shutdown -- Uses harkinians script to shutdown server',
'[87] respawn -- If grespawn doesnt work you can use respawn',
'[88] delobj [obj] -- Deletes a certain brick in workspace, client sided',
'[89] getplrs -- Prints all players in game',
'[90] deldecal -- Deletes all decals client sided',
'[91] opfinality -- Loads in my FE GUI Opfinality',
'[92] remotes -- Prints all remotes in the game in the console when added',
'[93] noremotes -- Stops printing remotes',
'[94] tpdefault -- Stops all loop teleports to a player',
'[95] stopsit -- Will not allow you to sit',
'[96] gosit -- Allows you to sit',
'[97] clicktp -- Enables click tp',
'[98] noclicktp -- Disables click tp',
'[99] toolson -- If any tools are dropped in the workspace you will
automatically get them',
'[100] toolsoff -- Stops ;toolson',
'[101] version -- Gets the admin version',
'[102] state [num] -- Changes your humanoid state, ;unstate to stop.',
'[103] gravity [num] -- Changes workspace gravity default is 196.2',
'[104] pgs -- Checks if the game has PGSPhysicsSolverEnabled enabled',
'[105] clickdel -- Delete any block you press q on, client sided',
'[106] noclickdel -- Stops clickdel',
'[107] looprhats -- Loop removes mesh of your hats/loop block hats',
'[108] unlooprhats -- Stops loop removing mesh',
'[109] looprtool -- Loop removes mesh of your tool/loop block tools',
'[110] unlooprtool -- Stops loop removing mesh',
'[111] givealltools [plr] -- Gives all the tools you have in your backpack to
the player',
'[112] age [plr] -- Makes you chat the account age of the player',
'[113] id [plr] -- Makes you chat the account ID of the player',
'[114] .age [plr] -- Privately shows you the account age of the player',
'[115] .id [plr] -- Privately shows you the account ID of the player',
'[116] gameid -- Shows the game ID',
'[117] removeinvis -- Removes all invisible walls/parts, client sided',
'[118] removefog -- Removes fog, client sided',
'[119] disable -- Disables your character by removing humanoid',
'[120] enable -- Enables your character by adding humanoid',
'[121] prefix [key] -- Changes the prefix used, default is ;',
'[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.',
'[123] flyspeed [num] -- Change your fly speed, default is 1',
'[124] carpet [plr] -- Makes you a carpet for a player, will not work if FE
Godmode is on',
'[125] uncarpet -- Stops carpet player',
'[126] stare [plr] -- Turns your character to stare at another player',
'[127] unstare -- Stops stare player',
'[128] logchat -- Logs all chat (including /e and whispers) of all players',
'[129] unlogchat -- Disables logchat',
'[130] fixcam -- Fixes/resets your camera',
'[131] unstate -- Stops changing state',
}
speedget = 1

lplayer = game:GetService("Players").LocalPlayer

lplayer.CharacterAdded:Connect(function(character)
spin = false
flying = false
staring = false
banpl = false
end)

function change()
prefix = prefix
speedfly = speedfly
end

function GetPlayer(String) -- Credit to Timeless/xFunnieuss


local Found = {}
local strl = String:lower()
if strl == "all" then
for i,v in pairs(game:GetService("Players"):GetPlayers()) do
table.insert(Found,v)
end
elseif strl == "others" then
for i,v in pairs(game:GetService("Players"):GetPlayers()) do
if v.Name ~= lplayer.Name then
table.insert(Found,v)
end
end
elseif strl == "me" then
for i,v in pairs(game:GetService("Players"):GetPlayers()) do
if v.Name == lplayer.Name then
table.insert(Found,v)
end
end
else
for i,v in pairs(game:GetService("Players"):GetPlayers()) do
if v.Name:lower():sub(1, #String) == String:lower() then
table.insert(Found,v)
end
end
end
return Found
end

local Mouse = lplayer:GetMouse()

spin = false
followed = false
traill = false
noclip = false
annoying = false
hwalk = false
droppinghats = false
droppingtools = false
flying = false
spamdelay = 1
spamming = false
spammingpm = false
cbringing = false
remotes = true
added = true
binds = false
stopsitting = false
clickgoto = false
gettingtools = false
removingmeshhats = false
removingmeshtool = false
clickdel = false
staring = false
chatlogs = false
banpl = false
changingstate = false
statechosen = 0

adminversion = "Reviz Admin by illremember, Version 2.0"

flying = false
speedfly = 1

function plrchat(plr, chat)


print(plr.Name..": "..tick().."\n"..chat)
end

for i,v in pairs(game:GetService("Players"):GetPlayers()) do


v.Chatted:connect(function(chat)
if chatlogs then
plrchat(v, chat)
end
end)
end
game:GetService("Players").PlayerAdded:connect(function(plr)
plr.Chatted:connect(function(chat)
if chatlogs then
plrchat(plr, chat)
end
end)
end)

local ScreenGui = Instance.new("ScreenGui")


local Frame = Instance.new("Frame")
local CMDBAR = Instance.new("TextBox")
ScreenGui.Parent = game:GetService("CoreGui")
Frame.Parent = ScreenGui
Frame.BackgroundColor3 = Color3.new(0.3, 0.1, 0.1)
Frame.BackgroundTransparency = 0.3
Frame.Position = UDim2.new(0.25, 0, 0, 10)
Frame.Size = UDim2.new(0, 200, 0, 40)
Frame.Active = true
Frame.Draggable = true
CMDBAR.Name = "CMDBAR"
CMDBAR.Parent = Frame
CMDBAR.BackgroundColor3 = Color3.new(0.105882, 0.164706, 0.207843)
CMDBAR.BackgroundTransparency = 0.20000000298023
CMDBAR.Size = UDim2.new(0, 180, 0, 20)
CMDBAR.Position = UDim2.new(0.05 , 0, 0.25, 0)
CMDBAR.Font = Enum.Font.SourceSansLight
CMDBAR.FontSize = Enum.FontSize.Size14
CMDBAR.TextColor3 = Color3.new(0.945098, 0.945098, 0.945098)
CMDBAR.TextScaled = true
CMDBAR.TextSize = 14
CMDBAR.TextWrapped = true
CMDBAR.Text = "Press ; to type, Enter to execute"

local CMDS = Instance.new("ScreenGui")


local CMDSFRAME = Instance.new("Frame")
local ScrollingFrame = Instance.new("ScrollingFrame")
local TextLabel = Instance.new("TextLabel")
local closegui = Instance.new("TextButton")
CMDS.Name = "CMDS"
CMDS.Parent = game:GetService("CoreGui")
CMDSFRAME.Name = "CMDSFRAME"
CMDSFRAME.Parent = CMDS
CMDSFRAME.Active = true
CMDSFRAME.BackgroundColor3 = Color3.new(0.223529, 0.231373, 0.309804)
CMDSFRAME.BorderSizePixel = 0
CMDSFRAME.Draggable = true
CMDSFRAME.Position = UDim2.new(0, 315, 0, 100)
CMDSFRAME.Size = UDim2.new(0, 275, 0, 275)
CMDSFRAME.Visible = false
ScrollingFrame.Parent = CMDSFRAME
ScrollingFrame.BackgroundColor3 = Color3.new(0.160784, 0.160784, 0.203922)
ScrollingFrame.BorderSizePixel = 0
ScrollingFrame.Position = UDim2.new(0, 0, 0.0729999989, 0)
ScrollingFrame.Size = UDim2.new(1.04999995, 0, 0.92900002, 0)
ScrollingFrame.CanvasSize = UDim2.new(0, 0, 10, 0)
TextLabel.Parent = ScrollingFrame
TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
TextLabel.BackgroundTransparency = 1
TextLabel.Size = UDim2.new(0.930000007, 0, 1, 0)
TextLabel.Font = Enum.Font.SourceSans
TextLabel.FontSize = Enum.FontSize.Size18
TextLabel.Text = "[-] cmdbar is shown when ; is pressed.,\n[1] kill [plr] -- You
need a tool! Will kill the player, use rkill to kill you and player,\n[2] bring
[plr] -- You need a tool! Will bring player to you,\n[3] spin [plr] -- You need a
tool! Makes you and the player spin crazy,\n[4] unspin -- Use after using spin cmd
and dying, so you stop loop teleporting,\n[5] attach [plr] -- You need a tool!
Attaches you to player,\n[6] unattach [plr] -- Attempts to unattach you from a
player,\n[7] follow [plr] -- Makes you follow behind the player,\n[8]
unfollow,\n[9] freefall [plr] -- You need a tool! Teleports you and the player up
into the air,\n[10] trail [plr] -- The opposite of follow, you stay infront of
player,\n[11] untrail,\n[12] orbit [plr] -- Makes you orbit the player,\n[13]
unorbit,\n[14] fling [plr] -- Makes you fling the player,\n[15] unfling,\n[16]
fecheck -- Checks if the game is FE or not,\n[17] void [plr] -- Teleports player to
the void,\n[18] noclip -- Gives you noclip to walk through walls,\n[19] clip --
Removes noclip,\n[20] speed [num]/ws [num] -- Changes how fast you walk 16 is
default,\n[21] jumppower [num]/jp [num] -- Changes how high you jump 50 is
default,\n[22] hipheight [num]/hh [num] -- Changes how high you float 0 is
default,\n[23] default -- Changes your speed, jumppower and hipheight to default
values,\n[24] annoy [plr] -- Loop teleports you to the player,\n[25] unannoy,\n[26]
headwalk [plr] -- Loop teleports you to the player head,\n[27] unheadwalk,\n[28]
nolimbs -- Removes your arms and legs,\n[29] god -- Gives you FE Godmode,\n[30]
drophats -- Drops your accessories,\n[31] droptool -- Drops any tool you have
equipped,\n[32] loopdhats -- Loop drops your accessories,\n[33] unloopdhats,\n[34]
loopdtool -- Loop drops any tools you have equipped,\n[35] unloopdtool,\n[36]
invisible -- Gives you invisibility CREDIT TO TIMELESS,\n[37] view [plr] -- Changes
your camera to the player character,\n[38] unview,\n[39] goto [plr] -- Teleports
you to player,\n[40] fly -- Allows you to fly,\n[41] unfly,\n[42] chat [msg] --
Makes you chat a message,\n[43] spam [msg] -- Spams a message,\n[44] unspam,\n[45]
spamwait [num] -- Changes delay of chatting a message for the spam command in
seconds default is 1 second,\n[46] pmspam [plr] -- Spams a player in private
message,\n[47] unpmspam,\n[48] cfreeze [plr] -- Freezes a player on your client,
they will only be frozen for you,\n[49] uncfreeze [plr],\n[50] unlockws -- Unlocks
the workspace,\n[51] lockws -- Locks the workspace,\n[52] btools -- Gives you
btools that will only show to you useful for deleting certain blocks only for
you,\n[53] pstand -- Enables platform stand,\n[54] unpstand -- Disables platform
stand,\n[55] blockhead -- Removes your head mesh,\n[56] sit,\n[57] bringobj [obj]
-- Only shows on client, brings an object/part to you constantly, can be used to
bring healing parts, weapons, money etc, type in exact name,\n[58] wsvis [num] --
Changes visibility of workspace parts, num should be between 0 and 1, only shows
client sided,\n[59] hypertotal -- Loads in my FE GUI Hypertotal,\n[60] cmds --
Prints all commands,\n[61] rmeshhats/blockhats -- Removes the meshes of all your
accessories aka block hats,\n[62] rmeshtool/blocktool -- Removes the mesh of the
tool you have equipped aka block tool,\n[63] spinner -- Makes you spin,\n[64]
nospinner,\n[65] reach [num] -- Gives you reach, mostly used for swords, say
;reachd for default and enter number after for custom,\n[66] noreach -- Removes
reach, must have tool equipped,\n[67] rkill [plr] -- Kills you and the player, use
kill to just kill the player without dying,\n[68] tp me [plr] -- Alternative to
goto,\n[69] cbring [plr] -- Brings player infront of you, shows only on client,
allows you to do damage to player,\n[70] uncbring,\n[71] swap [plr] -- You need a
tool! Swaps players position with yours and your position with players,\n[72]
givetool [plr] -- Gives the tool you have equipped to the player,\n[73] glitch
[plr] -- Glitches you and the player, looks very cool,\n[74] unglitch -- Unglitches
you,\n[75] grespawn -- Alternative to normal respawn and usually works best for
when you want to reset with FE Godmode,\n[76] explorer -- Loads up DEX,\n[77] reset
-- Resets your character.,\n[78] anim [id] -- Applies an animation on you, must be
created by ROBLOX,\n[79] animgui -- Loads up Energize animations GUI,\n[80] savepos
-- Saves your current position,\n[81] loadpos -- Teleports you to your saved
position,\n[82] bang [plr] -- 18+,\n[83] unbang,\n[84] delcmdbar -- Removes the
command bar completely,\n[85] bringmod [obj] -- Brings all the parts in a model,
client only, comes from ;bringobj enter exact name of model,\n[86] shutdown -- Uses
harkinians script to shutdown server,\n[87] respawn -- If grespawn doesnt work you
can use respawn,\n[88] delobj [obj] -- Deletes a certain brick in workspace, client
sided,\n[89] getplrs -- Prints all players in game,\n[90] deldecal -- Deletes all
decals client sided,\n[91] opfinality -- Loads in my FE GUI Opfinality,\n[92]
remotes -- Prints all remotes in the game in the console when added,\n[93]
noremotes -- Stops printing remotes,\n[94] tpdefault -- Stops all loop teleports to
a player,\n[95] stopsit -- Will not allow you to sit,\n[96] gosit -- Allows you to
sit,\n[97] clicktp -- Enables click tp,\n[98] noclicktp -- Disables click tp,\n[99]
toolson -- If any tools are dropped in the workspace you will automatically get
them,\n[100] toolsoff -- Stops ;toolson,\n[101] version -- Gets the admin
version, \n This list of commands is NOT showing everything, go to my thread in the
pastebin link to see ALL commands."
TextLabel.TextColor3 = Color3.new(1, 1, 1)
TextLabel.TextSize = 15
TextLabel.TextWrapped = true
TextLabel.TextXAlignment = Enum.TextXAlignment.Left
TextLabel.TextYAlignment = Enum.TextYAlignment.Top
closegui.Name = "closegui"
closegui.Parent = CMDSFRAME
closegui.BackgroundColor3 = Color3.new(0.890196, 0.223529, 0.0588235)
closegui.BorderSizePixel = 0
closegui.Position = UDim2.new(0.995000005, 0, 0, 0)
closegui.Size = UDim2.new(0.0545952693, 0, 0.0728644878, 0)
closegui.Font = Enum.Font.SourceSansBold
closegui.FontSize = Enum.FontSize.Size24
closegui.Text = "X"
closegui.TextColor3 = Color3.new(1, 1, 1)
closegui.TextSize = 20

closegui.MouseButton1Click:connect(function()
CMDSFRAME.Visible = false
end)

game:GetService('RunService').Stepped:connect(function()
if spin then
lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")
[spinplr.Name].Character.HumanoidRootPart.CFrame
end
if followed then
lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")
[flwplr.Name].Character.HumanoidRootPart.CFrame + game:GetService("Players")
[flwplr.Name].Character.HumanoidRootPart.CFrame.lookVector * -5
end
if traill then
lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")
[trlplr.Name].Character.HumanoidRootPart.CFrame + game:GetService("Players")
[trlplr.Name].Character.HumanoidRootPart.CFrame.lookVector * 5
end
if annoying then
lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")
[annplr.Name].Character.HumanoidRootPart.CFrame
end
if hwalk then
lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")
[hdwplr.Name].Character.HumanoidRootPart.CFrame + Vector3.new(0, 4, 0)
end
if staring then
lplayer.Character.HumanoidRootPart.CFrame =
CFrame.new(lplayer.Character.Torso.Position, game:GetService("Players")
[stareplr.Name].Character.Torso.Position)
end
end)
game:GetService('RunService').Stepped:connect(function()
if noclip then
if lplayer.Character.Humanoid.RigType == Enum.HumanoidRigType.R6 then
lplayer.Character.Head.CanCollide = false
lplayer.Character.Torso.CanCollide = false
lplayer.Character["Left Leg"].CanCollide = false
lplayer.Character["Right Leg"].CanCollide = false
else
lplayer.Character.Humanoid:ChangeState(11)
end
end
if changingstate then
lplayer.Character.Humanoid:ChangeState(statechosen)
end
end)
game:GetService('RunService').Stepped:connect(function()
if droppinghats then
for i,v in pairs(lplayer.Character:GetChildren()) do
if (v:IsA("Accessory")) or (v:IsA("Hat")) then
v.Parent = workspace
end
end
end
if droppingtools then
for i,v in pairs(lplayer.Character:GetChildren()) do
if (v:IsA("Tool")) then
v.Parent = workspace
end
end
end
if removingmeshhats then
for i,v in pairs(lplayer.Character:GetChildren()) do
if (v:IsA("Accessory")) or (v:IsA("Hat")) then
v.Handle.Mesh:Destroy()
end
end
end
if removingmeshtool then
for i,v in pairs(lplayer.Character:GetChildren()) do
if (v:IsA("Tool")) then
v.Handle.Mesh:Destroy()
end
end
end
end)
game:GetService('RunService').Stepped:connect(function()
if banpl then
lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")
[bplrr].Character.HumanoidRootPart.CFrame
end
end)
game:GetService('RunService').Stepped:connect(function()
if stopsitting then
lplayer.Character.Humanoid.Sit = false
end
end)

plr = lplayer
hum = plr.Character.HumanoidRootPart
mouse = plr:GetMouse()
mouse.KeyDown:connect(function(key)
if key == "e" then
if mouse.Target then
if clickgoto then
hum.CFrame = CFrame.new(mouse.Hit.x, mouse.Hit.y + 5, mouse.Hit.z)
elseif clickdel then
mouse.Target:Destroy()
end
end
end
end)

game:GetService("Workspace").ChildAdded:connect(function(part)
if gettingtools then
if part:IsA("Tool") then
part.Handle.CFrame = lplayer.Character.HumanoidRootPart.CFrame
end
end
end)

lplayer.Chatted:Connect(function(msg)
if string.sub(msg, 1, 6) == (prefix.."kill ") then
if string.sub(msg, 7) == "me" then
lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(100000,0,100000)
else
for i,v in pairs(GetPlayer(string.sub(msg, 7)))do
local NOW = lplayer.Character.HumanoidRootPart.CFrame
lplayer.Character.Humanoid.Name = 1
local l = lplayer.Character["1"]:Clone()
l.Parent = lplayer.Character
l.Name = "Humanoid"
wait(0.1)
lplayer.Character["1"]:Destroy()
game:GetService("Workspace").CurrentCamera.CameraSubject =
lplayer.Character
lplayer.Character.Animate.Disabled = true
wait(0.1)
lplayer.Character.Animate.Disabled = false
lplayer.Character.Humanoid.DisplayDistanceType = "None"
for i,v in
pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
lplayer.Character.Humanoid:EquipTool(v)
end
local function tp(player,player2)
local char1,char2=player.Character,player2.Character
if char1 and char2 then
char1:MoveTo(char2.Head.Position)
end
end
wait(0.1)
lplayer.Character.HumanoidRootPart.CFrame =
game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
wait(0.2)
lplayer.Character.HumanoidRootPart.CFrame =
game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
wait(0.5)
lplayer.Character.HumanoidRootPart.CFrame =
CFrame.new(Vector3.new(-100000,10,-100000))
wait(0.7)
tp(lplayer,game:GetService("Players")[v.Name])
wait(0.7)
lplayer.Character.HumanoidRootPart.CFrame = NOW
game:GetService("StarterGui"):SetCore("SendNotification", {
Title = "Tools needed!";
Text = "You need a tool in your backpack for this command!";
})
end
end
end
if string.sub(msg, 1, 7) == (prefix.."bring ") then
for i,v in pairs(GetPlayer(string.sub(msg, 8)))do
local NOW = lplayer.Character.HumanoidRootPart.CFrame
lplayer.Character.Humanoid.Name = 1
local l = lplayer.Character["1"]:Clone()
l.Parent = lplayer.Character
l.Name = "Humanoid"
wait(0.1)
lplayer.Character["1"]:Destroy()
game:GetService("Workspace").CurrentCamera.CameraSubject =
lplayer.Character
lplayer.Character.Animate.Disabled = true
wait(0.1)
lplayer.Character.Animate.Disabled = false
lplayer.Character.Humanoid.DisplayDistanceType = "None"
for i,v in
pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
lplayer.Character.Humanoid:EquipTool(v)
end
local function tp(player,player2)
local char1,char2=player.Character,player2.Character
if char1 and char2 then
char1.HumanoidRootPart.CFrame = char2.HumanoidRootPart.CFrame
end
end
local function getout(player,player2)
local char1,char2=player.Character,player2.Character
if char1 and char2 then
char1:MoveTo(char2.Head.Position)
end
end
tp(game:GetService("Players")[v.Name], lplayer)
wait(0.2)
tp(game:GetService("Players")[v.Name], lplayer)
wait(0.5)
lplayer.Character.HumanoidRootPart.CFrame = NOW
wait(0.5)
getout(lplayer, game:GetService("Players")[v.Name])
wait(0.3)
lplayer.Character.HumanoidRootPart.CFrame = NOW
game:GetService("StarterGui"):SetCore("SendNotification", {
Title = "Tools needed!";
Text = "You need a tool in your backpack for this command!";
})
end
end
if string.sub(msg, 1, 6) == (prefix.."spin ") then
for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
lplayer.Character.Humanoid.Name = 1
local l = lplayer.Character["1"]:Clone()
l.Parent = lplayer.Character
l.Name = "Humanoid"
wait(0.1)
lplayer.Character["1"]:Destroy()
game:GetService("Workspace").CurrentCamera.CameraSubject =
lplayer.Character
lplayer.Character.Animate.Disabled = true
wait(0.1)
lplayer.Character.Animate.Disabled = false
lplayer.Character.Humanoid.DisplayDistanceType = "None"
lplayer.Character.Animate.Disabled = false
for i,v in
pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
lplayer.Character.Humanoid:EquipTool(v)
end
lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")
[v.Name].Character["Left Arm"].CFrame
spinplr = v
wait(0.5)
spin = true
game:GetService("StarterGui"):SetCore("SendNotification", {
Title = "Tools needed!";
Text = "You need a tool in your backpack for this command!";
})
end
end
if string.sub(msg, 1, 7) == (prefix.."unspin") then
spin = false
end
if string.sub(msg, 1, 8) == (prefix.."attach ") then
for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
lplayer.Character.Humanoid.Name = 1
local l = lplayer.Character["1"]:Clone()
l.Parent = lplayer.Character
l.Name = "Humanoid"
wait(0.1)
lplayer.Character["1"]:Destroy()
game:GetService("Workspace").CurrentCamera.CameraSubject =
lplayer.Character
lplayer.Character.Animate.Disabled = true
wait(0.1)
lplayer.Character.Animate.Disabled = false
lplayer.Character.Humanoid.DisplayDistanceType = "None"
for i,v in
pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
lplayer.Character.Humanoid:EquipTool(v)
end
lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")
[v.Name].Character["Left Arm"].CFrame
wait(0.3)
lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")
[v.Name].Character["Left Arm"].CFrame
attplr = v
game:GetService("StarterGui"):SetCore("SendNotification", {
Title = "Tools needed!";
Text = "You need a tool in your backpack for this command!";
})
end
end
if string.sub(msg, 1, 10) == (prefix.."unattach ") then
for i,v in pairs(GetPlayer(string.sub(msg, 11))) do
local function getout(player,player2)
local char1,char2=player.Character,player2.Character
if char1 and char2 then
char1:MoveTo(char2.Head.Position)
end
end
getout(lplayer, game:GetService("Players")[v.Name])
end
end
if string.sub(msg, 1, 8) == (prefix.."follow ") then
for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
followed = true
flwplr = v
end
end
if string.sub(msg, 1, 9) == (prefix.."unfollow") then
followed = false
end
if string.sub(msg, 1, 10) == (prefix.."freefall ") then
for i,v in pairs(GetPlayer(string.sub(msg, 11))) do
local NOW = lplayer.Character.HumanoidRootPart.CFrame
lplayer.Character.Humanoid.Name = 1
local l = lplayer.Character["1"]:Clone()
l.Parent = lplayer.Character
l.Name = "Humanoid"
wait(0.1)
lplayer.Character["1"]:Destroy()
game:GetService("Workspace").CurrentCamera.CameraSubject =
lplayer.Character
lplayer.Character.Animate.Disabled = true
wait(0.1)
lplayer.Character.Animate.Disabled = false
lplayer.Character.Humanoid.DisplayDistanceType = "None"
for i,v in
pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
lplayer.Character.Humanoid:EquipTool(v)
end
lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")
[v.Name].Character.HumanoidRootPart.CFrame
wait(0.2)
lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")
[v.Name].Character.HumanoidRootPart.CFrame
wait(0.6)
lplayer.Character.HumanoidRootPart.CFrame = NOW
wait(0.6)
lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(0,50000,0)
game:GetService("StarterGui"):SetCore("SendNotification", {
Title = "Tools needed!";
Text = "You need a tool in your backpack for this command!";
})
end
end
if string.sub(msg, 1, 7) == (prefix.."trail ") then
for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
traill = true
trlplr = v
end
end
if string.sub(msg, 1, 8) == (prefix.."untrail") then
traill = false
end
if string.sub(msg, 1, 7) == (prefix.."orbit ") then
if string.sub(msg, 8) == "all" or string.sub(msg, 8) == "others" or
string.sub(msg, 8) == "me" then
lplayer.Character.HumanoidRootPart.CFrame =
lplayer.Character.HumanoidRootPart.CFrame
else
for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
local o = Instance.new("RocketPropulsion")
o.Parent = lplayer.Character.HumanoidRootPart
o.Name = "Orbit"
o.Target = game:GetService("Players")
[v.Name].Character.HumanoidRootPart
o:Fire()
noclip = true
end
end
end
if string.sub(msg, 1, 8) == (prefix.."unorbit") then
lplayer.Character.HumanoidRootPart.Orbit:Destroy()
noclip = false
end
if string.sub(msg, 1, 7) == (prefix.."fling ") then
if string.sub(msg, 8) == "all" or string.sub(msg, 8) == "others" or
string.sub(msg, 8) == "me" then
lplayer.Character.HumanoidRootPart.CFrame =
lplayer.Character.HumanoidRootPart.CFrame
else
for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
local y = Instance.new("RocketPropulsion")
y.Parent = lplayer.Character.HumanoidRootPart
y.CartoonFactor = 1
y.MaxThrust = 800000
y.MaxSpeed = 1000
y.ThrustP = 200000
y.Name = "Fling"
game:GetService("Workspace").CurrentCamera.CameraSubject =
game:GetService("Players")[v.Name].Character.Head
y.Target = game:GetService("Players")
[v.Name].Character.HumanoidRootPart
y:Fire()
noclip = true
end
end
end
if string.sub(msg, 1, 8) == (prefix.."unfling") then
noclip = false
lplayer.Character.HumanoidRootPart.Fling:Destroy()
game:GetService("Workspace").CurrentCamera.CameraSubject =
lplayer.Character.Head
wait(0.4)
lplayer.Character.HumanoidRootPart.Fling:Destroy()
end
if string.sub(msg, 1, 8) == (prefix.."fecheck") then
if game:GetService("Workspace").FilteringEnabled == true then
warn("FE is Enabled (Filtering Enabled)")
game:GetService("StarterGui"):SetCore("SendNotification", {
Title = "FE is Enabled";
Text = "Filtering Enabled. Enjoy using Reviz Admin!";
})
else
warn("FE is Disabled (Filtering Disabled) Consider using a different
admin script.")
game:GetService("StarterGui"):SetCore("SendNotification", {
Title = "FE is Disabled";
Text = "Filtering Disabled. Consider using a different admin
script.";
})
end
end
if string.sub(msg, 1, 6) == (prefix.."void ") then
for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
lplayer.Character.Humanoid.Name = 1
local l = lplayer.Character["1"]:Clone()
l.Parent = lplayer.Character
l.Name = "Humanoid"
wait(0.1)
lplayer.Character["1"]:Destroy()
game:GetService("Workspace").CurrentCamera.CameraSubject =
lplayer.Character
lplayer.Character.Animate.Disabled = true
wait(0.1)
lplayer.Character.Animate.Disabled = false
lplayer.Character.Humanoid.DisplayDistanceType = "None"
for i,v in
pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
lplayer.Character.Humanoid:EquipTool(v)
end
lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")
[v.Name].Character.HumanoidRootPart.CFrame
wait(0.2)
lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")
[v.Name].Character.HumanoidRootPart.CFrame
wait(0.6)
lplayer.Character.HumanoidRootPart.CFrame =
CFrame.new(999999999999999,0,999999999999999)
game:GetService("StarterGui"):SetCore("SendNotification", {
Title = "Tools needed!";
Text = "You need a tool in your backpack for this command!";
})
end
end
if string.sub(msg, 1, 7) == (prefix.."noclip") then
noclip = true
game:GetService("StarterGui"):SetCore("SendNotification", {
Title = "Noclip enabled";
Text = "Type ;clip to disable";
})
end
if string.sub(msg, 1, 5) == (prefix.."clip") then
noclip = false
game:GetService("StarterGui"):SetCore("SendNotification", {
Title = "Noclip disabled";
Text = "Type ;noclip to enable";
})
end
if string.sub(msg, 1, 7) == (prefix.."speed ") then
lplayer.Character.Humanoid.WalkSpeed = (string.sub(msg, 8))
end
if string.sub(msg, 1, 4) == (prefix.."ws ") then
lplayer.Character.Humanoid.WalkSpeed = (string.sub(msg, 5))
end
if string.sub(msg, 1, 11) == (prefix.."hipheight ") then
lplayer.Character.Humanoid.HipHeight = (string.sub(msg, 12))
end
if string.sub(msg, 1, 4) == (prefix.."hh ") then
lplayer.Character.Humanoid.HipHeight = (string.sub(msg, 5))
end
if string.sub(msg, 1, 11) == (prefix.."jumppower ") then
lplayer.Character.Humanoid.JumpPower = (string.sub(msg, 12))
end
if string.sub(msg, 1, 4) == (prefix.."jp ") then
lplayer.Character.Humanoid.JumpPower = (string.sub(msg, 5))
end
if string.sub(msg, 1, 8) == (prefix.."default") then
lplayer.Character.Humanoid.JumpPower = 50
lplayer.Character.Humanoid.WalkSpeed = 16
lplayer.Character.Humanoid.HipHeight = 0
end
if string.sub(msg, 1, 7) == (prefix.."annoy ") then
for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
annoying = true
annplr = v
end
end
if string.sub(msg, 1, 8) == (prefix.."unannoy") then
annoying = false
end
if string.sub(msg, 1, 10) == (prefix.."headwalk ") then
for i,v in pairs(GetPlayer(string.sub(msg, 11))) do
hwalk = true
hdwplr = v
end
end
if string.sub(msg, 1, 11) == (prefix.."unheadwalk") then
hwalk = false
end
if string.sub(msg, 1, 8) == (prefix.."nolimbs") then
lplayer.Character["Left Leg"]:Destroy()
lplayer.Character["Left Arm"]:Destroy()
lplayer.Character["Right Leg"]:Destroy()
lplayer.Character["Right Arm"]:Destroy()
end
if string.sub(msg, 1, 4) == (prefix.."god") then
lplayer.Character.Humanoid.Name = 1
local l = lplayer.Character["1"]:Clone()
l.Parent = lplayer.Character
l.Name = "Humanoid"
wait(0.1)
lplayer.Character["1"]:Destroy()
game:GetService("Workspace").CurrentCamera.CameraSubject =
lplayer.Character
lplayer.Character.Animate.Disabled = true
wait(0.1)
lplayer.Character.Animate.Disabled = false
lplayer.Character.Humanoid.DisplayDistanceType = "None"
game:GetService("StarterGui"):SetCore("SendNotification", {
Title = "FE Godmode enabled";
Text = "Use ;grespawn or ;respawn to remove";
})
end
if string.sub(msg, 1, 9) == (prefix.."drophats") then
for i,v in pairs(lplayer.Character:GetChildren()) do
if (v:IsA("Accessory")) or (v:IsA("Hat")) then
v.Parent = workspace
end
end
end
if string.sub(msg, 1, 9) == (prefix.."droptool") then
for i,v in pairs(lplayer.Character:GetChildren()) do
if (v:IsA("Tool")) then
v.Parent = workspace
end
end
end
if string.sub(msg, 1, 10) == (prefix.."loopdhats") then
droppinghats = true
game:GetService("StarterGui"):SetCore("SendNotification", {
Title = "Loop Drop Enabled";
Text = "Type ;unloopdhats to disable";
})
end
if string.sub(msg, 1, 12) == (prefix.."unloopdhats") then
droppinghats = false
game:GetService("StarterGui"):SetCore("SendNotification", {
Title = "Loop Drop Disabled";
Text = "Type ;loopdhats to enable.";
})
end
if string.sub(msg, 1, 10) == (prefix.."loopdtool") then
droppingtools = true
game:GetService("StarterGui"):SetCore("SendNotification", {
Title = "Loop Drop Enabled";
Text = "Type ;unloopdtool to disable";
})
end
if string.sub(msg, 1, 12) == (prefix.."unloopdtool") then
droppingtools = false
game:GetService("StarterGui"):SetCore("SendNotification", {
Title = "Loop Drop Disabled";
Text = "Type ;loopdtool to enable.";
})
end
if string.sub(msg, 1, 10) == (prefix.."invisible") then -- Credit to Timeless
Local = game:GetService('Players').LocalPlayer
Char = Local.Character
touched,tpdback = false, false
box = Instance.new('Part',workspace)
box.Anchored = true
box.CanCollide = true
box.Size = Vector3.new(10,1,10)
box.Position = Vector3.new(0,10000,0)
box.Touched:connect(function(part)
if (part.Parent.Name == Local.Name) then
if touched == false then
touched = true
function apply()
if script.Disabled ~= true then
no = Char.HumanoidRootPart:Clone()
wait(.25)
Char.HumanoidRootPart:Destroy()
no.Parent = Char
Char:MoveTo(loc)
touched = false
end end
if Char then
apply()
end
end
end
end)
repeat wait() until Char
loc = Char.HumanoidRootPart.Position
Char:MoveTo(box.Position + Vector3.new(0,.5,0))
game:GetService("StarterGui"):SetCore("SendNotification", {
Title = "Invisibility enabled!";
Text = "Reset or use ;respawn to remove.";
})
end
if string.sub(msg, 1, 6) == (prefix.."view ") then
for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
if game:GetService("Players")[v.Name].Character.Humanoid then
game:GetService("Workspace").CurrentCamera.CameraSubject =
game:GetService("Players")[v.Name].Character.Humanoid
else
game:GetService("Workspace").CurrentCamera.CameraSubject =
game:GetService("Players")[v.Name].Character.Head
end
end
end
if string.sub(msg, 1, 7) == (prefix.."unview") then
if lplayer.Character.Humanoid then
game:GetService("Workspace").CurrentCamera.CameraSubject =
lplayer.Character.Humanoid
else
game:GetService("Workspace").CurrentCamera.CameraSubject =
lplayer.Character.Head
end
end
if string.sub(msg, 1, 6) == (prefix.."goto ") then
for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")
[v.Name].Character.HumanoidRootPart.CFrame
end
end
if string.sub(msg, 1, 4) == (prefix.."fly") then
repeat wait() until lplayer and lplayer.Character and
lplayer.Character:FindFirstChild('HumanoidRootPart') and
lplayer.Character:FindFirstChild('Humanoid')
repeat wait() until Mouse

local T = lplayer.Character.HumanoidRootPart
local CONTROL = {F = 0, B = 0, L = 0, R = 0}
local lCONTROL = {F = 0, B = 0, L = 0, R = 0}
local SPEED = speedget
local function fly()
flying = true
local BG = Instance.new('BodyGyro', T)
local BV = Instance.new('BodyVelocity', T)
BG.P = 9e4
BG.maxTorque = Vector3.new(9e9, 9e9, 9e9)
BG.cframe = T.CFrame
BV.velocity = Vector3.new(0, 0.1, 0)
BV.maxForce = Vector3.new(9e9, 9e9, 9e9)
spawn(function()
repeat wait()
lplayer.Character.Humanoid.PlatformStand = true
if CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0 then
SPEED = 50
elseif not (CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0) and
SPEED ~= 0 then
SPEED = 0
end
if (CONTROL.L + CONTROL.R) ~= 0 or (CONTROL.F + CONTROL.B) ~= 0 then
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
lCONTROL = {F = CONTROL.F, B = CONTROL.B, L = CONTROL.L, R = CONTROL.R}
elseif (CONTROL.L + CONTROL.R) == 0 and (CONTROL.F + CONTROL.B) == 0 and
SPEED ~= 0 then
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
else
BV.velocity = Vector3.new(0, 0.1, 0)
end
BG.cframe = workspace.CurrentCamera.CoordinateFrame
until not flying
CONTROL = {F = 0, B = 0, L = 0, R = 0}
lCONTROL = {F = 0, B = 0, L = 0, R = 0}
SPEED = 0
BG:destroy()
BV:destroy()
lplayer.Character.Humanoid.PlatformStand = false
end)
end
Mouse.KeyDown:connect(function(KEY)
if KEY:lower() == 'w' then
CONTROL.F = speedfly
elseif KEY:lower() == 's' then
CONTROL.B = -speedfly
elseif KEY:lower() == 'a' then
CONTROL.L = -speedfly
elseif KEY:lower() == 'd' then
CONTROL.R = speedfly
end
end)
Mouse.KeyUp:connect(function(KEY)
if KEY:lower() == 'w' then
CONTROL.F = 0
elseif KEY:lower() == 's' then
CONTROL.B = 0
elseif KEY:lower() == 'a' then
CONTROL.L = 0
elseif KEY:lower() == 'd' then
CONTROL.R = 0
end
end)
fly()
end
if string.sub(msg, 1, 6) == (prefix.."unfly") then
flying = false
lplayer.Character.Humanoid.PlatformStand = false
end
if string.sub(msg, 1, 6) == (prefix.."chat ") then

game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:
FireServer((string.sub(msg, 7)), "All")
end
if string.sub(msg, 1, 6) == (prefix.."spam ") then
spamtext = (string.sub(msg, 7))
spamming = true
end
if string.sub(msg, 1, 7) == (prefix.."unspam") then
spamming = false
end
if string.sub(msg, 1, 10) == (prefix.."spamwait ") then
spamdelay = (string.sub(msg, 11))
end
if string.sub(msg, 1, 8) == (prefix.."pmspam ") then
for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
pmspammed = v.Name
spammingpm = true
end
end
if string.sub(msg, 1, 9) == (prefix.."unpmspam") then
spammingpm = false
end
if string.sub(msg, 1, 9) == (prefix.."cfreeze ") then
for i,v in pairs(GetPlayer(string.sub(msg, 10))) do
v.Character["Left Leg"].Anchored = true
v.Character["Left Arm"].Anchored = true
v.Character["Right Leg"].Anchored = true
v.Character["Right Arm"].Anchored = true
v.Character.Torso.Anchored = true
v.Character.Head.Anchored = true
end
end
if string.sub(msg, 1, 11) == (prefix.."uncfreeze ") then
for i,v in pairs(GetPlayer(string.sub(msg, 12))) do
v.Character["Left Leg"].Anchored = false
v.Character["Left Arm"].Anchored = false
v.Character["Right Leg"].Anchored = false
v.Character["Right Arm"].Anchored = false
v.Character.Torso.Anchored = false
v.Character.Head.Anchored = false
end
end
if string.sub(msg, 1, 9) == (prefix.."unlockws") then
local a = game:GetService("Workspace"):getChildren()
for i = 1, #a do
if a[i].className == "Part" then
a[i].Locked = false
elseif a[i].className == "Model" then
local r = a[i]:getChildren()
for i = 1, #r do
if r[i].className == "Part" then
r[i].Locked = false
end
end
end
end
game:GetService("StarterGui"):SetCore("SendNotification", {
Title = "Success!";
Text = "Workspace unlocked. Use ;lockws to lock.";
})
end
if string.sub(msg, 1, 7) == (prefix.."lockws") then
local a = game:GetService("Workspace"):getChildren()
for i = 1, #a do
if a[i].className == "Part" then
a[i].Locked = true
elseif a[i].className == "Model" then
local r = a[i]:getChildren()
for i = 1, #r do
if r[i].className == "Part" then
r[i].Locked = true
end
end
end
end
end
if string.sub(msg, 1, 7) == (prefix.."btools") then
local Clone_T = Instance.new("HopperBin",lplayer.Backpack)
Clone_T.BinType = "Clone"
local Destruct = Instance.new("HopperBin",lplayer.Backpack)
Destruct.BinType = "Hammer"
local Hold_T = Instance.new("HopperBin",lplayer.Backpack)
Hold_T.BinType = "Grab"
end
if string.sub(msg, 1, 7) == (prefix.."pstand") then
lplayer.Character.Humanoid.PlatformStand = true
end
if string.sub(msg, 1, 9) == (prefix.."unpstand") then
lplayer.Character.Humanoid.PlatformStand = false
end
if string.sub(msg, 1, 10) == (prefix.."blockhead") then
lplayer.Character.Head.Mesh:Destroy()
end
if string.sub(msg, 1, 4) == (prefix.."sit") then
lplayer.Character.Humanoid.Sit = true
end
if string.sub(msg, 1, 10) == (prefix.."bringobj ") then
local function bringobjw()
for i,obj in ipairs(game:GetService("Workspace"):GetDescendants()) do
if obj.Name == (string.sub(msg, 11)) then
obj.CFrame = lplayer.Character.HumanoidRootPart.CFrame
obj.CanCollide = false
obj.Transparency = 0.7
wait()
obj.CFrame = lplayer.Character["Left Leg"].CFrame
wait()
obj.CFrame = lplayer.Character["Right Leg"].CFrame
wait()
obj.CFrame = lplayer.Character["Head"].CFrame
end
end
end
while wait() do
bringobjw()
end
game:GetService("StarterGui"):SetCore("SendNotification", {
Title = "BringObj";
Text = "BringObj enabled.";
})
end
if string.sub(msg, 1, 7) == (prefix.."wsvis ") then
vis = (string.sub(msg, 8))
local a = game:GetService("Workspace"):GetDescendants()
for i = 1, #a do
if a[i].className == "Part" then
a[i].Transparency = vis
elseif a[i].className == "Model" then
local r = a[i]:getChildren()
for i = 1, #r do
if r[i].className == "Part" then
r[i].Transparency = vis
end
end
end
end
end
if string.sub(msg, 1, 11) == (prefix.."hypertotal") then
loadstring(game:GetObjects("rbxassetid://1255063809")[1].Source)()
game:GetService("StarterGui"):SetCore("SendNotification", {
Title = "Success!";
Text = "HyperTotal GUI Loaded!";
})
end
if string.sub(msg, 1, 5) == (prefix.."cmds") then
CMDSFRAME.Visible = true
end
if string.sub(msg, 1, 10) == (prefix.."rmeshhats") then
for i,v in pairs(lplayer.Character:GetChildren()) do
if (v:IsA("Accessory")) or (v:IsA("Hat")) then
v.Handle.Mesh:Destroy()
end
end
end
if string.sub(msg, 1, 10) == (prefix.."blockhats") then
for i,v in pairs(lplayer.Character:GetChildren()) do
if (v:IsA("Accessory")) or (v:IsA("Hat")) then
v.Handle.Mesh:Destroy()
end
end
end
if string.sub(msg, 1, 10) == (prefix.."rmeshtool") then
for i,v in pairs(lplayer.Character:GetChildren()) do
if (v:IsA("Tool")) then
v.Handle.Mesh:Destroy()
end
end
end
if string.sub(msg, 1, 10) == (prefix.."blocktool") then
for i,v in pairs(lplayer.Character:GetChildren()) do
if (v:IsA("Tool")) then
v.Handle.Mesh:Destroy()
end
end
end
if string.sub(msg, 1, 8) == (prefix.."spinner") then
local p = Instance.new("RocketPropulsion")
p.Parent = lplayer.Character.HumanoidRootPart
p.Name = "Spinner"
p.Target = lplayer.Character["Left Arm"]
p:Fire()
game:GetService("StarterGui"):SetCore("SendNotification", {
Title = "Spinner enabled";
Text = "Type ;nospinner to disable.";
})
end
if string.sub(msg, 1, 10) == (prefix.."nospinner") then
lplayer.Character.HumanoidRootPart.Spinner:Destroy()
end
if string.sub(msg, 1, 7) == (prefix.."reachd") then
for i,v in
pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
if v:isA("Tool") then
local a = Instance.new("SelectionBox",v.Handle)
a.Adornee = v.Handle
v.Handle.Size = Vector3.new(0.5,0.5,60)
v.GripPos = Vector3.new(0,0,0)
lplayer.Character.Humanoid:UnequipTools()
end
end
game:GetService("StarterGui"):SetCore("SendNotification", {
Title = "Reach applied!";
Text = "Applied to equipped sword. Use ;noreach to disable.";
})
end
if string.sub(msg, 1, 7) == (prefix.."reach ") then
for i,v in
pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
if v:isA("Tool") then
handleSize = v.Handle.Size
wait()
local a = Instance.new("SelectionBox",v.Handle)
a.Name = "a"
a.Adornee = v.Handle
v.Handle.Size = Vector3.new(0.5,0.5,(string.sub(msg, 8)))
v.GripPos = Vector3.new(0,0,0)
lplayer.Character.Humanoid:UnequipTools()
end
end
game:GetService("StarterGui"):SetCore("SendNotification", {
Title = "Reach applied!";
Text = "Applied to equipped sword. Use ;noreach to disable.";
})
end
if string.sub(msg, 1, 8) == (prefix.."noreach") then
for i,v in
pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
if v:isA("Tool") then
v.Handle.a:Destroy()
v.Handle.Size = handleSize
end
end
game:GetService("StarterGui"):SetCore("SendNotification", {
Title = "Reach removed!";
Text = "Removed reach from equipped sword.";
})
end
if string.sub(msg, 1, 7) == (prefix.."rkill ") then
for i,v in pairs(GetPlayer(string.sub(msg, 8)))do
lplayer.Character.Humanoid.Name = 1
local l = lplayer.Character["1"]:Clone()
l.Parent = lplayer.Character
l.Name = "Humanoid"
wait(0.1)
lplayer.Character["1"]:Destroy()
game:GetService("Workspace").CurrentCamera.CameraSubject =
lplayer.Character
lplayer.Character.Animate.Disabled = true
wait(0.1)
lplayer.Character.Animate.Disabled = false
lplayer.Character.Humanoid.DisplayDistanceType = "None"
for i,v in
pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
lplayer.Character.Humanoid:EquipTool(v)
end
wait(0.1)
lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")
[v.Name].Character.HumanoidRootPart.CFrame
wait(0.2)
lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")
[v.Name].Character.HumanoidRootPart.CFrame
wait(0.5)
lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-
100000,10,-100000))
game:GetService("StarterGui"):SetCore("SendNotification", {
Title = "Tools needed!";
Text = "You need a tool in your backpack for this command!";
})
end
end
if string.sub(msg, 1, 7) == (prefix.."tp me ") then
for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")
[v.Name].Character.HumanoidRootPart.CFrame
end
end
if string.sub(msg, 1, 8) == (prefix.."cbring ") then
if (string.sub(msg, 9)) == "all" or (string.sub(msg, 9)) == "All" or
(string.sub(msg, 9)) == "ALL" then
cbringall = true
else
for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
brplr = v.Name
end
end
cbring = true
end
if string.sub(msg, 1, 9) == (prefix.."uncbring") then
cbring = false
cbringall = false
end
if string.sub(msg, 1, 6) == (prefix.."swap ") then
for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
local NOWPLR = game:GetService("Players")
[v.Name].Character.HumanoidRootPart.CFrame
local NOW = lplayer.Character.HumanoidRootPart.CFrame
lplayer.Character.Humanoid.Name = 1
local l = lplayer.Character["1"]:Clone()
l.Parent = lplayer.Character
l.Name = "Humanoid"
wait(0.1)
lplayer.Character["1"]:Destroy()
game:GetService("Workspace").CurrentCamera.CameraSubject =
lplayer.Character
lplayer.Character.Animate.Disabled = true
wait(0.1)
lplayer.Character.Animate.Disabled = false
lplayer.Character.Humanoid.DisplayDistanceType = "None"
for i,v in
pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
lplayer.Character.Humanoid:EquipTool(v)
end
local function tp(player,player2)
local char1,char2=player.Character,player2.Character
if char1 and char2 then
char1:MoveTo(char2.Head.Position)
end
end
wait(0.1)
lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")
[v.Name].Character.HumanoidRootPart.CFrame
wait(0.2)
lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")
[v.Name].Character.HumanoidRootPart.CFrame
wait(0.5)
lplayer.Character.HumanoidRootPart.CFrame = NOW
wait(0.6)
tp(lplayer, game:GetService("Players")[v.Name])
wait(0.4)
lplayer.Character.HumanoidRootPart.CFrame = NOWPLR
game:GetService("StarterGui"):SetCore("SendNotification", {
Title = "Tools needed!";
Text = "You need a tool in your backpack for this command!";
})
end
end
if string.sub(msg, 1, 8) == (prefix.."glitch ") then
for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
lplayer.Character.Humanoid.Name = 1
local l = lplayer.Character["1"]:Clone()
l.Parent = lplayer.Character
l.Name = "Humanoid"
wait(0.1)
lplayer.Character["1"]:Destroy()
game:GetService("Workspace").CurrentCamera.CameraSubject =
lplayer.Character
lplayer.Character.Animate.Disabled = true
wait(0.1)
lplayer.Character.Animate.Disabled = false
lplayer.Character.Humanoid.DisplayDistanceType = "None"
for i,v in
pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
lplayer.Character.Humanoid:EquipTool(v)
end
lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")
[v.Name].Character["Left Arm"].CFrame
wait(0.3)
lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")
[v.Name].Character["Left Arm"].CFrame
wait(0.4)
b = Instance.new("BodyForce")
b.Parent = lplayer.Character.HumanoidRootPart
b.Name = "Glitch"
b.Force = Vector3.new(100000000,5000,0)
game:GetService("StarterGui"):SetCore("SendNotification", {
Title = "Tools needed!";
Text = "You need a tool in your backpack for this command!";
})
end
end
if string.sub(msg, 1, 9) == (prefix.."unglitch") then
lplayer.Character.HumanoidRootPart.Glitch:Destroy()
lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(10000,0,10000)
b = Instance.new("BodyForce")
b.Parent = lplayer.Character.HumanoidRootPart
b.Name = "unGlitch"
b.Force = Vector3.new(0,-5000000,0)
wait(2)
lplayer.Character.HumanoidRootPart.unGlitch:Destroy()
end
if string.sub(msg, 1, 9) == (prefix.."grespawn") then
lplayer.Character.Humanoid.Health = 0
wait(1)
lplayer.Character.Head.CFrame = CFrame.new(1000000,0,1000000)
lplayer.Character.Torso.CFrame = CFrame.new(1000000,0,1000000)
end
if string.sub(msg, 1, 9) == (prefix.."explorer") then
loadstring(game:GetObjects("rbxassetid://492005721")[1].Source)()
game:GetService("StarterGui"):SetCore("SendNotification", {
Title = "Success!";
Text = "DEX Explorer has loaded.";
})
end
if string.sub(msg, 1, 6) == (prefix.."anim ") then
local Anim = Instance.new("Animation")
Anim.AnimationId = "rbxassetid://"..(string.sub(msg, 7))
local track = lplayer.Character.Humanoid:LoadAnimation(Anim)
track:Play(.1, 1, 1)
end
if string.sub(msg, 1, 8) == (prefix.."animgui") then
loadstring(game:GetObjects("rbxassetid://1202558084")[1].Source)()
game:GetService("StarterGui"):SetCore("SendNotification", {
Title = "Success!";
Text = "Energize Animations GUI has loaded.";
})
end
if string.sub(msg, 1, 8) == (prefix.."savepos") then
saved = lplayer.Character.HumanoidRootPart.CFrame
game:GetService("StarterGui"):SetCore("SendNotification", {
Title = "Position Saved";
Text = "Use ;loadpos to return to saved position.";
})
end
if string.sub(msg, 1, 8) == (prefix.."loadpos") then
lplayer.Character.HumanoidRootPart.CFrame = saved
end
if string.sub(msg, 1, 6) == (prefix.."bang ") then
for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
local Anim2 = Instance.new("Animation")
Anim2.AnimationId = "rbxassetid://148840371"
local track2 = lplayer.Character.Humanoid:LoadAnimation(Anim2)
track2:Play(.1, 1, 1)
bplrr = v.Name
banpl = true
end
end
if string.sub(msg, 1, 7) == (prefix.."unbang") then
banpl = false
end
if string.sub(msg, 1, 10) == (prefix.."bringmod ") then
local function bringmodw()
for i,obj in ipairs(game:GetService("Workspace"):GetDescendants()) do
if obj.Name == (string.sub(msg, 11)) then
for i,ch in pairs(obj:GetDescendants()) do
if (ch:IsA("BasePart")) then
ch.CFrame = lplayer.Character.HumanoidRootPart.CFrame
ch.CanCollide = false
ch.Transparency = 0.7
wait()
ch.CFrame = lplayer.Character["Left Leg"].CFrame
wait()
ch.CFrame = lplayer.Character["Right Leg"].CFrame
wait()
ch.CFrame = lplayer.Character["Head"].CFrame
end
end
end
end
end
while wait() do
bringmodw()
end
game:GetService("StarterGui"):SetCore("SendNotification", {
Title = "BringMod";
Text = "BringMod enabled.";
})
end
if string.sub(msg, 1, 8) == (prefix.."respawn") then
local mod = Instance.new('Model', workspace) mod.Name = 're '..lplayer.Name
local hum = Instance.new('Humanoid', mod)
local ins = Instance.new('Part', mod) ins.Name = 'Torso' ins.CanCollide =
false ins.Transparency = 1
lplayer.Character = mod
end
if string.sub(msg, 1, 9) == (prefix.."shutdown") then
game:GetService'RunService'.Stepped:Connect(function()
pcall(function()
for i,v in pairs(game:GetService'Players':GetPlayers()) do
if v.Character ~= nil and v.Character:FindFirstChild'Head' then
for _,x in pairs(v.Character.Head:GetChildren()) do
if x:IsA'Sound' then x.Playing = true
x.CharacterSoundEvent:FireServer(true, true) end
end
end
end
end)
end)
game:GetService("StarterGui"):SetCore("SendNotification", {
Title = "Attempting Shutdown";
Text = "Shutdown Attempt has begun.";
})
end
if string.sub(msg, 1, 8) == (prefix.."delobj ") then
objtodel = (string.sub(msg, 9))
for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
if v.Name == objtodel then
v:Destroy()
end
end
end
if string.sub(msg, 1, 8) == (prefix.."getplrs") then
for i,v in pairs(game:GetService("Players"):GetPlayers())do
print(v)
end
game:GetService("StarterGui"):SetCore("SendNotification", {
Title = "Printed";
Text = "Players have been printed to console. (F9)";
})
end
if string.sub(msg, 1, 9) == (prefix.."deldecal") then
for i,v in pairs(game:GetService("Workspace"):GetDescendants())do
if (v:IsA("Decal")) then
v:Destroy()
end
end
end
if string.sub(msg, 1, 11) == (prefix.."opfinality") then
loadstring(game:GetObjects("rbxassetid://1294358929")[1].Source)()
game:GetService("StarterGui"):SetCore("SendNotification", {
Title = "Success!";
Text = "OpFinality GUI has loaded.";
})
end
if string.sub(msg, 1, 8) == (prefix.."remotes") then
remotes = true
added = true
game.DescendantAdded:connect(function(rmt)
if added == true then
if remotes == true then
if rmt:IsA("RemoteEvent") then
print("A RemoteEvent was added!")
print(" game." .. rmt:GetFullName() .. " | RemoteEvent")
print(" game." .. rmt:GetFullName() .. " | RemoteEvent", 247, 0, 0, true)
end end end
end)
game.DescendantAdded:connect(function(rmtfnctn)
if added == true then
if remotes == true then
if rmtfnctn:IsA("RemoteFunction") then
warn("A RemoteFunction was added!")
warn(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction")
print(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction", 5, 102,
198, true)
end end end
end)

game.DescendantAdded:connect(function(bndfnctn)
if added == true then
if binds == true then
if bndfnctn:IsA("BindableFunction") then
print("A BindableFunction was added!")
print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction")
print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction", 239,
247, 4, true)
end end end
end)

game.DescendantAdded:connect(function(bnd)
if added == true then
if binds == true then
if bnd:IsA("BindableEvent") then
warn("A BindableEvent was added!")
warn(" game." .. bnd:GetFullName() .. " | BindableEvent")
print(" game." .. bnd:GetFullName() .. " | BindableEvent", 13, 193, 22,
true)
end end end
end)

if binds == true then


for i,v in pairs(game:GetDescendants()) do
if v:IsA("BindableFunction") then
print(" game." .. v:GetFullName() .. " | BindableFunction")
print(" game." .. v:GetFullName() .. " | BindableFunction", 239, 247, 4,
true)
end end
for i,v in pairs(game:GetDescendants()) do
if v:IsA("BindableEvent") then
warn(" game." .. v:GetFullName() .. " | BindableEvent")
print(" game." .. v:GetFullName() .. " | BindableEvent", 13, 193, 22, true)
end end
else
print("Off")
end
if remotes == true then
for i,v in pairs(game:GetDescendants()) do
if v:IsA("RemoteFunction") then
warn(" game." .. v:GetFullName() .. " | RemoteFunction")
print(" game." .. v:GetFullName() .. " | RemoteFunction", 5, 102, 198,
true)
end end
wait()
for i,v in pairs(game:GetDescendants()) do
if v:IsA("RemoteEvent") then
print(" game." .. v:GetFullName() .. " | RemoteEvent")
print(" game." .. v:GetFullName() .. " | RemoteEvent", 247, 0, 0, true)
end end
else
print("Off")
end
game:GetService("StarterGui"):SetCore("SendNotification", {
Title = "Printing Remotes";
Text = "Type ;noremotes to disable.";
})
end
if string.sub(msg, 1, 10) == (prefix.."noremotes") then
remotes = false
added = false
game:GetService("StarterGui"):SetCore("SendNotification", {
Title = "Printing Remotes Disabled";
Text = "Type ;remotes to enable.";
})
end
if string.sub(msg, 1, 10) == (prefix.."tpdefault") then
spin = false
followed = false
traill = false
noclip = false
annoying = false
hwalk = false
cbringing = false
end
if string.sub(msg, 1, 8) == (prefix.."stopsit") then
stopsitting = true
end
if string.sub(msg, 1, 6) == (prefix.."gosit") then
stopsitting = false
end
if string.sub(msg, 1, 8) == (prefix.."version") then
print(adminversion)
game:GetService("StarterGui"):SetCore("SendNotification", {
Title = "Version";
Text = adminversion;
})
end
if string.sub(msg, 1, 8) == (prefix.."clicktp") then
clickgoto = true
game:GetService("StarterGui"):SetCore("SendNotification", {
Title = "Click TP";
Text = "Press E to teleport to mouse position, ;noclicktp to stop";
})
end
if string.sub(msg, 1, 9) == (prefix.."clickdel") then
clickdel = true
game:GetService("StarterGui"):SetCore("SendNotification", {
Title = "Click Delete";
Text = "Press E to delete part at mouse, ;noclickdel to stop";
})
end
if string.sub(msg, 1, 11) == (prefix.."noclickdel") then
clickdel = false
game:GetService("StarterGui"):SetCore("SendNotification", {
Title = "Click Delete";
Text = "Click delete has been disabled.";
})
end
if string.sub(msg, 1, 10) == (prefix.."noclicktp") then
clickgoto = false
game:GetService("StarterGui"):SetCore("SendNotification", {
Title = "Click TP";
Text = "Click TP has been disabled.";
})
end
if string.sub(msg, 1, 8) == (prefix.."toolson") then
gettingtools = true
game:GetService("StarterGui"):SetCore("SendNotification", {
Title = "Tools Enabled";
Text = "Automatically colleting tools dropped.";
})
end
if string.sub(msg, 1, 9) == (prefix.."toolsoff") then
gettingtools = false
game:GetService("StarterGui"):SetCore("SendNotification", {
Title = "Tools Disabled";
Text = "Click TP has been disabled.";
})
end
if string.sub(msg, 1, 10) == (prefix.."delcmdbar") then
ScreenGui:Destroy()
end
if string.sub(msg, 1, 6) == (prefix.."reset") then
lplayer.Character.Head:Destroy()
end
if string.sub(msg, 1, 7) == (prefix.."state ") then
statechosen = string.sub(msg, 8)
changingstate = true
end
if string.sub(msg, 1, 9) == (prefix.."gravity ") then
game:GetService("Workspace").Gravity = string.sub(msg, 10)
end
if string.sub(msg, 1, 10) == (prefix.."looprhats") then
removingmeshhats = true
end
if string.sub(msg, 1, 12) == (prefix.."unlooprhats") then
removingmeshhats = false
end
if string.sub(msg, 1, 10) == (prefix.."looprtool") then
removingmeshtool = true
end
if string.sub(msg, 1, 12) == (prefix.."unlooprtool") then
removingmeshtool = false
end
if string.sub(msg, 1, 10) == (prefix.."givetool ") then
for i,v in
pairs(game:GetService("Players").LocalPlayer.Character:GetDescendants()) do
if v:IsA("Tool") then
for i,player in pairs(GetPlayer(string.sub(msg, 11))) do
v.Parent = player.Character
end
end
end
end
if string.sub(msg, 1, 14) == (prefix.."givealltools ") then
for i,v in
pairs(game:GetService("Players").LocalPlayer.Backpack:GetDescendants()) do
if v:IsA("Tool") then
v.Parent = lplayer.Character
wait()
for i,player in pairs(GetPlayer(string.sub(msg, 15))) do
v.Parent = player.Character
end
end
end
end
if string.sub(msg, 1, 5) == (prefix.."age ") then
for i,player in pairs(GetPlayer(string.sub(msg, 6))) do

game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:
FireServer(player.Name.." Account Age: "..player.AccountAge.." days!", "All")
end
end
if string.sub(msg, 1, 4) == (prefix.."id ") then
for i,player in pairs(GetPlayer(string.sub(msg, 5))) do

game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:
FireServer(player.Name.." Account ID: "..player.UserId, "All")
end
end
if string.sub(msg, 1, 6) == (prefix..".age ") then
for i,player in pairs(GetPlayer(string.sub(msg, 7))) do
game:GetService("StarterGui"):SetCore("SendNotification", {
Title = player.AccountAge.." Days";
Text = "Account age of "..player.Name;
})
end
end
if string.sub(msg, 1, 5) == (prefix..".id ") then
for i,player in pairs(GetPlayer(string.sub(msg, 6))) do
game:GetService("StarterGui"):SetCore("SendNotification", {
Title = player.UserId.." ID";
Text = "Account ID of "..player.Name;
})
end
end
if string.sub(msg, 1, 7) == (prefix.."gameid") then
game:GetService("StarterGui"):SetCore("SendNotification", {
Title = "Game ID";
Text = "Game ID: ".. game.GameId;
})
end
if string.sub(msg, 1, 4) == (prefix.."pgs") then
local pgscheck = game:GetService("Workspace"):PGSIsEnabled()
if pgscheck == true then
game:GetService("StarterGui"):SetCore("SendNotification", {
Title = "PGSPhysicsSolverEnabled";
Text = "PGS is Enabled!";
})
else
game:GetService("StarterGui"):SetCore("SendNotification", {
Title = "PGSPhysicsSolverEnabled";
Text = "PGS is Disabled!";
})
end
end
if string.sub(msg, 1, 12) == (prefix.."removeinvis") then
for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
if v:IsA("Part") then
if v.Transparency == 1 then
if v.Name ~= "HumanoidRootPart" then
v:Destroy()
end
end
end
end
end
if string.sub(msg, 1, 10) == (prefix.."removefog") then
game:GetService("Lighting").FogStart = 0
game:GetService("Lighting").FogEnd = 9999999999999
end
if string.sub(msg, 1, 8) == (prefix.."disable") then
lplayer.Character.Humanoid.Parent = lplayer
end
if string.sub(msg, 1, 7) == (prefix.."enable") then
lplayer.Humanoid.Parent = lplayer.Character
end
if string.sub(msg, 1, 8) == (prefix.."prefix ") then
prefix = (string.sub(msg, 9, 9))
wait(0.1)
change()
wait(0.1)
game:GetService("StarterGui"):SetCore("SendNotification", {
Title = "Prefix changed!";
Text = "Prefix is now "..prefix..". Use ;resetprefix to reset to ;";
})
end
if string.sub(msg, 1, 12) == (";resetprefix") then
prefix = ";"
wait(0.1)
change()
wait(0.1)
game:GetService("StarterGui"):SetCore("SendNotification", {
Title = "Prefix changed!";
Text = "Prefix is now "..prefix..". Make sure it's one key!";
})
end
if string.sub(msg, 1, 10) == (prefix.."flyspeed ") then
speedfly = string.sub(msg, 11)
wait()
change()
end
if string.sub(msg, 1, 8) == (prefix.."carpet ") then
for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
local Anim3 = Instance.new("Animation")
Anim3.AnimationId = "rbxassetid://282574440"
local track3 = lplayer.Character.Humanoid:LoadAnimation(Anim3)
track3:Play(.1, 1, 1)
bplrr = v.Name
banpl = true
end
end
if string.sub(msg, 1, 9) == (prefix.."uncarpet") then
banpl = false
end
if string.sub(msg, 1, 7) == (prefix.."stare ") then
for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
staring = true
stareplr = v
end
end
if string.sub(msg, 1, 8) == (prefix.."unstare") then
staring = false
end
if string.sub(msg, 1, 8) == (prefix.."logchat") then
chatlogs = true
game:GetService("StarterGui"):SetCore("SendNotification", {
Title = "LogChat enabled";
Text = "Now logging all player chat.";
})
end
if string.sub(msg, 1, 10) == (prefix.."unlogchat") then
chatlogs = false
game:GetService("StarterGui"):SetCore("SendNotification", {
Title = "LogChat disabled";
Text = "Stopped logging all player chat.";
})
end
if string.sub(msg, 1, 7) == (prefix.."fixcam") then
game:GetService("Workspace").CurrentCamera:Destroy()
wait(0.1)
game:GetService("Workspace").CurrentCamera.CameraSubject =
lplayer.Character.Humanoid
game:GetService("Workspace").CurrentCamera.CameraType = "Custom"
lplayer.CameraMinZoomDistance = 0.5
lplayer.CameraMaxZoomDistance = 400
lplayer.CameraMode = "Classic"
end
if string.sub(msg, 1, 8) == (prefix.."unstate") then
changingstate = false
end
end)

local function tp()


for i, player in ipairs(game:GetService("Players"):GetPlayers()) do
if player.Character and player.Character:FindFirstChild("HumanoidRootPart")
then
if player.Name == brplr then
player.Character.HumanoidRootPart.CFrame =
lplayer.Character.HumanoidRootPart.CFrame +
lplayer.Character.HumanoidRootPart.CFrame.lookVector * 2
end
end
end
end
local function tpall()
for i, player in ipairs(game:GetService("Players"):GetPlayers()) do
if player.Character and player.Character:FindFirstChild("HumanoidRootPart")
then
player.Character.HumanoidRootPart.CFrame =
lplayer.Character.HumanoidRootPart.CFrame +
lplayer.Character.HumanoidRootPart.CFrame.lookVector * 3
end
end
end
spawn(function()
while wait(spamdelay) do
if spamming == true then

game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:
FireServer(spamtext, "All")
end
end
end)
spawn(function()
while wait(spamdelay) do
if spammingpm == true then

game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:
FireServer("/w "..pmspammed.."
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@", "All")
end
end
end)
spawn(function()
while wait() do
if cbring == true then
tp()
end
end
end)
spawn(function()
while wait() do
if cbringall == true then
tpall()
end
end
end)

Mouse.KeyDown:connect(function(Key)
if Key == prefix then
CMDBAR:CaptureFocus()
end
end)

CMDBAR.FocusLost:connect(function(enterPressed)
if enterPressed then
if string.sub(CMDBAR.Text, 1, 5) == ("kill ") then
if string.sub(CMDBAR.Text, 6) == "me" then
lplayer.Character.HumanoidRootPart.CFrame =
CFrame.new(100000,0,100000)
else
for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6)))do
local NOW = lplayer.Character.HumanoidRootPart.CFrame
lplayer.Character.Humanoid.Name = 1
local l = lplayer.Character["1"]:Clone()
l.Parent = lplayer.Character
l.Name = "Humanoid"
wait(0.1)
lplayer.Character["1"]:Destroy()
game:GetService("Workspace").CurrentCamera.CameraSubject =
lplayer.Character
lplayer.Character.Animate.Disabled = true
wait(0.1)
lplayer.Character.Animate.Disabled = false
lplayer.Character.Humanoid.DisplayDistanceType = "None"
for i,v in
pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
lplayer.Character.Humanoid:EquipTool(v)
end
local function tp(player,player2)
local char1,char2=player.Character,player2.Character
if char1 and char2 then
char1:MoveTo(char2.Head.Position)
end
end
wait(0.1)
lplayer.Character.HumanoidRootPart.CFrame =
game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
wait(0.2)
lplayer.Character.HumanoidRootPart.CFrame =
game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
wait(0.5)
lplayer.Character.HumanoidRootPart.CFrame =
CFrame.new(Vector3.new(-100000,10,-100000))
wait(0.7)
tp(lplayer,game:GetService("Players")[v.Name])
wait(0.7)
lplayer.Character.HumanoidRootPart.CFrame = NOW
game:GetService("StarterGui"):SetCore("SendNotification", {
Title = "Tools needed!";
Text = "You need a tool in your backpack for this command!";
})
end
end
end
if string.sub(CMDBAR.Text, 1, 6) == ("bring ") then
for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7)))do
local NOW = lplayer.Character.HumanoidRootPart.CFrame
lplayer.Character.Humanoid.Name = 1
local l = lplayer.Character["1"]:Clone()
l.Parent = lplayer.Character
l.Name = "Humanoid"
wait(0.1)
lplayer.Character["1"]:Destroy()
game:GetService("Workspace").CurrentCamera.CameraSubject =
lplayer.Character
lplayer.Character.Animate.Disabled = true
wait(0.1)
lplayer.Character.Animate.Disabled = false
lplayer.Character.Humanoid.DisplayDistanceType = "None"
for i,v in
pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
lplayer.Character.Humanoid:EquipTool(v)
end
local function tp(player,player2)
local char1,char2=player.Character,player2.Character
if char1 and char2 then
char1.HumanoidRootPart.CFrame = char2.HumanoidRootPart.CFrame
end
end
local function getout(player,player2)
local char1,char2=player.Character,player2.Character
if char1 and char2 then
char1:MoveTo(char2.Head.Position)
end
end
tp(game:GetService("Players")[v.Name], lplayer)
wait(0.2)
tp(game:GetService("Players")[v.Name], lplayer)
wait(0.5)
lplayer.Character.HumanoidRootPart.CFrame = NOW
wait(0.5)
getout(lplayer, game:GetService("Players")[v.Name])
wait(0.3)
lplayer.Character.HumanoidRootPart.CFrame = NOW
game:GetService("StarterGui"):SetCore("SendNotification", {
Title = "Tools needed!";
Text = "You need a tool in your backpack for this command!";
})
end
end
if string.sub(CMDBAR.Text, 1, 5) == ("spin ") then
for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
lplayer.Character.Humanoid.Name = 1
local l = lplayer.Character["1"]:Clone()
l.Parent = lplayer.Character
l.Name = "Humanoid"
wait(0.1)
lplayer.Character["1"]:Destroy()
game:GetService("Workspace").CurrentCamera.CameraSubject =
lplayer.Character
lplayer.Character.Animate.Disabled = true
wait(0.1)
lplayer.Character.Animate.Disabled = false
lplayer.Character.Humanoid.DisplayDistanceType = "None"
for i,v in
pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
lplayer.Character.Humanoid:EquipTool(v)
end
lplayer.Character.HumanoidRootPart.CFrame =
game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
spinplr = v
wait(0.5)
spin = true
game:GetService("StarterGui"):SetCore("SendNotification", {
Title = "Tools needed!";
Text = "You need a tool in your backpack for this command!";
})
end
end
if string.sub(CMDBAR.Text, 1, 6) == ("unspin") then
spin = false
end
if string.sub(CMDBAR.Text, 1, 7) == ("attach ") then
for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
lplayer.Character.Humanoid.Name = 1
local l = lplayer.Character["1"]:Clone()
l.Parent = lplayer.Character
l.Name = "Humanoid"
wait(0.1)
lplayer.Character["1"]:Destroy()
game:GetService("Workspace").CurrentCamera.CameraSubject =
lplayer.Character
lplayer.Character.Animate.Disabled = true
wait(0.1)
lplayer.Character.Animate.Disabled = false
lplayer.Character.Humanoid.DisplayDistanceType = "None"
for i,v in
pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
lplayer.Character.Humanoid:EquipTool(v)
end
lplayer.Character.HumanoidRootPart.CFrame =
game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
wait(0.3)
lplayer.Character.HumanoidRootPart.CFrame =
game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
attplr = v
game:GetService("StarterGui"):SetCore("SendNotification", {
Title = "Tools needed!";
Text = "You need a tool in your backpack for this command!";
})
end
end
if string.sub(CMDBAR.Text, 1, 9) == ("unattach ") then
for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 10))) do
local function getout(player,player2)
local char1,char2=player.Character,player2.Character
if char1 and char2 then
char1:MoveTo(char2.Head.Position)
end
end
getout(lplayer, game:GetService("Players")[v.Name])
end
end
if string.sub(CMDBAR.Text, 1, 7) == ("follow ") then
for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
followed = true
flwplr = v
end
end
if string.sub(CMDBAR.Text, 1, 8) == ("unfollow") then
followed = false
end
if string.sub(CMDBAR.Text, 1, 9) == ("freefall ") then
for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 10))) do
local NOW = lplayer.Character.HumanoidRootPart.CFrame
lplayer.Character.Humanoid.Name = 1
local l = lplayer.Character["1"]:Clone()
l.Parent = lplayer.Character
l.Name = "Humanoid"
wait(0.1)
lplayer.Character["1"]:Destroy()
game:GetService("Workspace").CurrentCamera.CameraSubject =
lplayer.Character
lplayer.Character.Animate.Disabled = true
wait(0.1)
lplayer.Character.Animate.Disabled = false
lplayer.Character.Humanoid.DisplayDistanceType = "None"
for i,v in
pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
lplayer.Character.Humanoid:EquipTool(v)
end
lplayer.Character.HumanoidRootPart.CFrame =
game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
wait(0.2)
lplayer.Character.HumanoidRootPart.CFrame =
game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
wait(0.6)
lplayer.Character.HumanoidRootPart.CFrame = NOW
wait(0.6)
lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(0,50000,0)
game:GetService("StarterGui"):SetCore("SendNotification", {
Title = "Tools needed!";
Text = "You need a tool in your backpack for this command!";
})
end
end
if string.sub(CMDBAR.Text, 1, 6) == ("trail ") then
for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
traill = true
trlplr = v
end
end
if string.sub(CMDBAR.Text, 1, 7) == ("untrail") then
traill = false
end
if string.sub(CMDBAR.Text, 1, 6) == ("orbit ") then
if string.sub(CMDBAR.Text, 7) == "all" or string.sub(CMDBAR.Text, 7) ==
"others" or string.sub(CMDBAR.Text, 7) == "me" then
lplayer.Character.HumanoidRootPart.CFrame =
lplayer.Character.HumanoidRootPart.CFrame
else
for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
local o = Instance.new("RocketPropulsion")
o.Parent = lplayer.Character.HumanoidRootPart
o.Name = "Orbit"
o.Target = game:GetService("Players")
[v.Name].Character.HumanoidRootPart
o:Fire()
noclip = true
end
end
end
if string.sub(CMDBAR.Text, 1, 7) == ("unorbit") then
lplayer.Character.HumanoidRootPart.Orbit:Destroy()
noclip = false
end
if string.sub(CMDBAR.Text, 1, 6) == ("fling ") then
if string.sub(CMDBAR.Text, 7) == "all" or string.sub(CMDBAR.Text, 7) ==
"others" or string.sub(CMDBAR.Text, 7) == "me" then
lplayer.Character.HumanoidRootPart.CFrame =
lplayer.Character.HumanoidRootPart.CFrame
else
for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
local y = Instance.new("RocketPropulsion")
y.Parent = lplayer.Character.HumanoidRootPart
y.CartoonFactor = 1
y.MaxThrust = 800000
y.MaxSpeed = 1000
y.ThrustP = 200000
y.Name = "Fling"
game:GetService("Workspace").CurrentCamera.CameraSubject =
game:GetService("Players")[v.Name].Character.Head
y.Target = game:GetService("Players")
[v.Name].Character.HumanoidRootPart
y:Fire()
noclip = true
end
end
end
if string.sub(CMDBAR.Text, 1, 7) == ("unfling") then
noclip = false
lplayer.Character.HumanoidRootPart.Fling:Destroy()
game:GetService("Workspace").CurrentCamera.CameraSubject =
lplayer.Character.Head
wait(0.4)
lplayer.Character.HumanoidRootPart.Fling:Destroy()
end
if string.sub(CMDBAR.Text, 1, 7) == ("fecheck") then
if game:GetService("Workspace").FilteringEnabled == true then
warn("FE is Enabled (Filtering Enabled)")
game:GetService("StarterGui"):SetCore("SendNotification", {
Title = "FE is Enabled";
Text = "Filtering Enabled. Enjoy using Reviz Admin!";
})
else
warn("FE is Disabled (Filtering Disabled) Consider using a
different admin script.")
game:GetService("StarterGui"):SetCore("SendNotification", {
Title = "FE is Disabled";
Text = "Filtering Disabled. Consider using a different admin
script.";
})
end
end
if string.sub(CMDBAR.Text, 1, 5) == ("void ") then
for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
lplayer.Character.Humanoid.Name = 1
local l = lplayer.Character["1"]:Clone()
l.Parent = lplayer.Character
l.Name = "Humanoid"
wait(0.1)
lplayer.Character["1"]:Destroy()
game:GetService("Workspace").CurrentCamera.CameraSubject =
lplayer.Character
lplayer.Character.Animate.Disabled = true
wait(0.1)
lplayer.Character.Animate.Disabled = false
lplayer.Character.Humanoid.DisplayDistanceType = "None"
for i,v in
pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
lplayer.Character.Humanoid:EquipTool(v)
end
lplayer.Character.HumanoidRootPart.CFrame =
game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
wait(0.2)
lplayer.Character.HumanoidRootPart.CFrame =
game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
wait(0.6)
lplayer.Character.HumanoidRootPart.CFrame =
CFrame.new(999999999999999,0,999999999999999)
game:GetService("StarterGui"):SetCore("SendNotification", {
Title = "Tools needed!";
Text = "You need a tool in your backpack for this command!";
})
end
end
if string.sub(CMDBAR.Text, 1, 6) == ("noclip") then
noclip = true
game:GetService("StarterGui"):SetCore("SendNotification", {
Title = "Noclip enabled";
Text = "Type ;clip to disable";
})
end
if string.sub(CMDBAR.Text, 1, 4) == ("clip") then
noclip = false
game:GetService("StarterGui"):SetCore("SendNotification", {
Title = "Noclip disabled";
Text = "Type ;noclip to enable";
})
end
if string.sub(CMDBAR.Text, 1, 6) == ("speed ") then
lplayer.Character.Humanoid.WalkSpeed = (string.sub(CMDBAR.Text, 7))
end
if string.sub(CMDBAR.Text, 1, 3) == ("ws ") then
lplayer.Character.Humanoid.WalkSpeed = (string.sub(CMDBAR.Text, 4))
end
if string.sub(CMDBAR.Text, 1, 10) == ("hipheight ") then
lplayer.Character.Humanoid.HipHeight = (string.sub(CMDBAR.Text, 11))
end
if string.sub(CMDBAR.Text, 1, 3) == ("hh ") then
lplayer.Character.Humanoid.HipHeight = (string.sub(CMDBAR.Text, 4))
end
if string.sub(CMDBAR.Text, 1, 10) == ("jumppower ") then
lplayer.Character.Humanoid.JumpPower = (string.sub(CMDBAR.Text, 11))
end
if string.sub(CMDBAR.Text, 1, 3) == ("jp ") then
lplayer.Character.Humanoid.JumpPower = (string.sub(CMDBAR.Text, 4))
end
if string.sub(CMDBAR.Text, 1, 7) == ("default") then
lplayer.Character.Humanoid.JumpPower = 50
lplayer.Character.Humanoid.WalkSpeed = 16
lplayer.Character.Humanoid.HipHeight = 0
end
if string.sub(CMDBAR.Text, 1, 6) == ("annoy ") then
for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
annoying = true
annplr = v
end
end
if string.sub(CMDBAR.Text, 1, 7) == ("unannoy") then
annoying = false
end
if string.sub(CMDBAR.Text, 1, 9) == ("headwalk ") then
for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 10))) do
hwalk = true
hdwplr = v
end
end
if string.sub(CMDBAR.Text, 1, 10) == ("unheadwalk") then
hwalk = false
end
if string.sub(CMDBAR.Text, 1, 7) == ("nolimbs") then
lplayer.Character["Left Leg"]:Destroy()
lplayer.Character["Left Arm"]:Destroy()
lplayer.Character["Right Leg"]:Destroy()
lplayer.Character["Right Arm"]:Destroy()
end
if string.sub(CMDBAR.Text, 1, 3) == ("god") then
lplayer.Character.Humanoid.Name = 1
local l = lplayer.Character["1"]:Clone()
l.Parent = lplayer.Character
l.Name = "Humanoid"
wait(0.1)
lplayer.Character["1"]:Destroy()
game:GetService("Workspace").CurrentCamera.CameraSubject =
lplayer.Character
lplayer.Character.Animate.Disabled = true
wait(0.1)
lplayer.Character.Animate.Disabled = false
lplayer.Character.Humanoid.DisplayDistanceType = "None"
game:GetService("StarterGui"):SetCore("SendNotification", {
Title = "FE Godmode enabled";
Text = "Use ;grespawn or ;respawn to remove.";
})
end
if string.sub(CMDBAR.Text, 1, 8) == ("drophats") then
for i,v in pairs(lplayer.Character:GetChildren()) do
if (v:IsA("Accessory")) or (v:IsA("Hat")) then
v.Parent = workspace
end
end
end
if string.sub(CMDBAR.Text, 1, 8) == ("droptool") then
for i,v in pairs(lplayer.Character:GetChildren()) do
if (v:IsA("Tool")) then
v.Parent = workspace
end
end
end
if string.sub(CMDBAR.Text, 1, 9) == ("loopdhats") then
droppinghats = true
game:GetService("StarterGui"):SetCore("SendNotification", {
Title = "Loop Drop Enabled";
Text = "Type ;unloopdhats to disable";
})
end
if string.sub(CMDBAR.Text, 1, 11) == ("unloopdhats") then
droppinghats = false
game:GetService("StarterGui"):SetCore("SendNotification", {
Title = "Loop Drop Disabled";
Text = "Type ;loopdhats to enable.";
})
end
if string.sub(CMDBAR.Text, 1, 9) == ("loopdtool") then
droppingtools = true
game:GetService("StarterGui"):SetCore("SendNotification", {
Title = "Loop Drop Enabled";
Text = "Type ;unloopdtool to disable";
})
end
if string.sub(CMDBAR.Text, 1, 11) == ("unloopdtool") then
droppingtools = false
game:GetService("StarterGui"):SetCore("SendNotification", {
Title = "Loop Drop Disabled";
Text = "Type ;loopdtool to enable.";
})
end
if string.sub(CMDBAR.Text, 1, 9) == ("invisible") then -- Credit to
Timeless
Local = game:GetService('Players').LocalPlayer
Char = Local.Character
touched,tpdback = false, false
box = Instance.new('Part',workspace)
box.Anchored = true
box.CanCollide = true
box.Size = Vector3.new(10,1,10)
box.Position = Vector3.new(0,10000,0)
box.Touched:connect(function(part)
if (part.Parent.Name == Local.Name) then
if touched == false then
touched = true
function apply()
if script.Disabled ~= true then
no = Char.HumanoidRootPart:Clone()
wait(.25)
Char.HumanoidRootPart:Destroy()
no.Parent = Char
Char:MoveTo(loc)
touched = false
end end
if Char then
apply()
end
end
end
end)
repeat wait() until Char
loc = Char.HumanoidRootPart.Position
Char:MoveTo(box.Position + Vector3.new(0,.5,0))
game:GetService("StarterGui"):SetCore("SendNotification", {
Title = "Invisibility enabled!";
Text = "Reset or use ;respawn to remove.";
})
end
if string.sub(CMDBAR.Text, 1, 5) == ("view ") then
for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
if game:GetService("Players")[v.Name].Character.Humanoid then
game:GetService("Workspace").CurrentCamera.CameraSubject =
game:GetService("Players")[v.Name].Character.Humanoid
else
game:GetService("Workspace").CurrentCamera.CameraSubject =
game:GetService("Players")[v.Name].Character.Head
end
end
end
if string.sub(CMDBAR.Text, 1, 6) == ("unview") then
if lplayer.Character.Humanoid then
game:GetService("Workspace").CurrentCamera.CameraSubject =
lplayer.Character.Humanoid
else
game:GetService("Workspace").CurrentCamera.CameraSubject =
lplayer.Character.Head
end
end
if string.sub(CMDBAR.Text, 1, 5) == ("goto ") then
for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
lplayer.Character.HumanoidRootPart.CFrame =
game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
end
end
if string.sub(CMDBAR.Text, 1, 3) == ("fly") then
repeat wait() until lplayer and lplayer.Character and
lplayer.Character:FindFirstChild('HumanoidRootPart') and
lplayer.Character:FindFirstChild('Humanoid')
repeat wait() until Mouse

local T = lplayer.Character.HumanoidRootPart
local CONTROL = {F = 0, B = 0, L = 0, R = 0}
local lCONTROL = {F = 0, B = 0, L = 0, R = 0}
local SPEED = speedget

local function fly()


flying = true
local BG = Instance.new('BodyGyro', T)
local BV = Instance.new('BodyVelocity', T)
BG.P = 9e4
BG.maxTorque = Vector3.new(9e9, 9e9, 9e9)
BG.cframe = T.CFrame
BV.velocity = Vector3.new(0, 0.1, 0)
BV.maxForce = Vector3.new(9e9, 9e9, 9e9)
spawn(function()
repeat wait()
lplayer.Character.Humanoid.PlatformStand = true
if CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0 then
SPEED = 50
elseif not (CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0)
and SPEED ~= 0 then
SPEED = 0
end
if (CONTROL.L + CONTROL.R) ~= 0 or (CONTROL.F + CONTROL.B) ~= 0 then
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
lCONTROL = {F = CONTROL.F, B = CONTROL.B, L = CONTROL.L, R = CONTROL.R}
elseif (CONTROL.L + CONTROL.R) == 0 and (CONTROL.F + CONTROL.B) == 0
and SPEED ~= 0 then
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
else
BV.velocity = Vector3.new(0, 0.1, 0)
end
BG.cframe = workspace.CurrentCamera.CoordinateFrame
until not flying
CONTROL = {F = 0, B = 0, L = 0, R = 0}
lCONTROL = {F = 0, B = 0, L = 0, R = 0}
SPEED = 0
BG:destroy()
BV:destroy()
lplayer.Character.Humanoid.PlatformStand = false
end)
end
Mouse.KeyDown:connect(function(KEY)
if KEY:lower() == 'w' then
CONTROL.F = speedfly
elseif KEY:lower() == 's' then
CONTROL.B = -speedfly
elseif KEY:lower() == 'a' then
CONTROL.L = -speedfly
elseif KEY:lower() == 'd' then
CONTROL.R = speedfly
end
end)
Mouse.KeyUp:connect(function(KEY)
if KEY:lower() == 'w' then
CONTROL.F = 0
elseif KEY:lower() == 's' then
CONTROL.B = 0
elseif KEY:lower() == 'a' then
CONTROL.L = 0
elseif KEY:lower() == 'd' then
CONTROL.R = 0
end
end)
fly()
end
if string.sub(CMDBAR.Text, 1, 5) == ("unfly") then
flying = false
lplayer.Character.Humanoid.PlatformStand = false
end
if string.sub(CMDBAR.Text, 1, 5) == ("chat ") then

game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:
FireServer((string.sub(CMDBAR.Text, 6)), "All")
end
if string.sub(CMDBAR.Text, 1, 5) == ("spam ") then
spamtext = (string.sub(CMDBAR.Text, 6))
spamming = true
end
if string.sub(CMDBAR.Text, 1, 6) == ("unspam") then
spamming = false
end
if string.sub(CMDBAR.Text, 1, 9) == ("spamwait ") then
spamdelay = (string.sub(CMDBAR.Text, 10))
end
if string.sub(CMDBAR.Text, 1, 7) == ("pmspam ") then
for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
pmspammed = v.Name
spammingpm = true
end
end
if string.sub(CMDBAR.Text, 1, 8) == ("unpmspam") then
spammingpm = false
end
if string.sub(CMDBAR.Text, 1, 8) == ("cfreeze ") then
for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 9))) do
v.Character["Left Leg"].Anchored = true
v.Character["Left Arm"].Anchored = true
v.Character["Right Leg"].Anchored = true
v.Character["Right Arm"].Anchored = true
v.Character.Torso.Anchored = true
v.Character.Head.Anchored = true
end
end
if string.sub(CMDBAR.Text, 1, 10) == ("uncfreeze ") then
for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 11))) do
v.Character["Left Leg"].Anchored = false
v.Character["Left Arm"].Anchored = false
v.Character["Right Leg"].Anchored = false
v.Character["Right Arm"].Anchored = false
v.Character.Torso.Anchored = false
v.Character.Head.Anchored = false
end
end
if string.sub(CMDBAR.Text, 1, 8) == ("unlockws") then
local a = game:GetService("Workspace"):getChildren()
for i = 1, #a do
if a[i].className == "Part" then
a[i].Locked = false
elseif a[i].className == "Model" then
local r = a[i]:getChildren()
for i = 1, #r do
if r[i].className == "Part" then
r[i].Locked = false
end
end
end
end
game:GetService("StarterGui"):SetCore("SendNotification", {
Title = "Success!";
Text = "Workspace unlocked. Use ;lockws to lock.";
})
end
if string.sub(CMDBAR.Text, 1, 6) == ("lockws") then
local a = game:GetService("Workspace"):getChildren()
for i = 1, #a do
if a[i].className == "Part" then
a[i].Locked = true
elseif a[i].className == "Model" then
local r = a[i]:getChildren()
for i = 1, #r do
if r[i].className == "Part" then
r[i].Locked = true
end
end
end
end
end
if string.sub(CMDBAR.Text, 1, 6) == ("btools") then
local Clone_T = Instance.new("HopperBin",lplayer.Backpack)
Clone_T.BinType = "Clone"
local Destruct = Instance.new("HopperBin",lplayer.Backpack)
Destruct.BinType = "Hammer"
local Hold_T = Instance.new("HopperBin",lplayer.Backpack)
Hold_T.BinType = "Grab"
end
if string.sub(CMDBAR.Text, 1, 6) == ("pstand") then
lplayer.Character.Humanoid.PlatformStand = true
end
if string.sub(CMDBAR.Text, 1, 8) == ("unpstand") then
lplayer.Character.Humanoid.PlatformStand = false
end
if string.sub(CMDBAR.Text, 1, 9) == ("blockhead") then
lplayer.Character.Head.Mesh:Destroy()
end
if string.sub(CMDBAR.Text, 1, 3) == ("sit") then
lplayer.Character.Humanoid.Sit = true
end
if string.sub(CMDBAR.Text, 1, 9) == ("bringobj ") then
local function bringobjw()
for i,obj in ipairs(game:GetService("Workspace"):GetDescendants()) do
if obj.Name == (string.sub(CMDBAR.Text, 10)) then
obj.CFrame = lplayer.Character.HumanoidRootPart.CFrame
obj.CanCollide = false
obj.Transparency = 0.7
wait()
obj.CFrame = lplayer.Character["Left Leg"].CFrame
wait()
obj.CFrame = lplayer.Character["Right Leg"].CFrame
wait()
obj.CFrame = lplayer.Character["Head"].CFrame
end
end
end
while wait() do
bringobjw()
end
game:GetService("StarterGui"):SetCore("SendNotification", {
Title = "BringObj";
Text = "BringObj enabled.";
})
end
if string.sub(CMDBAR.Text, 1, 6) == ("wsvis ") then
vis = (string.sub(CMDBAR.Text, 7))
local a = game:GetService("Workspace"):GetDescendants()
for i = 1, #a do
if a[i].className == "Part" then
a[i].Transparency = vis
elseif a[i].className == "Model" then
local r = a[i]:getChildren()
for i = 1, #r do
if r[i].className == "Part" then
r[i].Transparency = vis
end
end
end
end
end
if string.sub(CMDBAR.Text, 1, 10) == ("hypertotal") then
loadstring(game:GetObjects("rbxassetid://1255063809")[1].Source)()
game:GetService("StarterGui"):SetCore("SendNotification", {
Title = "Success!";
Text = "HyperTotal GUI Loaded!";
})
end
if string.sub(CMDBAR.Text, 1, 4) == ("cmds") then
CMDSFRAME.Visible = true
end
if string.sub(CMDBAR.Text, 1, 9) == ("rmeshhats") then
for i,v in pairs(lplayer.Character:GetChildren()) do
if (v:IsA("Accessory")) or (v:IsA("Hat")) then
v.Handle.Mesh:Destroy()
end
end
end
if string.sub(CMDBAR.Text, 1, 9) == ("blockhats") then
for i,v in pairs(lplayer.Character:GetChildren()) do
if (v:IsA("Accessory")) or (v:IsA("Hat")) then
v.Handle.Mesh:Destroy()
end
end
end
if string.sub(CMDBAR.Text, 1, 9) == ("rmeshtool") then
for i,v in pairs(lplayer.Character:GetChildren()) do
if (v:IsA("Tool")) then
v.Handle.Mesh:Destroy()
end
end
end
if string.sub(CMDBAR.Text, 1, 9) == ("blocktool") then
for i,v in pairs(lplayer.Character:GetChildren()) do
if (v:IsA("Tool")) then
v.Handle.Mesh:Destroy()
end
end
end
if string.sub(CMDBAR.Text, 1, 7) == ("spinner") then
local p = Instance.new("RocketPropulsion")
p.Parent = lplayer.Character.HumanoidRootPart
p.Name = "Spinner"
p.Target = lplayer.Character["Left Arm"]
p:Fire()
game:GetService("StarterGui"):SetCore("SendNotification", {
Title = "Spinner enabled";
Text = "Type ;nospinner to disable.";
})
end
if string.sub(CMDBAR.Text, 1, 9) == ("nospinner") then
lplayer.Character.HumanoidRootPart.Spinner:Destroy()
end
if string.sub(CMDBAR.Text, 1, 6) == ("reachd") then
for i,v in
pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
if v:isA("Tool") then
local a = Instance.new("SelectionBox",v.Handle)
a.Adornee = v.Handle
v.Handle.Size = Vector3.new(0.5,0.5,60)
v.GripPos = Vector3.new(0,0,0)
lplayer.Character.Humanoid:UnequipTools()
end
end
game:GetService("StarterGui"):SetCore("SendNotification", {
Title = "Reach applied!";
Text = "Applied to equipped sword. Use ;noreach to disable.";
})
end
if string.sub(CMDBAR.Text, 1, 6) == ("reach ") then
for i,v in
pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
if v:isA("Tool") then
local a = Instance.new("SelectionBox",v.Handle)
a.Name = "Reach"
a.Adornee = v.Handle
v.Handle.Size = Vector3.new(0.5,0.5,(string.sub(CMDBAR.Text,
7)))
v.GripPos = Vector3.new(0,0,0)
lplayer.Character.Humanoid:UnequipTools()
end
end
game:GetService("StarterGui"):SetCore("SendNotification", {
Title = "Reach applied!";
Text = "Applied to equipped sword. Use ;noreach to disable.";
})
end
if string.sub(CMDBAR.Text, 1, 7) == ("noreach") then
for i,v in
pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
if v:isA("Tool") then
v.Handle.Reach:Destroy()
end
end
game:GetService("StarterGui"):SetCore("SendNotification", {
Title = "Reach removed!";
Text = "Removed reach from equipped sword.";
})
end
if string.sub(CMDBAR.Text, 1, 6) == ("rkill ") then
for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7)))do
lplayer.Character.Humanoid.Name = 1
local l = lplayer.Character["1"]:Clone()
l.Parent = lplayer.Character
l.Name = "Humanoid"
wait(0.1)
lplayer.Character["1"]:Destroy()
game:GetService("Workspace").CurrentCamera.CameraSubject =
lplayer.Character
lplayer.Character.Animate.Disabled = true
wait(0.1)
lplayer.Character.Animate.Disabled = false
lplayer.Character.Humanoid.DisplayDistanceType = "None"
for i,v in
pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
lplayer.Character.Humanoid:EquipTool(v)
end
wait(0.1)
lplayer.Character.HumanoidRootPart.CFrame =
game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
wait(0.2)
lplayer.Character.HumanoidRootPart.CFrame =
game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
wait(0.5)
lplayer.Character.HumanoidRootPart.CFrame =
CFrame.new(Vector3.new(-100000,10,-100000))
game:GetService("StarterGui"):SetCore("SendNotification", {
Title = "Tools needed!";
Text = "You need a tool in your backpack for this command!";
})
end
end
if string.sub(CMDBAR.Text, 1, 6) == ("tp me ") then
for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
lplayer.Character.HumanoidRootPart.CFrame =
game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
end
end
if string.sub(CMDBAR.Text, 1, 7) == ("cbring ") then
if (string.sub(CMDBAR.Text, 8)) == "all" or (string.sub(CMDBAR.Text,
8)) == "All" or (string.sub(CMDBAR.Text, 8)) == "ALL" then
cbringall = true
else
for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
brplr = v.Name
end
end
cbring = true
end
if string.sub(CMDBAR.Text, 1, 8) == ("uncbring") then
cbring = false
cbringall = false
end
if string.sub(CMDBAR.Text, 1, 5) == ("swap ") then
for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
local NOWPLR = game:GetService("Players")
[v.Name].Character.HumanoidRootPart.CFrame
local NOW = lplayer.Character.HumanoidRootPart.CFrame
lplayer.Character.Humanoid.Name = 1
local l = lplayer.Character["1"]:Clone()
l.Parent = lplayer.Character
l.Name = "Humanoid"
wait(0.1)
lplayer.Character["1"]:Destroy()
game:GetService("Workspace").CurrentCamera.CameraSubject =
lplayer.Character
lplayer.Character.Animate.Disabled = true
wait(0.1)
lplayer.Character.Animate.Disabled = false
lplayer.Character.Humanoid.DisplayDistanceType = "None"
for i,v in
pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
lplayer.Character.Humanoid:EquipTool(v)
end
local function tp(player,player2)
local char1,char2=player.Character,player2.Character
if char1 and char2 then
char1:MoveTo(char2.Head.Position)
end
end
wait(0.1)
lplayer.Character.HumanoidRootPart.CFrame =
game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
wait(0.2)
lplayer.Character.HumanoidRootPart.CFrame =
game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
wait(0.5)
lplayer.Character.HumanoidRootPart.CFrame = NOW
wait(0.6)
tp(lplayer, game:GetService("Players")[v.Name])
wait(0.4)
lplayer.Character.HumanoidRootPart.CFrame = NOWPLR
game:GetService("StarterGui"):SetCore("SendNotification", {
Title = "Tools needed!";
Text = "You need a tool in your backpack for this command!";
})
end
end
if string.sub(CMDBAR.Text, 1, 7) == ("glitch ") then
for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
lplayer.Character.Humanoid.Name = 1
local l = lplayer.Character["1"]:Clone()
l.Parent = lplayer.Character
l.Name = "Humanoid"
wait(0.1)
lplayer.Character["1"]:Destroy()
game:GetService("Workspace").CurrentCamera.CameraSubject =
lplayer.Character
lplayer.Character.Animate.Disabled = true
wait(0.1)
lplayer.Character.Animate.Disabled = false
lplayer.Character.Humanoid.DisplayDistanceType = "None"
for i,v in
pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
lplayer.Character.Humanoid:EquipTool(v)
end
lplayer.Character.HumanoidRootPart.CFrame =
game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
wait(0.3)
lplayer.Character.HumanoidRootPart.CFrame =
game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
wait(0.4)
b = Instance.new("BodyForce")
b.Parent = lplayer.Character.HumanoidRootPart
b.Name = "Glitch"
b.Force = Vector3.new(100000000,5000,0)
game:GetService("StarterGui"):SetCore("SendNotification", {
Title = "Tools needed!";
Text = "You need a tool in your backpack for this command!";
})
end
end
if string.sub(CMDBAR.Text, 1, 8) == ("unglitch") then
lplayer.Character.HumanoidRootPart.Glitch:Destroy()
lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(10000,0,10000)
b = Instance.new("BodyForce")
b.Parent = lplayer.Character.HumanoidRootPart
b.Name = "unGlitch"
b.Force = Vector3.new(0,-5000000,0)
wait(2)
lplayer.Character.HumanoidRootPart.unGlitch:Destroy()
end
if string.sub(CMDBAR.Text, 1, 8) == ("grespawn") then
lplayer.Character.Humanoid.Health = 0
wait(1)
lplayer.Character.Head.CFrame = CFrame.new(1000000,0,1000000)
lplayer.Character.Torso.CFrame = CFrame.new(1000000,0,1000000)
end
if string.sub(CMDBAR.Text, 1, 8) == ("explorer") then
loadstring(game:GetObjects("rbxassetid://492005721")[1].Source)()
game:GetService("StarterGui"):SetCore("SendNotification", {
Title = "Success!";
Text = "DEX Explorer has loaded.";
})
end
if string.sub(CMDBAR.Text, 1, 5) == ("anim ") then
local Anim = Instance.new("Animation")
Anim.AnimationId = "rbxassetid://"..(string.sub(CMDBAR.Text, 6))
local track = lplayer.Character.Humanoid:LoadAnimation(Anim)
track:Play(.1, 1, 1)
end
if string.sub(CMDBAR.Text, 1, 7) == ("animgui") then
loadstring(game:GetObjects("rbxassetid://1202558084")[1].Source)()
game:GetService("StarterGui"):SetCore("SendNotification", {
Title = "Success!";
Text = "Energize Animations GUI has loaded.";
})
end
if string.sub(CMDBAR.Text, 1, 7) == ("savepos") then
saved = lplayer.Character.HumanoidRootPart.CFrame
game:GetService("StarterGui"):SetCore("SendNotification", {
Title = "Position Saved";
Text = "Use ;loadpos to return to saved position.";
})
end
if string.sub(CMDBAR.Text, 1, 7) == ("loadpos") then
lplayer.Character.HumanoidRootPart.CFrame = saved
end
if string.sub(CMDBAR.Text, 1, 5) == ("bang ") then
for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
local Anim2 = Instance.new("Animation")
Anim2.AnimationId = "rbxassetid://148840371"
local track2 = lplayer.Character.Humanoid:LoadAnimation(Anim2)
track2:Play(.1, 1, 1)
bplrr = v.Name
banpl = true
end
end
if string.sub(CMDBAR.Text, 1, 6) == ("unbang") then
banpl = false
end
if string.sub(CMDBAR.Text, 1, 9) == ("bringmod ") then
local function bringmodw()
for i,obj in ipairs(game:GetService("Workspace"):GetDescendants()) do
if obj.Name == (string.sub(CMDBAR.Text, 10)) then
for i,ch in pairs(obj:GetDescendants()) do
if (ch:IsA("BasePart")) then
ch.CFrame = lplayer.Character.HumanoidRootPart.CFrame
ch.CanCollide = false
ch.Transparency = 0.7
wait()
ch.CFrame = lplayer.Character["Left Leg"].CFrame
wait()
ch.CFrame = lplayer.Character["Right Leg"].CFrame
wait()
ch.CFrame = lplayer.Character["Head"].CFrame
end
end
end
end
end
while wait() do
bringmodw()
end
game:GetService("StarterGui"):SetCore("SendNotification", {
Title = "BringMod";
Text = "BringMod enabled.";
})
end
if string.sub(CMDBAR.Text, 1, 7) == ("respawn") then
local mod = Instance.new('Model', workspace) mod.Name = 're
'..lplayer.Name
local hum = Instance.new('Humanoid', mod)
local ins = Instance.new('Part', mod) ins.Name = 'Torso' ins.CanCollide
= false ins.Transparency = 1
lplayer.Character = mod
end
if string.sub(CMDBAR.Text, 1, 8) == ("shutdown") then
game:GetService'RunService'.Stepped:Connect(function()
pcall(function()
for i,v in pairs(game:GetService'Players':GetPlayers()) do
if v.Character ~= nil and v.Character:FindFirstChild'Head' then
for _,x in pairs(v.Character.Head:GetChildren()) do
if x:IsA'Sound' then x.Playing = true
x.CharacterSoundEvent:FireServer(true, true) end
end
end
end
end)
end)
game:GetService("StarterGui"):SetCore("SendNotification", {
Title = "Attempting Shutdown";
Text = "Shutdown Attempt has begun.";
})
end
if string.sub(CMDBAR.Text, 1, 7) == ("delobj ") then
objtodel = (string.sub(CMDBAR.Text, 8))
for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
if v.Name == objtodel then
v:Destroy()
end
end
end
if string.sub(CMDBAR.Text, 1, 7) == ("getplrs") then
for i,v in pairs(game:GetService("Players"):GetPlayers())do
print(v)
end
game:GetService("StarterGui"):SetCore("SendNotification", {
Title = "Printed";
Text = "Players have been printed to console. (F9)";
})
end
if string.sub(CMDBAR.Text, 1, 8) == ("deldecal") then
for i,v in pairs(game:GetService("Workspace"):GetDescendants())do
if (v:IsA("Decal")) then
v:Destroy()
end
end
end
if string.sub(CMDBAR.Text, 1, 10) == ("opfinality") then
loadstring(game:GetObjects("rbxassetid://1294358929")[1].Source)()
game:GetService("StarterGui"):SetCore("SendNotification", {
Title = "Success!";
Text = "OpFinality GUI has loaded.";
})
end
if string.sub(CMDBAR.Text, 1, 7) == ("remotes") then
remotes = true
added = true
game.DescendantAdded:connect(function(rmt)
if added == true then
if remotes == true then
if rmt:IsA("RemoteEvent") then
print("A RemoteEvent was added!")
print(" game." .. rmt:GetFullName() .. " | RemoteEvent")
print(" game." .. rmt:GetFullName() .. " | RemoteEvent", 247, 0, 0,
true)
end end end
end)
game.DescendantAdded:connect(function(rmtfnctn)
if added == true then
if remotes == true then
if rmtfnctn:IsA("RemoteFunction") then
warn("A RemoteFunction was added!")
warn(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction")
print(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction", 5,
102, 198, true)
end end end
end)

game.DescendantAdded:connect(function(bndfnctn)
if added == true then
if binds == true then
if bndfnctn:IsA("BindableFunction") then
print("A BindableFunction was added!")
print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction")
print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction", 239,
247, 4, true)
end end end
end)

game.DescendantAdded:connect(function(bnd)
if added == true then
if binds == true then
if bnd:IsA("BindableEvent") then
warn("A BindableEvent was added!")
warn(" game." .. bnd:GetFullName() .. " | BindableEvent")
print(" game." .. bnd:GetFullName() .. " | BindableEvent", 13, 193, 22,
true)
end end end
end)

if binds == true then


for i,v in pairs(game:GetDescendants()) do
if v:IsA("BindableFunction") then
print(" game." .. v:GetFullName() .. " | BindableFunction")
print(" game." .. v:GetFullName() .. " | BindableFunction", 239, 247,
4, true)
end end
for i,v in pairs(game:GetDescendants()) do
if v:IsA("BindableEvent") then
warn(" game." .. v:GetFullName() .. " | BindableEvent")
print(" game." .. v:GetFullName() .. " | BindableEvent", 13, 193, 22,
true)
end end
else
print("Off")
end
if remotes == true then
for i,v in pairs(game:GetDescendants()) do
if v:IsA("RemoteFunction") then
warn(" game." .. v:GetFullName() .. " | RemoteFunction")
print(" game." .. v:GetFullName() .. " | RemoteFunction", 5, 102, 198,
true)
end end
wait()
for i,v in pairs(game:GetDescendants()) do
if v:IsA("RemoteEvent") then
print(" game." .. v:GetFullName() .. " | RemoteEvent")
print(" game." .. v:GetFullName() .. " | RemoteEvent", 247, 0, 0, true)
end end
else
print("Off")
end
game:GetService("StarterGui"):SetCore("SendNotification", {
Title = "Printing Remotes";
Text = "Type ;noremotes to disable.";
})
end
if string.sub(CMDBAR.Text, 1, 9) == ("noremotes") then
remotes = false
added = false
game:GetService("StarterGui"):SetCore("SendNotification", {
Title = "Printing Remotes Disabled";
Text = "Type ;remotes to enable.";
})
end
if string.sub(CMDBAR.Text, 1, 9) == ("tpdefault") then
spin = false
followed = false
traill = false
noclip = false
annoying = false
hwalk = false
cbringing = false
end
if string.sub(CMDBAR.Text, 1, 7) == ("stopsit") then
stopsitting = true
end
if string.sub(CMDBAR.Text, 1, 5) == ("gosit") then
stopsitting = false
end
if string.sub(CMDBAR.Text, 1, 7) == ("version") then
print(adminversion)
game:GetService("StarterGui"):SetCore("SendNotification", {
Title = "Version";
Text = adminversion;
})
end
if string.sub(CMDBAR.Text, 1, 7) == ("clicktp") then
clickgoto = true
game:GetService("StarterGui"):SetCore("SendNotification", {
Title = "Click TP";
Text = "Press E to teleport to mouse position";
})
end
if string.sub(CMDBAR.Text, 1, 9) == ("noclicktp") then
clickgoto = false
game:GetService("StarterGui"):SetCore("SendNotification", {
Title = "Click TP";
Text = "Click TP has been disabled.";
})
end
if string.sub(CMDBAR.Text, 1, 7) == ("toolson") then
gettingtools = true
game:GetService("StarterGui"):SetCore("SendNotification", {
Title = "Tools Enabled";
Text = "Automatically colleting tools dropped.";
})
end
if string.sub(CMDBAR.Text, 1, 8) == ("toolsoff") then
gettingtools = false
game:GetService("StarterGui"):SetCore("SendNotification", {
Title = "Tools Disabled";
Text = "Click TP has been disabled.";
})
end
if string.sub(CMDBAR.Text, 1, 9) == ("delcmdbar") then
ScreenGui:Destroy()
end
if string.sub(CMDBAR.Text, 1, 5) == ("reset") then
lplayer.Character.Head:Destroy()
end
if string.sub(CMDBAR.Text, 1, 6) == ("state ") then
statechosen = string.sub(CMDBAR.Text, 7)
changingstate = true
end
if string.sub(CMDBAR.Text, 1, 8) == ("gravity ") then
game:GetService("Workspace").Gravity = string.sub(CMDBAR.Text, 9)
end
if string.sub(CMDBAR.Text, 1, 9) == ("looprhats") then
removingmeshhats = true
end
if string.sub(CMDBAR.Text, 1, 11) == ("unlooprhats") then
removingmeshhats = false
end
if string.sub(CMDBAR.Text, 1, 9) == ("looprtool") then
removingmeshtool = true
end
if string.sub(CMDBAR.Text, 1, 11) == ("unlooprtool") then
removingmeshtool = false
end
if string.sub(CMDBAR.Text, 1, 9) == ("givetool ") then
for i,v in
pairs(game:GetService("Players").LocalPlayer.Character:GetDescendants()) do
if v:IsA("Tool") then
for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 10)))
do
v.Parent = player.Character
end
end
end
end
if string.sub(CMDBAR.Text, 1, 4) == ("age ") then
for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 5))) do

game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:
FireServer(player.Name.." Account Age: "..player.AccountAge.." days!", "All")
end
end
if string.sub(CMDBAR.Text, 1, 3) == ("id ") then
for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 4))) do

game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:
FireServer(player.Name.." Account ID: "..player.UserId, "All")
end
end
if string.sub(CMDBAR.Text, 1, 5) == (".age ") then
for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
game:GetService("StarterGui"):SetCore("SendNotification", {
Title = player.AccountAge.." Days";
Text = "Account age of "..player.Name;
})
end
end
if string.sub(CMDBAR.Text, 1, 4) == (".id ") then
for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 5))) do
game:GetService("StarterGui"):SetCore("SendNotification", {
Title = player.UserId.." ID";
Text = "Account ID of "..player.Name;
})
end
end
if string.sub(CMDBAR.Text, 1, 6) == ("gameid") then
game:GetService("StarterGui"):SetCore("SendNotification", {
Title = "Game ID";
Text = "Game ID: ".. game.GameId;
})
end
if string.sub(CMDBAR.Text, 1, 3) == ("pgs") then
local pgscheck = game:GetService("Workspace"):PGSIsEnabled()
if pgscheck == true then
game:GetService("StarterGui"):SetCore("SendNotification", {
Title = "PGSPhysicsSolverEnabled";
Text = "PGS is Enabled!";
})
else
game:GetService("StarterGui"):SetCore("SendNotification", {
Title = "PGSPhysicsSolverEnabled";
Text = "PGS is Disabled!";
})
end
end
if string.sub(CMDBAR.Text, 1, 11) == ("removeinvis") then
for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
if v:IsA("Part") then
if v.Transparency == 1 then
if v.Name ~= "HumanoidRootPart" then
v:Destroy()
end
end
end
end
end
if string.sub(CMDBAR.Text, 1, 9) == ("removefog") then
game:GetService("Lighting").FogStart = 0
game:GetService("Lighting").FogEnd = 9999999999999
end
if string.sub(CMDBAR.Text, 1, 7) == ("disable") then
lplayer.Character.Humanoid.Parent = lplayer
end
if string.sub(CMDBAR.Text, 1, 6) == ("enable") then
lplayer.Humanoid.Parent = lplayer.Character
end
if string.sub(CMDBAR.Text, 1, 13) == ("givealltools ") then
for i,v in
pairs(game:GetService("Players").LocalPlayer.Backpack:GetDescendants()) do
if v:IsA("Tool") then
v.Parent = lplayer.Character
wait()
for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 14)))
do
v.Parent = player.Character
end
end
end
end
if string.sub(CMDBAR.Text, 1, 9) == ("flyspeed ") then
speedfly = string.sub(CMDBAR.Text, 10)
wait()
change()
end
if string.sub(CMDBAR.Text, 1, 7) == ("carpet ") then
for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
local Anim3 = Instance.new("Animation")
Anim3.AnimationId = "rbxassetid://282574440"
local track3 = lplayer.Character.Humanoid:LoadAnimation(Anim3)
track3:Play(.1, 1, 1)
bplrr = v.Name
banpl = true
end
end
if string.sub(CMDBAR.Text, 1, 8) == ("uncarpet") then
banpl = false
end
if string.sub(CMDBAR.Text, 1, 6) == ("stare ") then
for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
staring = true
stareplr = v
end
end
if string.sub(CMDBAR.Text, 1, 7) == ("unstare") then
staring = false
end
if string.sub(CMDBAR.Text, 1, 7) == ("logchat") then
chatlogs = true
game:GetService("StarterGui"):SetCore("SendNotification", {
Title = "LogChat enabled";
Text = "Now logging all player chat.";
})
end
if string.sub(CMDBAR.Text, 1, 9) == ("unlogchat") then
chatlogs = false
game:GetService("StarterGui"):SetCore("SendNotification", {
Title = "LogChat disabled";
Text = "Stopped logging all player chat.";
})
end
if string.sub(CMDBAR.Text, 1, 6) == ("fixcam") then
game:GetService("Workspace").CurrentCamera:Destroy()
wait(0.1)
game:GetService("Workspace").CurrentCamera.CameraSubject =
lplayer.Character.Humanoid
game:GetService("Workspace").CurrentCamera.CameraType = "Custom"
lplayer.CameraMinZoomDistance = 0.5
lplayer.CameraMaxZoomDistance = 400
lplayer.CameraMode = "Classic"
end
if string.sub(CMDBAR.Text, 1, 7) == ("unstate") then
changingstate = false
end
CMDBAR.Text = ""
end
end)
wait(0.3)
game:GetService("StarterGui"):SetCore("SendNotification", {
Title = "Loaded successfully!";
Text = "Reviz Admin V2 by illremember";
})
wait(0.1)
print("Reviz Admin V2 loaded!")
if game:GetService("Workspace").FilteringEnabled == true then
warn("FE is Enabled (Filtering Enabled)")
game:GetService("StarterGui"):SetCore("SendNotification", {
Title = "FE is Enabled";
Text = "Filtering Enabled. Enjoy using Reviz Admin!";
})
else
warn("FE is Disabled (Filtering Disabled) Consider using a different admin
script.")
game:GetService("StarterGui"):SetCore("SendNotification", {
Title = "FE is Disabled";
Text = "Filtering Disabled. Consider using a different admin script.";
})
end

local intro = Instance.new("ScreenGui")


local Frame = Instance.new("Frame")
local ImageLabel = Instance.new("ImageLabel")
intro.Parent = game:GetService("CoreGui")
Frame.Parent = intro
Frame.BackgroundColor3 = Color3.new(1, 1, 1)
Frame.BackgroundTransparency = 1
Frame.Size = UDim2.new(1, 0, 0, 300)
Frame.Position = UDim2.new(0, 0, -0.4, 0)
ImageLabel.Parent = Frame
ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1)
ImageLabel.BackgroundTransparency = 1
ImageLabel.Position = UDim2.new(0, 0, 0, 0)
ImageLabel.Size = UDim2.new(1, 0, 1, 0)
ImageLabel.Image = "http://www.roblox.com/asset/?id=1542162618"
Frame:TweenPosition(UDim2.new(0, 0, 0.2, 0), "Out", "Elastic", 3)
wait(3.01)
Frame:TweenPosition(UDim2.new(0, 0, 1.5, 0), "Out", "Elastic", 5)
wait(5.01)
intro:Destroy()
end)
end)
BoogaBitchesV2.MouseButton1Down:connect(function()
-- Objects

local ScreenGui = Instance.new("ScreenGui")


local Open = Instance.new("TextButton")
local Booga = Instance.new("Frame")
local BoogaTop = Instance.new("Frame")
local Title = Instance.new("TextLabel")
local Exit = Instance.new("TextButton")
local Speed = Instance.new("TextButton")
local SpeedBind = Instance.new("TextBox")
local AutoPickUp = Instance.new("TextButton")
local AutoPickUpBind = Instance.new("TextBox")
local AutoBreak = Instance.new("TextButton")
local Breakkey = Instance.new("TextBox")
local InfinityChest = Instance.new("TextButton")
local GodHut = Instance.new("TextButton")
local RevizV2 = Instance.new("TextButton")
local AutoEatbtn = Instance.new("TextButton")
local VoidTpbtn = Instance.new("TextButton")
local RemoveAllEffectsbtn = Instance.new("TextButton")
local CraftAnyItem = Instance.new("TextButton")
local CraftItem = Instance.new("TextBox")
local ESPbtn = Instance.new("TextButton")
local DropAllItemsbtn = Instance.new("TextButton")
local RemoveRainbtn = Instance.new("TextButton")
local TpSpambtn = Instance.new("TextButton")
local AutoCampfirebtn = Instance.new("TextButton")
local AutoWallTrapbtn = Instance.new("TextButton")
local AutoEatFoodNamekb = Instance.new("TextBox")
local TpSpamPlayerNamekb = Instance.new("TextBox")
local DropAllItemsItemNamekb = Instance.new("TextBox")
local DropAllItemskb = Instance.new("TextBox")
local AutoEatkb = Instance.new("TextBox")
local Recipes = Instance.new("TextButton")
local Credits = Instance.new("TextLabel")
local Booga2 = Instance.new("Frame")
local BoogaTop2 = Instance.new("Frame")
local Exit2 = Instance.new("TextButton")
local EmeraldHelmet = Instance.new("TextButton")
local EmeraldDivider = Instance.new("Frame")
local EmeraldChestplate = Instance.new("TextButton")
local EmeraldPick = Instance.new("TextButton")
local EmeraldGreaves = Instance.new("TextButton")
local EmeraldBlade = Instance.new("TextButton")
local EmeraldAxe = Instance.new("TextButton")
local EmeraldBag = Instance.new("TextButton")
local VoidShroud = Instance.new("TextButton")
local EmeraldDivider2 = Instance.new("Frame")
local GodDivider = Instance.new("Frame")
local GodDivider2 = Instance.new("Frame")
local GodRock = Instance.new("TextButton")
local GodHalo = Instance.new("TextButton")
local GodChestplate = Instance.new("TextButton")
local GodAxe = Instance.new("TextButton")
local GodBag = Instance.new("TextButton")
local GodLegs = Instance.new("TextButton")
local GodPick = Instance.new("TextButton")
local VoidChestplate = Instance.new("TextButton")
local VoidDivider2 = Instance.new("Frame")
local VoidDivider = Instance.new("Frame")
local VoidBag = Instance.new("TextButton")
local VoidGreaves = Instance.new("TextButton")
local OOFHorn = Instance.new("TextButton")

-- Properties

ScreenGui.Parent = game.CoreGui

Open.Name = "Open"
Open.Parent = ScreenGui
Open.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
Open.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
Open.BorderSizePixel = 2
Open.Position = UDim2.new(0.433682919, 0, 0.0281030443, 0)
Open.Size = UDim2.new(0, 151, 0, 26)
Open.Font = Enum.Font.SourceSansSemibold
Open.Text = "Open/Close"
Open.TextColor3 = Color3.new(1, 1, 1)
Open.TextScaled = true
Open.TextSize = 14
Open.TextWrapped = true

Booga.Name = "Booga"
Booga.Parent = ScreenGui
Booga.Active = true
Booga.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
Booga.BackgroundTransparency = 0.30000001192093
Booga.BorderColor3 = Color3.new(1, 0, 0.498039)
Booga.BorderSizePixel = 2
Booga.Position = UDim2.new(1.70000005, 1, 1.70000005, 1)
Booga.Size = UDim2.new(0, 474, 0, 468)
Booga.Draggable = true

BoogaTop.Name = "BoogaTop"
BoogaTop.Parent = Booga
BoogaTop.Active = true
BoogaTop.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
BoogaTop.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
BoogaTop.BorderSizePixel = 2
BoogaTop.Size = UDim2.new(0, 474, 0, 27)

Title.Name = "Title"
Title.Parent = BoogaTop
Title.Active = true
Title.BackgroundColor3 = Color3.new(1, 1, 1)
Title.BackgroundTransparency = 1
Title.BorderSizePixel = 0
Title.Position = UDim2.new(0.00210970454, 0, 0, 0)
Title.Size = UDim2.new(0, 473, 0, 27)
Title.Font = Enum.Font.SourceSansSemibold
Title.Text = "Booga Bitches Revamp V2"
Title.TextColor3 = Color3.new(1, 1, 1)
Title.TextScaled = true
Title.TextSize = 14
Title.TextWrapped = true

Exit.Name = "Exit"
Exit.Parent = Booga
Exit.BackgroundColor3 = Color3.new(0.901961, 0.380392, 0.380392)
Exit.BorderSizePixel = 0
Exit.Position = UDim2.new(0.915611804, 0, 0.00854700897, 0)
Exit.Size = UDim2.new(0, 28, 0, 19)
Exit.Font = Enum.Font.SourceSans
Exit.Text = "X"
Exit.TextColor3 = Color3.new(1, 1, 1)
Exit.TextSize = 14

Speed.Name = "Speed"
Speed.Parent = Booga
Speed.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
Speed.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
Speed.BorderSizePixel = 2
Speed.Position = UDim2.new(0.035864979, 0, 0.0726495758, 0)
Speed.Size = UDim2.new(0, 116, 0, 27)
Speed.Font = Enum.Font.SourceSansSemibold
Speed.Text = "Speed"
Speed.TextColor3 = Color3.new(1, 1, 1)
Speed.TextScaled = true
Speed.TextSize = 14
Speed.TextWrapped = true

SpeedBind.Name = "SpeedBind"
SpeedBind.Parent = Booga
SpeedBind.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
SpeedBind.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
SpeedBind.BorderSizePixel = 2
SpeedBind.Position = UDim2.new(0.035864979, 0, 0.151709408, 0)
SpeedBind.Size = UDim2.new(0, 116, 0, 27)
SpeedBind.Font = Enum.Font.SourceSans
SpeedBind.Text = "Keybind"
SpeedBind.TextColor3 = Color3.new(1, 1, 1)
SpeedBind.TextScaled = true
SpeedBind.TextSize = 14
SpeedBind.TextWrapped = true

AutoPickUp.Name = "AutoPickUp"
AutoPickUp.Parent = Booga
AutoPickUp.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
AutoPickUp.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
AutoPickUp.BorderSizePixel = 2
AutoPickUp.Position = UDim2.new(0.356540084, 0, 0.0747863278, 0)
AutoPickUp.Size = UDim2.new(0, 116, 0, 27)
AutoPickUp.Font = Enum.Font.SourceSansSemibold
AutoPickUp.Text = "Auto Pickup"
AutoPickUp.TextColor3 = Color3.new(1, 1, 1)
AutoPickUp.TextScaled = true
AutoPickUp.TextSize = 14
AutoPickUp.TextWrapped = true

AutoPickUpBind.Name = "AutoPickUpBind"
AutoPickUpBind.Parent = Booga
AutoPickUpBind.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
AutoPickUpBind.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
AutoPickUpBind.BorderSizePixel = 2
AutoPickUpBind.Position = UDim2.new(0.356540084, 0, 0.151709408, 0)
AutoPickUpBind.Size = UDim2.new(0, 116, 0, 27)
AutoPickUpBind.Font = Enum.Font.SourceSans
AutoPickUpBind.Text = "Keybind"
AutoPickUpBind.TextColor3 = Color3.new(1, 1, 1)
AutoPickUpBind.TextScaled = true
AutoPickUpBind.TextSize = 14
AutoPickUpBind.TextWrapped = true

AutoBreak.Name = "AutoBreak"
AutoBreak.Parent = Booga
AutoBreak.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
AutoBreak.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
AutoBreak.BorderSizePixel = 2
AutoBreak.Position = UDim2.new(0.700421929, 0, 0.0726495758, 0)
AutoBreak.Size = UDim2.new(0, 116, 0, 27)
AutoBreak.Font = Enum.Font.SourceSansSemibold
AutoBreak.Text = "Autobreak"
AutoBreak.TextColor3 = Color3.new(1, 1, 1)
AutoBreak.TextScaled = true
AutoBreak.TextSize = 14
AutoBreak.TextWrapped = true

Breakkey.Name = "Breakkey"
Breakkey.Parent = Booga
Breakkey.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
Breakkey.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
Breakkey.BorderSizePixel = 2
Breakkey.Position = UDim2.new(0.700421929, 0, 0.149572656, 0)
Breakkey.Size = UDim2.new(0, 116, 0, 27)
Breakkey.Font = Enum.Font.SourceSans
Breakkey.Text = "Keybind"
Breakkey.TextColor3 = Color3.new(1, 1, 1)
Breakkey.TextScaled = true
Breakkey.TextSize = 14
Breakkey.TextWrapped = true

InfinityChest.Name = "InfinityChest"
InfinityChest.Parent = Booga
InfinityChest.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
InfinityChest.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
InfinityChest.BorderSizePixel = 2
InfinityChest.Position = UDim2.new(0.035864979, 0, 0.405982912, 0)
InfinityChest.Size = UDim2.new(0, 116, 0, 27)
InfinityChest.Font = Enum.Font.SourceSansSemibold
InfinityChest.Text = "Infinity Chest (q)"
InfinityChest.TextColor3 = Color3.new(1, 1, 1)
InfinityChest.TextScaled = true
InfinityChest.TextSize = 14
InfinityChest.TextWrapped = true

GodHut.Name = "GodHut"
GodHut.Parent = Booga
GodHut.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
GodHut.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
GodHut.BorderSizePixel = 2
GodHut.Position = UDim2.new(0.360759497, 0, 0.405982912, 0)
GodHut.Size = UDim2.new(0, 116, 0, 27)
GodHut.Font = Enum.Font.SourceSansSemibold
GodHut.Text = "Godhut (g)"
GodHut.TextColor3 = Color3.new(1, 1, 1)
GodHut.TextScaled = true
GodHut.TextSize = 14
GodHut.TextWrapped = true

RevizV2.Name = "RevizV2"
RevizV2.Parent = Booga
RevizV2.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
RevizV2.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
RevizV2.BorderSizePixel = 2
RevizV2.Position = UDim2.new(0.700421929, 0, 0.247863248, 0)
RevizV2.Size = UDim2.new(0, 116, 0, 27)
RevizV2.Font = Enum.Font.SourceSansSemibold
RevizV2.Text = "Reviz Admin"
RevizV2.TextColor3 = Color3.new(1, 1, 1)
RevizV2.TextScaled = true
RevizV2.TextSize = 14
RevizV2.TextWrapped = true

AutoEatbtn.Name = "AutoEatbtn"
AutoEatbtn.Parent = Booga
AutoEatbtn.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
AutoEatbtn.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
AutoEatbtn.BorderSizePixel = 2
AutoEatbtn.Position = UDim2.new(0.702531695, 0, 0.566239357, 0)
AutoEatbtn.Size = UDim2.new(0, 116, 0, 27)
AutoEatbtn.Font = Enum.Font.SourceSansSemibold
AutoEatbtn.Text = "Auto Eat"
AutoEatbtn.TextColor3 = Color3.new(1, 1, 1)
AutoEatbtn.TextScaled = true
AutoEatbtn.TextSize = 14
AutoEatbtn.TextWrapped = true

VoidTpbtn.Name = "VoidTpbtn"
VoidTpbtn.Parent = Booga
VoidTpbtn.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
VoidTpbtn.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
VoidTpbtn.BorderSizePixel = 2
VoidTpbtn.Position = UDim2.new(0.700421929, 0, 0.329059809, 0)
VoidTpbtn.Size = UDim2.new(0, 116, 0, 27)
VoidTpbtn.Font = Enum.Font.SourceSansSemibold
VoidTpbtn.Text = "Void TP"
VoidTpbtn.TextColor3 = Color3.new(1, 1, 1)
VoidTpbtn.TextScaled = true
VoidTpbtn.TextSize = 14
VoidTpbtn.TextWrapped = true

RemoveAllEffectsbtn.Name = "RemoveAllEffectsbtn"
RemoveAllEffectsbtn.Parent = Booga
RemoveAllEffectsbtn.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
RemoveAllEffectsbtn.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
RemoveAllEffectsbtn.BorderSizePixel = 2
RemoveAllEffectsbtn.Position = UDim2.new(0.702531636, 0, 0.410256416, 0)
RemoveAllEffectsbtn.Size = UDim2.new(0, 116, 0, 27)
RemoveAllEffectsbtn.Font = Enum.Font.SourceSansSemibold
RemoveAllEffectsbtn.Text = "Remove All Effects"
RemoveAllEffectsbtn.TextColor3 = Color3.new(1, 1, 1)
RemoveAllEffectsbtn.TextScaled = true
RemoveAllEffectsbtn.TextSize = 14
RemoveAllEffectsbtn.TextWrapped = true

CraftAnyItem.Name = "CraftAnyItem"
CraftAnyItem.Parent = Booga
CraftAnyItem.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
CraftAnyItem.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
CraftAnyItem.BorderSizePixel = 2
CraftAnyItem.Position = UDim2.new(0.0421940945, 0, 0.232905984, 0)
CraftAnyItem.Size = UDim2.new(0, 116, 0, 27)
CraftAnyItem.Font = Enum.Font.SourceSansSemibold
CraftAnyItem.Text = "Craft Any Item"
CraftAnyItem.TextColor3 = Color3.new(1, 1, 1)
CraftAnyItem.TextScaled = true
CraftAnyItem.TextSize = 14
CraftAnyItem.TextWrapped = true
CraftItem.Name = "CraftItem"
CraftItem.Parent = Booga
CraftItem.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
CraftItem.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
CraftItem.BorderSizePixel = 2
CraftItem.Position = UDim2.new(0.035864979, 0, 0.316239327, 0)
CraftItem.Size = UDim2.new(0, 116, 0, 27)
CraftItem.Font = Enum.Font.SourceSans
CraftItem.Text = "Item Name"
CraftItem.TextColor3 = Color3.new(1, 1, 1)
CraftItem.TextScaled = true
CraftItem.TextSize = 14
CraftItem.TextWrapped = true

ESPbtn.Name = "ESPbtn"
ESPbtn.Parent = Booga
ESPbtn.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
ESPbtn.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
ESPbtn.BorderSizePixel = 2
ESPbtn.Position = UDim2.new(0.364978909, 0, 0.487179488, 0)
ESPbtn.Size = UDim2.new(0, 116, 0, 27)
ESPbtn.Font = Enum.Font.SourceSansSemibold
ESPbtn.Text = "ESP"
ESPbtn.TextColor3 = Color3.new(1, 1, 1)
ESPbtn.TextScaled = true
ESPbtn.TextSize = 14
ESPbtn.TextWrapped = true

DropAllItemsbtn.Name = "DropAllItemsbtn"
DropAllItemsbtn.Parent = Booga
DropAllItemsbtn.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
DropAllItemsbtn.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
DropAllItemsbtn.BorderSizePixel = 2
DropAllItemsbtn.Position = UDim2.new(0.0337552726, 0, 0.56410259, 0)
DropAllItemsbtn.Size = UDim2.new(0, 116, 0, 27)
DropAllItemsbtn.Font = Enum.Font.SourceSansSemibold
DropAllItemsbtn.Text = "Drop All Items"
DropAllItemsbtn.TextColor3 = Color3.new(1, 1, 1)
DropAllItemsbtn.TextScaled = true
DropAllItemsbtn.TextSize = 14
DropAllItemsbtn.TextWrapped = true

RemoveRainbtn.Name = "RemoveRainbtn"
RemoveRainbtn.Parent = Booga
RemoveRainbtn.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
RemoveRainbtn.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
RemoveRainbtn.BorderSizePixel = 2
RemoveRainbtn.Position = UDim2.new(0.035864979, 0, 0.482905984, 0)
RemoveRainbtn.Size = UDim2.new(0, 116, 0, 27)
RemoveRainbtn.Font = Enum.Font.SourceSansSemibold
RemoveRainbtn.Text = "Remove Rain"
RemoveRainbtn.TextColor3 = Color3.new(1, 1, 1)
RemoveRainbtn.TextScaled = true
RemoveRainbtn.TextSize = 14
RemoveRainbtn.TextWrapped = true

TpSpambtn.Name = "TpSpambtn"
TpSpambtn.Parent = Booga
TpSpambtn.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
TpSpambtn.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
TpSpambtn.BorderSizePixel = 2
TpSpambtn.Position = UDim2.new(0.362869203, 0, 0.241452992, 0)
TpSpambtn.Size = UDim2.new(0, 116, 0, 27)
TpSpambtn.Font = Enum.Font.SourceSansSemibold
TpSpambtn.Text = "TP Spam"
TpSpambtn.TextColor3 = Color3.new(1, 1, 1)
TpSpambtn.TextScaled = true
TpSpambtn.TextSize = 14
TpSpambtn.TextWrapped = true

AutoCampfirebtn.Name = "AutoCampfirebtn"
AutoCampfirebtn.Parent = Booga
AutoCampfirebtn.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
AutoCampfirebtn.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
AutoCampfirebtn.BorderSizePixel = 2
AutoCampfirebtn.Position = UDim2.new(0.702531636, 0, 0.487179428, 0)
AutoCampfirebtn.Size = UDim2.new(0, 116, 0, 27)
AutoCampfirebtn.Font = Enum.Font.SourceSansSemibold
AutoCampfirebtn.Text = "Auto Campfire"
AutoCampfirebtn.TextColor3 = Color3.new(1, 1, 1)
AutoCampfirebtn.TextScaled = true
AutoCampfirebtn.TextSize = 14
AutoCampfirebtn.TextWrapped = true

AutoWallTrapbtn.Name = "AutoWallTrapbtn"
AutoWallTrapbtn.Parent = Booga
AutoWallTrapbtn.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
AutoWallTrapbtn.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
AutoWallTrapbtn.BorderSizePixel = 2
AutoWallTrapbtn.Position = UDim2.new(0.367088586, 0, 0.566239357, 0)
AutoWallTrapbtn.Size = UDim2.new(0, 116, 0, 27)
AutoWallTrapbtn.Font = Enum.Font.SourceSansSemibold
AutoWallTrapbtn.Text = "Auto Wall"
AutoWallTrapbtn.TextColor3 = Color3.new(1, 1, 1)
AutoWallTrapbtn.TextScaled = true
AutoWallTrapbtn.TextSize = 14
AutoWallTrapbtn.TextWrapped = true

AutoEatFoodNamekb.Name = "AutoEatFoodNamekb"
AutoEatFoodNamekb.Parent = Booga
AutoEatFoodNamekb.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
AutoEatFoodNamekb.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
AutoEatFoodNamekb.BorderSizePixel = 2
AutoEatFoodNamekb.Position = UDim2.new(0.702531636, 0, 0.638888896, 0)
AutoEatFoodNamekb.Size = UDim2.new(0, 116, 0, 27)
AutoEatFoodNamekb.Font = Enum.Font.SourceSans
AutoEatFoodNamekb.Text = "Item Name"
AutoEatFoodNamekb.TextColor3 = Color3.new(1, 1, 1)
AutoEatFoodNamekb.TextScaled = true
AutoEatFoodNamekb.TextSize = 14
AutoEatFoodNamekb.TextWrapped = true

TpSpamPlayerNamekb.Name = "TpSpamPlayerNamekb"
TpSpamPlayerNamekb.Parent = Booga
TpSpamPlayerNamekb.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
TpSpamPlayerNamekb.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
TpSpamPlayerNamekb.BorderSizePixel = 2
TpSpamPlayerNamekb.Position = UDim2.new(0.35864979, 0, 0.326923072, 0)
TpSpamPlayerNamekb.Size = UDim2.new(0, 116, 0, 27)
TpSpamPlayerNamekb.Font = Enum.Font.SourceSans
TpSpamPlayerNamekb.Text = "Player Name"
TpSpamPlayerNamekb.TextColor3 = Color3.new(1, 1, 1)
TpSpamPlayerNamekb.TextScaled = true
TpSpamPlayerNamekb.TextSize = 14
TpSpamPlayerNamekb.TextWrapped = true

DropAllItemsItemNamekb.Name = "DropAllItemsItemNamekb"
DropAllItemsItemNamekb.Parent = Booga
DropAllItemsItemNamekb.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
DropAllItemsItemNamekb.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
DropAllItemsItemNamekb.BorderSizePixel = 2
DropAllItemsItemNamekb.Position = UDim2.new(0.0358649828, 0, 0.638888955, 0)
DropAllItemsItemNamekb.Size = UDim2.new(0, 116, 0, 27)
DropAllItemsItemNamekb.Font = Enum.Font.SourceSans
DropAllItemsItemNamekb.Text = "Item Name"
DropAllItemsItemNamekb.TextColor3 = Color3.new(1, 1, 1)
DropAllItemsItemNamekb.TextScaled = true
DropAllItemsItemNamekb.TextSize = 14
DropAllItemsItemNamekb.TextWrapped = true

DropAllItemskb.Name = "DropAllItemskb"
DropAllItemskb.Parent = Booga
DropAllItemskb.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
DropAllItemskb.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
DropAllItemskb.BorderSizePixel = 2
DropAllItemskb.Position = UDim2.new(0.035864979, 0, 0.713675261, 0)
DropAllItemskb.Size = UDim2.new(0, 116, 0, 27)
DropAllItemskb.Font = Enum.Font.SourceSans
DropAllItemskb.Text = "Keybind"
DropAllItemskb.TextColor3 = Color3.new(1, 1, 1)
DropAllItemskb.TextScaled = true
DropAllItemskb.TextSize = 14
DropAllItemskb.TextWrapped = true

AutoEatkb.Name = "AutoEatkb"
AutoEatkb.Parent = Booga
AutoEatkb.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
AutoEatkb.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
AutoEatkb.BorderSizePixel = 2
AutoEatkb.Position = UDim2.new(0.702531636, 0, 0.715811968, 0)
AutoEatkb.Size = UDim2.new(0, 116, 0, 27)
AutoEatkb.Font = Enum.Font.SourceSans
AutoEatkb.Text = "Keybind"
AutoEatkb.TextColor3 = Color3.new(1, 1, 1)
AutoEatkb.TextScaled = true
AutoEatkb.TextSize = 14
AutoEatkb.TextWrapped = true

Recipes.Name = "Recipes"
Recipes.Parent = Booga
Recipes.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
Recipes.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
Recipes.BorderSizePixel = 2
Recipes.Position = UDim2.new(0.360759497, 0, 0.839743614, 0)
Recipes.Size = UDim2.new(0, 116, 0, 27)
Recipes.Font = Enum.Font.SourceSansSemibold
Recipes.Text = "Recipes"
Recipes.TextColor3 = Color3.new(1, 1, 1)
Recipes.TextScaled = true
Recipes.TextSize = 14
Recipes.TextWrapped = true

Credits.Name = "Credits"
Credits.Parent = Booga
Credits.Active = true
Credits.BackgroundColor3 = Color3.new(1, 1, 1)
Credits.BackgroundTransparency = 1
Credits.BorderColor3 = Color3.new(1, 1, 0)
Credits.BorderSizePixel = 2
Credits.Position = UDim2.new(0.00210970454, 0, 0.929487169, 0)
Credits.Size = UDim2.new(0, 473, 0, 34)
Credits.Font = Enum.Font.SourceSansSemibold
Credits.Text = "GUI Made by Miu Iruma#4693"
Credits.TextColor3 = Color3.new(1, 1, 1)
Credits.TextScaled = true
Credits.TextSize = 14
Credits.TextWrapped = true

Booga2.Name = "Booga2"
Booga2.Parent = ScreenGui
Booga2.Active = true
Booga2.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
Booga2.BackgroundTransparency = 0.30000001192093
Booga2.BorderColor3 = Color3.new(1, 0, 0.498039)
Booga2.BorderSizePixel = 2
Booga2.Position = UDim2.new(1.70000005, 1, 1.70000005, 1)
Booga2.Size = UDim2.new(0, 474, 0, 468)

BoogaTop2.Name = "BoogaTop2"
BoogaTop2.Parent = Booga2
BoogaTop2.Active = true
BoogaTop2.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
BoogaTop2.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
BoogaTop2.BorderSizePixel = 2
BoogaTop2.Size = UDim2.new(0, 474, 0, 27)

Exit2.Name = "Exit2"
Exit2.Parent = Booga2
Exit2.BackgroundColor3 = Color3.new(0.901961, 0.380392, 0.380392)
Exit2.BorderSizePixel = 0
Exit2.Position = UDim2.new(0.915611804, 0, 0.00854700897, 0)
Exit2.Size = UDim2.new(0, 28, 0, 19)
Exit2.Font = Enum.Font.SourceSans
Exit2.Text = "X"
Exit2.TextColor3 = Color3.new(1, 1, 1)
Exit2.TextSize = 14

EmeraldHelmet.Name = "EmeraldHelmet"
EmeraldHelmet.Parent = Booga2
EmeraldHelmet.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
EmeraldHelmet.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
EmeraldHelmet.BorderSizePixel = 2
EmeraldHelmet.Position = UDim2.new(0.03164557, 0, 0.126068383, 0)
EmeraldHelmet.Size = UDim2.new(0, 93, 0, 27)
EmeraldHelmet.Font = Enum.Font.SourceSansSemibold
EmeraldHelmet.Text = "Emerald Helmet"
EmeraldHelmet.TextColor3 = Color3.new(1, 1, 1)
EmeraldHelmet.TextScaled = true
EmeraldHelmet.TextSize = 14
EmeraldHelmet.TextWrapped = true

EmeraldDivider.Name = "EmeraldDivider"
EmeraldDivider.Parent = Booga2
EmeraldDivider.Active = true
EmeraldDivider.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
EmeraldDivider.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
EmeraldDivider.BorderSizePixel = 2
EmeraldDivider.Position = UDim2.new(0.03164557, 0, 0.0769230798, 0)
EmeraldDivider.Size = UDim2.new(0, 447, 0, 11)

EmeraldChestplate.Name = "EmeraldChestplate"
EmeraldChestplate.Parent = Booga2
EmeraldChestplate.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
EmeraldChestplate.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
EmeraldChestplate.BorderSizePixel = 2
EmeraldChestplate.Position = UDim2.new(0.261603385, 0, 0.126068383, 0)
EmeraldChestplate.Size = UDim2.new(0, 93, 0, 27)
EmeraldChestplate.Font = Enum.Font.SourceSansSemibold
EmeraldChestplate.Text = "Emerald Chestplate"
EmeraldChestplate.TextColor3 = Color3.new(1, 1, 1)
EmeraldChestplate.TextScaled = true
EmeraldChestplate.TextSize = 14
EmeraldChestplate.TextWrapped = true

EmeraldPick.Name = "EmeraldPick"
EmeraldPick.Parent = Booga2
EmeraldPick.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
EmeraldPick.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
EmeraldPick.BorderSizePixel = 2
EmeraldPick.Position = UDim2.new(0.748945177, 0, 0.121794872, 0)
EmeraldPick.Size = UDim2.new(0, 93, 0, 27)
EmeraldPick.Font = Enum.Font.SourceSansSemibold
EmeraldPick.Text = "Emerald Pick"
EmeraldPick.TextColor3 = Color3.new(1, 1, 1)
EmeraldPick.TextScaled = true
EmeraldPick.TextSize = 14
EmeraldPick.TextWrapped = true

EmeraldGreaves.Name = "EmeraldGreaves"
EmeraldGreaves.Parent = Booga2
EmeraldGreaves.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
EmeraldGreaves.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
EmeraldGreaves.BorderSizePixel = 2
EmeraldGreaves.Position = UDim2.new(0.506329119, 0, 0.123931624, 0)
EmeraldGreaves.Size = UDim2.new(0, 93, 0, 27)
EmeraldGreaves.Font = Enum.Font.SourceSansSemibold
EmeraldGreaves.Text = "Emerald Greaves"
EmeraldGreaves.TextColor3 = Color3.new(1, 1, 1)
EmeraldGreaves.TextScaled = true
EmeraldGreaves.TextSize = 14
EmeraldGreaves.TextWrapped = true

EmeraldBlade.Name = "EmeraldBlade"
EmeraldBlade.Parent = Booga2
EmeraldBlade.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
EmeraldBlade.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
EmeraldBlade.BorderSizePixel = 2
EmeraldBlade.Position = UDim2.new(0.03164557, 0, 0.211538464, 0)
EmeraldBlade.Size = UDim2.new(0, 93, 0, 27)
EmeraldBlade.Font = Enum.Font.SourceSansSemibold
EmeraldBlade.Text = "Emerald Blade"
EmeraldBlade.TextColor3 = Color3.new(1, 1, 1)
EmeraldBlade.TextScaled = true
EmeraldBlade.TextSize = 14
EmeraldBlade.TextWrapped = true

EmeraldAxe.Name = "EmeraldAxe"
EmeraldAxe.Parent = Booga2
EmeraldAxe.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
EmeraldAxe.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
EmeraldAxe.BorderSizePixel = 2
EmeraldAxe.Position = UDim2.new(0.261603385, 0, 0.211538464, 0)
EmeraldAxe.Size = UDim2.new(0, 93, 0, 27)
EmeraldAxe.Font = Enum.Font.SourceSansSemibold
EmeraldAxe.Text = "Emerald Axe"
EmeraldAxe.TextColor3 = Color3.new(1, 1, 1)
EmeraldAxe.TextScaled = true
EmeraldAxe.TextSize = 14
EmeraldAxe.TextWrapped = true

EmeraldBag.Name = "EmeraldBag"
EmeraldBag.Parent = Booga2
EmeraldBag.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
EmeraldBag.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
EmeraldBag.BorderSizePixel = 2
EmeraldBag.Position = UDim2.new(0.506329119, 0, 0.209401712, 0)
EmeraldBag.Size = UDim2.new(0, 93, 0, 27)
EmeraldBag.Font = Enum.Font.SourceSansSemibold
EmeraldBag.Text = "EmeraldBag"
EmeraldBag.TextColor3 = Color3.new(1, 1, 1)
EmeraldBag.TextScaled = true
EmeraldBag.TextSize = 14
EmeraldBag.TextWrapped = true

VoidShroud.Name = "VoidShroud"
VoidShroud.Parent = Booga2
VoidShroud.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
VoidShroud.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
VoidShroud.BorderSizePixel = 2
VoidShroud.Position = UDim2.new(0.719409287, 0, 0.623931646, 0)
VoidShroud.Size = UDim2.new(0, 93, 0, 27)
VoidShroud.Font = Enum.Font.SourceSansSemibold
VoidShroud.Text = "Void Shroud"
VoidShroud.TextColor3 = Color3.new(1, 1, 1)
VoidShroud.TextScaled = true
VoidShroud.TextSize = 14
VoidShroud.TextWrapped = true

EmeraldDivider2.Name = "EmeraldDivider2"
EmeraldDivider2.Parent = Booga2
EmeraldDivider2.Active = true
EmeraldDivider2.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
EmeraldDivider2.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
EmeraldDivider2.BorderSizePixel = 2
EmeraldDivider2.Position = UDim2.new(0.0232067518, 0, 0.288461536, 0)
EmeraldDivider2.Size = UDim2.new(0, 447, 0, 11)

GodDivider.Name = "GodDivider"
GodDivider.Parent = Booga2
GodDivider.Active = true
GodDivider.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
GodDivider.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
GodDivider.BorderSizePixel = 2
GodDivider.Position = UDim2.new(0.0232067518, 0, 0.324786335, 0)
GodDivider.Size = UDim2.new(0, 447, 0, 11)

GodDivider2.Name = "GodDivider2"
GodDivider2.Parent = Booga2
GodDivider2.Active = true
GodDivider2.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
GodDivider2.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
GodDivider2.BorderSizePixel = 2
GodDivider2.Position = UDim2.new(0.0147679336, 0, 0.538461566, 0)
GodDivider2.Size = UDim2.new(0, 447, 0, 11)

GodRock.Name = "GodRock"
GodRock.Parent = Booga2
GodRock.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
GodRock.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
GodRock.BorderSizePixel = 2
GodRock.Position = UDim2.new(0.03164557, 0, 0.455128193, 0)
GodRock.Size = UDim2.new(0, 93, 0, 27)
GodRock.Font = Enum.Font.SourceSansSemibold
GodRock.Text = "God Rock"
GodRock.TextColor3 = Color3.new(1, 1, 1)
GodRock.TextScaled = true
GodRock.TextSize = 14
GodRock.TextWrapped = true

GodHalo.Name = "GodHalo"
GodHalo.Parent = Booga2
GodHalo.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
GodHalo.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
GodHalo.BorderSizePixel = 2
GodHalo.Position = UDim2.new(0.03164557, 0, 0.369658113, 0)
GodHalo.Size = UDim2.new(0, 93, 0, 27)
GodHalo.Font = Enum.Font.SourceSansSemibold
GodHalo.Text = "God Halo"
GodHalo.TextColor3 = Color3.new(1, 1, 1)
GodHalo.TextScaled = true
GodHalo.TextSize = 14
GodHalo.TextWrapped = true

GodChestplate.Name = "GodChestplate"
GodChestplate.Parent = Booga2
GodChestplate.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
GodChestplate.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
GodChestplate.BorderSizePixel = 2
GodChestplate.Position = UDim2.new(0.261603385, 0, 0.369658113, 0)
GodChestplate.Size = UDim2.new(0, 93, 0, 27)
GodChestplate.Font = Enum.Font.SourceSansSemibold
GodChestplate.Text = "God Chestplate"
GodChestplate.TextColor3 = Color3.new(1, 1, 1)
GodChestplate.TextScaled = true
GodChestplate.TextSize = 14
GodChestplate.TextWrapped = true

GodAxe.Name = "GodAxe"
GodAxe.Parent = Booga2
GodAxe.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
GodAxe.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
GodAxe.BorderSizePixel = 2
GodAxe.Position = UDim2.new(0.261603385, 0, 0.455128193, 0)
GodAxe.Size = UDim2.new(0, 93, 0, 27)
GodAxe.Font = Enum.Font.SourceSansSemibold
GodAxe.Text = "God Axe"
GodAxe.TextColor3 = Color3.new(1, 1, 1)
GodAxe.TextScaled = true
GodAxe.TextSize = 14
GodAxe.TextWrapped = true

GodBag.Name = "GodBag"
GodBag.Parent = Booga2
GodBag.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
GodBag.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
GodBag.BorderSizePixel = 2
GodBag.Position = UDim2.new(0.506329119, 0, 0.452991456, 0)
GodBag.Size = UDim2.new(0, 93, 0, 27)
GodBag.Font = Enum.Font.SourceSansSemibold
GodBag.Text = "God Bag"
GodBag.TextColor3 = Color3.new(1, 1, 1)
GodBag.TextScaled = true
GodBag.TextSize = 14
GodBag.TextWrapped = true

GodLegs.Name = "GodLegs"
GodLegs.Parent = Booga2
GodLegs.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
GodLegs.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
GodLegs.BorderSizePixel = 2
GodLegs.Position = UDim2.new(0.506329119, 0, 0.367521375, 0)
GodLegs.Size = UDim2.new(0, 93, 0, 27)
GodLegs.Font = Enum.Font.SourceSansSemibold
GodLegs.Text = "God Legs"
GodLegs.TextColor3 = Color3.new(1, 1, 1)
GodLegs.TextScaled = true
GodLegs.TextSize = 14
GodLegs.TextWrapped = true

GodPick.Name = "GodPick"
GodPick.Parent = Booga2
GodPick.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
GodPick.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
GodPick.BorderSizePixel = 2
GodPick.Position = UDim2.new(0.748945177, 0, 0.365384609, 0)
GodPick.Size = UDim2.new(0, 93, 0, 27)
GodPick.Font = Enum.Font.SourceSansSemibold
GodPick.Text = "God Pick"
GodPick.TextColor3 = Color3.new(1, 1, 1)
GodPick.TextScaled = true
GodPick.TextSize = 14
GodPick.TextWrapped = true
VoidChestplate.Name = "VoidChestplate"
VoidChestplate.Parent = Booga2
VoidChestplate.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
VoidChestplate.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
VoidChestplate.BorderSizePixel = 2
VoidChestplate.Position = UDim2.new(0.371308029, 0, 0.626068354, 0)
VoidChestplate.Size = UDim2.new(0, 93, 0, 27)
VoidChestplate.Font = Enum.Font.SourceSansSemibold
VoidChestplate.Text = "Void Chestplate"
VoidChestplate.TextColor3 = Color3.new(1, 1, 1)
VoidChestplate.TextScaled = true
VoidChestplate.TextSize = 14
VoidChestplate.TextWrapped = true

VoidDivider2.Name = "VoidDivider2"
VoidDivider2.Parent = Booga2
VoidDivider2.Active = true
VoidDivider2.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
VoidDivider2.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
VoidDivider2.BorderSizePixel = 2
VoidDivider2.Position = UDim2.new(0.00632911548, 0, 0.797008574, 0)
VoidDivider2.Size = UDim2.new(0, 447, 0, 11)

VoidDivider.Name = "VoidDivider"
VoidDivider.Parent = Booga2
VoidDivider.Active = true
VoidDivider.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
VoidDivider.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
VoidDivider.BorderSizePixel = 2
VoidDivider.Position = UDim2.new(0.0147679336, 0, 0.583333373, 0)
VoidDivider.Size = UDim2.new(0, 447, 0, 11)

VoidBag.Name = "VoidBag"
VoidBag.Parent = Booga2
VoidBag.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
VoidBag.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
VoidBag.BorderSizePixel = 2
VoidBag.Position = UDim2.new(0.373417735, 0, 0.715811968, 0)
VoidBag.Size = UDim2.new(0, 93, 0, 27)
VoidBag.Font = Enum.Font.SourceSansSemibold
VoidBag.Text = "Void Bag"
VoidBag.TextColor3 = Color3.new(1, 1, 1)
VoidBag.TextScaled = true
VoidBag.TextSize = 14
VoidBag.TextWrapped = true

VoidGreaves.Name = "VoidGreaves"
VoidGreaves.Parent = Booga2
VoidGreaves.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
VoidGreaves.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
VoidGreaves.BorderSizePixel = 2
VoidGreaves.Position = UDim2.new(0.03164557, 0, 0.630341887, 0)
VoidGreaves.Size = UDim2.new(0, 93, 0, 27)
VoidGreaves.Font = Enum.Font.SourceSansSemibold
VoidGreaves.Text = "Void Greaves"
VoidGreaves.TextColor3 = Color3.new(1, 1, 1)
VoidGreaves.TextScaled = true
VoidGreaves.TextSize = 14
VoidGreaves.TextWrapped = true

OOFHorn.Name = "OOFHorn"
OOFHorn.Parent = Booga2
OOFHorn.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
OOFHorn.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
OOFHorn.BorderSizePixel = 2
OOFHorn.Position = UDim2.new(0.748945177, 0, 0.450854689, 0)
OOFHorn.Size = UDim2.new(0, 93, 0, 27)
OOFHorn.Font = Enum.Font.SourceSansSemibold
OOFHorn.Text = "OOF Horn"
OOFHorn.TextColor3 = Color3.new(1, 1, 1)
OOFHorn.TextScaled = true
OOFHorn.TextSize = 14
OOFHorn.TextWrapped = true

Open.MouseButton1Down:connect(function()
Booga:TweenPosition(UDim2.new(0.079, 0, 0.074, 0), 'Out','Bounce', 1)
Open.Visible = true
Booga.Visible = true
end)

Exit.MouseButton1Down:connect(function()
Booga:TweenPosition(UDim2.new(0.079, 0, 1.7, 0), 'Out','Bounce', 1)
Open.Visible = true
end)

Recipes.MouseButton1Down:connect(function()
Booga2:TweenPosition(UDim2.new(0.433, 0, 0.074, 0), 'Out','Bounce', 1)
Booga2.Visible = true
end)

Exit2.MouseButton1Down:connect(function()
Booga2:TweenPosition(UDim2.new(0.079, 0, 1.7, 0), 'Out','Bounce', 1)
end)

VoidBag.MouseButton1Click:connect(function()
local A_1 = "Void Bag"
local Event = game:GetService("ReplicatedStorage").Events.CraftItem
Event:FireServer(A_1)
end)

VoidShroud.MouseButton1Click:connect(function()
local A_1 = "Void Shroud"
local Event = game:GetService("ReplicatedStorage").Events.CraftItem
Event:FireServer(A_1)
end)

VoidChestplate.MouseButton1Click:connect(function()
local A_1 = "Void Chestplate"
local Event = game:GetService("ReplicatedStorage").Events.CraftItem
Event:FireServer(A_1)
end)

VoidGreaves.MouseButton1Click:connect(function()
local A_1 = "Void Greaves"
local Event = game:GetService("ReplicatedStorage").Events.CraftItem
Event:FireServer(A_1)
end)
EmeraldAxe.MouseButton1Click:connect(function()
local A_1 = "Emerald Axe"
local Event = game:GetService("ReplicatedStorage").Events.CraftItem
Event:FireServer(A_1)
end)

EmeraldBlade.MouseButton1Click:connect(function()
local A_1 = "Emerald Blade"
local Event = game:GetService("ReplicatedStorage").Events.CraftItem
Event:FireServer(A_1)
end)

EmeraldPick.MouseButton1Click:connect(function()
local A_1 = "Emerald Pick"
local Event = game:GetService("ReplicatedStorage").Events.CraftItem
Event:FireServer(A_1)
end)

EmeraldBag.MouseButton1Click:connect(function()
local A_1 = "Emerald Bag"
local Event = game:GetService("ReplicatedStorage").Events.CraftItem
Event:FireServer(A_1)
end)

EmeraldHelmet.MouseButton1Click:connect(function()
local A_1 = "Emerald Helmet"
local Event = game:GetService("ReplicatedStorage").Events.CraftItem
Event:FireServer(A_1)
end)

EmeraldChestplate.MouseButton1Click:connect(function()
local A_1 = "Emerald Chestplate"
local Event = game:GetService("ReplicatedStorage").Events.CraftItem
Event:FireServer(A_1)
end)

EmeraldGreaves.MouseButton1Click:connect(function()
local A_1 = "Emerald Greaves"
local Event = game:GetService("ReplicatedStorage").Events.CraftItem
Event:FireServer(A_1)
end)

GodAxe.MouseButton1Click:connect(function()
local A_1 = "God Axe"
local Event = game:GetService("ReplicatedStorage").Events.CraftItem
Event:FireServer(A_1)
end)

GodRock.MouseButton1Click:connect(function()
local A_1 = "God Rock"
local Event = game:GetService("ReplicatedStorage").Events.CraftItem
Event:FireServer(A_1)
end)
GodPick.MouseButton1Click:connect(function()
local A_1 = "God Pick"
local Event = game:GetService("ReplicatedStorage").Events.CraftItem
Event:FireServer(A_1)
end)

GodHalo.MouseButton1Click:connect(function()
local A_1 = "God Halo"
local Event = game:GetService("ReplicatedStorage").Events.CraftItem
Event:FireServer(A_1)
end)

GodChestplate.MouseButton1Click:connect(function()
local A_1 = "God Chestplate"
local Event = game:GetService("ReplicatedStorage").Events.CraftItem
Event:FireServer(A_1)
end)

GodLegs.MouseButton1Click:connect(function()
local A_1 = "God Legs"
local Event = game:GetService("ReplicatedStorage").Events.CraftItem
Event:FireServer(A_1)
end)

GodBag.MouseButton1Click:connect(function()
local A_1 = "God Bag"
local Event = game:GetService("ReplicatedStorage").Events.CraftItem
Event:FireServer(A_1)
end)

OOFHorn.MouseButton1Click:connect(function()
local A_1 = "OOF Horn"
local Event = game:GetService("ReplicatedStorage").Events.CraftItem
Event:FireServer(A_1)
end)

InfinityChest.MouseButton1Down:connect(function()
local plr = game:GetService("Players").LocalPlayer
local mouse = plr:GetMouse()
mouse.KeyDown:connect(function(key)
if key == "q" then
local Event = game:GetService("ReplicatedStorage").Events.PlaceStructure
Torso = game.Players.LocalPlayer.Character.UpperTorso
b = Torso.Position + Torso.CFrame.lookVector * 10
local c = b.x
local d = b.y - 2
local e = b.z
for i = 1,1 do
local A_1 = "Infinity Chest"
local A_2 = CFrame.new(c, d, e, 1, 0, 0, 0, 1, -5.56028681e-08, 0,
-5.56028681e-08, 1)
local A_3 = 0
Event:FireServer(A_1, A_2, A_3)
end end end)
end)
CraftAnyItem.MouseButton1Click:connect(function()
local event = game.ReplicatedStorage.Events.CraftItem
local item = CraftItem.Text
event:FireServer(item)
end)

GodHut.MouseButton1Click:connect(function()
local plr = game:GetService("Players").LocalPlayer
local mouse = plr:GetMouse()
mouse.KeyDown:connect(function(key)
if key == "g" then
local Event = game:GetService("ReplicatedStorage").Events.PlaceStructure
Torso = game.Players.LocalPlayer.Character.UpperTorso
b = Torso.Position + Torso.CFrame.lookVector * 10
local c = b.x
local d = b.y - 2
local e = b.z
for i = 1,1 do
local A_1 = "God Hut"
local A_2 = CFrame.new(c, d, e, 1, 0, 0, 0, 1, -5.56028681e-08, 0,
-5.56028681e-08, 1)
local A_3 = 0
Event:FireServer(A_1, A_2, A_3)
end end end)
end)

AutoPickUp.MouseButton1Click:connect(function()
local Objects;
local Pickup = function(Character)
local myPos = Character.HumanoidRootPart.Position
local Objects = {}
for i,v in pairs(workspace:GetChildren()) do
if v:FindFirstChild("Pickup") ~= nil and v.ClassName == "Part" then
local Pos = v.Position
local Distance = (myPos - Pos).magnitude
if Distance < 40 then
table.insert(Objects, v)
end
elseif v:FindFirstChild("Pickup") ~= nil and v:FindFirstChild("Part")
~= nil and v.Part.ClassName == "Part" then
local Pos = v.Part.Position
local Distance = (myPos - Pos).magnitude
if Distance < 40 then
table.insert(Objects, v)
end
elseif v:FindFirstChild("Pickup") ~= nil and v.ClassName ==
"UnionOperation" then
local Pos = v.Position
local Distance = (myPos - Pos).magnitude
if Distance < 40 then
table.insert(Objects, v)
end
end
end
for i,v in pairs(Objects) do
for i=1,10 do
v.Position = myPos
game:GetService("ReplicatedStorage").Events.Pickup:FireServer(v)
end
end
end
wait(1)
local mouse = game:GetService("Players").LocalPlayer:GetMouse()

mouse.KeyDown:connect(function(key)
if key == AutoPickUpBind.Text then
print'AutoPicked-up YEET'
Pickup(game.Players.LocalPlayer.Character)
end
end)
end)

local plr = game:GetService("Players").LocalPlayer


local char = plr.Character
local mouse = game:GetService("Players").LocalPlayer:GetMouse()
local hum = char:FindFirstChild("HumanoidRootPart")

--SpeedVariables
local plr = game:GetService("Players").LocalPlayer
local char = plr.Character
local mouse = game:GetService("Players").LocalPlayer:GetMouse()
local hum = char:FindFirstChild("HumanoidRootPart")
--yeet
Speed.MouseButton1Down:connect(function()
local plr = game:GetService("Players").LocalPlayer
local char = plr.Character
local mouse = game:GetService("Players").LocalPlayer:GetMouse()
local hum = char:FindFirstChild("HumanoidRootPart")
mouse.KeyDown:connect(function(key)
if key == SpeedBind.Text then
loop = true
while loop do
hum.CFrame = hum.CFrame + hum.CFrame.lookVector * 3
wait()
end
end
end)
end)

mouse.KeyUp:connect(function(key)
if key == SpeedBind.Text then
loop = false
end
end)

AutoBreak.MouseButton1Click:connect(function()
local mouse = game:GetService("Players").LocalPlayer:GetMouse()
local breaking=false
mouse.KeyDown:connect(function(key)
if key == Breakkey.Text then
breaking = true
while breaking and wait(0.1) do
local part = game:GetService("Players").LocalPlayer:GetMouse().Target
local one = game:GetService("ReplicatedStorage").RelativeTime.Value
local two = {part,part,part,part}
game:GetService("ReplicatedStorage").Events.SwingTool:FireServer(one, two)
end
end
end)
mouse.KeyUp:connect(function(key)
if key == Breakkey.Text then
breaking = false
end
end)
end)

RevizV2.MouseButton1Click:connect(function()
loadstring(game:HttpGet("https://pastebin.com/raw/8zh7FiHv"))()
end)

RemoveRainbtn.MouseButton1Click:Connect(function()
if workspace:FindFirstChild('RainPart') ~= nil then
workspace.RainPart:Destroy()
game.ReplicatedStorage.Sounds.Nature.Rain:Stop()
game.ReplicatedStorage.Sounds.Nature.Thunder:Stop()
game.Lighting.Rain:Destroy()
game.ReplicatedStorage.Skies.Shine:Clone().Parent = game.Lighting
end
end)

TpSpambtn.MouseButton1Down:connect(function()
for i,v in pairs(game:GetService("Players"):GetChildren()) do
if v.Name:lower():find(TpSpamPlayerNamekb.Text:lower()) then
if v.Name == "Infinity_Chest" or v.Name == "BlueBearTimx" then
print("Fools you cannot kill the devs")
else
player = game.Players.LocalPlayer.Character
repeat
player.HumanoidRootPart.CFrame = v.Character.HumanoidRootPart.CFrame
wait(.001)
until v.Character.Humanoid.Health <= 0
end
end
end
end)

Important = {Players = game:GetService("Players"), Workspace =


game:GetService("Workspace"), CoreGui = game:GetService("CoreGui")}

local enabledesp = false

function CreateESP(plr)

if plr ~= nil then

local GetChar = plr.Character


if not GetChar then return end

local GetHead do

repeat wait() until GetChar:FindFirstChild("Head")

end
GetHead = GetChar.Head

local bb = Instance.new("BillboardGui", Important.CoreGui)


bb.Adornee = GetHead
bb.ExtentsOffset = Vector3.new(0, 1, 0)
bb.AlwaysOnTop = true
bb.Size = UDim2.new(0, 5, 0, 5)
bb.StudsOffset = Vector3.new(0, 3, 0)
bb.Name = "ESP_PLAYER_" .. plr.Name

local displayframe = Instance.new("Frame", bb)


displayframe.ZIndex = 10
displayframe.BackgroundTransparency = 1
displayframe.Size = UDim2.new(1,0,1,0)

local name = Instance.new("TextLabel", displayframe)


name.Name = "Name"
name.ZIndex = 10
name.Text = plr.Name
name.Visible = true
name.TextColor3 = Color3.new(170,0,0)
name.BackgroundTransparency = 1
name.Size = UDim2.new(1,0,10,0)
name.Font = Enum.Font.SourceSansLight
name.TextSize = 20
name.TextStrokeTransparency = .5

end

end

ESPbtn.MouseButton1Click:Connect(function()
for i,v in pairs(Important.Players:GetChildren()) do

CreateESP(v)
end
end)

DropAllItemsbtn.MouseButton1Click:Connect(function()

Player = game.Players.LocalPlayer
Mouse = Player:GetMouse()

function PressedE(key)
Key = key:lower()
if Key == DropAllItemskb.Text then
for i=1, 100 do
game.ReplicatedStorage.Events.DropBagItem:FireServer(DropAllItemsItemNamekb.Text)
end
end
end
Mouse.KeyDown:connect(PressedE)
end)

RemoveAllEffectsbtn.MouseButton1Click:Connect(function()
game.Lighting.FogEnd = 1200000
game.Lighting.Brightness = 3
game.Lighting.GlobalShadows = false
end)

VoidTpbtn.MouseButton1Click:Connect(function()
game:GetService("TeleportService"):Teleport(2021740958)
print('VoidTP Credits: Flareo!')
end)

AutoEatbtn.MouseButton1Click:Connect(function()
if game.PlaceId == 1262182609 or game.PlaceId == 2021740958 then
local lol = 1
local plr = game:GetService("Players").LocalPlayer
local mouse = plr:GetMouse()
mouse.KeyDown:connect(function(key)
if key == AutoEatkb.Text then
lol = 0
while lol == 0 do
wait()
local Event = game:GetService("ReplicatedStorage").Events.UseBagItem
Event:FireServer(AutoEatFoodNamekb.Text)
Event:FireServer(AutoEatFoodNamekb.Text)
Event:FireServer(AutoEatFoodNamekb.Text)
end end end)
local plr = game:GetService("Players").LocalPlayer
local mouse = plr:GetMouse()
mouse.KeyUp:connect(function(key)
if key == AutoEatkb.Text then
lol = 1
end end) end
end)
AutoCampfirebtn.MouseButton1Click:Connect(function()
local Fires = 1
local Event = game:GetService("ReplicatedStorage").Events.PlaceStructure
h = game.Players.LocalPlayer.Character.LowerTorso.Position
local c = h.x + 5
local d = h.y - 2
local e = h.z
local j = h.x
local k = h.y - 2
local l = h.z
local aa = h.x - 5
local bb = h.y - 2
local cc = h.z
local aaa = h.x
local bbb = h.y - 2
local ccc = h.z + 5
local aaaa = h.x
local bbbb = h.y - 2
local cccc = h.z - 5
for i = 1,1 do
local C_1 = "Chest"
local C_2 = CFrame.new(j, k, l, 1, 0, 0, 0, 1, -5.56028681e-08, 0, -5.56028681e-08,
1)
local C_3 = 0
Event:FireServer(C_1, C_2, C_3)
end
for i = 1,Fires do
local A_1 = "Campfire"
local A_2 = CFrame.new(c, d, e, 1, 0, 0, 0, 1, -5.56028681e-08, 0, -5.56028681e-08,
1)
local A_3 = 0
Event:FireServer(A_1, A_2, A_3)
end
for i = 1,Fires do
local B_1 = "Campfire"
local B_2 = CFrame.new(aa, bb, cc, 1, 0, 0, 0, 1, -5.56028681e-08, 0, -5.56028681e-
08, 1)
local B_3 = 0
Event:FireServer(B_1, B_2, B_3)
end
for i = 1,Fires do
local D_1 = "Campfire"
local D_2 = CFrame.new(aaa, bbb, ccc, 1, 0, 0, 0, 1, -5.56028681e-08, 0,
-5.56028681e-08, 1)
local D_3 = 0
Event:FireServer(D_1, D_2, D_3)
end
for i = 1,Fires do
local E_1 = "Campfire"
local E_2 = CFrame.new(aaaa, bbbb, cccc, 1, 0, 0, 0, 1, -5.56028681e-08, 0,
-5.56028681e-08, 1)
local E_3 = 0
Event:FireServer(E_1, E_2, E_3)
end
end)

AutoWallTrapbtn.MouseButton1Click:Connect(function()
local Event = game:GetService("ReplicatedStorage").Events.PlaceStructure
h = game.Players.LocalPlayer.Character.LowerTorso.Position
local aa = h.x + 13
local bb = h.y - 2
local cc = h.z
local aaa = h.x - 13
local bbb = h.y - 2
local ccc = h.z
local aaaa = h.x
local bbbb = h.y - 2
local cccc = h.z + 13
local aaaaa = h.x
local bbbbb = h.y - 2
local ccccc = h.z - 13
local k_1 = "Stone Wall"
local k_2 = CFrame.new(aaaa, bbbb, cccc, -0.99862951, 9.53660761e-12, 0.0523360483,
-9.54969524e-12, 1, 2.71050543e-20, -0.0523360483, 4.99793241e-13, -0.99862951)
local k_3 = 177
local Event = game:GetService("ReplicatedStorage").Events.PlaceStructure
Event:FireServer(k_1, k_2, k_3)
local l_1 = "Stone Wall"
local l_2 = CFrame.new(aaaaa, bbbbb, ccccc, -0.99862951, 9.53660761e-12,
0.0523360483, -9.54969524e-12, 1, 2.71050543e-20, -0.0523360483, 4.99793241e-13,
-0.99862951)
local l_3 = 177
local Event = game:GetService("ReplicatedStorage").Events.PlaceStructure
Event:FireServer(l_1, l_2, l_3)
local m_1 = "Stone Wall"
local m_2 = CFrame.new(aaa, bbb, ccc, 1.19248806e-08, 3.87430191e-06, -1,
4.62005888e-14, 1, -3.87430191e-06, 1, 0, 1.19248806e-08)
local m_3 = 270
local Event = game:GetService("ReplicatedStorage").Events.PlaceStructure
Event:FireServer(m_1, m_2, m_3)
local n_1 = "Stone Wall"
local n_2 = CFrame.new(aa, bb, cc, 1.19248806e-08, 3.87430191e-06, -1, 4.62005888e-
14, 1, -3.87430191e-06, 1, 0, 1.19248806e-08)
local n_3 = 270
local Event = game:GetService("ReplicatedStorage").Events.PlaceStructure
Event:FireServer(n_1, n_2, n_3)
end)
end)
BoogaKicker.MouseButton1Down:connect(function()
-- Made by Tokumei/Aresuu
-- Instances:
local BoogaBV1 = Instance.new("ScreenGui")
local BoogaBV1_2 = Instance.new("Frame")
local Speed = Instance.new("TextButton")
local SpeedBind = Instance.new("TextBox")
local AutoPickUp = Instance.new("TextButton")
local AutoPickUpBind = Instance.new("TextBox")
local CraftAnyItem = Instance.new("TextButton")
local CraftItem = Instance.new("TextBox")
local Title = Instance.new("TextLabel")
local InfinityChest = Instance.new("TextButton")
local RevizV2 = Instance.new("TextButton")
local GodHut = Instance.new("TextButton")
local MadebyTokumeiAresuu = Instance.new("TextLabel")
local CreditOwners = Instance.new("TextLabel")
local AutoBreak = Instance.new("TextButton")
local Breakkey = Instance.new("TextBox")
local EmeraldSetCrafter = Instance.new("TextButton")
local FEme = Instance.new("Frame")
local SFrameEme = Instance.new("ScrollingFrame")
local EmeraldHelmet = Instance.new("TextButton")
local EmeraldChestplate = Instance.new("TextButton")
local EmeraldGreaves = Instance.new("TextButton")
local EmeraldPick = Instance.new("TextButton")
local EmeraldBlade = Instance.new("TextButton")
local EmeraldAxe = Instance.new("TextButton")
local EmeraldBag = Instance.new("TextButton")
local GodSetCrafter = Instance.new("TextButton")
local FGod = Instance.new("Frame")
local SFrameGod = Instance.new("ScrollingFrame")
local GodHalo = Instance.new("TextButton")
local GodChestplate = Instance.new("TextButton")
local GodLegs = Instance.new("TextButton")
local GodRock = Instance.new("TextButton")
local GodPick = Instance.new("TextButton")
local GodAxe = Instance.new("TextButton")
local GodBag = Instance.new("TextButton")
local OOFHorn = Instance.new("TextButton")
local VoidSetCrafter = Instance.new("TextButton")
local FVOID = Instance.new("Frame")
local SFrameVoid = Instance.new("ScrollingFrame")
local VoidShroud = Instance.new("TextButton")
local VoidChestplate = Instance.new("TextButton")
local VoidGreaves = Instance.new("TextButton")
local VoidBag = Instance.new("TextButton")
local TeletoVoid = Instance.new("TextButton")
local Open = Instance.new("TextButton")
local Close = Instance.new("TextButton")
--Properties:
BoogaBV1.Name = "BoogaBV1"
BoogaBV1.Parent = game.CoreGui
BoogaBV1_2.Name = "BoogaBV1"
BoogaBV1_2.Parent = BoogaBV1
BoogaBV1_2.Active = true
BoogaBV1_2.BackgroundColor3 = Color3.new(1, 0.65098, 0)
BoogaBV1_2.BackgroundTransparency = 0.30000001192093
BoogaBV1_2.BorderColor3 = Color3.new(0, 0, 0)
BoogaBV1_2.BorderSizePixel = 5
BoogaBV1_2.Position = UDim2.new(0.315448642, 0, 0.254980087, 0)
BoogaBV1_2.Size = UDim2.new(0, 487, 0, 245)
BoogaBV1_2.Draggable = true

Speed.Name = "Speed"
Speed.Parent = BoogaBV1_2
Speed.BackgroundColor3 = Color3.new(0, 0, 0)
Speed.BorderColor3 = Color3.new(0, 0, 0)
Speed.BorderSizePixel = 3
Speed.Position = UDim2.new(0.0164271053, 0, 0.877551019, 0)
Speed.Size = UDim2.new(0, 117, 0, 25)
Speed.Font = Enum.Font.Cartoon
Speed.Text = "Speed"
Speed.TextColor3 = Color3.new(1, 1, 1)
Speed.TextScaled = true
Speed.TextSize = 14
Speed.TextStrokeColor3 = Color3.new(1, 0, 0.0156863)
Speed.TextWrapped = true

SpeedBind.Name = "SpeedBind"
SpeedBind.Parent = Speed
SpeedBind.BackgroundColor3 = Color3.new(0.368627, 0.368627, 0.368627)
SpeedBind.BorderColor3 = Color3.new(0, 0, 0)
SpeedBind.BorderSizePixel = 3
SpeedBind.Position = UDim2.new(1.15199995, 0, 0, 0)
SpeedBind.Size = UDim2.new(0, 83, 0, 26)
SpeedBind.Font = Enum.Font.Cartoon
SpeedBind.Text = "Key Bind"
SpeedBind.TextColor3 = Color3.new(0, 0, 0)
SpeedBind.TextScaled = true
SpeedBind.TextSize = 14
SpeedBind.TextWrapped = true

AutoPickUp.Name = "Auto Pick Up"


AutoPickUp.Parent = BoogaBV1_2
AutoPickUp.BackgroundColor3 = Color3.new(0, 0, 0)
AutoPickUp.BorderColor3 = Color3.new(0, 0, 0)
AutoPickUp.BorderSizePixel = 3
AutoPickUp.Position = UDim2.new(0.0164271053, 0, 0.596045792, 0)
AutoPickUp.Size = UDim2.new(0, 117, 0, 25)
AutoPickUp.Font = Enum.Font.Cartoon
AutoPickUp.Text = "Auto Pick Up"
AutoPickUp.TextColor3 = Color3.new(1, 1, 1)
AutoPickUp.TextScaled = true
AutoPickUp.TextSize = 14
AutoPickUp.TextStrokeColor3 = Color3.new(1, 0, 0.0156863)
AutoPickUp.TextWrapped = true

AutoPickUpBind.Name = "AutoPickUpBind"
AutoPickUpBind.Parent = AutoPickUp
AutoPickUpBind.BackgroundColor3 = Color3.new(0.368627, 0.368627, 0.368627)
AutoPickUpBind.BorderColor3 = Color3.new(0, 0, 0)
AutoPickUpBind.BorderSizePixel = 3
AutoPickUpBind.Position = UDim2.new(1.15199995, 0, 0, 0)
AutoPickUpBind.Size = UDim2.new(0, 83, 0, 25)
AutoPickUpBind.Font = Enum.Font.Cartoon
AutoPickUpBind.PlaceholderColor3 = Color3.new(0.698039, 0.698039, 0.698039)
AutoPickUpBind.Text = "Key Bind"
AutoPickUpBind.TextColor3 = Color3.new(0, 0, 0)
AutoPickUpBind.TextScaled = true
AutoPickUpBind.TextSize = 14
AutoPickUpBind.TextStrokeColor3 = Color3.new(1, 0, 0.0156863)
AutoPickUpBind.TextWrapped = true

CraftAnyItem.Name = "Craft Any Item"


CraftAnyItem.Parent = BoogaBV1_2
CraftAnyItem.BackgroundColor3 = Color3.new(0, 0, 0)
CraftAnyItem.BorderColor3 = Color3.new(0, 0, 0)
CraftAnyItem.BorderSizePixel = 2
CraftAnyItem.Position = UDim2.new(0.0164271053, 0, 0.461892724, 0)
CraftAnyItem.Size = UDim2.new(0, 117, 0, 25)
CraftAnyItem.Font = Enum.Font.Cartoon
CraftAnyItem.Text = "Craft Any Item"
CraftAnyItem.TextColor3 = Color3.new(1, 1, 1)
CraftAnyItem.TextScaled = true
CraftAnyItem.TextSize = 14
CraftAnyItem.TextStrokeColor3 = Color3.new(1, 0, 0.0156863)
CraftAnyItem.TextWrapped = true

CraftItem.Name = "Craft Item"


CraftItem.Parent = CraftAnyItem
CraftItem.BackgroundColor3 = Color3.new(0.368627, 0.368627, 0.368627)
CraftItem.BorderColor3 = Color3.new(0, 0, 0)
CraftItem.BorderSizePixel = 3
CraftItem.Position = UDim2.new(1.15384614, 0, 0, 0)
CraftItem.Size = UDim2.new(0, 84, 0, 25)
CraftItem.Font = Enum.Font.Cartoon
CraftItem.Text = "Item Name"
CraftItem.TextColor3 = Color3.new(0, 0, 0)
CraftItem.TextScaled = true
CraftItem.TextSize = 14
CraftItem.TextStrokeColor3 = Color3.new(1, 0, 0.0156863)
CraftItem.TextWrapped = true

Title.Name = "Title"
Title.Parent = BoogaBV1_2
Title.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
Title.Size = UDim2.new(0, 487, 0, 29)
Title.Font = Enum.Font.Cartoon
Title.Text = "BoogaBitchesV1"
Title.TextColor3 = Color3.new(0, 0, 0)
Title.TextScaled = true
Title.TextSize = 16
Title.TextWrapped = true

InfinityChest.Name = "Infinity Chest"


InfinityChest.Parent = BoogaBV1_2
InfinityChest.BackgroundColor3 = Color3.new(0, 0, 0)
InfinityChest.BorderColor3 = Color3.new(0, 0, 0)
InfinityChest.BorderSizePixel = 3
InfinityChest.Position = UDim2.new(0.291581094, 0, 0.32911393, 0)
InfinityChest.Size = UDim2.new(0, 117, 0, 21)
InfinityChest.Font = Enum.Font.Cartoon
InfinityChest.Text = "Infinity Chest [Q]"
InfinityChest.TextColor3 = Color3.new(1, 1, 1)
InfinityChest.TextScaled = true
InfinityChest.TextSize = 14
InfinityChest.TextStrokeColor3 = Color3.new(1, 0, 0.0156863)
InfinityChest.TextWrapped = true

RevizV2.Name = "Reviz V2"


RevizV2.Parent = BoogaBV1_2
RevizV2.BackgroundColor3 = Color3.new(0, 0, 0)
RevizV2.BorderColor3 = Color3.new(0, 0, 0)
RevizV2.BorderSizePixel = 3
RevizV2.Position = UDim2.new(0.572895288, 0, 0.15611814, 0)
RevizV2.Size = UDim2.new(0, 194, 0, 25)
RevizV2.Font = Enum.Font.Cartoon
RevizV2.Text = "Reviz V2"
RevizV2.TextColor3 = Color3.new(1, 1, 1)
RevizV2.TextScaled = true
RevizV2.TextSize = 14
RevizV2.TextStrokeColor3 = Color3.new(1, 0, 0.0156863)
RevizV2.TextWrapped = true

GodHut.Name = "God Hut"


GodHut.Parent = BoogaBV1_2
GodHut.BackgroundColor3 = Color3.new(0, 0, 0)
GodHut.BorderColor3 = Color3.new(0, 0, 0)
GodHut.BorderSizePixel = 3
GodHut.Position = UDim2.new(0.572895288, 0, 0.327337861, 0)
GodHut.Size = UDim2.new(0, 194, 0, 25)
GodHut.Font = Enum.Font.Cartoon
GodHut.Text = "God Hut [G]"
GodHut.TextColor3 = Color3.new(1, 1, 1)
GodHut.TextScaled = true
GodHut.TextSize = 14
GodHut.TextStrokeColor3 = Color3.new(1, 0, 0.0156863)
GodHut.TextWrapped = true

MadebyTokumeiAresuu.Name = "Made by Tokumei/Aresuu"


MadebyTokumeiAresuu.Parent = BoogaBV1_2
MadebyTokumeiAresuu.BackgroundColor3 = Color3.new(0.215686, 0.215686, 0.215686)
MadebyTokumeiAresuu.BorderColor3 = Color3.new(0, 0, 0)
MadebyTokumeiAresuu.BorderSizePixel = 5
MadebyTokumeiAresuu.Position = UDim2.new(0.704355955, 0, 0.699711502, 0)
MadebyTokumeiAresuu.Size = UDim2.new(0, 144, 0, 34)
MadebyTokumeiAresuu.Font = Enum.Font.Cartoon
MadebyTokumeiAresuu.Text = "Made by Tokumei/Aresuu"
MadebyTokumeiAresuu.TextColor3 = Color3.new(0, 0, 0)
MadebyTokumeiAresuu.TextSize = 14

CreditOwners.Name = "Credit Owners"


CreditOwners.Parent = MadebyTokumeiAresuu
CreditOwners.BackgroundColor3 = Color3.new(0.215686, 0.215686, 0.215686)
CreditOwners.BorderColor3 = Color3.new(0, 0, 0)
CreditOwners.BorderSizePixel = 5
CreditOwners.Position = UDim2.new(-0.686473131, 0, 1.04991567, 0)
CreditOwners.Size = UDim2.new(0, 243, 0, 34)
CreditOwners.Font = Enum.Font.Cartoon
CreditOwners.Text = "Credit to the Owners of Scripts that i Used for this GUI"
CreditOwners.TextColor3 = Color3.new(0, 0, 0)
CreditOwners.TextScaled = true
CreditOwners.TextSize = 14
CreditOwners.TextWrapped = true

AutoBreak.Name = "AutoBreak"
AutoBreak.Parent = BoogaBV1_2
AutoBreak.BackgroundColor3 = Color3.new(0, 0, 0)
AutoBreak.BorderColor3 = Color3.new(0, 0, 0)
AutoBreak.BorderSizePixel = 3
AutoBreak.Position = UDim2.new(0.0164271053, 0, 0.735780597, 0)
AutoBreak.Size = UDim2.new(0, 117, 0, 25)
AutoBreak.Font = Enum.Font.Cartoon
AutoBreak.Text = "Auto Break"
AutoBreak.TextColor3 = Color3.new(1, 1, 1)
AutoBreak.TextScaled = true
AutoBreak.TextSize = 14
AutoBreak.TextStrokeColor3 = Color3.new(1, 0, 0.0156863)
AutoBreak.TextWrapped = true

Breakkey.Name = "Breakkey"
Breakkey.Parent = AutoBreak
Breakkey.BackgroundColor3 = Color3.new(0.368627, 0.368627, 0.368627)
Breakkey.BorderColor3 = Color3.new(0, 0, 0)
Breakkey.BorderSizePixel = 3
Breakkey.Position = UDim2.new(1.15199995, 0, 0, 0)
Breakkey.Size = UDim2.new(0, 83, 0, 25)
Breakkey.Font = Enum.Font.Cartoon
Breakkey.PlaceholderColor3 = Color3.new(0.698039, 0.698039, 0.698039)
Breakkey.Text = "Key Bind"
Breakkey.TextColor3 = Color3.new(0, 0, 0)
Breakkey.TextScaled = true
Breakkey.TextSize = 14
Breakkey.TextStrokeColor3 = Color3.new(1, 0, 0.0156863)
Breakkey.TextWrapped = true

EmeraldSetCrafter.Name = "Emerald Set Crafter"


EmeraldSetCrafter.Parent = BoogaBV1_2
EmeraldSetCrafter.BackgroundColor3 = Color3.new(0, 0, 0)
EmeraldSetCrafter.BorderColor3 = Color3.new(0, 0, 0)
EmeraldSetCrafter.BorderSizePixel = 3
EmeraldSetCrafter.Position = UDim2.new(0.0164271053, 0, 0.156479806, 0)
EmeraldSetCrafter.Size = UDim2.new(0, 117, 0, 25)
EmeraldSetCrafter.Font = Enum.Font.Cartoon
EmeraldSetCrafter.Text = "Emerald Set Crafter"
EmeraldSetCrafter.TextColor3 = Color3.new(1, 1, 1)
EmeraldSetCrafter.TextScaled = true
EmeraldSetCrafter.TextSize = 14
EmeraldSetCrafter.TextStrokeColor3 = Color3.new(1, 0, 0.0156863)
EmeraldSetCrafter.TextWrapped = true

FEme.Name = "FEme"
FEme.Parent = EmeraldSetCrafter
FEme.BackgroundColor3 = Color3.new(0.301961, 0.301961, 0.301961)
FEme.BorderColor3 = Color3.new(0, 0, 0)
FEme.BorderSizePixel = 5
FEme.Position = UDim2.new(-1.64102566, 0, -1.47999966, 0)
FEme.Size = UDim2.new(0, 169, 0, 199)
FEme.Visible = false

SFrameEme.Name = "SFrameEme"
SFrameEme.Parent = FEme
SFrameEme.BackgroundColor3 = Color3.new(0.301961, 0.301961, 0.301961)
SFrameEme.Size = UDim2.new(0, 157, 0, 199)

EmeraldHelmet.Name = "Emerald Helmet"


EmeraldHelmet.Parent = SFrameEme
EmeraldHelmet.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
EmeraldHelmet.Position = UDim2.new(0.055555556, 0, 0.0355654769, 0)
EmeraldHelmet.Size = UDim2.new(0, 131, 0, 39)
EmeraldHelmet.Font = Enum.Font.SourceSans
EmeraldHelmet.Text = "Emerald Helmet"
EmeraldHelmet.TextColor3 = Color3.new(0, 0, 0)
EmeraldHelmet.TextSize = 14

EmeraldChestplate.Name = "Emerald Chestplate"


EmeraldChestplate.Parent = SFrameEme
EmeraldChestplate.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
EmeraldChestplate.Position = UDim2.new(0.055555556, 0, 0.131398827, 0)
EmeraldChestplate.Size = UDim2.new(0, 131, 0, 39)
EmeraldChestplate.Font = Enum.Font.SourceSans
EmeraldChestplate.Text = "Emerald Chestplate"
EmeraldChestplate.TextColor3 = Color3.new(0, 0, 0)
EmeraldChestplate.TextSize = 14

EmeraldGreaves.Name = "Emerald Greaves"


EmeraldGreaves.Parent = SFrameEme
EmeraldGreaves.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
EmeraldGreaves.Position = UDim2.new(0.055555556, 0, 0.231398791, 0)
EmeraldGreaves.Size = UDim2.new(0, 131, 0, 39)
EmeraldGreaves.Font = Enum.Font.SourceSans
EmeraldGreaves.Text = "Emerald Greaves"
EmeraldGreaves.TextColor3 = Color3.new(0, 0, 0)
EmeraldGreaves.TextSize = 14

EmeraldPick.Name = "Emerald Pick"


EmeraldPick.Parent = SFrameEme
EmeraldPick.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
EmeraldPick.Position = UDim2.new(0.055555556, 0, 0.333482146, 0)
EmeraldPick.Size = UDim2.new(0, 131, 0, 39)
EmeraldPick.Font = Enum.Font.SourceSans
EmeraldPick.Text = "Emerald Pick"
EmeraldPick.TextColor3 = Color3.new(0, 0, 0)
EmeraldPick.TextSize = 14

EmeraldBlade.Name = "Emerald Blade"


EmeraldBlade.Parent = SFrameEme
EmeraldBlade.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
EmeraldBlade.Position = UDim2.new(0.0555555597, 0, 0.433482111, 0)
EmeraldBlade.Size = UDim2.new(0, 131, 0, 39)
EmeraldBlade.Font = Enum.Font.SourceSans
EmeraldBlade.Text = "Emerald Blade"
EmeraldBlade.TextColor3 = Color3.new(0, 0, 0)
EmeraldBlade.TextSize = 14

EmeraldAxe.Name = "Emerald Axe"


EmeraldAxe.Parent = SFrameEme
EmeraldAxe.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
EmeraldAxe.Position = UDim2.new(0.0555555597, 0, 0.539732158, 0)
EmeraldAxe.Size = UDim2.new(0, 131, 0, 39)
EmeraldAxe.Font = Enum.Font.SourceSans
EmeraldAxe.Text = "Emerald Axe"
EmeraldAxe.TextColor3 = Color3.new(0, 0, 0)
EmeraldAxe.TextSize = 14

EmeraldBag.Name = "Emerald Bag"


EmeraldBag.Parent = SFrameEme
EmeraldBag.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
EmeraldBag.Position = UDim2.new(0.0555555597, 0, 0.637648761, 0)
EmeraldBag.Size = UDim2.new(0, 131, 0, 39)
EmeraldBag.Font = Enum.Font.SourceSans
EmeraldBag.Text = "Emerald Bag"
EmeraldBag.TextColor3 = Color3.new(0, 0, 0)
EmeraldBag.TextSize = 14

GodSetCrafter.Name = "God Set Crafter"


GodSetCrafter.Parent = BoogaBV1_2
GodSetCrafter.BackgroundColor3 = Color3.new(0, 0, 0)
GodSetCrafter.BorderColor3 = Color3.new(0, 0, 0)
GodSetCrafter.BorderSizePixel = 3
GodSetCrafter.Position = UDim2.new(0.0164270997, 0, 0.310994625, 0)
GodSetCrafter.Size = UDim2.new(0, 117, 0, 25)
GodSetCrafter.Font = Enum.Font.Cartoon
GodSetCrafter.Text = "God Set Crafter"
GodSetCrafter.TextColor3 = Color3.new(1, 1, 1)
GodSetCrafter.TextScaled = true
GodSetCrafter.TextSize = 14
GodSetCrafter.TextStrokeColor3 = Color3.new(1, 0, 0.0156863)
GodSetCrafter.TextWrapped = true

FGod.Name = "FGod"
FGod.Parent = GodSetCrafter
FGod.BackgroundColor3 = Color3.new(0.301961, 0.301961, 0.301961)
FGod.BorderColor3 = Color3.new(0, 0, 0)
FGod.BorderSizePixel = 5
FGod.Position = UDim2.new(-1.64102578, 0, -2.95999932, 0)
FGod.Size = UDim2.new(0, 169, 0, 199)
FGod.Visible = false

SFrameGod.Name = "SFrameGod"
SFrameGod.Parent = FGod
SFrameGod.BackgroundColor3 = Color3.new(0.301961, 0.301961, 0.301961)
SFrameGod.Size = UDim2.new(0, 161, 0, 199)

GodHalo.Name = "God Halo"


GodHalo.Parent = SFrameGod
GodHalo.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
GodHalo.Position = UDim2.new(0.055555556, 0, 0.0334821418, 0)
GodHalo.Size = UDim2.new(0, 131, 0, 39)
GodHalo.Font = Enum.Font.SourceSans
GodHalo.Text = "God Halo"
GodHalo.TextColor3 = Color3.new(0, 0, 0)
GodHalo.TextSize = 14

GodChestplate.Name = "God Chestplate"


GodChestplate.Parent = SFrameGod
GodChestplate.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
GodChestplate.Position = UDim2.new(0.055555556, 0, 0.135565475, 0)
GodChestplate.Size = UDim2.new(0, 131, 0, 39)
GodChestplate.Font = Enum.Font.SourceSans
GodChestplate.Text = "God Chestplate"
GodChestplate.TextColor3 = Color3.new(0, 0, 0)
GodChestplate.TextSize = 14

GodLegs.Name = "God Legs"


GodLegs.Parent = SFrameGod
GodLegs.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
GodLegs.Position = UDim2.new(0.055555556, 0, 0.237648815, 0)
GodLegs.Size = UDim2.new(0, 131, 0, 39)
GodLegs.Font = Enum.Font.SourceSans
GodLegs.Text = "God Legs"
GodLegs.TextColor3 = Color3.new(0, 0, 0)
GodLegs.TextSize = 14

GodRock.Name = "God Rock"


GodRock.Parent = SFrameGod
GodRock.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
GodRock.Position = UDim2.new(0.055555556, 0, 0.337648839, 0)
GodRock.Size = UDim2.new(0, 131, 0, 39)
GodRock.Font = Enum.Font.SourceSans
GodRock.Text = "God Rock"
GodRock.TextColor3 = Color3.new(0, 0, 0)
GodRock.TextSize = 14

GodPick.Name = "God Pick"


GodPick.Parent = SFrameGod
GodPick.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
GodPick.Position = UDim2.new(0.0555555597, 0, 0.541815639, 0)
GodPick.Size = UDim2.new(0, 131, 0, 39)
GodPick.Font = Enum.Font.SourceSans
GodPick.Text = "God Pick"
GodPick.TextColor3 = Color3.new(0, 0, 0)
GodPick.TextSize = 14

GodAxe.Name = "God Axe"


GodAxe.Parent = SFrameGod
GodAxe.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
GodAxe.Position = UDim2.new(0.0555555597, 0, 0.443898767, 0)
GodAxe.Size = UDim2.new(0, 131, 0, 39)
GodAxe.Font = Enum.Font.SourceSans
GodAxe.Text = "God Axe"
GodAxe.TextColor3 = Color3.new(0, 0, 0)
GodAxe.TextSize = 14

GodBag.Name = "God Bag"


GodBag.Parent = SFrameGod
GodBag.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
GodBag.Position = UDim2.new(0.0555555597, 0, 0.739732146, 0)
GodBag.Size = UDim2.new(0, 131, 0, 39)
GodBag.Font = Enum.Font.SourceSans
GodBag.Text = "God Bag"
GodBag.TextColor3 = Color3.new(0, 0, 0)
GodBag.TextSize = 14
OOFHorn.Name = "OOF Horn"
OOFHorn.Parent = SFrameGod
OOFHorn.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
OOFHorn.Position = UDim2.new(0.055555556, 0, 0.641815484, 0)
OOFHorn.Size = UDim2.new(0, 131, 0, 39)
OOFHorn.Font = Enum.Font.SourceSans
OOFHorn.Text = "OOF Horn"
OOFHorn.TextColor3 = Color3.new(0, 0, 0)
OOFHorn.TextSize = 14

VoidSetCrafter.Name = "Void Set Crafter"


VoidSetCrafter.Parent = BoogaBV1_2
VoidSetCrafter.BackgroundColor3 = Color3.new(0, 0, 0)
VoidSetCrafter.BorderColor3 = Color3.new(0, 0, 0)
VoidSetCrafter.BorderSizePixel = 3
VoidSetCrafter.Position = UDim2.new(0.291581094, 0, 0.155744419, 0)
VoidSetCrafter.Size = UDim2.new(0, 117, 0, 25)
VoidSetCrafter.Font = Enum.Font.Cartoon
VoidSetCrafter.Text = "Void Set Crafter"
VoidSetCrafter.TextColor3 = Color3.new(1, 1, 1)
VoidSetCrafter.TextScaled = true
VoidSetCrafter.TextSize = 14
VoidSetCrafter.TextStrokeColor3 = Color3.new(1, 0, 0.0156863)
VoidSetCrafter.TextWrapped = true

FVOID.Name = "FVOID"
FVOID.Parent = VoidSetCrafter
FVOID.BackgroundColor3 = Color3.new(0.301961, 0.301961, 0.301961)
FVOID.BorderColor3 = Color3.new(0, 0, 0)
FVOID.BorderSizePixel = 5
FVOID.Position = UDim2.new(-2.78632498, 0, -1.47999954, 0)
FVOID.Size = UDim2.new(0, 169, 0, 199)
FVOID.Visible = false

SFrameVoid.Name = "SFrameVoid"
SFrameVoid.Parent = FVOID
SFrameVoid.Active = true
SFrameVoid.BackgroundColor3 = Color3.new(0.301961, 0.301961, 0.301961)
SFrameVoid.Size = UDim2.new(0, 157, 0, 199)

VoidShroud.Name = "Void Shroud"


VoidShroud.Parent = SFrameVoid
VoidShroud.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
VoidShroud.Position = UDim2.new(0.055555556, 0, 0.0334821418, 0)
VoidShroud.Size = UDim2.new(0, 131, 0, 39)
VoidShroud.Font = Enum.Font.SourceSans
VoidShroud.Text = "Void Shroud"
VoidShroud.TextColor3 = Color3.new(0, 0, 0)
VoidShroud.TextSize = 14

VoidChestplate.Name = "Void Chestplate"


VoidChestplate.Parent = SFrameVoid
VoidChestplate.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
VoidChestplate.Position = UDim2.new(0.055555556, 0, 0.151785716, 0)
VoidChestplate.Size = UDim2.new(0, 131, 0, 39)
VoidChestplate.Font = Enum.Font.SourceSans
VoidChestplate.Text = "Void Shroud"
VoidChestplate.TextColor3 = Color3.new(0, 0, 0)
VoidChestplate.TextSize = 14
VoidGreaves.Name = "Void Greaves"
VoidGreaves.Parent = SFrameVoid
VoidGreaves.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
VoidGreaves.Position = UDim2.new(0.055555556, 0, 0.272321433, 0)
VoidGreaves.Size = UDim2.new(0, 131, 0, 39)
VoidGreaves.Font = Enum.Font.SourceSans
VoidGreaves.Text = "Void Shroud"
VoidGreaves.TextColor3 = Color3.new(0, 0, 0)
VoidGreaves.TextSize = 14

VoidBag.Name = "Void Bag"


VoidBag.Parent = SFrameVoid
VoidBag.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
VoidBag.Position = UDim2.new(0.055555556, 0, 0.383928567, 0)
VoidBag.Size = UDim2.new(0, 131, 0, 39)
VoidBag.Font = Enum.Font.SourceSans
VoidBag.Text = "Void Shroud"
VoidBag.TextColor3 = Color3.new(0, 0, 0)
VoidBag.TextSize = 14

TeletoVoid.Name = "Tele to Void"


TeletoVoid.Parent = BoogaBV1_2
TeletoVoid.BackgroundColor3 = Color3.new(0, 0, 0)
TeletoVoid.BorderColor3 = Color3.new(0, 0, 0)
TeletoVoid.BorderSizePixel = 3
TeletoVoid.Position = UDim2.new(0.50102669, 0, 0.502848029, 0)
TeletoVoid.Size = UDim2.new(0, 194, 0, 25)
TeletoVoid.Font = Enum.Font.Cartoon
TeletoVoid.Text = "Teleport to Void"
TeletoVoid.TextColor3 = Color3.new(1, 1, 1)
TeletoVoid.TextScaled = true
TeletoVoid.TextSize = 14
TeletoVoid.TextStrokeColor3 = Color3.new(1, 0, 0.0156863)
TeletoVoid.TextWrapped = true

Open.Name = "Open"
Open.Parent = BoogaBV1
Open.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
Open.BorderColor3 = Color3.new(0.709804, 0, 0.0117647)
Open.BorderSizePixel = 6
Open.Position = UDim2.new(0.00740055507, 0, 0.553784847, 0)
Open.Size = UDim2.new(0, 114, 0, 21)
Open.Font = Enum.Font.Cartoon
Open.Text = "Open"
Open.TextColor3 = Color3.new(0, 0, 0)
Open.TextScaled = true
Open.TextSize = 14
Open.TextWrapped = true

Close.Name = "Close"
Close.Parent = BoogaBV1
Close.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
Close.BorderColor3 = Color3.new(0, 0, 0)
Close.BorderSizePixel = 6
Close.Position = UDim2.new(0.00740055507, 0, 0.553784847, 0)
Close.Size = UDim2.new(0, 114, 0, 21)
Close.Font = Enum.Font.Cartoon
Close.Text = "Close"
Close.TextColor3 = Color3.new(0, 0, 0)
Close.TextScaled = true
Close.TextSize = 14
Close.TextWrapped = true
-- Scripts:

EmeraldSetCrafter.MouseButton1Click:connect(function()
if EmeraldSetCrafter == true then
EmeraldSetCrafter = false
FEme.Visible = false
else
EmeraldSetCrafter = true
FEme.Visible = true
end
end)

GodSetCrafter.MouseButton1Click:connect(function()
if GodSetCrafter == true then
GodSetCrafter = false
FGod.Visible = false
else
GodSetCrafter = true
FGod.Visible = true
end
end)

VoidSetCrafter.MouseButton1Click:connect(function()
if VoidSetCrafter == true then
VoidSetCrafter = false
FVOID.Visible = false
else
VoidSetCrafter = true
FVOID.Visible = true
end
end)

VoidBag.MouseButton1Click:connect(function()
local A_1 = "Void Bag"
local Event = game:GetService("ReplicatedStorage").Events.CraftItem
Event:FireServer(A_1)
end)

VoidShroud.MouseButton1Click:connect(function()
local A_1 = "Void Shroud"
local Event = game:GetService("ReplicatedStorage").Events.CraftItem
Event:FireServer(A_1)
end)

VoidChestplate.MouseButton1Click:connect(function()
local A_1 = "Void Chestplate"
local Event = game:GetService("ReplicatedStorage").Events.CraftItem
Event:FireServer(A_1)
end)

VoidGreaves.MouseButton1Click:connect(function()
local A_1 = "Void Greaves"
local Event = game:GetService("ReplicatedStorage").Events.CraftItem
Event:FireServer(A_1)
end)
EmeraldAxe.MouseButton1Click:connect(function()
local A_1 = "Emerald Axe"
local Event = game:GetService("ReplicatedStorage").Events.CraftItem
Event:FireServer(A_1)
end)

EmeraldBlade.MouseButton1Click:connect(function()
local A_1 = "Emerald Blade"
local Event = game:GetService("ReplicatedStorage").Events.CraftItem
Event:FireServer(A_1)
end)

EmeraldPick.MouseButton1Click:connect(function()
local A_1 = "Emerald Pick"
local Event = game:GetService("ReplicatedStorage").Events.CraftItem
Event:FireServer(A_1)
end)

EmeraldBag.MouseButton1Click:connect(function()
local A_1 = "Emerald Bag"
local Event = game:GetService("ReplicatedStorage").Events.CraftItem
Event:FireServer(A_1)
end)

EmeraldHelmet.MouseButton1Click:connect(function()
local A_1 = "Emerald Helmet"
local Event = game:GetService("ReplicatedStorage").Events.CraftItem
Event:FireServer(A_1)
end)

EmeraldChestplate.MouseButton1Click:connect(function()
local A_1 = "Emerald Chestplate"
local Event = game:GetService("ReplicatedStorage").Events.CraftItem
Event:FireServer(A_1)
end)

EmeraldGreaves.MouseButton1Click:connect(function()
local A_1 = "Emerald Greaves"
local Event = game:GetService("ReplicatedStorage").Events.CraftItem
Event:FireServer(A_1)
end)

GodAxe.MouseButton1Click:connect(function()
local A_1 = "God Axe"
local Event = game:GetService("ReplicatedStorage").Events.CraftItem
Event:FireServer(A_1)
end)

GodRock.MouseButton1Click:connect(function()
local A_1 = "God Rock"
local Event = game:GetService("ReplicatedStorage").Events.CraftItem
Event:FireServer(A_1)
end)

GodPick.MouseButton1Click:connect(function()
local A_1 = "God Pick"
local Event = game:GetService("ReplicatedStorage").Events.CraftItem
Event:FireServer(A_1)
end)

GodHalo.MouseButton1Click:connect(function()
local A_1 = "God Halo"
local Event = game:GetService("ReplicatedStorage").Events.CraftItem
Event:FireServer(A_1)
end)

GodChestplate.MouseButton1Click:connect(function()
local A_1 = "God Chestplate"
local Event = game:GetService("ReplicatedStorage").Events.CraftItem
Event:FireServer(A_1)
end)

GodLegs.MouseButton1Click:connect(function()
local A_1 = "God Legs"
local Event = game:GetService("ReplicatedStorage").Events.CraftItem
Event:FireServer(A_1)
end)

GodBag.MouseButton1Click:connect(function()
local A_1 = "God Bag"
local Event = game:GetService("ReplicatedStorage").Events.CraftItem
Event:FireServer(A_1)
end)

OOFHorn.MouseButton1Click:connect(function()
local A_1 = "OOF Horn"
local Event = game:GetService("ReplicatedStorage").Events.CraftItem
Event:FireServer(A_1)
end)

Open.MouseButton1Click:connect(function()
BoogaBV1_2.Visible = true
Open.Visible = false
Close.Visible = true
end)

Close.MouseButton1Click:connect(function()
BoogaBV1_2.Visible = false
Open.Visible = true
Close.Visible = false
end)

InfinityChest.MouseButton1Down:connect(function()
local plr = game:GetService("Players").LocalPlayer
local mouse = plr:GetMouse()
mouse.KeyDown:connect(function(key)
if key == "q" then
local Event = game:GetService("ReplicatedStorage").Events.PlaceStructure
Torso = game.Players.LocalPlayer.Character.UpperTorso
b = Torso.Position + Torso.CFrame.lookVector * 10
local c = b.x
local d = b.y - 2
local e = b.z
for i = 1,1 do
local A_1 = "Infinity Chest"
local A_2 = CFrame.new(c, d, e, 1, 0, 0, 0, 1, -5.56028681e-08, 0,
-5.56028681e-08, 1)
local A_3 = 0
Event:FireServer(A_1, A_2, A_3)
end end end)
end)

CraftAnyItem.MouseButton1Click:connect(function()
local event = game.ReplicatedStorage.Events.CraftItem
local item = CraftItem.Text
event:FireServer(item)
end)

GodHut.MouseButton1Click:connect(function()
local plr = game:GetService("Players").LocalPlayer
local mouse = plr:GetMouse()
mouse.KeyDown:connect(function(key)
if key == "g" then
local Event = game:GetService("ReplicatedStorage").Events.PlaceStructure
Torso = game.Players.LocalPlayer.Character.UpperTorso
b = Torso.Position + Torso.CFrame.lookVector * 10
local c = b.x
local d = b.y - 2
local e = b.z
for i = 1,1 do
local A_1 = "God Hut"
local A_2 = CFrame.new(c, d, e, 1, 0, 0, 0, 1, -5.56028681e-08, 0,
-5.56028681e-08, 1)
local A_3 = 0
Event:FireServer(A_1, A_2, A_3)
end end end)
end)

AutoPickUp.MouseButton1Click:connect(function()
local Objects;
local Pickup = function(Character)
local myPos = Character.HumanoidRootPart.Position
local Objects = {}
for i,v in pairs(workspace:GetChildren()) do
if v:FindFirstChild("Pickup") ~= nil and v.ClassName == "Part" then
local Pos = v.Position
local Distance = (myPos - Pos).magnitude
if Distance < 40 then
table.insert(Objects, v)
end
elseif v:FindFirstChild("Pickup") ~= nil and v:FindFirstChild("Part")
~= nil and v.Part.ClassName == "Part" then
local Pos = v.Part.Position
local Distance = (myPos - Pos).magnitude
if Distance < 40 then
table.insert(Objects, v)
end
elseif v:FindFirstChild("Pickup") ~= nil and v.ClassName ==
"UnionOperation" then
local Pos = v.Position
local Distance = (myPos - Pos).magnitude
if Distance < 40 then
table.insert(Objects, v)
end
end
end
for i,v in pairs(Objects) do
for i=1,10 do
v.Position = myPos
game:GetService("ReplicatedStorage").Events.Pickup:FireServer(v)
end
end
end
wait(1)
local mouse = game:GetService("Players").LocalPlayer:GetMouse()

mouse.KeyDown:connect(function(key)
if key == AutoPickUpBind.Text then
print'AutoPicked-up YEET'
Pickup(game.Players.LocalPlayer.Character)
end
end)
end)

local plr = game:GetService("Players").LocalPlayer


local char = plr.Character
local mouse = game:GetService("Players").LocalPlayer:GetMouse()
local hum = char:FindFirstChild("HumanoidRootPart")

--SpeedVariables
local plr = game:GetService("Players").LocalPlayer
local char = plr.Character
local mouse = game:GetService("Players").LocalPlayer:GetMouse()
local hum = char:FindFirstChild("HumanoidRootPart")
--yeet
Speed.MouseButton1Down:connect(function()
local plr = game:GetService("Players").LocalPlayer
local char = plr.Character
local mouse = game:GetService("Players").LocalPlayer:GetMouse()
local hum = char:FindFirstChild("HumanoidRootPart")
mouse.KeyDown:connect(function(key)
if key == SpeedBind.Text then
loop = true
while loop do
hum.CFrame = hum.CFrame + hum.CFrame.lookVector * 3
wait()
end
end
end)
end)

mouse.KeyUp:connect(function(key)
if key == SpeedBind.Text then
loop = false
end
end)

AutoBreak.MouseButton1Click:connect(function()
local mouse = game:GetService("Players").LocalPlayer:GetMouse().hit
local breaking=false
local killing = false
local hum = char:FindFirstChild("Humanoid")
mouse.KeyDown:connect(function(key)
if key == Breakkey.Text then
breaking = true
killing = true
while breaking and killing and wait(0.1) do
local part = game:GetService("Players").LocalPlayer:GetMouse().hit
local one = game:GetService("ReplicatedStorage").RelativeTime.Value
local two = {part,part,part,part}
local hum = char:FindFirstChild("Humanoid")
mouse.KeyDown:connect(function(key)
if key == Breakkey.Text then
loop = true
while loop do
hum.CFrame = hum.Health - hum.Health.lookVector * 100
wait()
end
end
end)

mouse.KeyUp:connect(function(key)
if key == Breakkey.Text then
loop = false
end
end)

game:GetService("ReplicatedStorage").Events.SwingTool:FireServer(one, two )
end
end
end)
mouse.KeyUp:connect(function(key)
if key == Breakkey.Text then
breaking = false
end
end)
end)

RevizV2.MouseButton1Click:connect(function()
loadstring(game:HttpGet("https://pastebin.com/raw/8zh7FiHv"))()
end)

TeletoVoid.MouseButton1Click:connect(function()
game:GetService("TeleportService"):Teleport(2021740958,
game.Players.LocalPlayer)
end)
end)

ETeleport.MouseButton1Down:connect(function()
plr = game.Players.LocalPlayer
hum = plr.Character.HumanoidRootPart
mouse = plr:GetMouse()

mouse.KeyDown:connect(function(key)
if key == "e" then
if mouse.Target then
hum.CFrame = CFrame.new(mouse.Hit.x, mouse.Hit.y + 5, mouse.Hit.z)
end
end
end)
end)

InfiniteJump.MouseButton1Down:connect(function()
-- //~ F to toggle ~\\ --

_G.infinjump = true

local Player = game:GetService("Players").LocalPlayer


local Mouse = Player:GetMouse()
Mouse.KeyDown:connect(function(k)
if _G.infinjump then
if k:byte() == 32 then
Humanoid =
game:GetService("Players").LocalPlayer.Character:FindFirstChildOfClass("Humanoid")
Humanoid:ChangeState("Jumping")
wait(0.1)
Humanoid:ChangeState("Seated")
end
end
end)

local Player = game:GetService("Players").LocalPlayer


local Mouse = Player:GetMouse()
Mouse.KeyDown:connect(function(k)
k = k:lower()
if k == "l" then
if _G.infinjump == true then
_G.infinjump = false
else
_G.infinjump = true
end
end
end)
end)

BoogaHubV2.MouseButton1Down:connect(function()
--Made By EclipesX#2444
-- Objects

local BoggaHub = Instance.new("ScreenGui")


local Main = Instance.new("Frame")
local Title = Instance.new("TextLabel")
local Jump = Instance.new("TextButton")
local reffects = Instance.new("TextButton")
local craftitem = Instance.new("TextBox")
local craft = Instance.new("TextButton")
local credits = Instance.new("TextLabel")

-- Properties

BoggaHub.Name = "Bogga Hub"


BoggaHub.Parent = game.Players.LocalPlayer.PlayerGui

Main.Name = "Main"
Main.Parent = BoggaHub
Main.Active = true
Main.Draggable = true
Main.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
Main.BackgroundTransparency = 0.10000000149012
Main.BorderSizePixel = 0
Main.ClipsDescendants = true
Main.Position = UDim2.new(0.440909088, 0, 0.289044321, 0)
Main.Selectable = true
Main.Size = UDim2.new(0, 195, 0, 254)

Title.Name = "Title"
Title.Parent = Main
Title.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
Title.BackgroundTransparency = 0.10000000149012
Title.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
Title.BorderSizePixel = 4
Title.Position = UDim2.new(0.164102569, 0, 0.0705394223, 0)
Title.Size = UDim2.new(0, 130, 0, 41)
Title.Font = Enum.Font.ArialBold
Title.Text = "Bogga Hub"
Title.TextColor3 = Color3.new(1, 1, 1)
Title.TextScaled = true
Title.TextSize = 14
Title.TextWrapped = true

Jump.Name = "Jump"
Jump.Parent = Main
Jump.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
Jump.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
Jump.BorderSizePixel = 4
Jump.Position = UDim2.new(0.164102569, 0, 0.294605821, 0)
Jump.Size = UDim2.new(0, 56, 0, 29)
Jump.Font = Enum.Font.ArialBold
Jump.Text = "Infinite Jump"
Jump.TextColor3 = Color3.new(1, 1, 1)
Jump.TextScaled = true
Jump.TextSize = 14
Jump.TextWrapped = true

reffects.Name = "reffects"
reffects.Parent = Main
reffects.Active = false
reffects.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
reffects.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
reffects.BorderSizePixel = 4
reffects.Position = UDim2.new(0.543589771, 0, 0.294605821, 0)
reffects.Size = UDim2.new(0, 56, 0, 29)
reffects.Font = Enum.Font.ArialBold
reffects.Text = "Remove effects"
reffects.TextColor3 = Color3.new(1, 1, 1)
reffects.TextScaled = true
reffects.TextSize = 14
reffects.TextWrapped = true

craftitem.Name = "craft item"


craftitem.Parent = Main
craftitem.Active = false
craftitem.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
craftitem.BackgroundTransparency = 0.10000000149012
craftitem.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
craftitem.BorderSizePixel = 4
craftitem.Position = UDim2.new(0.200000003, 0, 0.74219954, 0)
craftitem.Size = UDim2.new(0, 116, 0, 23)
craftitem.Font = Enum.Font.ArialBold
craftitem.Text = "Item To Craft Here!"
craftitem.TextColor3 = Color3.new(1, 1, 1)
craftitem.TextScaled = true
craftitem.TextSize = 14
craftitem.TextWrapped = true

craft.Name = "craft"
craft.Parent = Main
craft.Active = false
craft.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
craft.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
craft.BorderSizePixel = 4
craft.Position = UDim2.new(0.225641027, 0, 0.517283678, 0)
craft.Size = UDim2.new(0, 106, 0, 43)
craft.Font = Enum.Font.ArialBold
craft.Text = "Craft Item"
craft.TextColor3 = Color3.new(1, 1, 1)
craft.TextScaled = true
craft.TextSize = 14
craft.TextWrapped = true

credits.Name = "credits"
credits.Parent = Main
credits.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
credits.BackgroundTransparency = 0.10000000149012
credits.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
credits.BorderSizePixel = 0
credits.Position = UDim2.new(0.0153846154, 0, 0.905511796, 0)
credits.Size = UDim2.new(0, 114, 0, 17)
credits.Font = Enum.Font.ArialBold
credits.Text = "Made By EclipesX#2444"
credits.TextColor3 = Color3.new(1, 1, 1)
credits.TextScaled = true
credits.TextSize = 14
credits.TextWrapped = true

-- Scripts
Jump.MouseButton1Down:connect(function()
local Player = game:GetService'Players'.LocalPlayer;
local UIS = game:GetService'UserInputService';

_G.JumpHeight = 50;

function Action(Object, Function) if Object ~= nil then Function(Object); end end

UIS.InputBegan:connect(function(UserInput)
if UserInput.UserInputType == Enum.UserInputType.Keyboard and UserInput.KeyCode
== Enum.KeyCode.Space then
Action(Player.Character.Humanoid, function(self)
if self:GetState() == Enum.HumanoidStateType.Jumping or self:GetState()
== Enum.HumanoidStateType.Freefall then
Action(self.Parent.HumanoidRootPart, function(self)
self.Velocity = Vector3.new(0, _G.JumpHeight, 0);
end)
end
end)
end
end)
end)

reffects.MouseButton1Down:connect(function()
game.Lighting.FogEnd = 1200000
game.Lighting.Brightness = 3
game.Lighting.GlobalShadows = false
end)

craft.MouseButton1Down:connect(function()
local item = craftitem.Text
local CI = item
local Event = game:GetService("ReplicatedStorage").Events.CraftItem
Event:FireServer(CI)
end)
end)

You might also like