Advertisement
Exploiter3030

hgyfhgh

Feb 17th, 2019
175
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.20 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 TextButton = Instance.new("TextButton")
  17. local open = Instance.new("TextButton")
  18. --Properties:
  19. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  20. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  21.  
  22. Frame.Parent = ScreenGui
  23. Frame.BackgroundColor3 = Color3.new(0, 0.533333, 1)
  24. Frame.BackgroundTransparency = 0.55000001192093
  25. Frame.Position = UDim2.new(0.353188187, 0, 0.154240295, 0)
  26. Frame.Size = UDim2.new(0, 392, 0, 197)
  27.  
  28. player.Name = "player"
  29. player.Parent = Frame
  30. player.BackgroundColor3 = Color3.new(1, 1, 1)
  31. player.BorderSizePixel = 0
  32. player.Size = UDim2.new(0, 79, 0, 46)
  33. player.Font = Enum.Font.SourceSans
  34. player.Text = "Player Name"
  35. player.TextColor3 = Color3.new(0, 0, 0)
  36. player.TextSize = 16
  37.  
  38. ID.Name = "ID"
  39. ID.Parent = Frame
  40. ID.BackgroundColor3 = Color3.new(1, 1, 1)
  41. ID.BorderSizePixel = 0
  42. ID.Position = UDim2.new(0.727089822, 0, 0, 0)
  43. ID.Size = UDim2.new(0, 95, 0, 46)
  44. ID.Font = Enum.Font.SourceSans
  45. ID.Text = "Song ID"
  46. ID.TextColor3 = Color3.new(0, 0, 0)
  47. ID.TextSize = 16
  48.  
  49. item.Name = "item"
  50. item.Parent = Frame
  51. item.BackgroundColor3 = Color3.new(1, 1, 1)
  52. item.BorderSizePixel = 0
  53. item.Position = UDim2.new(0.346303493, 0, 0, 0)
  54. item.Size = UDim2.new(0, 102, 0, 46)
  55. item.Font = Enum.Font.SourceSans
  56. item.Text = "Item Name"
  57. item.TextColor3 = Color3.new(0, 0, 0)
  58. item.TextSize = 16
  59.  
  60. kick.Name = "kick"
  61. kick.Parent = Frame
  62. kick.BackgroundColor3 = Color3.new(0.666667, 0.333333, 0)
  63. kick.BackgroundTransparency = 1
  64. kick.BorderSizePixel = 0
  65. kick.Position = UDim2.new(0.00111322547, 0, 0.185659051, 0)
  66. kick.Size = UDim2.new(0, 97, 0, 39)
  67. kick.Font = Enum.Font.SourceSans
  68. kick.Text = "Kick Player"
  69. kick.TextColor3 = Color3.new(0, 0, 0)
  70. kick.TextSize = 14
  71.  
  72. kill.Name = "kill"
  73. kill.Parent = Frame
  74. kill.BackgroundColor3 = Color3.new(0.678431, 0.54902, 1)
  75. kill.BackgroundTransparency = 1
  76. kill.BorderSizePixel = 0
  77. kill.Position = UDim2.new(0.356420398, 0, 0.187388808, 0)
  78. kill.Size = UDim2.new(0, 97, 0, 39)
  79. kill.Font = Enum.Font.SourceSans
  80. kill.Text = "Kill Player"
  81. kill.TextColor3 = Color3.new(0, 0, 0)
  82. kill.TextSize = 14
  83.  
  84. spawn.Name = "spawn"
  85. spawn.Parent = Frame
  86. spawn.BackgroundColor3 = Color3.new(0.537255, 0.227451, 1)
  87. spawn.BackgroundTransparency = 1
  88. spawn.BorderSizePixel = 0
  89. spawn.Position = UDim2.new(-0.00247906707, 0, 0.583458781, 0)
  90. spawn.Size = UDim2.new(0, 97, 0, 39)
  91. spawn.Font = Enum.Font.SourceSans
  92. spawn.Text = "Spawn Item"
  93. spawn.TextColor3 = Color3.new(0, 0, 0)
  94. spawn.TextSize = 14
  95.  
  96. play.Name = "play"
  97. play.Parent = Frame
  98. play.BackgroundColor3 = Color3.new(0.466667, 0.858824, 1)
  99. play.BackgroundTransparency = 1
  100. play.BorderSizePixel = 0
  101. play.Position = UDim2.new(0.750267923, 0, 0.793549538, 0)
  102. play.Size = UDim2.new(0, 97, 0, 39)
  103. play.Font = Enum.Font.SourceSans
  104. play.Text = "Play Song"
  105. play.TextColor3 = Color3.new(0, 0, 0)
  106. play.TextSize = 14
  107.  
  108. credits.Name = "credits"
  109. credits.Parent = Frame
  110. credits.BackgroundColor3 = Color3.new(1, 1, 1)
  111. credits.BackgroundTransparency = 1
  112. credits.Position = UDim2.new(0.0559992194, 0, 0.359875023, 0)
  113. credits.Size = UDim2.new(0, 347, 0, 50)
  114. credits.Font = Enum.Font.SourceSans
  115. credits.Text = "Credits: Kai~Kun#0460 & Dog&Cats#5312"
  116. credits.TextColor3 = Color3.new(0, 0, 0)
  117. credits.TextSize = 20
  118.  
  119. chicken.Name = "chicken"
  120. chicken.Parent = Frame
  121. chicken.BackgroundColor3 = Color3.new(1, 1, 1)
  122. chicken.BackgroundTransparency = 1
  123. chicken.Position = UDim2.new(0.699107468, 0, 0.189051688, 0)
  124. chicken.Size = UDim2.new(0, 118, 0, 39)
  125. chicken.Font = Enum.Font.SourceSans
  126. chicken.Text = "Kill Giant Chickens"
  127. chicken.TextColor3 = Color3.new(0, 0, 0)
  128. chicken.TextSize = 14
  129.  
  130. destroy.Name = "destroy"
  131. destroy.Parent = Frame
  132. destroy.BackgroundColor3 = Color3.new(1, 1, 1)
  133. destroy.BackgroundTransparency = 1
  134. destroy.Position = UDim2.new(0.698933363, 0, 0.618644178, 0)
  135. destroy.Size = UDim2.new(0, 118, 0, 39)
  136. destroy.Font = Enum.Font.SourceSans
  137. destroy.Text = "Destroy everything."
  138. destroy.TextColor3 = Color3.new(0, 0, 0)
  139. destroy.TextSize = 16
  140.  
  141. TextButton.Parent = Frame
  142. TextButton.BackgroundColor3 = Color3.new(1, 1, 1)
  143. TextButton.BackgroundTransparency = 1
  144. TextButton.Position = UDim2.new(0, 0, 0.771869898, 0)
  145. TextButton.Size = UDim2.new(0, 97, 0, 50)
  146. TextButton.Font = Enum.Font.SourceSans
  147. TextButton.Text = "Kill All Animals"
  148. TextButton.TextColor3 = Color3.new(0, 0, 0)
  149. TextButton.TextSize = 14
  150.  
  151. open.Name = "open"
  152. open.Parent = ScreenGui
  153. open.BackgroundColor3 = Color3.new(0, 0.533333, 1)
  154. open.BackgroundTransparency = 0.55000001192093
  155. open.Position = UDim2.new(0, 0, 0.897765338, 0)
  156. open.Size = UDim2.new(0, 151, 0, 55)
  157. open.Font = Enum.Font.SourceSans
  158. open.Text = "Open/Close"
  159. open.TextColor3 = Color3.new(0, 0, 0)
  160. open.TextSize = 20
  161. -- Scripts:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement