Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local ScreenGui = Instance.new("ScreenGui")
- local main = Instance.new("Frame")
- local Reset = Instance.new("TextButton")
- local Kill = Instance.new("TextButton")
- local house = Instance.new("TextButton")
- local btools = Instance.new("TextButton")
- local TextLabel = Instance.new("TextLabel")
- local close = Instance.new("TextButton")
- local title = Instance.new("TextLabel")
- local tphouse = Instance.new("TextButton")
- local tppad = Instance.new("TextButton")
- local Arrow = Instance.new("TextButton")
- local Page2 = Instance.new("Frame")
- local Arrow2 = Instance.new("TextButton")
- local close2 = Instance.new("TextButton")
- local RemoteEvent = Instance.new("RemoteEvent")
- local Title = Instance.new("TextLabel")
- local Title2 = Instance.new("TextLabel")
- local anti = Instance.new("TextButton")
- local Enabled = true
- --Properties:
- ScreenGui.Parent = game.CoreGui
- main.Name = "Main"
- main.Parent = ScreenGui
- main.BackgroundColor3 = Color3.fromRGB(230, 30, 130)
- main.Position = UDim2.new(0.335372061, 0, 0.194484755, 0)
- main.Size = UDim2.new(0, 147,0, 260)
- main.Active = true
- main.Draggable = true
- Title.Name = "Title"
- Title.Parent = main
- Title.Size = UDim2.new(0, 137,0, 33)
- Title.Text = "XyzWare Free"
- Title.TextScaled = true
- Title.Font = Enum.Font.Arcade
- Title.Position = UDim2.new(0.068, 0,0, 0)
- Title.BackgroundTransparency = 1
- Title.TextColor3 = Color3.fromRGB(120,0,200)
- Page2.Name = "Page2"
- Page2.Parent = ScreenGui
- Page2.BackgroundColor3 = Color3.fromRGB(230, 30, 130)
- Page2.Position = UDim2.new(0.335372061, 0, 0.194484755, 0)
- Page2.Size = UDim2.new(0, 147,0, 260)
- Page2.Active = true
- Page2.Draggable = true
- Page2.Visible = false
- btools.Name = "Btools"
- btools.Parent = Page2
- btools.Size = UDim2.new(0, 130,0, 49)
- btools.Text = "F3X"
- btools.TextScaled = true
- btools.Font = Enum.Font.SourceSans
- btools.Position = UDim2.new(0.054, 0,0.213, 0)
- btools.BackgroundColor3 = Color3.fromRGB(255,255,255)
- btools.MouseButton1Click:Connect(function()
- game:GetService("Players"):Chat(":F3X")
- end)
- Kill.Name = "Kill"
- Kill.Parent = main
- Kill.Size = UDim2.new(0, 130,0, 50)
- Kill.Text = "Free Perm"
- Kill.TextScaled = true
- Kill.Font = Enum.Font.SourceSans
- Kill.Position = UDim2.new(0.054, 0,0.571, 0)
- Kill.BackgroundColor3 = Color3.fromRGB(255,255,255)
- Kill.MouseButton1Click:Connect(function()
- game.Players.LocalPlayer.Character.Humanoid.Health = 0
- game.Players:Chat(":npm me LOL TROLL")
- end)
- anti.Name = "Anti-Crash"
- anti.Parent = Page2
- anti.Size = UDim2.new(0, 130,0, 49)
- anti.Text = "Anti-Crash(ON/OFF)"
- anti.TextScaled = true
- anti.Font = Enum.Font.SourceSans
- anti.Position = UDim2.new(0.054, 0,0.405, 0)
- anti.BackgroundColor3 = Color3.fromRGB(255,255,255)
- anti.MouseButton1Click:Connect(function()
- if Enabled == true then
- game:GetService("RunService"):Set3dRenderingEnabled(false)
- Enabled = false
- else
- game:GetService("RunService"):Set3dRenderingEnabled(true)
- Enabled = true
- end
- end)
- Title2.Name = "Title"
- Title2.Parent = Page2
- Title2.Size = UDim2.new(0, 130,0, 50)
- Title2.Text = "XyzWare Free"
- Title2.TextScaled = true
- Title2.Font = Enum.Font.Arcade
- Title2.Position = UDim2.new(0.113, 0,0, 0)
- Title2.BackgroundTransparency = 1
- Title2.TextColor3 = Color3.fromRGB(120,0,205)
- close.Name = "Close"
- close.Parent = main
- close.Font = Enum.Font.SourceSans
- close.Position = UDim2.new(-0.118, 0,-0.066, 0)
- close.Size = UDim2.new(0, 34,0, 35)
- close.Text = "X"
- close.TextScaled = true
- close.BackgroundColor3 = Color3.new(255,0,0)
- close.MouseButton1Click:Connect(function()
- main.Visible = false
- end)
- close2.Name = "Close"
- close2.Parent = Page2
- close2.Font = Enum.Font.SourceSans
- close2.Position = UDim2.new(-0.118, 0,-0.066, 0)
- close2.Size = UDim2.new(0, 34,0, 35)
- close2.Text = "X"
- close2.TextScaled = true
- close2.BackgroundColor3 = Color3.new(255,0,0)
- close2.MouseButton1Click:Connect(function()
- Page2.Visible = false
- end)
- tphouse.Name = "TPhouse"
- tphouse.Parent = main
- tphouse.Size = UDim2.new(0, 130,0, 50)
- tphouse.Text = "TP house."
- tphouse.TextScaled = true
- tphouse.Font = Enum.Font.SourceSans
- tphouse.Position = UDim2.new(0.068, 0,0.353, 0)
- tphouse.BackgroundColor3 = Color3.fromRGB(255,255,255)
- tphouse.MouseButton1Click:Connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1,25.3,94.992)
- end)
- tppad.Name = "TPpad"
- tppad.Parent = main
- tppad.Size = UDim2.new(0, 130,0, 50)
- tppad.Text = "TP Pad."
- tppad.TextScaled = true
- tppad.Font = Enum.Font.SourceSans
- tppad.Position = UDim2.new(0.054, 0,0.128, 0)
- tppad.BackgroundColor3 = Color3.fromRGB(255,255,255)
- tppad.MouseButton1Click:Connect(function()
- local x = 13.6
- local hrp = game.Players.LocalPlayer.Character.HumanoidRootPart
- local Pos = hrp.CFrame
- for i = 1, 9, 1 do
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(x, 28.3, 106.4)
- x = x - 4
- task.wait(0)
- end
- hrp.CFrame = Pos
- end)
- Arrow.Name = "NextPage"
- Arrow.Parent = main
- Arrow.Size = UDim2.new(0, 46,0, 34)
- Arrow.Text = "➡"
- Arrow.TextScaled = true
- Arrow.Font = Enum.Font.SourceSans
- Arrow.Position = UDim2.new(0.646, 0,0.81, 0)
- Arrow.Size = UDim2.new(0, 46,0, 34)
- Arrow.BackgroundColor3 = Color3.fromRGB(255,255,255)
- Arrow.MouseButton1Click:Connect(function()
- main.Visible = false
- Page2.Visible = true
- end)
- Arrow2.Name = "NextPage"
- Arrow2.Parent = Page2
- Arrow2.Size = UDim2.new(0, 46,0, 34)
- Arrow2.Text = "←"
- Arrow2.TextScaled = true
- Arrow2.Font = Enum.Font.SourceSans
- Arrow2.Position = UDim2.new(0.646, 0,0.81, 0)
- Arrow2.Size = UDim2.new(0, 46,0, 34)
- Arrow2.BackgroundColor3 = Color3.fromRGB(255,255,255)
- Arrow2.MouseButton1Click:Connect(function()
- main.Visible = true
- Page2.Visible = false
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement