Sevakot

Untitled

Mar 15th, 2018
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 26.72 KB | None | 0 0
  1. wait(1)
  2.  
  3. Index = {"Deadly","Character","WalkSpeed","Teleport","Players","Be","Misc","Lighting","Control","Server","Vs"}
  4.  
  5. Deadly = {"Kill","Explode","Respawn"}
  6. Character = {"ForceField","UnForceField","Visible","InVisible","Spectate","Freeze","Thaw","Sparkles","UnSparkles","Heal","Trip","Sit","Jump","Stand","HighGrav","Grav","NoGrav"}
  7. WalkSpeed = {"Run","Normal","No","Reverse","+25","-25"}
  8. Lighting = {"Night","Day","Normal","DarkFog","LightFog","Blind"}
  9. PlayeR = {"Kick","Punish","UnPunish","Mute","DeMute","Bc","Tbc","Obc"}
  10. Be = {"Normal","Noob","Guest","Me","Jarednoob"}
  11. Misc = {"Jail","UnJail","SitPunish","GiveBtools","RemoveTools","UnLock","Lock"}
  12. Server = {"Shutdown","Crossroads"}
  13. Vs = {"NoWeps","AllWeps"}
  14.  
  15. Playerslist = {"All","Me","Others","Guests","Random"}
  16. YesNo = {"Yes","No"}
  17. l1 = nil
  18. l2 = nil
  19. l3 = nil
  20.  
  21.  
  22. Version = 3.00
  23. library = LoadLibrary("RbxGui")
  24.  
  25. --This Is Made By Florioo and Noone else!
  26.  
  27.  
  28. function GetPlayer(name)
  29.  
  30. if name == "All" then
  31. local Players = { }
  32. local players = game.Players:GetChildren()
  33. for i =1,#players do
  34. if players[i].className == "Player" then
  35. table.insert(Players,players[i])
  36. end end
  37. return Players
  38.  
  39. elseif name == "Me" then
  40. return {game.Players.LocalPlayer}
  41.  
  42. elseif name == "Others" then
  43. local Players = { }
  44. local players = game.Players:GetChildren()
  45. for i =1,#players do
  46. if players[i].className == "Player" and players[i].Name ~= game.Players.LocalPlayer then
  47. table.insert(Players,players[i])
  48. end end
  49. return Players
  50.  
  51. elseif name == "Guests" then
  52. local Players = { }
  53. local players = game.Players:GetChildren()
  54. for i =1,#players do
  55. if players[i].className == "Player" and string.sub(players[i].Name,1,5) == "Guest" then
  56. table.insert(Players,players[i])
  57. end end
  58. return Players
  59.  
  60. elseif name == "Random" then
  61. while true do
  62. local players = game.Players:GetChildren()
  63. local rand = math.random(1,#players)
  64. if players[rand].className == "Player" then
  65. return { players[rand] }
  66. end end
  67.  
  68. else
  69. player = game.Players:FindFirstChild(name)
  70. if player ~= nil and player.className == "Player" then
  71. return {player}
  72. end
  73. end
  74. print("Doesnt Exist")
  75. return 0
  76. end
  77.  
  78. function Command(Command)
  79. local LL2 = ScreenGui.Frame:FindFirstChild("L2")
  80. if LL2 ~= nil then LL2.Visible = true end
  81. local LL3 = ScreenGui.Frame:FindFirstChild("L3")
  82. if LL3 ~= nil then LL3:Destroy() end
  83. localp = game.Players.LocalPlayer
  84.  
  85. l2 = Command
  86. l3 = nil
  87. ------------------------------------Lighting
  88.  
  89.  
  90. if Command == "Night" then
  91. game.Lighting.TimeOfDay = "00:00:00"
  92. end
  93. if Command == "Day" then
  94. game.Lighting.TimeOfDay = "12:00:00"
  95. end
  96. if Command == "Normal" then
  97. game.Lighting.TimeOfDay = "12:00:00"
  98. game.Lighting.FogEnd = 100000
  99. game.Lighting.Brightness = 1
  100. end
  101. if Command == "DarkFog" then
  102. game.Lighting.TimeOfDay = "00:00:00"
  103. game.Lighting.FogEnd = 60
  104. game.Lighting.FogStart = 30
  105. game.Lighting.Brightness = 0
  106. game.Lighting.FogColor = Color3.new(0, 0, 0)
  107. end
  108. if Command == "LightFog" then
  109. game.Lighting.TimeOfDay = "12:00:00"
  110. game.Lighting.FogEnd = 60
  111. game.Lighting.FogStart = 30
  112. game.Lighting.Brightness = 1
  113. game.Lighting.FogColor = Color3.new(1, 1, 1)
  114. end
  115. if Command == "Blind" then
  116. game.Lighting.TimeOfDay = "12:00:00"
  117. game.Lighting.FogEnd = 0
  118. game.Lighting.FogStart = 0
  119. game.Lighting.Brightness = 1
  120. game.Lighting.FogColor = Color3.new(1, 0, 1)
  121. end
  122. if Command == "Shutdown" then
  123. CreateScript([[
  124. while true do
  125. wait(1)
  126. p= game.Players:GetChildren()
  127. for i= 1, #p do
  128. p[i]:remove()
  129. end
  130. end]],game.Workspace,"mpm")
  131. end
  132.  
  133. if Command == "SFOTHIV-Badges" then
  134. clear = game.Workspace:GetChildren()
  135. for i = 1 ,#clear do
  136. if clear[i].Name ~= "Terrain" then
  137. clear[i]:Destroy()
  138. end
  139. end
  140. game:GetObjects("rbxassetid://75454521")[1].Parent=game.Workspace
  141. wait(10)
  142. game.SetMessage("Respawning")
  143. --Respawns them
  144. local players = game.Players:GetChildren()
  145. for i =1,#players do
  146. if players[i].className == "Player" then
  147. local ack2 = Instance.new("Model")
  148. ack2.Parent = game.Workspace
  149. local ack4 = Instance.new("Part")
  150. ack4.Transparency = 1
  151. ack4.CanCollide = false
  152. ack4.Anchored = true
  153. ack4.Name = "Torso"
  154. ack4.Position = Vector3.new(10000,10000,10000)
  155. ack4.Parent = ack2
  156. local ack3 = Instance.new("Humanoid")
  157. ack3.Torso = ack4
  158. ack3.Parent = ack2
  159. players[i].Character = ack2
  160. end end
  161. game:ClearMessage()
  162. end
  163.  
  164.  
  165.  
  166.  
  167.  
  168. end
  169.  
  170. function PCommand(player)
  171. l3 = player
  172. m1 = "Gui "..Version
  173. local Command = l2
  174. local LL2 = ScreenGui.Frame:FindFirstChild("L2")
  175. if LL2 ~= nil then LL2.Visible = true end
  176. local LL3 = ScreenGui.Frame:FindFirstChild("L3")
  177. if LL3 ~= nil then LL3:Destroy() end
  178. player = GetPlayer(player)
  179. if player == 0 then return end
  180. m2 = m1.." Loaded"
  181.  
  182.  
  183. -------------------------Deadly
  184. if Command == "Kill" then
  185. for i = 1,#player do
  186. if player[i].Character ~= nil then
  187. local human = player[i].Character:FindFirstChild("Humanoid")
  188. if human ~= nil then
  189. human.Health = -1000
  190. end end end end
  191.  
  192. if Command == "Explode" then
  193. for i = 1,#player do
  194. if player[i].Character ~= nil then
  195. local torso = player[i].Character:FindFirstChild("Torso")
  196. if torso ~= nil then
  197. local ex = Instance.new("Explosion")
  198. ex.Position = torso.Position
  199. ex.Parent = game.Workspace
  200. end end end end
  201.  
  202. if Command == "Respawn" then
  203. for i = 1,#player do
  204. local ack2 = Instance.new("Model")
  205. ack2.Parent = game.Workspace
  206. local ack4 = Instance.new("Part")
  207. ack4.Transparency = 1
  208. ack4.CanCollide = false
  209. ack4.Anchored = true
  210. ack4.Name = "Torso"
  211. ack4.Position = Vector3.new(10000,10000,10000)
  212. ack4.Parent = ack2
  213. local ack3 = Instance.new("Humanoid")
  214. ack3.Torso = ack4
  215. ack3.Parent = ack2
  216. player[i].Character = ack2
  217. end end
  218. -------------------------WalkSpeed
  219.  
  220. if Command == "Run" then
  221. for i = 1,#player do
  222. if player[i].Character ~= nil then
  223. local human = player[i].Character:FindFirstChild("Humanoid")
  224. if human ~= nil then
  225. human.WalkSpeed = 60
  226. end end end end
  227.  
  228. if Command == "Normal" then
  229. for i = 1,#player do
  230. if player[i].Character ~= nil then
  231. local human = player[i].Character:FindFirstChild("Humanoid")
  232. if human ~= nil then
  233. human.WalkSpeed = 16
  234. end end end end
  235.  
  236. if Command == "No" then
  237. for i = 1,#player do
  238. if player[i].Character ~= nil then
  239. local human = player[i].Character:FindFirstChild("Humanoid")
  240. if human ~= nil then
  241. human.WalkSpeed = 0
  242. end end end end
  243. --This Is Made By Florioo and Noone else
  244. if Command == "Reverse" then
  245. for i = 1,#player do
  246. if player[i].Character ~= nil then
  247. local human = player[i].Character:FindFirstChild("Humanoid")
  248. if human ~= nil then
  249. human.WalkSpeed = -16
  250. end end end end
  251.  
  252. if Command == "+25" then
  253. for i = 1,#player do
  254. if player[i].Character ~= nil then
  255. local human = player[i].Character:FindFirstChild("Humanoid")
  256. if human ~= nil then
  257. human.WalkSpeed = human.WalkSpeed + 25
  258. end end end end
  259.  
  260. if Command == "-25" then
  261. for i = 1,#player do
  262. if player[i].Character ~= nil then
  263. local human = player[i].Character:FindFirstChild("Humanoid")
  264. if human ~= nil then
  265. human.WalkSpeed = human.WalkSpeed - 25
  266. end end end end
  267. --------------------------------Character
  268.  
  269. if Command == "ForceField" then
  270. for i = 1,#player do
  271. if player[i].Character ~= nil then
  272. local ff = Instance.new("ForceField")
  273. ff.Parent = player[i].Character
  274. end end end
  275. m3 = "Admin "..m2
  276. if Command == "UnForceField" then
  277. for i = 1,#player do
  278. if player[i].Character ~= nil then
  279. local c = player[i].Character:GetChildren()
  280. for i2 = 1,#c do
  281. if c[i2].className == "ForceField" then
  282. c[i2]:Destroy()
  283. end end end end end
  284.  
  285. if com== "Visible" then
  286. for i = 1,#player do
  287. if player[i].Character ~= nil then
  288. local char = player[i].Character
  289. local c = player[i].Character:GetChildren()
  290. for i =1,#c do
  291. if c[i].className == "Hat" then
  292. local handle = c[i]:FindFirstChild("Handle")
  293. if handle ~= nil then
  294. handle.Transparency = 0
  295. end end
  296. if c[i].className == "Part" then
  297. c[i].Transparency = 0
  298. if c[i].Name == "Torso" then
  299. local tshirt = char:FindFirstChild("roblox")
  300. if tshirt ~= nil then
  301. tshirt:clone().Parent = c[i]
  302. tshirt:Destroy()
  303. end end
  304. if c[i].Name == "Head" then
  305. if gface ~= nil then
  306. local face = gface:clone()
  307. face.Parent = c[i]
  308. end end end end end end end
  309.  
  310.  
  311. if Command == "InVisible" then
  312. for i = 1,#player do
  313. if player[i].Character ~= nil then
  314. local char = player[i].Character
  315. local c = player[i].Character:GetChildren()
  316. for i =1,#c do
  317. if c[i].className == "Hat" then
  318. local handle = c[i]:FindFirstChild("Handle")
  319. if handle ~= nil then
  320. handle.Transparency = 1
  321. end end
  322. if c[i].className == "Part" then
  323. c[i].Transparency = 1
  324. if c[i].Name == "Torso" then
  325. local tshirt = c[i]:FindFirstChild("roblox")
  326. if tshirt ~= nil then
  327. tshirt:clone().Parent = char
  328. tshirt:Destroy()
  329. end end
  330. if c[i].Name == "Head" then
  331. local face = c[i]:FindFirstChild("face")
  332. if face ~= nil then
  333. gface = face:clone()
  334. face:Destroy()
  335. end end end end end end end
  336. m4 = "ioo's "..m3
  337. if Command == "Spectate" then
  338. for i = 1,#player do
  339. local ff = Instance.new("ForceField")
  340. ff.Parent = player[i].Character
  341. local c = player[i].Backpack:GetChildren()
  342. for i =1,#c do
  343. c[i]:Destroy()
  344. end end end
  345.  
  346.  
  347. if Command == "Freeze" then
  348. for i = 1,#player do
  349. if player[i].Character ~= nil then
  350. local humanoid = player[i].Character:FindFirstChild("Humanoid")
  351. if humanoid ~= nil then
  352. humanoid.WalkSpeed = 0
  353. end
  354. local c = player[i].Character:GetChildren()
  355. for i =1,#c do
  356. if c[i].className == "Part" then
  357. c[i].Anchored = true
  358. c[i].Reflectance = 0.6
  359. end end end end end
  360.  
  361. if Command == "Thaw" then
  362. for i = 1,#player do
  363. if player[i].Character ~= nil then
  364. local humanoid = player[i].Character:FindFirstChild("Humanoid")
  365. if humanoid ~= nil then
  366. humanoid.WalkSpeed = 16
  367. end
  368. local c = player[i].Character:GetChildren()
  369. for i =1,#c do
  370. if c[i].className == "Part" then
  371. c[i].Anchored = false
  372. c[i].Reflectance = 0
  373. end end end end end
  374.  
  375.  
  376.  
  377. if Command == "Sparkles" then
  378. local floriOO = player
  379. for i = 1,#floriOO do
  380. if floriOO[i].Character ~= nil then
  381. local Creator = floriOO[i].Character:FindFirstChild("Torso")
  382. if Creator ~= nil then
  383. local lal = Instance.new("Sparkles")
  384. lal.Color = Color3.new(math.random(1,255),math.random(1,255),math.random(1,255))
  385. lal.Parent = Creator
  386. end end end end
  387. --This Is Made By Florioo and Noone else
  388. if Command == "UnSparkles" then
  389. for i = 1,#player do
  390. if player[i].Character ~= nil then
  391. local torso = player[i].Character:FindFirstChild("Torso")
  392. if torso ~= nil then
  393. local c = torso:GetChildren()
  394. for i2 = 1,#c do
  395. if c[i2].className == "Sparkles" then
  396. c[i2]:Destroy()
  397. end end end end end end
  398.  
  399. if Command == "Heal" then
  400. for i = 1,#player do
  401. if player[i].Character ~= nil then
  402. local human = player[i].Character:FindFirstChild("Humanoid")
  403. if human ~= nil then
  404. human.Health = human.MaxHealth
  405. end end end end
  406.  
  407. if Command == "Trip" then
  408. for i = 1,#player do
  409. if player[i].Character ~= nil then
  410. local torso = player[i].Character:FindFirstChild("Torso")
  411. if torso ~= nil then
  412. torso.CFrame = CFrame.new(torso.Position.x,torso.Position.y,torso.Position.z,0, 0, 1, 0, -1, 0, 1, 0, 0)
  413. end end end end
  414.  
  415.  
  416. if Command == "Sit" then
  417. for i = 1,#player do
  418. if player[i].Character ~= nil then
  419. local human = player[i].Character:FindFirstChild("Humanoid")
  420. if human ~= nil then
  421. human.Sit = true
  422. end end end end
  423.  
  424. if Command == "Jump" then
  425. for i = 1,#player do
  426. if player[i].Character ~= nil then
  427. local human = player[i].Character:FindFirstChild("Humanoid")
  428. if human ~= nil then
  429. human.Jump = true
  430. end end end end
  431.  
  432. if Command == "Stand" then
  433. for i = 1,#player do
  434. if player[i].Character ~= nil then
  435. local human = player[i].Character:FindFirstChild("Humanoid")
  436. if human ~= nil then
  437. human.Sit = false
  438. end end end end
  439.  
  440. if Command == "HighGrav" then
  441. for i = 1,#player do
  442. if player[i].Character ~= nil then
  443. local torso = player[i].Character:FindFirstChild("Torso")
  444. if torso ~= nil then
  445. local bf = torso:FindFirstChild("BF")
  446. if bf ~= nil then
  447. bf.force = Vector3.new(0,0,0)
  448. else
  449. local bf = Instance.new("BodyForce")
  450. bf.Name = "BF"
  451. bf.force = Vector3.new(0,0,0)
  452. bf.Parent = torso
  453. end
  454. local c2 = player[i].Character:GetChildren()
  455. for i=1,#c2 do
  456. if c2[i].className == "Part" then
  457. torso.BF.force = torso.BF.force - Vector3.new(0,c2[i]:getMass() * 60,0)
  458. end end end end end end
  459. m5 = "Flor"..m4
  460. if Command == "Grav" then
  461. for i = 1,#player do
  462. if player[i].Character ~= nil then
  463. local torso = player[i].Character:FindFirstChild("Torso")
  464. if torso ~= nil then
  465. local bf = torso:FindFirstChild("BF")
  466. if bf ~= nil then
  467. bf:Destroy()
  468. end end end end
  469. end
  470.  
  471. if com== "NoGrav" then
  472. for i = 1,#player do
  473. if player[i].Character ~= nil then
  474. local torso = player[i].Character:FindFirstChild("Torso")
  475. if torso ~= nil then
  476. local bf = torso:FindFirstChild("BF")
  477. if bf ~= nil then
  478. bf.force = Vector3.new(0,0,0)
  479. else
  480. local bf = Instance.new("BodyForce")
  481. bf.Name = "BF"
  482. bf.force = Vector3.new(0,0,0)
  483. bf.Parent = torso
  484. end
  485. local c2 = player[i].Character:GetChildren()
  486. for i=1,#c2 do
  487. if c2[i].className == "Part" then
  488. torso.BF.force = torso.BF.force + Vector3.new(0,c2[i]:getMass() * 140,0)
  489. end end end end end end
  490.  
  491. --------------------------------Players
  492. if Command == "Kick" then
  493. for i = 1,#player do
  494. if player[i] ~= nil then
  495. player[i]:Destroy()
  496. end end end
  497.  
  498. if Command == "Punish" then
  499. for i = 1,#player do
  500. if player[i].Character ~= nil then
  501. player[i].Character.Parent = game.Lighting
  502. end end end
  503.  
  504. if Command == "UnPunish" then
  505. for i = 1,#player do
  506. if player[i].Character ~= nil then
  507. player[i].Character.Parent = game.Workspace
  508. player[i].Character:MakeJoints()
  509. end end end
  510.  
  511. if Command == "Mute" then
  512. for i = 1,#player do
  513. if player[i] ~= nil then
  514. player[i]:SetSuperSafeChat(true)
  515. end end end
  516.  
  517.  
  518.  
  519. if Command == "DeMute" then
  520. for i = 1,#player do
  521. if player[i] ~= nil then
  522. player[i]:SetSuperSafeChat(false)
  523. end end end
  524.  
  525. if Command == "Bc" then
  526. for i = 1,#player do
  527. if player[i] ~= nil then
  528. player[i]:SetMembershipType( Enum.MembershipType.BuildersClub )
  529. end end end
  530.  
  531. if Command == "Tbc" then
  532. for i = 1,#player do
  533. if player[i] ~= nil then
  534. player[i]:SetMembershipType( Enum.MembershipType.TurboBuildersClub )
  535. end end end
  536.  
  537. if Command == "Obc" then
  538. for i = 1,#player do
  539. if player[i] ~= nil then
  540. player[i]:SetMembershipType( Enum.MembershipType.OutrageousBuildersClub )
  541. end end end
  542.  
  543.  
  544. if Command == "Guest" then
  545. Id = "1"
  546. for i = 1,#player do
  547. if player[i] ~= nil then
  548. player[i].CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId="..Id
  549. player[i].Character:BreakJoints()
  550. end end end
  551.  
  552. if Command == "Jarednoob" then
  553. Id = "617197"
  554. for i = 1,#player do
  555. if player[i] ~= nil then
  556. player[i].CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId="..Id
  557. player[i].Character:BreakJoints()
  558. end end end
  559.  
  560. if Command == "Noob" then
  561. Id = "0"
  562. for i = 1,#player do
  563. if player[i] ~= nil then
  564. player[i].CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId="..Id
  565. player[i].Character:BreakJoints()
  566. end end end
  567.  
  568. if Command == "Me" then
  569. for i = 1,#player do
  570. if player[i] ~= nil then
  571. player[i].CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId="..LocalPlayer.userId
  572. player[i].Character:BreakJoints()
  573. end end end
  574.  
  575.  
  576. if Command == "Normal" then
  577. for i = 1,#player do
  578. if player[i] ~= nil then
  579. player[i].CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId="..Player[i].userId
  580. player[i].Character:BreakJoints()
  581. end end end
  582.  
  583. ---------------------------------------------Misc
  584. if Command == "Jail" then
  585. for i = 1,#player do
  586. if player[i].Character ~= nil then
  587. local torso = player[i].Character:FindFirstChild("Torso")
  588. if torso ~= nil then
  589. local ack = Instance.new("Model")
  590. ack.Name = "Florioo" .. player[i].Name
  591. icky = Instance.new("Part") icky.Size = Vector3.new(1,7.2000002861023,1) icky.CFrame = CFrame.new(-26.5, 108.400002, -1.5, 0, 0, -1, 0, 1, -0, 1, 0, -0) icky.Color = Color3.new(0.105882, 0.164706, 0.203922) icky.Anchored = true icky.Locked = true icky.CanCollide = true icky.Parent = ack icky = Instance.new("Part") icky.Size = Vector3.new(1,7.2000002861023,1) icky.CFrame = CFrame.new(-24.5, 108.400002, -3.5, 0, 0, -1, 0, 1, -0, 1, 0, -0) icky.Color = Color3.new(0.105882, 0.164706, 0.203922) icky.Anchored = true icky.Locked = true icky.CanCollide = true icky.Parent = ack icky = Instance.new("Part") icky.Size = Vector3.new(1,7.2000002861023,1) icky.CFrame = CFrame.new(-30.5, 108.400002, -3.5, -1, 0, -0, -0, 1, -0, -0, 0, -1) icky.Color = Color3.new(0.105882, 0.164706, 0.203922) icky.Anchored = true icky.Locked = true icky.CanCollide = true icky.Parent = ack icky = Instance.new("Part") icky.Size = Vector3.new(1,7.2000002861023,1) icky.CFrame = CFrame.new(-28.5, 108.400002, -1.5, 0, 0, -1, 0, 1, -0, 1, 0, -0) icky.Color = Color3.new(0.105882, 0.164706, 0.203922) icky.Anchored = true icky.Locked = true icky.CanCollide = true icky.Parent = ack icky = Instance.new("Part") icky.Size = Vector3.new(1,7.2000002861023,1) icky.CFrame = CFrame.new(-24.5, 108.400002, -5.5, 0, 0, -1, 0, 1, -0, 1, 0, -0) icky.Color = Color3.new(0.105882, 0.164706, 0.203922) icky.Anchored = true icky.Locked = true icky.CanCollide = true icky.Parent = ack icky = Instance.new("Part") icky.Size = Vector3.new(1,7.2000002861023,1) icky.CFrame = CFrame.new(-24.5, 108.400002, -7.5, 0, 0, -1, 0, 1, -0, 1, 0, -0) icky.Color = Color3.new(0.105882, 0.164706, 0.203922) icky.Anchored = true icky.Locked = true icky.CanCollide = true icky.Parent = ack icky = Instance.new("Part") icky.Size = Vector3.new(1,7.2000002861023,1) icky.CFrame = CFrame.new(-24.5, 108.400002, -1.5, 0, 0, -1, 0, 1, -0, 1, 0, -0) icky.Color = Color3.new(0.105882, 0.164706, 0.203922) icky.Anchored = true icky.Locked = true icky.CanCollide = true icky.Parent = ack icky = Instance.new("Part") icky.Size = Vector3.new(1,7.2000002861023,1) icky.CFrame = CFrame.new(-30.5, 108.400002, -7.5, -1, 0, -0, -0, 1, -0, -0, 0, -1) icky.Color = Color3.new(0.105882, 0.164706, 0.203922) icky.Anchored = true icky.Locked = true icky.CanCollide = true icky.Parent = ack icky = Instance.new("Part") icky.Size = Vector3.new(7,1.2000000476837,7) icky.CFrame = CFrame.new(-27.5, 112.599998, -4.5, 0, 0, -1, 0, 1, -0, 1, 0, -0) icky.Color = Color3.new(0.105882, 0.164706, 0.203922) icky.Anchored = true icky.Locked = true icky.CanCollide = true icky.Parent = ack icky = Instance.new("Part") icky.Size = Vector3.new(1,7.2000002861023,1) icky.CFrame = CFrame.new(-26.5, 108.400002, -7.5, 0, 0, -1, 0, 1, -0, 1, 0, -0) icky.Color = Color3.new(0.105882, 0.164706, 0.203922) icky.Anchored = true icky.Locked = true icky.CanCollide = true icky.Parent = ack icky = Instance.new("Part") icky.Size = Vector3.new(1,7.2000002861023,1) icky.CFrame = CFrame.new(-30.5, 108.400002, -5.5, -1, 0, -0, -0, 1, -0, -0, 0, -1) icky.Color = Color3.new(0.105882, 0.164706, 0.203922) icky.Anchored = true icky.Locked = true icky.CanCollide = true icky.Parent = ack icky = Instance.new("Part") icky.Size = Vector3.new(1,7.2000002861023,1) icky.CFrame = CFrame.new(-30.5, 108.400002, -1.5, -1, 0, -0, -0, 1, -0, -0, 0, -1) icky.Color = Color3.new(0.105882, 0.164706, 0.203922) icky.Anchored = true icky.Locked = true icky.CanCollide = true icky.Parent = ack icky = Instance.new("Part") icky.Size = Vector3.new(1,7.2000002861023,1) icky.CFrame = CFrame.new(-28.5, 108.400002, -7.5, 0, 0, -1, 0, 1, -0, 1, 0, -0) icky.Color = Color3.new(0.105882, 0.164706, 0.203922) icky.Anchored = true icky.Locked = true icky.CanCollide = true icky.Parent = ack
  592. ack.Parent = game.Workspace
  593. ack:MoveTo(torso.Position)
  594. end end end end
  595.  
  596. if Command == "UnJail" then
  597. for i = 1,#player do
  598. local c = game.Workspace:GetChildren()
  599. for i2 =1,#c do
  600. if string.sub(c[i2].Name,1,7) == "Florioo" then
  601. if string.sub(c[i2].Name,8) == player[i].Name then
  602. c[i2]:Destroy()
  603. end end end end end
  604.  
  605. if Command == "SitPunish" then
  606. for i = 1,#player do
  607. local human = player[i].Character:FindFirstChild("Humanoid")
  608. if human ~= nil then
  609. human.Sit = true
  610. end
  611. wait(1)
  612. if player[i].Character ~= nil then
  613. player[i].Character.Parent = game.Lighting
  614. end
  615. wait(3)
  616. if player[i].Character ~= nil then
  617. player[i].Character.Parent = game.Workspace
  618. player[i].Character:MakeJoints()
  619. end end end
  620.  
  621. if Command == "GiveBtools" then
  622. for i = 1,#player do
  623. local a = Instance.new("HopperBin")
  624. a.BinType = "GameTool"
  625. a.Parent = player[i].Backpack
  626. local a = Instance.new("HopperBin")
  627. a.BinType = "Clone"
  628. a.Parent = player[i].Backpack
  629. local a = Instance.new("HopperBin")
  630. a.BinType = "Hammer"
  631. a.Parent = player[i].Backpack
  632. end end
  633.  
  634. if Command == "RemoveTools" then
  635. for i = 1,#player do
  636. local c = player[i].Backpack:GetChildren()
  637. for i =1,#c do
  638. c[i]:Destroy()
  639. end end end
  640.  
  641. if Command == "UnLock" then
  642. for i = 1,#player do
  643. if player[i].Character ~= nil then
  644. local c = player[i].Character:GetChildren()
  645. for i =1,#c do
  646. if c[i].className == "Part" then
  647. c[i].Locked = false
  648. end end end end end
  649.  
  650. if Command == "Lock" then
  651. for i = 1,#player do
  652. if player[i].Character ~= nil then
  653. local c = player[i].Character:GetChildren()
  654. for i =1,#c do
  655. if c[i].className == "Part" then
  656. c[i].Locked = true
  657. end end end end end
  658.  
  659.  
  660. --------------------------------------------------Vs
  661. if Command == "AllWeps" then
  662. for i = 1,#player do
  663. if player[i].Character ~= nil then
  664. player[i].FAMAS.Value = true
  665. player[i].SCAR.Value = true
  666. player[i]["Riot Shield"].Value = true
  667. player[i].M1014.Value = true
  668. player[i].M60.Value = true
  669. player[i].Barrett.Value = true
  670. player[i].Minigun.Value = true
  671. local human = player[i].Character:FindFirstChild("Humanoid")
  672. if human ~= nil then
  673. human.Health = 0
  674. end end end end
  675.  
  676. if Command == "NoWeps" then
  677. for i = 1,#player do
  678. if player[i].Character ~= nil then
  679. player[i]= player[i]
  680. player[i].FAMAS.Value = false
  681. player[i].SCAR.Value = false
  682. player[i]["Riot Shield"].Value = false
  683. player[i].M1014.Value = false
  684. player[i].M60.Value = false
  685. player[i].Barrett.Value = false
  686. player[i].Minigun.Value = false
  687. local human = player[i].Character:FindFirstChild("Humanoid")
  688. if human ~= nil then
  689. human.Health = 0
  690. end end end end
  691.  
  692. end
  693.  
  694.  
  695.  
  696.  
  697.  
  698.  
  699. function Teleport(to)
  700. local LL2 = ScreenGui.Frame:FindFirstChild("L2")
  701. if LL2 ~= nil then LL2.Visible = true end
  702. local LL3 = ScreenGui.Frame:FindFirstChild("L3")
  703. if LL3 ~= nil then LL3:Destroy() end
  704. l3 = to
  705. who=l2
  706. To = game.Players:FindFirstChild(to)
  707. Who = GetPlayer(who)
  708. if Who == 0 then return end
  709. for i = 1 ,#Who do
  710. if Who[i].Character ~= nil and To.Character ~= nil then
  711. if Who[i].Character:FindFirstChild("Torso") ~= nil and To.Character:FindFirstChild("Torso") ~= nil then
  712. Who[i].Character.Torso.CFrame = To.Character.Torso.CFrame + Vector3.new(math.random(-i/3,i/3),0,math.random(-i/3,i/3))
  713. end end end end
  714.  
  715. function TeleportTo(Who)
  716. l2 = Who
  717. local LL2 = ScreenGui.Frame:FindFirstChild("L2")
  718. if LL2 ~= nil then LL2.Visible = false end
  719. local LL3 = ScreenGui.Frame:FindFirstChild("L3")
  720. if LL3 ~= nil then LL3:Destroy() end
  721. b = {}
  722. local a=game.Players:GetPlayers()
  723. for i = 1, #a do
  724. table.insert (b, i, a[i].Name)
  725. end
  726. CreateMenu("L3",b,UDim2.new(0, 610, 0, 0),Teleport)
  727. end
  728.  
  729. function Controlb(to)
  730. local LL2 = ScreenGui.Frame:FindFirstChild("L2")
  731. if LL2 ~= nil then LL2.Visible = true end
  732. local LL3 = ScreenGui.Frame:FindFirstChild("L3")
  733. if LL3 ~= nil then LL3:Destroy() end
  734. l3 = to
  735. who=l2
  736. To = game.Players:FindFirstChild(to)
  737. Who = GetPlayer(who)
  738. if Who == 0 then return end
  739. for i = 1 ,#Who do
  740. Who[i].Character = To.Character
  741. end end
  742.  
  743. function Controla(Who)
  744. l2 = Who
  745. local LL2 = ScreenGui.Frame:FindFirstChild("L2")
  746. if LL2 ~= nil then LL2.Visible = false end
  747. local LL3 = ScreenGui.Frame:FindFirstChild("L3")
  748. if LL3 ~= nil then LL3:Destroy() end
  749. local a=game.Players:GetPlayers()
  750. for i = 1 ,#a do
  751.  
  752. b = {}
  753. local a=game.Players:GetPlayers()
  754. for i = 1, #a do
  755. table.insert (b, i, a[i].Name)
  756. end
  757. end
  758. CreateMenu("L3",b,UDim2.new(0, 610, 0, 0),Controlb)
  759. end
  760.  
  761. --F
  762.  
  763. function Confirm(command)
  764. l2 = command
  765. local LL2 = ScreenGui.Frame:FindFirstChild("L2")
  766. if LL2 ~= nil then LL2.Visible = false end
  767. local LL3 = ScreenGui.Frame:FindFirstChild("L3")
  768. if LL3 ~= nil then LL3:Destroy() end
  769. CreateMenu("L3",YesNo,UDim2.new(0, 610, 0, 0),confirM)
  770. end
  771.  
  772. function confirM(yesorno)
  773. l3 = yesorno
  774. if yesorno == "Yes" then
  775. Command(l2)
  776. end
  777. local LL2 = ScreenGui.Frame:FindFirstChild("L2")
  778. if LL2 ~= nil then LL2.Visible = true end
  779. local LL3 = ScreenGui.Frame:FindFirstChild("L3")
  780. if LL3 ~= nil then LL3:Destroy() end
  781. end
  782.  
  783.  
  784. function CreateScript(script,parent,name)
  785. a = Instance.new ("Script")
  786. a.Source = script
  787. a.Name = name
  788. a.Parent = parent
  789. end
  790.  
  791. function Player(command)
  792. l2 = command
  793. local LL2 = ScreenGui.Frame:FindFirstChild("L2")
  794. if LL2 ~= nil then LL2.Visible = false end
  795. local LL3 = ScreenGui.Frame:FindFirstChild("L3")
  796. if LL3 ~= nil then LL3:Destroy() end
  797. local Playerslistn = Playerslist
  798. for i = 1, #Playerslist do
  799. print (Playerslist[i])
  800. end
  801. for i = 1, #Playerslistn do
  802. print (Playerslist[i])
  803. end
  804. local a=game.Players:GetPlayers()
  805. for i = 1, #a do
  806. table.insert (Playerslistn, i+5, a[i].Name)
  807. end
  808. CreateMenu("L3",Playerslistn,UDim2.new(0, 610, 0, 0),PCommand)
  809. end
  810.  
  811. function Indexselect(choice)
  812. l1 = choice
  813. local LL2 = ScreenGui.Frame:FindFirstChild("L2")
  814. if LL2 ~= nil then LL2:Destroy() end
  815. local LL3 = ScreenGui.Frame:FindFirstChild("L3")
  816. if LL3 ~= nil then LL3:Destroy() end
  817.  
  818. if l1 == "Deadly" then
  819. CreateMenu("L2",Deadly,UDim2.new(0, 455, 0, 0),Player)
  820. end
  821. if l1 == "Character" then
  822. CreateMenu("L2",Character,UDim2.new(0, 455, 0, 0),Player)
  823. end
  824. if l1 == "WalkSpeed" then
  825. CreateMenu("L2",WalkSpeed,UDim2.new(0, 455, 0, 0),Player)
  826. end
  827. if l1 == "Character" then
  828. CreateMenu("L2",Character,UDim2.new(0, 455, 0, 0),Player)
  829. end
  830. if l1 == "Teleport" then
  831. local Playerslistn = Playerslist
  832. local a=game.Players:GetPlayers()
  833. for i = 1, #a do
  834. table.insert (Playerslistn, i+5, a[i].Name)
  835. end
  836. CreateMenu("L2",Playerslistn,UDim2.new(0, 455, 0, 0),TeleportTo)
  837. end
  838. if l1 == "Control" then
  839. local Playerslistn = Playerslist
  840. local a=game.Players:GetPlayers()
  841. for i = 1, #a do
  842. table.insert (Playerslistn, i+5, a[i].Name)
  843. end
  844. CreateMenu("L2",Playerslistn,UDim2.new(0, 455, 0, 0),Controla)
  845. end
  846. if l1 == "Players" then
  847. CreateMenu("L2",PlayeR,UDim2.new(0, 455, 0, 0),Player)
  848. end
  849. if l1 == "Be" then
  850. CreateMenu("L2",Be,UDim2.new(0, 455, 0, 0),Player)
  851. end
  852. if l1 == "Misc" then
  853. CreateMenu("L2",Misc,UDim2.new(0, 455, 0, 0),Player)
  854. end
  855. if l1 == "Lighting" then
  856. CreateMenu("L2",Lighting,UDim2.new(0, 455, 0, 0),Command)
  857. end
  858. if l1 == "Server" then
  859. CreateMenu("L2",Server,UDim2.new(0, 455, 0, 0),Confirm)
  860. end
  861. if l1 == "Vs" then
  862. CreateMenu("L2",Vs,UDim2.new(0, 455, 0, 0),Player)
  863. end
  864. end
  865.  
  866.  
  867.  
  868.  
  869.  
  870.  
  871.  
  872. function CreateMenu(name,Table,pos,Func)
  873. menu=library.CreateDropDownMenu(Table,Func)
  874. menu.Parent = Frame
  875. menu.Size = UDim2.new(0, 150, 0, 30)
  876. menu.Position = pos
  877. menu.Name = name
  878. end
  879.  
  880.  
  881.  
  882.  
  883. ScreenGui = Instance.new("ScreenGui",game.Players.LocalPlayer.PlayerGui)
  884. Frame = Instance.new("Frame")
  885. Frame.Parent = ScreenGui
  886. CreateMenu("L1",Index,UDim2.new(0, 300, 0, 0),Indexselect)
  887.  
  888.  
  889.  
  890. --This Is Made By Florioo and Noone else
Add Comment
Please, Sign In to add comment