Advertisement
Guest User

Untitled

a guest
Feb 17th, 2019
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.84 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local ScreenGui = Instance.new("ScreenGui")
  5. local Frame = Instance.new("Frame")
  6. local player = Instance.new("TextBox")
  7. local ID = Instance.new("TextBox")
  8. local item = Instance.new("TextBox")
  9. local kick = Instance.new("TextButton")
  10. local kill = Instance.new("TextButton")
  11. local spawn = Instance.new("TextButton")
  12. local play = Instance.new("TextButton")
  13. local credits = Instance.new("TextLabel")
  14. local chicken = Instance.new("TextButton")
  15. local destroy = Instance.new("TextButton")
  16. local open = Instance.new("TextButton")
  17. --Properties:
  18. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  19. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  20.  
  21. Frame.Parent = ScreenGui
  22. Frame.BackgroundColor3 = Color3.new(0, 0.533333, 1)
  23. Frame.BackgroundTransparency = 0.55000001192093
  24. Frame.Position = UDim2.new(0.385165781, 0, 0.349671751, 0)
  25. Frame.Size = UDim2.new(0, 348, 0, 189)
  26. Frame.Active = true
  27. Frame.Draggable = true
  28.  
  29. player.Name = "player"
  30. player.Parent = Frame
  31. player.BackgroundColor3 = Color3.new(1, 1, 1)
  32. player.BorderSizePixel = 0
  33. player.Size = UDim2.new(0, 79, 0, 46)
  34. player.Font = Enum.Font.SourceSans
  35. player.Text = "Player Name"
  36. player.TextColor3 = Color3.new(0, 0, 0)
  37. player.TextSize = 16
  38.  
  39. ID.Name = "ID"
  40. ID.Parent = Frame
  41. ID.BackgroundColor3 = Color3.new(1, 1, 1)
  42. ID.BorderSizePixel = 0
  43. ID.Position = UDim2.new(0.727089822, 0, 0, 0)
  44. ID.Size = UDim2.new(0, 95, 0, 46)
  45. ID.Font = Enum.Font.SourceSans
  46. ID.Text = "Song ID"
  47. ID.TextColor3 = Color3.new(0, 0, 0)
  48. ID.TextSize = 16
  49.  
  50. item.Name = "item"
  51. item.Parent = Frame
  52. item.BackgroundColor3 = Color3.new(1, 1, 1)
  53. item.BorderSizePixel = 0
  54. item.Position = UDim2.new(0.346303493, 0, 0, 0)
  55. item.Size = UDim2.new(0, 102, 0, 46)
  56. item.Font = Enum.Font.SourceSans
  57. item.Text = "Item Name"
  58. item.TextColor3 = Color3.new(0, 0, 0)
  59. item.TextSize = 16
  60.  
  61. kick.Name = "kick"
  62. kick.Parent = Frame
  63. kick.BackgroundColor3 = Color3.new(0.666667, 0.333333, 0)
  64. kick.BackgroundTransparency = 1
  65. kick.BorderSizePixel = 0
  66. kick.Position = UDim2.new(0.00346616656, 0, 0.297807992, 0)
  67. kick.Size = UDim2.new(0, 97, 0, 39)
  68. kick.Font = Enum.Font.SourceSans
  69. kick.Text = "Kick Player"
  70. kick.TextColor3 = Color3.new(0, 0, 0)
  71. kick.TextSize = 14
  72.  
  73. kill.Name = "kill"
  74. kill.Parent = Frame
  75. kill.BackgroundColor3 = Color3.new(0.678431, 0.54902, 1)
  76. kill.BackgroundTransparency = 1
  77. kill.BorderSizePixel = 0
  78. kill.Position = UDim2.new(0.292890966, 0, 0.292517006, 0)
  79. kill.Size = UDim2.new(0, 97, 0, 39)
  80. kill.Font = Enum.Font.SourceSans
  81. kill.Text = "Kill Player"
  82. kill.TextColor3 = Color3.new(0, 0, 0)
  83. kill.TextSize = 14
  84.  
  85. spawn.Name = "spawn"
  86. spawn.Parent = Frame
  87. spawn.BackgroundColor3 = Color3.new(0.537255, 0.227451, 1)
  88. spawn.BackgroundTransparency = 1
  89. spawn.BorderSizePixel = 0
  90. spawn.Position = UDim2.new(-0.0022809878, 0, 0.792894959, 0)
  91. spawn.Size = UDim2.new(0, 97, 0, 39)
  92. spawn.Font = Enum.Font.SourceSans
  93. spawn.Text = "Spawn Item"
  94. spawn.TextColor3 = Color3.new(0, 0, 0)
  95. spawn.TextSize = 14
  96.  
  97. play.Name = "play"
  98. play.Parent = Frame
  99. play.BackgroundColor3 = Color3.new(0.466667, 0.858824, 1)
  100. play.BackgroundTransparency = 1
  101. play.BorderSizePixel = 0
  102. play.Position = UDim2.new(0.292890966, 0, 0.792894959, 0)
  103. play.Size = UDim2.new(0, 97, 0, 39)
  104. play.Font = Enum.Font.SourceSans
  105. play.Text = "Play Song"
  106. play.TextColor3 = Color3.new(0, 0, 0)
  107. play.TextSize = 14
  108.  
  109. credits.Name = "credits"
  110. credits.Parent = Frame
  111. credits.BackgroundColor3 = Color3.new(1, 1, 1)
  112. credits.BackgroundTransparency = 1
  113. credits.Position = UDim2.new(0.00346620055, 0, 0.493962854, 0)
  114. credits.Size = UDim2.new(0, 347, 0, 50)
  115. credits.Font = Enum.Font.SourceSans
  116. credits.Text = "Credits: Kai~Kun#0460 & Dog&Cats#5312"
  117. credits.TextColor3 = Color3.new(0, 0, 0)
  118. credits.TextSize = 20
  119.  
  120. chicken.Name = "chicken"
  121. chicken.Parent = Frame
  122. chicken.BackgroundColor3 = Color3.new(1, 1, 1)
  123. chicken.BackgroundTransparency = 1
  124. chicken.Position = UDim2.new(0.637930989, 0, 0.291005284, 0)
  125. chicken.Size = UDim2.new(0, 118, 0, 39)
  126. chicken.Font = Enum.Font.SourceSans
  127. chicken.Text = "Kill Giant Chickens"
  128. chicken.TextColor3 = Color3.new(0, 0, 0)
  129. chicken.TextSize = 14
  130.  
  131. destroy.Name = "destroy"
  132. destroy.Parent = Frame
  133. destroy.BackgroundColor3 = Color3.new(1, 1, 1)
  134. destroy.BackgroundTransparency = 1
  135. destroy.Position = UDim2.new(0.637930989, 0, 0.788359761, 0)
  136. destroy.Size = UDim2.new(0, 118, 0, 39)
  137. destroy.Font = Enum.Font.SourceSans
  138. destroy.Text = "Destroy everything."
  139. destroy.TextColor3 = Color3.new(0, 0, 0)
  140. destroy.TextSize = 16
  141.  
  142. open.Name = "open"
  143. open.Parent = ScreenGui
  144. open.BackgroundColor3 = Color3.new(0, 0.533333, 1)
  145. open.BackgroundTransparency = 0.55000001192093
  146. open.Position = UDim2.new(0, 0, 0.897765338, 0)
  147. open.Size = UDim2.new(0, 151, 0, 55)
  148. open.Font = Enum.Font.SourceSans
  149. open.Text = "Open/Close"
  150. open.TextColor3 = Color3.new(0, 0, 0)
  151. open.TextSize = 20
  152. -- Scripts:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement