Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Made By NTS
- -- Objects
- local guideptrai = Instance.new("ScreenGui")
- local ntsdeptraigui = Instance.new("Frame")
- local red = Instance.new("TextButton")
- local xanh = Instance.new("TextButton")
- local vang = Instance.new("TextButton")
- local xanhlacay = Instance.new("TextButton")
- local deptrai = Instance.new("TextButton")
- local handsomebutton = Instance.new("TextButton")
- local deptraibutton = Instance.new("TextButton")
- local nts = game.Players.LocalPlayer.PlayerGui
- -- Properties
- guideptrai.Name = "guideptrai"
- guideptrai.Parent = nts
- guideptrai.ResetOnSpawn = false
- ntsdeptraigui.Name = "ntsdeptraigui"
- ntsdeptraigui.Parent = guideptrai
- ntsdeptraigui.BackgroundColor3 = Color3.new(0, 0, 0)
- ntsdeptraigui.Position = UDim2.new(0.598492026, 0, 0.394805193, 0)
- ntsdeptraigui.Size = UDim2.new(0, 227, 0, 143)
- ntsdeptraigui.Draggable = true
- ntsdeptraigui.Visible = false
- red.Name = "do"
- red.Parent = ntsdeptraigui
- red.BackgroundColor3 = Color3.new(1, 0, 0)
- red.Position = UDim2.new(0.295154184, 0, 0.157342657, 0)
- red.Size = UDim2.new(0, 53, 0, 36)
- red.Font = Enum.Font.Arial
- red.Text = "red"
- red.TextColor3 = Color3.new(0, 0, 0)
- red.TextSize = 14
- red.MouseButton1Down:connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-138, 30, -7)
- end)
- xanh.Name = "xanh"
- xanh.Parent = ntsdeptraigui
- xanh.BackgroundColor3 = Color3.new(0, 0.333333, 1)
- xanh.Position = UDim2.new(0.647577107, 0, 0.594405591, 0)
- xanh.Size = UDim2.new(0, 53, 0, 36)
- xanh.Font = Enum.Font.Arial
- xanh.Text = "blue"
- xanh.TextColor3 = Color3.new(0, 0, 0)
- xanh.TextSize = 14
- xanh.MouseButton1Down:connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(6, 27, 124)
- end)
- vang.Name = "vang"
- vang.Parent = ntsdeptraigui
- vang.BackgroundColor3 = Color3.new(1, 1, 0)
- vang.Position = UDim2.new(0.295154184, 0, 0.594405591, 0)
- vang.Size = UDim2.new(0, 53, 0, 36)
- vang.Font = Enum.Font.Arial
- vang.Text = "yellow"
- vang.TextColor3 = Color3.new(0, 0, 0)
- vang.TextSize = 14
- vang.MouseButton1Down:connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(120, 27, -2)
- end)
- xanhlacay.Name = "xanhlacay"
- xanhlacay.Parent = ntsdeptraigui
- xanhlacay.BackgroundColor3 = Color3.new(0.333333, 1, 0)
- xanhlacay.Position = UDim2.new(0.647577107, 0, 0.16083917, 0)
- xanhlacay.Size = UDim2.new(0, 53, 0, 36)
- xanhlacay.Font = Enum.Font.Arial
- xanhlacay.Text = "green"
- xanhlacay.TextColor3 = Color3.new(0, 0, 0)
- xanhlacay.TextSize = 14
- xanhlacay.MouseButton1Down:connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(7, 31, -125)
- end)
- deptrai.Name = "deptrai"
- deptrai.Parent = ntsdeptraigui
- deptrai.BackgroundColor3 = Color3.new(0.737255, 0.0666667, 1)
- deptrai.BorderColor3 = Color3.new(0, 0, 0)
- deptrai.Size = UDim2.new(0, 54, 0, 143)
- deptrai.Font = Enum.Font.Arial
- deptrai.Text = "Press"
- deptrai.TextColor3 = Color3.new(0, 0, 0)
- deptrai.TextSize = 14
- deptrai.MouseButton1Click:Connect(function()
- local event = game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest
- local money = "NTS dep trai"
- local gem = "All"
- event:FireServer(money,gem)
- end)
- handsomebutton.Name = "handsomebutton"
- handsomebutton.Parent = guideptrai
- handsomebutton.BackgroundColor3 = Color3.new(1, 1, 1)
- handsomebutton.Position = UDim2.new(0.957587183, 0, 0.687984467, 0)
- handsomebutton.Size = UDim2.new(0, 45, 0, 17)
- handsomebutton.Font = Enum.Font.SourceSans
- handsomebutton.Text = "O"
- handsomebutton.TextColor3 = Color3.new(0, 0, 0)
- handsomebutton.TextSize = 14
- handsomebutton.Visible = true
- handsomebutton.MouseButton1Click:Connect(function()
- handsomebutton.Visible = false
- ntsdeptraigui.Visible = true
- deptraibutton.Visible = true
- end)
- deptraibutton.Name = "deptraibutton"
- deptraibutton.Parent = guideptrai
- deptraibutton.BackgroundColor3 = Color3.new(1, 1, 1)
- deptraibutton.Position = UDim2.new(0.957587183, 0, 0.687984467, 0)
- deptraibutton.Size = UDim2.new(0, 45, 0, 17)
- deptraibutton.Font = Enum.Font.SourceSans
- deptraibutton.Text = "X"
- deptraibutton.TextColor3 = Color3.new(0, 0, 0)
- deptraibutton.TextSize = 14
- deptraibutton.Visible = false
- deptraibutton.MouseButton1Click:Connect(function()
- deptraibutton.Visible = false
- ntsdeptraigui.Visible = false
- handsomebutton.Visible = true
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement