ROBLOX_HAXX

free coins in coin simulator

Jul 20th, 2019
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.35 KB | None | 0 0
  1. local ScreenGui = Instance.new("ScreenGui")
  2. local Frame = Instance.new("Frame")
  3. local TextLabel = Instance.new("TextLabel")
  4. local TextButton = Instance.new("TextButton")
  5.  
  6. ScreenGui.Parent = game.CoreGui
  7. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  8.  
  9. Frame.Parent = ScreenGui
  10. Frame.Active = true
  11. Frame.BackgroundColor3 = Color3.new(1, 0, 0)
  12. Frame.Position = UDim2.new(0, 0, 0.439313978, 0)
  13. Frame.Size = UDim2.new(0, 268, 0, 214)
  14. Frame.Draggable = true
  15.  
  16. TextLabel.Parent = Frame
  17. TextLabel.Active = true
  18. TextLabel.BackgroundColor3 = Color3.new(0.00784314, 0.486275, 1)
  19. TextLabel.BorderColor3 = Color3.new(1, 0, 0)
  20. TextLabel.Size = UDim2.new(0, 268, 0, 65)
  21. TextLabel.Font = Enum.Font.SourceSans
  22. TextLabel.Text = "This GUI Was Made by theawesomedonavin110 to get him free coins!"
  23. TextLabel.TextColor3 = Color3.new(1, 0, 0)
  24. TextLabel.TextScaled = true
  25. TextLabel.TextSize = 14
  26. TextLabel.TextWrapped = true
  27.  
  28. TextButton.Parent = Frame
  29. TextButton.BackgroundColor3 = Color3.new(1, 0, 0)
  30. TextButton.BorderColor3 = Color3.new(1, 0, 0)
  31. TextButton.Position = UDim2.new(0.0522388071, 0, 0.383177578, 0)
  32. TextButton.Size = UDim2.new(0, 224, 0, 108)
  33. TextButton.Font = Enum.Font.SourceSans
  34. TextButton.Text = "Get 1000000000 Coins"
  35. TextButton.TextColor3 = Color3.new(0, 1, 0.2)
  36. TextButton.TextScaled = true
  37. TextButton.TextSize = 14
  38. TextButton.TextWrapped = true
Add Comment
Please, Sign In to add comment