Advertisement
ilovepastingeveryday

My Stat Changer

Jul 22nd, 2018
218
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.17 KB | None | 0 0
  1. -- Follow @SlinkyMaster96 for updates and more exploits!
  2.  
  3.  
  4. -- Instances:
  5. local statchanger = Instance.new("ScreenGui")
  6. local changer = Instance.new("Frame")
  7. local title = Instance.new("TextLabel")
  8. local TextBox = Instance.new("TextBox")
  9. local TextBox_2 = Instance.new("TextBox")
  10. local TextBox_3 = Instance.new("TextBox")
  11. local TextButton = Instance.new("TextButton")
  12. local TextLabel = Instance.new("TextLabel")
  13. --Properties:
  14. statchanger.Name = "stat changer"
  15. statchanger.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  16.  
  17. changer.Name = "changer"
  18. changer.Parent = statchanger
  19. changer.BackgroundColor3 = Color3.new(0.164706, 0.164706, 0.164706)
  20. changer.Size = UDim2.new(0, 540, 0, 385)
  21.  
  22. title.Name = "title"
  23. title.Parent = changer
  24. title.BackgroundColor3 = Color3.new(0.164706, 0.164706, 0.164706)
  25. title.Position = UDim2.new(0, 0, 0.0259740259, 0)
  26. title.Size = UDim2.new(0, 540, 0, 50)
  27. title.Font = Enum.Font.Highway
  28. title.Text = "STAT CHANGER"
  29. title.TextColor3 = Color3.new(1, 1, 1)
  30. title.TextScaled = true
  31. title.TextSize = 14
  32. title.TextWrapped = true
  33.  
  34. TextBox.Parent = changer
  35. TextBox.BackgroundColor3 = Color3.new(1, 1, 1)
  36. TextBox.Position = UDim2.new(0.194444448, 0, 0.262337655, 0)
  37. TextBox.Size = UDim2.new(0, 330, 0, 19)
  38. TextBox.Font = Enum.Font.SourceSans
  39. TextBox.Text = "Stat Name"
  40. TextBox.TextColor3 = Color3.new(0, 0, 0)
  41. TextBox.TextScaled = true
  42. TextBox.TextSize = 14
  43. TextBox.TextWrapped = true
  44. TextBox.TextXAlignment = Enum.TextXAlignment.Left
  45.  
  46. TextBox_2.Parent = changer
  47. TextBox_2.BackgroundColor3 = Color3.new(1, 1, 1)
  48. TextBox_2.Position = UDim2.new(0.194444448, 0, 0.436363637, 0)
  49. TextBox_2.Size = UDim2.new(0, 330, 0, 19)
  50. TextBox_2.Font = Enum.Font.SourceSans
  51. TextBox_2.Text = "Current Ammount"
  52. TextBox_2.TextColor3 = Color3.new(0, 0, 0)
  53. TextBox_2.TextScaled = true
  54. TextBox_2.TextSize = 14
  55. TextBox_2.TextWrapped = true
  56. TextBox_2.TextXAlignment = Enum.TextXAlignment.Left
  57.  
  58. TextBox_3.Parent = changer
  59. TextBox_3.BackgroundColor3 = Color3.new(1, 1, 1)
  60. TextBox_3.Position = UDim2.new(0.194444448, 0, 0.607792199, 0)
  61. TextBox_3.Size = UDim2.new(0, 330, 0, 19)
  62. TextBox_3.Font = Enum.Font.SourceSans
  63. TextBox_3.Text = "Desired Ammount"
  64. TextBox_3.TextColor3 = Color3.new(0, 0, 0)
  65. TextBox_3.TextScaled = true
  66. TextBox_3.TextSize = 14
  67. TextBox_3.TextWrapped = true
  68. TextBox_3.TextXAlignment = Enum.TextXAlignment.Left
  69.  
  70. TextButton.Parent = changer
  71. TextButton.BackgroundColor3 = Color3.new(0.211765, 0.211765, 0.211765)
  72. TextButton.Position = UDim2.new(0.314814806, 0, 0.742857158, 0)
  73. TextButton.Size = UDim2.new(0, 200, 0, 50)
  74. TextButton.Font = Enum.Font.Cartoon
  75. TextButton.Text = "Change Stats"
  76. TextButton.TextColor3 = Color3.new(1, 1, 1)
  77. TextButton.TextSize = 30
  78. TextButton.TextWrapped = true
  79.  
  80. TextLabel.Parent = changer
  81. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  82. TextLabel.BackgroundTransparency = 1
  83. TextLabel.Position = UDim2.new(0.0111111104, 0, 0.893506527, 0)
  84. TextLabel.Size = UDim2.new(0, 209, 0, 50)
  85. TextLabel.Font = Enum.Font.SourceSansBold
  86. TextLabel.Text = "@SlinkyMaster96"
  87. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  88. TextLabel.TextSize = 14
  89. TextLabel.TextWrapped = true
  90. TextLabel.TextXAlignment = Enum.TextXAlignment.Left
  91. -- Slinky ;3;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement