BloodOfDexTeR

roblox horror tycoon op hehehe

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