SNAKERBLX

Untitled

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