Advertisement
Guest User

Untitled

a guest
Apr 25th, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.53 KB | None | 0 0
  1. -- Farewell infortality
  2. -- Revamp by ImFrostic, Version 2.8
  3.  
  4. -- Objects
  5.  
  6. local Pass = Instance.new("ScreenGui")
  7. local Whole = Instance.new("Frame")
  8. local LabelFrame = Instance.new("Frame")
  9. local TextLabel = Instance.new("TextLabel")
  10. local btframe = Instance.new("Frame")
  11. local GrabKnife = Instance.new("TextButton")
  12. local Wings = Instance.new("TextButton")
  13. local clowngui = Instance.new("TextButton")
  14. local TextButton = Instance.new("TextButton")
  15. local TextButton_2 = Instance.new("TextButton")
  16.  
  17. -- Properties
  18.  
  19. Pass.Name = "Pass"
  20. Pass.Parent = game.Players.LocalPlayer.PlayerGui
  21. Pass.ResetOnSpawn = false
  22.  
  23. Whole.Name = "Whole"
  24. Whole.Parent = Pass
  25. Whole.Active = true
  26. Whole.BackgroundColor3 = Color3.new(0, 0.92549, 0)
  27. Whole.BorderSizePixel = 0
  28. Whole.Position = UDim2.new(0.210344821, 0, 0.141337395, 0)
  29. Whole.Size = UDim2.new(0, 336, 0, 472)
  30.  
  31. LabelFrame.Name = "LabelFrame"
  32. LabelFrame.Parent = Whole
  33. LabelFrame.BackgroundColor3 = Color3.new(0.333333, 0.666667, 0)
  34. LabelFrame.BorderSizePixel = 0
  35. LabelFrame.Size = UDim2.new(0, 336, 0, 46)
  36.  
  37. TextLabel.Parent = LabelFrame
  38. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  39. TextLabel.BackgroundTransparency = 1
  40. TextLabel.Size = UDim2.new(0, 336, 0, 43)
  41. TextLabel.Font = Enum.Font.Fantasy
  42. TextLabel.Text = "Pass"
  43. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  44. TextLabel.TextSize = 40
  45.  
  46. btframe.Name = "btframe"
  47. btframe.Parent = Whole
  48. btframe.BackgroundColor3 = Color3.new(0, 0.917647, 0)
  49. btframe.BorderColor3 = Color3.new(1, 1, 1)
  50. btframe.Position = UDim2.new(0.0297619049, 0, 0.116525427, 0)
  51. btframe.Size = UDim2.new(0, 316, 0, 403)
  52.  
  53. GrabKnife.Name = "Grab Knife"
  54. GrabKnife.Parent = btframe
  55. GrabKnife.BackgroundColor3 = Color3.new(1, 1, 1)
  56. GrabKnife.Position = UDim2.new(0.0253164563, 0, 0.0173697285, 0)
  57. GrabKnife.Size = UDim2.new(0, 119, 0, 37)
  58. GrabKnife.Font = Enum.Font.Fantasy
  59. GrabKnife.Text = "GrabKnife"
  60. GrabKnife.TextSize = 14
  61.  
  62. Wings.Name = "Wings"
  63. Wings.Parent = btframe
  64. Wings.BackgroundColor3 = Color3.new(1, 1, 1)
  65. Wings.Position = UDim2.new(0.433544308, 0, 0.0173697285, 0)
  66. Wings.Size = UDim2.new(0, 119, 0, 37)
  67. Wings.Font = Enum.Font.Fantasy
  68. Wings.Text = "Wings"
  69. Wings.TextSize = 14
  70.  
  71. clowngui.Name = "clowngui"
  72. clowngui.Parent = btframe
  73. clowngui.BackgroundColor3 = Color3.new(1, 1, 1)
  74. clowngui.Position = UDim2.new(0.025316447, 0, 0.126550868, 0)
  75. clowngui.Size = UDim2.new(0, 119, 0, 37)
  76. clowngui.Font = Enum.Font.Fantasy
  77. clowngui.Text = "CLownGUI"
  78. clowngui.TextSize = 14
  79.  
  80. TextButton.Parent = Whole
  81. TextButton.BackgroundColor3 = Color3.new(1, 1, 1)
  82. TextButton.Position = UDim2.new(-0.363095224, 0, -0.197033897, 0)
  83. TextButton.Size = UDim2.new(0, 200, 0, 50)
  84. TextButton.Font = Enum.Font.SourceSans
  85. TextButton.TextSize = 14
  86.  
  87. TextButton_2.Parent = Whole
  88. TextButton_2.BackgroundColor3 = Color3.new(1, 1, 1)
  89. TextButton_2.Position = UDim2.new(0.916666687, 0, 0, 0)
  90. TextButton_2.Size = UDim2.new(0, 28, 0, 18)
  91. TextButton_2.Font = Enum.Font.SourceSans
  92. TextButton_2.TextSize = 14
  93.  
  94. -- Scripts
  95. TextButton.MouseButton1Down:connect(function()
  96. TextButton.Visible = false
  97. Whole.Visible = true
  98. end)
  99.  
  100. TextButton_2.MouseButton1Down:connect(function()
  101. Whole.Visible = false
  102. TextButton.Visible = true
  103. end)
  104.  
  105. GrabKnife.MouseButton1Down:connect(function()
  106. loadstring(game:HttpGet(('https://pastebin.com/raw/ANs9UDrn'),true))()
  107. end)
  108.  
  109. Wings.MouseButton1Down:connect(function()
  110. loadstring(game:HttpGet(('https://pastebin.com/raw/ERy6hqiV'),true))()
  111. end)
  112.  
  113. clowngui.MouseButton1Down:connect(function()
  114. loadstring(game:HttpGet(('https://pastebin.com/raw/eHJRyq8w'),true))()
  115. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement