Advertisement
arfiakbar123

sh

Nov 9th, 2018
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.44 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local Main = Instance.new("ScreenGui")
  5. local MainGui = Instance.new("Frame")
  6. local TextLabel = Instance.new("TextLabel")
  7. local de = Instance.new("TextButton")
  8. local ray = Instance.new("TextButton")
  9. local TextLabel_2 = Instance.new("TextLabel")
  10. local TextLabel_3 = Instance.new("TextLabel")
  11. --Properties:
  12. Main.Name = "Main"
  13. Main.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  14.  
  15. MainGui.Name = "MainGui"
  16. MainGui.Parent = Main
  17. MainGui.Active = true
  18. MainGui.BackgroundColor3 = Color3.new(0, 0, 0)
  19. MainGui.BackgroundTransparency = 0.40000000596046
  20. MainGui.BorderColor3 = Color3.new(0, 0, 0)
  21. MainGui.BorderSizePixel = 3
  22. MainGui.Draggable = true
  23. MainGui.Position = UDim2.new(0, 117, 0, 245)
  24. MainGui.Size = UDim2.new(0, 134, 0, 264)
  25.  
  26. TextLabel.Parent = MainGui
  27. TextLabel.BackgroundColor3 = Color3.new(0.666667, 0, 0)
  28. TextLabel.Position = UDim2.new(-0.00148010254, 0, -0.0862626731, 0)
  29. TextLabel.Size = UDim2.new(0, 134, 0, 14)
  30. TextLabel.Font = Enum.Font.SourceSans
  31. TextLabel.Text = "Shark Bite"
  32. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  33. TextLabel.TextSize = 14
  34.  
  35. de.Name = "de"
  36. de.Parent = MainGui
  37. de.BackgroundColor3 = Color3.new(1, 1, 1)
  38. de.Position = UDim2.new(0.110052198, 0, 0.574027538, 0)
  39. de.Size = UDim2.new(0, 103, 0, 20)
  40. de.Font = Enum.Font.SourceSans
  41. de.Text = "Destroyer"
  42. de.TextColor3 = Color3.new(0, 0, 0)
  43. de.TextSize = 14
  44.  
  45. ray.Name = "ray"
  46. ray.Parent = MainGui
  47. ray.BackgroundColor3 = Color3.new(1, 1, 1)
  48. ray.Position = UDim2.new(0.110052191, 0, 0.127457127, 0)
  49. ray.Size = UDim2.new(0, 103, 0, 18)
  50. ray.Font = Enum.Font.SourceSans
  51. ray.Text = "Ray Gun"
  52. ray.TextColor3 = Color3.new(0, 0, 0)
  53. ray.TextSize = 14
  54. rays.MouseButton1Click:connect(function()
  55. guns("Ray Gun")
  56. end)
  57.  
  58. TextLabel_2.Parent = MainGui
  59. TextLabel_2.BackgroundColor3 = Color3.new(0.666667, 0, 0)
  60. TextLabel_2.Position = UDim2.new(-0.00148010254, 0, 0.394797921, 0)
  61. TextLabel_2.Size = UDim2.new(0, 134, 0, 13)
  62. TextLabel_2.Font = Enum.Font.SourceSans
  63. TextLabel_2.Text = "Boat"
  64. TextLabel_2.TextColor3 = Color3.new(0, 0, 0)
  65. TextLabel_2.TextSize = 14
  66.  
  67. TextLabel_3.Parent = MainGui
  68. TextLabel_3.BackgroundColor3 = Color3.new(0.666667, 0, 0)
  69. TextLabel_3.Position = UDim2.new(-0.00148010254, 0, 0.0349494256, 0)
  70. TextLabel_3.Size = UDim2.new(0, 134, 0, 13)
  71. TextLabel_3.Font = Enum.Font.SourceSans
  72. TextLabel_3.Text = "Weapon"
  73. TextLabel_3.TextColor3 = Color3.new(0, 0, 0)
  74. TextLabel_3.TextSize = 14
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement