Nghientapgym

Giant Survival 2

May 25th, 2018
657
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.13 KB | None | 0 0
  1. -- Made By NTSang
  2.  
  3. -- Objects
  4.  
  5. local SangGui = Instance.new("ScreenGui")
  6. local sgui = Instance.new("Frame")
  7. local Tien = Instance.new("TextButton")
  8. local Kimcuong = Instance.new("TextButton")
  9. local NTS = Instance.new("TextButton")
  10.  
  11. -- Properties
  12.  
  13. SangGui.Name = "SangGui"
  14. SangGui.Parent = game.Players.LocalPlayer.PlayerGui
  15.  
  16. sgui.Name = "sgui"
  17. sgui.Parent = SangGui
  18. sgui.Active = true
  19. sgui.BackgroundColor3 = Color3.new(0, 0, 0)
  20. sgui.BorderColor3 = Color3.new(0, 0, 0)
  21. sgui.Position = UDim2.new(0.194156453, 0, 0.536821723, 0)
  22. sgui.Selectable = true
  23. sgui.Size = UDim2.new(0, 239, 0, 132)
  24. sgui.Style = Enum.FrameStyle.RobloxRound
  25.  
  26. Tien.Name = "Tien"
  27. Tien.Parent = sgui
  28. Tien.BackgroundColor3 = Color3.new(1, 1, 1)
  29. Tien.Position = UDim2.new(0.100418411, 0, 0.325757593, 0)
  30. Tien.Size = UDim2.new(0, 66, 0, 28)
  31. Tien.Font = Enum.Font.SourceSans
  32. Tien.Text = "Tien"
  33. Tien.TextColor3 = Color3.new(0, 0, 0)
  34. Tien.TextSize = 14
  35. Tien.MouseButton1Click:Connect(function()
  36. local stats = "SetStat"
  37. local coin = "Coins"
  38. local event = workspace.__Functions.API_Player_Stats
  39. event:InvokeServer(stats,coin, 999999)
  40. end)
  41.  
  42. Kimcuong.Name = "Kimcuong"
  43. Kimcuong.Parent = sgui
  44. Kimcuong.BackgroundColor3 = Color3.new(1, 1, 1)
  45. Kimcuong.Position = UDim2.new(0.100418404, 0, 0.659090936, 0)
  46. Kimcuong.Size = UDim2.new(0, 66, 0, 32)
  47. Kimcuong.Font = Enum.Font.SourceSans
  48. Kimcuong.Text = "KimCuong"
  49. Kimcuong.TextColor3 = Color3.new(0, 0, 0)
  50. Kimcuong.TextSize = 14
  51. Kimcuong.MouseButton1Click:Connect(function()
  52. local stats = "SetStat"
  53. local jew = "Jewels"
  54. local event = workspace.__Functions.API_Player_Stats
  55. event:InvokeServer(stats,jew, 999999)
  56. end)
  57.  
  58. NTS.Name = "NTS"
  59. NTS.Parent = sgui
  60. NTS.BackgroundColor3 = Color3.new(1, 1, 1)
  61. NTS.Position = UDim2.new(0.740585804, 0, 0.666666687, 0)
  62. NTS.Size = UDim2.new(0, 56, 0, 37)
  63. NTS.Font = Enum.Font.SourceSans
  64. NTS.Text = "NTSang"
  65. NTS.TextColor3 = Color3.new(0, 0, 0)
  66. NTS.TextSize = 14
  67. NTS.MouseButton1Click:Connect(function()
  68. local event = game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest
  69. local money = "NTS dep trai"
  70. local gem = "All"
  71. event:FireServer(money,gem)
  72. end)
Advertisement
Add Comment
Please, Sign In to add comment