Advertisement
Guest User

Untitled

a guest
Feb 17th, 2019
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.22 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local NightStorm = Instance.new("ScreenGui")
  5. local NightStormFrame = Instance.new("Frame")
  6. local Number2 = Instance.new("Frame")
  7. local GiantChickenKiller = Instance.new("TextButton")
  8. local TextBox = Instance.new("TextBox")
  9. local LOL = Instance.new("TextLabel")
  10. local ScrollingFrame = Instance.new("ScrollingFrame")
  11. local TextButton = Instance.new("TextButton")
  12. local TextButton_2 = Instance.new("TextButton")
  13. --Properties:
  14. NightStorm.Name = "NightStorm"
  15. NightStorm.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  16. NightStorm.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  17.  
  18. NightStormFrame.Name = "NightStormFrame"
  19. NightStormFrame.Parent = NightStorm
  20. NightStormFrame.BackgroundColor3 = Color3.new(0.160784, 1, 0.933333)
  21. NightStormFrame.BackgroundTransparency = 0.60000002384186
  22. NightStormFrame.BorderColor3 = Color3.new(1.38824, 1.34118, 0.00784314)
  23. NightStormFrame.Position = UDim2.new(0.197452232, 0, 0.195431471, 0)
  24. NightStormFrame.Size = UDim2.new(0, 284, 0, 239)
  25. NightStormFrame.Active = true
  26. NightStormFrame.Draggable = true
  27.  
  28. Number2.Name = "Number2"
  29. Number2.Parent = NightStormFrame
  30. Number2.BackgroundColor3 = Color3.new(0.160784, 1, 0.933333)
  31. Number2.BackgroundTransparency = 0.60000002384186
  32. Number2.BorderColor3 = Color3.new(1.38824, 1.34118, 0.00784314)
  33. Number2.Position = UDim2.new(-0.00325205619, 0, -0.00122124585, 0)
  34. Number2.Size = UDim2.new(0, 83, 0, 239)
  35.  
  36. GiantChickenKiller.Name = "Giant Chicken Killer"
  37. GiantChickenKiller.Parent = Number2
  38. GiantChickenKiller.BackgroundColor3 = Color3.new(1, 0.443137, 0.164706)
  39. GiantChickenKiller.Position = UDim2.new(0, 0, 0.100418411, 0)
  40. GiantChickenKiller.Size = UDim2.new(0, 83, 0, 32)
  41. GiantChickenKiller.Font = Enum.Font.SourceSans
  42. GiantChickenKiller.Text = "Kill Giant Chicken"
  43. GiantChickenKiller.TextColor3 = Color3.new(0, 0, 0)
  44. GiantChickenKiller.TextSize = 14
  45. GiantChickenKiller.MouseButton1Click:connect(function()
  46. local A_1 = game:GetService("Workspace").Animals[TextBox.Text]
  47. local A_2 = 20000
  48. local Event = game:GetService("ReplicatedStorage").Resources.Remotes.DamageAnimal
  49. Event:FireServer(A_1, A_2)
  50. end)
  51.  
  52. TextBox.Parent = Number2
  53. TextBox.BackgroundColor3 = Color3.new(1, 1, 1)
  54. TextBox.Position = UDim2.new(0.0111275176, 0, 0.790794969, 0)
  55. TextBox.Size = UDim2.new(0, 82, 0, 50)
  56. TextBox.Font = Enum.Font.SourceSans
  57. TextBox.Text = "Animal"
  58. TextBox.TextColor3 = Color3.new(0, 0, 0)
  59. TextBox.TextSize = 14
  60.  
  61. LOL.Name = "LOL"
  62. LOL.Parent = Number2
  63. LOL.BackgroundColor3 = Color3.new(1, 1, 1)
  64. LOL.Position = UDim2.new(0, 0, 0.347280324, 0)
  65. LOL.Size = UDim2.new(0, 82, 0, 50)
  66. LOL.Font = Enum.Font.SourceSans
  67. LOL.Text = "Credits To: Kai~Kun"
  68. LOL.TextColor3 = Color3.new(0, 0, 0)
  69. LOL.TextSize = 14
  70.  
  71. ScrollingFrame.Parent = NightStormFrame
  72. ScrollingFrame.BackgroundColor3 = Color3.new(1, 0, 0)
  73. ScrollingFrame.BackgroundTransparency = 0.55000001192093
  74. ScrollingFrame.BorderColor3 = Color3.new(0, 1, 1)
  75. ScrollingFrame.Position = UDim2.new(0.633802831, 0, 0, 0)
  76. ScrollingFrame.Size = UDim2.new(0, 104, 0, 239)
  77.  
  78. TextButton.Parent = NightStormFrame
  79. TextButton.BackgroundColor3 = Color3.new(1, 1, 1)
  80. TextButton.Position = UDim2.new(0.633802831, 0, 0.234309629, 0)
  81. TextButton.Size = UDim2.new(0, 89, 0, 50)
  82. TextButton.Font = Enum.Font.SourceSans
  83. TextButton.Text = "Kill Player"
  84. TextButton.TextColor3 = Color3.new(0, 0, 0)
  85. TextButton.TextSize = 14
  86. TextButton.MouseButton1Click:connect(function()
  87. local A_1 = "Destroy"
  88. local A_2 = game.Players.TextBox.Text.Character
  89. local Event = game:GetService("ReplicatedStorage").Resources.Remotes.InteractItem
  90. Event:FireServer(A_1, A_2)
  91. end)
  92.  
  93. TextButton_2.Parent = NightStormFrame
  94. TextButton_2.BackgroundColor3 = Color3.new(1, 1, 1)
  95. TextButton_2.Position = UDim2.new(0.633802831, 0, 0, 0)
  96. TextButton_2.Size = UDim2.new(0, 89, 0, 56)
  97. TextButton_2.Font = Enum.Font.SourceSans
  98. TextButton_2.Text = "Spawn"
  99. TextButton_2.TextColor3 = Color3.new(0, 0, 0)
  100. TextButton_2.TextSize = 14
  101. TextButton_2.MouseButton1Click:connect(function()
  102. local p = game.Players.LocalPlayer.Character.Head.Position
  103. local A_2 = game.Players[TextBox.Text].Character
  104. local Event = game:GetService("ReplicatedStorage").Resources.Remotes.InteractItem
  105. Event:FireServer(A_1, A_2)
  106. end)
  107. ---Scripts
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement