Advertisement
Guest User

super hero tycoon have v.1

a guest
Nov 21st, 2018
415
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 59.71 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local SuperheroTycoonHackV1 = Instance.new("ScreenGui")
  5. local Frame = Instance.new("Frame")
  6. local Open = Instance.new("TextButton")
  7. local main = Instance.new("Frame")
  8. local titled = Instance.new("TextBox")
  9. local credit = Instance.new("TextBox")
  10. local Money = Instance.new("TextButton")
  11. local Admin = Instance.new("TextButton")
  12. local close = Instance.new("TextButton")
  13. --Properties:
  14. SuperheroTycoonHackV1.Name = "Superhero Tycoon Hack V.1"
  15. SuperheroTycoonHackV1.Parent = game.CoreGui
  16.  
  17. Frame.Parent = SuperheroTycoonHackV1
  18. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  19. Frame.Position = UDim2.new(0, 0, 0.733067691, 0)
  20. Frame.Size = UDim2.new(0, 125, 0, 27)
  21. Frame.Style = Enum.FrameStyle.DropShadow
  22.  
  23. Open.Name = "Open"
  24. Open.Parent = Frame
  25. Open.BackgroundColor3 = Color3.new(0, 0, 0)
  26. Open.BackgroundTransparency = 0.89999997615814
  27. Open.BorderColor3 = Color3.new(0, 0, 0)
  28. Open.Position = UDim2.new(0.0892838836, 0, 0.171147108, 0)
  29. Open.Size = UDim2.new(0, 87, 0, 9)
  30. Open.Font = Enum.Font.SourceSans
  31. Open.Text = "Open"
  32. Open.TextColor3 = Color3.new(0, 0, 0)
  33. Open.TextSize = 14
  34. Open.MouseButton1Down:connect(function()
  35. main.Visible = true
  36. frame.Visible = false
  37. end)
  38.  
  39. main.Name = "main"
  40. main.Parent = SuperheroTycoonHackV1
  41. main.BackgroundColor3 = Color3.new(1, 1, 1)
  42. main.Position = UDim2.new(0.288723677, 0, 0.362549782, 0)
  43. main.Size = UDim2.new(0, 252, 0, 301)
  44. main.Visible = false
  45. main.Style = Enum.FrameStyle.DropShadow
  46. main.Active = true
  47. main.Draggable = true
  48.  
  49. titled.Name = "titled"
  50. titled.Parent = main
  51. titled.BackgroundColor3 = Color3.new(0, 0, 0)
  52. titled.Position = UDim2.new(-0.0901960358, 0, -0.0396140516, 0)
  53. titled.Size = UDim2.new(0, 275, 0, 28)
  54. titled.Font = Enum.Font.SourceSans
  55. titled.Text = "Super hero tycoon hack V.1"
  56. titled.TextColor3 = Color3.new(1, 1, 1)
  57. titled.TextSize = 14
  58.  
  59. credit.Name = "credit"
  60. credit.Parent = main
  61. credit.BackgroundColor3 = Color3.new(0, 0, 0)
  62. credit.Position = UDim2.new(-0.0862277821, 0, 0.913874328, 0)
  63. credit.Size = UDim2.new(0, 275, 0, 28)
  64. credit.Font = Enum.Font.SourceSans
  65. credit.Text = "Made By Kallapaprukhello"
  66. credit.TextColor3 = Color3.new(1, 1, 1)
  67. credit.TextSize = 14
  68.  
  69. Money.Name = "Money"
  70. Money.Parent = main
  71. Money.BackgroundColor3 = Color3.new(0, 0, 0)
  72. Money.Position = UDim2.new(0.0529930517, 0, 0.257223785, 0)
  73. Money.Size = UDim2.new(0, 208, 0, 35)
  74. Money.Font = Enum.Font.SourceSans
  75. Money.Text = "Money Hack 10m+"
  76. Money.TextColor3 = Color3.new(1, 1, 1)
  77. Money.TextSize = 14
  78. Money.MouseButton1Down:connect(function()
  79. Remote:FireServer(unpack(Arguments))
  80. end)
  81.  
  82. Admin.Name = "Admin"
  83. Admin.Parent = main
  84. Admin.BackgroundColor3 = Color3.new(0, 0, 0)
  85. Admin.Position = UDim2.new(0.0529930517, 0, 0.582805157, 0)
  86. Admin.Size = UDim2.new(0, 208, 0, 35)
  87. Admin.Font = Enum.Font.SourceSans
  88. Admin.Text = "Admin"
  89. Admin.TextColor3 = Color3.new(1, 1, 1)
  90. Admin.TextSize = 14
  91. Admin.MouseButton1Down:connect(function()
  92. wait(.2)
  93. whitelist = {game.Players.LocalPlayer.Name,"Fren1","Fren2"} -- put admin names here
  94. banlist = {"noob","noob2"} -- put noob names here
  95. deletepath = game.Players.LocalPlayer.Character:FindFirstChild("Delete")
  96. deletepath2 = game.Players.LocalPlayer.Backpack:FindFirstChild("Delete")
  97. slock = false
  98.  
  99. function newtag(plr)
  100. admintag = Instance.new("BoolValue")
  101. admintag.Parent = game.Players[plr]
  102. admintag.Value = true
  103. admintag.Name = "admin"
  104. print("created admin tag for " .. plr)
  105. end
  106.  
  107. function newsuc(plr)
  108. admintag = Instance.new("BoolValue")
  109. admintag.Parent = game.Players[plr]
  110. admintag.Value = true
  111. admintag.Name = "suc"
  112. print("loopkilling " .. plr)
  113. end
  114.  
  115. newtag(game.Players.LocalPlayer.Name)
  116.  
  117. game.Players.LocalPlayer.ChildRemoved:connect(function(obj)
  118. if obj.Name == "admin" then
  119. newtag(game.Players.LocalPlayer.Name)
  120. end
  121. end)
  122.  
  123. function adminexe(plr,msg)
  124. if plr:FindFirstChild("admin") then
  125.  
  126. local lower = string.lower(msg)
  127. local len = string.len(lower)
  128.  
  129. if string.find(lower,";kick ") then
  130. local name = string.gsub(lower,";kick ","")
  131. local player = nil
  132.  
  133. if name == "others" then
  134. for i,v in pairs(game.Players:GetChildren()) do
  135. if (not v:FindFirstChild("admin")) and v.Name ~= game.Players.LocalPlayer.Name then
  136. game.ReplicatedStorage.Events.destryObj:FireServer(v)
  137. end
  138. end
  139. else
  140.  
  141. names = game.Players:GetChildren()
  142.  
  143. for i,v in pairs(names) do
  144. strlower = string.lower(v.Name)
  145. sub = string.sub(strlower,1,#name)
  146.  
  147. if name == sub then
  148. player = v
  149. if player.Name ~= game.Players.LocalPlayer.Name then
  150. game.ReplicatedStorage.Events.destryObj:FireServer(player)
  151. end
  152. end
  153. end
  154. end
  155. end
  156.  
  157.  
  158. if string.find(lower,"/e ;kick ") then
  159. local name = string.gsub(lower,"/e ;kick ","")
  160. local player = nil
  161.  
  162. if name == "others" then
  163. for i,v in pairs(game.Players:GetChildren()) do
  164. if (not v:FindFirstChild("admin")) and v.Name ~= game.Players.LocalPlayer.Name then
  165. game.ReplicatedStorage.Events.destryObj:FireServer(v)
  166. end
  167. end
  168. else
  169.  
  170. names = game.Players:GetChildren()
  171.  
  172. for i,v in pairs(names) do
  173. strlower = string.lower(v.Name)
  174. sub = string.sub(strlower,1,#name)
  175.  
  176. if name == sub then
  177. player = v
  178. if player.Name ~= game.Players.LocalPlayer.Name then
  179. game.ReplicatedStorage.Events.destryObj:FireServer(player)
  180. end
  181. end
  182. end
  183. end
  184. end
  185.  
  186. if string.find(lower,"/e kick ") then
  187. local name = string.gsub(lower,"/e kick ","")
  188. local player = nil
  189.  
  190. if name == "others" then
  191. for i,v in pairs(game.Players:GetChildren()) do
  192. if (not v:FindFirstChild("admin")) and v.Name ~= game.Players.LocalPlayer.Name then
  193. game.ReplicatedStorage.Events.destryObj:FireServer(v)
  194. end
  195. end
  196. else
  197.  
  198. names = game.Players:GetChildren()
  199.  
  200. for i,v in pairs(names) do
  201. strlower = string.lower(v.Name)
  202. sub = string.sub(strlower,1,#name)
  203.  
  204. if name == sub then
  205. player = v
  206. if player.Name ~= game.Players.LocalPlayer.Name then
  207. game.ReplicatedStorage.Events.destryObj:FireServer(player)
  208. end
  209. end
  210. end
  211. end
  212. end
  213.  
  214.  
  215.  
  216. if string.find(lower,";loopkill ") then
  217. local name = string.gsub(lower,";loopkill ","")
  218. local player = nil
  219.  
  220. if name == "others" then
  221. for i,v in pairs(game.Players:GetChildren()) do
  222. if (not v:FindFirstChild("admin")) and v.Name ~= game.Players.LocalPlayer.Name then
  223.  
  224. if v:FindFirstChild("suc") then
  225. v.suc:Destroy()
  226. end
  227.  
  228. newsuc(v.Name)
  229. while v:FindFirstChild("suc") do
  230. wait(0.00000001)
  231. game.ReplicatedStorage.Events.destryObj:FireServer(v.Character.Torso.Neck)
  232. end
  233. end
  234. end
  235. else
  236.  
  237. names = game.Players:GetChildren()
  238.  
  239. for i,v in pairs(names) do
  240. strlower = string.lower(v.Name)
  241. sub = string.sub(strlower,1,#name)
  242.  
  243. if name == sub then
  244. player = v
  245. if player.Name ~= game.Players.LocalPlayer.Name then
  246.  
  247.  
  248. if player:FindFirstChild("suc") then
  249. player.suc:Destroy()
  250. end
  251.  
  252. newsuc(player.Name)
  253. while player:FindFirstChild("suc") do
  254. wait(0.00000001)
  255. game.ReplicatedStorage.Events.destryObj:FireServer(player.Character.Torso.Neck)
  256. end
  257. end
  258. end
  259. end
  260. end
  261. end
  262.  
  263.  
  264.  
  265.  
  266.  
  267. if string.find(lower,";unloopkill ") then
  268. local name = string.gsub(lower,";unloopkill ","")
  269. local player = nil
  270.  
  271. if name == "others" then
  272. for i,v in pairs(game.Players:GetChildren()) do
  273. if (not v:FindFirstChild("admin")) and v.Name ~= game.Players.LocalPlayer.Name then
  274.  
  275. if v:FindFirstChild("suc") then
  276. v.suc:Destroy()
  277. end
  278.  
  279.  
  280.  
  281. end
  282. end
  283. else
  284.  
  285. names = game.Players:GetChildren()
  286.  
  287. for i,v in pairs(names) do
  288. strlower = string.lower(v.Name)
  289. sub = string.sub(strlower,1,#name)
  290.  
  291. if name == sub then
  292. player = v
  293. if player.Name ~= game.Players.LocalPlayer.Name then
  294.  
  295.  
  296. if player:FindFirstChild("suc") then
  297. player.suc:Destroy()
  298. end
  299.  
  300. end
  301. end
  302. end
  303. end
  304. end
  305.  
  306.  
  307.  
  308. if string.find(lower,"/e ;infkill ") then
  309. local name = string.gsub(lower,"/e ;infkill ","")
  310. local player = nil
  311.  
  312. if name == "others" then
  313. for i,v in pairs(game.Players:GetChildren()) do
  314. if (not v:FindFirstChild("admin")) and v.Name ~= game.Players.LocalPlayer.Name then
  315. for i = 1, 1000000000000000000000000000000000000 do
  316. game.ReplicatedStorage.Events.destryObj:FireServer(v.Character.Torso.Neck)
  317. wait(0.000000000000001)
  318. end -- nice little for loop here
  319.  
  320. end
  321. end
  322. else
  323.  
  324. names = game.Players:GetChildren()
  325.  
  326. for i,v in pairs(names) do
  327. strlower = string.lower(v.Name)
  328. sub = string.sub(strlower,1,#name)
  329.  
  330. if name == sub then
  331. player = v
  332. if player.Name ~= game.Players.LocalPlayer.Name then
  333. for i = 1, 1000000000000000000000000000000000000 do
  334. game.ReplicatedStorage.Events.destryObj:FireServer(player.Character.Torso.Neck)
  335. wait(0.000000000000001)
  336. end -- nice little for loop here
  337. end
  338. end
  339. end
  340. end
  341. end
  342.  
  343.  
  344.  
  345.  
  346.  
  347.  
  348.  
  349.  
  350.  
  351.  
  352. if string.find(lower,";punish ") then
  353. local name = string.gsub(lower,";punish ","")
  354. local player = nil
  355.  
  356. if name == "others" then
  357. for i,v in pairs(game.Players:GetChildren()) do
  358. if (not v:FindFirstChild("admin")) and v.Name ~= game.Players.LocalPlayer.Name then
  359. game.ReplicatedStorage.Events.destryObj:FireServer(v.Character)
  360. end
  361. end
  362. else
  363.  
  364. names = game.Players:GetChildren()
  365.  
  366. for i,v in pairs(names) do
  367. strlower = string.lower(v.Name)
  368. sub = string.sub(strlower,1,#name)
  369.  
  370. if name == sub then
  371. player = v
  372. if player.Name ~= game.Players.LocalPlayer.Name then
  373. game.ReplicatedStorage.Events.destryObj:FireServer(player.Character)
  374. end
  375. end
  376. end
  377. end
  378. end
  379.  
  380.  
  381.  
  382. if string.find(lower,"/e punish ") then
  383. local name = string.gsub(lower,"/e punish ","")
  384. local player = nil
  385.  
  386. if name == "others" then
  387. for i,v in pairs(game.Players:GetChildren()) do
  388. if (not v:FindFirstChild("admin")) and v.Name ~= game.Players.LocalPlayer.Name then
  389. game.ReplicatedStorage.Events.destryObj:FireServer(v.Character)
  390. end
  391. end
  392. else
  393.  
  394. names = game.Players:GetChildren()
  395.  
  396. for i,v in pairs(names) do
  397. strlower = string.lower(v.Name)
  398. sub = string.sub(strlower,1,#name)
  399.  
  400. if name == sub then
  401. player = v
  402. if player.Name ~= game.Players.LocalPlayer.Name then
  403. game.ReplicatedStorage.Events.destryObj:FireServer(player.Character)
  404. end
  405. end
  406. end
  407. end
  408. end
  409.  
  410. if string.find(lower,"/e ;punish ") then
  411. local name = string.gsub(lower,"/e ;punish ","")
  412. local player = nil
  413.  
  414. if name == "others" then
  415. for i,v in pairs(game.Players:GetChildren()) do
  416. if (not v:FindFirstChild("admin")) and v.Name ~= game.Players.LocalPlayer.Name then
  417. game.ReplicatedStorage.Events.destryObj:FireServer(v.Character)
  418. end
  419. end
  420. else
  421.  
  422. names = game.Players:GetChildren()
  423.  
  424. for i,v in pairs(names) do
  425. strlower = string.lower(v.Name)
  426. sub = string.sub(strlower,1,#name)
  427.  
  428. if name == sub then
  429. player = v
  430. if player.Name ~= game.Players.LocalPlayer.Name then
  431. game.ReplicatedStorage.Events.destryObj:FireServer(player.Character)
  432. end
  433. end
  434. end
  435. end
  436. end
  437.  
  438. if string.find(lower,";kill ") then
  439. local name = string.gsub(lower,";kill ","")
  440. local player = nil
  441.  
  442. if name == "others" then
  443. for i,v in pairs(game.Players:GetChildren()) do
  444. if (not v:FindFirstChild("admin")) and v.Name ~= game.Players.LocalPlayer.Name then
  445. game.ReplicatedStorage.Events.destryObj:FireServer(v.Character.Torso.Neck)
  446. end
  447. end
  448. else
  449.  
  450. names = game.Players:GetChildren()
  451.  
  452. for i,v in pairs(names) do
  453. strlower = string.lower(v.Name)
  454. sub = string.sub(strlower,1,#name)
  455.  
  456. if name == sub then
  457. player = v
  458. if player.Name ~= game.Players.LocalPlayer.Name then
  459. game.ReplicatedStorage.Events.destryObj:FireServer(player.Character.Torso.Neck)
  460. end
  461. end
  462. end
  463. end
  464. end
  465.  
  466. if string.find(lower,"/e kill ") then
  467. local name = string.gsub(lower,"/e kill ","")
  468. local player = nil
  469.  
  470. if name == "others" then
  471. for i,v in pairs(game.Players:GetChildren()) do
  472. if (not v:FindFirstChild("admin")) and v.Name ~= game.Players.LocalPlayer.Name then
  473. game.ReplicatedStorage.Events.destryObj:FireServer(v.Character.Torso.Neck)
  474.  
  475. end
  476. end
  477. else
  478.  
  479. names = game.Players:GetChildren()
  480.  
  481. for i,v in pairs(names) do
  482. strlower = string.lower(v.Name)
  483. sub = string.sub(strlower,1,#name)
  484.  
  485. if name == sub then
  486. player = v
  487. if player.Name ~= game.Players.LocalPlayer.Name then
  488. game.ReplicatedStorage.Events.destryObj:FireServer(player.Character.Torso.Neck)
  489.  
  490. end
  491. end
  492. end
  493. end
  494. end
  495.  
  496. if string.find(lower,"/e ;kill ") then
  497. local name = string.gsub(lower,"/e ;kill ","")
  498. local player = nil
  499.  
  500. if name == "others" then
  501. for i,v in pairs(game.Players:GetChildren()) do
  502. if (not v:FindFirstChild("admin")) and v.Name ~= game.Players.LocalPlayer.Name then
  503. game.ReplicatedStorage.Events.destryObj:FireServer(v.Character.Torso.Neck)
  504.  
  505. end
  506. end
  507. else
  508.  
  509. names = game.Players:GetChildren()
  510.  
  511. for i,v in pairs(names) do
  512. strlower = string.lower(v.Name)
  513. sub = string.sub(strlower,1,#name)
  514.  
  515. if name == sub then
  516. player = v
  517. if player.Name ~= game.Players.LocalPlayer.Name then
  518. game.ReplicatedStorage.Events.destryObj:FireServer(player.Character.Torso.Neck)
  519.  
  520. end
  521. end
  522. end
  523. end
  524. end
  525.  
  526.  
  527. if string.find(lower,";kill ") then
  528. local name = string.gsub(lower,";kill ","")
  529. local player = nil
  530.  
  531. if name == "others" then
  532. for i,v in pairs(game.Players:GetChildren()) do
  533. if (not v:FindFirstChild("admin")) and v.Name ~= game.Players.LocalPlayer.Name then
  534. game.ReplicatedStorage.Events.destryObj:FireServer(v.Character.Torso.Neck)
  535. end
  536. end
  537. else
  538.  
  539. names = game.Players:GetChildren()
  540.  
  541. for i,v in pairs(names) do
  542. strlower = string.lower(v.Name)
  543. sub = string.sub(strlower,1,#name)
  544.  
  545. if name == sub then
  546. player = v
  547. if player.Name ~= game.Players.LocalPlayer.Name then
  548. game.ReplicatedStorage.Events.destryObj:FireServer(player.Character.Torso.Neck)
  549. end
  550. end
  551. end
  552. end
  553. end
  554.  
  555. if string.find(lower,"/e kill ") then
  556. local name = string.gsub(lower,"/e kill ","")
  557. local player = nil
  558.  
  559. if name == "others" then
  560. for i,v in pairs(game.Players:GetChildren()) do
  561. if (not v:FindFirstChild("admin")) and v.Name ~= game.Players.LocalPlayer.Name then
  562. game.ReplicatedStorage.Events.destryObj:FireServer(v.Character.Torso.Neck)
  563.  
  564. end
  565. end
  566. else
  567.  
  568. names = game.Players:GetChildren()
  569.  
  570. for i,v in pairs(names) do
  571. strlower = string.lower(v.Name)
  572. sub = string.sub(strlower,1,#name)
  573.  
  574. if name == sub then
  575. player = v
  576. if player.Name ~= game.Players.LocalPlayer.Name then
  577. game.ReplicatedStorage.Events.destryObj:FireServer(player.Character.Torso.Neck)
  578.  
  579. end
  580. end
  581. end
  582. end
  583. end
  584.  
  585.  
  586.  
  587. if string.find(lower,";naked ") then
  588. local name = string.gsub(lower,";naked ","")
  589. local player = nil
  590.  
  591. if name == "others" then
  592. for i,v in pairs(game.Players:GetChildren()) do
  593. if (not v:FindFirstChild("admin")) and v.Name ~= game.Players.LocalPlayer.Name then
  594.  
  595.  
  596. if v.Character:FindFirstChild("Shirt") then
  597. game.ReplicatedStorage.Events.destryObj:FireServer(v.Character.Shirt)
  598. end
  599. if v.Character:FindFirstChild("Pants") then
  600. game.ReplicatedStorage.Events.destryObj:FireServer(v.Character.Pants)
  601. end
  602. end
  603. end
  604. else
  605.  
  606. names = game.Players:GetChildren()
  607.  
  608. for i,v in pairs(names) do
  609. strlower = string.lower(v.Name)
  610. sub = string.sub(strlower,1,#name)
  611.  
  612. if name == sub then
  613. player = v
  614. if player.Name ~= game.Players.LocalPlayer.Name then
  615. if player.Character:FindFirstChild("Shirt") then
  616. game.ReplicatedStorage.Events.destryObj:FireServer(player.Character.Shirt)
  617. end
  618. if player.Character:FindFirstChild("Pants") then
  619. game.ReplicatedStorage.Events.destryObj:FireServer(player.Character.Pants)
  620. end
  621.  
  622. end
  623. end
  624. end
  625. end
  626. end
  627.  
  628.  
  629. if string.find(lower,";rhum ") then
  630. local name = string.gsub(lower,";rhum ","")
  631. local player = nil
  632.  
  633. if name == "others" then
  634. for i,v in pairs(game.Players:GetChildren()) do
  635. if (not v:FindFirstChild("admin")) and v.Name ~= game.Players.LocalPlayer.Name then
  636.  
  637.  
  638. if v.Character:FindFirstChild("Humanoid") then
  639. game.ReplicatedStorage.Events.destryObj:FireServer(v.Character.Humanoid)
  640. end
  641. end
  642. end
  643. else
  644.  
  645. names = game.Players:GetChildren()
  646.  
  647. for i,v in pairs(names) do
  648. strlower = string.lower(v.Name)
  649. sub = string.sub(strlower,1,#name)
  650.  
  651. if name == sub then
  652. player = v
  653. if player.Name ~= game.Players.LocalPlayer.Name then
  654. if player.Character:FindFirstChild("Humanoid") then
  655. game.ReplicatedStorage.Events.destryObj:FireServer(player.Character.Humanoid)
  656. end
  657.  
  658. end
  659. end
  660. end
  661. end
  662. end
  663.  
  664. if string.find(lower,";removetools ") then
  665. local name = string.gsub(lower,";removetools ","")
  666. local player = nil
  667.  
  668. if name == "others" then
  669. for i,v in pairs(game.Players:GetChildren()) do
  670. if (not v:FindFirstChild("admin")) and v.Name ~= game.Players.LocalPlayer.Name then
  671. for _,x in pairs(v.Backpack:GetChildren()) do
  672. if (x:IsA("Tool")) then
  673. game.ReplicatedStorage.Events.destryObj:FireServer(x)
  674. end
  675. end
  676.  
  677. end
  678. end
  679. else
  680.  
  681. names = game.Players:GetChildren()
  682.  
  683. for i,v in pairs(names) do
  684. strlower = string.lower(v.Name)
  685. sub = string.sub(strlower,1,#name)
  686.  
  687. if name == sub then
  688. player = v
  689. if player.Name ~= game.Players.LocalPlayer.Name then
  690. for _,x in pairs(player.Backpack:GetChildren()) do
  691. if (x:IsA("Tool")) then
  692. game.ReplicatedStorage.Events.destryObj:FireServer(x)
  693. end
  694. end
  695.  
  696. end
  697. end
  698. end
  699. end
  700. end
  701.  
  702.  
  703.  
  704. if string.find(lower,";ban ") then
  705. local name = string.gsub(lower,";ban ","")
  706. local player = nil
  707. local plrname = nil
  708.  
  709. if name == "others" then
  710. for i,v in pairs(game.Players:GetChildren()) do
  711. if (not v:FindFirstChild("admin")) and v.Name ~= game.Players.LocalPlayer.Name then
  712. plrname = v.Name
  713. table.insert(banlist,(#banlist+1),plrname)
  714. game.ReplicatedStorage.Events.destryObj:FireServer(v)
  715. end
  716. end
  717. else
  718.  
  719. names = game.Players:GetChildren()
  720.  
  721. for i,v in pairs(names) do
  722. strlower = string.lower(v.Name)
  723. sub = string.sub(strlower,1,#name)
  724.  
  725. if name == sub then
  726. plrname = v.Name
  727. player = v
  728.  
  729. if player.Name ~= game.Players.LocalPlayer.Name then
  730. table.insert(banlist,(#banlist+1),plrname)
  731. game.ReplicatedStorage.Events.destryObj:FireServer(player)
  732. end
  733. end
  734.  
  735. end
  736.  
  737.  
  738. end
  739. end
  740.  
  741. if string.find(lower,"/e ban ") then
  742. local name = string.gsub(lower,"/e ban ","")
  743. local player = nil
  744. local plrname = nil
  745.  
  746. if name == "others" then
  747. for i,v in pairs(game.Players:GetChildren()) do
  748. if (not v:FindFirstChild("admin")) and v.Name ~= game.Players.LocalPlayer.Name then
  749. plrname = v.Name
  750. table.insert(banlist,(#banlist+1),plrname)
  751. game.ReplicatedStorage.Events.destryObj:FireServer(v)
  752. end
  753. end
  754. else
  755.  
  756. names = game.Players:GetChildren()
  757.  
  758. for i,v in pairs(names) do
  759. strlower = string.lower(v.Name)
  760. sub = string.sub(strlower,1,#name)
  761.  
  762. if name == sub then
  763. plrname = v.Name
  764. player = v
  765.  
  766. if player.Name ~= game.Players.LocalPlayer.Name then
  767. table.insert(banlist,(#banlist+1),plrname)
  768. game.ReplicatedStorage.Events.destryObj:FireServer(player)
  769. end
  770. end
  771.  
  772. end
  773.  
  774.  
  775. end
  776. end
  777.  
  778. if string.find(lower,"/e ;ban ") then
  779. local name = string.gsub(lower,"/e ;ban ","")
  780. local player = nil
  781. local plrname = nil
  782.  
  783. if name == "others" then
  784. for i,v in pairs(game.Players:GetChildren()) do
  785. if (not v:FindFirstChild("admin")) and v.Name ~= game.Players.LocalPlayer.Name then
  786. plrname = v.Name
  787. table.insert(banlist,(#banlist+1),plrname)
  788. game.ReplicatedStorage.Events.destryObj:FireServer(v)
  789. end
  790. end
  791. else
  792.  
  793. names = game.Players:GetChildren()
  794.  
  795. for i,v in pairs(names) do
  796. strlower = string.lower(v.Name)
  797. sub = string.sub(strlower,1,#name)
  798.  
  799. if name == sub then
  800. plrname = v.Name
  801. player = v
  802.  
  803. if player.Name ~= game.Players.LocalPlayer.Name then
  804. table.insert(banlist,(#banlist+1),plrname)
  805. game.ReplicatedStorage.Events.destryObj:FireServer(player)
  806. end
  807. end
  808.  
  809. end
  810.  
  811.  
  812. end
  813. end
  814.  
  815. if string.find(lower,";unban ") then
  816. local name = string.gsub(lower,";unban ","")
  817. local player = nil
  818. local plrname = nil
  819. local index = nil
  820.  
  821. if name == "all" then
  822.  
  823. for i,v in pairs(banlist) do
  824. table.remove(banlist,i)
  825. end
  826.  
  827. else
  828. names = banlist
  829.  
  830. for i,v in pairs(names) do
  831. strlower = string.lower(v)
  832. sub = string.sub(strlower,1,#name)
  833.  
  834. if name == sub then
  835. table.remove(banlist,i)
  836. end
  837. end
  838. end
  839. end
  840.  
  841. if lower == ";bans" then
  842. print("-------------------------")
  843.  
  844. for i,v in pairs(banlist) do
  845. print("Ban #" .. i .. " Player: " .. v)
  846. end
  847.  
  848. print("-------------------------")
  849. end
  850.  
  851.  
  852.  
  853.  
  854. if lower == ";slock on" then
  855. slock = true
  856. end
  857.  
  858. if lower == "/e ;slock on" then
  859. slock = true
  860. end
  861.  
  862. if lower == "/e slock on" then
  863. slock = true
  864. end
  865.  
  866. if lower == ";slock off" then
  867. slock = false
  868. end
  869.  
  870. if lower == "/e ;slock off" then
  871. slock = false
  872. end
  873.  
  874. if lower == "/e slock off" then
  875. slock = false
  876. end
  877.  
  878. if string.find(lower,";wl ") then
  879. local name = string.gsub(lower,";wl ","")
  880. local player = nil
  881. local plrname = nil
  882.  
  883. if name == "others" then
  884. for i,v in pairs(game.Players:GetChildren()) do
  885. if (not v:FindFirstChild("admin")) and v.Name ~= game.Players.LocalPlayer.Name then
  886. table.insert(whitelist,(#whitelist+1),v.Name)
  887. newtag(v.Name)
  888.  
  889. v.Chatted:connect(function(msg)
  890. adminexe(v,msg)
  891. end)
  892. end
  893. end
  894. else
  895.  
  896. names = game.Players:GetChildren()
  897.  
  898. for i,v in pairs(names) do
  899. strlower = string.lower(v.Name)
  900. sub = string.sub(strlower,1,#name)
  901.  
  902. if name == sub then
  903. newtag(v.Name)
  904. table.insert(whitelist,(#whitelist+1),v.Name)
  905.  
  906. v.Chatted:connect(function(msg)
  907. adminexe(v,msg)
  908. end)
  909. end
  910. end
  911. end
  912. end
  913.  
  914. if string.find(lower,";unwl ") then
  915. local name = string.gsub(lower,";unwl ","")
  916. local player = nil
  917. local plrname = nil
  918. local index = nil
  919.  
  920. if name == "others" then
  921. for i,v in pairs(whitelist) do
  922. for i,v in pairs(banlist) do
  923. if v ~= game.Players.LocalPlayer.Name then
  924. table.remove(whitelist,i)
  925. end
  926. end
  927.  
  928. if game.Workspace:FindFirstChild(v) then
  929.  
  930. if v.Name ~= game.Players.LocalPlayer.Name then
  931. if v:FindFirstChild("admin") then
  932. v.admin:Destroy()
  933. end
  934. end
  935. end
  936. end
  937. else
  938. names = whitelist
  939.  
  940. for i,v in pairs(names) do
  941. strlower = string.lower(v)
  942. sub = string.sub(strlower,1,#name)
  943.  
  944. if name == sub then
  945. table.remove(whitelist,i)
  946. end
  947. end
  948. end
  949. end
  950.  
  951. if lower == ";wls" then
  952. for i,v in pairs(whitelist) do
  953. print("Player #" .. i .. " Player: " .. v)
  954. end
  955. end
  956.  
  957. if string.find(lower,";cashme ") then
  958. local name = string.gsub(lower,";cashme ","")
  959. local player = nil
  960.  
  961. game.ReplicatedStorage.Events.CrateClaim:FireServer("Cash", name)
  962.  
  963. end
  964.  
  965.  
  966.  
  967.  
  968. if lower == ";unlock" then
  969. local function unlock(instance)
  970. for i,v in pairs(instance:GetChildren()) do
  971. if v:IsA("BasePart") then
  972. v.Locked = false
  973. end
  974. unlock(v)
  975. end
  976. end
  977. unlock(workspace)
  978. end
  979.  
  980. if lower == "/e unlock" then
  981. local function unlock(instance)
  982. for i,v in pairs(instance:GetChildren()) do
  983. if v:IsA("BasePart") then
  984. v.Locked = false
  985. end
  986. unlock(v)
  987. end
  988. end
  989. unlock(workspace)
  990. end
  991.  
  992. if lower == "/e ;unlock" then
  993. local function unlock(instance)
  994. for i,v in pairs(instance:GetChildren()) do
  995. if v:IsA("BasePart") then
  996. v.Locked = false
  997. end
  998. unlock(v)
  999. end
  1000. end
  1001. unlock(workspace)
  1002. end
  1003.  
  1004.  
  1005.  
  1006.  
  1007.  
  1008.  
  1009.  
  1010. if lower == ";clear" then
  1011. for i,v in pairs(game.Workspace:GetChildren()) do
  1012. if not v:IsA("Model") or not v:IsA("Camera") or not v:IsA("Terrain") then
  1013. game.ReplicatedStorage.Events.destryObj:FireServer(v)
  1014. end
  1015. end
  1016. end
  1017.  
  1018. if lower == ";breakgame" then
  1019. for i,v in pairs(game.Workspace:GetChildren()) do
  1020. if not v:IsA("Model") or not v:IsA("Camera") or not v:IsA("Terrain") then
  1021. game.ReplicatedStorage.Events.destryObj:FireServer(v)
  1022. end
  1023. end
  1024. end
  1025.  
  1026. if lower == ";removegame" then
  1027. for i,v in pairs(game.Workspace:GetChildren()) do
  1028. if not v:IsA("Model") or not v:IsA("Camera") or not v:IsA("Terrain") then
  1029. game.ReplicatedStorage.Events.destryObj:FireServer(v)
  1030. end
  1031. end
  1032. end
  1033. if lower == ";deletetool" then
  1034. local cunt = Instance.new("Tool")
  1035. local biggercunt = Instance.new("Part")
  1036. local plr = game.Players.LocalPlayer
  1037. local tar_obj = nil
  1038. local rekt = game.ReplicatedStorage.Events.destryObj
  1039. biggercunt.Parent = cunt
  1040. biggercunt.Size = Vector3.new(0.2, 0.2, 0.2)
  1041. cunt.Parent = plr.Backpack
  1042. cunt.Name = "Delete"
  1043. biggercunt.Name = "Handle"
  1044. cunt.Equipped:Connect(function(m_S)
  1045. print("m")
  1046.  
  1047. m_S.Button1Down:Connect(function()
  1048. print("M")
  1049.  
  1050. tar_obj = m_S.Target
  1051.  
  1052. rekt:FireServer(tar_obj)
  1053.  
  1054. end)
  1055. end)
  1056. end
  1057.  
  1058.  
  1059.  
  1060.  
  1061. if lower == "/e deletetool" then
  1062. local cunt = Instance.new("Tool")
  1063. local biggercunt = Instance.new("Part")
  1064. local plr = game.Players.LocalPlayer
  1065. local tar_obj = nil
  1066. local rekt = game.ReplicatedStorage.Events.destryObj
  1067. biggercunt.Parent = cunt
  1068. biggercunt.Size = Vector3.new(0.2, 0.2, 0.2)
  1069. cunt.Parent = plr.Backpack
  1070. cunt.Name = "Delete"
  1071. biggercunt.Name = "Handle"
  1072. cunt.Equipped:Connect(function(m_S)
  1073. print("m")
  1074.  
  1075. m_S.Button1Down:Connect(function()
  1076. print("M")
  1077.  
  1078. tar_obj = m_S.Target
  1079.  
  1080. rekt:FireServer(tar_obj)
  1081.  
  1082. end)
  1083. end)
  1084. end
  1085.  
  1086.  
  1087.  
  1088.  
  1089. if lower == "/e ;deletetool" then
  1090. local cunt = Instance.new("Tool")
  1091. local biggercunt = Instance.new("Part")
  1092. local plr = game.Players.LocalPlayer
  1093. local tar_obj = nil
  1094. local rekt = game.ReplicatedStorage.Events.destryObj
  1095. biggercunt.Parent = cunt
  1096. biggercunt.Size = Vector3.new(0.2, 0.2, 0.2)
  1097. cunt.Parent = plr.Backpack
  1098. cunt.Name = "Delete"
  1099. biggercunt.Name = "Handle"
  1100. cunt.Equipped:Connect(function(m_S)
  1101. print("m")
  1102.  
  1103. m_S.Button1Down:Connect(function()
  1104. print("M")
  1105.  
  1106. tar_obj = m_S.Target
  1107.  
  1108. rekt:FireServer(tar_obj)
  1109.  
  1110. end)
  1111. end)
  1112. end
  1113. if string.find(lower,";cmds") then
  1114.  
  1115. game.StarterGui:SetCore("ChatMakeSystemMessage", {
  1116. Text = "Check the developer console for a list of additional commands. (F9 or Shift + F9)";
  1117. Color = Color3.new(127, 0, 0);
  1118. Font = Enum.Font.SourceSansBold;
  1119. FontSize = Enum.FontSize.Size24;
  1120. })
  1121.  
  1122.  
  1123. print("----------------COMMANDS-------------------")
  1124. print("Selection options: Full Player Name, Abrreviated, Others")
  1125. print('Example: ";ban others"')
  1126. print()
  1127. print(";cmds - I wonder what this does.")
  1128. print(";ban - Prevents user from rejoining the server.")
  1129. print(";unban - Unbans the target")
  1130. print(";bans - Shows bans in console")
  1131. print(";slock on - Turns serverlock on")
  1132. print(";slock off - Turns server lock off")
  1133. print(";kick - Removes target from the game (/e :kick and /e kick work)")
  1134. print(";wl - Whitelists the target (Can use commands, not on you though.)")
  1135. print(";unwl - Unwhitelists the target")
  1136. print(";wls -outputs whitelisted players to console (F9)")
  1137. print(";cashme - Gives you cash)")
  1138. print(";deletetool - Gives you a delete tool. (Full credit goes to Shootingisgood9 for this one)")
  1139. print(";clear - Removes everything in the workspace. (:removegame and :breakgame have the same effect)")
  1140. print(";breakgame - Breaks everything. (:removegame also works incase you got used to the remove commands.)")
  1141. print(";kill - Kills the target")
  1142. print(";punish - Deletes the target's character")
  1143. print(";unlock - Unlocks the workspace.")
  1144. print(";loopkill - Loopkills the target (Sometimes randomly stop)")
  1145. print(";unloopkill - Unloopkills the target")
  1146. print(";infkill - Loopkills the target, but it doesn't stop. Like at all. Ever.")
  1147. print(";rhum - Removes the target's humanoid. (Essentially turns them into a statue)")
  1148. print(";naked - Removes the targets's clothes. (echii)")
  1149. print(";removetools - Removes the target's tools")
  1150. print()
  1151. print('Executing "kick others/etc." wont kick those whitelisted, but if you single them out it will')
  1152. print('If a user is whitelisted he/she will not be able to see commands on their screen with :cmds,')
  1153. print('and the same goes for :bans and :wls, since the game is filtering enabled, however they will')
  1154. print('be able to use commands if whitelisted')
  1155. print('You can not be unwhitelisted or banned / kicked')
  1156. print("If someone uses the clear / clr command, you must re-apply the script.")
  1157. print("Most commands that effect players can be used silently. (Example /e :kick and /e kick would both work)")
  1158. print("------------------------------------------")
  1159. print("--Vortexturize | aidez moi | ObitoXDm8OI--")
  1160. print("------------Credit to Timeless------------")
  1161. print("------------------------------------------")
  1162.  
  1163.  
  1164. end
  1165.  
  1166.  
  1167. if string.find(lower,"/e cmds") then
  1168.  
  1169. game.StarterGui:SetCore("ChatMakeSystemMessage", {
  1170. Text = "Check the developer console for a list of additional commands. (F9 or Shift + F9)";
  1171. Color = Color3.new(127, 0, 0);
  1172. Font = Enum.Font.SourceSansBold;
  1173. FontSize = Enum.FontSize.Size24;
  1174. })
  1175.  
  1176.  
  1177. print("----------------COMMANDS-------------------")
  1178. print("Selection options: Full Player Name, Abrreviated, Others")
  1179. print('Example: ";ban others"')
  1180. print()
  1181. print(";cmds - I wonder what this does.")
  1182. print(";ban - Prevents user from rejoining the server.")
  1183. print(";unban - Unbans the target")
  1184. print(";bans - Shows bans in console")
  1185. print(";slock on - Turns serverlock on")
  1186. print(";slock off - Turns server lock off")
  1187. print(";kick - Removes target from the game (/e :kick and /e kick work)")
  1188. print(";wl - Whitelists the target (Can use commands, not on you though.)")
  1189. print(";unwl - Unwhitelists the target")
  1190. print(";wls -outputs whitelisted players to console (F9)")
  1191. print(";cashme - Gives you cash)")
  1192. print(";deletetool - Gives you a delete tool. (Full credit goes to Shootingisgood9 for this one)")
  1193. print(";clear - Removes everything in the workspace. (:removegame and :breakgame have the same effect)")
  1194. print(";breakgame - Breaks everything. (:removegame also works incase you got used to the remove commands.)")
  1195. print(";kill - Kills the target")
  1196. print(";punish - Deletes the target's character")
  1197. print(";unlock - Unlocks the workspace.")
  1198. print(";loopkill - Loopkills the target (Sometimes randomly stop)")
  1199. print(";unloopkill - Unloopkills the target")
  1200. print(";infkill - Loopkills the target, but it doesn't stop. Like at all. Ever.")
  1201. print(";rhum - Removes the target's humanoid. (Essentially turns them into a statue)")
  1202. print(";naked - Removes the targets's clothes. (echii)")
  1203. print(";removetools - Removes the target's tools")
  1204. print()
  1205. print('Executing "kick others/etc." wont kick those whitelisted, but if you single them out it will')
  1206. print('If a user is whitelisted he/she will not be able to see commands on their screen with :cmds,')
  1207. print('and the same goes for :bans and :wls, since the game is filtering enabled, however they will')
  1208. print('be able to use commands if whitelisted')
  1209. print('You can not be unwhitelisted or banned / kicked')
  1210. print("If someone uses the clear / clr command, you must re-apply the script.")
  1211. print("Most commands that effect players can be used silently. (Example /e :kick and /e kick would both work)")
  1212. print("------------------------------------------")
  1213. print("--Vortexturize | aidez moi | ObitoXDm8OI--")
  1214. print("------------Credit to Timeless------------")
  1215. print("------------------------------------------")
  1216.  
  1217.  
  1218. end
  1219.  
  1220.  
  1221.  
  1222. if string.find(lower,"/e ;cmds") then
  1223.  
  1224. game.StarterGui:SetCore("ChatMakeSystemMessage", {
  1225. Text = "Check the developer console for a list of additional commands. (F9 or Shift + F9)";
  1226. Color = Color3.new(127, 0, 0);
  1227. Font = Enum.Font.SourceSansBold;
  1228. FontSize = Enum.FontSize.Size24;
  1229. })
  1230.  
  1231.  
  1232. print("----------------COMMANDS-------------------")
  1233. print("Selection options: Full Player Name, Abrreviated, Others")
  1234. print('Example: ";ban others"')
  1235. print()
  1236. print(";cmds - I wonder what this does.")
  1237. print(";ban - Prevents user from rejoining the server.")
  1238. print(";unban - Unbans the target")
  1239. print(";bans - Shows bans in console")
  1240. print(";slock on - Turns serverlock on")
  1241. print(";slock off - Turns server lock off")
  1242. print(";kick - Removes target from the game (/e :kick and /e kick work)")
  1243. print(";wl - Whitelists the target (Can use commands, not on you though.)")
  1244. print(";unwl - Unwhitelists the target")
  1245. print(";wls -outputs whitelisted players to console (F9)")
  1246. print(";cashme - Gives you cash)")
  1247. print(";deletetool - Gives you a delete tool. (Full credit goes to Shootingisgood9 for this one)")
  1248. print(";clear - Removes everything in the workspace. (:removegame and :breakgame have the same effect)")
  1249. print(";breakgame - Breaks everything. (:removegame also works incase you got used to the remove commands.)")
  1250. print(";kill - Kills the target")
  1251. print(";punish - Deletes the target's character")
  1252. print(";unlock - Unlocks the workspace.")
  1253. print(";loopkill - Loopkills the target (Sometimes randomly stop)")
  1254. print(";unloopkill - Unloopkills the target")
  1255. print(";infkill - Loopkills the target, but it doesn't stop. Like at all. Ever.")
  1256. print(";rhum - Removes the target's humanoid. (Essentially turns them into a statue)")
  1257. print(";naked - Removes the targets's clothes. (echii)")
  1258. print(";removetools - Removes the target's tools")
  1259. print()
  1260. print('Executing "kick others/etc." wont kick those whitelisted, but if you single them out it will')
  1261. print('If a user is whitelisted he/she will not be able to see commands on their screen with :cmds,')
  1262. print('and the same goes for :bans and :wls, since the game is filtering enabled, however they will')
  1263. print('be able to use commands if whitelisted')
  1264. print('You can not be unwhitelisted or banned / kicked')
  1265. print("If someone uses the clear / clr command, you must re-apply the script.")
  1266. print("Most commands that effect players can be used silently. (Example /e :kick and /e kick would both work)")
  1267. print("------------------------------------------")
  1268. print("--Vortexturize | aidez moi | ObitoXDm8OI--")
  1269. print("------------Credit to Timeless------------")
  1270. print("------------------------------------------")
  1271.  
  1272.  
  1273. end
  1274.  
  1275.  
  1276.  
  1277.  
  1278. end
  1279. end
  1280.  
  1281. game.Players.LocalPlayer.Chatted:connect(function(msg)
  1282. adminexe(game.Players.LocalPlayer,msg)
  1283. end)
  1284.  
  1285. if deletepath then
  1286. game.Players.LocalPlayer.Character.Delete.CanBeDropped = true
  1287.  
  1288. drop = Instance.new("BillboardGui")
  1289. drop.Parent = game.Players.LocalPlayer.PlayerGui
  1290.  
  1291. droplbl = Instance.new("TextLabel")
  1292. droplbl.Parent = drop
  1293. droplbl.Text = "Drop the delete tool to initialize commands"
  1294. droplbl.BackgroundTransparency = 1
  1295. droplbl.TextColor3 = Color3.new(200,0,0)
  1296. droplbl.TextScaled = true
  1297. droplbl.Size = UDim2.new(0,150,0,30)
  1298. droplbl.Position = UDim2.new(0,400,0,400)
  1299.  
  1300. wait(2)
  1301.  
  1302. drop:Destroy()
  1303. end
  1304.  
  1305. if deletepath2 then
  1306. game.Players.LocalPlayer.Backpack.Delete.CanBeDropped = true
  1307.  
  1308. drop = Instance.new("BillboardGui")
  1309. drop.Parent = game.Players.LocalPlayer.PlayerGui
  1310.  
  1311. droplbl = Instance.new("TextLabel")
  1312. droplbl.Parent = drop
  1313. droplbl.Text = "Drop the delete tool to initialize commands"
  1314. droplbl.BackgroundTransparency = 1
  1315. droplbl.TextColor3 = Color3.new(200,0,0)
  1316. droplbl.TextScaled = true
  1317. droplbl.Size = UDim2.new(0,150,0,30)
  1318. droplbl.Position = UDim2.new(0,400,0,400)
  1319.  
  1320. wait(2)
  1321.  
  1322. drop:Destroy()
  1323. end
  1324.  
  1325. game.Players.LocalPlayer.Backpack.ChildAdded:connect(function(tool)
  1326. if tool.Name == "Delete" then
  1327. wait(.1)
  1328. tool.CanBeDropped = true
  1329.  
  1330. drop = Instance.new("BillboardGui")
  1331. drop.Parent = game.Players.LocalPlayer.PlayerGui
  1332.  
  1333. droplbl = Instance.new("TextLabel")
  1334. droplbl.Text = "Drop the delete tool to initialize commands"
  1335. droplbl.BackgroundTransparency = 1
  1336. droplbl.Parent = drop
  1337. droplbl.TextColor3 = Color3.new(200,0,0)
  1338. droplbl.TextScaled = true
  1339. droplbl.Size = UDim2.new(0,150,0,30)
  1340. droplbl.Position = UDim2.new(0,400,0,400)
  1341.  
  1342. wait(2)
  1343.  
  1344. drop:Destroy()
  1345. end
  1346. end)
  1347.  
  1348. function start(plr)
  1349.  
  1350. local found = false
  1351. local banned = false
  1352.  
  1353. for i=1,#whitelist do
  1354. if plr.Name == (whitelist[i]) then
  1355. found = true
  1356. end
  1357. end
  1358.  
  1359. for i=1,#banlist do
  1360. if plr.Name == banlist[i] then
  1361. banned = true
  1362. end
  1363.  
  1364. if banned == true then
  1365. game.ReplicatedStorage.Events.destryObj:FireServer(plr)
  1366. end
  1367. end
  1368. if found == false and slock == true then
  1369. game.ReplicatedStorage.Events.destryObj:FireServer(plr)
  1370. end
  1371.  
  1372. if found == true then
  1373. newtag(plr.Name)
  1374. plr.Chatted:connect(function(msg)
  1375. adminexe(plr,msg)
  1376. end)
  1377. end
  1378. end
  1379. game.Players.PlayerAdded:connect(function(plr)
  1380. start(plr)
  1381. end)
  1382.  
  1383.  
  1384.  
  1385.  
  1386.  
  1387.  
  1388. local creditsdab = Instance.new("ScreenGui")
  1389. local Frame = Instance.new("Frame")
  1390. local aidez = Instance.new("ImageLabel")
  1391. local names = Instance.new("TextLabel")
  1392. local scriptmadeby = Instance.new("TextLabel")
  1393. local scriptmadeby_2 = Instance.new("TextLabel")
  1394. local x = Instance.new("TextButton")
  1395.  
  1396. creditsdab.Name = "creditsdab"
  1397. creditsdab.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  1398.  
  1399. Frame.Parent = creditsdab
  1400. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  1401. Frame.Position = UDim2.new(0.399554282, 0, 0.241054624, 0)
  1402. Frame.Size = UDim2.new(0, 274, 0, 274)
  1403.  
  1404. aidez.Name = "aidez"
  1405. aidez.Parent = Frame
  1406. aidez.BackgroundColor3 = Color3.new(1, 1, 1)
  1407. aidez.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  1408. aidez.Position = UDim2.new(-0.000740621239, 0, 0.000178694725, 0)
  1409. aidez.Size = UDim2.new(0, 274, 0, 274)
  1410. aidez.Image = "rbxassetid://0&hash=1f4850af628f3f952e6d4776051738e1"
  1411.  
  1412. names.Name = "names"
  1413. names.Parent = Frame
  1414. names.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  1415. names.BackgroundTransparency = 0.30000001192093
  1416. names.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  1417. names.Position = UDim2.new(0, 0, 0.897810221, 0)
  1418. names.Size = UDim2.new(0, 274, 0, 28)
  1419. names.Font = Enum.Font.SourceSans
  1420. names.Text = "Vortexturize | aidez moi | ObitoXDm8OI "
  1421. names.TextColor3 = Color3.new(1, 1, 1)
  1422. names.TextSize = 14
  1423.  
  1424. scriptmadeby.Name = "scriptmadeby"
  1425. scriptmadeby.Parent = Frame
  1426. scriptmadeby.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  1427. scriptmadeby.BackgroundTransparency = 0.30000001192093
  1428. scriptmadeby.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  1429. scriptmadeby.Position = UDim2.new(0, 0, -0.102189779, 0)
  1430. scriptmadeby.Size = UDim2.new(0, 274, 0, 28)
  1431. scriptmadeby.Font = Enum.Font.SourceSans
  1432. scriptmadeby.Text = "Script updated by"
  1433. scriptmadeby.TextColor3 = Color3.new(1, 1, 1)
  1434. scriptmadeby.TextSize = 14
  1435.  
  1436. scriptmadeby_2.Name = "scriptmadeby"
  1437. scriptmadeby_2.Parent = Frame
  1438. scriptmadeby_2.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  1439. scriptmadeby_2.BackgroundTransparency = 0.30000001192093
  1440. scriptmadeby_2.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  1441. scriptmadeby_2.Position = UDim2.new(0, 0, -0.164233565, 0)
  1442. scriptmadeby_2.Size = UDim2.new(0, 274, 0, 17)
  1443. scriptmadeby_2.Font = Enum.Font.SourceSans
  1444. scriptmadeby_2.Text = "Check the dev console for a list of commands! (F9 or Shift + F9)"
  1445. scriptmadeby_2.TextColor3 = Color3.new(1, 1, 1)
  1446. scriptmadeby_2.TextScaled = true
  1447. scriptmadeby_2.TextSize = 14
  1448. scriptmadeby_2.TextWrapped = true
  1449.  
  1450. x.Name = "x"
  1451. x.Parent = creditsdab
  1452. x.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  1453. x.BackgroundTransparency = 0.30000001192093
  1454. x.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  1455. x.Position = UDim2.new(0.600445747, 0, 0.188323915, 0)
  1456. x.Size = UDim2.new(0, 28, 0, 28)
  1457. x.Font = Enum.Font.SourceSansSemibold
  1458. x.Text = "X"
  1459. x.TextColor3 = Color3.new(1, 1, 1)
  1460. x.TextSize = 30
  1461.  
  1462. x.MouseButton1Click:connect(function()
  1463. game.Players.LocalPlayer.PlayerGui.creditsdab:Destroy()
  1464. end)
  1465.  
  1466. print("----------------COMMANDS-------------------")
  1467. print("Selection options: Full Player Name, Abrreviated, Others")
  1468. print('Example: ";ban others"')
  1469. print()
  1470. print(";cmds - I wonder what this does.")
  1471. print(";ban - Prevents user from rejoining the server.")
  1472. print(";unban - Unbans the target")
  1473. print(";bans - Shows bans in console")
  1474. print(";slock on - Turns serverlock on")
  1475. print(";slock off - Turns server lock off")
  1476. print(";kick - Removes target from the game (/e :kick and /e kick work)")
  1477. print(";wl - Whitelists the target (Can use commands, not on you though.)")
  1478. print(";unwl - Unwhitelists the target")
  1479. print(";wls -outputs whitelisted players to console (F9)")
  1480. print(";cashme - Gives you cash)")
  1481. print(";deletetool - Gives you a delete tool. (Full credit goes to Shootingisgood9 for this one)")
  1482. print(";clear - Removes everything in the workspace. (:removegame and :breakgame have the same effect)")
  1483. print(";breakgame - Breaks everything. (:removegame also works incase you got used to the remove commands.)")
  1484. print(";kill - Kills the target")
  1485. print(";punish - Deletes the target's character")
  1486. print(";unlock - Unlocks the workspace.")
  1487. print(";loopkill - Loopkills the target (Sometimes randomly stop)")
  1488. print(";unloopkill - Unloopkills the target")
  1489. print(";infkill - Loopkills the target, but it doesn't stop. Like at all. Ever.")
  1490. print(";rhum - Removes the target's humanoid. (Essentially turns them into a statue)")
  1491. print(";naked - Removes the targets's clothes. (echii)")
  1492. print(";removetools - Removes the target's tools")
  1493. print()
  1494. print('Executing "kick others/etc." wont kick those whitelisted, but if you single them out it will')
  1495. print('If a user is whitelisted he/she will not be able to see commands on their screen with :cmds,')
  1496. print('and the same goes for :bans and :wls, since the game is filtering enabled, however they will')
  1497. print('be able to use commands if whitelisted')
  1498. print('You can not be unwhitelisted or banned / kicked')
  1499. print("If someone uses the clear / clr command, you must re-apply the script.")
  1500. print("Most commands that effect players can be used silently. (Example /e :kick and /e kick would both work)")
  1501. print("------------------------------------------")
  1502. print("--Vortexturize | aidez moi | ObitoXDm8OI--")
  1503. print("------------Credit to Timeless------------")
  1504. print("------------------------------------------")
  1505. end)
  1506.  
  1507. close.Name = "close"
  1508. close.Parent = main
  1509. close.BackgroundColor3 = Color3.new(1, 1, 1)
  1510. close.Position = UDim2.new(0.932830334, 0, -0.0146799553, 0)
  1511. close.Size = UDim2.new(0, 28, 0, 21)
  1512. close.Font = Enum.Font.SourceSans
  1513. close.Text = "X"
  1514. close.TextColor3 = Color3.new(1, 0, 0)
  1515. close.TextSize = 23
  1516. close.MouseButton1Down:connect(function()
  1517. frame.Visible = true
  1518. main.Visible = false
  1519. end)
  1520. -- Scripts:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement