FriskyYoutube

Frisky's GUI

Feb 27th, 2020
248
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 205.78 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version: 3.2
  3.  
  4. -- Instances:
  5.  
  6. local ScreenGui = Instance.new("ScreenGui")
  7. local OpenFrame = Instance.new("Frame")
  8. local Open = Instance.new("TextButton")
  9. local MainFrame = Instance.new("Frame")
  10. local BeautyA = Instance.new("Frame")
  11. local BeautyB = Instance.new("Frame")
  12. local Close = Instance.new("TextButton")
  13. local Credits = Instance.new("TextLabel")
  14. local TextLabel = Instance.new("TextLabel")
  15. local Btools = Instance.new("TextButton")
  16. local InfiniteAdmin = Instance.new("TextButton")
  17. local TextingSimulatorInfiniteMoney = Instance.new("TextButton")
  18. local NothingYet = Instance.new("TextButton")
  19. local NothingYet_2 = Instance.new("TextButton")
  20. local NothingYet_3 = Instance.new("TextButton")
  21.  
  22. --Properties:
  23.  
  24. ScreenGui.Parent = game.CoreGui
  25. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  26.  
  27. OpenFrame.Name = "OpenFrame"
  28. OpenFrame.Parent = ScreenGui
  29. OpenFrame.Active = true
  30. OpenFrame.BackgroundColor3 = Color3.fromRGB(255, 5, 243)
  31. OpenFrame.Position = UDim2.new(0, 0, 0.690355301, 0)
  32. OpenFrame.Size = UDim2.new(0, 87, 0, 37)
  33.  
  34. Open.Name = "Open"
  35. Open.Parent = OpenFrame
  36. Open.BackgroundColor3 = Color3.fromRGB(239, 15, 255)
  37. Open.Position = UDim2.new(0.0689654723, 0, 0.108108118, 0)
  38. Open.Size = UDim2.new(0, 75, 0, 28)
  39. Open.Font = Enum.Font.Cartoon
  40. Open.Text = "Open"
  41. Open.TextColor3 = Color3.fromRGB(0, 0, 0)
  42. Open.TextSize = 18.000
  43. Open.MouseButton1Down:Connect(function()
  44. MainFrame.Visible = true
  45. OpenFrame.Visible = false
  46. end)
  47.  
  48.  
  49. MainFrame.Name = "MainFrame"
  50. MainFrame.Parent = ScreenGui
  51. MainFrame.Active = true
  52. MainFrame.BackgroundColor3 = Color3.fromRGB(219, 12, 255)
  53. MainFrame.BorderSizePixel = 0
  54. MainFrame.Position = UDim2.new(0.277546763, 0, 0.203351244, 0)
  55. MainFrame.Size = UDim2.new(0, 428, 0, 254)
  56. MainFrame.Visible = false
  57. MainFrame.Draggable = true
  58.  
  59. BeautyA.Name = "BeautyA"
  60. BeautyA.Parent = MainFrame
  61. BeautyA.BackgroundColor3 = Color3.fromRGB(255, 11, 211)
  62. BeautyA.BorderSizePixel = 0
  63. BeautyA.Size = UDim2.new(0, 428, 0, 31)
  64.  
  65. BeautyB.Name = "BeautyB"
  66. BeautyB.Parent = MainFrame
  67. BeautyB.BackgroundColor3 = Color3.fromRGB(255, 11, 211)
  68. BeautyB.BorderSizePixel = 0
  69. BeautyB.Position = UDim2.new(0, 0, 0.877952754, 0)
  70. BeautyB.Size = UDim2.new(0, 428, 0, 31)
  71.  
  72. Close.Name = "Close"
  73. Close.Parent = MainFrame
  74. Close.BackgroundColor3 = Color3.fromRGB(255, 17, 252)
  75. Close.BorderSizePixel = 0
  76. Close.Position = UDim2.new(0.887850463, 0, 0, 0)
  77. Close.Size = UDim2.new(0, 48, 0, 31)
  78. Close.Font = Enum.Font.SourceSans
  79. Close.Text = "X"
  80. Close.TextColor3 = Color3.fromRGB(0, 0, 0)
  81. Close.TextScaled = true
  82. Close.TextSize = 14.000
  83. Close.TextWrapped = true
  84. Close.MouseButton1Down:Connect(function()
  85. OpenFrame.Visible = true
  86. MainFrame.Visible = false  
  87. end)
  88.  
  89. Credits.Name = "Credits"
  90. Credits.Parent = MainFrame
  91. Credits.BackgroundColor3 = Color3.fromRGB(255, 20, 255)
  92. Credits.BackgroundTransparency = 1.000
  93. Credits.BorderSizePixel = 0
  94. Credits.Position = UDim2.new(0, 0, 0.877952754, 0)
  95. Credits.Size = UDim2.new(0, 428, 0, 31)
  96. Credits.Font = Enum.Font.SourceSans
  97. Credits.Text = "Script's aren't mine, GUI made by FriskyYoutube"
  98. Credits.TextColor3 = Color3.fromRGB(0, 0, 0)
  99. Credits.TextSize = 18.000
  100. Credits.TextWrapped = true
  101.  
  102. TextLabel.Parent = MainFrame
  103. TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  104. TextLabel.BackgroundTransparency = 1.000
  105. TextLabel.Position = UDim2.new(0.25, 0, 0, 0)
  106. TextLabel.Size = UDim2.new(0, 214, 0, 31)
  107. TextLabel.Font = Enum.Font.SourceSans
  108. TextLabel.Text = "Frisky's GUI"
  109. TextLabel.TextColor3 = Color3.fromRGB(0, 0, 0)
  110. TextLabel.TextSize = 18.000
  111.  
  112. Btools.Name = "Btools"
  113. Btools.Parent = MainFrame
  114. Btools.BackgroundColor3 = Color3.fromRGB(255, 0, 132)
  115. Btools.Position = UDim2.new(0.677570105, 0, 0.244094491, 0)
  116. Btools.Size = UDim2.new(0, 124, 0, 44)
  117. Btools.Font = Enum.Font.Cartoon
  118. Btools.Text = "Btools"
  119. Btools.TextColor3 = Color3.fromRGB(0, 0, 0)
  120. Btools.TextScaled = true
  121. Btools.TextSize = 14.000
  122. Btools.TextWrapped = true
  123. Btools.MouseButton1Down:Connect(function()
  124.     Instance.new("HopperBin", game.Players.LocalPlayer.Backpack).BinType = 2
  125. Instance.new("HopperBin", game.Players.LocalPlayer.Backpack).BinType = 3
  126. Instance.new("HopperBin", game.Players.LocalPlayer.Backpack).BinType = 4
  127. end)
  128.  
  129. InfiniteAdmin.Name = "InfiniteAdmin"
  130. InfiniteAdmin.Parent = MainFrame
  131. InfiniteAdmin.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  132. InfiniteAdmin.Position = UDim2.new(0.0303738527, 0, 0.244094491, 0)
  133. InfiniteAdmin.Size = UDim2.new(0, 124, 0, 44)
  134. InfiniteAdmin.Font = Enum.Font.Cartoon
  135. InfiniteAdmin.Text = "Infinite Admin"
  136. InfiniteAdmin.TextColor3 = Color3.fromRGB(0, 0, 0)
  137. InfiniteAdmin.TextScaled = true
  138. InfiniteAdmin.TextSize = 14.000
  139. InfiniteAdmin.TextWrapped = true
  140. InfiniteAdmin.MouseButton1Down:Connect(function()
  141.     ---------------------------------------------------------------
  142. ---------------------------------------------------------------
  143. --  _____       __ _       _ _        __   ___      _     _  --
  144. -- |_   _|     / _(_)     (_) |       \ \ / (_)    | |   | | --
  145. --   | | _ __ | |_ _ _ __  _| |_ ___   \ V / _  ___| | __| | --
  146. --   | || '_ \|  _| | '_ \| | __/ _ \   \ / | |/ _ \ |/ _` | --
  147. --  _| || | | | | | | | | | | ||  __/   | | | |  __/ | (_| | --
  148. --  \___/_| |_|_| |_|_| |_|_|\__\___|   \_/ |_|\___|_|\__,_| --
  149. --                                                           --
  150. ---------------------------------------------------------------
  151. ---------------------------------------------------------------
  152. ---------------------------Version 4---------------------------
  153. ---------------------------------------------------------------
  154. ---------------------IoIman616---Edge#3467---------------------
  155. -------------Desiredusername1233--bluntboomer#1259-------------
  156. --------------------sweg2hip----Master#9156--------------------
  157. ---------------------------------------------------------------
  158.  
  159. --The message system was created by HARKINIAN @ V3RMILLION
  160. --Bang and fly is from rocky2u
  161. --Thank you for support everyone
  162.  
  163. local gCoreGui = game:GetService('CoreGui')
  164. local gPlayers = game:GetService('Players')
  165. local gLighting = game:GetService('Lighting')
  166. local gWorkspace = game:GetService('Workspace')
  167. local Player = game.Players.LocalPlayer
  168. local Mouse = Player:GetMouse()
  169. local char = Player.Character
  170. local LP = gPlayers.LocalPlayer
  171. local gPlayers = game:GetService("Players")
  172. local admin = gPlayers.LocalPlayer.Name
  173. local _players = game:GetService('Players')
  174. MSGhook = false
  175. cmdbarpos = '1'
  176. cmdbarpos2 = '-24'
  177. cmdbarpos3 = '0'
  178. cmdbarpos4 = '5'
  179. local services={}
  180. local cmds={}
  181. local std={}
  182. local loopkillT = {}
  183. local rainbowT = {}
  184. local disabletoolsT = {}
  185. local banT = {}
  186. local admins = {}
  187. print("turtleman4real put this in pastebin >.<")
  188. function FIND_CHILD(PATH, NAME) if PATH:FindFirstChild(NAME) then return true end return false end
  189. local Version = '4.0'
  190. wait(0.1)
  191. services.players=gPlayers
  192. services.lighting=game:GetService('Lighting')
  193. services.workspace=game:GetService('Workspace')
  194. services.events = {}
  195. local user = gPlayers.LocalPlayer
  196. local gCoreGui = game:GetService('CoreGui')
  197. local gPlayers = game:GetService('Players')
  198. local gLighting = game:GetService('Lighting')
  199. local gWorkspace = game:GetService('Workspace')
  200. local cmdprefix=';'
  201. local scriptprefix='\\'
  202. local split=" "
  203. local Checked = Instance.new("BoolValue")
  204. Checked.Name = "notify"
  205. Checked.Value = true
  206. Checked.Parent = game.CoreGui
  207. local Checked2 = Instance.new("BoolValue")
  208. Checked2.Name = "allowfriends"
  209. Checked2.Value = true
  210. Checked2.Parent = game.CoreGui
  211. local Checked3 = Instance.new("BoolValue")
  212. Checked3.Name = "JLnotify"
  213. Checked3.Value = true
  214. Checked3.Parent = game.CoreGui
  215. local Mtime = Instance.new("IntValue")
  216. Mtime.Name = "MSGtime"
  217. Mtime.Value = 7 -- this is adjustable in settings (default is 7 seconds)
  218. Mtime.Parent = game.CoreGui
  219. slock = false
  220.  
  221. local origsettings = {abt = game.Lighting.Ambient, brt = game.Lighting.Brightness, time =
  222. game.Lighting.TimeOfDay, fclr = game.Lighting.FogColor, fe =
  223. game.Lighting.FogEnd, fs = game.Lighting.FogStart}
  224.  
  225. function FindTable(Table, Name)
  226.     for i,v in pairs(Table) do
  227.         if v == Name then
  228.             return true
  229.         end
  230.     end
  231.     return false
  232. end
  233. function GetInTable(Table, Name)
  234.     for i = 1, #Table do
  235.         if Table[i] == Name then
  236.             return i
  237.         end
  238.     end
  239.     return false
  240. end
  241. game:GetService('RunService').Stepped:connect(function()
  242. for _, child in pairs( workspace:GetChildren()) do
  243.     if MSGhook == false and child.ClassName == "Message" and child.Name ~= "IYmessage" then
  244.         child.Name = "IYmessage"
  245.         child.Text = ''
  246.         MSGhook = true
  247.     end
  248. end
  249. end)
  250. wait(0.5)
  251. game:GetService('RunService').Stepped:connect(function()
  252. if workspace:FindFirstChild("IYmessage") then
  253.     MSGhook = true
  254. else
  255.     MSGhook = false
  256. end
  257. end)
  258. game:GetService('RunService').Stepped:connect(function()
  259.         if MSGhook == true and workspace.IYmessage.Text == '' then
  260.             for _, child in pairs( game.Lighting:GetChildren()) do
  261.             if child.Name == "IYmblur" then
  262.         child:Destroy()
  263.     end
  264. end
  265.         end
  266. end)
  267.  
  268. game:GetService('RunService').Stepped:connect(function()
  269.     for i,v in pairs(_players:GetPlayers()) do
  270.         if FindTable(loopkillT, v.Name) then
  271.             v.Character:BreakJoints()
  272.         end
  273.     end
  274. end)
  275.  
  276. game:GetService('RunService').Stepped:connect(function()
  277.     for i,v in pairs(_players:GetPlayers()) do
  278.         if FindTable(rainbowT, v.Name) then
  279.             v.Neutral = false
  280.             v.TeamColor = BrickColor.random()
  281.         end
  282.     end
  283. end)
  284. local FLYING = false
  285. game:GetService('RunService').Stepped:connect(function()
  286. if LP.Character and LP.Character:FindFirstChild('Humanoid') then
  287.     LP.Character.Humanoid.Died:connect(function() FLYING = false end)
  288.     repeat wait() until LP.Character.Humanoid.Health > 0
  289. end
  290. end)
  291. function sFLY()
  292.     repeat wait() until LP and LP.Character and LP.Character:FindFirstChild('Torso') and LP.Character:FindFirstChild('Humanoid')
  293.     repeat wait() until Mouse
  294.    
  295.     local T = LP.Character.Torso
  296.     local CONTROL = {F = 0, B = 0, L = 0, R = 0}
  297.     local lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  298.     local SPEED = 0
  299.    
  300.     local function FLY()
  301.         FLYING = true
  302.         local BG = Instance.new('BodyGyro', T)
  303.         local BV = Instance.new('BodyVelocity', T)
  304.         BG.P = 9e4
  305.         BG.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  306.         BG.cframe = T.CFrame
  307.         BV.velocity = Vector3.new(0, 0.1, 0)
  308.         BV.maxForce = Vector3.new(9e9, 9e9, 9e9)
  309.         spawn(function()
  310.         repeat wait()
  311.         LP.Character.Humanoid.PlatformStand = true
  312.         if CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0 then
  313.         SPEED = 50
  314.         elseif not (CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0) and SPEED ~= 0 then
  315.         SPEED = 0
  316.         end
  317. if (CONTROL.L + CONTROL.R) ~= 0 or (CONTROL.F + CONTROL.B) ~= 0 then
  318. BV.velocity = ((workspace.CurrentCamera.CoordinateFrame.lookVector * (CONTROL.F + CONTROL.B)) + ((workspace.CurrentCamera.CoordinateFrame * CFrame.new(CONTROL.L + CONTROL.R, (CONTROL.F + CONTROL.B) * 0.2, 0).p) - workspace.CurrentCamera.CoordinateFrame.p)) * SPEED
  319. lCONTROL = {F = CONTROL.F, B = CONTROL.B, L = CONTROL.L, R = CONTROL.R}
  320. elseif (CONTROL.L + CONTROL.R) == 0 and (CONTROL.F + CONTROL.B) == 0 and SPEED ~= 0 then
  321. BV.velocity = ((workspace.CurrentCamera.CoordinateFrame.lookVector * (lCONTROL.F + lCONTROL.B)) + ((workspace.CurrentCamera.CoordinateFrame * CFrame.new(lCONTROL.L + lCONTROL.R, (lCONTROL.F + lCONTROL.B) * 0.2, 0).p) - workspace.CurrentCamera.CoordinateFrame.p)) * SPEED
  322. else
  323. BV.velocity = Vector3.new(0, 0.1, 0)
  324. end
  325.     BG.cframe = workspace.CurrentCamera.CoordinateFrame
  326.             until not FLYING
  327.             CONTROL = {F = 0, B = 0, L = 0, R = 0}
  328.             lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  329.             SPEED = 0
  330.             BG:destroy()
  331.             BV:destroy()
  332.             LP.Character.Humanoid.PlatformStand = false
  333.         end)
  334.     end
  335.     Mouse.KeyDown:connect(function(KEY)
  336.         if KEY:lower() == 'w' then
  337.             CONTROL.F = 1
  338.         elseif KEY:lower() == 's' then
  339.             CONTROL.B = -1
  340.         elseif KEY:lower() == 'a' then
  341.             CONTROL.L = -1
  342.         elseif KEY:lower() == 'd' then
  343.             CONTROL.R = 1
  344.         end
  345.     end)
  346.     Mouse.KeyUp:connect(function(KEY)
  347.         if KEY:lower() == 'w' then
  348.             CONTROL.F = 0
  349.         elseif KEY:lower() == 's' then
  350.             CONTROL.B = 0
  351.         elseif KEY:lower() == 'a' then
  352.             CONTROL.L = 0
  353.         elseif KEY:lower() == 'd' then
  354.             CONTROL.R = 0
  355.         end
  356.     end)
  357.     FLY()
  358. end
  359. function NOFLY()
  360.     FLYING = false
  361.     LP.Character.Humanoid.PlatformStand = false
  362. end
  363. game:GetService('RunService').Stepped:connect(function()
  364.         for i,n in pairs(_players:GetPlayers()) do
  365.         if FindTable(disabletoolsT, n.Name) then
  366.         for i,v in pairs(n.Backpack:GetChildren()) do
  367.             if v:IsA('Tool') or v:IsA('HopperBin') then
  368.                 v:destroy()
  369.             end
  370.         for i,v in pairs(n.Character:GetChildren()) do
  371.             if v:IsA('Tool') or v:IsA('HopperBin') then
  372.                 v:destroy()
  373.             end
  374.         end
  375.     end
  376. end
  377. end
  378. end)
  379.  
  380. -------------------------------------------
  381. ------------Player Joined/Left-------------
  382. -------------------------------------------
  383. waitTime=5
  384. function PlayerEntered(Player)
  385.     if Player ~= nil and game.CoreGui.JLnotify.Value == true then
  386.         local runDummyScript = function(f,scri)
  387. local oldenv = getfenv(f)
  388. local newenv = setmetatable({}, {
  389. __index = function(_, k)
  390. if k:lower() == 'script' then
  391. return scri
  392. else
  393. return oldenv[k]
  394. end
  395. end
  396. })
  397. setfenv(f, newenv)
  398. ypcall(function() f() end)
  399. end
  400. cors = {}
  401. mas = Instance.new("Model",game:GetService("Lighting"))
  402. mas.Name = "CompiledModel"
  403. o1 = Instance.new("ScreenGui")
  404. o2 = Instance.new("Decal")
  405. o3 = Instance.new("Frame")
  406. o4 = Instance.new("ImageLabel")
  407. o5 = Instance.new("TextBox")
  408. o1.Name = "PlayerEntered"
  409. o1.Parent = mas
  410. o2.Parent = o1
  411. o2.Texture = "http://www.roblox.com/thumbs/avatar.ashx?x=150&y=200&format=png&username=Roblox&RAND=7474"
  412. o3.Parent = o1
  413. o3.Position = UDim2.new(0,-360,0,400)
  414. o3.Size = UDim2.new(0,350,0,100)
  415. o3.Style = Enum.FrameStyle.RobloxSquare
  416. o3.Position = UDim2.new(0,-360,0,400)
  417. o3.BackgroundColor3 = Color3.new(0.658824, 0.654902, 0.666667)
  418. o4.Parent = o3
  419. o4.Size = UDim2.new(0,90,1,0)
  420. o4.BackgroundColor3 = Color3.new(1, 1, 1)
  421. o4.BackgroundTransparency = 0.89999997615814
  422. o4.BorderColor3 = Color3.new(0, 0, 0)
  423. o4.Image = "http://www.roblox.com/thumbs/avatar.ashx?x=150&y=200&format=png&username=Roblox&RAND=7474"
  424. o5.Parent = o3
  425. o5.Position = UDim2.new(0,100,0,0)
  426. o5.Size = UDim2.new(0,230,1,0)
  427. o5.Text = "-Playername- Joined the Game"
  428. o5.Position = UDim2.new(0,100,0,0)
  429. o5.Active = false
  430. o5.BackgroundColor3 = Color3.new(1, 1, 1)
  431. o5.BackgroundTransparency = 0.89999997615814
  432. o5.BorderColor3 = Color3.new(0, 0, 0)
  433. o5.Font = Enum.Font.ArialBold
  434. o5.FontSize = Enum.FontSize.Size14
  435. o5.TextColor3 = Color3.new(1, 1, 1)
  436. o5.TextStrokeTransparency = 0
  437. mas.Parent = workspace
  438. mas:MakeJoints()
  439. local mas1 = mas:GetChildren()
  440. for i=1,#mas1 do
  441.     mas1[i].Parent = game.Players.LocalPlayer.PlayerGui
  442.     ypcall(function() mas1[i]:MakeJoints() end)
  443. end
  444. mas:Destroy()
  445. for i=1,#cors do
  446. spawn(cors[i])
  447. end
  448. wait(0.5)
  449. o2.Parent.Frame.Visible=false
  450.         link = "http://www.roblox.com/thumbs/avatar.ashx?x=150&y=200&format=png&username="
  451.         o2.Parent.Frame.ImageLabel.Image = link .. Player.Name .. "&RAND=" .. math.random(1,100000)
  452.         o2.Parent.Frame.TextBox.Text= Player.Name .. " Joined"
  453.         o2.Parent.Frame.Visible=true
  454.         o2.Parent.Frame:TweenPosition(UDim2.new(0,0,0,400),"Out","Quint",0.3,true)
  455.         wait(waitTime)
  456.         o2.Parent.Frame:TweenPosition(UDim2.new(0,-360,0,400),"Out","Quint",0.3,true)
  457.         wait(1)
  458.         o1:Destroy()
  459.         for _, child in pairs( game.Players.LocalPlayer.PlayerGui:GetChildren()) do
  460.     if child.Name == "PlayerEntered" then
  461.         child.Frame:TweenPosition(UDim2.new(0,-360,0,400),"Out","Quint",0.3,true)
  462. wait(1)
  463.         child:Destroy()
  464.     end
  465. end
  466.     end
  467. end
  468.  
  469. game.Players.ChildAdded:connect(PlayerEntered)
  470.  
  471. function PlayerLeft(Player)
  472.     if Player ~= nil and game.CoreGui.JLnotify.Value == true then
  473.         local runDummyScript = function(f,scri)
  474. local oldenv = getfenv(f)
  475. local newenv = setmetatable({}, {
  476. __index = function(_, k)
  477. if k:lower() == 'script' then
  478. return scri
  479. else
  480. return oldenv[k]
  481. end
  482. end
  483. })
  484. setfenv(f, newenv)
  485. ypcall(function() f() end)
  486. end
  487. cors = {}
  488. mas = Instance.new("Model",game:GetService("Lighting"))
  489. mas.Name = "CompiledModel"
  490. o1 = Instance.new("ScreenGui")
  491. o2 = Instance.new("Decal")
  492. o3 = Instance.new("Frame")
  493. o4 = Instance.new("ImageLabel")
  494. o5 = Instance.new("TextBox")
  495. o1.Name = "PlayerEntered"
  496. o1.Parent = mas
  497. o2.Parent = o1
  498. o2.Texture = "http://www.roblox.com/thumbs/avatar.ashx?x=150&y=200&format=png&username=Roblox&RAND=7474"
  499. o3.Parent = o1
  500. o3.Position = UDim2.new(0,-360,0,400)
  501. o3.Size = UDim2.new(0,350,0,100)
  502. o3.Style = Enum.FrameStyle.RobloxSquare
  503. o3.Position = UDim2.new(0,-360,0,400)
  504. o3.BackgroundColor3 = Color3.new(0.658824, 0.654902, 0.666667)
  505. o4.Parent = o3
  506. o4.Size = UDim2.new(0,90,1,0)
  507. o4.BackgroundColor3 = Color3.new(1, 1, 1)
  508. o4.BackgroundTransparency = 0.89999997615814
  509. o4.BorderColor3 = Color3.new(0, 0, 0)
  510. o4.Image = "http://www.roblox.com/thumbs/avatar.ashx?x=150&y=200&format=png&username=Roblox&RAND=7474"
  511. o5.Parent = o3
  512. o5.Position = UDim2.new(0,100,0,0)
  513. o5.Size = UDim2.new(0,230,1,0)
  514. o5.Text = "-Playername- Joined the Game"
  515. o5.Position = UDim2.new(0,100,0,0)
  516. o5.Active = false
  517. o5.BackgroundColor3 = Color3.new(1, 1, 1)
  518. o5.BackgroundTransparency = 0.89999997615814
  519. o5.BorderColor3 = Color3.new(0, 0, 0)
  520. o5.Font = Enum.Font.ArialBold
  521. o5.FontSize = Enum.FontSize.Size14
  522. o5.TextColor3 = Color3.new(1, 1, 1)
  523. o5.TextStrokeTransparency = 0
  524. mas.Parent = workspace
  525. mas:MakeJoints()
  526. local mas1 = mas:GetChildren()
  527. for i=1,#mas1 do
  528.     mas1[i].Parent = game.Players.LocalPlayer.PlayerGui
  529.     ypcall(function() mas1[i]:MakeJoints() end)
  530. end
  531. mas:Destroy()
  532. for i=1,#cors do
  533. spawn(cors[i])
  534. end
  535. wait(0.5)
  536.         link = "http://www.roblox.com/thumbs/avatar.ashx?x=150&y=200&format=png&username="
  537.         o2.Parent.Frame.ImageLabel.Image = link .. Player.Name .. "&RAND=" .. math.random(1,100000)
  538.         o2.Parent.Frame.TextBox.Text= Player.Name .. " Left"
  539.         o2.Parent.Frame.Visible=true
  540.         o2.Parent.Frame:TweenPosition(UDim2.new(0,0,0,400),"Out","Quint",0.3,true)
  541.         wait(waitTime)
  542.         o2.Parent.Frame:TweenPosition(UDim2.new(0,-360,0,400),"Out","Quint",0.3,true)
  543.         wait(1)
  544.         o1:Destroy()
  545.         for _, child in pairs( game.Players.LocalPlayer.PlayerGui:GetChildren()) do
  546.     if child.Name == "PlayerEntered" then
  547.         child.Frame:TweenPosition(UDim2.new(0,-360,0,400),"Out","Quint",0.3,true)
  548. wait(1)
  549.         child:Destroy()
  550.     end
  551. end
  552.     end
  553. end
  554.  
  555. game.Players.PlayerRemoving:connect(PlayerLeft)
  556.  
  557. -------------------------------------------
  558. ---Commands that show up in the CMD list---
  559. -------------------------------------------
  560.  
  561. CMDs = {
  562.     '- settings',
  563.     '1. ff [plr]',
  564.     '2. unff [plr]',
  565.     '3. fire [plr] [R G B]',
  566.     '4. unfire [plr]',
  567.     '5. sparkles [plr] [R G B]',
  568.     '6. unsparkles [plr]',
  569.     '7. smoke [plr]',
  570.     '8. unsmoke [plr]',
  571.     '9. btools [plr]',
  572.     '10. god [plr]',
  573.     '11. ungod [plr]',
  574.     '12. smite [plr]',
  575.     '13. heal [plr]',
  576.     '14. freeze [plr]',
  577.     '15. thaw [plr]',
  578.     '16. kill [plr]',
  579.     '17. sound [ID]',
  580.     '18. volume [num]',
  581.     '19. pitch [num]',
  582.     '20. explode [plr]',
  583.     '21. invisible [plr]',
  584.     '22. visible [plr]',
  585.     '23. goto [plr]',
  586.     '24. bring [plr]',
  587.     '25. tp [plr] [plr]',
  588.     '26. char [plr] [ID]',
  589.     '27. charplr [plr] [plr]',
  590.     '28. unchar [plr]',
  591.     '29. speed [plr] [num]',
  592.     '30. sgod [plr]',
  593.     '31. unlockws',
  594.     '32. lockws',
  595.     '33. unanchor',
  596.     '34. anchor',
  597.     '35. loadm',
  598.     '36. m [msg]',
  599.     '37. light [plr] [R G B]',
  600.     '38. decalspam [ID]',
  601.     '39. undecalspam',
  602.     '40. firstp [plr]',
  603.     '41. thirdp [plr]',
  604.     '42. fart [plr]',
  605.     '43. name [plr]',
  606.     '44. unname [plr]',
  607.     '45. stun [plr]',
  608.     '46. unstun [plr]',
  609.     '47. copytools [plr]',
  610.     '48. serverinfo',
  611.     '49. damage [plr]',
  612.     '50. view [plr]',
  613.     '51. unview [plr]',
  614.     '52. nolimbs [plr]',
  615.     '53. box [plr]',
  616.     '54. nobox [plr]',
  617.     '55. ghost [plr]',
  618.     '56. sphere [plr]',
  619.     '57. loadmap [ID]',
  620.     '58. sky [ID]',
  621.     '59. ambient [R G B]',
  622.     '60. clrterrain',
  623.     '61. jail [plr]',
  624.     '62. unjail [plr]',
  625.     '63. shutdown',
  626.     '64. animation [plr] [anim]',
  627.     '65. normal [plr]',
  628.     '66. creeper [plr]',
  629.     '67. uncreeper [plr]',
  630.     '68. shrek [plr]',
  631.     '69. unshrek [plr]',
  632.     '70. respawn [plr]',
  633.     '71. base',
  634.     '72. control [plr]',
  635.     '73. nuke [plr]',
  636.     '74. infect [plr]',
  637.     '75. uninfect [plr]',
  638.     '76. duck [plr]',
  639.     '77. unduck [plr]',
  640.     '78. disable [plr]',
  641.     '79. enable [plr]',
  642.     '80. size [plr]',
  643.     '81. confuse [plr]',
  644.     '82. unconfuse [plr]',
  645.     '83. clone [plr]',
  646.     '84. spin [plr]',
  647.     '85. unspin [plr]',
  648.     '86. dog [plr]',
  649.     '87. undog [plr]',
  650.     '88. loopheal [plr]',
  651.     '89. unloopheal [plr]',
  652.     '90. fling [plr]',
  653.     '91. ayylmao [plr]',
  654.     '92. nograv [plr]',
  655.     '93. grav [plr]',
  656.     '94. seizure [plr]',
  657.     '95. unseizure [plr]',
  658.     '96. paper [plr]',
  659.     '97. punish [plr]',
  660.     '98. unpunish [plr]',
  661.     '99. fogend [num]',
  662.     '100. fogcolor [R G B]',
  663.     '101. disco',
  664.     '102. undisco',
  665.     '103. fix',
  666.     '104. flood',
  667.     '105. spookyify',
  668.     '106. explorer',
  669.     '107. particles [plr] [ID]',
  670.     '108. noparticles [plr]',
  671.     '109. draw',
  672.     '110. devuzi',
  673.     '111. ban [plr]',
  674.     '112. clrbans',
  675.     '113. float [plr]',
  676.     '114. unfloat [plr]',
  677.     '115. noclip',
  678.     '116. clip',
  679.     '117. hatsize [plr] [num]',
  680.     '118. removehat [plr]',
  681.     '119. cripple [plr]',
  682.     '120. uncripple [plr]',
  683.     '121. blur [num]',
  684.     '122. hipheight [plr] [num]',
  685.     '123. bgui [plr] [text]',
  686.     '124. unbgui [plr]',
  687.     '125. loopkill [plr]',
  688.     '126. unloopkill [plr]',
  689.     '127. removetools [plr]',
  690.     '128. grav [plr] [num]',
  691.     '129. serverlock',
  692.     '130. unserverlock',
  693.     '131. headshake [plr]',
  694.     '132. addstat [plr] [text]',
  695.     '133. change [stat] [plr] [num]',
  696.     '134. headsize [plr] [num]',
  697.     '135. bang [plr]',
  698.     '136. chat [plr] [msg]',
  699.     '137. gravity [num]',
  700.     '138. disabletools [plr]',
  701.     '139. enabletools [plr]',
  702.     '140. nil [plr]',
  703.     '141. rainbowname [plr]',
  704.     '142. unrainbowname [plr]',
  705.     '143. mesh [plr] [mesh] [txtr]',
  706.     '144. neon [plr]',
  707.     '145. longneck [plr]',
  708.     '146. unlongneck [plr]',
  709.     '147. time [num]',
  710.     '148. spasm [plr]',
  711.     '149. meteor [plr]',
  712.     '150. countdown [num]',
  713.     '151. bomb [plr]',
  714.     '152. fly',
  715.     '153. unfly',
  716.     '154. crash [plr]',
  717.     '155. kick [plr]',
  718.     '156. admin [plr]',
  719.     '157. unadmin [plr]',
  720.     '158. clradmins',
  721.     '159. executor',
  722.     '160. prefix [string]',
  723.     '161. cmds',
  724.     '162. rejoin',
  725.     '163. version'
  726. }
  727.  
  728. -------
  729. --Lib--
  730. -------
  731.  
  732. updateevents=function()
  733.     for i,v in pairs(services.events) do services.events:remove(i) v:disconnect() end
  734.     for i,v in pairs(gPlayers:players())do
  735.         local ev = v.Chatted:connect(function(msg) do_exec(msg,v) end)
  736.         services.events[#services.events+1] = ev
  737.     end
  738. end
  739. std.inTable=function(tbl,val)
  740.     if tbl==nil then return false end
  741.  
  742.     for _,v in pairs(tbl)do
  743.         if v==val then return true end
  744.     end
  745.     return false
  746. end
  747. std.out=function(str)
  748.     print(str)
  749. end
  750. std.list=function(tbl)
  751.     local str=''
  752.     for i,v in pairs(tbl)do
  753.         str=str..tostring(v)
  754.         if i~=#tbl then str=str..', ' end
  755.     end
  756.     return str
  757. end
  758. std.endat=function(str,val)
  759.     local z=str:find(val)
  760.     if z then
  761.         return str:sub(0,z-string.len(val)),true
  762.     else
  763.         return str,false
  764.     end
  765. end
  766. std.first=function(str) return str:sub(1,1) end
  767. isAdmin=function(name)
  768.     for i,v in pairs(_players:GetPlayers()) do
  769.         if FindTable(admins, v.Name) then
  770.         return true
  771.         elseif name==admin then
  772.         return true
  773.         end
  774.     end
  775.     return false
  776. end
  777. local exec=function(str)
  778.     spawn(function()
  779.         local script, loaderr = loadstring(str)
  780.         if not script then
  781.             error(loaderr)
  782.         else
  783.             script()
  784.         end
  785.     end)
  786. end
  787. local findCmd=function(cmd_name)
  788.     for i,v in pairs(cmds)do
  789.         if v.NAME:lower()==cmd_name:lower() or std.inTable(v.ALIAS,cmd_name:lower())then
  790.             return v
  791.         end
  792.     end
  793. end
  794. local getCmd=function(msg)
  795.     local cmd,hassplit=std.endat(msg:lower(),split)
  796.     if hassplit then
  797.         return {cmd,true}
  798.     else
  799.         return {cmd,false}
  800.     end
  801. end
  802. local getprfx=function(strn)
  803.     if strn:sub(1,string.len(cmdprefix))==cmdprefix then return{'cmd',string.len(cmdprefix)+1}
  804.     elseif strn:sub(1,string.len(scriptprefix))==scriptprefix then return{'exec',string.len(scriptprefix)+1}
  805.     end return
  806. end
  807. function getArgs(str) local A = {} local NA = nil local HS = nil local S = str repeat NA, HS = std.endat(S:lower(), split) if NA ~= '' then table.insert(A, NA) S = S:sub(string.len(NA) + string.len(split) + 1) end until not HS return A end
  808. function getCapArgs(str) local A = {} local NA = nil local HS = nil local S = str repeat NA, HS = std.endat(S, split) if NA ~= '' then table.insert(A, NA) S = S:sub(string.len(NA) + string.len(split) + 1) end until not HS return A end
  809. _players.PlayerAdded:connect(function(player)
  810.     if slock == true and game.CoreGui.allowfriends.Value == false then player.CharacterAdded:connect(function()
  811.     spawn(function()
  812. function Kick(PLAYER)
  813. if PLAYER.Character and PLAYER.Character:FindFirstChild('HumanoidRootPart') and PLAYER.Character:FindFirstChild('Torso') then
  814. PLAYER.Character.HumanoidRootPart.Position = Vector3.new(math.random(999000, 1001000), 10000, 0)
  815. local Plat = Instance.new('SkateboardPlatform', PLAYER.Character) Plat.Position = PLAYER.Character.HumanoidRootPart.Position
  816. Plat.Name = 'IYkick'
  817. Plat.Size = Vector3.new(100, 1, 100)
  818. local PART = Instance.new('Part', PLAYER.Character)
  819. PART.Position = Plat.Position - Vector3.new(0, 3, 0)
  820. PART.Size = Vector3.new(100, 1, 100)
  821. PART.Anchored = true
  822.  
  823. PART.Transparency = 1
  824. Plat.Transparency = 1
  825.  
  826. repeat wait(1)
  827. if PLAYER.Character and PLAYER.Character:FindFirstChild('HumanoidRootPart') then
  828. Plat.Position = PLAYER.Character.HumanoidRootPart.Position
  829. end
  830. Kick(PLAYER)
  831. until not game.Players:findFirstChild(PLAYER)
  832. end
  833. end
  834. Kick(player)
  835. end)
  836. end)
  837.     elseif slock == true and game.CoreGui.allowfriends.Value == true and not player:IsFriendsWith(user.userId) then
  838.     spawn(function()
  839. function Kick(PLAYER)
  840. if PLAYER.Character and PLAYER.Character:FindFirstChild('HumanoidRootPart') and PLAYER.Character:FindFirstChild('Torso') then
  841. PLAYER.Character.HumanoidRootPart.Position = Vector3.new(math.random(999000, 1001000), 10000, 0)
  842. local Plat = Instance.new('SkateboardPlatform', PLAYER.Character) Plat.Position = PLAYER.Character.HumanoidRootPart.Position
  843. Plat.Name = 'IYkick'
  844. Plat.Size = Vector3.new(100, 1, 100)
  845. local PART = Instance.new('Part', PLAYER.Character)
  846. PART.Position = Plat.Position - Vector3.new(0, 3, 0)
  847. PART.Size = Vector3.new(100, 1, 100)
  848. PART.Anchored = true
  849.  
  850. PART.Transparency = 1
  851. Plat.Transparency = 1
  852.  
  853. repeat wait(1)
  854. if PLAYER.Character and PLAYER.Character:FindFirstChild('HumanoidRootPart') then
  855. Plat.Position = PLAYER.Character.HumanoidRootPart.Position
  856. end
  857. Kick(PLAYER)
  858. until not game.Players:findFirstChild(PLAYER)
  859. end
  860. end
  861. Kick(player)
  862.     end)
  863.     end
  864. if FindTable(banT, player.userId) then
  865.     spawn(function()
  866. function Kick(PLAYER)
  867. if PLAYER.Character and PLAYER.Character:FindFirstChild('HumanoidRootPart') and PLAYER.Character:FindFirstChild('Torso') then
  868. PLAYER.Character.HumanoidRootPart.Position = Vector3.new(math.random(999000, 1001000), 10000, 0)
  869. local Plat = Instance.new('SkateboardPlatform', PLAYER.Character) Plat.Position = PLAYER.Character.HumanoidRootPart.Position
  870. Plat.Name = 'IYkick'
  871. Plat.Size = Vector3.new(100, 1, 100)
  872. local PART = Instance.new('Part', PLAYER.Character)
  873. PART.Position = Plat.Position - Vector3.new(0, 3, 0)
  874. PART.Size = Vector3.new(100, 1, 100)
  875. PART.Anchored = true
  876.  
  877. PART.Transparency = 1
  878. Plat.Transparency = 1
  879.  
  880. repeat wait(1)
  881. if PLAYER.Character and PLAYER.Character:FindFirstChild('HumanoidRootPart') then
  882. Plat.Position = PLAYER.Character.HumanoidRootPart.Position
  883. end
  884. Kick(PLAYER)
  885. until not game.Players:findFirstChild(PLAYER)
  886. end
  887. end
  888. Kick(player)
  889. end)
  890. end
  891. end)
  892. local function execCmd(str, plr)
  893.     local s_cmd
  894.     local a
  895.     local cmd
  896.     s_cmd = getCmd(str)
  897.     cmd = findCmd(s_cmd[1])
  898.     if cmd == nil then return end
  899.     a = str:sub(string.len(s_cmd[1]) + string.len(split) + 1)
  900.     local args=getArgs(a)
  901.     cargs=getCapArgs(a)
  902.     pcall(function()
  903.     cmd.FUNC(args, plr)
  904.     end)
  905. end
  906. function do_exec(str,plr)
  907.     if not isAdmin(plr.Name)then return end
  908.    
  909.     str=str:gsub('/e ','')
  910.  
  911.     local t=getprfx(str)
  912.     if t==nil then return end
  913.     str=str:sub(t[2])
  914.     if t[1]=='exec' then
  915.         exec(str)
  916.     elseif t[1]=='cmd' then
  917.         execCmd(str, plr)
  918.     end
  919. end
  920. updateevents()
  921. _G.exec_cmd = execCmd
  922. --game.Players.LocalPlayer.Chatted:connect(doexec)
  923. function GLS(lower, start) local AA = '' for i,v in pairs(cargs) do if i > start then if AA ~= '' then AA = AA .. ' ' .. v else AA = AA .. v end end end if not lower then return AA else return string.lower(AA) end end
  924. local _char=function(plr_name)
  925.     for i,v in pairs(game.Players:GetChildren())do
  926.         if v:IsA'Player'then
  927.             if v.Name==plr_name then return v.Character end
  928.         end
  929.     end
  930.     return
  931. end
  932. local _plr=function(plr_name)
  933.     for i,v in pairs(game.Players:GetChildren())do
  934.         if v:IsA'Player'then
  935.             if v.Name==plr_name then return v end
  936.         end
  937.     end
  938.     return
  939. end
  940. function addcmd(name,desc,alias,func)
  941.     cmds[#cmds+1]=
  942.     {
  943.         NAME=name;
  944.         DESC=desc;
  945.         ALIAS=alias;
  946.         FUNC=func;
  947.     }
  948. end
  949. function getPlayer(name, speaker)
  950.     local name_table = {}
  951.     name = name:lower()
  952.     if name == 'me' then
  953.         table.insert(name_table, speaker.Name)
  954.     elseif name == 'others' then
  955.         for i,v in pairs(_players:GetPlayers()) do if v.Name ~= speaker.Name then table.insert(name_table, v.Name) end end
  956.     elseif name == 'all' then
  957.         for i,v in pairs(_players:GetPlayers()) do table.insert(name_table, v.Name) end
  958.     elseif name == 'random' then
  959.         table.insert(name_table, _players:GetPlayers()[math.random(1, #_players:GetPlayers())].Name)
  960.     elseif name == 'team' then
  961.         for i,v in pairs(_players:GetPlayers()) do if v.TeamColor == speaker.TeamColor then table.insert(name_table, v.Name) end end
  962.     elseif name == "nonteam" then
  963.         for i,v in pairs(gPlayers:GetChildren()) do
  964.             if v.TeamColor ~= user.TeamColor then
  965.                 name_table[#name_table+1]=v.Name
  966.                 end
  967.             end
  968.     elseif name == 'nonfriends' then
  969.         for i,v in pairs(_players:GetPlayers()) do if not v:IsFriendsWith(speaker.userId) then table.insert(name_table, v.Name) end end
  970.     elseif name == 'friends' then
  971.         for i,v in pairs(_players:GetPlayers()) do if v ~= speaker and v:IsFriendsWith(speaker.userId) then table.insert(name_table, v.Name) end end
  972.     elseif name == 'guests' then
  973.         for i,v in pairs(_players:GetPlayers()) do if v.Guest then table.insert(name_table, v.Name) end end
  974.     elseif name == 'admins' then
  975.         for i,v in pairs(_players:GetPlayers()) do if FindTable(admins, v.Name) then table.insert(name_table, v.Name) end end
  976.     elseif name == 'nonadmins' then
  977.         for i,v in pairs(_players:GetPlayers()) do if not FindTable(admins, v.Name) then table.insert(name_table, v.Name) end end
  978.     else
  979.         for i,v in pairs(_players:GetPlayers()) do local L_name = v.Name:lower() local F = L_name:find(name) if F == 1 then table.insert(name_table, v.Name) end end
  980.     end
  981.     return name_table
  982. end
  983. function fWeld(zName, zParent, zPart0, zPart1, zCoco, A, B, C, D, E, F)
  984.     local funcw = Instance.new('Weld') funcw.Name = zName funcw.Parent = zParent funcw.Part0 = zPart0 funcw.Part1 = zPart1
  985.     if (zCoco) then
  986.         funcw.C0 = CFrame.new(A, B, C) * CFrame.fromEulerAnglesXYZ(D, E, F)
  987.     else
  988.         funcw.C1 = CFrame.new(A, B, C) * CFrame.fromEulerAnglesXYZ(D, E, F)
  989.     end
  990.     return funcw
  991. end
  992. function _G.msg(txt)
  993.     if MSGhook == true then
  994.     workspace.IYmessage.Text = ''
  995.     wait(0.1)
  996.     local b = Instance.new("BlurEffect", game.Lighting)
  997.     b.Name = "IYmblur"
  998.     b.Size = 18
  999.     workspace.IYmessage.Text = txt
  1000.     wait(game.CoreGui.MSGtime.Value)
  1001.     workspace.IYmessage.Text = ''
  1002.     b:Destroy()
  1003.     elseif MSGhook == false then
  1004.     execCmd("loadm")
  1005.     repeat wait() until MSGhook == true
  1006.     workspace.IYmessage.Text = ''
  1007.     wait(0.1)
  1008.     local b = Instance.new("BlurEffect", game.Lighting)
  1009.     b.Name = "IYmblur"
  1010.     b.Size = 18
  1011.     workspace.IYmessage.Text = txt
  1012.     wait(game.CoreGui.MSGtime.Value)
  1013.     workspace.IYmessage.Text = ''
  1014.     b:Destroy()
  1015. end
  1016. end
  1017. function rape(victim)
  1018.     spawn(function()
  1019.         local P1 = _players.LocalPlayer.Character.Torso
  1020.         local V1 = _players[victim].Character.Torso
  1021.         V1.Parent.Humanoid.PlatformStand = true
  1022.         P1['Left Shoulder']:destroy() local LA1 = Instance.new('Weld', P1) LA1.Part0 = P1 LA1.Part1 = P1.Parent['Left Arm'] LA1.C0 = CFrame.new(-1.5, 0, 0) LA1.Name = 'Left Shoulder'
  1023.         P1['Right Shoulder']:destroy() local RS1 = Instance.new('Weld', P1) RS1.Part0 = P1 RS1.Part1 = P1.Parent['Right Arm'] RS1.C0 = CFrame.new(1.5, 0, 0) RS1.Name = 'Right Shoulder'
  1024.         V1['Left Shoulder']:destroy() local LS2 = Instance.new('Weld', V1) LS2.Part0 = V1 LS2.Part1 = V1.Parent['Left Arm'] LS2.C0 = CFrame.new(-1.5, 0, 0) LS2.Name = 'Left Shoulder'
  1025.         V1['Right Shoulder']:destroy() local RS2 = Instance.new('Weld', V1) RS2.Part0 = V1 RS2.Part1 = V1.Parent['Right Arm'] RS2.C0 = CFrame.new(1.5, 0, 0) RS2.Name = 'Right Shoulder'
  1026.         V1['Left Hip']:destroy() local LH2 = Instance.new('Weld', V1) LH2.Part0 = V1 LH2.Part1 = V1.Parent['Left Leg'] LH2.C0 = CFrame.new(-0.5, -2, 0) LH2.Name = 'Left Hip'
  1027.         V1['Right Hip']:destroy() local RH2 = Instance.new('Weld', V1) RH2.Part0 = V1 RH2.Part1 = V1.Parent['Right Leg'] RH2.C0 = CFrame.new(0.5, -2, 0) RH2.Name = 'Right Hip'
  1028.         local D = Instance.new('Part', P1) D.TopSurface = 0 D.BottomSurface = 0 D.CanCollide = false D.BrickColor = BrickColor.new('Pastel brown') D.Shape = 'Ball' D.Size = Vector3.new(1, 1, 1)
  1029.         local DM1 = Instance.new('SpecialMesh', D) DM1.MeshType = 'Sphere' DM1.Scale = Vector3.new(0.4, 0.4, 0.4)
  1030.         fWeld('weld', P1, P1, D, true, -0.2, -1.3, -0.6, 0, 0, 0)
  1031.         local D2 = D:Clone() D2.Parent = P1
  1032.         fWeld('weld', P1, P1, D2, true, 0.2, -1.3, -0.6, 0, 0, 0)
  1033.         local C = Instance.new('Part', P1) C.TopSurface = 0 C.BottomSurface = 0 C.CanCollide = false C.BrickColor = BrickColor.new('Pastel brown') C.Size = Vector3.new(0.4, 1.3, 0.4)
  1034.         fWeld('weld', P1, P1, C, true, 0, -1, -0.52 + (-C.Size.y / 2), math.rad(-80), 0, 0)
  1035.         local C2 = D:Clone() C2.BrickColor = BrickColor.new('Pink') C2.Mesh.Scale = Vector3.new(0.4, 0.62, 0.4) C2.Parent = P1
  1036.         fWeld('weld', C, C, C2, true, 0, 0 + (C.Size.y / 2), 0, math.rad(-10), 0, 0)
  1037.         local CM = Instance.new('CylinderMesh', C)
  1038.         local BL = Instance.new('Part', V1) BL.TopSurface = 0 BL.BottomSurface = 0 BL.CanCollide = false BL.BrickColor = BrickColor.new('Pastel brown') BL.Shape = 'Ball' BL.Size = Vector3.new(1, 1, 1)
  1039.         local DM2 = Instance.new('SpecialMesh', BL) DM2.MeshType = 'Sphere' DM2.Scale = Vector3.new(1.2, 1.2, 1.2)
  1040.         fWeld('weld', V1, V1, BL, true, -0.5, 0.5, -0.6, 0, 0, 0)
  1041.         local BR = Instance.new('Part', V1) BR.TopSurface = 0 BR.BottomSurface = 0 BR.CanCollide = false BR.BrickColor = BrickColor.new('Pastel brown') BR.Shape = 'Ball' BR.Size = Vector3.new(1, 1, 1)
  1042.         local DM3 = Instance.new('SpecialMesh', BR) DM3.MeshType = 'Sphere' DM3.Scale = Vector3.new(1.2, 1.2, 1.2)
  1043.         fWeld('weld', V1, V1, BR, true, 0.5, 0.5, -0.6, 0, 0, 0)
  1044.         local BLN = Instance.new('Part', V1) BLN.TopSurface = 0 BLN.BottomSurface = 0 BLN.CanCollide = false BLN.BrickColor = BrickColor.new('Pink') BLN.Shape = 'Ball' BLN.Size = Vector3.new(1, 1, 1)
  1045.         local DM4 = Instance.new('SpecialMesh', BLN) DM4.MeshType = 'Sphere' DM4.Scale = Vector3.new(0.2, 0.2, 0.2)
  1046.         fWeld('weld', V1, V1, BLN, true, -0.5, 0.5, -1.2, 0, 0, 0)
  1047.         local BRN = Instance.new('Part', V1) BRN.TopSurface = 0 BRN.BottomSurface = 0 BRN.CanCollide = false BRN.BrickColor = BrickColor.new('Pink') BRN.Shape = 'Ball' BRN.Size = Vector3.new(1, 1, 1)
  1048.         local DM5 = Instance.new('SpecialMesh', BRN) DM5.MeshType = 'Sphere' DM5.Scale = Vector3.new(0.2, 0.2, 0.2)
  1049.         fWeld('weld', V1, V1, BRN, true, 0.5, 0.5, -1.2, 0, 0, 0)
  1050.         LH2.C1 = CFrame.new(0.2, 1.6, 0.4) * CFrame.Angles(3.9, -0.4, 0) RH2.C1 = CFrame.new(-0.2, 1.6, 0.4) * CFrame.Angles(3.9, 0.4, 0)
  1051.         LS2.C1 = CFrame.new(-0.2, 0.9, 0.6) * CFrame.Angles(3.9, -0.2, 0) RS2.C1 = CFrame.new(0.2, 0.9, 0.6) * CFrame.Angles(3.9, 0.2, 0)
  1052.         LA1.C1 = CFrame.new(-0.5, 0.7, 0) * CFrame.Angles(-0.9, -0.4, 0) RS1.C1 = CFrame.new(0.5, 0.7, 0) * CFrame.Angles(-0.9, 0.4, 0)
  1053.         if P1:FindFirstChild('weldx') then P1.weldx:destroy() end
  1054.         WE = fWeld('weldx', P1, P1, V1, true, 0, -0.9, -1.3, math.rad(-90), 0, 0)
  1055.         local N = V1.Neck N.C0 = CFrame.new(0, 1.5, 0) * CFrame.Angles(math.rad(-210), math.rad(180), 0)
  1056.     end)
  1057.     spawn(function() while wait() do for i = 1, 6 do WE.C1 = WE.C1 * CFrame.new(0, -0.3, 0) end for i = 1, 6 do WE.C1 = WE.C1 * CFrame.new(0, 0.3, 0) end end end)
  1058. end
  1059.  
  1060. ----------------
  1061. ----Commands----
  1062. ----------------
  1063. addcmd('exe','gives you a quick executor',{'executor'},
  1064. function(args, speaker)
  1065. local PlayerName = game.Players.LocalPlayer.Name
  1066.  
  1067. Exploit = Instance.new("ScreenGui")
  1068.  
  1069. UI = Instance.new("Frame")
  1070. ScrollingFrame = Instance.new("ScrollingFrame")
  1071. GScrollingFrame = Instance.new("ScrollingFrame")
  1072. Source = Instance.new("TextBox")
  1073. Execute = Instance.new("TextButton")
  1074. Clear = Instance.new("TextButton")
  1075. Close = Instance.new("TextButton")
  1076. Open = Instance.new("TextButton")
  1077. Name = Instance.new("TextLabel")
  1078. TextButton = Instance.new("TextButton")
  1079. -- Properties
  1080.  
  1081. Exploit.Name = "Exploit"
  1082. Exploit.Parent = game.Players.LocalPlayer.PlayerGui
  1083.  
  1084. UI.Name = "UI"
  1085. UI.Parent = Exploit
  1086. UI.Active = true
  1087. UI.BackgroundColor3 = Color3.new(0, 0, 0)
  1088. UI.BorderColor3 = Color3.new(255, 255, 255)
  1089. UI.Draggable = true
  1090. UI.Position = UDim2.new(0, 31, 0, 111)
  1091. UI.Selectable = true
  1092. UI.Size = UDim2.new(0, 600, 0, 300)
  1093. UI.Visible = false
  1094.  
  1095. ScrollingFrame.Parent = UI
  1096. ScrollingFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  1097. ScrollingFrame.BorderColor3 = Color3.new(255, 255, 255)
  1098. ScrollingFrame.Position = UDim2.new(0, 10, 0, 10)
  1099. ScrollingFrame.Size = UDim2.new(0, 580, 0, 240)
  1100. ScrollingFrame.CanvasSize = UDim2.new(0,0,20,0)
  1101. ScrollingFrame.Changed:connect(function()
  1102.     GScrollingFrame.CanvasPosition = ScrollingFrame.CanvasPosition
  1103. end)
  1104. Source.Name = "Source"
  1105. Source.Parent = ScrollingFrame
  1106. Source.BackgroundColor3 = Color3.new(0, 0, 0)
  1107. Source.BorderColor3 = Color3.new(0, 0,0)
  1108. Source.Position = UDim2.new(0, 0, 0, 0)
  1109. Source.Size = UDim2.new(0, 550, 0, 3000)
  1110. Source.ClearTextOnFocus = false
  1111. Source.Font = Enum.Font.Code
  1112. Source.FontSize = Enum.FontSize.Size18
  1113. Source.MultiLine = true
  1114. Source.Text = 'print("Hello World!")'
  1115. Source.TextColor3 = Color3.new(255, 255, 255)
  1116. Source.TextSize = 18
  1117. Source.TextWrapped = true
  1118. Source.TextXAlignment = Enum.TextXAlignment.Left
  1119. Source.TextYAlignment = Enum.TextYAlignment.Top
  1120.  
  1121. Execute.Name = "Execute"
  1122. Execute.Parent = UI
  1123. Execute.BackgroundColor3 = Color3.new(0, 0, 0)
  1124. Execute.BorderColor3 = Color3.new(255, 255, 255)
  1125. Execute.Position = UDim2.new(0, 150, 0, 260)
  1126. Execute.Size = UDim2.new(0, 60, 0, 30)
  1127. Execute.Font = Enum.Font.SciFi
  1128. Execute.FontSize = Enum.FontSize.Size14
  1129. Execute.Text = "Execute"
  1130. Execute.TextColor3 = Color3.new(255, 255, 255)
  1131. Execute.TextSize = 14
  1132. Execute.MouseButton1Down:connect(function()
  1133.     Name.Text = "Running"
  1134.     loadstring(tostring(Source.Text))()
  1135.     Name.Text = "Executed"
  1136.     wait(1)
  1137.     Name.Text = "Quick Exe"
  1138. end)
  1139. Clear.Name = "Clear"
  1140. Clear.Parent = UI
  1141. Clear.BackgroundColor3 = Color3.new(0, 0, 0)
  1142. Clear.BorderColor3 = Color3.new(255, 255, 255)
  1143. Clear.Position = UDim2.new(0, 380, 0, 260)
  1144. Clear.Size = UDim2.new(0, 60, 0, 30)
  1145. Clear.Font = Enum.Font.SciFi
  1146. Clear.FontSize = Enum.FontSize.Size14
  1147. Clear.Text = "Clear"
  1148. Clear.TextColor3 = Color3.new(255, 255, 255)
  1149. Clear.TextSize = 14
  1150. Clear.MouseButton1Down:connect(function()
  1151.     Name.Text = "Cleared!"
  1152.     Source.Text = ""
  1153.     wait(1)
  1154.     Name.Text = "Quick Exe"
  1155. end)
  1156.  
  1157. Close.Name = "Close"
  1158. Close.Parent = UI
  1159. Close.BackgroundColor3 = Color3.new(0, 0, 0)
  1160. Close.BorderColor3 = Color3.new(255, 255, 255)
  1161. Close.Position = UDim2.new(0, 270, 0, 301)
  1162. Close.Size = UDim2.new(0, 50, 0, 15)
  1163. Close.Font = Enum.Font.Code
  1164. Close.FontSize = Enum.FontSize.Size14
  1165. Close.Text = "Hide"
  1166. Close.TextColor3 = Color3.new(255, 255, 255)
  1167. Close.TextSize = 14
  1168. Close.MouseButton1Down:connect(function()
  1169.     UI.Visible = false
  1170.     for Down = 146,600,16 do
  1171.         wait(0)
  1172.     end
  1173.     Open.Visible = true
  1174. end)
  1175. Open.Name = "Open"
  1176. Open.Parent = Exploit
  1177. Open.BackgroundColor3 = Color3.new(0, 0, 0)
  1178. Open.BorderColor3 = Color3.new(255, 255, 255)
  1179. Open.Position = UDim2.new(0, 100, 0.9, 0)
  1180. Open.Size = UDim2.new(0, 300, 0, 30)
  1181. Open.Visible = false
  1182. Open.Font = Enum.Font.Code
  1183. Open.FontSize = Enum.FontSize.Size14
  1184. Open.Text = "Left click = open | Right Click = exit"
  1185. Open.TextColor3 = Color3.new(255, 255, 255)
  1186. Open.TextSize = 14
  1187. Open.MouseButton1Down:connect(function()
  1188.     UI.Visible = true
  1189.     Open.Visible = false
  1190.     for Up = 600,146,-16 do
  1191.         wait(0)
  1192.     end
  1193. end)
  1194. Open.MouseButton2Down:connect(function()
  1195.     Exploit:Destroy()
  1196.     for Up = 600,146,-16 do
  1197.         wait(0)
  1198.     end
  1199. end)
  1200.  
  1201. Name.Name = "Name"
  1202. Name.Parent = UI
  1203. Name.BackgroundColor3 = Color3.new(0, 0, 0)
  1204. Name.BorderColor3 = Color3.new(255, 255, 255)
  1205. Name.Position = UDim2.new(0, 190, 0, -31)
  1206. Name.Size = UDim2.new(0, 220, 0, 30)
  1207. Name.Font = Enum.Font.SciFi
  1208. Name.FontSize = Enum.FontSize.Size24
  1209. Name.Text = "Quick Exe"
  1210. Name.TextColor3 = Color3.new(0.490196, 0.490196, 0.490196)
  1211. Name.TextSize = 24
  1212.  
  1213.     UI.Visible = true
  1214.     Name.Text = "Quick Exe"
  1215.  
  1216. while true do
  1217.     wait(0)
  1218.     for i = 255,100,-5 do
  1219.         Name.TextColor3 = Color3.fromRGB(i,i,i)
  1220.         wait(0)
  1221.     end
  1222.     for c = 100,255,5 do
  1223.         Name.TextColor3 = Color3.fromRGB(c,c,c)
  1224.         wait(0)
  1225.     end
  1226. end
  1227. end)
  1228.  
  1229. addcmd('ff','gives ff to player',{},
  1230. function(args, speaker)
  1231.     local players = getPlayer(args[1], speaker)
  1232.     for i,v in pairs(players)do
  1233.         local pchar=_char(v)
  1234.         Instance.new("ForceField", pchar)
  1235.     end
  1236. end)
  1237.  
  1238. addcmd('rejoin','gives ff to player',{'rj'},
  1239. function(args, speaker)
  1240. game:GetService('TeleportService'):Teleport(game.PlaceId)
  1241. end)
  1242.  
  1243. addcmd('unff', 'takes away ff from player',{'unff'},
  1244. function(args, speaker)
  1245.     local players = getPlayer(args[1], speaker)
  1246.     for i,v in pairs(players)do
  1247.         local pchar=_char(v)
  1248.         for j,v1 in pairs(pchar:GetChildren()) do
  1249.             if v1:IsA("ForceField") then
  1250.                 v1:Destroy()
  1251.             end
  1252.         end
  1253.     end
  1254. end)
  1255.  
  1256. addcmd('spasm','makes someone c r a z y',{},
  1257. function(args, speaker)
  1258.     local players = getPlayer(args[1], speaker)
  1259.     for i,v in pairs(players)do
  1260.     local pchar=_char(v)
  1261.    local AnimationId = "33796059"
  1262.    local Anim = Instance.new("Animation")
  1263.    Anim.AnimationId = "rbxassetid://"..AnimationId
  1264.    local k = pchar.Humanoid:LoadAnimation(Anim)
  1265.    k:Play()
  1266.    k:AdjustSpeed(99)
  1267.     end
  1268. end)
  1269.  
  1270.  
  1271. addcmd('fly','makes you fly',{},
  1272. function(args, speaker)
  1273. sFLY()
  1274. end)
  1275.  
  1276. addcmd('unfly','takes away fly',{'nofly'},
  1277. function(args, speaker)
  1278. NOFLY()
  1279. end)
  1280.  
  1281.  
  1282. addcmd('fire', 'set a player on fire',{},
  1283. function(args, speaker)
  1284.     local players = getPlayer(args[1], speaker)
  1285.     for i,v in pairs(players)do
  1286.     spawn(function()
  1287.         local pchar=_char(v)
  1288.         local Fire1 = Instance.new("Fire", pchar.Head)
  1289.         local Fire2 = Instance.new("Fire", pchar.HumanoidRootPart)
  1290.         local Fire3 = Instance.new("Fire", pchar["Left Arm"])
  1291.         local Fire4 = Instance.new("Fire", pchar["Right Arm"])
  1292.         local Fire5 = Instance.new("Fire", pchar["Left Leg"])
  1293.         local Fire6 = Instance.new("Fire", pchar["Right Leg"])
  1294.         if not args[2] then return end
  1295.         Fire1.Color = Color3.new((args[2]),(args[3]),(args[4]))
  1296.         Fire1.SecondaryColor = Color3.new((args[2]),(args[3]),(args[4]))
  1297.         Fire2.Color = Color3.new((args[2]),(args[3]),(args[4]))
  1298.         Fire2.SecondaryColor = Color3.new((args[2]),(args[3]),(args[4]))
  1299.         Fire3.Color = Color3.new((args[2]),(args[3]),(args[4]))
  1300.         Fire3.SecondaryColor = Color3.new((args[2]),(args[3]),(args[4]))
  1301.         Fire4.Color = Color3.new((args[2]),(args[3]),(args[4]))
  1302.         Fire4.SecondaryColor = Color3.new((args[2]),(args[3]),(args[4]))
  1303.         Fire5.Color = Color3.new((args[2]),(args[3]),(args[4]))
  1304.         Fire5.SecondaryColor = Color3.new((args[2]),(args[3]),(args[4]))
  1305.         Fire6.Color = Color3.new((args[2]),(args[3]),(args[4]))
  1306.         Fire6.SecondaryColor = Color3.new((args[2]),(args[3]),(args[4]))
  1307. end)
  1308.     end
  1309. end)
  1310.  
  1311. addcmd('nofire', 'extinguish a player',{'unfire'},
  1312. function(args, speaker)
  1313.     local players = getPlayer(args[1], speaker)
  1314.     for i,v in pairs(players)do
  1315.         local pchar=_char(v)
  1316.         for j,v1 in pairs(pchar.Head:GetChildren()) do
  1317.             if v1:IsA("Fire") then
  1318.                 v1:Destroy()
  1319.             end
  1320. end
  1321.         for j,v1 in pairs(pchar.HumanoidRootPart:GetChildren()) do
  1322.             if v1:IsA("Fire") then
  1323.                 v1:Destroy()
  1324.             end
  1325. end
  1326.         for j,v1 in pairs(pchar["Left Arm"]:GetChildren()) do
  1327.             if v1:IsA("Fire") then
  1328.                 v1:Destroy()
  1329.             end
  1330. end
  1331.         for j,v1 in pairs(pchar["Right Arm"]:GetChildren()) do
  1332.             if v1:IsA("Fire") then
  1333.                 v1:Destroy()
  1334.             end
  1335. end
  1336.         for j,v1 in pairs(pchar["Left Leg"]:GetChildren()) do
  1337.             if v1:IsA("Fire") then
  1338.                 v1:Destroy()
  1339.             end
  1340. end
  1341.         for j,v1 in pairs(pchar["Right Leg"]:GetChildren()) do
  1342.             if v1:IsA("Fire") then
  1343.                 v1:Destroy()
  1344.             end
  1345.         end
  1346.     end
  1347. end)
  1348.  
  1349. addcmd('light', 'givs em light',{},
  1350. function(args, speaker)
  1351.     local players = getPlayer(args[1], speaker)
  1352.     for i,v in pairs(players)do
  1353.     spawn(function()
  1354.         local pchar=_char(v)
  1355.         local light = Instance.new("PointLight", pchar.HumanoidRootPart)
  1356.         light.Range = 12
  1357.         light.Brightness = 3
  1358.         if not args[2] then return end
  1359.         light.Color = Color3.new((args[2]),(args[3]),(args[4]))
  1360.         light.Range = 12
  1361.         light.Brightness = 3
  1362.         end)
  1363.     end
  1364. end)
  1365.  
  1366. addcmd('nolight', 'no more light',{'unlight'},
  1367. function(args, speaker)
  1368.     local players = getPlayer(args[1], speaker)
  1369.     for i,v in pairs(players)do
  1370.         local pchar=_char(v)
  1371.         for j,v1 in pairs(pchar.HumanoidRootPart:GetChildren()) do
  1372.             if v1:IsA("PointLight") then
  1373.                 v1:Destroy()
  1374.             end
  1375.         end
  1376.     end
  1377. end)
  1378.  
  1379. addcmd('loopkill', 'rip person',{'lkill'},
  1380. function(args, speaker)
  1381.     local players = getPlayer(args[1], speaker)
  1382.     for i,v in pairs(players)do
  1383.         if not FindTable(loopkillT, _players[v].Name) then
  1384.             table.insert(loopkillT, _players[v].Name)
  1385.             if args[1] == "all" then
  1386.             Notify('Loopkilling everyone')
  1387.             elseif args[1] == "others" then
  1388.             Notify('Loopkilling others')
  1389.             elseif args[1] == "friends" then
  1390.             Notify('Loopkilling friends')
  1391.             elseif args[1] == "nonfriends" then
  1392.             Notify('Loopkilling nonfriends')
  1393.             elseif args[1] == "team" then
  1394.             Notify('Loopkilling your team')
  1395.             elseif args[1] == "nonteam" then
  1396.             Notify('Loopkilling the opposing team')
  1397.             elseif args[1] == "guests" then
  1398.             Notify('Loopkilling guests')
  1399.             elseif args[1] == "admins" then
  1400.             Notify('Loopkilling admins')
  1401.             elseif args[1] == "nonadmins" then
  1402.             Notify('Loopkilling non admins')
  1403.             else
  1404.             Notify('Loopkilling ' .. gPlayers[v].Name)
  1405.             end
  1406.             end
  1407.         end
  1408. end)
  1409.  
  1410. addcmd('unloopkill', 'un rip person',{'unlkill'},
  1411. function(args, speaker)
  1412.     local players = getPlayer(args[1], speaker)
  1413.     for i,v in pairs(players)do
  1414.         if FindTable(loopkillT, _players[v].Name) then
  1415.             table.remove(loopkillT, GetInTable(loopkillT, _players[v].Name))
  1416.             if args[1] == "all" then
  1417.             Notify('No longer loopkilling everyone')
  1418.             elseif args[1] == "others" then
  1419.             Notify('No longer loopkilling others')
  1420.             elseif args[1] == "friends" then
  1421.             Notify('No longer loopkilling friends')
  1422.             elseif args[1] == "nonfriends" then
  1423.             Notify('No longer loopkilling nonfriends')
  1424.             elseif args[1] == "team" then
  1425.             Notify('No longer loopkilling your team')
  1426.             elseif args[1] == "nonteam" then
  1427.             Notify('No longer loopkilling the opposing team')
  1428.             elseif args[1] == "guests" then
  1429.             Notify('No longer loopkilling guests')
  1430.             elseif args[1] == "admins" then
  1431.             Notify('No longer loopkilling admins')
  1432.             elseif args[1] == "nonadmins" then
  1433.             Notify('No longer loopkilling nonadmins')
  1434.             else
  1435.             Notify('No longer loopkilling ' .. gPlayers[v].Name)
  1436.             end
  1437.         end
  1438.         end
  1439. end)
  1440.  
  1441. addcmd('disabletools', 'removes their tools',{'loopremovetools'},
  1442. function(args, speaker)
  1443.     local players = getPlayer(args[1], speaker)
  1444.     for i,v in pairs(players)do
  1445.         if not FindTable(disabletoolsT, _players[v].Name) then
  1446.             table.insert(disabletoolsT, _players[v].Name)
  1447.             if args[1] == "all" then
  1448.             Notify('Disabled tools for everyone')
  1449.             elseif args[1] == "others" then
  1450.             Notify('Disabled tools for others')
  1451.             elseif args[1] == "friends" then
  1452.             Notify('Disabled tools for friends')
  1453.             elseif args[1] == "nonfriends" then
  1454.             Notify('Disabled tools for nonfriends')
  1455.             elseif args[1] == "team" then
  1456.             Notify('Disabled tools for your team')
  1457.             elseif args[1] == "nonteam" then
  1458.             Notify('Disabled tools for the opposing team')
  1459.             elseif args[1] == "guests" then
  1460.             Notify('Disabled tools for guests')
  1461.             elseif args[1] == "admins" then
  1462.             Notify('Disabled tools for admins')
  1463.             elseif args[1] == "nonadmins" then
  1464.             Notify('Disabled tools for nonadmins')
  1465.             else
  1466.             Notify('Disabled tools for ' .. gPlayers[v].Name)
  1467.             end
  1468.         end
  1469.         end
  1470. end)
  1471.  
  1472. addcmd('rainbowname', 'color spam their name tag',{'rname'},
  1473. function(args, speaker)
  1474.     local players = getPlayer(args[1], speaker)
  1475.     for i,v in pairs(players)do
  1476.         if not FindTable(rainbowT, _players[v].Name) then
  1477.             table.insert(rainbowT, _players[v].Name)
  1478.             if args[1] == "all" then
  1479.             Notify('Gave everyone rainbow name')
  1480.             elseif args[1] == "others" then
  1481.             Notify('Gave others rainbow name')
  1482.             elseif args[1] == "friends" then
  1483.             Notify('Gave friends rainbow name')
  1484.             elseif args[1] == "nonfriends" then
  1485.             Notify('Gave nonfriends rainbow name')
  1486.             elseif args[1] == "team" then
  1487.             Notify('Gave your team rainbow name')
  1488.             elseif args[1] == "nonteam" then
  1489.             Notify('Gave the opposing team rainbow name')
  1490.             elseif args[1] == "guests" then
  1491.             Notify('Gave guests rainbow name')
  1492.             elseif args[1] == "admins" then
  1493.             Notify('Gave admins rainbowname')
  1494.             elseif args[1] == "nonadmins" then
  1495.             Notify('Gave nonadmins rainbow name')
  1496.             else
  1497.             Notify('Gave ' .. gPlayers[v].Name .. ' rainbow name')
  1498.             end
  1499.             end
  1500.         end
  1501. end)
  1502.  
  1503. addcmd('unrainbowname', 'removes their colorful name',{'unrname'},
  1504. function(args, speaker)
  1505.     local players = getPlayer(args[1], speaker)
  1506.     for i,v in pairs(players)do
  1507.         if FindTable(rainbowT, _players[v].Name) then
  1508.             table.remove(rainbowT, GetInTable(rainbowT, _players[v].Name))
  1509.             _players[v].Neutral = true
  1510.             if args[1] == "all" then
  1511.             Notify('Disabled rainbow name for everyone')
  1512.             elseif args[1] == "others" then
  1513.             Notify('Disabled others rainbow name')
  1514.             elseif args[1] == "friends" then
  1515.             Notify('Disabled friends rainbow name')
  1516.             elseif args[1] == "nonfriends" then
  1517.             Notify('Disabled non friends rainbow name')
  1518.             elseif args[1] == "team" then
  1519.             Notify('Disabled rainbow name for your team')
  1520.             elseif args[1] == "nonteam" then
  1521.             Notify('Disabled rainbow name for the opposing team')
  1522.             elseif args[1] == "guests" then
  1523.             Notify('Disabled rainbow name for guests')
  1524.             elseif args[1] == "admins" then
  1525.             Notify('Disabled rainbow name for admins')
  1526.             elseif args[1] == "nonadmins" then
  1527.             Notify('Disabled rainbow name for non admins')
  1528.             else
  1529.             Notify('Disabled rainbow name for ' .. gPlayers[v].Name)
  1530.             end
  1531.         end
  1532.         end
  1533. end)
  1534.  
  1535. addcmd('enabletools', 'lets them have tools',{'unloopremovetools'},
  1536. function(args, speaker)
  1537.     local players = getPlayer(args[1], speaker)
  1538.     for i,v in pairs(players)do
  1539.         if FindTable(disabletoolsT, _players[v].Name) then
  1540.             table.remove(disabletoolsT, GetInTable(disabletoolsT, _players[v].Name))
  1541.             if args[1] == "all" then
  1542.             Notify('Enabled tools for everyone')
  1543.             elseif args[1] == "others" then
  1544.             Notify('Enabled tools for others')
  1545.             elseif args[1] == "friends" then
  1546.             Notify('Enabled tools for friends')
  1547.             elseif args[1] == "nonfriends" then
  1548.             Notify('Enabled tools for nonfriends')
  1549.             elseif args[1] == "team" then
  1550.             Notify('Enabled tools for your team')
  1551.             elseif args[1] == "nonteam" then
  1552.             Notify('Enabled tools for the opposing team')
  1553.             elseif args[1] == "guests" then
  1554.             Notify('Enabled tools for guests')
  1555.             elseif args[1] == "admins" then
  1556.             Notify('Enabled tools for admins')
  1557.             elseif args[1] == "nonadmins" then
  1558.             Notify('Enabled tools for nonadmins')
  1559.             else
  1560.             Notify('Enabled tools for ' .. gPlayers[v].Name)
  1561.             end
  1562.         end
  1563.         end
  1564. end)
  1565.  
  1566. addcmd('nil', 'removes the player',{},
  1567. function(args, speaker)
  1568.     local players = getPlayer(args[1], speaker)
  1569.     for i,v in pairs(players)do
  1570.         pcall(function() gPlayers[v].Character:Remove() end)
  1571.         gPlayers[v].Character = nil
  1572.             if args[1] == "all" then
  1573.             Notify('Made everyone nil')
  1574.             elseif args[1] == "others" then
  1575.             Notify('Made others nil')
  1576.             elseif args[1] == "friends" then
  1577.             Notify('Made friends nil')
  1578.             elseif args[1] == "nonfriends" then
  1579.             Notify('Made non friends nil')
  1580.             elseif args[1] == "team" then
  1581.             Notify('Made your team nil')
  1582.             elseif args[1] == "nonteam" then
  1583.             Notify('Made the opposing team nil')
  1584.             elseif args[1] == "guests" then
  1585.             Notify('Made guests nil')
  1586.             elseif args[1] == "admins" then
  1587.             Notify('Made admins nil')
  1588.             elseif args[1] == "nonadmins" then
  1589.             Notify('Made nonadmins nil')
  1590.             else
  1591.             Notify('Made ' .. gPlayers[v].Name .. ' nil')
  1592.             end
  1593.         end
  1594. end)
  1595.  
  1596. addcmd('ban', 'goodbye ;)',{},
  1597. function(args, speaker)
  1598. local players = getPlayer(args[1], speaker)
  1599. for i,v in pairs(players)do
  1600. if args[1] == "all" then
  1601. Notify('Banned everyone')
  1602. elseif args[1] == "others" then
  1603. Notify('Banned others')
  1604. elseif args[1] == "friends" then
  1605. Notify('Banned friends')
  1606. elseif args[1] == "nonfriends" then
  1607. Notify('Banned nonfriends')
  1608. elseif args[1] == "team" then
  1609. Notify('Your team has been banned')
  1610. elseif args[1] == "nonteam" then
  1611. Notify('The opposing team has been banned')
  1612. elseif args[1] == "guests" then
  1613. Notify('Guests have been banned')
  1614. elseif args[1] == "nonadmins" then
  1615. Notify('Nonadmins have been banned')
  1616. else
  1617. Notify(gPlayers[v].Name .. ' has been banned')
  1618. end
  1619.     spawn(function()
  1620. table.insert(banT, _players[v].userId)
  1621. function Kick(PLAYER)
  1622. if PLAYER.Character and PLAYER.Character:FindFirstChild('HumanoidRootPart') and PLAYER.Character:FindFirstChild('Torso') then
  1623. PLAYER.Character.HumanoidRootPart.Position = Vector3.new(math.random(999000, 1001000), 10000, 0)
  1624. local Plat = Instance.new('SkateboardPlatform', PLAYER.Character) Plat.Position = PLAYER.Character.HumanoidRootPart.Position
  1625. Plat.Name = 'IYkick'
  1626. Plat.Size = Vector3.new(100, 1, 100)
  1627. local PART = Instance.new('Part', PLAYER.Character)
  1628. PART.Position = Plat.Position - Vector3.new(0, 3, 0)
  1629. PART.Size = Vector3.new(100, 1, 100)
  1630. PART.Anchored = true
  1631.  
  1632. PART.Transparency = 1
  1633. Plat.Transparency = 1
  1634.  
  1635. repeat wait(1)
  1636. if PLAYER.Character and PLAYER.Character:FindFirstChild('HumanoidRootPart') then
  1637. Plat.Position = PLAYER.Character.HumanoidRootPart.Position
  1638. end
  1639. Kick(PLAYER)
  1640. until not game.Players:findFirstChild(PLAYER)
  1641. end
  1642. end
  1643. Kick(gPlayers[v])
  1644. end)
  1645. end
  1646. end)
  1647.  
  1648. addcmd('clearbans', 'welcome back!',{'clrbans'},
  1649. function(args, speaker)
  1650.     banT = {}
  1651.     Notify('Removed all bans')
  1652. end)
  1653.  
  1654. addcmd('verify', 'dismiss',{''},
  1655. function(args, speaker)
  1656.         local players = getPlayer(args[1], speaker)
  1657.     for i,v in pairs(players)do
  1658. if gPlayers[v].Character.Head:FindFirstChild("BillboardGui") then
  1659. gPlayers[v].Character.Head:FindFirstChild("BillboardGui"):Remove() 
  1660. end
  1661. end
  1662. end)
  1663.  
  1664. addcmd('admin', 'ur an admin now ;o',{},
  1665. function(args, speaker)
  1666.     local players = getPlayer(args[1], speaker)
  1667.     for i,v in pairs(players)do
  1668.         if not FindTable(admins, _players[v].Name) then
  1669.         table.insert(admins, _players[v].Name)
  1670.         if args[1] == "all" then
  1671.         Notify('Everyone has been given admin')
  1672.         elseif args[1] == "others" then
  1673.         Notify('Others have been given admin')
  1674.         elseif args[1] == "friends" then
  1675.         Notify('Friends have been given admin')
  1676.         elseif args[1] == "team" then
  1677.         Notify('Your team has been given admin')
  1678.         elseif args[1] == "nonteam" then
  1679.         Notify('The opposing team has been given admin')
  1680.         else
  1681. Notify(gPlayers[v].Name .. ' has been given admin')
  1682. game.Chat:Chat(gPlayers[v].Character.Head, 'You are now an admin! The prefix is ' .. cmdprefix)
  1683. for a, mod in pairs(gPlayers[v].Character:children()) do
  1684. if mod:FindFirstChild("TAG") then
  1685. gPlayers[v].Character.Head.Transparency = 0
  1686. mod:Destroy()
  1687. end
  1688. end
  1689.        
  1690.         if gPlayers[v].Character.Head:FindFirstChild("BillboardGui") then
  1691. gPlayers[v].Character.Head:FindFirstChild("BillboardGui"):Remove() 
  1692. end
  1693.  
  1694. y = Instance.new("BillboardGui")
  1695. y.Size = UDim2.new(0,100,0,150)
  1696. y.StudsOffset = Vector3.new(0,1,0)
  1697. y.Parent = gPlayers[v].Character.Head
  1698. y.Adornee = gPlayers[v].Character.Head
  1699. f = Instance.new("TextLabel")
  1700. f.Parent = y
  1701. f.BackgroundTransparency = 1
  1702. f.Position = UDim2.new(0,0,0,-50)
  1703. f.Size = UDim2.new(0,100,0,100)
  1704. f.Font = "ArialBold"
  1705. f.TextSize = 20
  1706. f.Text = "Go to cmds.infiniteyield.x10host.com to view commands (say ;verify me to dismiss)"
  1707. f.TextStrokeColor3 = Color3.new(0,0,0)
  1708. f.TextColor3 = Color3.new(255/255,255/255,255/255)
  1709. f.TextStrokeTransparency = 0
  1710. f.TextYAlignment = "Bottom"
  1711. end
  1712.         end
  1713.         end
  1714. end)
  1715.  
  1716. addcmd('bang','owo',{'rape'},
  1717. function(args, speaker)
  1718.     local players = getPlayer(args[1], speaker)
  1719.     for i,v in pairs(players)do
  1720.         rape(_players[v].Name)
  1721.     end
  1722. end)
  1723.  
  1724. addcmd('clearadmins', 'welcome back!',{'clradmins'},
  1725. function(args, speaker)
  1726.     admins = {}
  1727.     Notify('Removed all admins')
  1728. end)
  1729.  
  1730. addcmd('unadmin', 'removes the admin',{'noadmin'},
  1731. function(args, speaker)
  1732.     local players = getPlayer(args[1], speaker)
  1733.     for i,v in pairs(players)do
  1734.     if FindTable(admins, _players[v].Name) then
  1735.     table.remove(admins, GetInTable(admins, _players[v].Name))
  1736.         if args[1] == "all" then
  1737.         Notify('Removed everyones admin')
  1738.         elseif args[1] == "others" then
  1739.         Notify('Others no longer have admin')
  1740.         elseif args[1] == "friends" then
  1741.         Notify('Friends no longer have admin')
  1742.         elseif args[1] == "team" then
  1743.         Notify('Your team no longer has admin')
  1744.         elseif args[1] == "nonteam" then
  1745.         Notify('The opposing team no longer has admin')
  1746.         else
  1747.         Notify(gPlayers[v].Name .. ' no longer has admin')
  1748.         end
  1749.         end
  1750.     game.Chat:Chat(gPlayers[v].Character.Head, 'You are no longer an admin')
  1751.     end
  1752. end)
  1753.  
  1754. addcmd('bgui', 'gives player billboard gui presenting text',{},
  1755. function(args, speaker)
  1756.     local players = getPlayer(args[1], speaker)
  1757.     for i,v in pairs(players)do
  1758. if gPlayers[v].Character.Head:FindFirstChild("BillboardGui") then
  1759. gPlayers[v].Character.Head:FindFirstChild("BillboardGui"):Remove() 
  1760. end
  1761.  
  1762. y = Instance.new("BillboardGui")
  1763. y.Size = UDim2.new(0,100,0,150)
  1764. y.StudsOffset = Vector3.new(0,1,0)
  1765. y.Parent = gPlayers[v].Character.Head
  1766. y.Adornee = gPlayers[v].Character.Head
  1767. f = Instance.new("TextLabel")
  1768. f.Parent = y
  1769. f.BackgroundTransparency = 1
  1770. f.Position = UDim2.new(0,0,0,-50)
  1771. f.Size = UDim2.new(0,100,0,100)
  1772. f.Font = "Highway"
  1773. f.FontSize = "Size48"
  1774. f.Text = GLS(false, 1)
  1775. f.TextStrokeColor3 = Color3.new(0,0,0)
  1776. f.TextColor3 = Color3.new(255/255,255/255,255/255)
  1777. f.TextStrokeTransparency = 0
  1778. f.TextYAlignment = "Bottom"
  1779. end
  1780. end)
  1781.  
  1782. addcmd('unbgui', 'gives player billboard gui presenting text',{'nobgui'},
  1783. function(args, speaker)
  1784.     local players = getPlayer(args[1], speaker)
  1785.     for i,v in pairs(players)do
  1786. if gPlayers[v].Character.Head:FindFirstChild("BillboardGui") then
  1787. gPlayers[v].Character.Head:FindFirstChild("BillboardGui"):Remove() 
  1788. end
  1789. end
  1790. end)
  1791.  
  1792. addcmd('rhats', 'no more hats',{'removehats'},
  1793. function(args, speaker)
  1794.     local players = getPlayer(args[1], speaker)
  1795.     for i,v in pairs(players) do
  1796.         for i,v in pairs(gPlayers[v].Character:GetChildren()) do
  1797.             if v:IsA('Accessory') then
  1798.                 v:destroy()
  1799.             end
  1800.         end
  1801.     end
  1802. end)
  1803.  
  1804. addcmd('removetools', 'no more tools',{'rtools'},
  1805. function(args, speaker)
  1806.     local players = getPlayer(args[1], speaker)
  1807.     for i,v in pairs(players) do
  1808.         for i,v in pairs(gPlayers[v].Backpack:GetChildren()) do
  1809.             if v:IsA('Tool') or v:IsA('HopperBin') then
  1810.                 v:destroy()
  1811.             end
  1812.     for i,v in pairs(players) do
  1813.         for i,v in pairs(gPlayers[v].Character:GetChildren()) do
  1814.             if v:IsA('Tool') or v:IsA('HopperBin') then
  1815.                 v:destroy()
  1816.                 end
  1817.         end
  1818.         end
  1819.         end
  1820.     end
  1821. end)
  1822.  
  1823. addcmd('copytools', 'copys the tools from a players backpack',{'ctools'},
  1824. function(args, speaker)
  1825.     local players = getPlayer(args[1], speaker)
  1826.     for i,v in pairs(players) do
  1827.         for i,v in pairs(gPlayers[v].Backpack:GetChildren()) do
  1828.             if v:IsA('Tool') or v:IsA('HopperBin') then
  1829.                 v:Clone().Parent = LP.Backpack
  1830.             end
  1831.         end
  1832.         end
  1833. end)
  1834.  
  1835. addcmd('gravity', 'workspace gravity',{''},
  1836. function(args, speaker)
  1837. workspace.Gravity = args[1]
  1838. Notify('Gravity set to ' .. args[1])
  1839. end)
  1840.  
  1841. addcmd('serverinfo', 'gives you info about the server',{'info'},
  1842. function(args, speaker)
  1843. wait(0.5)
  1844.  
  1845. -- Objects
  1846.  
  1847. local Sinfo = Instance.new("ScreenGui")
  1848. local Time = Instance.new("TextLabel")
  1849. local TextLabel = Instance.new("TextLabel")
  1850. local TextLabel3 = Instance.new("TextLabel")
  1851. local name = Instance.new("TextLabel")
  1852. local fe = Instance.new("TextLabel")
  1853. local players = Instance.new("TextLabel")
  1854. local maxplayers = Instance.new("TextLabel")
  1855. local TextLabel2 = Instance.new("TextLabel")
  1856. local playerid = Instance.new("TextLabel")
  1857. local appearance = Instance.new("TextLabel")
  1858. local placeid = Instance.new("TextLabel")
  1859. local exit = Instance.new("TextButton")
  1860.  
  1861. -- Properties
  1862.  
  1863. Sinfo.Name = "Sinfo"
  1864. Sinfo.Parent = game.Players.LocalPlayer.PlayerGui
  1865.  
  1866. Time.Name = "Time"
  1867. Time.Parent = Sinfo
  1868. Time.BackgroundColor3 = Color3.new(0, 0.8, 1)
  1869. Time.BackgroundTransparency = 1
  1870. Time.BorderColor3 = Color3.new(0.2, 0.8, 0.2)
  1871. Time.Position = UDim2.new(0, 20, 0.924000025, 0)
  1872. Time.Size = UDim2.new(0, 1000, 0, 20)
  1873. Time.Font = Enum.Font.ArialBold
  1874. Time.FontSize = Enum.FontSize.Size14
  1875. Time.Text = "0 Hours, 0 Minute(s), 0 Seconds"
  1876. Time.TextColor3 = Color3.new(1, 1, 1)
  1877. Time.TextStrokeTransparency = 0
  1878.  
  1879. TextLabel.Name = "Text Label"
  1880. TextLabel.Parent = Sinfo
  1881. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  1882. TextLabel.BackgroundTransparency = 1
  1883. TextLabel.BorderColor3 = Color3.new(0, 0, 0)
  1884. TextLabel.Position = UDim2.new(0, 50, 0.924000025, 0)
  1885. TextLabel.Size = UDim2.new(0, 600, 0, 20)
  1886. TextLabel.Font = Enum.Font.ArialBold
  1887. TextLabel.FontSize = Enum.FontSize.Size14
  1888. TextLabel.Text = "Server Time:"
  1889. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  1890. TextLabel.TextStrokeColor3 = Color3.new(1, 1, 1)
  1891. TextLabel.TextStrokeTransparency = 0
  1892.  
  1893. TextLabel3.Name = "Text Label3"
  1894. TextLabel3.Parent = Sinfo
  1895. TextLabel3.BackgroundColor3 = Color3.new(1, 1, 1)
  1896. TextLabel3.BackgroundTransparency = 1
  1897. TextLabel3.BorderColor3 = Color3.new(0, 0, 0)
  1898. TextLabel3.Position = UDim2.new(0, -250, 0.924000025, 0)
  1899. TextLabel3.Size = UDim2.new(0, 600, 0, 20)
  1900. TextLabel3.Font = Enum.Font.ArialBold
  1901. TextLabel3.FontSize = Enum.FontSize.Size14
  1902. TextLabel3.Text = "Local Player:"
  1903. TextLabel3.TextColor3 = Color3.new(0, 0, 0)
  1904. TextLabel3.TextStrokeColor3 = Color3.new(1, 1, 1)
  1905. TextLabel3.TextStrokeTransparency = 0
  1906.  
  1907. name.Name = "name"
  1908. name.Parent = Sinfo
  1909. name.BackgroundColor3 = Color3.new(0, 0.8, 1)
  1910. name.BackgroundTransparency = 1
  1911. name.BorderColor3 = Color3.new(0.2, 0.8, 0.2)
  1912. name.Position = UDim2.new(0, 350, 0.899999976, 0)
  1913. name.Size = UDim2.new(0, 1000, 0, 20)
  1914. name.Font = Enum.Font.ArialBold
  1915. name.FontSize = Enum.FontSize.Size14
  1916. name.Text = "Loading Place Name"
  1917. name.TextColor3 = Color3.new(1, 1, 1)
  1918. name.TextStrokeTransparency = 0
  1919.  
  1920. fe.Name = "fe"
  1921. fe.Parent = Sinfo
  1922. fe.BackgroundColor3 = Color3.new(0, 0.8, 1)
  1923. fe.BackgroundTransparency = 1
  1924. fe.BorderColor3 = Color3.new(0.2, 0.8, 0.2)
  1925. fe.Position = UDim2.new(0, 350, 0.949999988, 0)
  1926. fe.Size = UDim2.new(0, 1000, 0, 20)
  1927. fe.Font = Enum.Font.ArialBold
  1928. fe.FontSize = Enum.FontSize.Size14
  1929. fe.Text = "Loading FE Status"
  1930. fe.TextColor3 = Color3.new(1, 1, 1)
  1931. fe.TextStrokeTransparency = 0
  1932.  
  1933. players.Name = "players"
  1934. players.Parent = Sinfo
  1935. players.BackgroundColor3 = Color3.new(0, 0.8, 1)
  1936. players.BackgroundTransparency = 1
  1937. players.BorderColor3 = Color3.new(0.2, 0.8, 0.2)
  1938. players.Position = UDim2.new(0, 530, 0.899999976, 0)
  1939. players.Size = UDim2.new(0, 1000, 0, 20)
  1940. players.Font = Enum.Font.ArialBold
  1941. players.FontSize = Enum.FontSize.Size14
  1942. players.Text = "Loading Players"
  1943. players.TextColor3 = Color3.new(1, 1, 1)
  1944. players.TextStrokeTransparency = 0
  1945.  
  1946. maxplayers.Name = "maxplayers"
  1947. maxplayers.Parent = Sinfo
  1948. maxplayers.BackgroundColor3 = Color3.new(0, 0.8, 1)
  1949. maxplayers.BackgroundTransparency = 1
  1950. maxplayers.BorderColor3 = Color3.new(0.2, 0.8, 0.2)
  1951. maxplayers.Position = UDim2.new(0, 530, 0.949999988, 0)
  1952. maxplayers.Size = UDim2.new(0, 1000, 0, 20)
  1953. maxplayers.Font = Enum.Font.ArialBold
  1954. maxplayers.FontSize = Enum.FontSize.Size14
  1955. maxplayers.Text = "Loading Max Players"
  1956. maxplayers.TextColor3 = Color3.new(1, 1, 1)
  1957. maxplayers.TextStrokeTransparency = 0
  1958.  
  1959. TextLabel2.Name = "Text Label2"
  1960. TextLabel2.Parent = Sinfo
  1961. TextLabel2.BackgroundColor3 = Color3.new(1, 1, 1)
  1962. TextLabel2.BackgroundTransparency = 1
  1963. TextLabel2.BorderColor3 = Color3.new(0, 0, 0)
  1964. TextLabel2.Position = UDim2.new(0, 400, 0.924000025, 0)
  1965. TextLabel2.Size = UDim2.new(0, 600, 0, 20)
  1966. TextLabel2.Font = Enum.Font.ArialBold
  1967. TextLabel2.FontSize = Enum.FontSize.Size14
  1968. TextLabel2.Text = "Statistics:"
  1969. TextLabel2.TextColor3 = Color3.new(0, 0, 0)
  1970. TextLabel2.TextStrokeColor3 = Color3.new(1, 1, 1)
  1971. TextLabel2.TextStrokeTransparency = 0
  1972.  
  1973. playerid.Name = "playerid"
  1974. playerid.Parent = Sinfo
  1975. playerid.BackgroundColor3 = Color3.new(0, 0.8, 1)
  1976. playerid.BackgroundTransparency = 1
  1977. playerid.BorderColor3 = Color3.new(0.2, 0.8, 0.2)
  1978. playerid.Position = UDim2.new(0, -330, 0.899999976, 0)
  1979. playerid.Size = UDim2.new(0, 1000, 0, 20)
  1980. playerid.Font = Enum.Font.ArialBold
  1981. playerid.FontSize = Enum.FontSize.Size14
  1982. playerid.Text = "Loading Player ID"
  1983. playerid.TextColor3 = Color3.new(1, 1, 1)
  1984. playerid.TextStrokeTransparency = 0
  1985.  
  1986. appearance.Name = "appearance"
  1987. appearance.Parent = Sinfo
  1988. appearance.BackgroundColor3 = Color3.new(0, 0.8, 1)
  1989. appearance.BackgroundTransparency = 1
  1990. appearance.BorderColor3 = Color3.new(0.2, 0.8, 0.2)
  1991. appearance.Position = UDim2.new(0, -330, 0.949999988, 0)
  1992. appearance.Size = UDim2.new(0, 1000, 0, 20)
  1993. appearance.Font = Enum.Font.ArialBold
  1994. appearance.FontSize = Enum.FontSize.Size14
  1995. appearance.Text = "Loading Appearance ID"
  1996. appearance.TextColor3 = Color3.new(1, 1, 1)
  1997. appearance.TextStrokeTransparency = 0
  1998.  
  1999. placeid.Name = "placeid"
  2000. placeid.Parent = Sinfo
  2001. placeid.BackgroundColor3 = Color3.new(0, 0.8, 1)
  2002. placeid.BackgroundTransparency = 1
  2003. placeid.BorderColor3 = Color3.new(0.2, 0.8, 0.2)
  2004. placeid.Position = UDim2.new(0, 700, 0.899999976, 0)
  2005. placeid.Size = UDim2.new(0, 1000, 0, 20)
  2006. placeid.Font = Enum.Font.ArialBold
  2007. placeid.FontSize = Enum.FontSize.Size14
  2008. placeid.Text = "Loading Place ID"
  2009. placeid.TextColor3 = Color3.new(1, 1, 1)
  2010. placeid.TextStrokeTransparency = 0
  2011.  
  2012. exit.Name = "exit"
  2013. exit.Parent = Sinfo
  2014. exit.BackgroundColor3 = Color3.new(1, 1, 1)
  2015. exit.BorderColor3 = Color3.new(0, 0, 0)
  2016. exit.Position = UDim2.new(0, 1150, 0.944999993, 0)
  2017. exit.Size = UDim2.new(0, 100, 0, 25)
  2018. exit.FontSize = Enum.FontSize.Size10
  2019. exit.Text = "Exit"
  2020. exit.TextColor3 = Color3.new(0, 0, 0)
  2021.  
  2022. wait(0.5)
  2023. game.Players.LocalPlayer.PlayerGui.Sinfo.name.Text = game.Name
  2024. game.Players.LocalPlayer.PlayerGui.Sinfo.playerid.Text = "Player ID: " ..game.Players.LocalPlayer.UserId
  2025. if game.Workspace.FilteringEnabled == true then
  2026.     game.Players.LocalPlayer.PlayerGui.Sinfo.fe.Text = "Filtering Enabled"
  2027. elseif game.Workspace.FilteringEnabled == false then
  2028.     game.Players.LocalPlayer.PlayerGui.Sinfo.fe.Text = "Filtering Disabled"
  2029. end
  2030. players = game.Players:getPlayers()
  2031. game.Players.LocalPlayer.PlayerGui.Sinfo.maxplayers.Text = game.Players.MaxPlayers.. " Players Max"
  2032. game.Players.LocalPlayer.PlayerGui.Sinfo.placeid.Text = "Place ID: " ..game.PlaceId
  2033.  
  2034. game.Players.LocalPlayer.PlayerGui.Sinfo.exit.MouseButton1Click:Connect(function()
  2035. wait()
  2036. game.Players.LocalPlayer.PlayerGui.Sinfo:Destroy()
  2037. end)
  2038.  
  2039. while true do
  2040.     wait()
  2041.     game.Players.LocalPlayer.PlayerGui.Sinfo.players.Text = #players.. " Player(s)"
  2042.     game.Players.LocalPlayer.PlayerGui.Sinfo.appearance.Text = "Appearance: " ..game.Players.LocalPlayer.CharacterAppearanceId
  2043.     local seconds = math.floor(workspace.DistributedGameTime)
  2044.     local minutes = math.floor(workspace.DistributedGameTime / 60)
  2045.     local hours = math.floor(workspace.DistributedGameTime / 60 / 60)
  2046.     local seconds = seconds - (minutes * 60)
  2047.     local minutes = minutes - (hours * 60)
  2048.     if hours < 1 then
  2049.     if minutes < 1 then
  2050.     game.Players.LocalPlayer.PlayerGui.Sinfo.Time.Text = seconds .. " Second(s)"
  2051.     else
  2052.     game.Players.LocalPlayer.PlayerGui.Sinfo.Time.Text = minutes .. " Minute(s), " .. seconds .. " Second(s)"
  2053.     end
  2054.     else
  2055.     game.Players.LocalPlayer.PlayerGui.Sinfo.Time.Text = hours .. " Hour(s), " .. minutes .. " Minute(s), " .. seconds .. " Second(s)"
  2056.     end
  2057. end
  2058. end)
  2059.  
  2060. addcmd('sparkles', 'give a player sparkles',{},
  2061. function(args, speaker)
  2062.     local players = getPlayer(args[1], speaker)
  2063.     for i,v in pairs(players)do
  2064.     spawn(function()
  2065.         local pchar=_char(v)
  2066.         local Sparkles1 = Instance.new("Sparkles", pchar.Head)
  2067.         local Sparkles2 = Instance.new("Sparkles", pchar.HumanoidRootPart)
  2068.         local Sparkles3 = Instance.new("Sparkles", pchar["Left Arm"])
  2069.         local Sparkles4 = Instance.new("Sparkles", pchar["Right Arm"])
  2070.         local Sparkles5 = Instance.new("Sparkles", pchar["Left Leg"])
  2071.         local Sparkles6 = Instance.new("Sparkles", pchar["Right Leg"])
  2072.         if not args[2] then return end
  2073.         Sparkles1.Color = Color3.new((args[2]),(args[3]),(args[4]))
  2074.         Sparkles2.Color = Color3.new((args[2]),(args[3]),(args[4]))
  2075.         Sparkles3.Color = Color3.new((args[2]),(args[3]),(args[4]))
  2076.         Sparkles4.Color = Color3.new((args[2]),(args[3]),(args[4]))
  2077.         Sparkles5.Color = Color3.new((args[2]),(args[3]),(args[4]))
  2078.         Sparkles6.Color = Color3.new((args[2]),(args[3]),(args[4]))
  2079.     end)
  2080.     end
  2081. end)
  2082.  
  2083. addcmd('nosparkles', 'remove sparkles from a player',{'unsparkles'},
  2084. function(args, speaker)
  2085.     local players = getPlayer(args[1], speaker)
  2086.     for i,v in pairs(players)do
  2087.         local pchar=_char(v)
  2088.         for j,v1 in pairs(pchar.Head:GetChildren()) do
  2089.             if v1:IsA("Sparkles") then
  2090.                 v1:Destroy()
  2091.             end
  2092. end
  2093.         for j,v1 in pairs(pchar.HumanoidRootPart:GetChildren()) do
  2094.             if v1:IsA("Sparkles") then
  2095.                 v1:Destroy()
  2096.             end
  2097. end
  2098.         for j,v1 in pairs(pchar["Left Arm"]:GetChildren()) do
  2099.             if v1:IsA("Sparkles") then
  2100.                 v1:Destroy()
  2101.             end
  2102. end
  2103.         for j,v1 in pairs(pchar["Right Arm"]:GetChildren()) do
  2104.             if v1:IsA("Sparkles") then
  2105.                 v1:Destroy()
  2106.             end
  2107. end
  2108.         for j,v1 in pairs(pchar["Left Leg"]:GetChildren()) do
  2109.             if v1:IsA("Sparkles") then
  2110.                 v1:Destroy()
  2111.             end
  2112. end
  2113.         for j,v1 in pairs(pchar["Right Leg"]:GetChildren()) do
  2114.             if v1:IsA("Sparkles") then
  2115.                 v1:Destroy()
  2116.             end
  2117.         end
  2118.     end
  2119. end)
  2120.  
  2121. addcmd('smoke', 'give a player smoke',{},
  2122. function(args, speaker)
  2123.     local players = getPlayer(args[1], speaker)
  2124.     for i,v in pairs(players)do
  2125.         local pchar=_char(v)
  2126.         Instance.new("Smoke", pchar.HumanoidRootPart)
  2127.     end
  2128. end)
  2129.  
  2130. addcmd('addstat', 'give a player a stat',{'stat'},
  2131. function(args, speaker)
  2132.     local players = getPlayer(args[1], speaker)
  2133.     for i,v in pairs(players)do
  2134.     spawn(function()
  2135.     wait(0.5)
  2136.    
  2137.     function meep()
  2138.         for _, child in pairs(gPlayers[v].leaderstats:GetChildren()) do
  2139.     if child.Name == "STAT" then
  2140.         child:Destroy()
  2141.     end
  2142. end
  2143.  
  2144.     local score = Instance.new("StringValue")
  2145.    
  2146.     score.Name = "STAT"
  2147.     score.Value = GLS(false, 1)
  2148.  
  2149.     score.Parent = gPlayers[v].leaderstats
  2150.     end
  2151.    
  2152.    
  2153.     if gPlayers[v]:FindFirstChild("leaderstats") then
  2154.     meep()
  2155.     else
  2156.     local stats = Instance.new("IntValue")
  2157.     stats.Name = "leaderstats"
  2158.     stats.Parent = gPlayers[v]
  2159.     wait(0.5)
  2160.     meep()
  2161.     end
  2162.     end)
  2163.     end
  2164. end)
  2165.  
  2166. addcmd('unsmoke', 'remove smoke from a player',{'nosmoke'},
  2167. function(args, speaker)
  2168.     local players = getPlayer(args[1], speaker)
  2169.     for i,v in pairs(players)do
  2170.         local pchar=_char(v)
  2171.         for j,v1 in pairs(pchar.HumanoidRootPart:GetChildren()) do
  2172.             if v1:IsA("Smoke") then
  2173.                 v1:Destroy()
  2174.             end
  2175.         end
  2176.     end
  2177. end)
  2178.  
  2179. addcmd('longneck', 'makes a player have a really long neck',{'giraffe'},
  2180. function(args, speaker)
  2181.     local players = getPlayer(args[1], speaker)
  2182.     for i,v in pairs(players)do
  2183.         local pchar=_char(v)
  2184.         for i,v in pairs(pchar:GetChildren()) do
  2185.         if pchar.Torso:FindFirstChild("Neck") then
  2186.         pchar.Torso.Neck.C0 = CFrame.new(0,3,0) * CFrame.Angles(-math.rad(90),0,math.rad(180))
  2187.         local Neck = pchar:FindFirstChild("Neck") if Neck then Neck:Destroy() end
  2188.         Neck = Instance.new("Part", pchar) Neck.Name = "Neck" Neck.Size = Vector3.new(1,3,1)
  2189.         Neck.Position = Vector3.new(0,100,0) Neck.BrickColor = BrickColor.new(tostring(pchar.Head.BrickColor)) Neck.Locked = true
  2190.         local Mesh = Instance.new("CylinderMesh", Neck) Mesh.Scale = Vector3.new(0.7,1,0.7)
  2191.         local Weld = Instance.new("Weld", Neck) Weld.Part0 = Neck Weld.Part1 = pchar.Torso Weld.C0 = CFrame.new(0,-2,0)
  2192.     end
  2193.     end
  2194. end
  2195. end)
  2196.  
  2197. addcmd('unlongneck', 'makes a player have a really long neck',{'nolongneck', 'ungiraffe', 'nogiraffe'},
  2198. function(args, speaker)
  2199.     local players = getPlayer(args[1], speaker)
  2200.     for i,v in pairs(players)do
  2201.         local pchar=_char(v)
  2202.         for i,v in pairs(pchar:GetChildren()) do
  2203.         pchar.Torso.Neck.C0 = CFrame.new(0,1,0) * CFrame.Angles(-math.rad(90),0,math.rad(180))
  2204.         local Neck = pchar:FindFirstChild("Neck") if Neck then Neck:Destroy() end
  2205.     end
  2206. end
  2207. end)
  2208.  
  2209. addcmd('removeterrain', 'rip terrain',{'noterrain','clrterrain'},
  2210. function(args, speaker)
  2211. game.Workspace.Terrain:Clear()
  2212. end)
  2213.  
  2214. addcmd('smite','get hit by lightning',{},
  2215. function(args, speaker)
  2216.     local players = getPlayer(args[1], speaker)
  2217.     for i,v in pairs(players)do
  2218. spawn(function()
  2219.         local pchar=_char(v)
  2220. game.Lighting.Ambient = Color3.new(0,0,0)
  2221. local time_=tonumber(1)
  2222. game.Lighting:SetMinutesAfterMidnight(time_*60)
  2223. game.Lighting.Brightness = 0
  2224.  
  2225. local s = Instance.new("Sound")
  2226.  
  2227.  
  2228. s.Name = "thunder"
  2229. s.SoundId = "http://www.roblox.com/asset/?id=357559831"
  2230. s.Volume = 10
  2231. s.Pitch = 1
  2232. s.Looped = false
  2233. s.archivable = true
  2234.  
  2235. s.Parent = pchar.Head
  2236.  
  2237. wait()
  2238.  
  2239. s:play()
  2240.  
  2241. wait(1)
  2242.  
  2243. local e = Instance.new("Explosion")
  2244.    
  2245. e.BlastRadius = 5
  2246.  
  2247. e.BlastPressure = 1000
  2248.  
  2249. e.Parent = game.Workspace
  2250.  
  2251. e.Position = pchar.HumanoidRootPart.Position
  2252.  
  2253. System = {}
  2254.  
  2255. System.Create = function(a, c)
  2256.     local e = Instance.new(a)
  2257.     for d, a in pairs(c) do
  2258.         local b, a = ypcall(function()
  2259.             return e[d]
  2260.         end)
  2261.         if b then
  2262.             e[d] = c[d]
  2263.         end
  2264.     end
  2265.     return e
  2266. end
  2267. function b(d, b)
  2268.     local c = getfenv(d)
  2269.     local a = setmetatable({}, {
  2270.         __index = function(a, a)
  2271.             if a:lower() == 'script' then
  2272.                 return b
  2273.             else
  2274.                 return c[a]
  2275.             end
  2276.         end
  2277.     })
  2278.     setfenv(d, a)
  2279.     ypcall(function()
  2280.         d()
  2281.     end)
  2282. end
  2283. c = {}
  2284. mas = Instance.new("Model",game:GetService("Lighting"))
  2285. mas.Name = "CompiledModel"
  2286. o1 = System.Create("Model",{
  2287. ["Name"] = "SMITE",
  2288. ["Parent"] = mas,
  2289. })
  2290. o2 = System.Create("Part",{
  2291. ["Parent"] = o1,
  2292. ["Material"] = Enum.Material.Cobblestone,
  2293. ["BrickColor"] = BrickColor.new("New Yeller"),
  2294. ["Transparency"] = 0.60000002384186,
  2295. ["Position"] = pchar.HumanoidRootPart.Position,
  2296. ["Anchored"] = true,
  2297. ["CanCollide"] = false,
  2298. ["Size"] = Vector3.new(8.39999962, 578.400024, 0.99999994),
  2299. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2300. ["TopSurface"] = Enum.SurfaceType.Smooth,
  2301. ["Color"] = Color3.new(1, 1, 0),
  2302. })
  2303. o3 = System.Create("Part",{
  2304. ["Parent"] = o1,
  2305. ["Material"] = Enum.Material.Foil,
  2306. ["BrickColor"] = BrickColor.new("New Yeller"),
  2307. ["Transparency"] = 0.40000000596046,
  2308. ["Position"] = pchar.HumanoidRootPart.Position,
  2309. ["Rotation"] = Vector3.new(-0, -90, 0),
  2310. ["Anchored"] = true,
  2311. ["CanCollide"] = false,
  2312. ["Size"] = Vector3.new(7.39999962, 578.400024, 7.39999962),
  2313. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2314. ["TopSurface"] = Enum.SurfaceType.Smooth,
  2315. ["Color"] = Color3.new(1, 1, 0),
  2316. })
  2317. o4 = System.Create("PointLight",{
  2318. ["Parent"] = o3,
  2319. ["Brightness"] = 10000000000,
  2320. ["Range"] = 60,
  2321. })
  2322. o5 = System.Create("Part",{
  2323. ["Parent"] = o1,
  2324. ["Material"] = Enum.Material.Cobblestone,
  2325. ["BrickColor"] = BrickColor.new("New Yeller"),
  2326. ["Transparency"] = 0.60000002384186,
  2327. ["Position"] = pchar.HumanoidRootPart.Position,
  2328. ["Rotation"] = Vector3.new(-0, -90, 0),
  2329. ["Anchored"] = true,
  2330. ["CanCollide"] = false,
  2331. ["Size"] = Vector3.new(8.39999962, 578.400024, 0.99999994),
  2332. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2333. ["TopSurface"] = Enum.SurfaceType.Smooth,
  2334. ["Color"] = Color3.new(1, 1, 0),
  2335. })
  2336. o6 = System.Create("Part",{
  2337. ["Parent"] = o1,
  2338. ["Material"] = Enum.Material.Cobblestone,
  2339. ["BrickColor"] = BrickColor.new("New Yeller"),
  2340. ["Transparency"] = 0.60000002384186,
  2341. ["Position"] = pchar.HumanoidRootPart.Position,
  2342. ["Rotation"] = Vector3.new(-180, 0, -180),
  2343. ["Anchored"] = true,
  2344. ["CanCollide"] = false,
  2345. ["Size"] = Vector3.new(8.39999962, 578.400024, 0.99999994),
  2346. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2347. ["TopSurface"] = Enum.SurfaceType.Smooth,
  2348. ["Color"] = Color3.new(1, 1, 0),
  2349. })
  2350. o7 = System.Create("Part",{
  2351. ["Parent"] = o1,
  2352. ["Material"] = Enum.Material.Cobblestone,
  2353. ["BrickColor"] = BrickColor.new("New Yeller"),
  2354. ["Transparency"] = 0.60000002384186,
  2355. ["Position"] = pchar.HumanoidRootPart.Position,
  2356. ["Rotation"] = Vector3.new(0, 90, 0),
  2357. ["Anchored"] = true,
  2358. ["CanCollide"] = false,
  2359. ["Size"] = Vector3.new(8.39999962, 379.800018, 0.99999994),
  2360. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2361. ["TopSurface"] = Enum.SurfaceType.Smooth,
  2362. ["Color"] = Color3.new(1, 1, 0),
  2363. })
  2364. mas.Parent = workspace
  2365. mas:MakeJoints()
  2366. local b = mas:GetChildren()
  2367. for a = 1, #b do
  2368.     b[a].Parent = workspace
  2369.     ypcall(function()
  2370.         b[a]:MakeJoints()
  2371.     end)
  2372. end
  2373. mas:Destroy()
  2374. for a = 1, #c do
  2375.     coroutine.resume(c[a])
  2376. end
  2377.  
  2378. wait(0.5)
  2379. game.workspace.SMITE:Destroy()
  2380.  
  2381.  
  2382. wait(1)
  2383. game.Lighting.Brightness = 1
  2384. game.Lighting.Ambient = Color3.new(0.5,0.5,0.5)
  2385. game.Lighting.TimeOfDay = 14
  2386. end)
  2387. end
  2388. end)
  2389.  
  2390. addcmd('asteroid','get hit by an asteroid',{'meteor', 'meteorite'},
  2391. function(args, speaker)
  2392.     local players = getPlayer(args[1], speaker)
  2393.     for i,v in pairs(players)do
  2394. spawn(function()
  2395.         local pchar=_char(v)
  2396.                 local Ast = Instance.new("Part", workspace) Ast.Name = "Asteroid" Ast.Position = pchar.Torso.Position + Vector3.new(0,500,0) Ast.Size = Vector3.new(12,12,12)
  2397.                 local Mesh = Instance.new("SpecialMesh", Ast) Mesh.MeshId = "rbxassetid://1290033" Mesh.Scale = Vector3.new(6.2,6.2,6.2) Mesh.TextureId = "rbxassetid://1290030"
  2398.                 local Fire = Instance.new("Fire", Ast) Fire.Heat = 25 Fire.Size = 30
  2399.                 local Smoke = Instance.new("Smoke", Ast) Smoke.RiseVelocity = 10 Smoke.Size = 10
  2400.                 local f = Instance.new("Sound")
  2401.                 f.Name = "fly"
  2402.                 f.SoundId = "rbxassetid://179438534"
  2403.                 f.Volume = 3
  2404.                 f.Pitch = 1
  2405.                 f.Looped = true
  2406.                 f.archivable = true
  2407.                 f.Parent = Ast
  2408.                 f:play()
  2409.                 local Touched = false
  2410.                 coroutine.wrap(function()
  2411.                     repeat wait(0.1)
  2412.                         Ast.Position = Vector3.new(pchar.Torso.Position.X, Ast.Position.Y, pchar.Torso.Position.Z)
  2413.                     until not Ast or Ast.Parent == nil or Touched == true
  2414.                 end)()
  2415.                 Ast.Touched:connect(function(Part)
  2416.                     if Touched == false then
  2417.                         Touched = true
  2418.                         Part:BreakJoints()
  2419.                         local Boom = Instance.new("Explosion", workspace)
  2420.                         Boom.Position = Ast.Position
  2421.                         Boom.BlastPressure = 1000000
  2422.                         Boom.BlastRadius = 30
  2423.                         Fire.Heat = 0
  2424.                         Smoke.RiseVelocity = 0
  2425.                         f:Destroy()
  2426.                         local s = Instance.new("Sound")
  2427.                         s.Name = "boom"
  2428.                         s.SoundId = "rbxassetid://188590169"
  2429.                         s.Volume = 3
  2430.                         s.Pitch = 1
  2431.                         s.Looped = true
  2432.                         s.archivable = true
  2433.                         s.Parent = Ast
  2434.                         s:play()
  2435.                         coroutine.wrap(function()
  2436.                             wait(10)
  2437.                             s:Destroy()
  2438.                             if Ast and Ast.Parent ~= nil then
  2439.                                 Ast:Destroy()
  2440.                             end
  2441.                         end)()
  2442.                     end
  2443.                 end)
  2444. end)
  2445. end
  2446. end)
  2447.  
  2448. addcmd('bomb','gives you a bomb vest',{'terrorist'},
  2449. function(args, speaker)
  2450.     local players = getPlayer(args[1], speaker)
  2451.     for i,v in pairs(players)do
  2452. spawn(function()
  2453.         local Char=_char(v)
  2454. local Torso = Char.Torso
  2455. local TickWait = 1
  2456. local Dead = false
  2457.  
  2458. local Position = Vector3.new(0,100,0)
  2459. function NewPart(Parent)
  2460.     local Part = Instance.new("Part", Parent)
  2461.     Part.CanCollide = false
  2462.     Part.Position = Position
  2463.     Part.TopSurface = "Smooth"
  2464.     Part.BottomSurface = "Smooth"
  2465.     Position = Position + Vector3.new(0,10,0)
  2466.     return Part
  2467. end
  2468.  
  2469. local Model = Char:FindFirstChild("Bomb")
  2470. if Model then Model:Destroy() end
  2471.  
  2472. local Model = Instance.new("Model", Char)
  2473. Model.Name = "Bomb"
  2474.  
  2475. local Belt = NewPart(Model)
  2476. Belt.Size = Vector3.new(2.2,0.5,1.2)
  2477. local Weld = Instance.new("Weld", Belt)
  2478. Weld.Part0 = Belt
  2479. Weld.Part1 = Torso
  2480. Weld.C0 = CFrame.new(0,1.1,0)
  2481. local Light = Instance.new("PointLight", Belt)
  2482. Light.Range = 15
  2483. Light.Brightness = 5
  2484. Light.Color = Color3.new(1,0,0)
  2485. local Beep = Instance.new("Sound", Belt)
  2486. Beep.SoundId = "http://www.roblox.com/asset/?id=188588790"
  2487. local ExplodeSound = Instance.new("Sound", Belt)
  2488. ExplodeSound.SoundId = "http://www.roblox.com/asset/?id="..(tonumber((math.ceil(1776.66^2)+17).."."..string.rep("36",3))*77)+0.00003
  2489. ExplodeSound.Pitch = 2.8
  2490. ExplodeSound.Volume = 3
  2491.  
  2492. local Back = NewPart(Model)
  2493. Back.Size = Vector3.new(1.5,1.5,0.5)
  2494. local Weld = Instance.new("Weld", Back)
  2495. Weld.Part0 = Back
  2496. Weld.Part1 = Torso
  2497. Weld.C0 = CFrame.new(0,0.1,-0.75)
  2498.  
  2499. local StrapLeft = NewPart(Model)
  2500. StrapLeft.Size = Vector3.new(0.2,0.5,1.6)
  2501. local Weld = Instance.new("Weld", StrapLeft)
  2502. Weld.Part0 = StrapLeft
  2503. Weld.Part1 = Torso
  2504. Weld.C0 = CFrame.new(0.65,-0.9,-0.2)
  2505.  
  2506. local BuckleLeft = NewPart(Model)
  2507. BuckleLeft.Size = Vector3.new(0.2,1.5,0.2)
  2508. local Weld = Instance.new("Weld", BuckleLeft)
  2509. Weld.Part0 = BuckleLeft
  2510. Weld.Part1 = Torso
  2511. Weld.C0 = CFrame.new(0.65,0.1,0.5)
  2512.  
  2513. local StrapRight = NewPart(Model)
  2514. StrapRight.Size = Vector3.new(0.2,0.5,1.6)
  2515. local Weld = Instance.new("Weld", StrapRight)
  2516. Weld.Part0 = StrapRight
  2517. Weld.Part1 = Torso
  2518. Weld.C0 = CFrame.new(-0.65,-0.9,-0.2)
  2519.  
  2520. local BuckleRight = NewPart(Model)
  2521. BuckleRight.Size = Vector3.new(0.2,1.5,0.2)
  2522. local Weld = Instance.new("Weld", BuckleRight)
  2523. Weld.Part0 = BuckleRight
  2524. Weld.Part1 = Torso
  2525. Weld.C0 = CFrame.new(-0.65,0.1,0.5)
  2526.  
  2527. LightEnabled = true
  2528. coroutine.wrap(function()
  2529.     repeat
  2530.         wait(TickWait)
  2531.         LightEnabled = not LightEnabled
  2532.         Light.Enabled = LightEnabled
  2533.         Beep:Play()
  2534.     until Dead == true or Char:FindFirstChild("Bomb") == nil
  2535. end)()
  2536.  
  2537. wait(10)
  2538.     if Dead == false then
  2539.         Dead = true
  2540.         ExplodeSound:Play(); wait(1.4)
  2541.         local Explosion = Instance.new("Explosion")
  2542.         Explosion.Position = Belt.Position
  2543.         Explosion.BlastPressure = 100000
  2544.         Explosion.DestroyJointRadiusPercent = 0.7
  2545.         Explosion.ExplosionType = "CratersAndDebris"
  2546.         Explosion.BlastRadius = 50
  2547.         Explosion.Parent = workspace
  2548.     end
  2549. end)
  2550. end
  2551. end)
  2552.  
  2553. settingsOpen = false
  2554. addcmd('settings', 'gives you settings window',{'options'},
  2555. function(args, speaker)
  2556. if settingsOpen == false then
  2557. -- Objects
  2558. settingsOpen = true
  2559. local SettingsGUI = Instance.new("ScreenGui")
  2560. local FeedbackMain = Instance.new("Frame")
  2561. local Title = Instance.new("TextLabel")
  2562. local credit = Instance.new("TextLabel")
  2563. local close = Instance.new("TextButton")
  2564. local checkboxText = Instance.new("TextLabel")
  2565. local CheckBox = Instance.new("ImageButton")
  2566. local MtimeInput = Instance.new("TextButton")
  2567. local Input = Instance.new("TextBox")
  2568. local preText = Instance.new("TextLabel")
  2569. local SetBcolor = Instance.new("TextButton")
  2570. local RB = Instance.new("TextButton")
  2571. local Input_2 = Instance.new("TextBox")
  2572. local setpre = Instance.new("TextButton")
  2573. local bcolortxt = Instance.new("TextLabel")
  2574. local BB = Instance.new("TextButton")
  2575. local Input_3 = Instance.new("TextBox")
  2576. local GB = Instance.new("TextButton")
  2577. local Input_4 = Instance.new("TextBox")
  2578. local Rbox = Instance.new("TextButton")
  2579. local Input_5 = Instance.new("TextBox")
  2580. local Gbox = Instance.new("TextButton")
  2581. local Input_6 = Instance.new("TextBox")
  2582. local Bbox = Instance.new("TextButton")
  2583. local Input_7 = Instance.new("TextBox")
  2584. local InputBox = Instance.new("TextButton")
  2585. local Input_8 = Instance.new("TextBox")
  2586. local MTText = Instance.new("TextLabel")
  2587. local setMT = Instance.new("TextButton")
  2588. local CheckBoxS = Instance.new("ImageButton")
  2589. local slocktext = Instance.new("TextLabel")
  2590. local CheckBoxJL = Instance.new("ImageButton")
  2591. local JLtext = Instance.new("TextLabel")
  2592.  
  2593. -- Properties
  2594.  
  2595. SettingsGUI.Name = "SettingsGUI"
  2596. SettingsGUI.Parent = game.CoreGui
  2597.  
  2598. FeedbackMain.Name = "FeedbackMain"
  2599. FeedbackMain.Parent = SettingsGUI
  2600. FeedbackMain.BackgroundColor3 = Color3.new(1, 1, 1)
  2601. FeedbackMain.Position = UDim2.new(1, 100, 1, -300)
  2602. FeedbackMain.Size = UDim2.new(0, 300, 0, 300)
  2603. FeedbackMain.Style = Enum.FrameStyle.DropShadow
  2604.  
  2605. Title.Name = "Title"
  2606. Title.Parent = FeedbackMain
  2607. Title.BackgroundColor3 = Color3.new(1, 1, 1)
  2608. Title.BackgroundTransparency = 1
  2609. Title.Size = UDim2.new(1, 0, 0, 30)
  2610. Title.Font = Enum.Font.SourceSansBold
  2611. Title.FontSize = Enum.FontSize.Size24
  2612. Title.Text = "Settings"
  2613. Title.TextColor3 = Color3.new(0.980392, 0.980392, 0.980392)
  2614.  
  2615. close.Name = "close"
  2616. close.Parent = FeedbackMain
  2617. close.BackgroundColor3 = Color3.new(1, 0, 0)
  2618. close.BackgroundTransparency = 0.30000001192093
  2619. close.BorderColor3 = Color3.new(1, 0, 0)
  2620. close.Position = UDim2.new(1, -20, 1, -284)
  2621. close.Size = UDim2.new(0, 20, 0, 20)
  2622. close.Font = Enum.Font.SourceSans
  2623. close.FontSize = Enum.FontSize.Size14
  2624. close.Text = ""
  2625.  
  2626. checkboxText.Name = "checkboxText"
  2627. checkboxText.Parent = FeedbackMain
  2628. checkboxText.BackgroundColor3 = Color3.new(1, 1, 1)
  2629. checkboxText.BackgroundTransparency = 1
  2630. checkboxText.Position = UDim2.new(0, 0, 0, 43)
  2631. checkboxText.Size = UDim2.new(1, 0, 0, 30)
  2632. checkboxText.Font = Enum.Font.Code
  2633. checkboxText.FontSize = Enum.FontSize.Size18
  2634. checkboxText.Text = "Notifications"
  2635. checkboxText.TextColor3 = Color3.new(0.980392, 0.980392, 0.980392)
  2636.  
  2637. CheckBox.Name = "CheckBox"
  2638. CheckBox.Parent = FeedbackMain
  2639. CheckBox.BackgroundTransparency = 1
  2640. CheckBox.Position = UDim2.new(0, 10, 0, 40)
  2641. CheckBox.Size = UDim2.new(0, 30, 0, 30)
  2642. CheckBox.Image = "http://www.roblox.com/asset/?id=65492641"
  2643.  
  2644. MtimeInput.Name = "MtimeInput"
  2645. MtimeInput.Parent = FeedbackMain
  2646. MtimeInput.BackgroundColor3 = Color3.new(1, 1, 1)
  2647. MtimeInput.Position = UDim2.new(0, 8, 0, 159)
  2648. MtimeInput.Size = UDim2.new(0, 30, 0, 30)
  2649. MtimeInput.AutoButtonColor = false
  2650. MtimeInput.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  2651. MtimeInput.Font = Enum.Font.SourceSans
  2652. MtimeInput.FontSize = Enum.FontSize.Size14
  2653. MtimeInput.Text = ""
  2654.  
  2655. Input.Name = "Input"
  2656. Input.Parent = MtimeInput
  2657. Input.BackgroundColor3 = Color3.new(1, 1, 1)
  2658. Input.BackgroundTransparency = 1
  2659. Input.Position = UDim2.new(-0.699999988, 0, 0, -8)
  2660. Input.Size = UDim2.new(0, 30, 0, 30)
  2661. Input.Font = Enum.Font.SourceSansBold
  2662. Input.FontSize = Enum.FontSize.Size18
  2663. Input.MultiLine = true
  2664. Input.Text = ""
  2665. Input.TextColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  2666. Input.TextWrapped = true
  2667. Input.TextXAlignment = Enum.TextXAlignment.Left
  2668. Input.TextYAlignment = Enum.TextYAlignment.Top
  2669.  
  2670. preText.Name = "preText"
  2671. preText.Parent = FeedbackMain
  2672. preText.BackgroundColor3 = Color3.new(1, 1, 1)
  2673. preText.BackgroundTransparency = 1
  2674. preText.Position = UDim2.new(0, 0, 0, 118)
  2675. preText.Size = UDim2.new(1, 0, 0, 30)
  2676. preText.Font = Enum.Font.Code
  2677. preText.FontSize = Enum.FontSize.Size18
  2678. preText.Text = "Prefix"
  2679. preText.TextColor3 = Color3.new(0.980392, 0.980392, 0.980392)
  2680.  
  2681. SetBcolor.Name = "SetBcolor"
  2682. SetBcolor.Parent = FeedbackMain
  2683. SetBcolor.BackgroundColor3 = Color3.new(1, 1, 1)
  2684. SetBcolor.BorderSizePixel = 5
  2685. SetBcolor.Position = UDim2.new(0, 235, 0, 83)
  2686. SetBcolor.Size = UDim2.new(0, 40, 0, 25)
  2687. SetBcolor.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  2688. SetBcolor.Font = Enum.Font.ArialBold
  2689. SetBcolor.FontSize = Enum.FontSize.Size18
  2690. SetBcolor.Text = "Set"
  2691.  
  2692. RB.Name = "RB"
  2693. RB.Parent = FeedbackMain
  2694. RB.BackgroundColor3 = Color3.new(1, 1, 1)
  2695. RB.Position = UDim2.new(0, 8, 0, 80)
  2696. RB.Size = UDim2.new(0, 30, 0, 30)
  2697. RB.AutoButtonColor = false
  2698. RB.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  2699. RB.Font = Enum.Font.SourceSans
  2700. RB.FontSize = Enum.FontSize.Size14
  2701. RB.Text = "R"
  2702.  
  2703. Input_2.Name = "Input"
  2704. Input_2.Parent = RB
  2705. Input_2.BackgroundColor3 = Color3.new(1, 1, 1)
  2706. Input_2.BackgroundTransparency = 1
  2707. Input_2.Position = UDim2.new(0, 0, 0, -8)
  2708. Input_2.Size = UDim2.new(0, 30, 0, 30)
  2709. Input_2.Font = Enum.Font.SourceSansBold
  2710. Input_2.FontSize = Enum.FontSize.Size18
  2711. Input_2.MultiLine = true
  2712. Input_2.Text = ""
  2713. Input_2.TextColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  2714. Input_2.TextWrapped = true
  2715. Input_2.TextXAlignment = Enum.TextXAlignment.Left
  2716. Input_2.TextYAlignment = Enum.TextYAlignment.Top
  2717.  
  2718. setpre.Name = "setpre"
  2719. setpre.Parent = FeedbackMain
  2720. setpre.BackgroundColor3 = Color3.new(1, 1, 1)
  2721. setpre.BorderSizePixel = 5
  2722. setpre.Position = UDim2.new(0, 235, 0, 120)
  2723. setpre.Size = UDim2.new(0, 40, 0, 25)
  2724. setpre.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  2725. setpre.Font = Enum.Font.ArialBold
  2726. setpre.FontSize = Enum.FontSize.Size18
  2727. setpre.Text = "Set"
  2728.  
  2729. bcolortxt.Name = "bcolortxt"
  2730. bcolortxt.Parent = FeedbackMain
  2731. bcolortxt.BackgroundColor3 = Color3.new(1, 1, 1)
  2732. bcolortxt.BackgroundTransparency = 1
  2733. bcolortxt.Position = UDim2.new(0, 0, 0, 78)
  2734. bcolortxt.Size = UDim2.new(1, 0, 0, 30)
  2735. bcolortxt.Font = Enum.Font.Code
  2736. bcolortxt.FontSize = Enum.FontSize.Size14
  2737. bcolortxt.Text = "Notification\nBorder Color"
  2738. bcolortxt.TextColor3 = Color3.new(0.980392, 0.980392, 0.980392)
  2739.  
  2740. BB.Name = "BB"
  2741. BB.Parent = FeedbackMain
  2742. BB.BackgroundColor3 = Color3.new(1, 1, 1)
  2743. BB.Position = UDim2.new(0, 60, 0, 80)
  2744. BB.Size = UDim2.new(0, 30, 0, 30)
  2745. BB.AutoButtonColor = false
  2746. BB.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  2747. BB.Font = Enum.Font.SourceSans
  2748. BB.FontSize = Enum.FontSize.Size14
  2749. BB.Text = "B"
  2750.  
  2751. Input_3.Name = "Input"
  2752. Input_3.Parent = BB
  2753. Input_3.BackgroundColor3 = Color3.new(1, 1, 1)
  2754. Input_3.BackgroundTransparency = 1
  2755. Input_3.Position = UDim2.new(0, 0, 0, -8)
  2756. Input_3.Size = UDim2.new(0, 30, 0, 30)
  2757. Input_3.Font = Enum.Font.SourceSansBold
  2758. Input_3.FontSize = Enum.FontSize.Size18
  2759. Input_3.MultiLine = true
  2760. Input_3.Text = ""
  2761. Input_3.TextColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  2762. Input_3.TextWrapped = true
  2763. Input_3.TextXAlignment = Enum.TextXAlignment.Left
  2764. Input_3.TextYAlignment = Enum.TextYAlignment.Top
  2765.  
  2766. GB.Name = "GB"
  2767. GB.Parent = FeedbackMain
  2768. GB.BackgroundColor3 = Color3.new(1, 1, 1)
  2769. GB.Position = UDim2.new(0, 34, 0, 80)
  2770. GB.Size = UDim2.new(0, 30, 0, 30)
  2771. GB.AutoButtonColor = false
  2772. GB.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  2773. GB.Font = Enum.Font.SourceSans
  2774. GB.FontSize = Enum.FontSize.Size14
  2775. GB.Text = "G"
  2776.  
  2777. Input_4.Name = "Input"
  2778. Input_4.Parent = GB
  2779. Input_4.BackgroundColor3 = Color3.new(1, 1, 1)
  2780. Input_4.BackgroundTransparency = 1
  2781. Input_4.Position = UDim2.new(0, 0, 0, -8)
  2782. Input_4.Size = UDim2.new(0, 30, 0, 30)
  2783. Input_4.Font = Enum.Font.SourceSansBold
  2784. Input_4.FontSize = Enum.FontSize.Size18
  2785. Input_4.MultiLine = true
  2786. Input_4.Text = ""
  2787. Input_4.TextColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  2788. Input_4.TextWrapped = true
  2789. Input_4.TextXAlignment = Enum.TextXAlignment.Left
  2790. Input_4.TextYAlignment = Enum.TextYAlignment.Top
  2791.  
  2792. Rbox.Name = "Rbox"
  2793. Rbox.Parent = FeedbackMain
  2794. Rbox.BackgroundColor3 = Color3.new(1, 1, 1)
  2795. Rbox.Position = UDim2.new(0, 8, 0, 80)
  2796. Rbox.Size = UDim2.new(0, 30, 0, 30)
  2797. Rbox.AutoButtonColor = false
  2798. Rbox.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  2799. Rbox.Font = Enum.Font.SourceSans
  2800. Rbox.FontSize = Enum.FontSize.Size14
  2801. Rbox.Text = ""
  2802.  
  2803. Input_5.Name = "Input"
  2804. Input_5.Parent = Rbox
  2805. Input_5.BackgroundColor3 = Color3.new(1, 1, 1)
  2806. Input_5.BackgroundTransparency = 1
  2807. Input_5.Position = UDim2.new(0, -9, 0, -8)
  2808. Input_5.Size = UDim2.new(0, 30, 0, 30)
  2809. Input_5.Font = Enum.Font.SourceSansBold
  2810. Input_5.FontSize = Enum.FontSize.Size18
  2811. Input_5.MultiLine = true
  2812. Input_5.Text = ""
  2813. Input_5.TextColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  2814. Input_5.TextWrapped = true
  2815. Input_5.TextXAlignment = Enum.TextXAlignment.Left
  2816. Input_5.TextYAlignment = Enum.TextYAlignment.Top
  2817.  
  2818. Gbox.Name = "Gbox"
  2819. Gbox.Parent = FeedbackMain
  2820. Gbox.BackgroundColor3 = Color3.new(1, 1, 1)
  2821. Gbox.Position = UDim2.new(0, 34, 0, 80)
  2822. Gbox.Size = UDim2.new(0, 30, 0, 30)
  2823. Gbox.AutoButtonColor = false
  2824. Gbox.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  2825. Gbox.Font = Enum.Font.SourceSans
  2826. Gbox.FontSize = Enum.FontSize.Size14
  2827. Gbox.Text = ""
  2828.  
  2829. Input_6.Name = "Input"
  2830. Input_6.Parent = Gbox
  2831. Input_6.BackgroundColor3 = Color3.new(1, 1, 1)
  2832. Input_6.BackgroundTransparency = 1
  2833. Input_6.Position = UDim2.new(0, -9, 0, -8)
  2834. Input_6.Size = UDim2.new(0, 30, 0, 30)
  2835. Input_6.Font = Enum.Font.SourceSansBold
  2836. Input_6.FontSize = Enum.FontSize.Size18
  2837. Input_6.MultiLine = true
  2838. Input_6.Text = ""
  2839. Input_6.TextColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  2840. Input_6.TextWrapped = true
  2841. Input_6.TextXAlignment = Enum.TextXAlignment.Left
  2842. Input_6.TextYAlignment = Enum.TextYAlignment.Top
  2843.  
  2844. Bbox.Name = "Bbox"
  2845. Bbox.Parent = FeedbackMain
  2846. Bbox.BackgroundColor3 = Color3.new(1, 1, 1)
  2847. Bbox.Position = UDim2.new(0, 60, 0, 80)
  2848. Bbox.Size = UDim2.new(0, 30, 0, 30)
  2849. Bbox.AutoButtonColor = false
  2850. Bbox.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  2851. Bbox.Font = Enum.Font.SourceSans
  2852. Bbox.FontSize = Enum.FontSize.Size14
  2853. Bbox.Text = ""
  2854.  
  2855. Input_7.Name = "Input"
  2856. Input_7.Parent = Bbox
  2857. Input_7.BackgroundColor3 = Color3.new(1, 1, 1)
  2858. Input_7.BackgroundTransparency = 1
  2859. Input_7.Position = UDim2.new(0, -9, 0, -8)
  2860. Input_7.Size = UDim2.new(0, 30, 0, 30)
  2861. Input_7.Font = Enum.Font.SourceSansBold
  2862. Input_7.FontSize = Enum.FontSize.Size18
  2863. Input_7.MultiLine = true
  2864. Input_7.Text = ""
  2865. Input_7.TextColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  2866. Input_7.TextWrapped = true
  2867. Input_7.TextXAlignment = Enum.TextXAlignment.Left
  2868. Input_7.TextYAlignment = Enum.TextYAlignment.Top
  2869.  
  2870. InputBox.Name = "InputBox"
  2871. InputBox.Parent = FeedbackMain
  2872. InputBox.BackgroundColor3 = Color3.new(1, 1, 1)
  2873. InputBox.Position = UDim2.new(0, 8, 0, 120)
  2874. InputBox.Size = UDim2.new(0, 30, 0, 30)
  2875. InputBox.AutoButtonColor = false
  2876. InputBox.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  2877. InputBox.Font = Enum.Font.SourceSans
  2878. InputBox.FontSize = Enum.FontSize.Size14
  2879. InputBox.Text = ""
  2880.  
  2881. Input_8.Name = "Input"
  2882. Input_8.Parent = InputBox
  2883. Input_8.BackgroundColor3 = Color3.new(1, 1, 1)
  2884. Input_8.BackgroundTransparency = 1
  2885. Input_8.Position = UDim2.new(0, 0, 0, -8)
  2886. Input_8.Size = UDim2.new(0, 30, 0, 30)
  2887. Input_8.Font = Enum.Font.SourceSansBold
  2888. Input_8.FontSize = Enum.FontSize.Size18
  2889. Input_8.MultiLine = true
  2890. Input_8.Text = ""
  2891. Input_8.TextColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  2892. Input_8.TextWrapped = true
  2893. Input_8.TextXAlignment = Enum.TextXAlignment.Left
  2894. Input_8.TextYAlignment = Enum.TextYAlignment.Top
  2895.  
  2896. MTText.Name = "MTText"
  2897. MTText.Parent = FeedbackMain
  2898. MTText.BackgroundColor3 = Color3.new(1, 1, 1)
  2899. MTText.BackgroundTransparency = 1
  2900. MTText.Position = UDim2.new(0, 0, 0, 158)
  2901. MTText.Size = UDim2.new(1, 0, 0, 30)
  2902. MTText.Font = Enum.Font.Code
  2903. MTText.FontSize = Enum.FontSize.Size18
  2904. MTText.Text = "Message Time"
  2905. MTText.TextColor3 = Color3.new(0.980392, 0.980392, 0.980392)
  2906.  
  2907. setMT.Name = "setMT"
  2908. setMT.Parent = FeedbackMain
  2909. setMT.BackgroundColor3 = Color3.new(1, 1, 1)
  2910. setMT.BorderSizePixel = 5
  2911. setMT.Position = UDim2.new(0, 235, 0, 159)
  2912. setMT.Size = UDim2.new(0, 40, 0, 25)
  2913. setMT.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  2914. setMT.Font = Enum.Font.ArialBold
  2915. setMT.FontSize = Enum.FontSize.Size18
  2916. setMT.Text = "Set"
  2917.  
  2918. CheckBoxS.Name = "CheckBoxS"
  2919. CheckBoxS.Parent = FeedbackMain
  2920. CheckBoxS.BackgroundTransparency = 1
  2921. CheckBoxS.Position = UDim2.new(0, 10, 0, 195)
  2922. CheckBoxS.Size = UDim2.new(0, 30, 0, 30)
  2923. CheckBoxS.Image = "http://www.roblox.com/asset/?id=65492641"
  2924.  
  2925. slocktext.Name = "slocktext"
  2926. slocktext.Parent = FeedbackMain
  2927. slocktext.BackgroundColor3 = Color3.new(1, 1, 1)
  2928. slocktext.BackgroundTransparency = 1
  2929. slocktext.Position = UDim2.new(0, 0, 0, 195)
  2930. slocktext.Size = UDim2.new(1, 0, 0, 30)
  2931. slocktext.Font = Enum.Font.Code
  2932. slocktext.FontSize = Enum.FontSize.Size14
  2933. slocktext.Text = "Allow Friends On Serverlock"
  2934. slocktext.TextColor3 = Color3.new(0.980392, 0.980392, 0.980392)
  2935.  
  2936. CheckBoxJL.Name = "CheckBoxJL"
  2937. CheckBoxJL.Parent = FeedbackMain
  2938. CheckBoxJL.BackgroundTransparency = 1
  2939. CheckBoxJL.Position = UDim2.new(0, 10, 0, 230)
  2940. CheckBoxJL.Size = UDim2.new(0, 30, 0, 30)
  2941. CheckBoxJL.Image = "http://www.roblox.com/asset/?id=65492641"
  2942.  
  2943. JLtext.Name = "JLtext"
  2944. JLtext.Parent = FeedbackMain
  2945. JLtext.BackgroundColor3 = Color3.new(1, 1, 1)
  2946. JLtext.BackgroundTransparency = 1
  2947. JLtext.Position = UDim2.new(0, 0, 0, 230)
  2948. JLtext.Size = UDim2.new(1, 0, 0, 30)
  2949. JLtext.Font = Enum.Font.Code
  2950. JLtext.FontSize = Enum.FontSize.Size14
  2951. JLtext.Text = "Joined / Left Notifications"
  2952. JLtext.TextColor3 = Color3.new(0.980392, 0.980392, 0.980392)
  2953. wait(0.5)
  2954. SettingsGUI.FeedbackMain:TweenPosition(UDim2.new(1,-300,1,-300),"Out","Quint",0.3,true)
  2955. wait(0.5)
  2956. SettingsGUI.FeedbackMain.close.MouseButton1Click:Connect(function()
  2957. settingsOpen = false
  2958. wait()
  2959. SettingsGUI.FeedbackMain:TweenPosition(UDim2.new(1,100,1,-300),"Out","Quint",0.3,true)
  2960. wait(1)
  2961. SettingsGUI:Destroy()
  2962. end)
  2963.  
  2964. --Message time
  2965.  
  2966. SettingsGUI.FeedbackMain.setMT.MouseButton1Click:Connect(function()
  2967. wait()
  2968.     game.CoreGui.MSGtime.Value = SettingsGUI.FeedbackMain.MtimeInput.Input.Text
  2969.     Notify('Set message time to ' ..SettingsGUI.FeedbackMain.MtimeInput.Input.Text.. ' second(s)')
  2970. end)
  2971.  
  2972. --Border Color
  2973.  
  2974. SettingsGUI.FeedbackMain.SetBcolor.MouseButton1Click:Connect(function()
  2975. local frame = SettingsGUI.FeedbackMain
  2976. wait()
  2977.     notifyNOT.BorderColor = BrickColor.new(frame.Rbox.Input.Text,frame.Gbox.Input.Text,frame.Bbox.Input.Text)
  2978.     Notify('Set Border Color.')
  2979. end)
  2980.  
  2981. --Change prefix
  2982.  
  2983. SettingsGUI.FeedbackMain.setpre.MouseButton1Click:Connect(function()
  2984. wait()
  2985.     cmdprefix = SettingsGUI.FeedbackMain.InputBox.Input.Text
  2986.     Notify('Set prefix to "' .. SettingsGUI.FeedbackMain.InputBox.Input.Text .. '"')
  2987. end)
  2988.  
  2989. --Check Box for notify
  2990.  
  2991. checked = "http://www.roblox.com/asset/?id=65492641"
  2992. unchecked = "http://www.roblox.com/asset/?id=65492651"
  2993. checkValue = game.CoreGui.notify
  2994.  
  2995. if checkValue.Value == true then
  2996. SettingsGUI.FeedbackMain.CheckBox.Image = checked
  2997. else
  2998. SettingsGUI.FeedbackMain.CheckBox.Image = unchecked
  2999. end
  3000.  
  3001. SettingsGUI.FeedbackMain.CheckBox.MouseButton1Down:connect(function()
  3002. if checkValue.Value then
  3003. checkValue.Value = false
  3004. SettingsGUI.FeedbackMain.CheckBox.Image = unchecked
  3005. notifyNOT.Visible = false
  3006. else
  3007. checkValue.Value = true
  3008. SettingsGUI.FeedbackMain.CheckBox.Image = checked
  3009. notifyNOT.Visible = true
  3010. end
  3011. end)
  3012.  
  3013. --Check Box for allow friends on serverlock
  3014.  
  3015. checked2 = "http://www.roblox.com/asset/?id=65492641"
  3016. unchecked2 = "http://www.roblox.com/asset/?id=65492651"
  3017. checkValue2 = game.CoreGui.allowfriends
  3018.  
  3019. if checkValue2.Value == true then
  3020. SettingsGUI.FeedbackMain.CheckBoxS.Image = checked2
  3021. else
  3022. SettingsGUI.FeedbackMain.CheckBoxS.Image = unchecked2
  3023. end
  3024.  
  3025. SettingsGUI.FeedbackMain.CheckBoxS.MouseButton1Down:connect(function()
  3026. if checkValue2.Value then
  3027. checkValue2.Value = false
  3028. SettingsGUI.FeedbackMain.CheckBoxS.Image = unchecked2
  3029. else
  3030. checkValue2.Value = true
  3031. SettingsGUI.FeedbackMain.CheckBoxS.Image = checked2
  3032. end
  3033. end)
  3034.  
  3035. --Check Box for JoinedLeft notifications
  3036.  
  3037. checked3 = "http://www.roblox.com/asset/?id=65492641"
  3038. unchecked3 = "http://www.roblox.com/asset/?id=65492651"
  3039. checkValue3 = game.CoreGui.JLnotify
  3040.  
  3041. if checkValue3.Value == true then
  3042. SettingsGUI.FeedbackMain.CheckBoxJL.Image = checked3
  3043. else
  3044. SettingsGUI.FeedbackMain.CheckBoxJL.Image = unchecked3
  3045. end
  3046.  
  3047. SettingsGUI.FeedbackMain.CheckBoxJL.MouseButton1Down:connect(function()
  3048. if checkValue3.Value then
  3049. checkValue3.Value = false
  3050. SettingsGUI.FeedbackMain.CheckBoxJL.Image = unchecked3
  3051. else
  3052. checkValue3.Value = true
  3053. SettingsGUI.FeedbackMain.CheckBoxJL.Image = checked3
  3054. end
  3055. end)
  3056. end
  3057. end)
  3058.  
  3059. addcmd('btools', 'gives a player btools',{},
  3060. function(args, speaker)
  3061.     local players = getPlayer(args[1], speaker)
  3062.     if players ~= nil then
  3063.         for i, v in pairs(players) do
  3064.             Instance.new("HopperBin", gPlayers[v].Backpack).BinType = 2
  3065.             Instance.new("HopperBin", gPlayers[v].Backpack).BinType = 3
  3066.             Instance.new("HopperBin", gPlayers[v].Backpack).BinType = 4
  3067.             if args[1] == "all" then
  3068.             Notify('Gave btools to everyone')
  3069.             elseif args[1] == "others" then
  3070.             Notify('Gave btools to others')
  3071.             elseif args[1] == "friends" then
  3072.             Notify('Gave btools to friends')
  3073.             elseif args[1] == "nonfriends" then
  3074.             Notify('Gave btools to non friends')
  3075.             elseif args[1] == "team" then
  3076.             Notify('Gave btools to your team')
  3077.             elseif args[1] == "nonteam" then
  3078.             Notify('Gave btools to the opposing team')
  3079.             elseif args[1] == "guests" then
  3080.             Notify('Gave btools to guests')
  3081.             elseif args[1] == "admins" then
  3082.             Notify('Gave btools to admins')
  3083.             elseif args[1] == "nonadmins" then
  3084.             Notify('Gave btools to nonadmins')
  3085.             else
  3086.             Notify('Gave btools to ' .. gPlayers[v].Name)
  3087.             end
  3088.         end
  3089.     end
  3090. end)
  3091.  
  3092. addcmd('hatsize', 'changes players hat size',{''},
  3093. function(args, speaker)
  3094.     local players = getPlayer(args[1], speaker)
  3095.     for i,v in pairs(players) do
  3096.         for i,v in pairs(gPlayers[v].Character:GetChildren()) do
  3097.             if v:IsA('Accessory') then
  3098.                 for a,b in pairs(v.Handle:GetChildren()) do
  3099.                     if b:IsA('SpecialMesh') then
  3100.                         b.Scale = args[2] * Vector3.new(1, 1, 1)
  3101.                     end
  3102.                 end
  3103.             end
  3104.         end
  3105.     end
  3106. end)
  3107.  
  3108. addcmd('headsize', 'changes players head size',{''},
  3109. function(args, speaker)
  3110.     local players = getPlayer(args[1], speaker)
  3111.     for i,v in pairs(players) do
  3112.     local plrchar = _players[v].Character
  3113.         if args[2] == 1 then
  3114.             plrchar.Head.Mesh.Scale = Vector3.new(1.25, 1.25, 1.25)
  3115.             plrchar.Head.Mesh.Offset = Vector3.new(0, 0, 0)
  3116.         else
  3117.             plrchar.Head.Mesh.Scale = args[2] * Vector3.new(1.25, 1.25, 1.25)
  3118.         end
  3119.     end
  3120. end)
  3121.  
  3122. addcmd('change', 'changes a players stat',{'stat'},
  3123. function(args, speaker)
  3124.     local players = getPlayer(args[1], speaker)
  3125.     for i,v in pairs(players) do
  3126.     if _players[v]:FindFirstChild('leaderstats') then
  3127.     for i,v in pairs(_players[v].leaderstats:GetChildren()) do
  3128.     if string.lower(v.Name) == string.lower(args[2]) and v:IsA('IntValue') or v:IsA('NumberValue') then
  3129.     if args[3] then v.Value = tonumber(args[3]) end
  3130.         end
  3131.     end
  3132.     end
  3133. end
  3134. end)
  3135.  
  3136. addcmd('draw', 'drawing tool',{},
  3137. function(args, speaker)
  3138. for i,v in next,game:children()do
  3139.     pcall(function()
  3140.         local c=v.className;
  3141.         rawset(getfenv(0),c:sub(1,1):lower()..c:sub(2),game:service(c));
  3142.     end);
  3143. end;
  3144.  
  3145.  
  3146. user=players.LocalPlayer;
  3147. uname=user.Name;
  3148. guis=user.PlayerGui;
  3149. pack=user.Backpack;
  3150.  
  3151. keyDowns={};
  3152. freeKeys={};
  3153. shortcuts={};
  3154.  
  3155. _G.mine=_G.mine or{};
  3156.  
  3157. name='Draw3D';
  3158. url='http://www.roblox.com/asset/?id=%d';
  3159.  
  3160. iconNormal=url:format(96578285);
  3161. iconOnDown=url:format(96584484);
  3162.  
  3163. ver=0;
  3164. drawPixel=0.10;
  3165. _G.drawLimit=_G.drawLimit or 1000;
  3166.  
  3167. _G.drawColor=_G.drawColor or Color3.new();
  3168.  
  3169.  
  3170.  
  3171.  
  3172.  
  3173. destroy=game.remove;
  3174. find=game.findFirstChild;
  3175. new=Instance.new;
  3176. with=function(c)
  3177.     return function(p)
  3178.         local o=type(c)=='string'and new(c)or c;
  3179.         local x=p.Parent;p.Parent=nil;
  3180.         for i,v in next,p do
  3181.             o[i]=v;
  3182.         end;
  3183.         if(x)then
  3184.             o.Parent=x;
  3185.         end;
  3186.         return o;
  3187.     end;
  3188. end;
  3189. getPlace=function()
  3190.     if(find(workspace,'draw')==nil)then
  3191.         new('Model',workspace).Name='draw';
  3192.     end;
  3193.     if(find(workspace.draw,uname)==nil)then
  3194.         new('Model',workspace.draw).Name=uname;
  3195.     end;
  3196.     return workspace.draw[uname];
  3197. end;
  3198. drawLine=function(start,target)
  3199.     local gui=with'BlockMesh'{
  3200.         Parent=with'Part'{
  3201.             CFrame=CFrame.new(start,target)*CFrame.new(0,0,-(start-target).magnitude/2);
  3202.             Size=Vector3.new(drawPixel,drawPixel,(start-target).magnitude+.325*drawPixel);
  3203.             Parent=getPlace();
  3204.             Color=_G.drawColor;
  3205.             BottomSurface=0;
  3206.             Anchored=true;
  3207.             TopSurface=0;
  3208.             formFactor=3;
  3209.             Name=name;
  3210.     }}.Parent;
  3211.     table.insert(_G.mine,gui);
  3212.     return gui;
  3213. end;
  3214. onDown=function()
  3215.     if(drawing)then
  3216.         return nil;
  3217.     end;
  3218.     if(selectGui.Adornee)then
  3219.         destroy(selectGui.Adornee);
  3220.     end;
  3221.    
  3222.     drawing=true;
  3223.    
  3224.     mouse.Icon=iconOnDown;
  3225.     ver=ver+1;
  3226.    
  3227.    
  3228.     local cVer,start,target=ver,mouse.hit.p;
  3229.    
  3230.     local group={};
  3231.     repeat
  3232.         Wait(0.02);
  3233.        
  3234.         if(mouse.target and mouse.target.Name~=name and mouse.hit.p~=start)then
  3235.            
  3236.             target=mouse.hit.p;
  3237.            
  3238.             table.insert(group,drawLine(start,target));
  3239.            
  3240.             start=target;
  3241.         end;
  3242.     until ver~=cVer;
  3243.     drawing=false;
  3244.    
  3245.     local groupM=new('Model',getPlace());
  3246.     for i,v in next,group do
  3247.         if(v:IsDescendantOf(Workspace))then
  3248.             v.Parent=groupM;
  3249.         end;
  3250.     end;
  3251.     if(next(groupM:children())==nil)then
  3252.         destroy(groupM);
  3253.     end;
  3254. end;
  3255. onUp=function()
  3256.     mouse.Icon=iconNormal;
  3257.     ver=ver+1;
  3258. end;
  3259. onKeyDown=function(k)
  3260.     if(freeKeys[k]==false)then
  3261.         return false;
  3262.     end;
  3263.     freeKeys[k]=false;
  3264.     Wait(0.01);
  3265.     if(keyDowns[k])then
  3266.         keyDowns[k]();
  3267.     elseif(shortcuts[k])then
  3268.         shortcuts[k]();
  3269.     end;
  3270. end;
  3271. onKeyUp=function(k)
  3272.     freeKeys[k]=true;
  3273. end;
  3274. onMove=function()
  3275.  
  3276. end;
  3277. onSelect=function(lmouse)
  3278.     frame.Visible=true;
  3279.  
  3280.     mouse=lmouse;
  3281.    
  3282.     mouse.Icon=iconNormal;
  3283.    
  3284.     mouse.Button1Down:connect(onDown);
  3285.     mouse.KeyDown:connect(onKeyDown);
  3286.     mouse.Button1Up:connect(onUp);
  3287.     mouse.KeyUp:connect(onKeyUp);
  3288.     mouse.Move:connect(onMove);
  3289. end;
  3290. onDeselect=function()
  3291.     ver=ver+1;
  3292.     frame.Visible=false;
  3293.     selectGui.Adornee=nil;
  3294.     mouse.Icon=iconNormal;
  3295.     for i,v in next,freeKeys do
  3296.         freeKeys[i]=true;
  3297.     end;
  3298. end;
  3299. addButton=function(title,shortcut,fun)
  3300.     with'TextButton'{
  3301.         Text=string.format(' %s (%s)',title,shortcut);
  3302.         TextXAlignment=0;
  3303.         Parent=frame;
  3304.     }.MouseButton1Up:connect(fun);
  3305.    
  3306.     shortcuts[shortcut]=fun;
  3307.    
  3308.     local c=#frame:children();
  3309.     for i,v in next,frame:children()do
  3310.         v.Position=UDim2.new(0,0,0,20*(i-1));
  3311.         v.Size=UDim2.new(1,0,0,20);
  3312.     end;
  3313.    
  3314.     frame.Position=UDim2.new(1,-152,.5,-c*10);
  3315.     frame.Size=UDim2.new(0,150,0,c*20);
  3316. end;
  3317.  
  3318.  
  3319.  
  3320.  
  3321.  
  3322.  
  3323.  
  3324.  
  3325. for i,v in next,{guis;pack;}do
  3326.     pcall(function()
  3327.         repeat until destroy(v[name]);
  3328.     end);
  3329. end;
  3330.  
  3331.  
  3332.  
  3333. tool=with'HopperBin'{
  3334.     Parent=pack;
  3335.     Name=name;
  3336. };
  3337. tool.Deselected:connect(onDeselect);
  3338. tool.Selected:connect(onSelect);
  3339.  
  3340.  
  3341.  
  3342.  
  3343. screen=with'ScreenGui'{
  3344.     Parent=guis;
  3345.     Name=name;
  3346. };
  3347. frame=with'Frame'{
  3348.     Parent=screen;
  3349.     Visible=false;
  3350. };
  3351. clframe=with'Frame'{
  3352.     Position=UDim2.new(.5,-50,.5,-50);
  3353.     Size=UDim2.new(0,100,0,100);
  3354.     Visible=false;
  3355.     Parent=screen;
  3356. };
  3357. selectGui=with'SelectionBox'{
  3358.     Parent=screen;
  3359. };
  3360.  
  3361. local c=0;
  3362. for y=0,7 do
  3363.     for x=0,7 do
  3364.         local color=BrickColor.palette(c).Color;
  3365.        
  3366.         with'ImageButton'{
  3367.             Position=UDim2.new(.125*x,0,.125*y);
  3368.             Size=UDim2.new(.125,0,.125);
  3369.             BackgroundColor3=color;
  3370.             Parent=clframe;
  3371.         }.MouseButton1Up:connect(function()
  3372.             clframe.Visible=false;
  3373.             _G.drawColor=color;
  3374.         end);
  3375.        
  3376.         c=c+1;
  3377.     end;
  3378. end;
  3379.  
  3380. addButton('Color','c',function()
  3381.     clframe.Visible=true;
  3382. end);
  3383. addButton('Remove your draws','r',function()
  3384.     repeat
  3385.         destroy(_G.mine[1]);
  3386.         table.remove(_G.mine,1);
  3387.         Wait(0.01);
  3388.     until nil;
  3389. end);
  3390. addButton('Remove global draws','k',function()
  3391.     destroy(workspace.draw);
  3392.     while(_G.mine[1])do
  3393.         destroy(_G.mine[1]);
  3394.         table.remove(_G.mine,1);
  3395.     end;
  3396. end);
  3397. addButton('Remove selected','x',function()
  3398.     repeat
  3399.         if(find(workspace,'draw'))then
  3400.             local dt=mouse.target;
  3401.             if(dt and dt:IsDescendantOf(workspace.draw))then
  3402.                 selectGui.Adornee=dt.Parent;
  3403.             else
  3404.                 selectGui.Adornee=nil;
  3405.             end;
  3406.         else
  3407.             selectGui.Adornee=nil;
  3408.         end;
  3409.         Wait(0.01);
  3410.     until freeKeys.x;
  3411.     selectGui.Adornee=nil;
  3412. end);
  3413.  
  3414.  
  3415.  
  3416.  
  3417. repeat
  3418.     Wait(0.01);
  3419.     if(next(_G.mine)and _G.mine[_G.drawLimit])then
  3420.         destroy(_G.mine[1]);
  3421.         table.remove(_G.mine,1);
  3422.     end;
  3423. until script.Parent==nil or tool.Parent==nil;
  3424. script.Disabled=true;
  3425. destroy(screen);
  3426.  
  3427. end)
  3428.  
  3429. addcmd('god', 'gods player',{},
  3430. function(args, speaker)
  3431.     local players = getPlayer(args[1], speaker)
  3432.     for i,v in pairs(players)do
  3433.         local pchar=_char(v)
  3434.         if pchar then pchar.Humanoid.MaxHealth=math.huge end
  3435.     end
  3436. end)
  3437.  
  3438. addcmd('sgod', 'silently gods player',{},
  3439. function(args, speaker)
  3440.     local players = getPlayer(args[1], speaker)
  3441.     for i,v in pairs(players)do
  3442.         local pchar=_char(v)
  3443.         spawn(function()
  3444.             pchar.Humanoid.MaxHealth = 10000000
  3445.             wait()
  3446.             pchar.Humanoid.Health = 10000000
  3447.             if args[1] == "all" then
  3448.             Notify('Godded everyone')
  3449.             elseif args[1] == "others" then
  3450.             Notify('Godded others')
  3451.             elseif args[1] == "friends" then
  3452.             Notify('Godded friends')
  3453.             elseif args[1] == "nonfriends" then
  3454.             Notify('Godded non friends')
  3455.             elseif args[1] == "team" then
  3456.             Notify('Godded your team')
  3457.             elseif args[1] == "nonteam" then
  3458.             Notify('Godded the opposing team')
  3459.             elseif args[1] == "guests" then
  3460.             Notify('Godded guests')
  3461.             elseif args[1] == "admins" then
  3462.             Notify('Godded admins')
  3463.             elseif args[1] == "nonadmins" then
  3464.             Notify('Godded nonadmins')
  3465.             else
  3466.             Notify('Godded ' .. gPlayers[v].Name)
  3467.             end
  3468.         end)
  3469.     end
  3470. end)
  3471.  
  3472. addcmd('ungod', 'removes god from a player',{},
  3473. function(args, speaker)
  3474.     local players = getPlayer(args[1], speaker)
  3475.     for i,v in pairs(players)do
  3476.         local pchar=_char(v)
  3477.         if pchar then
  3478.             pchar.Humanoid.MaxHealth=100
  3479.             pchar.Humanoid.Health=100
  3480.         end
  3481.     end
  3482. end)
  3483.  
  3484. addcmd('heal', 'resets a players health',{},
  3485. function(args, speaker)
  3486.     local players = getPlayer(args[1], speaker)
  3487.     for i,v in pairs(players)do
  3488.         local pchar=_char(v)
  3489.         if pchar then pchar.Humanoid.Health=pchar.Humanoid.MaxHealth;end
  3490.     end
  3491. end)
  3492.  
  3493. addcmd('fart', 'makes u fart',{},
  3494. function(args, speaker)
  3495.     local players = getPlayer(args[1], speaker)
  3496.     for i,v in pairs(players)do
  3497.     spawn(function()
  3498.         local pchar=_char(v)
  3499. fart = Instance.new("Smoke")
  3500. fart.Parent = pchar.HumanoidRootPart
  3501. fart.Color = Color3.new(255/255, 255/255, 0)
  3502. fart.Opacity = 0.4
  3503. fart.Size = 1.0
  3504. fart.RiseVelocity = 8
  3505. fartsound = Instance.new("Sound", workspace)
  3506. fsound = "http://www.roblox.com/asset?id=251309043"
  3507. fartsound.SoundId = fsound
  3508. fartsound.Volume = 1.0
  3509. fartsound:Play()
  3510. wait(9.0)
  3511. fartsound:Destroy()
  3512. pchar.HumanoidRootPart.Smoke:Destroy()
  3513.         end)
  3514. end
  3515. end)
  3516.  
  3517. addcmd('decalspam', 'you can already guess...',{},
  3518. function(args, speaker)
  3519. Notify('Decal Spammed ID: ' ..args[1])
  3520. wait(4)
  3521. decalID = args[1]
  3522. function exPro(root)
  3523. for _, v in pairs(root:GetChildren()) do
  3524. if v:IsA("BasePart") then
  3525. local One = Instance.new("Decal", v)
  3526. local Two = Instance.new("Decal", v)
  3527. local Three = Instance.new("Decal", v)
  3528. local Four = Instance.new("Decal", v)
  3529. local Five = Instance.new("Decal", v)
  3530. local Six = Instance.new("Decal", v)
  3531. One.Texture = "http://www.roblox.com/asset/?id="..decalID
  3532. Two.Texture = "http://www.roblox.com/asset/?id="..decalID
  3533. Three.Texture = "http://www.roblox.com/asset/?id="..decalID
  3534. Four.Texture = "http://www.roblox.com/asset/?id="..decalID
  3535. Five.Texture = "http://www.roblox.com/asset/?id="..decalID
  3536. Six.Texture = "http://www.roblox.com/asset/?id="..decalID
  3537. One.Face = "Front"
  3538. Two.Face = "Back"
  3539. Three.Face = "Right"
  3540. Four.Face = "Left"
  3541. Five.Face = "Top"
  3542. Six.Face = "Bottom"
  3543. One.Name = "IYdecal"
  3544. Two.Name = "IYdecal"
  3545. Three.Name = "IYdecal"
  3546. Four.Name = "IYdecal"
  3547. Five.Name = "IYdecal"
  3548. Six.Name = "IYdecal"
  3549. end
  3550. exPro(v)
  3551. end
  3552. end
  3553. function asdf(root)
  3554. for _, v in pairs(root:GetChildren()) do
  3555. asdf(v)
  3556. end
  3557. end
  3558. exPro(game.Workspace)
  3559. asdf(game.Workspace)
  3560. end)
  3561.  
  3562. addcmd('undecalspam', 'removes the mess',{},
  3563. function(args, speaker)
  3564. Notify('Removing Decal Spam...')
  3565. wait(4)
  3566. function exPro(root)
  3567. for _, v in pairs(root:GetChildren()) do
  3568. if v:IsA("Decal") and v.Texture == "http://www.roblox.com/asset/?id="..decalID then
  3569. v.Parent = nil
  3570. end
  3571. exPro(v)
  3572. end
  3573. end
  3574. function asdf(root)
  3575. for _, v in pairs(root:GetChildren()) do
  3576. asdf(v)
  3577. end
  3578. end
  3579. exPro(game.Workspace)
  3580. asdf(game.Workspace)
  3581. end)
  3582.  
  3583. addcmd('sky', 'sets the sky',{'skybox'},
  3584. function(args, speaker)
  3585. s = Instance.new("Sky")
  3586. s.Name = "Sky"
  3587. s.Parent = game.Lighting
  3588. skyboxID = args[1]
  3589. s.SkyboxBk = "http://www.roblox.com/asset/?id="..skyboxID
  3590. s.SkyboxDn = "http://www.roblox.com/asset/?id="..skyboxID
  3591. s.SkyboxFt = "http://www.roblox.com/asset/?id="..skyboxID
  3592. s.SkyboxLf = "http://www.roblox.com/asset/?id="..skyboxID
  3593. s.SkyboxRt = "http://www.roblox.com/asset/?id="..skyboxID
  3594. s.SkyboxUp = "http://www.roblox.com/asset/?id="..skyboxID
  3595. game.Lighting.TimeOfDay = 12
  3596. end)
  3597.  
  3598. addcmd('freeze', 'freezes a player',{'fr'},
  3599. function(args, speaker)
  3600.     local players = getPlayer(args[1], speaker)
  3601.     if players ~= nil then
  3602.         for i, v in pairs(players) do
  3603.             _char(v).Head.Anchored = true
  3604.         end
  3605.     end
  3606. end)
  3607.  
  3608. addcmd('thaw', 'unfreezes a player',{'unfreeze'},
  3609. function(args, speaker)
  3610.     local players = getPlayer(args[1], speaker)
  3611.     if players ~= nil then
  3612.         for i, v in pairs(players) do
  3613.             _char(v).Head.Anchored = false
  3614.         end
  3615.     end
  3616. end)
  3617.  
  3618. addcmd('neon', 'makes a player neon',{},
  3619. function(args, speaker)
  3620.     local players = getPlayer(args[1], speaker)
  3621.     if players ~= nil then
  3622.         for i, v in pairs(players) do
  3623.             for _, child in pairs( _char(v):GetChildren()) do
  3624.             if child.ClassName == "Part" then
  3625.         child.Material = "Neon"
  3626.     end
  3627. end
  3628. end
  3629. end
  3630. end)
  3631.  
  3632. addcmd('kill', 'kills a player',{},
  3633. function(args, speaker)
  3634.     local players = getPlayer(args[1], speaker)
  3635.     for i,v in pairs(players)do
  3636.         local pchar=_char(v)
  3637.         if pchar then pchar.Humanoid.MaxHealth=0;pchar.Humanoid.Health=0;end
  3638.     end
  3639. end)
  3640.  
  3641. addcmd('sound', 'plays a sound',{'music','play'},
  3642. function(args, speaker)
  3643.     local function dels(instance)
  3644.         for i,v in pairs(instance:GetChildren())do
  3645.             if v:IsA'Sound'then v:Destroy()end
  3646.             dels(v)
  3647.         end
  3648.     end
  3649.     dels(workspace)
  3650.  
  3651.     local c = args[1] or 'stop'
  3652.     if std.inTable({'stop'}, c:lower()) then return end
  3653.     local s = Instance.new("Sound", workspace)
  3654.     s.Name = "IYsound"
  3655.     s.Looped = true
  3656.     s.SoundId = "rbxassetid://" .. c
  3657.     s.Volume = 1
  3658.     s:Play()
  3659.     local Asset = game:GetService("MarketplaceService"):GetProductInfo(c)
  3660.     Notify('Playing: ' .. Asset.Name)
  3661. end)
  3662.  
  3663. addcmd('blur', 'adjusts blur',{},
  3664. function(args, speaker)
  3665.     local function dels(instance)
  3666.         for i,v in pairs(instance:GetChildren())do
  3667.             if v:IsA'BlurEffect'then v:Destroy()end
  3668.             dels(v)
  3669.         end
  3670.     end
  3671.     dels(game.Lighting)
  3672.  
  3673.     local b = Instance.new("BlurEffect", game.Lighting)
  3674.     b.Name = "IYblur"
  3675.     b.Size = args[1]
  3676. end)
  3677.  
  3678.  
  3679. addcmd('volume','changes volume of sound',{},
  3680. function(args, speaker)
  3681.     for i,v in pairs(game.Workspace:GetChildren())do
  3682.         if v:IsA("Sound") and v.Name == "IYsound" then
  3683.             v.Volume = args[1]
  3684.             Notify('Changed volume to ' .. args[1])
  3685.         end
  3686.     end
  3687. end)
  3688.  
  3689. addcmd('pitch','changes pitch of sound',{},
  3690. function(args, speaker)
  3691.     for i,v in pairs(game.Workspace:GetChildren())do
  3692.         if v:IsA("Sound") and v.Name == "IYsound" then
  3693.             v.Pitch = args[1]
  3694.             Notify('Changed pitch to ' .. args[1])
  3695.         end
  3696.     end
  3697. end)
  3698.  
  3699. addcmd('loadmap', 'spawns a map',{},
  3700. function(args, speaker)
  3701.     local m = args[1]
  3702.  
  3703. for i,v in pairs(game.Workspace:GetChildren()) do
  3704.     if v.Name ~= "Terrain" and v.Name ~= "Camera" then
  3705.         v:Destroy()
  3706.     end
  3707. end
  3708.  
  3709. game.Lighting.FogEnd = 1999999999
  3710. game.Lighting.TimeOfDay = 14
  3711.  
  3712. for i,v in pairs(game.Lighting:GetChildren()) do
  3713.     if v:IsA('Sky') then
  3714.         v:Remove()
  3715.     end
  3716. end
  3717.  
  3718. for i,v in pairs(game.Players:GetChildren()) do
  3719.     if v.Character ~= nil then
  3720.         local M = Instance.new('Model', game.Workspace) M.Name = 'respawn_iy'
  3721.         local T = Instance.new('Part', M) T.Name = 'Torso' T.CanCollide = false T.Transparency = 1
  3722.         Instance.new('Humanoid', M)
  3723.         v.Character = M
  3724.         wait(1)
  3725.         game:GetObjects('rbxassetid://'..m..'')[1].Parent = workspace
  3726.         wait(1)
  3727.     end
  3728. end
  3729. end)
  3730.  
  3731. addcmd('loadm','loads global messaging',{},
  3732. function(args, speaker)
  3733. if MSGhook == false then
  3734. wait(0.1)
  3735.  
  3736. localp = game:GetService'Players'.LocalPlayer
  3737. localp.CharacterAppearanceId = 20018
  3738. game.Players.LocalPlayer.Character.Humanoid.Health = 0
  3739. wait(3)
  3740. game.Players.LocalPlayer.Character:WaitForChild("Humanoid")
  3741. wait(0.5)
  3742. repeat wait() until game.Players.LocalPlayer.Character.Humanoid.Health > 0
  3743. Instance.new("ForceField", game.Players.LocalPlayer.Character)
  3744. repeat wait() until localp.Character:FindFirstChild'BunnyEarsOfCaprice'
  3745. _G.mainhat = localp.Character:FindFirstChild'BunnyEarsOfCaprice':Clone()
  3746. print'loaded hat successfully'
  3747. localp.CharacterAppearanceId = 0
  3748. game.Players.LocalPlayer.Character.Humanoid.Health = 0
  3749. print'Resetting'
  3750. if _G.mainhat ~= nil then
  3751. local main = _G.mainhat.Handle.BunnyTools.EggScript3:Clone()
  3752. local localp = game:GetService'Players'.LocalPlayer
  3753. local part = Instance.new('Part')
  3754. part.Anchored = true
  3755. part.Transparency = 1
  3756. main.Disabled = false
  3757. main.Parent = part
  3758. _G.mainhat.Handle.BunnyTools.EggMesh3:Clone().Parent = part
  3759. Instance.new('ForceField', localp.Character)
  3760. localp.Character.Torso.Anchored = true
  3761. part.Parent = localp.Character
  3762. part.CFrame = localp.Character.Torso.CFrame
  3763. wait(0.5)
  3764. localp.Character.Torso.Anchored = false
  3765. repeat wait() until localp:FindFirstChild'ChessMsg'
  3766. part:Remove()
  3767. local message = localp:FindFirstChild'ChessMsg'
  3768. message.Text = ''
  3769. message.Parent = workspace
  3770. message.Name = "IYmessage"
  3771. if part ~= nil then part:Remove() end
  3772. localp.Character.Torso.Anchored = false
  3773. for _, child in pairs( workspace:GetChildren()) do
  3774.     if child.Name == "Part" and child.Size == Vector3.new(8, 0.4, 8) then
  3775.         child:Destroy()
  3776.     end
  3777. end
  3778. if localp.Character:FindFirstChild'ForceField' then localp.Character.ForceField:Remove() end
  3779. if localp.Character:FindFirstChild'ForceField' then localp.Character.ForceField:Remove() end
  3780. if _G.msg ~= nil then
  3781. print'Loaded Message System'
  3782. Notify('Done!')
  3783. else
  3784. warn'failed sadly'
  3785. end
  3786. end
  3787. elseif MSGhook == true then
  3788. Notify('Messages already loaded!')
  3789. end
  3790. end)
  3791.  
  3792. addcmd('countdown', 'makes a countdown', {},
  3793. function(args, speaker)
  3794. local players = getPlayer(args[1], speaker)
  3795. if args[1] ~= string then
  3796. local time = args[1]
  3797. if MSGhook == true then
  3798. local h = game.Workspace.IYmessage
  3799. for i = time, 1, -1 do
  3800. wait(1)
  3801. h.Text = "Countdown: "..i..""
  3802. end
  3803. wait(1)
  3804. h.Text = "Times Up!"
  3805. wait(2)
  3806. h.Text = ''
  3807. elseif MSGhook == false then
  3808.     execCmd("loadm")
  3809.     repeat wait() until MSGhook == true
  3810. local h = game.Workspace.IYmessage
  3811. for i = time, 1, -1 do
  3812. wait(1)
  3813. h.Text = "Countdown: "..i..""
  3814. end
  3815. wait(1)
  3816. h.Text = "Times Up!"
  3817. wait(2)
  3818. h.Text = ''
  3819. end
  3820. end
  3821. end)
  3822.  
  3823. addcmd('explode', 'explode a player', {},
  3824. function(args, speaker)
  3825.     local players = getPlayer(args[1], speaker)
  3826.     for i, v in pairs(players) do
  3827.         local char = _char(v)
  3828.         if char:FindFirstChild("Torso") then
  3829.             Instance.new("Explosion", char).Position = char.Torso.Position                 
  3830.         end
  3831.     end
  3832. end)
  3833.  
  3834. addcmd('flood', 'makes a flood e.e', {},
  3835. function(args, speaker)
  3836. game.Workspace.Terrain:SetCells(Region3int16.new(Vector3int16.new(-100,-100,-100), Vector3int16.new(100,100,100)), 17, "Solid", "X")
  3837. end)
  3838.  
  3839. addcmd('spookyify', 'makes it sp00ky', {},
  3840. function(args, speaker)
  3841. local music = Instance.new("Sound", workspace)
  3842. music.SoundId = "http://www.roblox.com/asset/?id=257569267"
  3843. music.Volume = 20
  3844. music.Looped = true
  3845. music:Play()
  3846.  
  3847. tex1 = "http://www.roblox.com/asset/?id=185495987"
  3848. tex2 = "http://www.roblox.com/asset/?id=260858020"
  3849. tex3 = "http://www.roblox.com/asset/?id=149213919"
  3850. tex4 = "http://www.roblox.com/asset/?id=171905673"
  3851.  
  3852. local w = game.Workspace:GetChildren()
  3853.  
  3854. for i= 1,#w do
  3855.     if w[i]:isA("BasePart") then
  3856.         pe = Instance.new("ParticleEmitter", w[i])
  3857.         pe.Texture = tex4
  3858.         pe.VelocitySpread = 5
  3859.     end
  3860. end
  3861.  
  3862. local playerLeaderstats = {}
  3863. for i, v in pairs(game.Players:GetChildren()) do
  3864. table.insert(playerLeaderstats, v)
  3865. end
  3866. for i, v in pairs(playerLeaderstats) do
  3867. pe = Instance.new("ParticleEmitter",v.Character.Torso)
  3868. pe.Texture = "http://www.roblox.com/asset/?id=171905673"
  3869. pe.VelocitySpread = 50
  3870. end
  3871.  
  3872. texture = "http://www.roblox.com/asset/?id=185495987"
  3873.  
  3874. local A = game.Workspace:GetChildren()
  3875. local B = game.Workspace:GetChildren()
  3876. local C = game.Workspace:GetChildren()
  3877. local D = game.Workspace:GetChildren()
  3878. local E = game.Workspace:GetChildren()
  3879. local F = game.Workspace:GetChildren()
  3880. for i,v in pairs(A) do
  3881.     if v:IsA("Part") then
  3882.     local d =    Instance.new("Decal",v)
  3883.         v.Decal.Face = "Top"
  3884.         v.Decal.Texture = texture
  3885.         v.Anchored = true        
  3886.     end
  3887. end
  3888.  
  3889. for i,v in pairs(B) do
  3890.     if v:IsA("Part") then
  3891.         local s = Instance.new("Decal",v)
  3892.         s.Face = "Front"
  3893.         s.Texture = texture
  3894.     end
  3895. end
  3896.  
  3897. for i,v in pairs(C) do
  3898.     if v:IsA("Part") then
  3899.         local h = Instance.new("Decal",v)
  3900.         h.Face = "Back"
  3901.         h.Texture = texture
  3902.     end
  3903. end
  3904.  
  3905. for i,v in pairs(D) do
  3906.     if v:IsA("Part") then
  3907.         local j = Instance.new("Decal",v)
  3908.         j.Face = "Left"
  3909.         j.Texture = texture
  3910.     end
  3911. end
  3912.  
  3913. for i,v in pairs(E) do
  3914.     if v:IsA("Part") then
  3915.         local k = Instance.new("Decal",v)
  3916.         k.Face = "Right"
  3917.         k.Texture = texture
  3918.     end
  3919. end
  3920.  
  3921. for i,v in pairs(F) do
  3922.     if v:IsA("Part") then
  3923.         local l = Instance.new("Decal",v)
  3924.         l.Face = "Bottom"
  3925.         l.Texture = texture
  3926.     end
  3927.  
  3928.     imageOne = "http://www.roblox.com/asset/?id=169585459"
  3929. imageTwo = "http://www.roblox.com/asset/?id=169585475"
  3930. imageThree = "http://www.roblox.com/asset/?id=169585485"
  3931. imageFour = "http://www.roblox.com/asset/?id=169585502"
  3932. imageFive = "http://www.roblox.com/asset/?id=169585515"
  3933. imageSix = "http://www.roblox.com/asset/?id=169585502"
  3934. imageSeven = "http://www.roblox.com/asset/?id=169585485"
  3935. imageEight = "http://www.roblox.com/asset/?id=169585475"
  3936.  
  3937. Spooky = Instance.new("Sound", workspace)
  3938. Spooky.Name = "Spooky"
  3939. Spooky.SoundId = "rbxassetid://174270407"
  3940. Spooky.Volume = 15
  3941. Spooky.Looped = true
  3942. Spooky:Play()
  3943.  
  3944. Sky = Instance.new("Sky", game.Lighting)
  3945. Sky.SkyboxBk = imageOne
  3946. Sky.SkyboxDn = imageOne
  3947. Sky.SkyboxFt = imageOne
  3948. Sky.SkyboxLf = imageOne
  3949. Sky.SkyboxRt = imageOne
  3950. Sky.SkyboxUp = imageOne
  3951.  
  3952.  
  3953. while true do
  3954.     Sky.SkyboxBk = imageOne
  3955.     Sky.SkyboxDn = imageOne
  3956.     Sky.SkyboxFt = imageOne
  3957.     Sky.SkyboxLf = imageOne
  3958.     Sky.SkyboxRt = imageOne
  3959.     Sky.SkyboxUp = imageOne
  3960.     wait(0.15)
  3961.     Sky.SkyboxBk = imageTwo
  3962.     Sky.SkyboxDn = imageTwo
  3963.     Sky.SkyboxFt = imageTwo
  3964.     Sky.SkyboxLf = imageTwo
  3965.     Sky.SkyboxRt = imageTwo
  3966.     Sky.SkyboxUp = imageTwo
  3967.     wait(0.15)
  3968.     Sky.SkyboxBk = imageThree
  3969.     Sky.SkyboxDn = imageThree
  3970.     Sky.SkyboxFt = imageThree
  3971.     Sky.SkyboxLf = imageThree
  3972.     Sky.SkyboxRt = imageThree
  3973.     Sky.SkyboxUp = imageThree
  3974.     wait(0.15)
  3975.     Sky.SkyboxBk = imageFour
  3976.     Sky.SkyboxDn = imageFour
  3977.     Sky.SkyboxFt = imageFour
  3978.     Sky.SkyboxLf = imageFour
  3979.     Sky.SkyboxRt = imageFour
  3980.     Sky.SkyboxUp = imageFour
  3981.     wait(0.15)
  3982.     Sky.SkyboxBk = imageFive
  3983.     Sky.SkyboxDn = imageFive
  3984.     Sky.SkyboxFt = imageFive
  3985.     Sky.SkyboxLf = imageFive
  3986.     Sky.SkyboxRt = imageFive
  3987.     Sky.SkyboxUp = imageFive
  3988.     wait(0.15)
  3989.     Sky.SkyboxBk = imageSix
  3990.     Sky.SkyboxDn = imageSix
  3991.     Sky.SkyboxFt = imageSix
  3992.     Sky.SkyboxLf = imageSix
  3993.     Sky.SkyboxRt = imageSix
  3994.     Sky.SkyboxUp = imageSix
  3995.     wait(0.15)
  3996.     Sky.SkyboxBk = imageSeven
  3997.     Sky.SkyboxDn = imageSeven
  3998.     Sky.SkyboxFt = imageSeven
  3999.     Sky.SkyboxLf = imageSeven
  4000.     Sky.SkyboxRt = imageSeven
  4001.     Sky.SkyboxUp = imageSeven
  4002.     wait(0.15)
  4003.     Sky.SkyboxBk = imageEight
  4004.     Sky.SkyboxDn = imageEight
  4005.     Sky.SkyboxFt = imageEight
  4006.     Sky.SkyboxLf = imageEight
  4007.     Sky.SkyboxRt = imageEight
  4008.     Sky.SkyboxUp = imageEight
  4009.     wait(0.15)
  4010.    
  4011. end
  4012. end
  4013. end)
  4014.  
  4015. addcmd('invisible', 'make a player invisible',{},
  4016. function(args, speaker)
  4017.     local players = getPlayer(args[1], speaker)
  4018.     for i, v in pairs(players) do
  4019.         for k, v2 in pairs(_char(v):GetChildren()) do
  4020.             if v2.className == "Part" then
  4021.                 if v2.Name ~= "HumanoidRootPart" then v2.Transparency = 1 end
  4022.             elseif v2.className == "Accessory" then
  4023.                 if v2:FindFirstChild("Handle") then
  4024.                     v2.Handle.Transparency = 1
  4025.                 end
  4026.             end
  4027.             if v2:FindFirstChild("face") then
  4028.                 v2.face.Transparency = 1
  4029.             end
  4030.         end
  4031.     end
  4032. end)
  4033.  
  4034. addcmd('visible', 'make a player visible',{},
  4035. function(args, speaker)
  4036.     local players = getPlayer(args[1], speaker)
  4037.     for i, v in pairs(players) do
  4038.         for k, v2 in pairs(_char(v):GetChildren()) do
  4039.             if v2.className == "Part" then
  4040.                 if v2.Name ~= "HumanoidRootPart" then v2.Transparency = 0 end elseif v2.className == "Accessory" then
  4041.                 if v2:FindFirstChild("Handle") then v2.Handle.Transparency = 0 end
  4042.             end
  4043.             if v2:FindFirstChild("face") then
  4044.                 v2.face.Transparency = 0
  4045.             end
  4046.         end
  4047.     end
  4048. end)
  4049.  
  4050. addcmd('goto', 'go to a player',{},
  4051. function(args, speaker)
  4052.     local players = getPlayer(args[1], speaker)
  4053.     if players ~= nil and _char(players[1]):FindFirstChild("HumanoidRootPart") then
  4054.         _char(admin).HumanoidRootPart.CFrame = _char(players[1]).HumanoidRootPart.CFrame
  4055.     end
  4056. end)
  4057.  
  4058. addcmd('bring', 'bring a player to you',{},
  4059. function(args, speaker)
  4060.     local players = getPlayer(args[1], speaker)
  4061.     for i,v in pairs(players) do
  4062.         if _char(v):FindFirstChild("HumanoidRootPart") then
  4063.             _char(v).HumanoidRootPart.CFrame = _char(admin).HumanoidRootPart.CFrame
  4064.         end
  4065.     end
  4066. end)
  4067.  
  4068. addcmd('tp', 'teleport player 1 to player 2',{},
  4069. function(args, speaker)
  4070.     local players1=getPlayer(args[1], speaker)
  4071.     local players2=getPlayer(args[2], speaker)
  4072.     if not players2[1] then return end
  4073.     for i,v in pairs(players1) do
  4074.         if _char(v):FindFirstChild("HumanoidRootPart") and _char(players2[1]):FindFirstChild("HumanoidRootPart") then
  4075.             _char(v).HumanoidRootPart.CFrame = _char(players2[1]).HumanoidRootPart.CFrame
  4076.             wait(0.1)
  4077.             _char(v).HumanoidRootPart.CFrame = _char(players2[1]).HumanoidRootPart.CFrame
  4078.         end    
  4079.     end
  4080. end)
  4081.  
  4082. addcmd('charplr','charplr [plr] [plr]',{'cp'},
  4083. function(args, speaker)
  4084.     local players1, players2 = getPlayer(args[1], speaker), getPlayer(args[2], speaker)
  4085.     for i,v in pairs(players1) do for a,b in pairs(players2) do
  4086.             if _players[v].Character and _players[b].Character then
  4087.                 _players[v].CharacterAppearanceId = _players[b].userId
  4088.                 _players[v].Character:BreakJoints()
  4089.             end
  4090.         end
  4091.     end
  4092. end)
  4093.  
  4094. addcmd('char', 'change a players appearance',{},
  4095. function(args, speaker)
  4096.     local players = getPlayer(args[1], speaker)
  4097.     if not args[1]or not args[2]then return end
  4098.     local id=args[2]
  4099.     if players ~= nil then
  4100.         for i,v in pairs(players) do
  4101.             gPlayers[v].CharacterAppearanceId = id
  4102.             if _char(v):FindFirstChild("Head") then
  4103.                 _char(v).Head:Destroy()
  4104.             end
  4105.         end
  4106.     end
  4107. end)
  4108.  
  4109. addcmd('unchar', 'change a players appearance to default',{'nochar'},
  4110. function(args, speaker)
  4111.     local players = getPlayer(args[1], speaker)
  4112.     if players ~= nil then
  4113.         for i,v in pairs(players) do
  4114.             gPlayers[v].CharacterAppearanceId = 0
  4115.             if _char(v):FindFirstChild("Head") then
  4116.                 _char(v).Head:Destroy()
  4117.             end
  4118.         end
  4119.     end
  4120. end)
  4121.  
  4122. addcmd('speed', 'change a players walkspeed',{'ws'},
  4123. function(args, speaker)
  4124.     local players = getPlayer(args[1], speaker)
  4125.     if not args[1]or not args[2]then return end
  4126.     local num=args[2]
  4127.     for i,v in pairs(players) do
  4128.         if _char(v):FindFirstChild("Humanoid") then
  4129.             _char(v).Humanoid.WalkSpeed=tonumber(num)
  4130.         end
  4131.     end
  4132. end)
  4133.  
  4134. addcmd('gravity', 'change a players jump height',{'grav'},
  4135. function(args, speaker)
  4136.     local players = getPlayer(args[1], speaker)
  4137.     if not args[1]or not args[2]then return end
  4138.     local num=args[2]
  4139.     for i,v in pairs(players) do
  4140.         if _char(v):FindFirstChild("Humanoid") then
  4141.             _char(v).Humanoid.JumpPower=tonumber(num)
  4142.         end
  4143.     end
  4144. end)
  4145.  
  4146. addcmd('confuse', 'confusing...',{},
  4147. function(args, speaker)
  4148.     local players = getPlayer(args[1], speaker)
  4149.     for i,v in pairs(players) do
  4150.         spawn(function()
  4151.         if _char(v):FindFirstChild("Humanoid") then
  4152.             _char(v).Humanoid.Name = "ConfusedNigga"
  4153.             while true do
  4154.             _char(v).ConfusedNigga.CameraOffset = Vector3.new(2, 4, 6)
  4155.             _char(v).ConfusedNigga.WalkToPoint = Vector3.new(math.random(1,100), math.random(1,100), math.random(1,100))
  4156.             wait(0.1)
  4157.             end
  4158.  
  4159.         end
  4160.         end)
  4161.         end
  4162.     end)
  4163.  
  4164. addcmd('unconfuse', 'not confusing...',{},
  4165. function(args, speaker)
  4166.     local players = getPlayer(args[1], speaker)
  4167.     for i,v in pairs(players) do
  4168.         spawn(function()
  4169.         if _char(v):FindFirstChild("ConfusedNigga") then
  4170.             _char(v).ConfusedNigga.Name = "Humanoid"
  4171.             wait(0.3)
  4172.             _char(v).Humanoid.CameraOffset = Vector3.new(0, 0, 0)
  4173.  
  4174.         end
  4175.         end)
  4176.         end
  4177. end)
  4178.  
  4179. addcmd('cripple', 'cripples a player xddd',{'stun'},
  4180. function(args, speaker)
  4181.     local players = getPlayer(args[1], speaker)
  4182.     for i,v in pairs(players) do
  4183.         if _char(v):FindFirstChild("Humanoid") then
  4184.             _char(v).Humanoid.PlatformStand = true
  4185.         end
  4186.     end
  4187. end)
  4188.  
  4189. addcmd('uncripple', 'un cripples a player xddd',{'unstun'},
  4190. function(args, speaker)
  4191.     local players = getPlayer(args[1], speaker)
  4192.     for i,v in pairs(players) do
  4193.         if _char(v):FindFirstChild("Humanoid") then
  4194.             _char(v).Humanoid.PlatformStand = false
  4195.         end
  4196.     end
  4197. end)
  4198.  
  4199. addcmd('hipheight', 'adjusts hip height',{'hheight'},
  4200. function(args, speaker)
  4201.     local players = getPlayer(args[1], speaker)
  4202.     for i,v in pairs(players) do
  4203.         if _char(v):FindFirstChild("Humanoid") then
  4204.             _char(v).Humanoid.HipHeight = args[2]
  4205.         end
  4206.     end
  4207. end)
  4208.  
  4209. addcmd('time', 'change the time of day',{},
  4210. function(args, speaker)
  4211.     if not args[1]then return end
  4212.     local time_=tonumber(args[1])
  4213.     Notify('Time set to ' .. args[1])
  4214.     game.Lighting:SetMinutesAfterMidnight(time_*60)
  4215. end)
  4216.  
  4217. addcmd('kick', 'kick a player',{},
  4218. function(args, speaker)
  4219. local players = getPlayer(args[1], speaker)
  4220. for i,v in pairs(players) do
  4221. if args[1] == "all" then
  4222. Notify('Kicked everyone')
  4223. elseif args[1] == "others" then
  4224. Notify('Kicked others')
  4225. elseif args[1] == "friends" then
  4226. Notify('Kicked friends')
  4227. elseif args[1] == "nonfriends" then
  4228. Notify('Kicked non friends')
  4229. elseif args[1] == "team" then
  4230. Notify('Kicked your team')
  4231. elseif args[1] == "nonteam" then
  4232. Notify('Kicked the opposing team')
  4233. elseif args[1] == "guests" then
  4234. Notify('Kicked guests')
  4235. elseif args[1] == "nonadmins" then
  4236. Notify('Kicked nonadmins')
  4237. else
  4238. Notify('Kicked ' .. gPlayers[v].Name)
  4239. end
  4240.     spawn(function()
  4241. function Kick(PLAYER)
  4242. if PLAYER.Character and PLAYER.Character:FindFirstChild('HumanoidRootPart') and PLAYER.Character:FindFirstChild('Torso') then
  4243. PLAYER.Character.HumanoidRootPart.Position = Vector3.new(math.random(999000, 1001000), 10000, 0)
  4244. local Plat = Instance.new('SkateboardPlatform', PLAYER.Character) Plat.Position = PLAYER.Character.HumanoidRootPart.Position
  4245. Plat.Name = 'IYkick'
  4246. Plat.Size = Vector3.new(100, 1, 100)
  4247. local PART = Instance.new('Part', PLAYER.Character)
  4248. PART.Position = Plat.Position - Vector3.new(0, 3, 0)
  4249. PART.Size = Vector3.new(100, 1, 100)
  4250. PART.Anchored = true
  4251.  
  4252. PART.Transparency = 1
  4253. Plat.Transparency = 1
  4254.  
  4255. repeat wait(1)
  4256. if PLAYER.Character and PLAYER.Character:FindFirstChild('HumanoidRootPart') then
  4257. Plat.Position = PLAYER.Character.HumanoidRootPart.Position
  4258. end
  4259. Kick(PLAYER)
  4260. until not game.Players:findFirstChild(PLAYER)
  4261. end
  4262. end
  4263. Kick(gPlayers[v])
  4264. end)
  4265. end
  4266. end)
  4267.  
  4268. addcmd('serverlock', 'lock teh server',{'slock'},
  4269. function(args, speaker)
  4270. slock = true
  4271. Notify('Locked Server')
  4272. end)
  4273.  
  4274. addcmd('unserverlock', 'unlock teh server',{'unslock'},
  4275. function(args, speaker)
  4276. slock = false
  4277. Notify('Unlocked Server')
  4278. end)
  4279.  
  4280. addcmd('unlockws', 'unlock the whole workspace',{'unlock'},
  4281. function(args, speaker)
  4282.     Notify('Workspace unlocked')
  4283.     wait(1)
  4284.     local function unlock(instance)
  4285.         for i,v in pairs(instance:GetChildren()) do
  4286.             if v:IsA("BasePart") then
  4287.                 v.Locked = false
  4288.             end
  4289.             unlock(v)
  4290.         end
  4291.     end
  4292.     unlock(workspace)
  4293. end)
  4294.  
  4295. addcmd('lockws', 'lock the whole workspace',{'lock'},
  4296. function(args, speaker)
  4297.     Notify('Workspace locked')
  4298.     wait(1)
  4299.     local function lock(instance)
  4300.         for i,v in pairs(instance:GetChildren()) do
  4301.             if v:IsA("BasePart") then
  4302.                 v.Locked = true
  4303.             end
  4304.             lock(v)
  4305.         end
  4306.     end
  4307.     lock(workspace)
  4308. end)
  4309.  
  4310. addcmd('unanchorws', 'unanchor the whole workspace',{'unanchor', 'unanchr'},
  4311. function(args, speaker)
  4312.    local function unanchor(instance)
  4313.         for i,v in pairs(instance:GetChildren()) do
  4314.             if v:IsA("BasePart") then
  4315.                 v.Anchored=false
  4316.             end
  4317.             unanchor(v)
  4318.         end
  4319.     end
  4320.     unanchor(workspace)
  4321. end)
  4322.  
  4323. addcmd('anchorws', 'unanchor the whole workspace',{'unanchor', 'anchor'},
  4324. function(args, speaker)
  4325.    local function anchor(instance)
  4326.         for i,v in pairs(instance:GetChildren()) do
  4327.             if v:IsA("BasePart") then
  4328.                 v.Anchored=true
  4329.             end
  4330.             anchor(v)
  4331.         end
  4332.     end
  4333.     anchor(workspace)
  4334. end)
  4335.  
  4336. addcmd('headshake', 'shakes a players head',{},
  4337. function(args, speaker)
  4338.         local players = getPlayer(args[1], speaker)
  4339.         for i,v in pairs(players) do
  4340.                 spawn(function()
  4341. local shaken = gPlayers[v].Character
  4342. for X = 1, math.huge, 0.2 do
  4343. wait()
  4344. shaken.Torso.Neck.C0 = CFrame.new(math.sin(X) / 1,1.5,0)
  4345. shaken.Torso.Neck.C1 = CFrame.new(0,0,0)
  4346. end
  4347. for X = 1, math.huge, 0.1 do
  4348. wait()
  4349. shaken.Torso.Neck.C0 = CFrame.new(0,1.5,0) * CFrame.fromAxisAngle(Vector3.new(0,1,0), X)
  4350. shaken.Torso.Neck.C1 = CFrame.new(0,0,0)
  4351. end
  4352. for _,c in pairs(game.Players:GetChildren()) do
  4353.     c.Character.Head.Mesh.Scale = Vector3.new(100, 100, 100)
  4354. end
  4355. for _,c in pairs(game.Players:GetChildren()) do
  4356.     c.Character.Head.Mesh.Scale = Vector3.new(1.25, 1.25, 1.25)
  4357. end
  4358. end)
  4359. end
  4360. end)
  4361.  
  4362. addcmd('explorer', 'opens DEX',{},
  4363. function(args, speaker)
  4364. loadstring(game:GetObjects("rbxassetid://492005721")[1].Source)()
  4365. end)
  4366.  
  4367. addcmd('firstp', 'forces player to go into first person',{},
  4368. function(args, speaker)
  4369.     local players = getPlayer(args[1], speaker)
  4370.     for i,v in pairs(players)do
  4371.         gPlayers[v].CameraMode = "LockFirstPerson"
  4372.     end
  4373. end)
  4374.  
  4375. addcmd('base', 'spawns a base',{},
  4376. function(args, speaker)
  4377. local pt = Instance.new("Part")
  4378. pt.BrickColor = BrickColor.new("Silver")
  4379. pt.Anchored = true
  4380. pt.CanCollide = true
  4381. pt.BottomSurface = "Weld"
  4382. pt.Parent = workspace
  4383. pt.Name = (math.random(1,1000000))
  4384. pt.Size = Vector3.new(1000, 1, 1000)
  4385. pt.Locked = true
  4386. Notify('Created new base')
  4387. end)
  4388.  
  4389. addcmd('fix', 'restores lighting and what not',{},
  4390. function(args, speaker)
  4391. game.Lighting.Ambient = origsettings.abt
  4392. game.Lighting.Brightness = origsettings.brt
  4393. game.Lighting.TimeOfDay = origsettings.time
  4394. game.Lighting.FogColor = origsettings.fclr
  4395. game.Lighting.FogEnd = origsettings.fe
  4396. game.Lighting.FogStart = origsettings.fs
  4397.     local function dels(instance)
  4398.         for i,v in pairs(instance:GetChildren())do
  4399.             if v:IsA'Sound'then v:Destroy()end
  4400.             dels(v)
  4401.         end
  4402.     end
  4403.     dels(workspace)
  4404. for i,v in pairs(game.Lighting:GetChildren()) do
  4405.     if v:IsA('Sky') then
  4406.         v:Remove()
  4407.     end
  4408. end
  4409. for i,v in pairs(game.Lighting:GetChildren()) do
  4410.     if v:IsA('BloomEffect') then
  4411.         v:Remove()
  4412.     end
  4413. end
  4414. for i,v in pairs(game.Lighting:GetChildren()) do
  4415.     if v:IsA('BlurEffect') then
  4416.         v:Remove()
  4417.     end
  4418. end
  4419. for i,v in pairs(game.Lighting:GetChildren()) do
  4420.     if v:IsA('ColorCorrectionEffect') then
  4421.         v:Remove()
  4422.     end
  4423. end
  4424. for i,v in pairs(game.Lighting:GetChildren()) do
  4425.     if v:IsA('SunRaysEffect') then
  4426.         v:Remove()
  4427.     end
  4428. end
  4429. end)
  4430.  
  4431. addcmd('thirdp', 'allows player to go into third person',{},
  4432. function(args, speaker)
  4433.     local players = getPlayer(args[1], speaker)
  4434.     for i,v in pairs(players)do
  4435.         gPlayers[v].CameraMode = "Classic"
  4436.     end
  4437. end)
  4438.  
  4439. addcmd('chat', 'forces player to chat what you input',{},
  4440. function(args, speaker)
  4441.     local players = getPlayer(args[1], speaker)
  4442.     for i,v in pairs(players)do
  4443.         game.Chat:Chat(gPlayers[v].Character.Head, GLS(false, 1))
  4444.     end
  4445. end)
  4446.  
  4447. addcmd('name', 'names player',{},
  4448. function(args, speaker)
  4449.     local players = getPlayer(args[1], speaker)
  4450.     for i,v in pairs(players) do
  4451.         for a, mod in pairs(gPlayers[v].Character:children()) do
  4452.         if mod:FindFirstChild("TAG") then
  4453.         gPlayers[v].Character.Head.Transparency = 0
  4454.         mod:Destroy()
  4455.         end
  4456.         end
  4457.        
  4458.         local char = gPlayers[v].Character
  4459.         local model = Instance.new("Model", char)
  4460.         local clone = char.Head:Clone()
  4461.         local hum = Instance.new("Humanoid", model)
  4462.         local weld = Instance.new("Weld", clone)
  4463.             model.Name = GLS(false, 1)
  4464.             clone.Parent = model
  4465.             hum.Name = "TAG"
  4466.             hum.MaxHealth = 100
  4467.             hum.Health = 100
  4468.             weld.Part0 = clone
  4469.             weld.Part1 = char.Head
  4470.             char.Head.Transparency = 1
  4471.     end
  4472. end)
  4473.  
  4474. addcmd('unname', 'unnames player',{},
  4475. function(args, speaker)
  4476.     local players = getPlayer(args[1], speaker)
  4477.     local name = (args[2])
  4478.     for i,v in pairs(players) do
  4479.         for a, mod in pairs(gPlayers[v].Character:children()) do
  4480.             if mod:FindFirstChild("TAG") then
  4481.                 gPlayers[v].Character.Head.Transparency = 0
  4482.                 mod:Destroy()
  4483.             end
  4484.         end
  4485.     end
  4486. end)
  4487.  
  4488. addcmd('damage', 'damages a player',{},
  4489. function(args, speaker)
  4490.     local players = getPlayer(args[1], speaker)
  4491.     for i,v in pairs(players) do
  4492.         gPlayers[v].Character.Humanoid.Health = gPlayers[v].Character.Humanoid.Health - 25
  4493.     end
  4494. end)
  4495.  
  4496. addcmd('view', 'views player',{},
  4497. function(args, speaker)
  4498.     local players = getPlayer(args[1], speaker)
  4499.     for i,v in pairs(players) do
  4500.         game.Workspace.CurrentCamera.CameraSubject = gPlayers[v].Character
  4501.         Notify('Viewing ' .. gPlayers[v].Name)
  4502.     end
  4503. end)
  4504.  
  4505. addcmd('unview', 'stops viewing player',{},
  4506. function()
  4507.     game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  4508.     Notify('View turned off')
  4509. end)
  4510.  
  4511. addcmd('nolimbs', 'removes limbs from player',{},
  4512. function(args, speaker)
  4513.     local players = getPlayer(args[1], speaker)
  4514.     for i,v in pairs(players) do
  4515.         for i,v in pairs(gPlayers[v].Character:GetChildren()) do
  4516.             if v:IsA("BasePart") and
  4517.                 v.Name == "Right Leg" or
  4518.                 v.Name == "Left Leg" or
  4519.                 v.Name == "Right Arm" or
  4520.                 v.Name == "Left Arm" then
  4521.                 v:Remove()
  4522.             end
  4523.         end
  4524.     end
  4525. end)
  4526.  
  4527. addcmd('box', 'creates a box around player',{},
  4528. function(args, speaker)
  4529.     local players = getPlayer(args[1], speaker)
  4530.     for i,v in pairs(players)do
  4531.         local pchar=_char(v)
  4532.         local SB = Instance.new("SelectionBox", pchar)
  4533.         SB.Adornee = SB.Parent
  4534.     end
  4535. end)
  4536.  
  4537. addcmd('nobox', 'takes away box from player',{'unbox'},
  4538. function(args, speaker)
  4539.     local players = getPlayer(args[1], speaker)
  4540.     for i,v in pairs(players)do
  4541.         local pchar=_char(v)
  4542.         for i,v in pairs(gPlayers[v].Character:GetChildren()) do
  4543.             if v:IsA("SelectionBox") then
  4544.                 v:Destroy()
  4545.             end
  4546.         end
  4547.     end
  4548. end)
  4549.  
  4550. addcmd('ghost', 'ghostifys player',{},
  4551. function(args, speaker)
  4552.     local players = getPlayer(args[1], speaker)
  4553.     for i,v in pairs(players)do
  4554.         local pchar=gPlayers[v].Character
  4555.         pchar.Head.Transparency = 0.5
  4556.         pchar.Torso.Transparency = 0.5
  4557.         pchar["Left Arm"].Transparency = 0.5
  4558.         pchar["Right Arm"].Transparency = 0.5
  4559.         pchar["Left Leg"].Transparency = 0.5
  4560.         pchar["Right Leg"].Transparency = 0.5
  4561.         pchar.Head.face.Transparency = 0.5
  4562.     end
  4563. end)
  4564.  
  4565. addcmd('sphere', 'puts sphere around player',{},
  4566. function(args, speaker)
  4567.     local players = getPlayer(args[1], speaker)
  4568.     for i,v in pairs(players)do
  4569.         local pchar=gPlayers[v].Character
  4570.         local SS = Instance.new("SelectionSphere", pchar)
  4571.         SS.Adornee = SS.Parent
  4572.     end
  4573. end)
  4574.  
  4575. addcmd('unsphere', 'removes sphere around player',{},
  4576. function(args, speaker)
  4577.     local players = getPlayer(args[1], speaker)
  4578.     for i,v in pairs(players)do
  4579.         local pchar=_char(v)
  4580.         for i,v in pairs(gPlayers[v].Character:GetChildren()) do
  4581.             if v:IsA("SelectionSphere") then
  4582.                 v:Destroy()
  4583.             end
  4584.         end
  4585.     end
  4586. end)
  4587.  
  4588. addcmd('ambient','changes ambient',{},
  4589. function(args, speaker)
  4590.     game.Lighting.Ambient = Color3.new(args[1],args[2],args[3])
  4591. end)
  4592.  
  4593. addcmd('fogend','changes the fogend',{},
  4594. function(args, speaker)
  4595.     game.Lighting.FogEnd = args[1]
  4596. end)
  4597.  
  4598. addcmd('fogcolor','changes the fogs color',{},
  4599. function(args, speaker)
  4600.     game.Lighting.FogColor = Color3.new(args[1],args[2],args[3])
  4601. end)
  4602.  
  4603. addcmd('jail','jails player',{},
  4604. function(args, speaker)
  4605.     local players = getPlayer(args[1], speaker)
  4606.     for i,v in pairs(players)do
  4607.         local pchar=gPlayers[v].Character
  4608.         local JailPlayer = DATA.JAIL:Clone()
  4609.         JailPlayer.Parent = game.Workspace
  4610.         JailPlayer:MoveTo(pchar.Torso.Position)
  4611.         JailPlayer.Name = "JAIL_" .. gPlayers[v].Name
  4612.         if pchar:FindFirstChild("HumanoidRootPart") then
  4613.             pchar.HumanoidRootPart.CFrame = JailPlayer.MAIN.CFrame
  4614.         end    
  4615.     end
  4616. end)
  4617.  
  4618. addcmd('unjail','unjails player',{},
  4619. function(args, speaker)
  4620.     local players = getPlayer(args[1], speaker)
  4621.     for i,v in pairs(players)do
  4622.         game.Workspace["JAIL_" .. gPlayers[v].Name]:Destroy()
  4623.     end
  4624. end)
  4625.  
  4626. addcmd('shutdown', 'shuts the server down',{},
  4627. function(args, speaker)
  4628. Notify('Shutting Down...')
  4629. wait(1)
  4630. workspace.Gravity = 1/0*0
  4631. end)
  4632.  
  4633. addcmd('animation','makes player animate',{'anim'},
  4634. function(args, speaker)
  4635.     local players = getPlayer(args[1], speaker)
  4636.     for i,v in pairs(players)do
  4637.         local pchar = gPlayers[v].Character
  4638.         local ID = args[2]
  4639.  
  4640.         if args[2] == "climb" then
  4641.             ID = "180436334"
  4642.     end
  4643.         if args[2] == "fall" then
  4644.             ID = "180436148"
  4645.     end
  4646.         if args[2] == "jump" then
  4647.             ID = "125750702"
  4648.     end
  4649.         if args[2] == "sit" then
  4650.             ID = "178130996"
  4651.     end
  4652.         for _,x in pairs(gPlayers[v].Character.Animate:GetChildren()) do
  4653.             if x:IsA("StringValue") then
  4654.                 for _,c in pairs(x:GetChildren()) do
  4655.                     if c:IsA("Animation") then
  4656.                         c.AnimationId = "rbxassetid://" .. ID
  4657.                     end
  4658.                 end
  4659.             end
  4660.         end
  4661.     end
  4662. end)
  4663.  
  4664. addcmd('normal','turns player back to normal',{},
  4665. function(args, speaker)
  4666.     local players = getPlayer(args[1], speaker)
  4667.     for i,v in pairs(players)do
  4668.         local pchar = gPlayers[v].Character
  4669.        
  4670.         pchar.Torso.Neck.C0 = CFrame.new(0,1,0) * CFrame.Angles(math.rad(90),math.rad(180),0)
  4671.         pchar.Torso["Right Shoulder"].C0 = CFrame.new(1,0.5,0) * CFrame.Angles(0,math.rad(90),0)
  4672.         pchar.Torso["Left Shoulder"].C0 = CFrame.new(-1,0.5,0) * CFrame.Angles(0,math.rad(-90),0)
  4673.         pchar.Torso["Right Hip"].C0 = CFrame.new(1,-1,0) * CFrame.Angles(0,math.rad(90),0)
  4674.         pchar.Torso["Left Hip"].C0 = CFrame.new(-1,-1,0) * CFrame.Angles(0,math.rad(-90),0)
  4675.    
  4676.         for i,v in pairs(pchar.Head:GetChildren()) do
  4677.             if v:IsA("SpecialMesh") then
  4678.                 v:Destroy()
  4679.             end
  4680.         end
  4681.    
  4682.         for i,v in pairs(pchar:GetChildren()) do
  4683.             if v:IsA("Shirt") then
  4684.                 v:Destroy()
  4685.             end
  4686.         end
  4687.        
  4688.         for i,v in pairs(pchar:GetChildren()) do
  4689.             if v:IsA("Pants") then
  4690.                 v:Destroy()
  4691.             end
  4692.         end
  4693.        
  4694.         if Player.Character:FindFirstChild("Shirt Graphic") ~= nil then
  4695.             Player.Character["Shirt Graphic"].Graphic = ""
  4696.         end
  4697.        
  4698.         local HeadMesh = Instance.new("SpecialMesh", pchar.Head)
  4699.         HeadMesh.MeshType = "Head"
  4700.         HeadMesh.Scale = Vector3.new(1.25, 1.25, 1.25)
  4701.        
  4702.         pchar.Head.Transparency = 0
  4703.         pchar.Torso.Transparency = 0
  4704.         pchar["Left Arm"].Transparency = 0
  4705.         pchar["Right Arm"].Transparency = 0
  4706.         pchar["Left Leg"].Transparency = 0
  4707.         pchar["Right Leg"].Transparency = 0
  4708.        
  4709.         for i,v in pairs(pchar.Head:GetChildren()) do
  4710.             if v:IsA("Decal") then
  4711.                 v:Destroy()
  4712.             end
  4713.         end
  4714.        
  4715.         local face = Instance.new("Decal", pchar.Head)
  4716.         face.Name = "face"
  4717.         face.Texture = "rbxasset://textures/face.png"
  4718.         face.Face = "Front"
  4719.        
  4720.         for i,v in pairs(pchar:GetChildren()) do
  4721.             if v:IsA("Seat") then
  4722.                 v:Destroy()
  4723.             end
  4724.         end
  4725.        
  4726.         for i,v in pairs(pchar.Torso:GetChildren()) do
  4727.             if v:IsA("Weld") then
  4728.                 v:Destroy()
  4729.             end
  4730.         end
  4731.        
  4732.         for i,v in pairs(pchar.Torso:GetChildren()) do
  4733.             if v:IsA("SpecialMesh") then
  4734.                 v:Destroy()
  4735.             end
  4736.         end
  4737.        
  4738.         pchar["Body Colors"].HeadColor = BrickColor.new("Cool yellow")
  4739.         pchar["Body Colors"].LeftArmColor = BrickColor.new("Cool yellow")
  4740.         pchar["Body Colors"].LeftLegColor = BrickColor.new("Medium blue")
  4741.         pchar["Body Colors"].RightArmColor = BrickColor.new("Cool yellow")
  4742.         pchar["Body Colors"].RightLegColor = BrickColor.new("Medium blue")
  4743.         pchar["Body Colors"].TorsoColor = BrickColor.new("Bright blue")
  4744.         for _,v in pairs(Player.Character:GetChildren()) do
  4745.             if v:IsA("Accessory") then
  4746.                 v:Destroy()
  4747.             end
  4748.         end
  4749.     end
  4750. end)
  4751.  
  4752. addcmd('creeper','make the player a creeper',{'crpr'},
  4753. function(args, speaker)
  4754.     local players = getPlayer(args[1], speaker)
  4755.     for i,v in pairs(players)do
  4756.     local pchar = gPlayers[v].Character
  4757.         if gPlayers[v] and pchar and pchar:findFirstChild("Torso") then
  4758.             if pchar:FindFirstChild("Shirt") then
  4759.                 pchar.Shirt.Parent = pchar.Torso
  4760.             end
  4761.             if pchar:FindFirstChild("Pants") then
  4762.                 pchar.Pants.Parent = pchar.Torso
  4763.             end
  4764.             if pchar:FindFirstChild("Shirt Graphic") then
  4765.                 pchar["Shirt Graphic"].Graphic = ""
  4766.             end
  4767.             for i,v in pairs(pchar:GetChildren()) do
  4768.                 if v:IsA("Accessory") then
  4769.                     v:Destroy()
  4770.                 end
  4771.             end
  4772.             pchar.Torso.Neck.C0 = CFrame.new(0,1,0) * CFrame.Angles(math.rad(90),math.rad(180),0)
  4773.             pchar.Torso["Right Shoulder"].C0 = CFrame.new(0,-1.5,-.5) * CFrame.Angles(0,math.rad(90),0)
  4774.             pchar.Torso["Left Shoulder"].C0 = CFrame.new(0,-1.5,-.5) * CFrame.Angles(0,math.rad(-90),0)
  4775.             pchar.Torso["Right Hip"].C0 = CFrame.new(0,-1,.5) * CFrame.Angles(0,math.rad(90),0)
  4776.             pchar.Torso["Left Hip"].C0 = CFrame.new(0,-1,.5) * CFrame.Angles(0,math.rad(-90),0)
  4777.             pchar["Body Colors"].HeadColor = BrickColor.new("Bright green")
  4778.             pchar["Body Colors"].LeftArmColor = BrickColor.new("Bright green")
  4779.             pchar["Body Colors"].LeftLegColor = BrickColor.new("Bright green")
  4780.             pchar["Body Colors"].RightArmColor = BrickColor.new("Bright green")
  4781.             pchar["Body Colors"].RightLegColor = BrickColor.new("Bright green")
  4782.             pchar["Body Colors"].TorsoColor = BrickColor.new("Bright green")
  4783.         end
  4784.     end
  4785. end)
  4786.  
  4787. addcmd('uncreeper','makes player back to normal',{},
  4788. function(args, speaker)
  4789.     local players = getPlayer(args[1], speaker)
  4790.     for i,v in pairs(players)do
  4791.         execCmd("normal " .. gPlayers[v].Name, Player)
  4792.     end
  4793. end)
  4794.  
  4795. addcmd('crash','crashes a player',{},
  4796. function(args, speaker)
  4797.     local players = getPlayer(args[1], speaker)
  4798.     for i,v in pairs(players)do
  4799.     if args[1] == "all" then
  4800.     Notify('Everyone has been crashed')
  4801.     elseif args[1] == "others" then
  4802.     Notify('Crashed others')
  4803.     elseif args[1] == "friends" then
  4804.     Notify('Crashed friends')
  4805.     elseif args[1] == "nonfriends" then
  4806.     Notify('Crashed non friends')
  4807.     elseif args[1] == "team" then
  4808.     Notify('Crashed your team')
  4809.     elseif args[1] == "nonteam" then
  4810.     Notify('Crashed the opposing team')
  4811.     elseif args[1] == "guests" then
  4812.     Notify('Crashed guests')
  4813.     elseif args[1] == "nonadmins" then
  4814.     Notify('Crashed nonadmins')
  4815.     else
  4816.     Notify(gPlayers[v].Name .. ' has been crashed')
  4817.     end
  4818.     wait(4)
  4819. local play = gPlayers[v]
  4820. if play ~= nil then
  4821. for i=1,3600 do
  4822. Instance.new("HopperBin",play.Backpack).Name = "nig"
  4823. end
  4824. wait()
  4825. for i=1,3600 do
  4826. Instance.new("HopperBin",play.Backpack).Name = "nog"
  4827. end
  4828. wait()
  4829. end
  4830. end
  4831. end)
  4832.  
  4833. addcmd('shrek', 'makes player shrek',{},
  4834. function(args, speaker)
  4835.     local players = getPlayer(args[1], speaker)
  4836.     for i,v in pairs(players) do
  4837.         local pchar = gPlayers[v].Character
  4838.         for i,v in pairs(pchar:GetChildren()) do
  4839.             if v:IsA("Accessory") or v:IsA("CharacterMesh") or v:IsA("Shirt") or v:IsA("Pants")
  4840. then
  4841.                 v:Destroy()
  4842.             end
  4843.         end
  4844.         for i,v in pairs(pchar.Head:GetChildren()) do
  4845.             if v:IsA("Decal") or v:IsA("SpecialMesh") then
  4846.                 v:Destroy()
  4847.             end
  4848.         end
  4849.        
  4850.         local mesh = Instance.new("SpecialMesh", pchar.Head)
  4851.         mesh.MeshType = "FileMesh"
  4852.         pchar.Head.Mesh.MeshId = "http://www.roblox.com/asset/?id=19999257"
  4853.         pchar.Head.Mesh.Offset = Vector3.new(-0.1, 0.1, 0)
  4854.         pchar.Head.Mesh.TextureId = "http://www.roblox.com/asset/?id=156397869"
  4855.        
  4856.         local Shirt = Instance.new("Shirt", gPlayers[v].Character)
  4857.         local Pants = Instance.new("Pants", gPlayers[v].Character)
  4858.        
  4859.         Shirt.ShirtTemplate = "rbxassetid://133078194"
  4860.         Pants.PantsTemplate = "rbxassetid://133078204"
  4861.     end
  4862. end)
  4863.  
  4864. addcmd('unshrek','makes player back to normal',{},
  4865. function(args, speaker)
  4866.     local players = getPlayer(args[1], speaker)
  4867.     for i,v in pairs(players)do
  4868.         execCmd("normal " .. gPlayers[v].Name, Player)
  4869.     end
  4870. end)
  4871.  
  4872. addcmd('oof','good things happen',{},
  4873. function(args, speaker)
  4874.     local players = getPlayer(args[1], speaker)
  4875.     for i,v in pairs(players)do
  4876.         spawn(function()
  4877.         gPlayers[v].Character.Head.Died.Looped = true
  4878.         wait(0.1)
  4879.         gPlayers[v].Character.Head.Died.Playing = true
  4880.         gPlayers[v].Character.Head.Died.Volume = 10
  4881.         gPlayers[v].Character.Head.Died.Pitch = 0.5
  4882.         execCmd("size " .. gPlayers[v].Name .. ' -1')
  4883.         execCmd("hheight " .. gPlayers[v].Name .. ' 1000000000')
  4884.         wait(5)
  4885.         execCmd("explode " .. gPlayers[v].Name)
  4886.         wait(0.1)
  4887.         gPlayers[v].Character.Humanoid.Health = 0
  4888.         end)
  4889.         end
  4890. end)
  4891.  
  4892. addcmd('control','controls player',{},
  4893. function(args, speaker)
  4894.     local players = getPlayer(args[1], speaker)
  4895.     for i,v in pairs(players)do
  4896.         local pchar = gPlayers[v].Character
  4897.         if gPlayers[v] and pchar then
  4898.             pchar.Humanoid.PlatformStand = true
  4899.             local w = Instance.new("Weld", Player.Character.Torso)
  4900.             w.Part0 = Player.Character.Torso
  4901.             w.Part1 = pchar.Torso  
  4902.             local w2 = Instance.new("Weld", Player.Character.Head)
  4903.             w2.Part0 = Player.Character.Head
  4904.             w2.Part1 = pchar.Head  
  4905.             local w3 = Instance.new("Weld", Player.Character:findFirstChild("Right Arm"))
  4906.             w3.Part0 = Player.Character:findFirstChild("Right Arm")
  4907.             w3.Part1 = pchar:findFirstChild("Right Arm")
  4908.             local w4 = Instance.new("Weld", Player.Character:findFirstChild("Left Arm"))
  4909.             w4.Part0 = Player.Character:findFirstChild("Left Arm")
  4910.             w4.Part1 = pchar:findFirstChild("Left Arm")
  4911.             local w5 = Instance.new("Weld", Player.Character:findFirstChild("Right Leg"))
  4912.             w5.Part0 = Player.Character:findFirstChild("Right Leg")
  4913.             w5.Part1 = pchar:findFirstChild("Right Leg")
  4914.             local w6 = Instance.new("Weld", Player.Character:findFirstChild("Left Leg"))
  4915.             w6.Part0 = Player.Character:findFirstChild("Left Leg")
  4916.             w6.Part1 = pchar:findFirstChild("Left Leg")
  4917.             char.Head.face:Destroy()
  4918.             for i,v in pairs(pchar:GetChildren()) do
  4919.                 if v:IsA("BasePart") then
  4920.                     v.CanCollide = false
  4921.                 end
  4922.             end
  4923.             for i,v in pairs(char:GetChildren()) do
  4924.                 if v:IsA("BasePart") then
  4925.                     v.Transparency = 1
  4926.                 elseif v:IsA("Accessory") then
  4927.                     v:Destroy()
  4928.                 end
  4929.             end
  4930.             pchar.Parent = char
  4931.             pchar.Humanoid.Changed:connect(function()
  4932.                 pchar.Humanoid.PlatformStand = true
  4933.             end)
  4934.         end
  4935.         end
  4936. end)
  4937.  
  4938. addcmd('nuke','nukes player',{},
  4939. function(args, speaker)
  4940.     local players = getPlayer(args[1], speaker)
  4941.     for i,v in pairs(players)do
  4942.         local pchar = gPlayers[v].Character
  4943.         if gPlayers[v] and pchar and pchar:FindFirstChild("Torso")  then
  4944.             local nuke = Instance.new("Part", game.Workspace)
  4945.             nuke.Anchored = true
  4946.             nuke.CanCollide = false
  4947.             nuke.FormFactor = "Symmetric"
  4948.             nuke.Shape = "Ball"
  4949.             nuke.Size = Vector3.new(1,1,1)
  4950.             nuke.BrickColor = BrickColor.new("New Yeller")
  4951.             nuke.Transparency = 0.5
  4952.             nuke.Reflectance = 0.2
  4953.             nuke.TopSurface = 0
  4954.             nuke.BottomSurface = 0
  4955.             nuke.Touched:connect(function (hit)
  4956.                 if hit and hit.Parent then
  4957.                     local boom = Instance.new("Explosion", game.Workspace)
  4958.                     boom.Position = hit.Position
  4959.                     boom.BlastRadius = 11
  4960.                     boom.BlastPressure = math.huge
  4961.                 end
  4962.             end)
  4963.             local CF = pchar.Torso.CFrame
  4964.             nuke.CFrame = CF
  4965.             for i = 1,333 do
  4966.                 nuke.Size = nuke.Size + Vector3.new(3,3,3)
  4967.                 nuke.CFrame = CF
  4968.                 wait(1/44)
  4969.             end
  4970.             nuke:Destroy()
  4971.         end
  4972.     end
  4973. end)
  4974.  
  4975. addcmd('infect','infects player',{},
  4976. function(args, speaker)
  4977.     local players = getPlayer(args[1], speaker)
  4978.     for i,v in pairs(players)do
  4979.         function infect(rip)
  4980.         local pchar = gPlayers[v].Character
  4981.             for i,v in pairs(pchar:GetChildren()) do
  4982.                 if v:IsA("Accessory") or v:IsA("Shirt") or v:IsA("Pants") then
  4983.                     v:Destroy()
  4984.                 end
  4985.             end
  4986.             if pchar.Torso:FindFirstChild("roblox") then
  4987.                 pchar.Torso.roblox:Destroy()
  4988.             end
  4989.             if pchar.Head:FindFirstChild("face") then
  4990.                 pchar.Head.face.Texture = "http://www.roblox.com/asset/?id=94634491"
  4991.             end
  4992.             if pchar:FindFirstChild("Body Colors") then
  4993.                 local Colors = pchar["Body Colors"]
  4994.                 local Skin = BrickColor.new("Pastel green")
  4995.                 local Clothes = BrickColor.new("Reddish brown")
  4996.                 Colors.HeadColor = Skin
  4997.                 Colors.LeftArmColor = Skin
  4998.                 Colors.RightArmColor = Skin
  4999.                 Colors.LeftLegColor = Clothes
  5000.                 Colors.RightLegColor = Clothes
  5001.                 Colors.TorsoColor = Clothes
  5002.             end
  5003.             local w1 = Instance.new("Weld", pchar)
  5004.             w1.Part0 = pchar["Right Arm"]
  5005.             w1.Part1 = pchar.Torso
  5006.             w1.C0 = CFrame.new(-1.5, 0.5, 0.5) * CFrame.fromEulerAnglesXYZ(math.rad(-90), math.rad(0), math.rad(0))
  5007.             local w2 = Instance.new("Weld", pchar)
  5008.             w2.Part0 = pchar["Left Arm"]
  5009.             w2.Part1 = pchar.Torso
  5010.             w2.C0 = CFrame.new(1.5, 0.5, 0.5) * CFrame.fromEulerAnglesXYZ(math.rad(-90), math.rad(0), math.rad(0))
  5011.             local rip = false
  5012.             local connect1 = pchar["Left Arm"].Touched:connect(function(hit)
  5013.                 if connect1 == false then
  5014.                     connect1 = true
  5015.                     if game.Players:FindFirstChild(hit.Parent.Name) then
  5016.                         infect(game.Players[hit.Parent.Name])
  5017.                     end
  5018.                     wait(0.5)
  5019.                     connect1 = true
  5020.                 end
  5021.             end)
  5022.             local connect2 = pchar["Right Arm"].Touched:connect(function(hit)
  5023.                 if connect2 == false then
  5024.                     connect2 = true
  5025.                     if game.Players:FindFirstChild(hit.Parent.Name) then
  5026.                         infect(game.Players[hit.Parent.Name])
  5027.                     end
  5028.                     wait(0.5)
  5029.                     connect2 = true
  5030.                 end
  5031.             end)
  5032.             local IV = Instance.new("IntValue", pchar)
  5033.             IV.Name = "Infected"
  5034.             IV.Value = 0
  5035.             IV.Changed:connect(function()
  5036.                 connect1:disconnect()
  5037.                 connect2:disconnect()
  5038.             end)
  5039.         end
  5040.         infect(v)
  5041.     end
  5042. end)
  5043.  
  5044. addcmd('uninfect','makes player back to normal',{},
  5045. function(args, speaker)
  5046.     local players = getPlayer(args[1], speaker)
  5047.     for i,v in pairs(players)do
  5048.         execCmd("normal " .. gPlayers[v].Name, Player)
  5049.     end
  5050. end)
  5051.  
  5052. addcmd('duck','makes players head a duck',{},
  5053. function(args, speaker)
  5054.     local players = getPlayer(args[1], speaker)
  5055.     for i,v in pairs(players)do
  5056.         local pchar = gPlayers[v].Character
  5057.         for i,v in pairs(pchar.Torso:GetChildren()) do
  5058.             if v:IsA("Decal") then
  5059.                 v:Destroy()
  5060.             end
  5061.         end
  5062.         for i,v in pairs(pchar:GetChildren()) do
  5063.             if v:IsA("Accessory") then
  5064.                 v:Destroy()
  5065.             end
  5066.         end
  5067.         local duck = Instance.new("SpecialMesh", pchar.Torso)
  5068.         duck.MeshType = "FileMesh"
  5069.         duck.MeshId = "http://www.roblox.com/asset/?id=9419831"
  5070.         duck.TextureId = "http://www.roblox.com/asset/?id=9419827"
  5071.         duck.Scale = Vector3.new(5, 5, 5)
  5072.         pchar.Head.Transparency = 1
  5073.         pchar["Left Arm"].Transparency = 1
  5074.         pchar["Right Arm"].Transparency = 1
  5075.         pchar["Left Leg"].Transparency = 1
  5076.         pchar["Right Leg"].Transparency = 1
  5077.         pchar.Head.face.Transparency = 1
  5078.     end
  5079. end)
  5080.  
  5081. addcmd('unduck','makes player back to normal',{},
  5082. function(args, speaker)
  5083.     local players = getPlayer(args[1], speaker)
  5084.     for i,v in pairs(players)do
  5085.         execCmd("normal " .. gPlayers[v].Name, Player)
  5086.     end
  5087. end)
  5088.  
  5089. addcmd('mesh','makes a player into a mesh',{},
  5090. function(args, speaker)
  5091.     local players = getPlayer(args[1], speaker)
  5092.     for i,v in pairs(players)do
  5093.         local pchar = gPlayers[v].Character
  5094.         for i,v in pairs(pchar.Torso:GetChildren()) do
  5095.             if v:IsA("Decal") then
  5096.                 v:Destroy()
  5097.             end
  5098.         end
  5099.         for i,v in pairs(pchar:GetChildren()) do
  5100.             if v:IsA("Accessory") then
  5101.                 v:Destroy()
  5102.             end
  5103.         end
  5104.         pchar.Head.Transparency = 1
  5105.         pchar["Left Arm"].Transparency = 1
  5106.         pchar["Right Arm"].Transparency = 1
  5107.         pchar["Left Leg"].Transparency = 1
  5108.         pchar["Right Leg"].Transparency = 1
  5109.         pchar.Head.face.Transparency = 1
  5110.         local msh = Instance.new("SpecialMesh", pchar.Torso)
  5111.         msh.MeshType = "FileMesh"
  5112.         msh.Scale = Vector3.new(3, 3, 3)
  5113.         msh.MeshId = "http://www.roblox.com/asset/?id=" ..args[2]
  5114.         msh.TextureId = "http://www.roblox.com/asset/?id=" .. args[3]
  5115.         msh.Scale = Vector3.new(3, 3, 3)
  5116.     end
  5117. end)
  5118.  
  5119. addcmd('disable','removes players humanoid',{},
  5120. function(args, speaker)
  5121.     local players = getPlayer(args[1], speaker)
  5122.     for i,v in pairs(players)do
  5123.         local pchar = gPlayers[v].Character
  5124.         if pchar:FindFirstChild("Humanoid") then
  5125.            pchar.Humanoid.Name = "HUMANOID_" .. gPlayers[v].Name
  5126.            local humanoid = pchar["HUMANOID_" .. gPlayers[v].Name]
  5127.            humanoid.Parent = game.ContextActionService
  5128.             if args[1] == "all" then
  5129.             Notify('Everyone has been disabled')
  5130.             elseif args[1] == "others" then
  5131.             Notify('Others have been disabled')
  5132.             elseif args[1] == "friends" then
  5133.             Notify('Friends have been disabled')
  5134.             elseif args[1] == "nonfriends" then
  5135.             Notify('Non friends have been disabled')
  5136.             elseif args[1] == "team" then
  5137.             Notify('Your team has been disabled')
  5138.             elseif args[1] == "nonteam" then
  5139.             Notify('The opossing team been disabled')
  5140.             elseif args[1] == "guests" then
  5141.             Notify('Guests have been disabled')
  5142.             elseif args[1] == "nonadmins" then
  5143.             Notify('Nonadmins have been disabled')
  5144.             else
  5145.         Notify(gPlayers[v].Name .. ' has been disabled')
  5146.         end
  5147.         end
  5148.     end
  5149. end)
  5150.  
  5151. addcmd('enable','gives player humanoid',{},
  5152. function(args, speaker)
  5153.     local players = getPlayer(args[1], speaker)
  5154.     for i,v in pairs(players)do
  5155.         local pchar = gPlayers[v].Character
  5156.         if pchar:FindFirstChild("Humanoid") then
  5157.             return
  5158.         else
  5159.             local humanoid = game.ContextActionService["HUMANOID_" .. gPlayers[v].Name]
  5160.             humanoid.Parent = pchar
  5161.             humanoid.Name = "Humanoid"
  5162.             if args[1] == "all" then
  5163.             Notify('Everyone has been enabled')
  5164.             elseif args[1] == "others" then
  5165.             Notify('Others have been enabled')
  5166.             elseif args[1] == "friends" then
  5167.             Notify('Friends have been enabled')
  5168.             elseif args[1] == "nonfriends" then
  5169.             Notify('Non friends have been enabled')
  5170.             elseif args[1] == "team" then
  5171.             Notify('Your team has been enabled')
  5172.             elseif args[1] == "nonteam" then
  5173.             Notify('The opossing team has been enabled')
  5174.             elseif args[1] == "guests" then
  5175.             Notify('Guests have been enabled')
  5176.             elseif args[1] == "nonadmins" then
  5177.             Notify('Nonadmins have been enabled')
  5178.             elseif args[1] == "admins" then
  5179.             Notify('Admins have been enabled')
  5180.             else
  5181.             Notify(gPlayers[v].Name .. ' has been enabled')
  5182.             end
  5183.         end
  5184.     end
  5185. end)
  5186.  
  5187. addcmd('size','changes size of player',{},
  5188. function(args, speaker)
  5189.     local players = getPlayer(args[1], speaker)
  5190.     for i,v in pairs(players)do
  5191.     local pchar = gPlayers[v].Character
  5192.         local function scale(chr,scl)
  5193.        
  5194.             for _,v in pairs(pchar:GetChildren()) do
  5195.                 if v:IsA("Accessory") then
  5196.                     v:Clone()
  5197.                     v.Parent = game.Lighting
  5198.                 end
  5199.             end
  5200.                
  5201.             local Head = chr['Head']
  5202.             local Torso = chr['Torso']
  5203.             local LA = chr['Left Arm']
  5204.             local RA = chr['Right Arm']
  5205.             local LL = chr['Left Leg']
  5206.             local RL = chr['Right Leg']
  5207.             local HRP = chr['HumanoidRootPart']
  5208.        
  5209.             wait(0.1)
  5210.            
  5211.             Head.formFactor = 3
  5212.             Torso.formFactor = 3
  5213.             LA.formFactor = 3
  5214.             RA.formFactor = 3
  5215.             LL.formFactor = 3
  5216.             RL.formFactor = 3
  5217.             HRP.formFactor = 3
  5218.            
  5219.             Head.Size = Vector3.new(scl * 2, scl, scl)
  5220.             Torso.Size = Vector3.new(scl * 2, scl * 2, scl)
  5221.             LA.Size = Vector3.new(scl, scl * 2, scl)
  5222.             RA.Size = Vector3.new(scl, scl * 2, scl)
  5223.             LL.Size = Vector3.new(scl, scl * 2, scl)
  5224.             RL.Size = Vector3.new(scl, scl * 2, scl)
  5225.             HRP.Size = Vector3.new(scl * 2, scl * 2, scl)
  5226.            
  5227.             local Motor1 = Instance.new('Motor6D', Torso)
  5228.             Motor1.Part0 = Torso
  5229.             Motor1.Part1 = Head
  5230.             Motor1.C0 = CFrame.new(0, 1 * scl, 0) * CFrame.Angles(-1.6, 0, 3.1)
  5231.             Motor1.C1 = CFrame.new(0, -0.5 * scl, 0) * CFrame.Angles(-1.6, 0, 3.1)
  5232.             Motor1.Name = "Neck"
  5233.                    
  5234.             local Motor2 = Instance.new('Motor6D', Torso)
  5235.             Motor2.Part0 = Torso
  5236.             Motor2.Part1 = LA
  5237.             Motor2.C0 = CFrame.new(-1 * scl, 0.5 * scl, 0) * CFrame.Angles(0, -1.6, 0)
  5238.             Motor2.C1 = CFrame.new(0.5 * scl, 0.5 * scl, 0) * CFrame.Angles(0, -1.6, 0)
  5239.             Motor2.Name = "Left Shoulder"
  5240.            
  5241.             local Motor3 = Instance.new('Motor6D', Torso)
  5242.             Motor3.Part0 = Torso
  5243.             Motor3.Part1 = RA
  5244.             Motor3.C0 = CFrame.new(1 * scl, 0.5 * scl, 0) * CFrame.Angles(0, 1.6, 0)
  5245.             Motor3.C1 = CFrame.new(-0.5 * scl, 0.5 * scl, 0) * CFrame.Angles(0, 1.6, 0)
  5246.             Motor3.Name = "Right Shoulder"
  5247.            
  5248.             local Motor4 = Instance.new('Motor6D', Torso)
  5249.             Motor4.Part0 = Torso
  5250.             Motor4.Part1 = LL
  5251.             Motor4.C0 = CFrame.new(-1 * scl, -1 * scl, 0) * CFrame.Angles(0, -1.6, 0)
  5252.             Motor4.C1 = CFrame.new(-0.5 * scl, 1 * scl, 0) * CFrame.Angles(0, -1.6, 0)
  5253.             Motor4.Name = "Left Hip"
  5254.            
  5255.             local Motor5 = Instance.new('Motor6D', Torso)
  5256.             Motor5.Part0 = Torso
  5257.             Motor5.Part1 = RL
  5258.             Motor5.C0 = CFrame.new(1 * scl, -1 * scl, 0) * CFrame.Angles(0, 1.6, 0)
  5259.             Motor5.C1 = CFrame.new(0.5 * scl, 1 * scl, 0) * CFrame.Angles(0, 1.6, 0)
  5260.             Motor5.Name = "Right Hip"
  5261.            
  5262.             local Motor6 = Instance.new('Motor6D', HRP)
  5263.             Motor6.Part0 = HRP
  5264.             Motor6.Part1 = Torso
  5265.             Motor6.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(-1.6, 0, -3.1)
  5266.             Motor6.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(-1.6, 0, -3.1)
  5267.                
  5268.         end
  5269.        
  5270.         scale(pchar, args[2])
  5271.    
  5272.         for _,v in pairs(game.Lighting:GetChildren()) do
  5273.             if v:IsA("Accessory") then
  5274.                 v.Parent = pchar
  5275.             end
  5276.         end
  5277.     end
  5278. end)
  5279.  
  5280. addcmd('clone','clones player',{},
  5281. function(args, speaker)
  5282.     local players = getPlayer(args[1], speaker)
  5283.     for i,v in pairs(players)do
  5284.         local pchar = gPlayers[v].Character
  5285.         pchar.Archivable = true
  5286.         local clone = pchar:Clone()
  5287.         clone.Parent = game.Workspace
  5288.         clone:MoveTo(pchar:GetModelCFrame().p)
  5289.         clone:MakeJoints()
  5290.         pchar.Archivable = false
  5291.     end
  5292. end)
  5293.  
  5294. addcmd('spin','spins player',{},
  5295. function(args, speaker)
  5296.     local players = getPlayer(args[1], speaker)
  5297.     for i,v in pairs(players)do
  5298.         local pchar = gPlayers[v].Character
  5299.         for i,v in pairs(pchar.Torso:GetChildren()) do
  5300.             if v.Name == "Spinning" then
  5301.                 v:Destroy()
  5302.             end
  5303.         end
  5304.         local Torso = pchar.Torso
  5305.         local BG = Instance.new("BodyGyro", Torso)
  5306.         BG.Name = "Spinning"
  5307.         BG.maxTorque = Vector3.new(0, math.huge, 0)
  5308.         BG.P = 11111
  5309.         BG.cframe = Torso.CFrame
  5310.         repeat wait(1/44)
  5311.             BG.CFrame = BG.CFrame * CFrame.Angles(0,math.rad(30),0)
  5312.         until not BG or BG.Parent ~= Torso
  5313.     end
  5314. end)
  5315.  
  5316. addcmd('unspin','stops spinning player',{},
  5317. function(args, speaker)
  5318.     local players = getPlayer(args[1], speaker)
  5319.     for i,v in pairs(players)do
  5320.         local pchar = gPlayers[v].Character
  5321.         for i,v in pairs(pchar.Torso:GetChildren()) do
  5322.             if v.Name == "Spinning" then
  5323.                 v:Destroy()
  5324.             end
  5325.         end
  5326.     end
  5327. end)
  5328.  
  5329. addcmd('dog','makes player a dog',{},
  5330. function(args, speaker)
  5331.     local players = getPlayer(args[1], speaker)
  5332.     for i,v in pairs(players)do
  5333.         local pchar = gPlayers[v].Character
  5334.         if pchar:FindFirstChild("Shirt") then
  5335.             pchar.Shirt:Destroy()
  5336.         end
  5337.         if pchar:FindFirstChild("Pants") then
  5338.             pchar.Pants:Destroy()
  5339.         end
  5340.         if pchar:FindFirstChild("Shirt Graphic") then
  5341.             pchar["Shirt Graphic"].Graphic = ""
  5342.         end
  5343.         pchar.Torso.Transparency = 1
  5344.         pchar.Torso.Neck.C0 = CFrame.new(0,-.5,-2) * CFrame.Angles(math.rad(90),math.rad(180),0)
  5345.         pchar.Torso["Right Shoulder"].C0 = CFrame.new(.5,-1.5,-1.5) * CFrame.Angles(0,math.rad(90),0)
  5346.         pchar.Torso["Left Shoulder"].C0 = CFrame.new(-.5,-1.5,-1.5) * CFrame.Angles(0,math.rad(-90),0)
  5347.         pchar.Torso["Right Hip"].C0 = CFrame.new(1.5,-1,1.5) * CFrame.Angles(0,math.rad(90),0)
  5348.         pchar.Torso["Left Hip"].C0 = CFrame.new(-1.5,-1,1.5) * CFrame.Angles(0,math.rad(-90),0)
  5349.         local FakeTorso = Instance.new("Seat", pchar)
  5350.         FakeTorso.Name = "FakeTorso"
  5351.         FakeTorso.FormFactor = "Symmetric"
  5352.         FakeTorso.TopSurface = 0
  5353.         FakeTorso.BottomSurface = 0
  5354.         FakeTorso.Size = Vector3.new(3,1,4)
  5355.         FakeTorso.BrickColor = BrickColor.new("Brown")
  5356.         FakeTorso.CFrame = pchar.Torso.CFrame
  5357.         local BF = Instance.new("BodyForce", FakeTorso)
  5358.         BF.Force = Vector3.new(0, FakeTorso:GetMass() * 196.25, 0)
  5359.         local W = Instance.new("Weld", pchar.Torso)
  5360.         W.Part0 = pchar.Torso
  5361.         W.Part1 = FakeTorso
  5362.         W.C0 = CFrame.new(0,-.5,0)
  5363.         local BC = pchar["Body Colors"]
  5364.         BC.HeadColor = BrickColor.new("Brown")
  5365.         BC.LeftArmColor = BrickColor.new("Brown")
  5366.         BC.LeftLegColor = BrickColor.new("Brown")
  5367.         BC.RightArmColor = BrickColor.new("Brown")
  5368.         BC.RightLegColor = BrickColor.new("Brown")
  5369.         BC.TorsoColor = BrickColor.new("Brown")
  5370.     end
  5371. end)
  5372.  
  5373. addcmd('undog','makes player back to normal',{},
  5374. function(args, speaker)
  5375.     local players = getPlayer(args[1], speaker)
  5376.     for i,v in pairs(players)do
  5377.         execCmd("normal " .. gPlayers[v].Name, Player)
  5378.     end
  5379. end)
  5380.  
  5381. addcmd('loopheal','loop heals player',{},
  5382. function(args, speaker)
  5383.     local players = getPlayer(args[1], speaker)
  5384.     for i,v in pairs(players)do
  5385.         spawn(function()
  5386.         local pchar = gPlayers[v].Character
  5387.         if pchar:FindFirstChild("LoopHeal") then
  5388.             pchar.LoopHeal.Name = "NotLoopHeal"
  5389.             wait(0.1)
  5390.             pchar.NotLoopHeal:Destroy()
  5391.         end
  5392.         local LoopHeal = Instance.new("StringValue", pchar)
  5393.         LoopHeal.Name = "LoopHeal"
  5394.         repeat wait(0.1)
  5395.             pchar.Humanoid.Health = pchar.Humanoid.MaxHealth
  5396.         until LoopHeal.Name == "NotLoopHeal"
  5397.         end)
  5398.         end
  5399. end)
  5400.  
  5401. addcmd('unloopheal','stops loop heal on player',{'noloopheal'},
  5402. function(args, speaker)
  5403.     local players = getPlayer(args[1], speaker)
  5404.     for i,v in pairs(players)do
  5405.         local pchar = gPlayers[v].Character
  5406.         if pchar:FindFirstChild("LoopHeal") then
  5407.             pchar.LoopHeal.Name = "NotLoopHeal"
  5408.             wait(0.1)
  5409.             pchar.NotLoopHeal:Destroy()
  5410.         end
  5411.     end
  5412. end)
  5413.  
  5414. addcmd('fling','flings player',{},
  5415. function(args, speaker)
  5416.     local players = getPlayer(args[1], speaker)
  5417.     for i,v in pairs(players)do
  5418.         local pchar = gPlayers[v].Character
  5419.         if pchar:FindFirstChild("Humanoid") then
  5420.             local xran
  5421.             local zran
  5422.             repeat
  5423.                 xran = math.random(-9999,9999)
  5424.             until math.abs(xran) >= 5555
  5425.             repeat
  5426.                 zran = math.random(-9999,9999)
  5427.             until math.abs(zran) >= 5555
  5428.             pchar.Humanoid.Sit = true
  5429.             pchar.Torso.Velocity = Vector3.new(0,0,0)
  5430.             local BF = Instance.new("BodyForce", pchar.Torso)
  5431.             BF.force = Vector3.new(xran * 4, 9999 * 5, zran * 4)
  5432.         end
  5433.     end
  5434. end)
  5435.  
  5436. addcmd('nograv','makes player have moon gravity',{''},
  5437. function(args, speaker)
  5438.     local players = getPlayer(args[1], speaker)
  5439.     for i,v in pairs(players)do
  5440.         local pchar = gPlayers[v].Character
  5441.         for i,v in pairs(pchar.Torso:GetChildren()) do
  5442.             if v.Name == "NoGrav" then
  5443.                 v:Destroy()
  5444.             end
  5445.         end
  5446.         local BF = Instance.new("BodyForce", pchar.Torso)
  5447.         BF.Name = "NoGrav"
  5448.         BF.Force = Vector3.new(0,2700,0)
  5449.     end
  5450. end)
  5451.  
  5452. addcmd('grav','makes player have normal gravity',{''},
  5453. function(args, speaker)
  5454.     local players = getPlayer(args[1], speaker)
  5455.     for i,v in pairs(players)do
  5456.         local pchar = gPlayers[v].Character
  5457.         for i,v in pairs(pchar.Torso:GetChildren()) do
  5458.             if v.Name == "NoGrav" then
  5459.                 v:Destroy()
  5460.             end
  5461.         end
  5462.     end
  5463. end)
  5464.  
  5465. addcmd('seizure','makes player have a seizure',{''},
  5466. function(args, speaker)
  5467.     local players = getPlayer(args[1], speaker)
  5468.     for i,v in pairs(players)do
  5469.         local pchar = gPlayers[v].Character
  5470.         if pchar:FindFirstChild("Seizure") then
  5471.            
  5472.         end
  5473.         local Seizure = Instance.new("StringValue", pchar)
  5474.         Seizure.Name = "Seizure"
  5475.         pchar.Humanoid.PlatformStand = true
  5476.         repeat wait()
  5477.             pchar.Torso.Velocity = Vector3.new(math.random(-10,10),-5,math.random(-10,10))
  5478.             pchar.Torso.RotVelocity = Vector3.new(math.random(-5,5),math.random(-5,5),math.random(-5,5))
  5479.         until Seizure.Name == "NotSeizure"
  5480.     end
  5481. end)
  5482.  
  5483. addcmd('unseizure','makes player stop having a seizure',{''},
  5484. function(args, speaker)
  5485.     local players = getPlayer(args[1], speaker)
  5486.     for i,v in pairs(players)do
  5487.         local pchar = gPlayers[v].Character
  5488.         if pchar:FindFirstChild("Seizure") then
  5489.             pchar.Humanoid.PlatformStand = false
  5490.             pchar.Seizure.Name = "NotSeizure"
  5491.             wait(0.1)
  5492.             pchar.NotSeizure:Destroy()
  5493.         end
  5494.     end
  5495. end)
  5496.  
  5497. addcmd('m','makes a global message',{'message'},
  5498. function(args, speaker)
  5499.     local MSG = GLS(false, 0)
  5500.     local newMSG = GLS(false, 0)
  5501.     _G.msg(MSG)
  5502. end)
  5503.  
  5504. addcmd('paper','makes player thin as paper',{''},
  5505. function(args, speaker)
  5506.     local players = getPlayer(args[1], speaker)
  5507.     for i,v in pairs(players)do
  5508.         local pchar = gPlayers[v].Character
  5509.         local LA = DATA.Paper:Clone()
  5510.         LA.Parent = pchar["Left Arm"]
  5511.         local RA = DATA.Paper:Clone()
  5512.         RA.Parent = pchar["Right Arm"]
  5513.         local LL = DATA.Paper:Clone()
  5514.         LL.Parent = pchar["Left Leg"]
  5515.         local RL = DATA.Paper:Clone()
  5516.         RL.Parent = pchar["Right Leg"]
  5517.         local T = DATA.Paper:Clone()
  5518.         T.Parent = pchar.Torso
  5519.         local H = DATA.Paper:Clone()
  5520.         H.Parent = pchar.Head
  5521.         pchar.Head.face:Destroy()
  5522.     end
  5523. end)
  5524.  
  5525. addcmd('particles','gives a player particles',{''},
  5526. function(args, speaker)
  5527.     local players = getPlayer(args[1], speaker)
  5528.     for i,v in pairs(players)do
  5529.         local char = gPlayers[v].Character
  5530.         for i,v in pairs(char.Torso:GetChildren()) do
  5531.             if v:IsA('ParticleEmitter') then
  5532.                 v:destroy()
  5533.             end
  5534.         end
  5535.         local prt = Instance.new('ParticleEmitter', char.Torso)
  5536.         prt.Texture = 'rbxassetid://' .. args[2]
  5537.         prt.Rate = 10
  5538.         prt.SpreadAngle = Vector2.new(50, 50)
  5539.     end
  5540. end)
  5541.  
  5542. addcmd('unparticles','gives a player particles',{'noparticles'},
  5543. function(args, speaker)
  5544.     local players = getPlayer(args[1], speaker)
  5545.     for i,v in pairs(players)do
  5546.         local char = gPlayers[v].Character
  5547.         for i,v in pairs(char.Torso:GetChildren()) do
  5548.             if v:IsA('ParticleEmitter') then
  5549.                 v:destroy()
  5550.             end
  5551.         end
  5552.     end
  5553. end)
  5554.  
  5555. addcmd('punish','punishs player',{''},
  5556. function(args, speaker)
  5557.     local players = getPlayer(args[1], speaker)
  5558.     for i,v in pairs(players)do
  5559.         local pchar = gPlayers[v].Character
  5560.         pchar.Parent = game.Lighting
  5561.     end
  5562. end)
  5563.  
  5564. addcmd('unpunish','unpunishs player',{''},
  5565. function(args, speaker)
  5566.     local players = getPlayer(args[1], speaker)
  5567.     for i,v in pairs(players)do
  5568.         if game.Lighting:FindFirstChild("" .. gPlayers[v].Name) then
  5569.             game.Lighting:FindFirstChild("" .. gPlayers[v].Name).Parent = game.Workspace
  5570.         end
  5571.     end
  5572. end)
  5573.  
  5574. addcmd('disco','disco party',{''},
  5575. function(args, speaker)
  5576.     Disco = true
  5577.     if Disco == true then
  5578.         repeat wait(0.3)
  5579.             game.Lighting.Ambient = Color3.new(math.random(),math.random(),math.random())
  5580.         until Disco == false
  5581.     end
  5582. end)
  5583.  
  5584. addcmd('undisco','rip disco party',{''},
  5585. function(args, speaker)
  5586.     Disco = false
  5587.     wait(0.1)
  5588.     game.Lighting.Ambient = Color3.new(0.5,0.5,0.5)
  5589. end)
  5590.  
  5591. Floating = false
  5592. Fly = false
  5593.  
  5594. addcmd('float', 'makes player float',{},
  5595. function(args,speaker)
  5596.     Floating = true
  5597.     local players = getPlayer(args[1], speaker)
  5598.     for _,v in pairs(players) do
  5599.         local pchar = gPlayers[v].Character
  5600.         if gPlayers[v] and pchar and not pchar:FindFirstChild("Float") then
  5601.             spawn(function()
  5602.                 local float = DATA.Float:Clone()
  5603.                 float.Parent = pchar
  5604.                 float.CFrame = pchar.Torso.CFrame * CFrame.new(0,-3.5,0)
  5605.                 spawn(function()
  5606.                     while wait(0.1) do
  5607.                         if pchar:FindFirstChild("Float") then
  5608.                             float.CFrame = pchar.Torso.CFrame * CFrame.new(0,-3.5,0)
  5609.                         else
  5610.                             break
  5611.                         end
  5612.                     end
  5613.                 end)
  5614.             end)
  5615.         end
  5616.     end
  5617. end)
  5618.  
  5619. addcmd('unfloat','disables floating',{},
  5620. function(args, speaker)
  5621.     Floating = false
  5622.     local players = getPlayer(args[1], speaker)
  5623.     for i,v in pairs(players)do
  5624.         local pchar = gPlayers[v].Character
  5625.         if pchar:FindFirstChild("Float") then
  5626.             pchar.Float:Destroy()
  5627.         end
  5628.     end
  5629. end)
  5630.  
  5631. local Clip = true
  5632.  
  5633. addcmd('noclip','enables noclip',{},
  5634. function(args, speaker)
  5635. Notify('NoClip enabled')
  5636. Clip = false
  5637.     wait(1)
  5638.     Name = game.Players.LocalPlayer.Name
  5639.     game:GetService('Players').LocalPlayer.PlayerGui.ChildAdded:connect(function (NC)
  5640.         delay(0, function()
  5641.             if NC.Name ~= "Memes" then
  5642.                 NC:Destroy()
  5643.             end
  5644.         end)
  5645.     end)
  5646.     game:GetService('RunService').Stepped:connect(function ()
  5647.     game.Workspace[Name].Torso.CanCollide = Clip
  5648.     game.Workspace[Name].Head.CanCollide = Clip
  5649.     end)
  5650.     game.Workspace[Name].Torso.Changed:connect(function()
  5651.     game.Workspace[Name].Torso.CanCollide = Clip
  5652.     game.Workspace[Name].Head.CanCollide = Clip
  5653.     end)
  5654. end)
  5655.  
  5656. addcmd('clip','disables noclip',{},
  5657. function(args, speaker)
  5658.     Notify('NoClip disabled')
  5659.     Clip = true
  5660. end)
  5661.  
  5662. wait(0.1)
  5663.  
  5664. addcmd('prefix','changes prefix',{},
  5665. function(args, speaker)
  5666.     cmdprefix = args[1]
  5667.     Notify('Set prefix to "' .. args[1] .. '"')
  5668. end)
  5669.  
  5670. addcmd('respawn','respawns',{},
  5671. function(args, speaker)
  5672.     local players = getPlayer(args[1], speaker)
  5673.     for i,v in pairs(players) do
  5674.         local M = Instance.new('Model', gWorkspace) M.Name = 'respawn_iy'
  5675.         local H = Instance.new('Humanoid', M)
  5676.         local T = Instance.new('Part', M) T.Name = 'Torso' T.CanCollide = false T.Transparency = 1
  5677.         gPlayers[v].Character = M
  5678.     end
  5679. end)
  5680.  
  5681. addcmd('version','shows version',{''},
  5682. function(args, speaker)
  5683.     Notify("Version is " .. Version)
  5684. end)
  5685.  
  5686. Mouse.KeyDown:connect(function (Key)
  5687.     if Key:byte() == 29 then
  5688.         if Fly == false then
  5689.             execCmd("fly me", Player)
  5690.             Fly = true
  5691.         elseif Fly == true then
  5692.             execCmd("unfly me", Player)
  5693.             Fly = false
  5694.         end
  5695.     end
  5696. end)
  5697.  
  5698. -------------------
  5699. ----Command bar----
  5700. -------------------
  5701.  
  5702. CMDbar = Instance.new('ScreenGui', game.CoreGui)
  5703. CMDbar.Name = 'GUI'
  5704. cmdBAR = Instance.new('TextBox', CMDbar)
  5705. cmdBAR.Name = 'CMDbar'
  5706. cmdBAR.Active = true
  5707. cmdBAR.BackgroundColor = BrickColor.new(0,0,0)
  5708. cmdBAR.BackgroundTransparency = 0.5
  5709. cmdBAR.BorderColor = BrickColor.new(255,255,255)
  5710. cmdBAR.BorderSizePixel = 1
  5711. cmdBAR.Position = UDim2.new(0, 5, cmdbarpos, cmdbarpos2)
  5712. cmdBAR.Size = UDim2.new(0,200,0,20)
  5713. cmdBAR.Font = 'SourceSans'
  5714. cmdBAR.FontSize = 'Size18'
  5715. cmdBAR.Text = 'Press ; to Execute a Command'
  5716. cmdBAR.TextColor = BrickColor.new(255,255,255)
  5717. cmdBAR.TextStrokeColor3 = Color3.new(0,0,0)
  5718.  
  5719. -------------------
  5720. ----Data Folder----
  5721. -------------------
  5722.  
  5723. DATA = Instance.new('Folder', game.ContextActionService)
  5724. DATA.Name = 'Data'
  5725.  
  5726. Paper = Instance.new('BlockMesh', DATA)
  5727. Paper.Name = 'Paper'
  5728. Paper.Scale = Vector3.new(1,1,0.1)
  5729.  
  5730. ayylmao = Instance.new('Hat', DATA)
  5731. ayylmao.Name = 'ayylmao'
  5732. ayyHandle = Instance.new('Part', ayylmao)
  5733. ayyHandle.Name = 'Handle'
  5734. ayyHandle.Size = Vector3.new(2,2.4,2)
  5735. ayyHandle.FormFactor = 'Plate'
  5736. ayyMesh = Instance.new('SpecialMesh', ayyHandle)
  5737. ayyMesh.Scale = Vector3.new(1,1.02,1)
  5738. ayyMesh.MeshType = 'FileMesh'
  5739. ayyMesh.MeshId = 'http://www.roblox.com/asset/?id=13827689'
  5740. ayyMesh.TextureId = 'http://www.roblox.com/asset/?id=13827796'
  5741.  
  5742. Float = Instance.new('Part', DATA)
  5743. Float.Name = 'Float'
  5744. Float.Transparency = 1
  5745. Float.Size = Vector3.new(6,1,6)
  5746. Float.Anchored = true
  5747.  
  5748. ---------------------------
  5749. --Commands GUI properties--
  5750. ---------------------------
  5751.  
  5752.     local NewGuiPart1 = Instance.new('ScreenGui', DATA)
  5753.     NewGuiPart1.Name = "CMDs"
  5754.     local NewGuiPart2 = Instance.new("Frame")
  5755.     NewGuiPart2.BackgroundColor3 = Color3.new(0.639216, 0.635294, 0.647059)
  5756.     NewGuiPart2.Name = "MAIN"
  5757.     NewGuiPart2.Position = UDim2.new(0, -350, 1, -300)
  5758.     NewGuiPart2.Size = UDim2.new(0, 300, 0, 300)
  5759.     NewGuiPart2.Style = Enum.FrameStyle.DropShadow
  5760.     NewGuiPart2.Parent = NewGuiPart1
  5761.     local NewGuiPart3 = Instance.new("ScrollingFrame")
  5762.     NewGuiPart3.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5763.     NewGuiPart3.BackgroundTransparency = 1
  5764.     NewGuiPart3.BorderColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5765.     NewGuiPart3.BorderSizePixel = 0
  5766.     NewGuiPart3.Name = "CMDs"
  5767.     NewGuiPart3.Position = UDim2.new(0, 0, 0, 55)
  5768.     NewGuiPart3.Selectable = true
  5769.     NewGuiPart3.Size = UDim2.new(0, 285, 0, 230)
  5770.     NewGuiPart3.BottomImage = "rbxasset://textures/blackBkg_square.png"
  5771.     NewGuiPart3.CanvasSize = UDim2.new(0, 0, 0, 4105)
  5772.     NewGuiPart3.MidImage = "rbxasset://textures/blackBkg_square.png"
  5773.     NewGuiPart3.ScrollBarThickness = 8
  5774.     NewGuiPart3.TopImage = "rbxasset://textures/blackBkg_square.png"
  5775.     NewGuiPart3.ClipsDescendants = true
  5776.     NewGuiPart3.Parent = NewGuiPart2
  5777.     local NewGuiPart4 = Instance.new("TextLabel")
  5778.     NewGuiPart4.BackgroundColor3 = Color3.new(0.639216, 0.635294, 0.647059)
  5779.     NewGuiPart4.BackgroundTransparency = 1
  5780.     NewGuiPart4.Name = "Title"
  5781.     NewGuiPart4.Size = UDim2.new(1, 0, 0, 30)
  5782.     NewGuiPart4.Font = Enum.Font.SourceSansBold
  5783.     NewGuiPart4.FontSize = Enum.FontSize.Size24
  5784.     NewGuiPart4.Text = "Commands"
  5785.     NewGuiPart4.TextColor3 = Color3.new(0.980392, 0.980392, 0.980392)
  5786.     NewGuiPart4.Parent = NewGuiPart2
  5787.     local NewGuiPart5 = Instance.new("TextButton")
  5788.     NewGuiPart5.Active = true
  5789.     NewGuiPart5.BackgroundColor3 = Color3.new(1, 0, 0)
  5790.     NewGuiPart5.BackgroundTransparency = 0.30000001192093
  5791.     NewGuiPart5.BorderColor3 = Color3.new(1, 0, 0)
  5792.     NewGuiPart5.Name = "Exit"
  5793.     NewGuiPart5.Position = UDim2.new(1, -284, 1, -284)
  5794.     NewGuiPart5.Selectable = true
  5795.     NewGuiPart5.Size = UDim2.new(0, 20, 0, 20)
  5796.     NewGuiPart5.Style = Enum.ButtonStyle.Custom
  5797.     NewGuiPart5.Font = Enum.Font.Legacy
  5798.     NewGuiPart5.FontSize = Enum.FontSize.Size14
  5799.     NewGuiPart5.Text = ""
  5800.     NewGuiPart5.Parent = NewGuiPart2
  5801.     local NewGuiPart6 = Instance.new("TextButton")
  5802.     NewGuiPart6.Active = true
  5803.     NewGuiPart6.BackgroundTransparency = 0.30000001192093
  5804.     NewGuiPart6.BorderColor3 = Color3.new(1, 1, 1)
  5805.     NewGuiPart6.BackgroundColor3 = Color3.new(1, 1, 1)
  5806.     NewGuiPart6.Name = "Hide"
  5807.     NewGuiPart6.Position = UDim2.new(1, -261, 1, -284)
  5808.     NewGuiPart6.Selectable = true
  5809.     NewGuiPart6.Size = UDim2.new(0, 20, 0, 20)
  5810.     NewGuiPart6.Style = Enum.ButtonStyle.Custom
  5811.     NewGuiPart6.Font = Enum.Font.Legacy
  5812.     NewGuiPart6.FontSize = Enum.FontSize.Size14
  5813.     NewGuiPart6.Text = ""
  5814.     NewGuiPart6.Parent = NewGuiPart2
  5815.     local NewGuiPart7 = Instance.new("TextLabel")
  5816.     NewGuiPart7.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5817.     NewGuiPart7.BackgroundTransparency = 1
  5818.     NewGuiPart7.BorderColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5819.     NewGuiPart7.BorderSizePixel = 0
  5820.     NewGuiPart7.Name = "Example"
  5821.     NewGuiPart7.Position = UDim2.new(0, 5, 0, 5)
  5822.     NewGuiPart7.Size = UDim2.new(0, 190, 0, 20)
  5823.     NewGuiPart7.Visible = false
  5824.     NewGuiPart7.Font = Enum.Font.Code
  5825.     NewGuiPart7.FontSize = Enum.FontSize.Size18
  5826.     NewGuiPart7.TextColor3 = Color3.new(0.972549, 0.972549, 0.972549)
  5827.     NewGuiPart7.TextXAlignment = Enum.TextXAlignment.Left
  5828.     NewGuiPart7.Parent = NewGuiPart2
  5829.     local NewGuiPart8 = Instance.new("TextBox")
  5830.     NewGuiPart8.BackgroundColor3 = Color3.new(0, 0, 0)
  5831.     NewGuiPart8.BackgroundTransparency = 0.69999998807907
  5832.     NewGuiPart8.BorderColor3 = Color3.new(1, 1, 1)
  5833.     NewGuiPart8.Name = "Search"
  5834.     NewGuiPart8.Position = UDim2.new(0.5, -127, 0.200000003, -25)
  5835.     NewGuiPart8.Size = UDim2.new(0, 250, 0, 20)
  5836.     NewGuiPart8.Font = Enum.Font.Code
  5837.     NewGuiPart8.FontSize = Enum.FontSize.Size18
  5838.     NewGuiPart8.Text = "Search"
  5839.     NewGuiPart8.ClearTextOnFocus = false
  5840.     NewGuiPart8.TextColor3 = Color3.new(1, 1, 1)
  5841.     NewGuiPart8.TextStrokeColor3 = Color3.new(0.258824, 0.258824, 0.258824)
  5842.     NewGuiPart8.TextStrokeTransparency = 0
  5843.     NewGuiPart8.Parent = NewGuiPart2
  5844.     local NewGuiPart9 = Instance.new("Frame")
  5845.     NewGuiPart9.BackgroundColor3 = Color3.new(0.639216, 0.635294, 0.647059)
  5846.     NewGuiPart9.BackgroundTransparency = 1
  5847.     NewGuiPart9.BorderSizePixel = 0
  5848.     NewGuiPart9.Name = "HideFrame"
  5849.     NewGuiPart9.Position = UDim2.new(0, -350, 1, -300)
  5850.     NewGuiPart9.Size = UDim2.new(0, 300, 0, 300)
  5851.     NewGuiPart9.Visible = false
  5852.     NewGuiPart9.Parent = NewGuiPart1
  5853.     local NewGuiPart10 = Instance.new("TextButton")
  5854.     NewGuiPart10.Active = true
  5855.     NewGuiPart10.BackgroundTransparency = 0.30000001192093
  5856.     NewGuiPart10.BorderColor3 = Color3.new(1, 1, 1)
  5857.     NewGuiPart10.BackgroundColor3 = Color3.new(1, 1, 1)
  5858.     NewGuiPart10.Name = "rtrn"
  5859.     NewGuiPart10.Position = UDim2.new(1, -292, 1, -292)
  5860.     NewGuiPart10.Selectable = true
  5861.     NewGuiPart10.Size = UDim2.new(0, 20, 0, 20)
  5862.     NewGuiPart10.Style = Enum.ButtonStyle.Custom
  5863.     NewGuiPart10.Font = Enum.Font.Legacy
  5864.     NewGuiPart10.FontSize = Enum.FontSize.Size14
  5865.     NewGuiPart10.Text = ""
  5866.     NewGuiPart10.Parent = NewGuiPart9
  5867.  
  5868. espMAIN = Instance.new('BillboardGui', DATA)
  5869. espMAIN.Name = 'MAIN'
  5870. espMAIN.AlwaysOnTop = true
  5871. espMAIN.ExtentsOffset = Vector3.new(0,1,0)
  5872. espMAIN.Size = UDim2.new(0,5,0,5)
  5873. espMAIN.StudsOffset = Vector3.new(0,1,0)
  5874. espDot = Instance.new('Frame', espMAIN)
  5875. espDot.BackgroundColor = BrickColor.new(42,181,255)
  5876. espDot.BackgroundTransparency = 0.3
  5877. espDot.BorderSizePixel = 0
  5878. espDot.Position = UDim2.new(-0.5,0,-0.5,0)
  5879. espDot.Size = UDim2.new(2,0,2,0)
  5880. espDot.Visible = false
  5881. espDot.ZIndex = 10
  5882. espName = Instance.new('TextLabel', espMAIN)
  5883. espName.Name = 'Name'
  5884. espName.BackgroundColor = BrickColor.new(0,0,0)
  5885. espName.BackgroundTransparency = 1
  5886. espName.BorderColor = BrickColor.new(0,0,0)
  5887. espName.BorderSizePixel = 0
  5888. espName.Position = UDim2.new(0,0,0,-35)
  5889. espName.Size = UDim2.new(1,0,10,0)
  5890. espName.Visible = false
  5891. espName.ZIndex = 10
  5892.  
  5893. -------------------------
  5894. ----Notify properties----
  5895. -------------------------
  5896.  
  5897. notifyMAIN = Instance.new('ScreenGui', DATA)
  5898. notifyMAIN.Name = 'Notification'
  5899. notifyNOT = Instance.new('Frame', notifyMAIN)
  5900. notifyNOT.Name = 'NOTIFY'
  5901. notifyNOT.BackgroundColor = BrickColor.new(0,0,0)
  5902. notifyNOT.BackgroundTransparency = 0.5
  5903. notifyNOT.BorderColor = BrickColor.new(0,0,0)
  5904. notifyNOT.BorderSizePixel = 2
  5905. notifyNOT.Position = UDim2.new(0,0,-0.06,0)
  5906. notifyNOT.Size = UDim2.new(1,0,0,25)
  5907. notifyNOTE = Instance.new('TextLabel', notifyNOT)
  5908. notifyNOTE.Name = 'NOTE'
  5909. notifyNOTE.BackgroundColor = BrickColor.new(255,255,255)
  5910. notifyNOTE.BackgroundTransparency = 1
  5911. notifyNOTE.BorderColor = BrickColor.new(255,255,255)
  5912. notifyNOTE.BorderSizePixel = 0
  5913. notifyNOTE.Size = UDim2.new(1,0,1,0)
  5914. notifyNOTE.ZIndex = 10
  5915. notifyNOTE.FontSize = 'Size18'
  5916. notifyNOTE.Font = 'SourceSans'
  5917. notifyNOTE.Text = 'NOTIFY'
  5918. notifyNOTE.TextColor = BrickColor.new(255,255,255)
  5919. notifyNOTE.TextStrokeColor3 = Color3.new(0,0,0)
  5920. notifyNOTE.TextStrokeTransparency = 0.8
  5921.  
  5922. modJAIL = Instance.new('Model', DATA)
  5923. modJAIL.Name = 'JAIL'
  5924. botJAIL = Instance.new('Part', modJAIL)
  5925. botJAIL.Name = 'BOTTOM'
  5926. botJAIL.BrickColor = BrickColor.new('Black')
  5927. botJAIL.Transparency = 0.5
  5928. botJAIL.Position = Vector3.new(-6.2,0.5,-11.6)
  5929. botJAIL.Anchored = true
  5930. botJAIL.Locked = true
  5931. botJAIL.Size = Vector3.new(6,1,6)
  5932. botJAIL.TopSurface = 'Smooth'
  5933. botJAIL.BottomSurface = 'Smooth'
  5934. topJAIL = Instance.new('Part', modJAIL)
  5935. topJAIL.Name = 'BOTTOM'
  5936. topJAIL.BrickColor = BrickColor.new('Black')
  5937. topJAIL.Transparency = 0.5
  5938. topJAIL.Position = Vector3.new(-6.2,7.5,-11.6)
  5939. topJAIL.Anchored = true
  5940. topJAIL.Locked = true
  5941. topJAIL.Size = Vector3.new(6,1,6)
  5942. topJAIL.TopSurface = 'Smooth'
  5943. topJAIL.BottomSurface = 'Smooth'
  5944. p1 = Instance.new('Part', modJAIL)
  5945. p1.Name = 'MAIN'
  5946. p1.BrickColor = BrickColor.new('Black')
  5947. p1.Transparency = 1
  5948. p1.Position = Vector3.new(-8.7,4,-11.6)
  5949. p1.Rotation = Vector3.new(-180,0,-180)
  5950. p1.Anchored = true
  5951. p1.Locked = true
  5952. p1.Size = Vector3.new(1,6,4)
  5953. p1.TopSurface = 'Smooth'
  5954. p1.BottomSurface = 'Smooth'
  5955. p2 = Instance.new('Part', modJAIL)
  5956. p2.BrickColor = BrickColor.new('Black')
  5957. p2.Transparency = 0.5
  5958. p2.Position = Vector3.new(-3.7,4,-14.1)
  5959. p2.Anchored = true
  5960. p2.Locked = true
  5961. p2.Size = Vector3.new(1,6,1)
  5962. p2.TopSurface = 'Smooth'
  5963. p2.BottomSurface = 'Smooth'
  5964. p3 = Instance.new('Part', modJAIL)
  5965. p3.BrickColor = BrickColor.new('Black')
  5966. p3.Transparency = 0.5
  5967. p3.Position = Vector3.new(-8.7,4,-9.1)
  5968. p3.Anchored = true
  5969. p3.Locked = true
  5970. p3.Size = Vector3.new(1,6,1)
  5971. p3.TopSurface = 'Smooth'
  5972. p3.BottomSurface = 'Smooth'
  5973. p4 = Instance.new('Part', modJAIL)
  5974. p4.BrickColor = BrickColor.new('Black')
  5975. p4.Transparency = 0.5
  5976. p4.Position = Vector3.new(-3.7,4,-9.1)
  5977. p4.Anchored = true
  5978. p4.Locked = true
  5979. p4.Size = Vector3.new(1,6,1)
  5980. p4.TopSurface = 'Smooth'
  5981. p4.BottomSurface = 'Smooth'
  5982. p5 = Instance.new('Part', modJAIL)
  5983. p5.BrickColor = BrickColor.new('Black')
  5984. p5.Transparency = 0.5
  5985. p5.Position = Vector3.new(-8.7,4,-14.1)
  5986. p5.Anchored = true
  5987. p5.Locked = true
  5988. p5.Size = Vector3.new(1,6,1)
  5989. p5.TopSurface = 'Smooth'
  5990. p5.BottomSurface = 'Smooth'
  5991. p6 = Instance.new('Part', modJAIL)
  5992. p6.BrickColor = BrickColor.new('Black')
  5993. p6.Transparency = 1
  5994. p6.Position = Vector3.new(-6.2,4,-14.1)
  5995. p6.Rotation = Vector3.new(0,90,0)
  5996. p6.Anchored = true
  5997. p6.Locked = true
  5998. p6.Size = Vector3.new(1,6,4)
  5999. p6.TopSurface = 'Smooth'
  6000. p6.BottomSurface = 'Smooth'
  6001. p7 = Instance.new('Part', modJAIL)
  6002. p7.BrickColor = BrickColor.new('Black')
  6003. p7.Transparency = 1
  6004. p7.Position = Vector3.new(-3.7,4,-11.6)
  6005. p7.Anchored = true
  6006. p7.Locked = true
  6007. p7.Size = Vector3.new(1,6,4)
  6008. p7.TopSurface = 'Smooth'
  6009. p7.BottomSurface = 'Smooth'
  6010. p8 = Instance.new('Part', modJAIL)
  6011. p8.BrickColor = BrickColor.new('Black')
  6012. p8.Transparency = 1
  6013. p8.Position = Vector3.new(-6.2,4,-9.1)
  6014. p8.Rotation = Vector3.new(0,90,0)
  6015. p8.Anchored = true
  6016. p8.Locked = true
  6017. p8.Size = Vector3.new(1,6,4)
  6018. p8.TopSurface = 'Smooth'
  6019. p8.BottomSurface = 'Smooth'
  6020.  
  6021. addcmd('ayylmao','ayy lmao',{'alien'},
  6022. function(args, speaker)
  6023.     local players = getPlayer(args[1], speaker)
  6024.     for i,v in pairs(players)do
  6025.         local pchar = gPlayers[v].Character
  6026.         if pchar:FindFirstChild("Shirt") then
  6027.             pchar.Shirt:Destroy()
  6028.         end
  6029.         if pchar:FindFirstChild("Pants") then
  6030.             pchar.Pants:Destroy()
  6031.         end
  6032.         if pchar:FindFirstChild("Shirt Graphic") then
  6033.             pchar["Shirt Graphic"].Graphic = ""
  6034.         end
  6035.         for i,v in pairs(pchar:GetChildren()) do
  6036.             if v:IsA("Accessory") then
  6037.                 v:Destroy()
  6038.             end
  6039.         end
  6040.         local ayylmao = DATA.ayylmao:Clone()
  6041.         ayylmao.Parent = pchar
  6042.         local BC = pchar["Body Colors"]
  6043.         BC.HeadColor = BrickColor.new("Fossil")
  6044.         BC.LeftArmColor = BrickColor.new("Fossil")
  6045.         BC.LeftLegColor = BrickColor.new("Fossil")
  6046.         BC.RightArmColor = BrickColor.new("Fossil")
  6047.         BC.RightLegColor = BrickColor.new("Fossil")
  6048.         BC.TorsoColor = BrickColor.new("Fossil")
  6049.     end
  6050. end)
  6051.  
  6052. ----------------------
  6053. -----Commands GUI-----
  6054. ----------------------
  6055. CMDsFolder = Instance.new("Folder", game.CoreGui)
  6056. for i,v in pairs(CMDs) do
  6057.     CMDsValue = Instance.new("StringValue", CMDsFolder)
  6058.     CMDsValue.Value = v
  6059.     CMDsValue.RobloxLocked = true
  6060. end
  6061. cmdOpen = false
  6062. local function commands()
  6063.     if cmdOpen == false then
  6064.     cmdOpen = true
  6065.     local cmds = DATA.CMDs:Clone()
  6066.     cmds.Parent = game.CoreGui
  6067.     local CMDsV = CMDsFolder:GetChildren()
  6068.     for i = 1, #CMDsV do
  6069.         local YSize = 25
  6070.         local Position = ((i * YSize) - YSize)
  6071.         local newcmd = cmds.MAIN.Example:Clone()
  6072.         newcmd.Parent = cmds.MAIN.CMDs
  6073.         newcmd.Visible = true
  6074.         newcmd.Position = UDim2.new(0,5,0, Position + 5)
  6075.         newcmd.Text = "" .. CMDsV[i].Value
  6076.         cmds.MAIN.CMDs.CanvasSize = UDim2.new(0,0,0, Position + 30)
  6077.         cmdwin = game.CoreGui.CMDs
  6078.         cmdwin.MAIN:TweenPosition(UDim2.new(0,1,1,-300),"Out","Quint",0.3,true)
  6079.         cmdBAR:TweenPosition(UDim2.new(0,300,cmdbarpos,cmdbarpos2),"Out","Quint",0.3,true)
  6080.         cmdbarpos3 = '0'
  6081.         cmdbarpos4 = '300'
  6082.            
  6083. game.CoreGui.CMDs.MAIN.Hide.MouseButton1Click:Connect(function()
  6084. cmdwin.MAIN:TweenPosition(UDim2.new(0,-350,1,-300),"Out","Quint",0.3,true)
  6085. cmdwin.HideFrame.Visible = true
  6086. cmdBAR:TweenPosition(UDim2.new(0,5,cmdbarpos,cmdbarpos2),"Out","Quint",0.3,true)
  6087. cmdbarpos3 = '0'
  6088. cmdbarpos4 = '5'
  6089. wait(0.4)
  6090. cmdwin.HideFrame:TweenPosition(UDim2.new(0,1,1,-300),"Out","Quint",0.3,true)
  6091. wait(1)
  6092. end)
  6093. game.CoreGui.CMDs.MAIN.Exit.MouseButton1Click:Connect(function()
  6094. cmdwin.MAIN:TweenPosition(UDim2.new(0,-350,1,-300),"Out","Quint",0.3,true)
  6095. cmdBAR:TweenPosition(UDim2.new(0,5,cmdbarpos,cmdbarpos2),"Out","Quint",0.3,true)
  6096. cmdbarpos3 = '0'
  6097. cmdbarpos4 = '5'
  6098. wait(0.4)
  6099. cmdOpen = false
  6100. game.CoreGui.CMDs:Destroy()
  6101. end)
  6102. end
  6103. game.CoreGui.CMDs.HideFrame.rtrn.MouseButton1Click:Connect(function()
  6104. cmdwin.HideFrame:TweenPosition(UDim2.new(0,-100,1,-300),"Out","Quint",0.3,true)
  6105. cmdBAR:TweenPosition(UDim2.new(0,300,cmdbarpos,cmdbarpos2),"Out","Quint",0.3,true)
  6106. cmdbarpos3 = '0'
  6107. cmdbarpos4 = '300'
  6108. wait(0.4)
  6109. cmdwin.HideFrame.Visible = false
  6110. cmdwin.MAIN:TweenPosition(UDim2.new(0,1,1,-300),"Out","Quint",0.3,true)
  6111. end)
  6112. end
  6113. end
  6114.  
  6115. addcmd('cmds','prints cmds',{},
  6116. function(args, speaker)
  6117.     commands()
  6118.     wait(0.2)
  6119. local main = game.CoreGui.CMDs
  6120. local frame = main.MAIN:WaitForChild('CMDs')
  6121. local gui = main.MAIN:WaitForChild('Search')
  6122. local focused = false
  6123.  
  6124. Match = function(name,str)
  6125.     return name:lower():find(str:lower()) and true
  6126. end
  6127.  
  6128. gui.FocusLost:connect(function(enterpressed)
  6129. gui.Text = "Search"
  6130. end)
  6131.  
  6132. IndexContents = function(str,bool)
  6133.     local Index,SizeY = 0,0
  6134.     for i,v in next, frame:GetChildren() do
  6135.         if bool then
  6136.             if Match(v.Text,str) then
  6137.                 Index = Index + 1
  6138.                 v.Position = UDim2.new(0,0,0,Index*v.AbsoluteSize.Y-v.AbsoluteSize.Y)
  6139.                 v.Visible = true
  6140.                 SizeY = SizeY + v.AbsoluteSize.Y
  6141.                 frame.CanvasSize = UDim2.new(0,0,0,SizeY)
  6142.             else
  6143.                 v.Visible = false
  6144.             end
  6145.         else
  6146.             v.Visible = true
  6147.             SizeY = SizeY + v.AbsoluteSize.Y
  6148.             frame.CanvasSize = UDim2.new(0,0,0,SizeY)
  6149.         end
  6150.     end
  6151. end
  6152.  
  6153. game:GetService('RunService').Stepped:connect(function()
  6154.     if gui:IsFocused() and gui.Text == "Search" then
  6155.     gui.Text = ''
  6156.     end
  6157. end)
  6158.  
  6159. gui.Changed:connect(function()
  6160.     if gui:IsFocused() then IndexContents(gui.Text,true) end
  6161. end)
  6162.  
  6163. IndexContents('',false)
  6164. end)
  6165.  
  6166. -----------------
  6167. ---Command Bar---
  6168. -----------------
  6169. CMDbar.CMDbar.FocusLost:connect(function(enterpressed)
  6170.     if enterpressed and CMDbar.CMDbar.Text ~= "" then
  6171.         spawn(function ()
  6172.             execCmd(CMDbar.CMDbar.Text, Player)
  6173.         end)
  6174.     end
  6175.     CMDbar.CMDbar:TweenPosition(UDim2.new(cmdbarpos3, cmdbarpos4, 1, 0), "InOut", "Quad", 0.5, true, nil)
  6176.     cmdbarpos = '1'
  6177.     cmdbarpos2 = '0'
  6178. end)
  6179.  
  6180. Mouse.KeyDown:connect(function(Key)
  6181.     if Key:byte() == 59 then
  6182.         CMDbar.CMDbar:TweenPosition(UDim2.new(cmdbarpos3, cmdbarpos4, 1, -24), "InOut", "Quad", 0.5, true, nil)
  6183.         CMDbar.CMDbar:CaptureFocus()
  6184.     cmdbarpos = '1'
  6185.     cmdbarpos2 = '-24'
  6186.     end
  6187. end)
  6188.  
  6189. ----------------
  6190. --ESP function--
  6191. ----------------
  6192. local ESP = false
  6193. local track = false
  6194. function Create(base, team)
  6195.     local MAIN = DATA.MAIN:Clone()
  6196.     local F = MAIN.DOT
  6197.     local ESP = MAIN.NAME
  6198.  
  6199.     MAIN.Parent = Player.PlayerGui
  6200.     MAIN.Adornee = base
  6201.    
  6202.     F.Visible = true
  6203.    
  6204.     ESP.Text = base.Parent.Name:upper()
  6205.     ESP.Visible = true
  6206. end
  6207. function Clear()
  6208.     for _,v in pairs(Player.PlayerGui:children()) do
  6209.         if v.Name == "MAIN" and v:IsA("BillboardGui") then
  6210.             v:Destroy()
  6211.         end
  6212.     end
  6213. end
  6214. function Find()
  6215.     Clear()
  6216.     track = true
  6217.     spawn(function()
  6218.         while wait() do
  6219.             if track then
  6220.                 Clear()
  6221.                 for i,v in pairs(game.Players:players()) do
  6222.                     if v.Character and v.Character.Head then
  6223.                         Create(v.Character.Head, true)
  6224.                     end
  6225.                 end
  6226.             end
  6227.             wait(1)
  6228.         end
  6229.     end)
  6230. end
  6231. Mouse.KeyDown:connect(function(Key)
  6232.     if Key:byte() == 30 then
  6233.         if ESP == false then
  6234.             Find()
  6235.             ESP = true
  6236.         elseif ESP == true then
  6237.             Clear()
  6238.             track = false
  6239.             ESP = false
  6240.         end
  6241.     end
  6242. end)
  6243.  
  6244. ---------------------------------
  6245. ----Notify animation/movement----
  6246. ---------------------------------
  6247. local NOTIFY = DATA.Notification
  6248. NOTIFY.Parent = game.CoreGui
  6249. local usingNOTE = false
  6250. function Notify(msg)
  6251.     if usingNOTE == false then
  6252.         if NOTIFY.NOTIFY and NOTIFY.NOTIFY.NOTE then
  6253.             spawn(function()
  6254.                 NOTIFY.NOTIFY:TweenPosition(UDim2.new(0, 0, 0, 0), "InOut", "Quad", 0.5, true, nil)
  6255.                 NOTIFY.NOTIFY.NOTE.Text = msg
  6256.                 usingNOTE = true
  6257.                 wait(3.5)
  6258.                 NOTIFY.NOTIFY:TweenPosition(UDim2.new(0,0,-0.2,0), "InOut", "Quad", 0.5, true, nil)
  6259.                 usingNOTE = false
  6260.             end)
  6261.         end
  6262.     end
  6263. end
  6264.  
  6265. -------------------------
  6266. --Startup notifications--
  6267. -------------------------
  6268. o1 = Instance.new("ScreenGui")
  6269. o2 = Instance.new("Frame")
  6270. o3 = Instance.new("Frame")
  6271. o4 = Instance.new("Frame")
  6272. o5 = Instance.new("ScrollingFrame")
  6273. o6 = Instance.new("TextLabel")
  6274. o7 = Instance.new("ScrollingFrame")
  6275. o8 = Instance.new("TextLabel")
  6276. o9 = Instance.new("Frame")
  6277. o10 = Instance.new("ScrollingFrame")
  6278. o11 = Instance.new("ScrollingFrame")
  6279. o1.Name = "IntroGui"
  6280. o1.Parent = game.CoreGui
  6281. o2.Name = "MainFrame"
  6282. o2.Parent = o1
  6283. o2.Size = UDim2.new(1,0,1,0)
  6284. o2.BackgroundColor3 = Color3.new(0, 0, 0)
  6285. o2.BackgroundTransparency = 1
  6286. o2.BorderSizePixel = 0
  6287. o3.Name = "Intro"
  6288. o3.Parent = o2
  6289. o3.Size = UDim2.new(1,0,1,0)
  6290. o3.BackgroundColor3 = Color3.new(0, 0, 0)
  6291. o3.BackgroundTransparency = 1
  6292. o3.BorderSizePixel = 0
  6293. o3.ZIndex = 2
  6294. o4.Name = "presents"
  6295. o4.Parent = o3
  6296. o4.Position = UDim2.new(0,0,1,0)
  6297. o4.Size = UDim2.new(1,0,1,0)
  6298. o4.Position = UDim2.new(0,0,1,0)
  6299. o4.BackgroundColor3 = Color3.new(0, 0, 0)
  6300. o4.BackgroundTransparency = 0.69999998807907
  6301. o4.BorderSizePixel = 0
  6302. o4.ZIndex = 3
  6303. o5.Name = "text1"
  6304. o5.Parent = o4
  6305. o5.Position = UDim2.new(0,0,0.5,-50)
  6306. o5.Size = UDim2.new(1,0,0,100)
  6307. o5.Position = UDim2.new(0,0,0.5,-50)
  6308. o5.CanvasSize = UDim2.new(0,0,0,0)
  6309. o5.BackgroundColor3 = Color3.new(1, 1, 1)
  6310. o5.BackgroundTransparency = 1
  6311. o5.BorderSizePixel = 0
  6312. o5.ZIndex = 3
  6313. o5.ScrollBarThickness = 0
  6314. o6.Name = "MainTL"
  6315. o6.Parent = o5
  6316. o6.Position = UDim2.new(0,0,0,100)
  6317. o6.Size = UDim2.new(1,0,0,100)
  6318. o6.Text = "Infinite Yield"
  6319. o6.Position = UDim2.new(0,0,0,100)
  6320. o6.BackgroundColor3 = Color3.new(1, 1, 1)
  6321. o6.BackgroundTransparency = 1
  6322. o6.BorderSizePixel = 0
  6323. o6.ZIndex = 5
  6324. o6.Font = Enum.Font.Highway
  6325. o6.FontSize = Enum.FontSize.Size14
  6326. o6.TextColor3 = Color3.new(1, 1, 1)
  6327. o6.TextScaled = true
  6328. o6.TextWrapped = true
  6329. o7.Name = "text2"
  6330. o7.Parent = o4
  6331. o7.Position = UDim2.new(0,0,0.5,50)
  6332. o7.Size = UDim2.new(1,0,0,30)
  6333. o7.Position = UDim2.new(0,0,0.5,50)
  6334. o7.CanvasSize = UDim2.new(0,0,0,0)
  6335. o7.BackgroundColor3 = Color3.new(1, 1, 1)
  6336. o7.BackgroundTransparency = 1
  6337. o7.BorderSizePixel = 0
  6338. o7.ZIndex = 3
  6339. o7.ScrollBarThickness = 0
  6340. o8.Name = "MainTL"
  6341. o8.Parent = o7
  6342. o8.Position = UDim2.new(0,0,0,-31)
  6343. o8.Size = UDim2.new(1,0,0,30)
  6344. o8.Text = "Admin Commands"
  6345. o8.Position = UDim2.new(0,0,0,-31)
  6346. o8.BackgroundColor3 = Color3.new(1, 1, 1)
  6347. o8.BackgroundTransparency = 1
  6348. o8.BorderSizePixel = 0
  6349. o8.ZIndex = 5
  6350. o8.Font = Enum.Font.Highway
  6351. o8.FontSize = Enum.FontSize.Size36
  6352. o8.TextColor3 = Color3.new(1, 1, 1)
  6353. o8.TextWrapped = true
  6354. o9.Name = "gametitle"
  6355. o9.Parent = o3
  6356. o9.Position = UDim2.new(0,0,1,0)
  6357. o9.Size = UDim2.new(1,0,1,0)
  6358. o9.Position = UDim2.new(0,0,1,0)
  6359. o9.BackgroundColor3 = Color3.new(0, 0, 0)
  6360. o9.BackgroundTransparency = 0.69999998807907
  6361. o9.BorderSizePixel = 0
  6362. o9.ZIndex = 3
  6363. o10.Name = "text1"
  6364. o10.Parent = o9
  6365. o10.Position = UDim2.new(0,0,0.5,-50)
  6366. o10.Size = UDim2.new(1,0,0,100)
  6367. o10.Position = UDim2.new(0,0,0.5,-50)
  6368. o10.CanvasSize = UDim2.new(0,0,0,0)
  6369. o10.BackgroundColor3 = Color3.new(1, 1, 1)
  6370. o10.BackgroundTransparency = 1
  6371. o10.BorderSizePixel = 0
  6372. o10.ZIndex = 3
  6373. o10.ScrollBarThickness = 0
  6374. o11.Name = "text2"
  6375. o11.Parent = o9
  6376. o11.Position = UDim2.new(0,0,0.5,50)
  6377. o11.Size = UDim2.new(1,0,0,40)
  6378. o11.Position = UDim2.new(0,0,0.5,50)
  6379. o11.CanvasSize = UDim2.new(0,0,0,0)
  6380. o11.BackgroundColor3 = Color3.new(1, 1, 1)
  6381. o11.BackgroundTransparency = 1
  6382. o11.BorderSizePixel = 0
  6383. o11.ZIndex = 3
  6384. o11.ScrollBarThickness = 0
  6385. wait(1)
  6386. local presents = game.CoreGui.IntroGui.MainFrame.Intro.presents
  6387. local presents_text1_mtl = presents.text1.MainTL
  6388. local presents_text2_mtl = presents.text2.MainTL
  6389. local gtitle = game.CoreGui.IntroGui.MainFrame.Intro.gametitle
  6390.  
  6391. presents:TweenPosition(UDim2.new(0,0,0,0),"Out","Quad",0)
  6392. wait(0.5)
  6393. presents_text1_mtl:TweenPosition(UDim2.new(0,0,0.5,-54),"Out","Quad",1)
  6394. wait(0.5)
  6395. presents_text2_mtl:TweenPosition(UDim2.new(0,0,0.5,-18),"Out","Quad",0.3)
  6396. wait(3)
  6397. presents:TweenPosition(UDim2.new(0,0,-1,0),"Out","Quad",0.5)
  6398. gtitle:TweenPosition(UDim2.new(0,0,0,0),"Out","Quad",0.5)
  6399. wait(0.6)
  6400. gtitle:TweenPosition(UDim2.new(0,0,1,0),"Out","Quad",0.5)
  6401. presents:TweenPosition(UDim2.new(0,0,-1,-38),"Out","Quad",0)
  6402. wait(0.1)
  6403. if game.Workspace.FilteringEnabled == true then
  6404.     NOTIFY.NOTIFY.BorderColor = BrickColor.new(255,0,0)
  6405.     Notify('Filtering Status: ENABLED!')
  6406. elseif game.Workspace.FilteringEnabled == false then
  6407.     NOTIFY.NOTIFY.BorderColor = BrickColor.new(0,255,0)
  6408.     Notify('Filtering Status: Disabled.')
  6409. end
  6410. wait(4)
  6411. o1:Destroy()
  6412. NOTIFY.NOTIFY.BorderColor = BrickColor.new(255,255,255)
  6413. local IY = Instance.new("ScreenGui")
  6414. local IYM = Instance.new("Frame")
  6415. local TextLabel = Instance.new("TextLabel")
  6416. IY.Name = "IY"
  6417. IY.Parent = game.CoreGui
  6418. IYM.Name = "IYM"
  6419. IYM.Parent = IY
  6420. IYM.BackgroundTransparency = 1
  6421. IYM.Position = UDim2.new(0, 0, 0, 50)
  6422. IYM.Size = UDim2.new(1, -10, 1, -10)
  6423. TextLabel.Parent = IYM
  6424. TextLabel.BackgroundTransparency = 1
  6425. TextLabel.Position = UDim2.new(0.00300000003, 0, 0.25, 10)
  6426. TextLabel.Size = UDim2.new(1, -14, 1, 0)
  6427. TextLabel.Font = Enum.Font.SourceSansItalic
  6428. TextLabel.FontSize = Enum.FontSize.Size18
  6429. TextLabel.Text = "Thanks for using Infinite Yield v4. Say ;cmds for commands."
  6430. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  6431. TextLabel.TextStrokeTransparency = 0.75
  6432. TextLabel.TextXAlignment = Enum.TextXAlignment.Left
  6433. TextLabel.TextYAlignment = Enum.TextYAlignment.Top
  6434. wait(2)
  6435. IYM.TextLabel.TextStrokeColor3 = Color3.new(0.4,0.4,0.4)
  6436. wait(0.01)
  6437. IYM.TextLabel.TextStrokeColor3 = Color3.new(0.6,0.6,0.6)
  6438. wait(0.01)
  6439. IYM.TextLabel.TextStrokeColor3 = Color3.new(0.8,0.8,0.8)
  6440. wait(0.01)
  6441. IYM.TextLabel.TextStrokeColor3 = Color3.new(1,1,1)
  6442. wait(0.05)
  6443. IYM.TextLabel.TextStrokeColor3 = Color3.new(0.8,0.8,0.8)
  6444. wait(0.01)
  6445. IYM.TextLabel.TextStrokeColor3 = Color3.new(0.6,0.6,0.6)
  6446. wait(0.01)
  6447. IYM.TextLabel.TextStrokeColor3 = Color3.new(0.4,0.4,0.4)
  6448. wait(0.01)
  6449. IYM.TextLabel.TextStrokeColor3 = Color3.new(0.2,0.2,0.2)
  6450. wait(0.01)
  6451. IYM.TextLabel.TextStrokeColor3 = Color3.new(0,0,0)
  6452. wait(0.01)
  6453. IYM.TextLabel.TextStrokeColor3 = Color3.new(0.2,0.2,0.2)
  6454. wait(0.01)
  6455. IYM.TextLabel.TextStrokeColor3 = Color3.new(0.4,0.4,0.4)
  6456. wait(0.01)
  6457. IYM.TextLabel.TextStrokeColor3 = Color3.new(0.6,0.6,0.6)
  6458. wait(0.01)
  6459. IYM.TextLabel.TextStrokeColor3 = Color3.new(0.8,0.8,0.8)
  6460. wait(0.01)
  6461. IYM.TextLabel.TextStrokeColor3 = Color3.new(1,1,1)
  6462. wait(0.05)
  6463. IYM.TextLabel.TextStrokeColor3 = Color3.new(0.8,0.8,0.8)
  6464. wait(0.01)
  6465. IYM.TextLabel.TextStrokeColor3 = Color3.new(0.6,0.6,0.6)
  6466. wait(0.01)
  6467. IYM.TextLabel.TextStrokeColor3 = Color3.new(0.4,0.4,0.4)
  6468. wait(0.01)
  6469. IYM.TextLabel.TextStrokeColor3 = Color3.new(0.2,0.2,0.2)
  6470. wait(0.01)
  6471. IYM.TextLabel.TextStrokeColor3 = Color3.new(0,0,0)
  6472. wait(1)
  6473. local Asset = game:GetService("MarketplaceService"):GetProductInfo(937297244)
  6474. wait(1)
  6475. if Asset.Name == "Infinite Yield 4.0" then
  6476. print('Infinite Yield is up to date! (Version ' .. Version .. ')')
  6477. UTD = true
  6478. else
  6479. UTD = false
  6480. -- Objects
  6481. local Update = Instance.new("ScreenGui")
  6482. local Notification = Instance.new("Frame")
  6483. local Help = Instance.new("Frame")
  6484. local helpframe = Instance.new("Frame")
  6485. local Help_2 = Instance.new("Frame")
  6486. local Notice = Instance.new("Frame")
  6487. local TextLabel = Instance.new("TextLabel")
  6488. local OKButton = Instance.new("TextButton")
  6489. local Notice_2 = Instance.new("Frame")
  6490. local TextLabel_2 = Instance.new("TextLabel")
  6491. local ButtonSeparator = Instance.new("Frame")
  6492. local HelpButton = Instance.new("TextButton")
  6493. local OKButton_2 = Instance.new("TextButton")
  6494. local Bar = Instance.new("Frame")
  6495.  
  6496. -- Properties
  6497.  
  6498. Update.Name = "Update"
  6499. Update.Parent = game.CoreGui
  6500. Notification.Name = "Notification"
  6501. Notification.Parent = Update
  6502. Notification.BackgroundColor3 = Color3.new(0, 0, 0)
  6503. Notification.BackgroundTransparency = 0.5
  6504. Notification.BorderSizePixel = 0
  6505. Notification.Size = UDim2.new(1, 0, 0, 65)
  6506. Help.Name = "Help"
  6507. Help.Parent = Notification
  6508. Help.BackgroundColor3 = Color3.new(0, 0, 0)
  6509. Help.BackgroundTransparency = 1
  6510. Help.BorderSizePixel = 0
  6511. Help.Position = UDim2.new(0, 0, 0, 65)
  6512. Help.Size = UDim2.new(1, 0, 1, -22)
  6513. Help.Visible = false
  6514. helpframe.Name = "helpframe"
  6515. helpframe.Parent = Help
  6516. helpframe.BackgroundColor3 = Color3.new(0, 0, 0)
  6517. helpframe.BackgroundTransparency = 0.5
  6518. helpframe.BorderSizePixel = 0
  6519. helpframe.Size = UDim2.new(1, 0, 0, 65)
  6520. Help_2.Name = "Help"
  6521. Help_2.Parent = helpframe
  6522. Help_2.BackgroundColor3 = Color3.new(0, 0, 0)
  6523. Help_2.BackgroundTransparency = 1
  6524. Help_2.BorderSizePixel = 0
  6525. Help_2.Position = UDim2.new(0, 0, 0, 200)
  6526. Help_2.Size = UDim2.new(1, 0, 1, -22)
  6527. Notice.Name = "Notice"
  6528. Notice.Parent = helpframe
  6529. Notice.BackgroundColor3 = Color3.new(0, 0, 0)
  6530. Notice.BackgroundTransparency = 1
  6531. Notice.BorderSizePixel = 0
  6532. Notice.Position = UDim2.new(0, 0, 0, 2)
  6533. Notice.Size = UDim2.new(1, 0, 1, -22)
  6534. TextLabel.Parent = Notice
  6535. TextLabel.BackgroundColor3 = Color3.new(0, 0, 0)
  6536. TextLabel.BackgroundTransparency = 1
  6537. TextLabel.BorderColor3 = Color3.new(0, 0, 0)
  6538. TextLabel.BorderSizePixel = 0
  6539. TextLabel.Size = UDim2.new(1, 0, 1, 0)
  6540. TextLabel.Font = Enum.Font.SourceSansBold
  6541. TextLabel.FontSize = Enum.FontSize.Size14
  6542. TextLabel.Text = "You can go to our site at infiniteyield.x10host.com to download the latest version. Otherwise join the discord: discord.gg/9MByKtG"
  6543. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  6544. TextLabel.TextStrokeColor3 = Color3.new(0, 0, 0)
  6545. TextLabel.TextStrokeTransparency = 0.80000001192093
  6546. TextLabel.TextWrapped = true
  6547. Notice_2.Name = "Notice"
  6548. Notice_2.Parent = Notification
  6549. Notice_2.BackgroundColor3 = Color3.new(0, 0, 0)
  6550. Notice_2.BackgroundTransparency = 1
  6551. Notice_2.BorderSizePixel = 0
  6552. Notice_2.Position = UDim2.new(0, 0, 0, 2)
  6553. Notice_2.Size = UDim2.new(1, 0, 1, -22)
  6554. TextLabel_2.Parent = Notice_2
  6555. TextLabel_2.BackgroundColor3 = Color3.new(0, 0, 0)
  6556. TextLabel_2.BackgroundTransparency = 1
  6557. TextLabel_2.BorderColor3 = Color3.new(0, 0, 0)
  6558. TextLabel_2.BorderSizePixel = 0
  6559. TextLabel_2.Size = UDim2.new(1, 0, 1, 0)
  6560. TextLabel_2.Font = Enum.Font.SourceSansBold
  6561. TextLabel_2.FontSize = Enum.FontSize.Size14
  6562. TextLabel_2.Text = "The version of Infinite Yield you are using is outdated! (Using version " .. Version .. "  when " .. Asset.Name .. " is avalable)"
  6563. TextLabel_2.TextColor3 = Color3.new(1, 1, 1)
  6564. TextLabel_2.TextStrokeColor3 = Color3.new(0, 0, 0)
  6565. TextLabel_2.TextStrokeTransparency = 0.80000001192093
  6566. TextLabel_2.TextWrapped = true
  6567. ButtonSeparator.Name = "ButtonSeparator"
  6568. ButtonSeparator.Parent = Notification
  6569. ButtonSeparator.BackgroundColor3 = Color3.new(0, 0, 0)
  6570. ButtonSeparator.BackgroundTransparency = 0.5
  6571. ButtonSeparator.BorderColor3 = Color3.new(1, 1, 1)
  6572. ButtonSeparator.BorderSizePixel = 0
  6573. ButtonSeparator.Position = UDim2.new(0.5, 0, 1, -22)
  6574. ButtonSeparator.Size = UDim2.new(0, 2, 0, 22)
  6575. HelpButton.Name = "HelpButton"
  6576. HelpButton.Parent = Notification
  6577. HelpButton.BackgroundColor3 = Color3.new(0, 0, 0)
  6578. HelpButton.BackgroundTransparency = 0.80000001192093
  6579. HelpButton.BorderColor3 = Color3.new(0, 0, 0)
  6580. HelpButton.BorderSizePixel = 0
  6581. HelpButton.Position = UDim2.new(0.5, 0, 1, -22)
  6582. HelpButton.Size = UDim2.new(0.5, 0, 0, 22)
  6583. HelpButton.Font = Enum.Font.Highway
  6584. HelpButton.FontSize = Enum.FontSize.Size18
  6585. HelpButton.Text = "What should I do?"
  6586. HelpButton.TextColor3 = Color3.new(1, 1, 1)
  6587. OKButton_2.Name = "OKButton"
  6588. OKButton_2.Parent = Notification
  6589. OKButton_2.BackgroundColor3 = Color3.new(0, 0, 0)
  6590. OKButton_2.BackgroundTransparency = 0.80000001192093
  6591. OKButton_2.BorderColor3 = Color3.new(0, 0, 0)
  6592. OKButton_2.BorderSizePixel = 0
  6593. OKButton_2.Position = UDim2.new(0, 0, 1, -22)
  6594. OKButton_2.Size = UDim2.new(0.5, 0, 0, 22)
  6595. OKButton_2.Font = Enum.Font.Highway
  6596. OKButton_2.FontSize = Enum.FontSize.Size18
  6597. OKButton_2.Text = "Ignore"
  6598. OKButton_2.TextColor3 = Color3.new(1, 1, 1)
  6599. Bar.Name = "Bar"
  6600. Bar.Parent = Notification
  6601. Bar.BackgroundColor3 = Color3.new(1, 0, 0)
  6602. Bar.BorderSizePixel = 0
  6603. Bar.Size = UDim2.new(1, 0, 0, 2)
  6604. end
  6605. if UTD == false then
  6606. game.CoreGui.Update.Notification.HelpButton.MouseButton1Click:Connect(function()
  6607. wait()
  6608.     game.CoreGui.Update.Notification.Help.Visible = true
  6609. end)
  6610. end
  6611. if UTD ==false then
  6612. game.CoreGui.Update.Notification.OKButton.MouseButton1Click:Connect(function()
  6613. wait()
  6614.     game.CoreGui.Update:Destroy()
  6615. end)
  6616. end
  6617. wait(10)
  6618. IYM.TextLabel.TextStrokeTransparency = 0.65
  6619. wait(0.05)
  6620. IYM.TextLabel.TextStrokeTransparency = 0.75
  6621. wait(0.05)
  6622. IYM.TextLabel.TextStrokeTransparency = 0.85
  6623. wait(0.05)
  6624. IYM.TextLabel.TextStrokeTransparency = 0.95
  6625. wait(0.05)
  6626. IYM.TextLabel.TextStrokeTransparency = 1
  6627. wait(0.05)
  6628. IYM.TextLabel.TextTransparency = 0.10
  6629. wait(0.05)
  6630. IYM.TextLabel.TextTransparency = 0.20
  6631. wait(0.05)
  6632. IYM.TextLabel.TextTransparency = 0.30
  6633. wait(0.05)
  6634. IYM.TextLabel.TextTransparency = 0.40
  6635. wait(0.05)
  6636. IYM.TextLabel.TextTransparency = 0.50
  6637. wait(0.05)
  6638. IYM.TextLabel.TextTransparency = 0.60
  6639. wait(0.05)
  6640. IYM.TextLabel.TextTransparency = 0.70
  6641. wait(0.05)
  6642. IYM.TextLabel.TextTransparency = 0.80
  6643. wait(0.05)
  6644. IYM.TextLabel.TextTransparency = 0.90
  6645. wait(0.05)
  6646. IYM.TextLabel.TextTransparency = 1
  6647. wait(0.05)
  6648. IY:Destroy()
  6649. end)
  6650.  
  6651. TextingSimulatorInfiniteMoney.Name = "TextingSimulatorInfiniteMoney"
  6652. TextingSimulatorInfiniteMoney.Parent = MainFrame
  6653. TextingSimulatorInfiniteMoney.BackgroundColor3 = Color3.fromRGB(55, 5, 255)
  6654. TextingSimulatorInfiniteMoney.Position = UDim2.new(0.355140179, 0, 0.244094491, 0)
  6655. TextingSimulatorInfiniteMoney.Size = UDim2.new(0, 124, 0, 44)
  6656. TextingSimulatorInfiniteMoney.Font = Enum.Font.Cartoon
  6657. TextingSimulatorInfiniteMoney.Text = "Texting Simulator Infinite Money"
  6658. TextingSimulatorInfiniteMoney.TextColor3 = Color3.fromRGB(0, 0, 0)
  6659. TextingSimulatorInfiniteMoney.TextScaled = true
  6660. TextingSimulatorInfiniteMoney.TextSize = 14.000
  6661. TextingSimulatorInfiniteMoney.TextWrapped = true
  6662. TextingSimulatorInfiniteMoney.MouseButton1Down:Connect(function()
  6663.     -- inf money, diamonds, whatever
  6664. -- game - https://www.roblox.com/games/2580982329/NEW-Pods-Texting-Simulator
  6665. -- written by mrob
  6666. -- currencies
  6667. local A_1 = 9999999999999999
  6668. local A_2 = 9999999999999999
  6669. local A_3 = 9999999999999999
  6670. local A_4 = 9999999999999999
  6671. local Event = game:GetService("ReplicatedStorage").Events.TerminalReward
  6672. Event:FireServer(A_1, A_2, A_3, A_4)
  6673. -- skins (robux skins)
  6674. list = {"Green Sparkle", "Red Sparkle", "Purple Sparkle", "Blue Sparkle", "Yellow Sparkle", "Teal Sparkle", "Galacticly Pink", "Birhgtly Galaxy", "Blue Space", "Space Power", "Infinite Void", "The Last Frontier", "Interplanetary Conquerer"}
  6675. for i = 1, #list do
  6676. local A_1 = list[i]
  6677. local Event = game:GetService("ReplicatedStorage").Events.GiveUnboxed
  6678. Event:FireServer(A_1)
  6679. end
  6680. -- auto text
  6681. while wait() do
  6682. for i = 1, 10000 do
  6683. wait()
  6684. for i = 1, 10 do
  6685. local A_1 = "Computer"
  6686. local Event = game:GetService("ReplicatedStorage").Events.SendTexts
  6687. Event:FireServer(A_1)
  6688. end
  6689. end
  6690. local Event = game:GetService("ReplicatedStorage").Events.Save
  6691. Event:FireServer()
  6692. end
  6693. end)
  6694.  
  6695. NothingYet.Name = "NothingYet"
  6696. NothingYet.Parent = MainFrame
  6697. NothingYet.BackgroundColor3 = Color3.fromRGB(12, 255, 0)
  6698. NothingYet.Position = UDim2.new(0.677570105, 0, 0.551181078, 0)
  6699. NothingYet.Size = UDim2.new(0, 124, 0, 44)
  6700. NothingYet.Font = Enum.Font.Cartoon
  6701. NothingYet.Text = "Nothing Yet!"
  6702. NothingYet.TextColor3 = Color3.fromRGB(0, 0, 0)
  6703. NothingYet.TextScaled = true
  6704. NothingYet.TextSize = 14.000
  6705. NothingYet.TextWrapped = true
  6706.  
  6707. NothingYet_2.Name = "NothingYet"
  6708. NothingYet_2.Parent = MainFrame
  6709. NothingYet_2.BackgroundColor3 = Color3.fromRGB(255, 255, 0)
  6710. NothingYet_2.Position = UDim2.new(0.0303738527, 0, 0.551181078, 0)
  6711. NothingYet_2.Size = UDim2.new(0, 124, 0, 44)
  6712. NothingYet_2.Font = Enum.Font.Cartoon
  6713. NothingYet_2.Text = "Nothing Yet!"
  6714. NothingYet_2.TextColor3 = Color3.fromRGB(0, 0, 0)
  6715. NothingYet_2.TextScaled = true
  6716. NothingYet_2.TextSize = 14.000
  6717. NothingYet_2.TextWrapped = true
  6718.  
  6719. NothingYet_3.Name = "NothingYet"
  6720. NothingYet_3.Parent = MainFrame
  6721. NothingYet_3.BackgroundColor3 = Color3.fromRGB(0, 255, 247)
  6722. NothingYet_3.Position = UDim2.new(0.355140179, 0, 0.551181078, 0)
  6723. NothingYet_3.Size = UDim2.new(0, 124, 0, 44)
  6724. NothingYet_3.Font = Enum.Font.Cartoon
  6725. NothingYet_3.Text = "Nothing Yet!"
  6726. NothingYet_3.TextColor3 = Color3.fromRGB(0, 0, 0)
  6727. NothingYet_3.TextScaled = true
  6728. NothingYet_3.TextSize = 14.000
  6729. NothingYet_3.TextWrapped = true
Add Comment
Please, Sign In to add comment