Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- By JAZONE --
- local RootS = Instance.new("ScreenGui")
- local OpenFrame = Instance.new("Frame")
- local Open = Instance.new("TextButton")
- local Main = Instance.new("Frame")
- local NoClip = Instance.new("TextButton")
- local ModWood = Instance.new("TextButton")
- local SellWood = Instance.new("TextButton")
- local AxeDupe = Instance.new("TextButton")
- local RemoveTrees = Instance.new("TextButton")
- local AntiBLAll = Instance.new("TextButton")
- local TPWood = Instance.new("TextButton")
- local RooTsV1 = Instance.new("TextLabel")
- local BYJAYZONE = Instance.new("TextLabel")
- local Fly = Instance.new("TextButton")
- local Close = Instance.new("TextButton")
- RootS.Name = "RootS"
- RootS.Parent = game.CoreGui
- OpenFrame.Name = "OpenFrame"
- OpenFrame.Parent = RootS
- OpenFrame.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- OpenFrame.BackgroundTransparency = 0.450
- OpenFrame.BorderColor3 = Color3.fromRGB(161, 68, 177)
- OpenFrame.BorderSizePixel = 5
- OpenFrame.Position = UDim2.new(0.456653237, 0, 0.921404719, 0)
- OpenFrame.Size = UDim2.new(0, 171, 0, 36)
- Open.Name = "Open"
- Open.Parent = OpenFrame
- Open.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- Open.BackgroundTransparency = 0.650
- Open.BorderColor3 = Color3.fromRGB(161, 68, 177)
- Open.BorderSizePixel = 3
- Open.Position = UDim2.new(0.122807033, 0, 0.138888896, 0)
- Open.Size = UDim2.new(0, 128, 0, 25)
- Open.Font = Enum.Font.SourceSans
- Open.Text = "Open"
- Open.TextColor3 = Color3.fromRGB(161, 68, 177)
- Open.TextSize = 14.000
- Open.MouseButton1Down:Connect(function()
- OpenFrame.Visible = false
- Main.Visible = true
- end)
- Main.Name = "Main"
- Main.Parent = RootS
- Main.Active = true
- Main.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- Main.BackgroundTransparency = 0.450
- Main.BorderColor3 = Color3.fromRGB(161, 68, 177)
- Main.Position = UDim2.new(0.0170093849, 0, 0.341137111, 0)
- Main.Size = UDim2.new(0, 238, 0, 377)
- Main.Visible = false
- Main.Draggable = true
- NoClip.Name = "NoClip"
- NoClip.Parent = Main
- NoClip.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- NoClip.BackgroundTransparency = 0.750
- NoClip.BorderColor3 = Color3.fromRGB(161, 68, 177)
- NoClip.Position = UDim2.new(0.525826454, 0, 0.164756626, 0)
- NoClip.Size = UDim2.new(0, 87, 0, 49)
- NoClip.Font = Enum.Font.SourceSans
- NoClip.Text = "NoClip"
- NoClip.TextColor3 = Color3.fromRGB(161, 68, 177)
- NoClip.TextSize = 14.000
- NoClip.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
- NoClip.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
- NoClip.MouseButton1Down:connect(function()
- --No Clip
- _G.noclip = false
- game:GetService('RunService').Stepped:connect(function()
- if noclip then
- game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
- NoClip.TextColor3 = Color3.fromRGB(161, 68, 177)
- end
- end)
- NoClip.MouseButton1Down:connect(function()
- noclip = not noclip
- NoClip.TextColor3 = Color3.fromRGB(161, 68, 177)
- end)
- end)
- ModWood.Name = "ModWood"
- ModWood.Parent = Main
- ModWood.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- ModWood.BackgroundTransparency = 0.750
- ModWood.BorderColor3 = Color3.fromRGB(161, 68, 177)
- ModWood.Position = UDim2.new(0.0720449463, 0, 0.334517896, 0)
- ModWood.Size = UDim2.new(0, 87, 0, 49)
- ModWood.Font = Enum.Font.SourceSans
- ModWood.Text = "ModWood"
- ModWood.TextColor3 = Color3.fromRGB(161, 68, 177)
- ModWood.TextSize = 14.000
- ModWood.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
- ModWood.MouseButton1Down:connect(function()
- --Mod Wood
- ModWood.MouseButton1Click:Connect(function()
- for _, Log in pairs(workspace.LogModels:GetChildren()) do
- if Log.Name:sub(1, 6) == "Loose_" and Log:findFirstChild("Owner") then
- if Log.Owner.Value == game.Players.LocalPlayer then
- for i,v in pairs(Log:GetChildren()) do
- if v.Name=="WoodSection" then
- spawn(function()
- for i=1,10 do
- wait()
- v.CFrame=CFrame.new(Vector3.new(315, -0.296, 85.791))*CFrame.Angles(math.rad(90),0,0)
- end
- end)
- end
- end
- spawn(function()
- for i=1,20 do
- wait()
- game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(Log.WoodSection)
- game.ReplicatedStorage.Interaction.ClientRequestOwnership:FireServer(Log.WoodSection)
- end
- end)
- end
- end
- end
- wait(2.0)
- for _, Log in pairs(game.Workspace.LogModels:GetChildren()) do
- if Log.Name:sub(1, 6) == "Loose_" and Log:findFirstChild("Owner") then
- if Log.Owner.Value == game.Players.LocalPlayer then
- Log:MoveTo(game.Players.LocalPlayer.Character.HumanoidRootPart.Position)
- for i=1,20 do
- game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(Log.WoodSection)
- game.ReplicatedStorage.Interaction.ClientRequestOwnership:FireServer(Log.WoodSection)
- end
- end
- end
- end
- end)
- end)
- SellWood.Name = "SellWood"
- SellWood.Parent = Main
- SellWood.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- SellWood.BackgroundTransparency = 0.750
- SellWood.BorderColor3 = Color3.fromRGB(161, 68, 177)
- SellWood.Position = UDim2.new(0.525826454, 0, 0.334517896, 0)
- SellWood.Size = UDim2.new(0, 87, 0, 49)
- SellWood.Font = Enum.Font.SourceSans
- SellWood.Text = "SellWood"
- SellWood.TextColor3 = Color3.fromRGB(161, 68, 177)
- SellWood.TextSize = 14.000
- SellWood.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
- SellWood.MouseButton1Down:connect(function()
- --Sell Wood
- SellWood.MouseButton1Down:connect(function()
- for _, Log in pairs(workspace.LogModels:GetChildren()) do
- if Log.Name:sub(1, 6) == "Loose_" and Log:findFirstChild("Owner") then
- if Log.Owner.Value == game.Players.LocalPlayer then
- for i,v in pairs(Log:GetChildren()) do
- if v.Name=="WoodSection" then
- spawn(function()
- for i=1,10 do
- wait()
- v.CFrame=CFrame.new(Vector3.new(315, -0.296, 85.791))*CFrame.Angles(math.rad(90),0,0)
- end
- end)
- end
- end
- spawn(function()
- for i=1,20 do
- wait()
- game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(Log)
- end
- end)
- end
- end
- end
- end)
- end)
- AxeDupe.Name = "AxeDupe"
- AxeDupe.Parent = Main
- AxeDupe.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- AxeDupe.BackgroundTransparency = 0.750
- AxeDupe.BorderColor3 = Color3.fromRGB(161, 68, 177)
- AxeDupe.Position = UDim2.new(0.525826454, 0, 0.68465054, 0)
- AxeDupe.Size = UDim2.new(0, 87, 0, 49)
- AxeDupe.Font = Enum.Font.SourceSans
- AxeDupe.Text = "AxeDupe"
- AxeDupe.TextColor3 = Color3.fromRGB(161, 68, 177)
- AxeDupe.TextSize = 14.000
- AxeDupe.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
- AxeDupe.MouseButton1Down:connect(function()
- local BaseC
- for i, v in pairs(game.Workspace.Properties:GetChildren()) do
- if v.Owner.Value == game.Players.LocalPlayer then
- BaseC = v.OriginSquare.CFrame + Vector3.new(0,5,0)
- end
- end
- if BaseC == nil then
- BaseC = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame
- end
- if game:GetService("Players").LocalPlayer.Character:FindFirstChild("Tool", true) then
- game:GetService("Players").LocalPlayer.Character.Humanoid:UnequipTools()
- wait(0.1)
- end
- game:GetService('Players').LocalPlayer.Character.Head:Destroy()
- wait(0.2)
- game:GetService('Players').LocalPlayer.Character:Destroy()
- wait(0.9)
- for i,v in pairs(game:GetService("Players").LocalPlayer.Backpack:GetChildren()) do
- local A_1 = v
- local A_2 = "Drop tool"
- local A_3 = BaseC
- local Event = game:GetService("ReplicatedStorage").Interaction.ClientInteracted
- Event:FireServer(A_1, A_2, A_3)
- end
- end)
- RemoveTrees.Name = "RemoveTrees"
- RemoveTrees.Parent = Main
- RemoveTrees.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- RemoveTrees.BackgroundTransparency = 0.750
- RemoveTrees.BorderColor3 = Color3.fromRGB(161, 68, 177)
- RemoveTrees.Position = UDim2.new(0.525826454, 0, 0.512236714, 0)
- RemoveTrees.Size = UDim2.new(0, 87, 0, 49)
- RemoveTrees.Font = Enum.Font.SourceSans
- RemoveTrees.Text = "RemoveTrees"
- RemoveTrees.TextColor3 = Color3.fromRGB(161, 68, 177)
- RemoveTrees.TextSize = 14.000
- RemoveTrees.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
- RemoveTrees.MouseButton1Down:connect(function()
- --RemoveTrees
- RemoveTrees.MouseButton1Click:Connect(function()
- for i,v in pairs(game.Workspace:GetDescendants()) do
- if v.Name == "WoodSection" and v.Parent:FindFirstChild("CutEvent") then
- game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(v.Parent)
- game.ReplicatedStorage.Interaction.DestroyStructure:FireServer(v.Parent)
- end
- end
- game.Workspace.DescendantAdded:connect(function(Thing)
- wait(0.1)
- if Thing.Name == "WoodSection" and Thing.Parent:FindFirstChild("CutEvent") then
- game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(Thing.Parent)
- game.ReplicatedStorage.Interaction.DestroyStructure:FireServer(Thing.Parent)
- end
- end)
- end)
- end)
- AntiBLAll.Name = "AntiBLAll"
- AntiBLAll.Parent = Main
- AntiBLAll.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- AntiBLAll.BackgroundTransparency = 0.750
- AntiBLAll.BorderColor3 = Color3.fromRGB(161, 68, 177)
- AntiBLAll.Position = UDim2.new(0.0720449463, 0, 0.68465054, 0)
- AntiBLAll.Size = UDim2.new(0, 87, 0, 49)
- AntiBLAll.Font = Enum.Font.SourceSans
- AntiBLAll.Text = "AntiBLAll"
- AntiBLAll.TextColor3 = Color3.fromRGB(161, 68, 177)
- AntiBLAll.TextSize = 14.000
- AntiBLAll.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
- AntiBLAll.MouseButton1Click:Connect(function()
- local plr = game.Players.LocalPlayer
- local cframe
- for i,v in next, workspace:GetDescendants() do
- if v:IsA("SpawnLocation") then
- v.Touched:Connect(function(h)
- if h.Parent == plr.Character and cframe then
- plr.Character:SetPrimaryPartCFrame(cframe)
- end
- end)
- end
- end
- game:GetService("RunService"):BindToRenderStep("NO HACKS",Enum.RenderPriority.Last.Value,function()
- if game.Players.LocalPlayer.Character.PrimaryPart then
- cframe = game.Players.LocalPlayer.Character.PrimaryPart.CFrame
- end
- end)
- for i,v in next, debug.getregistry() do
- if type(v)=='function' and debug.getupvalues(v).lastUpdate then
- debug.setupvalue(v,"lastUpdate",math.huge)
- break
- end
- end
- for i,v in next, workspace.Effects:GetChildren() do
- if v:IsA("BasePart") and v.Name == "BlacklistWall" then
- v:Destroy()
- end
- end
- end)
- TPWood.Name = "TPWood"
- TPWood.Parent = Main
- TPWood.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- TPWood.BackgroundTransparency = 0.750
- TPWood.BorderColor3 = Color3.fromRGB(161, 68, 177)
- TPWood.Position = UDim2.new(0.0720449388, 0, 0.509584248, 0)
- TPWood.Size = UDim2.new(0, 87, 0, 49)
- TPWood.Font = Enum.Font.SourceSans
- TPWood.Text = "TPWood"
- TPWood.TextColor3 = Color3.fromRGB(161, 68, 177)
- TPWood.TextSize = 14.000
- TPWood.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
- --TPWood
- TPWood.MouseButton1Click:Connect(function()
- for _, Log in pairs(game.Workspace.LogModels:GetChildren()) do
- if Log.Name:sub(1, 6) == "Loose_" and Log:findFirstChild("Owner") then
- if Log.Owner.Value == game.Players.LocalPlayer then
- Log:MoveTo(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0, 20, 0))
- for i=1,100 do
- game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(Log)
- end
- end
- end
- end
- end)
- RooTsV1.Name = "RooTsV1"
- RooTsV1.Parent = Main
- RooTsV1.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- RooTsV1.BorderColor3 = Color3.fromRGB(161, 68, 177)
- RooTsV1.Position = UDim2.new(-0.00349922106, 0, -0.00103794038, 0)
- RooTsV1.Size = UDim2.new(0, 204, 0, 49)
- RooTsV1.Font = Enum.Font.GothamBold
- RooTsV1.Text = "RooTsV1"
- RooTsV1.TextColor3 = Color3.fromRGB(161, 68, 177)
- RooTsV1.TextScaled = true
- RooTsV1.TextSize = 14.000
- RooTsV1.TextWrapped = true
- BYJAYZONE.Name = "BY JAYZONE"
- BYJAYZONE.Parent = Main
- BYJAYZONE.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- BYJAYZONE.BorderColor3 = Color3.fromRGB(161, 68, 177)
- BYJAYZONE.Position = UDim2.new(-0.00349922106, 0, 0.86673969, 0)
- BYJAYZONE.Size = UDim2.new(0, 238, 0, 50)
- BYJAYZONE.Font = Enum.Font.GothamBold
- BYJAYZONE.Text = "BY JAYZONE#9904"
- BYJAYZONE.TextColor3 = Color3.fromRGB(161, 68, 177)
- BYJAYZONE.TextScaled = true
- BYJAYZONE.TextSize = 14.000
- BYJAYZONE.TextWrapped = true
- Fly.Name = "Fly"
- Fly.Parent = Main
- Fly.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- Fly.BackgroundTransparency = 0.750
- Fly.BorderColor3 = Color3.fromRGB(161, 68, 177)
- Fly.Position = UDim2.new(0.0720449463, 0, 0.164756626, 0)
- Fly.Size = UDim2.new(0, 87, 0, 49)
- Fly.Font = Enum.Font.SourceSans
- Fly.Text = "Fly"
- Fly.TextColor3 = Color3.fromRGB(161, 68, 177)
- Fly.TextSize = 14.000
- Fly.TextStrokeColor3 = Color3.fromRGB(2161, 68, 177)
- --Fly
- local toggle = false
- Fly.MouseButton1Click:Connect(function()
- toggle = not toggle
- Fly.TextColor3 = (toggle and Color3.fromRGB(161, 68, 177) or Color3.fromRGB(161, 68, 177))
- if toggle then
- flying = not flying
- 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 deb = true
- local ctrl = {f = 0, b = 0, l = 0, r = 0}
- local lastctrl = {f = 0, b = 0, l = 0, r = 0}
- local maxspeed = 200
- local speed = 0
- if flying then
- end
- function FlyFunction()
- 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() == "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)
- FlyFunction()
- else
- flying = not flying
- 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 deb = true
- local ctrl = {f = 0, b = 0, l = 0, r = 0}
- local lastctrl = {f = 0, b = 0, l = 0, r = 0}
- local maxspeed = 200
- local speed = 0
- if flying then
- end
- function FlyFunction()
- 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() == "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)
- FlyFunction()
- end
- end)
- Close.Name = "Close"
- Close.Parent = Main
- Close.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- Close.BorderColor3 = Color3.fromRGB(161, 68, 177)
- Close.Position = UDim2.new(0.853643656, 0, 0, 0)
- Close.Size = UDim2.new(0, 34, 0, 49)
- Close.Font = Enum.Font.Gotham
- Close.Text = "X"
- Close.TextColor3 = Color3.fromRGB(161, 68, 177)
- Close.TextSize = 14.000
- Close.MouseButton1Down:connect(function()
- OpenFrame.Visible = true
- Main.Visible = false
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement