Advertisement
BrunnoRobux

BrunnoRobux Admins Horror Tycoon

Apr 10th, 2020
565
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.38 KB | None | 0 0
  1. -- // Subscribe To BrunnoRobux on YouTube! \\ --
  2. -- // Follow BrunnoRobux on Roblox, https://www.roblox.com/users/544469334/profile \\ --
  3. -- game link: https://www.roblox.com/games/3264958220
  4.  
  5. game.Players.LocalPlayer.Character:FindFirstChild("Humanoid"):UnequipTools()
  6. wait()
  7. game.Players.LocalPlayer.Character:FindFirstChild("Humanoid"):UnequipTools()
  8.  
  9. backpacklist = game:GetService("Players").LocalPlayer.Backpack:GetChildren()
  10.  
  11. function destroy(arg1)
  12. game:GetService("ReplicatedStorage").Events.destryObj:FireServer(arg1)
  13. end
  14.  
  15. function GetPlayer(String)
  16. local Found = {}
  17. local strl = String:lower()
  18. if strl == "all" then
  19. for i,v in pairs(game.Players:GetPlayers()) do
  20. table.insert(Found,v.Name)
  21. end
  22. elseif strl == "others" then
  23. for i,v in pairs(game.Players:GetPlayers()) do
  24. if v.Name ~= game.Players.LocalPlayer.Name then
  25. table.insert(Found,v.Name)
  26. end
  27. end
  28. elseif strl == "me" then
  29. for i,v in pairs(game.Players:GetPlayers()) do
  30. if v.Name == game.Players.LocalPlayer.Name then
  31. table.insert(Found,v.Name)
  32. end
  33. end
  34. else
  35. for i,v in pairs(game.Players:GetPlayers()) do
  36. if v.Name:lower():sub(1, #String) == String:lower() then
  37. table.insert(Found,v.Name)
  38. end
  39. end
  40. end
  41. return Found
  42. end
  43.  
  44.  
  45.  
  46.  
  47.  
  48. -- Farewell Infortality.
  49. -- Version: 2.82
  50. -- Instances:
  51. local ScreenGui = Instance.new("ScreenGui")
  52. local Frame = Instance.new("Frame")
  53. local targetbox = Instance.new("TextBox")
  54. local kill = Instance.new("TextButton")
  55. local naked = Instance.new("TextButton")
  56. local kick = Instance.new("TextButton")
  57. local ragdoll = Instance.new("TextButton")
  58. local none = Instance.new("TextButton")
  59. local punish = Instance.new("TextButton")
  60. local ban = Instance.new("TextButton")
  61. local goto = Instance.new("TextButton")
  62.  
  63.  
  64.  
  65. --Properties:
  66. ScreenGui.Parent = game.CoreGui
  67. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  68.  
  69.  
  70.  
  71. Frame.Parent = ScreenGui
  72. Frame.Active = true
  73. Frame.Draggable = true
  74. Frame.BackgroundColor3 = Color3.new(0, 0, 0)
  75. Frame.BackgroundTransparency = 0.5
  76. Frame.Position = UDim2.new(0.394230753, 0, 0.325095087, 0)
  77. Frame.Size = UDim2.new(0, 219, 0, 252)
  78.  
  79.  
  80. targetbox.Name = "targetbox"
  81. targetbox.Parent = Frame
  82. targetbox.BackgroundColor3 = Color3.new(1, 1, 1)
  83. targetbox.BackgroundTransparency = 0.5
  84. targetbox.Position = UDim2.new(0.132596642, 0, 0.0753968284, 0)
  85. targetbox.Size = UDim2.new(0, 159, 0, 31)
  86. targetbox.Font = Enum.Font.SourceSans
  87. targetbox.Text = ""
  88. targetbox.TextColor3 = Color3.new(0, 0, 0)
  89. targetbox.TextSize = 14
  90.  
  91. kill.Name = "kill"
  92. kill.Parent = Frame
  93. kill.BackgroundColor3 = Color3.new(1, 1, 1)
  94. kill.BackgroundTransparency = 0.5
  95. kill.Position = UDim2.new(0.0718231872, 0, 0.285714298, 0)
  96. kill.Size = UDim2.new(0, 85, 0, 29)
  97. kill.Font = Enum.Font.SourceSans
  98. kill.Text = "Kill"
  99. kill.TextColor3 = Color3.new(0, 0, 0)
  100. kill.TextSize = 14
  101.  
  102. naked.Name = "naked"
  103. naked.Parent = Frame
  104. naked.BackgroundColor3 = Color3.new(1, 1, 1)
  105. naked.BackgroundTransparency = 0.5
  106. naked.Position = UDim2.new(0.0718231872, 0, 0.789682567, 0)
  107. naked.Size = UDim2.new(0, 85, 0, 29)
  108. naked.Font = Enum.Font.SourceSans
  109. naked.Text = "Naked"
  110. naked.TextColor3 = Color3.new(0, 0, 0)
  111. naked.TextSize = 14
  112.  
  113. kick.Name = "kick"
  114. kick.Parent = Frame
  115. kick.BackgroundColor3 = Color3.new(1, 1, 1)
  116. kick.BackgroundTransparency = 0.5
  117. kick.Position = UDim2.new(0.0718231872, 0, 0.440476179, 0)
  118. kick.Size = UDim2.new(0, 85, 0, 29)
  119. kick.Font = Enum.Font.SourceSans
  120. kick.Text = "Kick"
  121. kick.TextColor3 = Color3.new(0, 0, 0)
  122. kick.TextSize = 14
  123.  
  124. ragdoll.Name = "ragdoll"
  125. ragdoll.Parent = Frame
  126. ragdoll.BackgroundColor3 = Color3.new(1, 1, 1)
  127. ragdoll.BackgroundTransparency = 0.5
  128. ragdoll.Position = UDim2.new(0.542142987, 0, 0.440476179, 0)
  129. ragdoll.Size = UDim2.new(0, 83, 0, 29)
  130. ragdoll.Font = Enum.Font.SourceSans
  131. ragdoll.Text = "Ragdoll"
  132. ragdoll.TextColor3 = Color3.new(0, 0, 0)
  133. ragdoll.TextSize = 14
  134.  
  135. none.Name = "none"
  136. none.Parent = Frame
  137. none.BackgroundColor3 = Color3.new(1, 1, 1)
  138. none.BackgroundTransparency = 0.5
  139. none.Position = UDim2.new(0.542142987, 0, 0.789682567, 0)
  140. none.Size = UDim2.new(0, 83, 0, 29)
  141. none.Font = Enum.Font.SourceSans
  142. none.Text = "BrunnoRobux Admins"
  143. none.TextColor3 = Color3.new(0, 0, 0)
  144. none.TextSize = 14
  145.  
  146. punish.Name = "punish"
  147. punish.Parent = Frame
  148. punish.BackgroundColor3 = Color3.new(1, 1, 1)
  149. punish.BackgroundTransparency = 0.5
  150. punish.Position = UDim2.new(0.0718231872, 0, 0.611111104, 0)
  151. punish.Size = UDim2.new(0, 85, 0, 29)
  152. punish.Font = Enum.Font.SourceSans
  153. punish.Text = "Punish"
  154. punish.TextColor3 = Color3.new(0, 0, 0)
  155. punish.TextSize = 14
  156.  
  157. ban.Name = "ban"
  158. ban.Parent = Frame
  159. ban.BackgroundColor3 = Color3.new(1, 1, 1)
  160. ban.BackgroundTransparency = 0.5
  161. ban.Position = UDim2.new(0.542142987, 0, 0.611111104, 0)
  162. ban.Size = UDim2.new(0, 83, 0, 29)
  163. ban.Font = Enum.Font.SourceSans
  164. ban.Text = "Ban"
  165. ban.TextColor3 = Color3.new(0, 0, 0)
  166. ban.TextSize = 14
  167.  
  168. goto.Name = "goto"
  169. goto.Parent = Frame
  170. goto.BackgroundColor3 = Color3.new(1, 1, 1)
  171. goto.BackgroundTransparency = 0.5
  172. goto.Position = UDim2.new(0.542142987, 0, 0.285714298, 0)
  173. goto.Size = UDim2.new(0, 84, 0, 29)
  174. goto.Font = Enum.Font.SourceSans
  175. goto.Text = "Goto"
  176. goto.TextColor3 = Color3.new(0, 0, 0)
  177. goto.TextSize = 14
  178. -- Scripts:
  179.  
  180.  
  181.  
  182.  
  183. kill.MouseButton1Click:Connect(function()
  184. for i,v in pairs(GetPlayer(targetbox.Text)) do
  185. spawn(function()
  186. destroy(game.Players[v].Character.Torso.Neck)
  187.  
  188. game:GetService("StarterGui"):SetCore("SendNotification", {
  189. Title = "Killer Player!";
  190. Text = "Killed Player successfully.";
  191. })
  192.  
  193. end)
  194. end
  195. end)
  196.  
  197.  
  198.  
  199. ragdoll.MouseButton1Click:Connect(function()
  200. for i,v in pairs(GetPlayer(targetbox.Text)) do
  201. spawn(function()
  202. destroy(game.Players[v].Character.Humanoid)
  203.  
  204. game:GetService("StarterGui"):SetCore("SendNotification", {
  205. Title = "Ragdolled Player!";
  206. Text = "Ragdolled Player successfully.";
  207. })
  208.  
  209. end)
  210. end
  211. end)
  212.  
  213.  
  214.  
  215. kick.MouseButton1Click:Connect(function()
  216. for i,v in pairs(GetPlayer(targetbox.Text)) do
  217. spawn(function()
  218. destroy(game.Players[v])
  219.  
  220. game:GetService("StarterGui"):SetCore("SendNotification", {
  221. Title = "Kicked Player!";
  222. Text = "Kicked Player successfully.";
  223. })
  224.  
  225. end)
  226. end
  227. end)
  228.  
  229.  
  230.  
  231. naked.MouseButton1Click:Connect(function()
  232. for i,v in pairs(GetPlayer(targetbox.Text)) do
  233. if game.Players[v].Character:FindFirstChildOfClass("Shirt") then
  234. spawn(function()
  235. destroy(game.Players[v].Character:FindFirstChildOfClass("Shirt"))
  236. end)
  237. end
  238. if game.Players[v].Character:FindFirstChildOfClass("Pants") then
  239. spawn(function()
  240. destroy(game.Players[v].Character:FindFirstChildOfClass("Pants"))
  241. end)
  242. end
  243. if game.Players[v].Character:FindFirstChild("Shirt Graphic") then
  244. spawn(function()
  245. destroy(game.Players[v].Character:FindFirstChild("Shirt Graphic"))
  246. end)
  247. end
  248. game:GetService("StarterGui"):SetCore("SendNotification", {
  249. Title = "Stripped Player!";
  250. Text = "Removed clothes from Player Successfully.";
  251. })
  252. end
  253. end)
  254.  
  255.  
  256.  
  257.  
  258.  
  259. goto.MouseButton1Click:Connect(function()
  260. for i,v in pairs(GetPlayer(targetbox.Text)) do
  261. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v].Character.HumanoidRootPart.CFrame
  262.  
  263. game:GetService("StarterGui"):SetCore("SendNotification", {
  264. Title = "Teleported to Player!";
  265. Text = "Teleported to Player successfully.";
  266. })
  267.  
  268. end
  269. end)
  270.  
  271.  
  272.  
  273.  
  274.  
  275.  
  276. ban.MouseButton1Click:Connect(function()
  277. for i,v in pairs(GetPlayer(targetbox.Text)) do
  278. spawn(function()
  279. while true do
  280. wait(0.3)
  281. spawn(function()
  282. destroy(game.Players[v])
  283.  
  284. game:GetService("StarterGui"):SetCore("SendNotification", {
  285. Title = "Banned Player!";
  286. Text = "Banned Player successfully.";
  287. })
  288.  
  289. end)
  290. end
  291. end)
  292. end
  293. end)
  294.  
  295.  
  296. punish.MouseButton1Click:Connect(function()
  297. for i,v in pairs(GetPlayer(targetbox.Text)) do
  298. spawn(function()
  299. destroy(game.Players[v].Character)
  300.  
  301. game:GetService("StarterGui"):SetCore("SendNotification", {
  302. Title = "Punsihed Player!";
  303. Text = "Punished Player successfully.";
  304. })
  305.  
  306. end)
  307. end
  308. end)
  309.  
  310. none.MouseButton1Click:Connect(function()
  311.  
  312.  
  313. game:GetService("StarterGui"):SetCore("SendNotification", {
  314. Title = "BrunnoRobux Admins";
  315. Text = "Full credits to BrunnoRobux The Creator!";
  316. })
  317.  
  318.  
  319. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement