Advertisement
JacksoMykalJunior

Barex

Dec 15th, 2018
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.52 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local ScreenGui = Instance.new("ScreenGui")
  5. local TextLabel = Instance.new("TextLabel")
  6. local TextButton = Instance.new("TextButton")
  7. local TextButton_2 = Instance.new("TextButton")
  8. --Properties:
  9. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  10.  
  11. TextLabel.Parent = ScreenGui
  12. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  13. TextLabel.Position = UDim2.new(0.0598591566, 0, 0.0662824214, 0)
  14. TextLabel.Size = UDim2.new(0, 279, 0, 107)
  15. TextLabel.Font = Enum.Font.SourceSans
  16. TextLabel.Text = "Barex"
  17. TextLabel.TextColor3 = Color3.new(0.988235, 0, 0.0235294)
  18. TextLabel.TextScaled = true
  19. TextLabel.TextSize = 14
  20. TextLabel.TextWrapped = true
  21.  
  22. TextButton.Parent = ScreenGui
  23. TextButton.BackgroundColor3 = Color3.new(1, 1, 1)
  24. TextButton.Position = UDim2.new(0.0105633801, 0, 0.2204611, 0)
  25. TextButton.Size = UDim2.new(0, 200, 0, 50)
  26. TextButton.Font = Enum.Font.SourceSans
  27. TextButton.Text = "Knife (Automatic)"
  28. TextButton.TextColor3 = Color3.new(0.988235, 0, 0.0235294)
  29. TextButton.TextScaled = true
  30. TextButton.TextSize = 14
  31. TextButton.TextWrapped = true
  32.  
  33. TextButton_2.Parent = ScreenGui
  34. TextButton_2.BackgroundColor3 = Color3.new(1, 1, 1)
  35. TextButton_2.Position = UDim2.new(0.245305166, 0, 0.2204611, 0)
  36. TextButton_2.Size = UDim2.new(0, 200, 0, 50)
  37. TextButton_2.Font = Enum.Font.SourceSans
  38. TextButton_2.Text = "Speed (h)"
  39. TextButton_2.TextColor3 = Color3.new(0, 0, 0)
  40. TextButton_2.TextScaled = true
  41. TextButton_2.TextSize = 14
  42. TextButton_2.TextWrapped = true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement