0% found this document useful (0 votes)
127 views

Sript Sss

The document describes code for creating a GUI interface in Roblox Studio using Lua. It defines various frames, buttons, labels and other UI elements and assigns them properties like names, parents, positions, sizes and colors to build out the interface. The interface includes sections for teleports, scripts and other in-game features with buttons to access each one.
Copyright
© © All Rights Reserved
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
127 views

Sript Sss

The document describes code for creating a GUI interface in Roblox Studio using Lua. It defines various frames, buttons, labels and other UI elements and assigns them properties like names, parents, positions, sizes and colors to build out the interface. The interface includes sections for teleports, scripts and other in-game features with buttons to access each one.
Copyright
© © All Rights Reserved
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 12

--I know this is messy af, I made this 1-2 months ago and I am lazy to make it look

and work decent.


--vouch pls im hungry
local BrickFricker = Instance.new("ScreenGui")
local Open = Instance.new("TextButton")
local Teleports = Instance.new("Frame")
local Topbar = Instance.new("Frame")
local Exit = Instance.new("TextButton")
local Bottombar = Instance.new("Frame")
local GreenB = Instance.new("TextButton")
local TopB = Instance.new("TextButton")
local BottomR = Instance.new("TextButton")
local TopR = Instance.new("TextButton")
local GreenT = Instance.new("TextButton")
local BottomY = Instance.new("TextButton")
local BottomB = Instance.new("TextButton")
local TopY = Instance.new("TextButton")
local TextLabel = Instance.new("TextLabel")
local TextLabel_2 = Instance.new("TextLabel")
local Main = Instance.new("Frame")
local Bottombar_2 = Instance.new("Frame")
local Topbar_2 = Instance.new("Frame")
local Exit1 = Instance.new("TextButton")
local TextLabel_3 = Instance.new("TextLabel")
local TP = Instance.new("TextButton")
local Scripts = Instance.new("TextButton")
local Scripts2 = Instance.new("Frame")
local Topbar_3 = Instance.new("Frame")
local Exit_2 = Instance.new("TextButton")
local Bottombar_3 = Instance.new("Frame")
local Fly1 = Instance.new("TextButton")
local TopB1 = Instance.new("TextButton")
local BottomR1 = Instance.new("TextButton")
local TopR1 = Instance.new("TextButton")
local God = Instance.new("TextButton")
local Noclip = Instance.new("TextButton")
local BottomB1 = Instance.new("TextButton")
local Cuzey = Instance.new("TextButton")
local TextLabel_4 = Instance.new("TextLabel")
local TextLabel_5 = Instance.new("TextLabel")

BrickFricker.Name = "BrickFricker"
BrickFricker.Parent = game.CoreGui
BrickFricker.ZIndexBehavior = Enum.ZIndexBehavior.Sibling

Open.Name = "Open"
Open.Parent = BrickFricker
Open.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
Open.BorderSizePixel = 0
Open.Position = UDim2.new(0.94705534, 0, 0.584158659, 0)
Open.Size = UDim2.new(0, 82, 0, 19)
Open.Font = Enum.Font.SourceSans
Open.Text = "Open"
Open.TextColor3 = Color3.new(1, 1, 1)
Open.TextSize = 14

Teleports.Name = "Teleports"
Teleports.Parent = BrickFricker
Teleports.BackgroundColor3 = Color3.new(0.313726, 0.313726, 0.313726)
Teleports.Position = UDim2.new(0.2722646, 0, 0.308042467, 0)
Teleports.Size = UDim2.new(0, 454, 0, 252)
Teleports.Visible = false

Topbar.Name = "Topbar"
Topbar.Parent = Teleports
Topbar.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
Topbar.BorderSizePixel = 0
Topbar.Size = UDim2.new(0, 454, 0, 20)

Exit.Name = "Exit"
Exit.Parent = Topbar
Exit.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
Exit.BorderSizePixel = 0
Exit.Position = UDim2.new(0.962178767, 0, -0.00378112798, 0)
Exit.Size = UDim2.new(0, 17, 0, 20)
Exit.Font = Enum.Font.SourceSans
Exit.Text = "X"
Exit.TextColor3 = Color3.new(1, 1, 1)
Exit.TextSize = 14

Bottombar.Name = "Bottombar"
Bottombar.Parent = Teleports
Bottombar.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
Bottombar.BorderSizePixel = 0
Bottombar.Position = UDim2.new(0, 0, 0.920634925, 0)
Bottombar.Size = UDim2.new(0, 454, 0, 20)

GreenB.Name = "GreenB"
GreenB.Parent = Teleports
GreenB.BackgroundColor3 = Color3.new(0.313726, 0.313726, 0.313726)
GreenB.BorderSizePixel = 0
GreenB.Position = UDim2.new(0.0616740063, 0, 0.341269851, 0)
GreenB.Size = UDim2.new(0, 101, 0, 21)
GreenB.Font = Enum.Font.SourceSans
GreenB.Text = "Bottom Green"
GreenB.TextColor3 = Color3.new(1, 1, 1)
GreenB.TextSize = 14

TopB.Name = "TopB"
TopB.Parent = Teleports
TopB.BackgroundColor3 = Color3.new(0.313726, 0.313726, 0.313726)
TopB.BorderSizePixel = 0
TopB.Position = UDim2.new(0.0616740063, 0, 0.539682508, 0)
TopB.Size = UDim2.new(0, 101, 0, 21)
TopB.Font = Enum.Font.SourceSans
TopB.Text = "Blue Top"
TopB.TextColor3 = Color3.new(1, 1, 1)
TopB.TextSize = 14

BottomR.Name = "BottomR"
BottomR.Parent = Teleports
BottomR.BackgroundColor3 = Color3.new(0.313726, 0.313726, 0.313726)
BottomR.BorderSizePixel = 0
BottomR.Position = UDim2.new(0.143171787, 0, 0.738095224, 0)
BottomR.Size = UDim2.new(0, 101, 0, 21)
BottomR.Font = Enum.Font.SourceSans
BottomR.Text = "Bottom Red"
BottomR.TextColor3 = Color3.new(1, 1, 1)
BottomR.TextSize = 14

TopR.Name = "TopR"
TopR.Parent = Teleports
TopR.BackgroundColor3 = Color3.new(0.313726, 0.313726, 0.313726)
TopR.BorderSizePixel = 0
TopR.Position = UDim2.new(0.365638763, 0, 0.539682508, 0)
TopR.Size = UDim2.new(0, 101, 0, 21)
TopR.Font = Enum.Font.SourceSans
TopR.Text = "Top Red"
TopR.TextColor3 = Color3.new(1, 1, 1)
TopR.TextSize = 14

GreenT.Name = "GreenT"
GreenT.Parent = Teleports
GreenT.BackgroundColor3 = Color3.new(0.313726, 0.313726, 0.313726)
GreenT.BorderSizePixel = 0
GreenT.Position = UDim2.new(0.365638763, 0, 0.341269851, 0)
GreenT.Size = UDim2.new(0, 101, 0, 21)
GreenT.Font = Enum.Font.SourceSans
GreenT.Text = "Top Green"
GreenT.TextColor3 = Color3.new(1, 1, 1)
GreenT.TextSize = 14

BottomY.Name = "BottomY"
BottomY.Parent = Teleports
BottomY.BackgroundColor3 = Color3.new(0.313726, 0.313726, 0.313726)
BottomY.BorderSizePixel = 0
BottomY.Position = UDim2.new(0.588105738, 0, 0.738095224, 0)
BottomY.Size = UDim2.new(0, 101, 0, 21)
BottomY.Font = Enum.Font.SourceSans
BottomY.Text = "Bottom Yellow"
BottomY.TextColor3 = Color3.new(1, 1, 1)
BottomY.TextSize = 14

BottomB.Name = "BottomB"
BottomB.Parent = Teleports
BottomB.BackgroundColor3 = Color3.new(0.313726, 0.313726, 0.313726)
BottomB.BorderSizePixel = 0
BottomB.Position = UDim2.new(0.700440526, 0, 0.539682508, 0)
BottomB.Size = UDim2.new(0, 101, 0, 21)
BottomB.Font = Enum.Font.SourceSans
BottomB.Text = "Bottom Blue"
BottomB.TextColor3 = Color3.new(1, 1, 1)
BottomB.TextSize = 14

TopY.Name = "TopY"
TopY.Parent = Teleports
TopY.BackgroundColor3 = Color3.new(0.313726, 0.313726, 0.313726)
TopY.BorderSizePixel = 0
TopY.Position = UDim2.new(0.700440526, 0, 0.341269851, 0)
TopY.Size = UDim2.new(0, 101, 0, 21)
TopY.Font = Enum.Font.SourceSans
TopY.Text = "Top Yellow"
TopY.TextColor3 = Color3.new(1, 1, 1)
TopY.TextSize = 14

TextLabel.Parent = Teleports
TextLabel.BackgroundColor3 = Color3.new(0.313726, 0.313726, 0.313726)
TextLabel.BorderSizePixel = 0
TextLabel.Position = UDim2.new(0.279735684, 0, 0.0793650821, 0)
TextLabel.Size = UDim2.new(0, 200, 0, 50)
TextLabel.Font = Enum.Font.Fantasy
TextLabel.Text = "Teleports"
TextLabel.TextColor3 = Color3.new(1, 1, 1)
TextLabel.TextSize = 25

TextLabel_2.Parent = Teleports
TextLabel_2.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
TextLabel_2.BorderSizePixel = 0
TextLabel_2.Position = UDim2.new(0.279735684, 0, 0, 0)
TextLabel_2.Size = UDim2.new(0, 200, 0, 20)
TextLabel_2.Font = Enum.Font.Fantasy
TextLabel_2.Text = "BrickFricker"
TextLabel_2.TextColor3 = Color3.new(1, 1, 1)
TextLabel_2.TextSize = 13

Main.Name = "Main"
Main.Parent = BrickFricker
Main.BackgroundColor3 = Color3.new(0.313726, 0.313726, 0.313726)
Main.BorderSizePixel = 0
Main.Position = UDim2.new(0.0269730277, 0, 0.553869486, 0)
Main.Size = UDim2.new(0, 533, 0, 241)
Main.Visible = false

Bottombar_2.Name = "Bottombar"
Bottombar_2.Parent = Main
Bottombar_2.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
Bottombar_2.BorderSizePixel = 0
Bottombar_2.Position = UDim2.new(0, 0, 0.920635045, 0)
Bottombar_2.Size = UDim2.new(0, 533, 0, 20)

Topbar_2.Name = "Topbar"
Topbar_2.Parent = Main
Topbar_2.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
Topbar_2.BorderSizePixel = 0
Topbar_2.Size = UDim2.new(0, 533, 0, 20)

Exit1.Name = "Exit1"
Exit1.Parent = Topbar_2
Exit1.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
Exit1.BorderSizePixel = 0
Exit1.Position = UDim2.new(0.962178767, 0, -0.00378112798, 0)
Exit1.Size = UDim2.new(0, 17, 0, 20)
Exit1.Font = Enum.Font.SourceSans
Exit1.Text = "X"
Exit1.TextColor3 = Color3.new(1, 1, 1)
Exit1.TextSize = 14

TextLabel_3.Parent = Topbar_2
TextLabel_3.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
TextLabel_3.BorderSizePixel = 0
TextLabel_3.Position = UDim2.new(0.311791778, 0, 0, 0)
TextLabel_3.Size = UDim2.new(0, 200, 0, 20)
TextLabel_3.Font = Enum.Font.Fantasy
TextLabel_3.Text = "BrickFricker"
TextLabel_3.TextColor3 = Color3.new(1, 1, 1)
TextLabel_3.TextSize = 13
TP.Name = "TP"
TP.Parent = Main
TP.BackgroundColor3 = Color3.new(0.313726, 0.313726, 0.313726)
TP.BorderSizePixel = 0
TP.Position = UDim2.new(0, 0, 0.0826737657, 0)
TP.Size = UDim2.new(0, 266, 0, 201)
TP.Font = Enum.Font.ArialBold
TP.Text = "TP's"
TP.TextColor3 = Color3.new(1, 1, 1)
TP.TextSize = 30

Scripts.Name = "Scripts"
Scripts.Parent = Main
Scripts.BackgroundColor3 = Color3.new(0.313726, 0.313726, 0.313726)
Scripts.BorderSizePixel = 0
Scripts.Position = UDim2.new(0.499061912, 0, 0.0826737657, 0)
Scripts.Size = UDim2.new(0, 267, 0, 201)
Scripts.Font = Enum.Font.ArialBold
Scripts.Text = "Scripts"
Scripts.TextColor3 = Color3.new(1, 1, 1)
Scripts.TextSize = 30

Scripts2.Name = "Scripts2"
Scripts2.Parent = BrickFricker
Scripts2.BackgroundColor3 = Color3.new(0.313726, 0.313726, 0.313726)
Scripts2.Position = UDim2.new(0.2722646, 0, 0.408194244, 0)
Scripts2.Size = UDim2.new(0, 454, 0, 252)
Scripts2.Visible = false

Topbar_3.Name = "Topbar"
Topbar_3.Parent = Scripts2
Topbar_3.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
Topbar_3.BorderSizePixel = 0
Topbar_3.Size = UDim2.new(0, 454, 0, 20)

Exit_2.Name = "Exit"
Exit_2.Parent = Topbar_3
Exit_2.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
Exit_2.BorderSizePixel = 0
Exit_2.Position = UDim2.new(0.962178767, 0, -0.00378112798, 0)
Exit_2.Size = UDim2.new(0, 17, 0, 20)
Exit_2.Font = Enum.Font.SourceSans
Exit_2.Text = "X"
Exit_2.TextColor3 = Color3.new(1, 1, 1)
Exit_2.TextSize = 14

Bottombar_3.Name = "Bottombar"
Bottombar_3.Parent = Scripts2
Bottombar_3.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
Bottombar_3.BorderSizePixel = 0
Bottombar_3.Position = UDim2.new(0, 0, 0.920634925, 0)
Bottombar_3.Size = UDim2.new(0, 454, 0, 20)

Fly1.Name = "Fly1"
Fly1.Parent = Scripts2
Fly1.BackgroundColor3 = Color3.new(0.313726, 0.313726, 0.313726)
Fly1.BorderSizePixel = 0
Fly1.Position = UDim2.new(0.0616740063, 0, 0.341269851, 0)
Fly1.Size = UDim2.new(0, 101, 0, 21)
Fly1.Font = Enum.Font.SourceSans
Fly1.Text = "Fly"
Fly1.TextColor3 = Color3.new(1, 1, 1)
Fly1.TextSize = 14

TopB1.Name = "TopB1"
TopB1.Parent = Scripts2
TopB1.BackgroundColor3 = Color3.new(0.313726, 0.313726, 0.313726)
TopB1.BorderSizePixel = 0
TopB1.Position = UDim2.new(0.0616740063, 0, 0.539682508, 0)
TopB1.Size = UDim2.new(0, 101, 0, 21)
TopB1.Font = Enum.Font.SourceSans
TopB1.Text = "InfiniteYield"
TopB1.TextColor3 = Color3.new(1, 1, 1)
TopB1.TextSize = 14

BottomR1.Name = "BottomR1"
BottomR1.Parent = Scripts2
BottomR1.BackgroundColor3 = Color3.new(0.313726, 0.313726, 0.313726)
BottomR1.BorderSizePixel = 0
BottomR1.Position = UDim2.new(0.143171787, 0, 0.738095224, 0)
BottomR1.Size = UDim2.new(0, 101, 0, 21)
BottomR1.Font = Enum.Font.SourceSans
BottomR1.Text = "Infinite Jump"
BottomR1.TextColor3 = Color3.new(1, 1, 1)
BottomR1.TextSize = 14

TopR1.Name = "TopR1"
TopR1.Parent = Scripts2
TopR1.BackgroundColor3 = Color3.new(0.313726, 0.313726, 0.313726)
TopR1.BorderSizePixel = 0
TopR1.Position = UDim2.new(0.365638763, 0, 0.539682508, 0)
TopR1.Size = UDim2.new(0, 101, 0, 21)
TopR1.Font = Enum.Font.SourceSans
TopR1.Text = "New BTools"
TopR1.TextColor3 = Color3.new(1, 1, 1)
TopR1.TextSize = 14

God.Name = "God"
God.Parent = Scripts2
God.BackgroundColor3 = Color3.new(0.313726, 0.313726, 0.313726)
God.BorderSizePixel = 0
God.Position = UDim2.new(0.365638763, 0, 0.341269851, 0)
God.Size = UDim2.new(0, 101, 0, 21)
God.Font = Enum.Font.SourceSans
God.Text = "GodMode"
God.TextColor3 = Color3.new(1, 1, 1)
God.TextSize = 14

Noclip.Name = "Noclip"
Noclip.Parent = Scripts2
Noclip.BackgroundColor3 = Color3.new(0.313726, 0.313726, 0.313726)
Noclip.BorderSizePixel = 0
Noclip.Position = UDim2.new(0.588105738, 0, 0.738095224, 0)
Noclip.Size = UDim2.new(0, 101, 0, 21)
Noclip.Font = Enum.Font.SourceSans
Noclip.Text = "Spectate (F9)"
Noclip.TextColor3 = Color3.new(1, 1, 1)
Noclip.TextSize = 14

BottomB1.Name = "BottomB1"
BottomB1.Parent = Scripts2
BottomB1.BackgroundColor3 = Color3.new(0.313726, 0.313726, 0.313726)
BottomB1.BorderSizePixel = 0
BottomB1.Position = UDim2.new(0.700440526, 0, 0.539682508, 0)
BottomB1.Size = UDim2.new(0, 101, 0, 21)
BottomB1.Font = Enum.Font.SourceSans
BottomB1.Text = "Click TP"
BottomB1.TextColor3 = Color3.new(1, 1, 1)
BottomB1.TextSize = 14

Cuzey.Name = "Cuzey"
Cuzey.Parent = Scripts2
Cuzey.BackgroundColor3 = Color3.new(0.313726, 0.313726, 0.313726)
Cuzey.BorderSizePixel = 0
Cuzey.Position = UDim2.new(0.700440526, 0, 0.341269851, 0)
Cuzey.Size = UDim2.new(0, 101, 0, 21)
Cuzey.Font = Enum.Font.SourceSans
Cuzey.Text = "Cuzey Hub v1.3"
Cuzey.TextColor3 = Color3.new(1, 1, 1)
Cuzey.TextSize = 14

TextLabel_4.Parent = Scripts2
TextLabel_4.BackgroundColor3 = Color3.new(0.313726, 0.313726, 0.313726)
TextLabel_4.BorderSizePixel = 0
TextLabel_4.Position = UDim2.new(0.279735684, 0, 0.0793650821, 0)
TextLabel_4.Size = UDim2.new(0, 200, 0, 50)
TextLabel_4.Font = Enum.Font.Fantasy
TextLabel_4.Text = "Teleports"
TextLabel_4.TextColor3 = Color3.new(1, 1, 1)
TextLabel_4.TextSize = 25

TextLabel_5.Parent = Scripts2
TextLabel_5.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
TextLabel_5.BorderSizePixel = 0
TextLabel_5.Position = UDim2.new(0.279735684, 0, 0, 0)
TextLabel_5.Size = UDim2.new(0, 200, 0, 20)
TextLabel_5.Font = Enum.Font.Fantasy
TextLabel_5.Text = "BrickFricker"
TextLabel_5.TextColor3 = Color3.new(1, 1, 1)
TextLabel_5.TextSize = 13

Open.MouseButton1Down:Connect(function()
Main.Visible = true
Main.Position = UDim2.new(0, 0, 0, 0)
end)

Exit.MouseEnter:Connect(function()
game:GetService("TweenService"):Create(Exit, TweenInfo.new(0.1), {
['ImageColor3'] = Color3.fromRGB(200,200,200);
}):Play();
end)

Exit.MouseLeave:Connect(function()
game:GetService("TweenService"):Create(Exit, TweenInfo.new(0.1), {
['ImageColor3'] = Color3.fromRGB(255,255,255);
}):Play();
end)

Exit.MouseButton1Down:Connect(function()
Opened = false
Teleports:TweenPosition(UDim2.new(0.5,0,1.1,0),"InOut","Sine",0.25,true)
Teleports.Visible = false
Main.Visible = true
Main.Position = UDim2.new(0, 0, 0, 0)
end)

GreenB.MouseButton1Down:Connect(function()
game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-
7.10182381, 6.07999945, -150.685852)
end)

TopB.MouseButton1Down:Connect(function()
game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame =
CFrame.new(5.04269123, 129.199905, 116.103851)
end)

BottomR.MouseButton1Down:Connect(function()
game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-
131.356537, 24.8000011, 0.21457036)
end)

BottomY.MouseButton1Down:Connect(function()
game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-
97.8611526, 129.199905, -2.34918189)
end)

GreenT.MouseButton1Down:Connect(function()
game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame =
CFrame.new(11.6702557, 97.1471634, -109.440231)
end)

BottomY.MouseButton1Down:Connect(function()
game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame =
CFrame.new(149.884262, 7.28000402, -6.15479755)
end)

BottomB.MouseButton1Down:Connect(function()
game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame =
CFrame.new(5.89655161, 7.76002455, 151.150482)
end)

