Advertisement
hoainamqn

sPEED

Mar 25th, 2019
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.91 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local NamHack = Instance.new("ScreenGui")
  5. local Frame = Instance.new("Frame")
  6. local TextButton = Instance.new("TextButton")
  7. --Properties:
  8. NamHack.Name = "NamHack"
  9. NamHack.Parent = game.CoreGui
  10. NamHack.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  11.  
  12. Frame.Parent = NamHack
  13. Frame.BackgroundColor3 = Color3.new(0.415686, 0.415686, 0.415686)
  14. Frame.Position = UDim2.new(0.415153921, 0, 0.343980342, 0)
  15. Frame.Size = UDim2.new(0, 144, 0, 130)
  16. Frame.Active =true
  17. Frame.Draggable = true
  18.  
  19. TextButton.Parent = Frame
  20. TextButton.BackgroundColor3 = Color3.new(1, 1, 1)
  21. TextButton.Position = UDim2.new(0.0069444445, 0, 0.303311974, 0)
  22. TextButton.Size = UDim2.new(0, 143, 0, 50)
  23. TextButton.Font = Enum.Font.SourceSans
  24. TextButton.Text = "SPEED"
  25. TextButton.TextColor3 = Color3.new(0, 0, 0)
  26. TextButton.TextSize = 14
  27. MouseButton1Click:connect(function()
  28. -- Scripts:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement