Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Made By NTSang
- -- Objects
- local SangGui = Instance.new("ScreenGui")
- local sgui = Instance.new("Frame")
- local Tien = Instance.new("TextButton")
- local Kimcuong = Instance.new("TextButton")
- local NTS = Instance.new("TextButton")
- -- Properties
- SangGui.Name = "SangGui"
- SangGui.Parent = game.Players.LocalPlayer.PlayerGui
- sgui.Name = "sgui"
- sgui.Parent = SangGui
- sgui.Active = true
- sgui.BackgroundColor3 = Color3.new(0, 0, 0)
- sgui.BorderColor3 = Color3.new(0, 0, 0)
- sgui.Position = UDim2.new(0.194156453, 0, 0.536821723, 0)
- sgui.Selectable = true
- sgui.Size = UDim2.new(0, 239, 0, 132)
- sgui.Style = Enum.FrameStyle.RobloxRound
- Tien.Name = "Tien"
- Tien.Parent = sgui
- Tien.BackgroundColor3 = Color3.new(1, 1, 1)
- Tien.Position = UDim2.new(0.100418411, 0, 0.325757593, 0)
- Tien.Size = UDim2.new(0, 66, 0, 28)
- Tien.Font = Enum.Font.SourceSans
- Tien.Text = "Tien"
- Tien.TextColor3 = Color3.new(0, 0, 0)
- Tien.TextSize = 14
- Tien.MouseButton1Click:Connect(function()
- local stats = "SetStat"
- local coin = "Coins"
- local event = workspace.__Functions.API_Player_Stats
- event:InvokeServer(stats,coin, 999999)
- end)
- Kimcuong.Name = "Kimcuong"
- Kimcuong.Parent = sgui
- Kimcuong.BackgroundColor3 = Color3.new(1, 1, 1)
- Kimcuong.Position = UDim2.new(0.100418404, 0, 0.659090936, 0)
- Kimcuong.Size = UDim2.new(0, 66, 0, 32)
- Kimcuong.Font = Enum.Font.SourceSans
- Kimcuong.Text = "KimCuong"
- Kimcuong.TextColor3 = Color3.new(0, 0, 0)
- Kimcuong.TextSize = 14
- Kimcuong.MouseButton1Click:Connect(function()
- local stats = "SetStat"
- local jew = "Jewels"
- local event = workspace.__Functions.API_Player_Stats
- event:InvokeServer(stats,jew, 999999)
- end)
- NTS.Name = "NTS"
- NTS.Parent = sgui
- NTS.BackgroundColor3 = Color3.new(1, 1, 1)
- NTS.Position = UDim2.new(0.740585804, 0, 0.666666687, 0)
- NTS.Size = UDim2.new(0, 56, 0, 37)
- NTS.Font = Enum.Font.SourceSans
- NTS.Text = "NTSang"
- NTS.TextColor3 = Color3.new(0, 0, 0)
- NTS.TextSize = 14
- NTS.MouseButton1Click:Connect(function()
- local event = game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest
- local money = "NTS dep trai"
- local gem = "All"
- event:FireServer(money,gem)
- end)
Advertisement
Add Comment
Please, Sign In to add comment