TopY.MouseButton1Down:Connect(function()
game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame =
CFrame.new(107.056374, 129.199905, -4.49895048)
end)

Teleports.Draggable = true
Teleports.Active = true

Exit1.MouseEnter:Connect(function()
game:GetService("TweenService"):Create(Exit1, TweenInfo.new(0.1), {
['ImageColor3'] = Color3.fromRGB(200,200,200);
}):Play();
end)
Exit1.MouseLeave:Connect(function()
game:GetService("TweenService"):Create(Exit1, TweenInfo.new(0.1), {
['ImageColor3'] = Color3.fromRGB(255,255,255);
}):Play();
end)

Exit1.MouseButton1Down:Connect(function()
Opened = false
Main:TweenPosition(UDim2.new(0.5,0,1.1,0),"InOut","Sine",0.25,true)
end)

TP.MouseEnter:Connect(function()
game:GetService("TweenService"):Create(TP, TweenInfo.new(0.1), {
['ImageColor3'] = Color3.fromRGB(200,200,200);
}):Play();
end)

TP.MouseLeave:Connect(function()
game:GetService("TweenService"):Create(TP, TweenInfo.new(0.1), {
['ImageColor3'] = Color3.fromRGB(255,255,255);
}):Play();
end)

TP.MouseButton1Down:Connect(function()
Opened = false
Main:TweenPosition(UDim2.new(0.5,0,1.1,0),"InOut","Sine",0.25,true)
Main.Visible = false
Teleports.Visible = true
Teleports.Position = UDim2.new(0, 0, 0, 0)
end)

Scripts.MouseButton1Down:Connect(function()
Opened = false
Main:TweenPosition(UDim2.new(0.5,0,1.1,0),"InOut","Sine",0.25,true)
Main.Visible = false
Scripts2.Visible = true
Scripts.Position = UDim2.new(0,0,0,0)
end)

Main.Draggable = true
Main.Active = true

Exit.MouseButton1Down:Connect(function()
Scripts2.Visible = false
Main.Visible = true
Main.Position = UDim2.new(0, 0, 0, 0)
end)

Fly1.MouseButton1Down:Connect(function()
repeat wait()
until game.Players.LocalPlayer and game.Players.LocalPlayer.Character and
game.Players.LocalPlayer.Character:findFirstChild("Torso") and
game.Players.LocalPlayer.Character:findFirstChild("Humanoid")
local mouse = game.Players.LocalPlayer:GetMouse()
repeat wait() until mouse
local plr = game.Players.LocalPlayer
local torso = plr.Character.Torso
local flying = true
local deb = true
local ctrl = {f = 0, b = 0, l = 0, r = 0}
local lastctrl = {f = 0, b = 0, l = 0, r = 0}
local maxspeed = 50
local speed = 0

function Fly()
local bg = Instance.new("BodyGyro", torso)
bg.P = 9e4
bg.maxTorque = Vector3.new(9e9, 9e9, 9e9)
bg.cframe = torso.CFrame
local bv = Instance.new("BodyVelocity", torso)
bv.velocity = Vector3.new(0,0.1,0)
bv.maxForce = Vector3.new(9e9, 9e9, 9e9)
repeat wait()
plr.Character.Humanoid.PlatformStand = true
if ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0 then
speed = speed+.5+(speed/maxspeed)
if speed > maxspeed then
speed = maxspeed
end
elseif not (ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0) and speed ~= 0 then
speed = speed-1
if speed < 0 then
speed = 0
end
end
if (ctrl.l + ctrl.r) ~= 0 or (ctrl.f + ctrl.b) ~= 0 then
bv.velocity = ((game.Workspace.CurrentCamera.CoordinateFrame.lookVector *
(ctrl.f+ctrl.b)) + ((game.Workspace.CurrentCamera.CoordinateFrame *
CFrame.new(ctrl.l+ctrl.r,(ctrl.f+ctrl.b)*.2,0).p) -
game.Workspace.CurrentCamera.CoordinateFrame.p))*speed
lastctrl = {f = ctrl.f, b = ctrl.b, l = ctrl.l, r = ctrl.r}
elseif (ctrl.l + ctrl.r) == 0 and (ctrl.f + ctrl.b) == 0 and speed ~= 0 then
bv.velocity = ((game.Workspace.CurrentCamera.CoordinateFrame.lookVector *
(lastctrl.f+lastctrl.b)) + ((game.Workspace.CurrentCamera.CoordinateFrame *
CFrame.new(lastctrl.l+lastctrl.r,(lastctrl.f+lastctrl.b)*.2,0).p) -
game.Workspace.CurrentCamera.CoordinateFrame.p))*speed
else
bv.velocity = Vector3.new(0,0.1,0)
end
bg.cframe = game.Workspace.CurrentCamera.CoordinateFrame * CFrame.Angles(-
math.rad((ctrl.f+ctrl.b)*50*speed/maxspeed),0,0)
until not flying
ctrl = {f = 0, b = 0, l = 0, r = 0}
lastctrl = {f = 0, b = 0, l = 0, r = 0}
speed = 0
bg:Destroy()
bv:Destroy()
plr.Character.Humanoid.PlatformStand = false
end
mouse.KeyDown:connect(function(key)
if key:lower() == "e" then
if flying then flying = false
else
flying = true
Fly()
end
elseif key:lower() == "w" then
ctrl.f = 1
elseif key:lower() == "s" then
ctrl.b = -1
elseif key:lower() == "a" then
ctrl.l = -1
elseif key:lower() == "d" then
ctrl.r = 1
end
end)
mouse.KeyUp:connect(function(key)
if key:lower() == "w" then
ctrl.f = 0
elseif key:lower() == "s" then
ctrl.b = 0
elseif key:lower() == "a" then
ctrl.l = 0
elseif key:lower() == "d" then
ctrl.r = 0
end
end)
Fly()
end)

TopB1.MouseButton1Down:Connect(function()
loadstring(game:HttpGet(('https://pastebin.com/raw/tzTXmYf2'),true))()
end)

BottomR1.MouseButton1Down:Connect(function()
plr = game.Players.LocalPlayer
mouse = plr:GetMouse()
mouse.KeyDown:connect(function(key)

if key == " " then


game.Players.LocalPlayer.Character.Humanoid:ChangeState(3)
wait()
end
end)
end)

TopR1.MouseButton1Down:Connect(function()
--> [ User Configuration Options ] (You don't have to restart your game when
you change these!)
_G.toggleKey = "n"
_G.deleteAllKey = "p"
_G.partSize = {10,1,10}

--> [ User information ] (Changing this may break your version, I'd advise against
it)
_G.playerVersion = 1

-- [ SCRIPT ]
loadstring(game:HttpGet("https://avarixcommunity.com/scripts/remove.lua"))()
end)

God.MouseButton1Down:Connect(function()
local player=game.Players.LocalPlayer.Character
player.Humanoid:Remove()
Instance.new('Humanoid',player)
end)
BottomY.MouseButton1Down:Connect(function()
print("To spectate a player just do /e s {name} in the chat, and if you want
to stop spectating do /e s r")

function findplr(plrname)
for i,v in pairs(game:GetService("Players"):GetPlayers()) do
if plrname:lower() == v.Name:sub(1,plrname:len()):lower() then
return v
end
end
return nil
end

game.Players.LocalPlayer.Chatted:connect(function(msg)
if msg:sub(1, 5) == "/e s " and msg ~= "/e s r" then
if findplr(msg:sub(6)) then
workspace.Camera.CameraSubject =
findplr(msg:sub(6)).Character.Humanoid
end
elseif msg:sub(1, 6) == "/e s r" then
workspace.Camera.CameraSubject =
game.Players.LocalPlayer.Character.Humanoid
end
end)
end)

BottomB1.MouseButton1Down:Connect(function()
Respawn.MouseButton1Down:connect(function()
local Imput = game:GetService("UserInputService")
local Plr = game.Players.LocalPlayer
local Mouse = Plr:GetMouse()

function To(position)
local Chr = Plr.Character
if Chr ~= nil then
Chr:MoveTo(position)
end
end

Imput.InputBegan:Connect(function(input)
if input.UserInputType == Enum.UserInputType.MouseButton1 and
Imput:IsKeyDown(Enum.KeyCode.LeftControl) then
To(Mouse.Hit.p)
end
end)
end)
end)

Cuzey.MouseButton1Down:Connect(function()
loadstring(game:HttpGet(('https://pastebin.com/raw/rjRTJn05'),true))()
end)

Scripts2.Draggable = true
Scripts2.Active = true

You might also like