Advertisement
Guest User

Untitled

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