Advertisement
DrArhemblox

FakeProto

Apr 25th, 2019
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.60 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local ProtoSmasher = Instance.new("ScreenGui")
  5. local Proto = Instance.new("TextLabel")
  6. local Smasher = Instance.new("TextLabel")
  7. local Version = Instance.new("TextLabel")
  8. --Properties:
  9. ProtoSmasher.Name = "ProtoSmasher"
  10. ProtoSmasher.Parent = game.CoreGui
  11. ProtoSmasher.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  12.  
  13. Proto.Name = "Proto"
  14. Proto.Parent = ProtoSmasher
  15. Proto.BackgroundColor3 = Color3.new(1, 1, 1)
  16. Proto.BackgroundTransparency = 1
  17. Proto.Position = UDim2.new(-0.000448765233, 0, 0.930549443, 0)
  18. Proto.Size = UDim2.new(0, 124, 0, 50)
  19. Proto.Font = Enum.Font.SourceSansBold
  20. Proto.Text = "PROTO"
  21. Proto.TextColor3 = Color3.new(0, 0, 0)
  22. Proto.TextScaled = true
  23. Proto.TextSize = 14
  24. Proto.TextWrapped = true
  25.  
  26. Smasher.Name = "Smasher"
  27. Smasher.Parent = ProtoSmasher
  28. Smasher.BackgroundColor3 = Color3.new(1, 1, 1)
  29. Smasher.BackgroundTransparency = 1
  30. Smasher.Position = UDim2.new(0.0622958317, 0, 0.930549443, 0)
  31. Smasher.Size = UDim2.new(0, 177, 0, 50)
  32. Smasher.Font = Enum.Font.SourceSansBold
  33. Smasher.Text = "SMAHSER"
  34. Smasher.TextColor3 = Color3.new(1, 1, 1)
  35. Smasher.TextScaled = true
  36. Smasher.TextSize = 14
  37. Smasher.TextWrapped = true
  38.  
  39. Version.Name = "Version"
  40. Version.Parent = ProtoSmasher
  41. Version.BackgroundColor3 = Color3.new(1, 1, 1)
  42. Version.BackgroundTransparency = 1
  43. Version.Position = UDim2.new(0.152311221, 0, 0.940149307, 0)
  44. Version.Size = UDim2.new(0, 76, 0, 50)
  45. Version.Font = Enum.Font.SourceSans
  46. Version.Text = "v3.0.9a"
  47. Version.TextColor3 = Color3.new(1, 1, 1)
  48. Version.TextSize = 30
  49. Version.TextWrapped = true
  50. -- Scripts:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement