coz

Untitled

coz
Sep 15th, 2019
220
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.21 KB | None | 0 0
  1. game.Players.LocalPlayer.Character:FindFirstChild("Humanoid"):UnequipTools()
  2. wait()
  3. game.Players.LocalPlayer.Character:FindFirstChild("Humanoid"):UnequipTools()
  4.  
  5.  
  6.  
  7. backpacklist = game:GetService("Players").LocalPlayer.Backpack:GetChildren()
  8.  
  9.  
  10.  
  11.  
  12. function GetPlayer(String)
  13. local Found = {}
  14. local strl = String:lower()
  15. if strl == "all" then
  16. for i,v in pairs(game.Players:GetPlayers()) do
  17. table.insert(Found,v.Name)
  18. end
  19. elseif strl == "others" then
  20. for i,v in pairs(game.Players:GetPlayers()) do
  21. if v.Name ~= game.Players.LocalPlayer.Name then
  22. table.insert(Found,v.Name)
  23. end
  24. end
  25. elseif strl == "me" then
  26. for i,v in pairs(game.Players:GetPlayers()) do
  27. if v.Name == game.Players.LocalPlayer.Name then
  28. table.insert(Found,v.Name)
  29. end
  30. end
  31. else
  32. for i,v in pairs(game.Players:GetPlayers()) do
  33. if v.Name:lower():sub(1, #String) == String:lower() then
  34. table.insert(Found,v.Name)
  35. end
  36. end
  37. end
  38. return Found
  39. end
  40.  
  41.  
  42.  
  43.  
  44.  
  45. -- Farewell Infortality.
  46. -- Version: 2.82
  47. -- Instances:
  48. local ScreenGui = Instance.new("ScreenGui")
  49. local Frame = Instance.new("Frame")
  50. local targetbox = Instance.new("TextBox")
  51. local kill = Instance.new("TextButton")
  52. local naked = Instance.new("TextButton")
  53. local kick = Instance.new("TextButton")
  54. local ragdoll = Instance.new("TextButton")
  55. local none = Instance.new("TextButton")
  56. local punish = Instance.new("TextButton")
  57. local ban = Instance.new("TextButton")
  58. local goto = Instance.new("TextButton")
  59.  
  60.  
  61.  
  62. --Properties:
  63. ScreenGui.Parent = game.CoreGui
  64. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  65.  
  66.  
  67.  
  68. Frame.Parent = ScreenGui
  69. Frame.Active = true
  70. Frame.Draggable = true
  71. Frame.BackgroundColor3 = Color3.new(0, 0, 0)
  72. Frame.BackgroundTransparency = 0.5
  73. Frame.Position = UDim2.new(0.394230753, 0, 0.325095087, 0)
  74. Frame.Size = UDim2.new(0, 219, 0, 252)
  75.  
  76.  
  77. targetbox.Name = "targetbox"
  78. targetbox.Parent = Frame
  79. targetbox.BackgroundColor3 = Color3.new(1, 1, 1)
  80. targetbox.BackgroundTransparency = 0.5
  81. targetbox.Position = UDim2.new(0.132596642, 0, 0.0753968284, 0)
  82. targetbox.Size = UDim2.new(0, 159, 0, 31)
  83. targetbox.Font = Enum.Font.SourceSans
  84. targetbox.Text = ""
  85. targetbox.TextColor3 = Color3.new(0, 0, 0)
  86. targetbox.TextSize = 14
  87.  
  88. kill.Name = "kill"
  89. kill.Parent = Frame
  90. kill.BackgroundColor3 = Color3.new(1, 1, 1)
  91. kill.BackgroundTransparency = 0.5
  92. kill.Position = UDim2.new(0.0718231872, 0, 0.285714298, 0)
  93. kill.Size = UDim2.new(0, 85, 0, 29)
  94. kill.Font = Enum.Font.SourceSans
  95. kill.Text = "Kill"
  96. kill.TextColor3 = Color3.new(0, 0, 0)
  97. kill.TextSize = 14
  98.  
  99. naked.Name = "naked"
  100. naked.Parent = Frame
  101. naked.BackgroundColor3 = Color3.new(1, 1, 1)
  102. naked.BackgroundTransparency = 0.5
  103. naked.Position = UDim2.new(0.0718231872, 0, 0.789682567, 0)
  104. naked.Size = UDim2.new(0, 85, 0, 29)
  105. naked.Font = Enum.Font.SourceSans
  106. naked.Text = "Naked"
  107. naked.TextColor3 = Color3.new(0, 0, 0)
  108. naked.TextSize = 14
  109.  
  110. kick.Name = "kick"
  111. kick.Parent = Frame
  112. kick.BackgroundColor3 = Color3.new(1, 1, 1)
  113. kick.BackgroundTransparency = 0.5
  114. kick.Position = UDim2.new(0.0718231872, 0, 0.440476179, 0)
  115. kick.Size = UDim2.new(0, 85, 0, 29)
  116. kick.Font = Enum.Font.SourceSans
  117. kick.Text = "Kick"
  118. kick.TextColor3 = Color3.new(0, 0, 0)
  119. kick.TextSize = 14
  120.  
  121. ragdoll.Name = "ragdoll"
  122. ragdoll.Parent = Frame
  123. ragdoll.BackgroundColor3 = Color3.new(1, 1, 1)
  124. ragdoll.BackgroundTransparency = 0.5
  125. ragdoll.Position = UDim2.new(0.542142987, 0, 0.440476179, 0)
  126. ragdoll.Size = UDim2.new(0, 83, 0, 29)
  127. ragdoll.Font = Enum.Font.SourceSans
  128. ragdoll.Text = "Ragdoll"
  129. ragdoll.TextColor3 = Color3.new(0, 0, 0)
  130. ragdoll.TextSize = 14
  131.  
  132. none.Name = "none"
  133. none.Parent = Frame
  134. none.BackgroundColor3 = Color3.new(1, 1, 1)
  135. none.BackgroundTransparency = 0.5
  136. none.Position = UDim2.new(0.542142987, 0, 0.789682567, 0)
  137. none.Size = UDim2.new(0, 83, 0, 29)
  138. none.Font = Enum.Font.SourceSans
  139. none.Text = "ScriptX#3145"
  140. none.TextColor3 = Color3.new(0, 0, 0)
  141. none.TextSize = 14
  142.  
  143. punish.Name = "punish"
  144. punish.Parent = Frame
  145. punish.BackgroundColor3 = Color3.new(1, 1, 1)
  146. punish.BackgroundTransparency = 0.5
  147. punish.Position = UDim2.new(0.0718231872, 0, 0.611111104, 0)
  148. punish.Size = UDim2.new(0, 85, 0, 29)
  149. punish.Font = Enum.Font.SourceSans
  150. punish.Text = "Punish"
  151. punish.TextColor3 = Color3.new(0, 0, 0)
  152. punish.TextSize = 14
  153.  
  154. ban.Name = "ban"
  155. ban.Parent = Frame
  156. ban.BackgroundColor3 = Color3.new(1, 1, 1)
  157. ban.BackgroundTransparency = 0.5
  158. ban.Position = UDim2.new(0.542142987, 0, 0.611111104, 0)
  159. ban.Size = UDim2.new(0, 83, 0, 29)
  160. ban.Font = Enum.Font.SourceSans
  161. ban.Text = "Ban"
  162. ban.TextColor3 = Color3.new(0, 0, 0)
  163. ban.TextSize = 14
  164.  
  165. goto.Name = "goto"
  166. goto.Parent = Frame
  167. goto.BackgroundColor3 = Color3.new(1, 1, 1)
  168. goto.BackgroundTransparency = 0.5
  169. goto.Position = UDim2.new(0.542142987, 0, 0.285714298, 0)
  170. goto.Size = UDim2.new(0, 84, 0, 29)
  171. goto.Font = Enum.Font.SourceSans
  172. goto.Text = "Goto"
  173. goto.TextColor3 = Color3.new(0, 0, 0)
  174. goto.TextSize = 14
  175. -- Scripts:
  176.  
  177.  
  178.  
  179.  
  180.  
  181.  
  182. kill.MouseButton1Click:Connect(function()
  183. for i,v in pairs(GetPlayer(targetbox.Text)) do
  184. spawn(function()
  185. local tbl_0x36d09051aecfa65c =
  186. {
  187. game.Players[v].Character.Torso.Neck
  188. }
  189. local tbl_main =
  190. {
  191. "Remove",
  192. tbl_0x36d09051aecfa65c
  193. }
  194.  
  195. if backpacklist[1] then
  196. backpacklist[1].SyncAPI.ServerEndpoint:InvokeServer(unpack(tbl_main))
  197. else
  198. game:GetService("Players").LocalPlayer.Character:FindFirstChildOfClass("Tool").SyncAPI.ServerEndpoint:InvokeServer(unpack(tbl_main))
  199. end
  200.  
  201. game:GetService("StarterGui"):SetCore("SendNotification", {
  202. Title = "Killer Player!";
  203. Text = "Killed Player successfully.";
  204. })
  205.  
  206. end)
  207. spawn(function()
  208. local tbl_0x36d09051aecfa65c =
  209. {
  210. game.Players[v].Character.Head
  211. }
  212. local tbl_main =
  213. {
  214. "Remove",
  215. tbl_0x36d09051aecfa65c
  216. }
  217. if backpacklist[1] then
  218. backpacklist[1].SyncAPI.ServerEndpoint:InvokeServer(unpack(tbl_main))
  219. else
  220. game:GetService("Players").LocalPlayer.Character:FindFirstChildOfClass("Tool").SyncAPI.ServerEndpoint:InvokeServer(unpack(tbl_main))
  221. end
  222. game:GetService("StarterGui"):SetCore("SendNotification", {
  223. Title = "Killer Player!";
  224. Text = "Killed Player successfully.";
  225. })
  226.  
  227. end)
  228. end
  229. end)
  230.  
  231.  
  232.  
  233. ragdoll.MouseButton1Click:Connect(function()
  234. for i,v in pairs(GetPlayer(targetbox.Text)) do
  235. if game.Players[v].Character.Humanoid then
  236. local tbl_0x36d09051aecfa65c =
  237. {
  238. game.Players[v].Character.Humanoid
  239. }
  240. local tbl_main =
  241. {
  242. "Remove",
  243. tbl_0x36d09051aecfa65c
  244. }
  245.  
  246. if backpacklist[1] then
  247. backpacklist[1].SyncAPI.ServerEndpoint:InvokeServer(unpack(tbl_main))
  248. else
  249. game:GetService("Players").LocalPlayer.Character:FindFirstChildOfClass("Tool").SyncAPI.ServerEndpoint:InvokeServer(unpack(tbl_main))
  250. end
  251.  
  252. game:GetService("StarterGui"):SetCore("SendNotification", {
  253. Title = "Ragdolled Player!";
  254. Text = "Ragdolled Player successfully.";
  255. })
  256.  
  257. end
  258. end
  259. end)
  260.  
  261.  
  262.  
  263. kick.MouseButton1Click:Connect(function()
  264. for i,v in pairs(GetPlayer(targetbox.Text)) do
  265. local tbl_0x36d09051aecfa65c =
  266. {
  267. game.Players[v]
  268. }
  269. local tbl_main =
  270. {
  271. "Remove",
  272. tbl_0x36d09051aecfa65c
  273. }
  274.  
  275.  
  276. if backpacklist[1] then
  277. backpacklist[1].SyncAPI.ServerEndpoint:InvokeServer(unpack(tbl_main))
  278. else
  279. game:GetService("Players").LocalPlayer.Character:FindFirstChildOfClass("Tool").SyncAPI.ServerEndpoint:InvokeServer(unpack(tbl_main))
  280. end
  281.  
  282. game:GetService("StarterGui"):SetCore("SendNotification", {
  283. Title = "Kicked Player!";
  284. Text = "Kicked Player successfully.";
  285. })
  286.  
  287. end
  288. end)
  289.  
  290.  
  291.  
  292. naked.MouseButton1Click:Connect(function()
  293. for i,v in pairs(GetPlayer(targetbox.Text)) do
  294. if game.Players[v].Character:FindFirstChild("Shirt") then
  295. local tbl_0x36d09051aecfa65c =
  296. {
  297. game.Players[v].Character.Shirt
  298. }
  299. local tbl_main =
  300. {
  301. "Remove",
  302. tbl_0x36d09051aecfa65c
  303. }
  304.  
  305. if backpacklist[1] then
  306. backpacklist[1].SyncAPI.ServerEndpoint:InvokeServer(unpack(tbl_main))
  307. else
  308. game:GetService("Players").LocalPlayer.Character:FindFirstChildOfClass("Tool").SyncAPI.ServerEndpoint:InvokeServer(unpack(tbl_main))
  309. end
  310.  
  311. end
  312. if game.Players[v].Character:FindFirstChild("Pants") then
  313. local tbl_0x36d09051aecfa65c =
  314. {
  315. game.Players[v].Character.Pants
  316. }
  317. local tbl_main =
  318. {
  319. "Remove",
  320. tbl_0x36d09051aecfa65c
  321. }
  322.  
  323. if backpacklist[1] then
  324. backpacklist[1].SyncAPI.ServerEndpoint:InvokeServer(unpack(tbl_main))
  325. else
  326. game:GetService("Players").LocalPlayer.Character:FindFirstChildOfClass("Tool").SyncAPI.ServerEndpoint:InvokeServer(unpack(tbl_main))
  327. end
  328.  
  329. end
  330. if game.Players[v].Character:FindFirstChild("Shirt Graphic") then
  331. local tbl_0x36d09051aecfa65c =
  332. {
  333. game.Players[v].Character["Shirt Graphic"]
  334. }
  335. local tbl_main =
  336. {
  337. "Remove",
  338. tbl_0x36d09051aecfa65c
  339. }
  340.  
  341. if backpacklist[1] then
  342. backpacklist[1].SyncAPI.ServerEndpoint:InvokeServer(unpack(tbl_main))
  343. else
  344. game:GetService("Players").LocalPlayer.Character:FindFirstChildOfClass("Tool").SyncAPI.ServerEndpoint:InvokeServer(unpack(tbl_main))
  345. end
  346.  
  347. end
  348. game:GetService("StarterGui"):SetCore("SendNotification", {
  349. Title = "Stripped Player!";
  350. Text = "Removed clothes from Player Successfully.";
  351. })
  352. end
  353. end)
  354.  
  355.  
  356.  
  357.  
  358.  
  359. goto.MouseButton1Click:Connect(function()
  360. for i,v in pairs(GetPlayer(targetbox.Text)) do
  361. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v].Character.HumanoidRootPart.CFrame
  362. end
  363. end)
  364.  
  365.  
  366.  
  367.  
  368.  
  369.  
  370. ban.MouseButton1Click:Connect(function()
  371. for i,v in pairs(GetPlayer(targetbox.Text)) do
  372. spawn(function()
  373. while true do
  374. wait(0.3)
  375. spawn(function()
  376. if game.Players[v] then
  377. local tbl_0x36d09051aecfa65c =
  378. {
  379. game.Players[v]
  380. }
  381. local tbl_main =
  382. {
  383. "Remove",
  384. tbl_0x36d09051aecfa65c
  385. }
  386.  
  387. if backpacklist[1] then
  388. backpacklist[1].SyncAPI.ServerEndpoint:InvokeServer(unpack(tbl_main))
  389. else
  390. game:GetService("Players").LocalPlayer.Character:FindFirstChildOfClass("Tool").SyncAPI.ServerEndpoint:InvokeServer(unpack(tbl_main))
  391. end
  392.  
  393.  
  394.  
  395. game:GetService("StarterGui"):SetCore("SendNotification", {
  396. Title = "Banned Player!";
  397. Text = "Banned Player from this server.";
  398. })
  399.  
  400.  
  401. end
  402. end)
  403. end
  404. end)
  405. end
  406. end)
  407.  
  408.  
  409. punish.MouseButton1Click:Connect(function()
  410. for i,v in pairs(GetPlayer(targetbox.Text)) do
  411. if game.Players[v].Character then
  412. local tbl_0x36d09051aecfa65c =
  413. {
  414. game.Players[v].Character
  415. }
  416. local tbl_main =
  417. {
  418. "Remove",
  419. tbl_0x36d09051aecfa65c
  420. }
  421.  
  422.  
  423. if backpacklist[1] then
  424. backpacklist[1].SyncAPI.ServerEndpoint:InvokeServer(unpack(tbl_main))
  425. else
  426. game:GetService("Players").LocalPlayer.Character:FindFirstChildOfClass("Tool").SyncAPI.ServerEndpoint:InvokeServer(unpack(tbl_main))
  427. end
  428.  
  429.  
  430. game:GetService("StarterGui"):SetCore("SendNotification", {
  431. Title = "Punished Player!";
  432. Text = "Punished Player successfully.";
  433. })
  434.  
  435. end
  436. end
  437. end)
  438.  
  439. none.MouseButton1Click:Connect(function()
  440.  
  441.  
  442. game:GetService("StarterGui"):SetCore("SendNotification", {
  443. Title = "ScriptX#3145";
  444. Text = "Full credits to ScriptX#3145 The Creator!";
  445. })
  446.  
  447.  
  448. end)
  449.  
  450. buttonNAME.MouseButton1Click:connect(function()
  451. --code here
  452. end)
Advertisement
Add Comment
Please, Sign In to add comment