Guest User

Infinite Yield

a guest
Nov 22nd, 2017
3,952
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 274.38 KB | None | 0 0
  1. ---------------------------------------------------------------
  2. ---------------------------------------------------------------
  3. -- _____ __ _ _ _ __ ___ _ _ --
  4. -- |_ _| / _(_) (_) | \ \ / (_) | | | | --
  5. -- | | _ __ | |_ _ _ __ _| |_ ___ \ V / _ ___| | __| | --
  6. -- | || '_ \| _| | '_ \| | __/ _ \ \ / | |/ _ \ |/ _` | --
  7. -- _| || | | | | | | | | | | || __/ | | | | __/ | (_| | --
  8. -- \___/_| |_|_| |_|_| |_|_|\__\___| \_/ |_|\___|_|\__,_| --
  9. -- --
  10. ---------------------------------------------------------------
  11. ---------------------------------------------------------------
  12. --------------------------Version 5.5--------------------------
  13. ---------------------------------------------------------------
  14. ---------------------IoIman616---Edge#3467---------------------
  15. -------------Desiredusername1233--bluntboomer#1259-------------
  16. --------------------sweg2hip----Master#9156--------------------
  17. ---------------------------------------------------------------
  18.  
  19. --The message system was created by HARKINIAN @ V3RMILLION
  20. --Bang and fly is from rocky2u's admin
  21. --Thank you for support everyone
  22.  
  23. local gCoreGui = game:GetService('CoreGui') local gPlayers = game:GetService('Players') local gLighting = game:GetService('Lighting') local gWorkspace = game:GetService('Workspace') local Player = game.Players.LocalPlayer
  24. local Mouse = Player:GetMouse() local char = Player.Character local LP = gPlayers.LocalPlayer local gPlayers = game:GetService("Players") local _players = game:GetService('Players') MSGhook = false local services={} local cmds={}
  25. local std={} local loopkillT = {} local rainbowT = {} local disabletoolsT = {} local banT = {} local adminT = {} function FIND_CHILD(PATH, NAME) if PATH:FindFirstChild(NAME) then return true end return false end function _G.ADD_ADMIN(ID) table.insert(adminT, ID) end
  26. local Version = '5.5'
  27. services.players=gPlayers
  28. services.lighting=game:GetService('Lighting')
  29. services.workspace=game:GetService('Workspace')
  30. services.events = {}
  31. local user = gPlayers.LocalPlayer
  32. local gCoreGui = game:GetService('CoreGui')
  33. local gPlayers = game:GetService('Players')
  34. local gLighting = game:GetService('Lighting')
  35. local gWorkspace = game:GetService('Workspace')
  36. local scriptprefix='\\'
  37. local split=" "
  38. local cmdprefix=';'
  39. notifications = true
  40. allowfriends = true
  41. JLnotify = true
  42. Mseconds = '7'
  43. slock = false
  44. local jl = Instance.new("ScreenGui")
  45. jl.Name = "jl"
  46. jl.Parent = game.CoreGui
  47.  
  48. function msghook()
  49. for _, child in pairs( workspace:GetChildren()) do
  50. if MSGhook == false and child.ClassName == "Message" and child.Name ~= "IYmessage" then
  51. child.Name = "IYmessage"
  52. child.Text = ''
  53. MSGhook = true
  54. end
  55. end
  56. if workspace:FindFirstChild("IYmessage") then
  57. MSGhook = true
  58. else
  59. MSGhook = false
  60. end
  61. end
  62.  
  63. game:GetService('RunService').Heartbeat:connect(function()
  64. if not Clip then
  65. if LP.Character:FindFirstChild('Humanoid') then LP.Character.Humanoid:ChangeState(11) end
  66. end
  67. if MSGhook == true and workspace.IYmessage.Text == '' then
  68. for _, child in pairs( game.Lighting:GetChildren()) do
  69. if child.Name == "IYmblur" then
  70. child:Destroy()
  71. end
  72. end
  73. end
  74. for i,v in pairs(_players:GetPlayers()) do
  75. if FindTable(loopkillT, v.Name) then
  76. v.Character:BreakJoints()
  77. end
  78. end
  79. for i,v in pairs(_players:GetPlayers()) do
  80. if FindTable(rainbowT, v.Name) then
  81. v.Neutral = false
  82. v.TeamColor = BrickColor.random()
  83. end
  84. end
  85. for i,n in pairs(_players:GetPlayers()) do
  86. if FindTable(disabletoolsT, n.Name) then
  87. for i,v in pairs(n.Backpack:GetChildren()) do
  88. if v:IsA('Tool') or v:IsA('HopperBin') then
  89. v:destroy()
  90. end
  91. for i,v in pairs(n.Character:GetChildren()) do
  92. if v:IsA('Tool') or v:IsA('HopperBin') then
  93. v:destroy()
  94. end
  95. end
  96. end
  97. end
  98. end
  99. end)
  100.  
  101. jl = game.CoreGui.jl
  102. POPUP_SIZE = UDim2.new(0,0,-0.15,350)
  103. db = false
  104. PopUps = {}
  105. function changeOptions(N)
  106. MODE = N
  107. if N == 1 then
  108. SettingsGUI.FeedbackMain.friends.BorderColor3 = Color3.new(1,1,1)
  109. SettingsGUI.FeedbackMain.everyone.BorderColor3 = Color3.new(0,0,0)
  110. elseif N == 2 then
  111. SettingsGUI.FeedbackMain.friends.BorderColor3 = Color3.new(0,0,0)
  112. SettingsGUI.FeedbackMain.everyone.BorderColor3 = Color3.new(1,1,1)
  113. end
  114. end
  115. local origsettings = {abt = game.Lighting.Ambient, oabt = game.Lighting.OutdoorAmbient, brt = game.Lighting.Brightness, time =
  116. game.Lighting.TimeOfDay, fclr = game.Lighting.FogColor, fe =
  117. game.Lighting.FogEnd, fs = game.Lighting.FogStart}
  118.  
  119.  
  120. function lponly(player)
  121. local box = "That is a LocalPlayer only command!"
  122. wait(0.1)
  123. game:service'Chat':Chat(player.Character.Head,box,Enum.ChatColor.Red)
  124. wait(0.1)
  125. end
  126.  
  127. function FindTable(Table, Name)
  128. for i,v in pairs(Table) do
  129. if v == Name then
  130. return true
  131. end
  132. end
  133. return false
  134. end
  135. function GetInTable(Table, Name)
  136. for i = 1, #Table do
  137. if Table[i] == Name then
  138. return i
  139. end
  140. end
  141. return false
  142. end
  143.  
  144. function createPopUp(Name,N)
  145.  
  146. local Frame = Instance.new("Frame")
  147. local ImageLabel = Instance.new("ImageLabel")
  148. local TextBox = Instance.new("TextBox")
  149.  
  150. Frame.Parent = game.CoreGui
  151. Frame.BackgroundColor3 = Color3.new(0.658824, 0.654902, 0.666667)
  152. Frame.Position = UDim2.new(0,-360,0,330)
  153. Frame.Size = UDim2.new(0, 230, 0, 60)
  154. Frame.Style = Enum.FrameStyle.RobloxSquare
  155.  
  156. ImageLabel.Parent = Frame
  157. ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  158. ImageLabel.BackgroundTransparency = 0.89999997615814
  159. ImageLabel.BorderColor3 = Color3.new(0, 0, 0)
  160. ImageLabel.Size = UDim2.new(0, 50, 1, 0)
  161. ImageLabel.Image = [[http://www.roblox.com/Thumbs/Avatar.ashx?x=100&y=100&Format=Png&userName=]]..Name..[[&RAND]] .. math.random(1,100000000)
  162.  
  163. TextBox.Parent = Frame
  164. TextBox.Active = false
  165. TextBox.BackgroundColor3 = Color3.new(1, 1, 1)
  166. TextBox.BackgroundTransparency = 0.89999997615814
  167. TextBox.BorderColor3 = Color3.new(0, 0, 0)
  168. TextBox.Position = UDim2.new(0, 55, 0, 0)
  169. TextBox.Size = UDim2.new(0, 158, 1, 0)
  170. TextBox.ClearTextOnFocus = false
  171. TextBox.Font = Enum.Font.ArialBold
  172. TextBox.FontSize = Enum.FontSize.Size10
  173. TextBox.Text = "-Playername- Joined the Game"
  174. TextBox.TextColor3 = Color3.new(1, 1, 1)
  175. TextBox.TextStrokeTransparency = 0
  176. Frame:TweenPosition(UDim2.new(0,0,0,330),"Out","Quint",0.1,true)
  177.  
  178. if N == 1 then
  179. TextBox.Text = Name.." Joined"
  180. elseif N == 2 then
  181. TextBox.Text = Name.." Joined"
  182. elseif N == 3 then
  183. TextBox.Text = Name.." Left"
  184. elseif N == 4 then
  185. TextBox.Text = Name.." Left"
  186. end
  187.  
  188. Frame.Parent = jl
  189. table.insert(PopUps,Frame)
  190.  
  191. local LocalPopUps = {}
  192.  
  193. for i,v in pairs(PopUps) do
  194. table.insert(LocalPopUps,v)
  195. v.Position = v.Position + UDim2.new(0,0,0,20)
  196. end
  197.  
  198. for j = 0, POPUP_SIZE.X.Offset,2 do
  199. for i,v in pairs(LocalPopUps) do
  200. if v ~= nil then
  201. v.Position = v.Position + UDim2.new(0,0,0,40)
  202. end
  203. end
  204. wait()
  205. end
  206.  
  207. wait(5)
  208.  
  209. table.remove(PopUps,1)
  210.  
  211. Frame:TweenPosition(UDim2.new(0,-360,0,330),"Out","Quint",0.2,true)
  212. wait(0.3)
  213. Frame:remove()
  214. end
  215.  
  216. function playerAdded(newPlayer)
  217. if (LP:isFriendsWith(newPlayer.userId)) and MODE >= 1 then
  218. coroutine.resume(coroutine.create(createPopUp),newPlayer.Name,1)
  219. elseif MODE == 2 then
  220. coroutine.resume(coroutine.create(createPopUp),newPlayer.Name,2)
  221. end
  222. end
  223.  
  224. function PlayerRemoving(PlayerLeft)
  225. if (LP:isFriendsWith(PlayerLeft.userId)) and MODE >= 1 then
  226. coroutine.resume(coroutine.create(createPopUp),PlayerLeft.Name,3)
  227. elseif MODE == 2 then
  228. coroutine.resume(coroutine.create(createPopUp),PlayerLeft.Name,4)
  229. end
  230. end
  231.  
  232. local FLYING = false
  233. game:GetService('RunService').Stepped:connect(function()
  234. if LP.Character and LP.Character:FindFirstChild('Humanoid') then
  235. LP.Character.Humanoid.Died:connect(function() FLYING = false end)
  236. repeat wait() until LP.Character.Humanoid.Health > 0
  237. end
  238. end)
  239. function sFLY()
  240. repeat wait() until LP and LP.Character and LP.Character:FindFirstChild('HumanoidRootPart') and LP.Character:FindFirstChild('Humanoid')
  241. repeat wait() until Mouse
  242.  
  243. local T = LP.Character.HumanoidRootPart
  244. local CONTROL = {F = 0, B = 0, L = 0, R = 0}
  245. local lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  246. local SPEED = 0
  247.  
  248. local function FLY()
  249. FLYING = true
  250. local BG = Instance.new('BodyGyro', T)
  251. local BV = Instance.new('BodyVelocity', T)
  252. BG.P = 9e4
  253. BG.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  254. BG.cframe = T.CFrame
  255. BV.velocity = Vector3.new(0, 0.1, 0)
  256. BV.maxForce = Vector3.new(9e9, 9e9, 9e9)
  257. spawn(function()
  258. repeat wait()
  259. LP.Character.Humanoid.PlatformStand = true
  260. if CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0 then
  261. SPEED = 50
  262. elseif not (CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0) and SPEED ~= 0 then
  263. SPEED = 0
  264. end
  265. if (CONTROL.L + CONTROL.R) ~= 0 or (CONTROL.F + CONTROL.B) ~= 0 then
  266. 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
  267. lCONTROL = {F = CONTROL.F, B = CONTROL.B, L = CONTROL.L, R = CONTROL.R}
  268. elseif (CONTROL.L + CONTROL.R) == 0 and (CONTROL.F + CONTROL.B) == 0 and SPEED ~= 0 then
  269. 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
  270. else
  271. BV.velocity = Vector3.new(0, 0.1, 0)
  272. end
  273. BG.cframe = workspace.CurrentCamera.CoordinateFrame
  274. until not FLYING
  275. CONTROL = {F = 0, B = 0, L = 0, R = 0}
  276. lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  277. SPEED = 0
  278. BG:destroy()
  279. BV:destroy()
  280. LP.Character.Humanoid.PlatformStand = false
  281. end)
  282. end
  283. Mouse.KeyDown:connect(function(KEY)
  284. if KEY:lower() == 'w' then
  285. CONTROL.F = 1
  286. elseif KEY:lower() == 's' then
  287. CONTROL.B = -1
  288. elseif KEY:lower() == 'a' then
  289. CONTROL.L = -1
  290. elseif KEY:lower() == 'd' then
  291. CONTROL.R = 1
  292. end
  293. end)
  294. Mouse.KeyUp:connect(function(KEY)
  295. if KEY:lower() == 'w' then
  296. CONTROL.F = 0
  297. elseif KEY:lower() == 's' then
  298. CONTROL.B = 0
  299. elseif KEY:lower() == 'a' then
  300. CONTROL.L = 0
  301. elseif KEY:lower() == 'd' then
  302. CONTROL.R = 0
  303. end
  304. end)
  305. FLY()
  306. end
  307. function NOFLY()
  308. FLYING = false
  309. LP.Character.Humanoid.PlatformStand = false
  310. end
  311.  
  312. -------------------------------------------
  313. ---Commands that show up in the CMD list---
  314. -------------------------------------------
  315.  
  316. CMDs = {
  317. '1. ff [plr]',
  318. '2. unff [plr]',
  319. '3. fire [plr] [R G B]',
  320. '4. unfire [plr]',
  321. '5. sparkles [plr] [R G B]',
  322. '6. unsparkles [plr]',
  323. '7. smoke [plr]',
  324. '8. unsmoke [plr]',
  325. '9. btools [plr]',
  326. '10. god [plr]',
  327. '11. ungod [plr]',
  328. '12. smite [plr]',
  329. '13. heal [plr]',
  330. '14. freeze [plr]',
  331. '15. thaw [plr]',
  332. '16. kill [plr]',
  333. '17. sound [ID/Name]',
  334. '18. volume [num]',
  335. '19. pitch [num]',
  336. '20. explode [plr]',
  337. '21. invisible [plr]',
  338. '22. visible [plr]',
  339. '23. goto [plr]',
  340. '24. bring [plr]',
  341. '25. tp [plr] [plr]',
  342. '26. char [plr] [ID]',
  343. '27. charplr [plr] [plr]',
  344. '28. unchar [plr]',
  345. '29. speed [plr] [num]',
  346. '30. sgod [plr]',
  347. '31. unlockws',
  348. '32. lockws',
  349. '33. unanchor',
  350. '34. anchor',
  351. '35. clear',
  352. '36. loadm',
  353. '37. m [msg]',
  354. '38. light [plr] [R G B]',
  355. '39. unlight [plr]',
  356. '40. decalspam [ID]',
  357. '41. undecalspam',
  358. '42. thirdp [plr]',
  359. '43. firstp [plr]',
  360. '44. name [plr]',
  361. '45. unname [plr]',
  362. '46. stun [plr]',
  363. '47. unstun [plr]',
  364. '48. copytools [plr]',
  365. '49. serverinfo',
  366. '50. damage [plr]',
  367. '51. view [plr]',
  368. '52. unview [plr]',
  369. '53. nolimbs [plr]',
  370. '54. box [plr]',
  371. '55. nobox [plr]',
  372. '56. ghost [plr]',
  373. '57. sphere [plr]',
  374. '58. loadmap [ID]',
  375. '59. sky [ID]',
  376. '60. ambient [R G B]',
  377. '61. clrterrain',
  378. '62. jail [plr]',
  379. '63. unjail [plr]',
  380. '64. shutdown',
  381. '65. animation [plr] [anim]',
  382. '66. normal [plr]',
  383. '67. creeper [plr]',
  384. '68. uncreeper [plr]',
  385. '69. shrek [plr]',
  386. '70. unshrek [plr]',
  387. '71. respawn [plr]',
  388. '72. base',
  389. '73. control [plr]',
  390. '74. nuke [plr]',
  391. '75. infect [plr]',
  392. '76. uninfect [plr]',
  393. '77. duck [plr]',
  394. '78. unduck [plr]',
  395. '79. disable [plr]',
  396. '80. enable [plr]',
  397. '81. size [plr] [num]',
  398. '82. confuse [plr]',
  399. '83. unconfuse [plr]',
  400. '84. clone [plr]',
  401. '85. spin [plr]',
  402. '86. unspin [plr]',
  403. '87. dog [plr]',
  404. '88. undog [plr]',
  405. '89. loopheal [plr]',
  406. '90. unloopheal [plr]',
  407. '91. fling [plr]',
  408. '92. ayylmao [plr]',
  409. '93. nograv [plr]',
  410. '94. grav [plr]',
  411. '95. seizure [plr]',
  412. '96. unseizure [plr]',
  413. '97. paper [plr]',
  414. '98. punish [plr]',
  415. '99. unpunish [plr]',
  416. '100. fogend [num]',
  417. '101. fogcolor [R G B]',
  418. '102. disco',
  419. '103. undisco',
  420. '104. fix',
  421. '105. flood',
  422. '106. spookyify',
  423. '107. explorer',
  424. '108. particles [plr] [ID]',
  425. '109. noparticles [plr]',
  426. '110. draw',
  427. '111. devuzi',
  428. '112. ban [plr]',
  429. '113. unban [plr]',
  430. '114. clrbans',
  431. '115. float [plr]',
  432. '116. unfloat [plr]',
  433. '117. noclip',
  434. '118. clip',
  435. '119. hatsize [plr] [num]',
  436. '120. removehat [plr]',
  437. '121. cripple [plr]',
  438. '122. uncripple [plr]',
  439. '123. blur [num]',
  440. '124. unblur',
  441. '125. hipheight [plr] [num]',
  442. '126. bgui [plr] [text]',
  443. '127. unbgui [plr]',
  444. '128. loopkill [plr]',
  445. '129. unloopkill [plr]',
  446. '130. removetools [plr]',
  447. '131. jumppower [plr] [num]',
  448. '132. shiny [plr]',
  449. '133. serverlock',
  450. '134. unserverlock',
  451. '135. headshake [plr]',
  452. '136. addstat [plr] [text]',
  453. '137. change [plr] [stat] [num]',
  454. '138. headsize [plr] [num]',
  455. '139. bang [plr]',
  456. '140. chat [plr] [msg]',
  457. '141. gravity [num]',
  458. '142. disabletools [plr]',
  459. '143. enabletools [plr]',
  460. '144. nil [plr]',
  461. '145. rainbowname [plr]',
  462. '146. unrainbowname [plr]',
  463. '147. mesh [plr] [mesh] [txtr]',
  464. '148. neon [plr]',
  465. '149. longneck [plr]',
  466. '150. unlongneck [plr]',
  467. '151. time [num]',
  468. '152. spasm [plr]',
  469. '153. meteor [plr]',
  470. '154. countdown [num]',
  471. '155. bomb [plr]',
  472. '156. terrain',
  473. '157. rocket [plr]',
  474. '158. ball [plr]',
  475. '159. unball [plr]',
  476. '160. hidename [plr]',
  477. '161. unhidename [plr]',
  478. '162. face [plr] [ID]',
  479. '163. fly',
  480. '164. unfly',
  481. '165. team [plr] [team]',
  482. '166. age [plr]',
  483. '167. f3x',
  484. '168. tools [plr]',
  485. '169. filtering',
  486. '170. remotespy',
  487. '171. crash [plr]',
  488. '172. kick [plr]',
  489. '173. admin [plr]',
  490. '174. unadmin [plr]',
  491. '175. admins',
  492. '176. bans',
  493. '177. bait',
  494. '178. removebait',
  495. '179. strobe',
  496. '180. globalshadows',
  497. '181. noglobalshadows',
  498. '182. delete [part name]',
  499. '183. fart [plr]',
  500. '184. partdisco',
  501. '185. unpartdisco',
  502. '186. car [plr]',
  503. '187. uncar [plr]',
  504. '188. insert [ID]',
  505. '189. esp [plr]',
  506. '190. noesp [plr]',
  507. '191. fekill [plr]',
  508. '192. nohead[plr]',
  509. '193. head [plr]',
  510. '194. fegod',
  511. '195. executor',
  512. '196. freecam',
  513. '197. unfreecam',
  514. '198. prefix [string]',
  515. '199. rejoin',
  516. '200. version'
  517. }
  518.  
  519. -------
  520. --Lib--
  521. -------
  522.  
  523. function updateevents(player) local C = player.Chatted:connect(function(M) if isAdmin(player) then do_exec(M, player) end end) table.insert(services.events, C) end
  524.  
  525. std.inTable=function(tbl,val)
  526. if tbl==nil then return false end
  527.  
  528. for _,v in pairs(tbl)do
  529. if v==val then return true end
  530. end
  531. return false
  532. end
  533. std.out=function(str)
  534. print(str)
  535. end
  536. std.list=function(tbl)
  537. local str=''
  538. for i,v in pairs(tbl)do
  539. str=str..tostring(v)
  540. if i~=#tbl then str=str..', ' end
  541. end
  542. return str
  543. end
  544. std.endat=function(str,val)
  545. local z=str:find(val)
  546. if z then
  547. return str:sub(0,z-string.len(val)),true
  548. else
  549. return str,false
  550. end
  551. end
  552. std.first=function(str) return str:sub(1,1) end
  553.  
  554. function isAdmin(name) if FindTable(adminT, name.userId) then return true elseif name.userId == LP.userId then return true end end
  555.  
  556. local exec=function(str)
  557. spawn(function()
  558. local script, loaderr = loadstring(str)
  559. if not script then
  560. error(loaderr)
  561. else
  562. script()
  563. end
  564. end)
  565. end
  566. local findCmd=function(cmd_name)
  567. for i,v in pairs(cmds)do
  568. if v.NAME:lower()==cmd_name:lower() or std.inTable(v.ALIAS,cmd_name:lower())then
  569. return v
  570. end
  571. end
  572. end
  573. local getCmd=function(msg)
  574. local cmd,hassplit=std.endat(msg:lower(),split)
  575. if hassplit then
  576. return {cmd,true}
  577. else
  578. return {cmd,false}
  579. end
  580. end
  581. local getprfx=function(strn)
  582. if strn:sub(1,string.len(cmdprefix))==cmdprefix then return{'cmd',string.len(cmdprefix)+1}
  583. elseif strn:sub(1,string.len(scriptprefix))==scriptprefix then return{'exec',string.len(scriptprefix)+1}
  584. end return
  585. end
  586. 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
  587. 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
  588. _players.PlayerAdded:connect(function(player)
  589. if slock == true and allowfriends == false then player.CharacterAdded:connect(function()
  590. spawn(function()
  591. repeat wait() until player.Character
  592. function Kick(PLAYER)
  593. if PLAYER.Character and PLAYER.Character:FindFirstChild('HumanoidRootPart') then
  594. PLAYER.Character.HumanoidRootPart.Position = Vector3.new(math.random(999000, 1001000), 10000, 0)
  595. local Plat = Instance.new('SkateboardPlatform', PLAYER.Character) Plat.Position = PLAYER.Character.HumanoidRootPart.Position
  596. Plat.Name = 'IYkick'
  597. Plat.Size = Vector3.new(100, 1, 100)
  598. local PART = Instance.new('Part', PLAYER.Character)
  599. PART.Position = Plat.Position - Vector3.new(0, 3, 0)
  600. PART.Size = Vector3.new(100, 1, 100)
  601. PART.Anchored = true
  602.  
  603. PART.Transparency = 1
  604. Plat.Transparency = 1
  605.  
  606. repeat wait(1)
  607. if PLAYER.Character and PLAYER.Character:FindFirstChild('HumanoidRootPart') then
  608. Plat.Position = PLAYER.Character.HumanoidRootPart.Position
  609. end
  610. Kick(PLAYER)
  611. until not game.Players:findFirstChild(PLAYER)
  612. end
  613. end
  614. Kick(player)
  615. end)
  616. end)
  617. elseif slock == true and allowfriends == true and not player:IsFriendsWith(user.userId) then
  618. spawn(function()
  619. repeat wait() until player.Character
  620. function Kick(PLAYER)
  621. if PLAYER.Character and PLAYER.Character:FindFirstChild('HumanoidRootPart') then
  622. PLAYER.Character.HumanoidRootPart.Position = Vector3.new(math.random(999000, 1001000), 10000, 0)
  623. local Plat = Instance.new('SkateboardPlatform', PLAYER.Character) Plat.Position = PLAYER.Character.HumanoidRootPart.Position
  624. Plat.Name = 'IYkick'
  625. Plat.Size = Vector3.new(100, 1, 100)
  626. local PART = Instance.new('Part', PLAYER.Character)
  627. PART.Position = Plat.Position - Vector3.new(0, 3, 0)
  628. PART.Size = Vector3.new(100, 1, 100)
  629. PART.Anchored = true
  630.  
  631. PART.Transparency = 1
  632. Plat.Transparency = 1
  633.  
  634. repeat wait(1)
  635. if PLAYER.Character and PLAYER.Character:FindFirstChild('HumanoidRootPart') then
  636. Plat.Position = PLAYER.Character.HumanoidRootPart.Position
  637. end
  638. Kick(PLAYER)
  639. until not game.Players:findFirstChild(PLAYER)
  640. end
  641. end
  642. Kick(player)
  643. end)
  644. end
  645. if FindTable(banT, player.userId) then
  646. spawn(function()
  647. repeat wait() until player.Character
  648. Notify('Banned player, ' .. player.Name .. ' attempted to join')
  649. function Kick(PLAYER)
  650. if PLAYER.Character and PLAYER.Character:FindFirstChild('HumanoidRootPart') then
  651. PLAYER.Character.HumanoidRootPart.Position = Vector3.new(math.random(999000, 1001000), 10000, 0)
  652. local Plat = Instance.new('SkateboardPlatform', PLAYER.Character) Plat.Position = PLAYER.Character.HumanoidRootPart.Position
  653. Plat.Name = 'IYkick'
  654. Plat.Size = Vector3.new(100, 1, 100)
  655. local PART = Instance.new('Part', PLAYER.Character)
  656. PART.Position = Plat.Position - Vector3.new(0, 3, 0)
  657. PART.Size = Vector3.new(100, 1, 100)
  658. PART.Anchored = true
  659.  
  660. PART.Transparency = 1
  661. Plat.Transparency = 1
  662.  
  663. repeat wait(1)
  664. if PLAYER.Character and PLAYER.Character:FindFirstChild('HumanoidRootPart') then
  665. Plat.Position = PLAYER.Character.HumanoidRootPart.Position
  666. end
  667. Kick(PLAYER)
  668. until not game.Players:findFirstChild(PLAYER)
  669. end
  670. end
  671. Kick(player)
  672. end)
  673. end
  674. end)
  675. local function execCmd(str, plr)
  676. local s_cmd
  677. local a
  678. local cmd
  679. s_cmd = getCmd(str)
  680. cmd = findCmd(s_cmd[1])
  681. if cmd == nil then return end
  682. a = str:sub(string.len(s_cmd[1]) + string.len(split) + 1)
  683. local args=getArgs(a)
  684. cargs=getCapArgs(a)
  685. pcall(function()
  686. cmd.FUNC(args, plr)
  687. end)
  688. end
  689. function do_exec(str, plr) if not isAdmin(plr) then return end str = str:gsub('/e ', '') local t = getprfx(str) if not t then return end str = str:sub(t[2]) if t[1]=='exec' then exec(str) elseif t[1]=='cmd' then execCmd(str, plr) end end
  690. updateevents(LP)
  691. _players.PlayerAdded:connect(function(player)
  692. updateevents(player)
  693. end)
  694. _G.exec_cmd = execCmd
  695. --game.Players.LocalPlayer.Chatted:connect(doexec)
  696. 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
  697. local _char=function(plr_name)
  698. for i,v in pairs(game.Players:GetChildren())do
  699. if v:IsA'Player'then
  700. if v.Name==plr_name then return v.Character end
  701. end
  702. end
  703. return
  704. end
  705. local _plr=function(plr_name)
  706. for i,v in pairs(game.Players:GetChildren())do
  707. if v:IsA'Player'then
  708. if v.Name==plr_name then return v end
  709. end
  710. end
  711. return
  712. end
  713. function addcmd(name,desc,alias,func)
  714. cmds[#cmds+1]=
  715. {
  716. NAME=name;
  717. DESC=desc;
  718. ALIAS=alias;
  719. FUNC=func;
  720. }
  721. end
  722. function getPlayer(name, speaker)
  723. local name_table = {}
  724. name = name:lower()
  725. if name == 'me' then
  726. table.insert(name_table, speaker.Name)
  727. elseif name == 'others' then
  728. for i,v in pairs(_players:GetPlayers()) do if v.Name ~= speaker.Name then table.insert(name_table, v.Name) end end
  729. elseif name == 'all' then
  730. for i,v in pairs(_players:GetPlayers()) do table.insert(name_table, v.Name) end
  731. elseif name == 'random' then
  732. table.insert(name_table, _players:GetPlayers()[math.random(1, #_players:GetPlayers())].Name)
  733. elseif name == 'team' then
  734. for i,v in pairs(_players:GetPlayers()) do if v.TeamColor == speaker.TeamColor then table.insert(name_table, v.Name) end end
  735. elseif name == "nonteam" then
  736. for i,v in pairs(gPlayers:GetChildren()) do if v.TeamColor ~= user.TeamColor then name_table[#name_table+1]=v.Name end end
  737. elseif name == 'nonfriends' then
  738. for i,v in pairs(_players:GetPlayers()) do if not v:IsFriendsWith(speaker.userId) then table.insert(name_table, v.Name) end end
  739. elseif name == 'friends' then
  740. 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
  741. elseif name == 'guests' then
  742. for i,v in pairs(_players:GetPlayers()) do if v.Guest then table.insert(name_table, v.Name) end end
  743. elseif name == 'admins' then
  744. for i,v in pairs(_players:GetPlayers()) do if isAdmin(v) then table.insert(name_table, v.Name) end end
  745. elseif name == 'nonadmins' then
  746. for i,v in pairs(_players:GetPlayers()) do if not isAdmin(v) then table.insert(name_table, v.Name) end end
  747. else
  748. 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
  749. end
  750. return name_table
  751. end
  752. function fWeld(zName, zParent, zPart0, zPart1, zCoco, A, B, C, D, E, F)
  753. local funcw = Instance.new('Weld') funcw.Name = zName funcw.Parent = zParent funcw.Part0 = zPart0 funcw.Part1 = zPart1
  754. if (zCoco) then
  755. funcw.C0 = CFrame.new(A, B, C) * CFrame.fromEulerAnglesXYZ(D, E, F)
  756. else
  757. funcw.C1 = CFrame.new(A, B, C) * CFrame.fromEulerAnglesXYZ(D, E, F)
  758. end
  759. return funcw
  760. end
  761. function _G.msg(txt)
  762. msghook()
  763. if MSGhook == true then
  764. workspace.IYmessage.Text = ''
  765. wait(0.1)
  766. local b = Instance.new("BlurEffect", game.Lighting)
  767. b.Name = "IYmblur"
  768. b.Size = 18
  769. workspace.IYmessage.Text = txt
  770. wait(Mseconds)
  771. workspace.IYmessage.Text = ''
  772. b:Destroy()
  773. elseif MSGhook == false then
  774. execCmd("loadm")
  775. repeat wait() until workspace:FindFirstChild("IYmessage")
  776. workspace.IYmessage.Text = ''
  777. wait(0.1)
  778. local b = Instance.new("BlurEffect", game.Lighting)
  779. b.Name = "IYmblur"
  780. b.Size = 18
  781. workspace.IYmessage.Text = txt
  782. wait(Mseconds)
  783. workspace.IYmessage.Text = ''
  784. b:Destroy()
  785. end
  786. end
  787. function rape(victim, speaker)
  788. spawn(function()
  789. local P1 = speaker.Character.Torso
  790. local V1 = _players[victim].Character.Torso
  791. V1.Parent.Humanoid.PlatformStand = true
  792. 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'
  793. 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'
  794. 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'
  795. 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'
  796. 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'
  797. 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'
  798. 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)
  799. local DM1 = Instance.new('SpecialMesh', D) DM1.MeshType = 'Sphere' DM1.Scale = Vector3.new(0.4, 0.4, 0.4)
  800. fWeld('weld', P1, P1, D, true, -0.2, -1.3, -0.6, 0, 0, 0)
  801. local D2 = D:Clone() D2.Parent = P1
  802. fWeld('weld', P1, P1, D2, true, 0.2, -1.3, -0.6, 0, 0, 0)
  803. 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)
  804. fWeld('weld', P1, P1, C, true, 0, -1, -0.52 + (-C.Size.y / 2), math.rad(-80), 0, 0)
  805. local C2 = D:Clone() C2.BrickColor = BrickColor.new('Pink') C2.Mesh.Scale = Vector3.new(0.4, 0.62, 0.4) C2.Parent = P1
  806. fWeld('weld', C, C, C2, true, 0, 0 + (C.Size.y / 2), 0, math.rad(-10), 0, 0)
  807. local CM = Instance.new('CylinderMesh', C)
  808. 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)
  809. local DM2 = Instance.new('SpecialMesh', BL) DM2.MeshType = 'Sphere' DM2.Scale = Vector3.new(1.2, 1.2, 1.2)
  810. fWeld('weld', V1, V1, BL, true, -0.5, 0.5, -0.6, 0, 0, 0)
  811. 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)
  812. local DM3 = Instance.new('SpecialMesh', BR) DM3.MeshType = 'Sphere' DM3.Scale = Vector3.new(1.2, 1.2, 1.2)
  813. fWeld('weld', V1, V1, BR, true, 0.5, 0.5, -0.6, 0, 0, 0)
  814. 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)
  815. local DM4 = Instance.new('SpecialMesh', BLN) DM4.MeshType = 'Sphere' DM4.Scale = Vector3.new(0.2, 0.2, 0.2)
  816. fWeld('weld', V1, V1, BLN, true, -0.5, 0.5, -1.2, 0, 0, 0)
  817. 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)
  818. local DM5 = Instance.new('SpecialMesh', BRN) DM5.MeshType = 'Sphere' DM5.Scale = Vector3.new(0.2, 0.2, 0.2)
  819. fWeld('weld', V1, V1, BRN, true, 0.5, 0.5, -1.2, 0, 0, 0)
  820. 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)
  821. 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)
  822. 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)
  823. if P1:FindFirstChild('weldx') then P1.weldx:destroy() end
  824. WE = fWeld('weldx', P1, P1, V1, true, 0, -0.9, -1.3, math.rad(-90), 0, 0)
  825. local N = V1.Neck N.C0 = CFrame.new(0, 1.5, 0) * CFrame.Angles(math.rad(-210), math.rad(180), 0)
  826. end)
  827. 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)
  828. end
  829.  
  830. ----------------
  831. ----Commands----
  832. ----------------
  833. addcmd('exe','gives you a quick executor',{'executor'},
  834. function(args, speaker)
  835. if speaker.userId ~= LP.userId then
  836. lponly(speaker)
  837. else
  838. local PlayerName = game.Players.LocalPlayer.Name
  839.  
  840. Exploit = Instance.new("ScreenGui")
  841.  
  842. UI = Instance.new("Frame")
  843. ScrollingFrame = Instance.new("ScrollingFrame")
  844. GScrollingFrame = Instance.new("ScrollingFrame")
  845. Source = Instance.new("TextBox")
  846. Execute = Instance.new("TextButton")
  847. Clear = Instance.new("TextButton")
  848. Close = Instance.new("TextButton")
  849. Open = Instance.new("TextButton")
  850. Name = Instance.new("TextLabel")
  851. TextButton = Instance.new("TextButton")
  852. -- Properties
  853.  
  854. Exploit.Name = "Exploit"
  855. Exploit.Parent = game.Players.LocalPlayer.PlayerGui
  856.  
  857. UI.Name = "UI"
  858. UI.Parent = Exploit
  859. UI.Active = true
  860. UI.BackgroundColor3 = Color3.new(0, 0, 0)
  861. UI.BorderColor3 = Color3.new(255, 255, 255)
  862. UI.Draggable = true
  863. UI.Position = UDim2.new(0, 31, 0, 111)
  864. UI.Selectable = true
  865. UI.Size = UDim2.new(0, 600, 0, 300)
  866. UI.Visible = false
  867.  
  868. ScrollingFrame.Parent = UI
  869. ScrollingFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  870. ScrollingFrame.BorderColor3 = Color3.new(255, 255, 255)
  871. ScrollingFrame.Position = UDim2.new(0, 10, 0, 10)
  872. ScrollingFrame.Size = UDim2.new(0, 580, 0, 240)
  873. ScrollingFrame.CanvasSize = UDim2.new(0,0,20,0)
  874. ScrollingFrame.Changed:connect(function()
  875. GScrollingFrame.CanvasPosition = ScrollingFrame.CanvasPosition
  876. end)
  877. Source.Name = "Source"
  878. Source.Parent = ScrollingFrame
  879. Source.BackgroundColor3 = Color3.new(0, 0, 0)
  880. Source.BorderColor3 = Color3.new(0, 0,0)
  881. Source.Position = UDim2.new(0, 0, 0, 0)
  882. Source.Size = UDim2.new(0, 550, 0, 3000)
  883. Source.ClearTextOnFocus = false
  884. Source.Font = Enum.Font.Code
  885. Source.FontSize = Enum.FontSize.Size18
  886. Source.MultiLine = true
  887. Source.Text = 'print("Hello World!")'
  888. Source.TextColor3 = Color3.new(255, 255, 255)
  889. Source.TextSize = 18
  890. Source.TextWrapped = true
  891. Source.TextXAlignment = Enum.TextXAlignment.Left
  892. Source.TextYAlignment = Enum.TextYAlignment.Top
  893.  
  894. Execute.Name = "Execute"
  895. Execute.Parent = UI
  896. Execute.BackgroundColor3 = Color3.new(0, 0, 0)
  897. Execute.BorderColor3 = Color3.new(255, 255, 255)
  898. Execute.Position = UDim2.new(0, 150, 0, 260)
  899. Execute.Size = UDim2.new(0, 60, 0, 30)
  900. Execute.Font = Enum.Font.SciFi
  901. Execute.FontSize = Enum.FontSize.Size14
  902. Execute.Text = "Execute"
  903. Execute.TextColor3 = Color3.new(255, 255, 255)
  904. Execute.TextSize = 14
  905. Execute.MouseButton1Down:connect(function()
  906. Name.Text = "Running"
  907. loadstring(tostring(Source.Text))()
  908. Name.Text = "Executed"
  909. wait(1)
  910. Name.Text = "Quick Exe"
  911. end)
  912. Clear.Name = "Clear"
  913. Clear.Parent = UI
  914. Clear.BackgroundColor3 = Color3.new(0, 0, 0)
  915. Clear.BorderColor3 = Color3.new(255, 255, 255)
  916. Clear.Position = UDim2.new(0, 380, 0, 260)
  917. Clear.Size = UDim2.new(0, 60, 0, 30)
  918. Clear.Font = Enum.Font.SciFi
  919. Clear.FontSize = Enum.FontSize.Size14
  920. Clear.Text = "Clear"
  921. Clear.TextColor3 = Color3.new(255, 255, 255)
  922. Clear.TextSize = 14
  923. Clear.MouseButton1Down:connect(function()
  924. Name.Text = "Cleared!"
  925. Source.Text = ""
  926. wait(1)
  927. Name.Text = "Quick Exe"
  928. end)
  929.  
  930. Close.Name = "Close"
  931. Close.Parent = UI
  932. Close.BackgroundColor3 = Color3.new(0, 0, 0)
  933. Close.BorderColor3 = Color3.new(255, 255, 255)
  934. Close.Position = UDim2.new(0, 270, 0, 301)
  935. Close.Size = UDim2.new(0, 50, 0, 15)
  936. Close.Font = Enum.Font.Code
  937. Close.FontSize = Enum.FontSize.Size14
  938. Close.Text = "Hide"
  939. Close.TextColor3 = Color3.new(255, 255, 255)
  940. Close.TextSize = 14
  941. Close.MouseButton1Down:connect(function()
  942. UI.Visible = false
  943. for Down = 146,600,16 do
  944. wait(0)
  945. end
  946. Open.Visible = true
  947. end)
  948. Open.Name = "Open"
  949. Open.Parent = Exploit
  950. Open.BackgroundColor3 = Color3.new(0, 0, 0)
  951. Open.BorderColor3 = Color3.new(255, 255, 255)
  952. Open.Position = UDim2.new(0, 100, 0.9, 0)
  953. Open.Size = UDim2.new(0, 300, 0, 30)
  954. Open.Visible = false
  955. Open.Font = Enum.Font.Code
  956. Open.FontSize = Enum.FontSize.Size14
  957. Open.Text = "Left click = open | Right Click = exit"
  958. Open.TextColor3 = Color3.new(255, 255, 255)
  959. Open.TextSize = 14
  960. Open.MouseButton1Down:connect(function()
  961. UI.Visible = true
  962. Open.Visible = false
  963. for Up = 600,146,-16 do
  964. wait(0)
  965. end
  966. end)
  967. Open.MouseButton2Down:connect(function()
  968. Exploit:Destroy()
  969. for Up = 600,146,-16 do
  970. wait(0)
  971. end
  972. end)
  973.  
  974. Name.Name = "Name"
  975. Name.Parent = UI
  976. Name.BackgroundColor3 = Color3.new(0, 0, 0)
  977. Name.BorderColor3 = Color3.new(255, 255, 255)
  978. Name.Position = UDim2.new(0, 190, 0, -31)
  979. Name.Size = UDim2.new(0, 220, 0, 30)
  980. Name.Font = Enum.Font.SciFi
  981. Name.FontSize = Enum.FontSize.Size24
  982. Name.Text = "Quick Exe"
  983. Name.TextColor3 = Color3.new(0.490196, 0.490196, 0.490196)
  984. Name.TextSize = 24
  985.  
  986. UI.Visible = true
  987. Name.Text = "Quick Exe"
  988.  
  989. while true do
  990. wait(0)
  991. for i = 255,100,-5 do
  992. Name.TextColor3 = Color3.fromRGB(i,i,i)
  993. wait(0)
  994. end
  995. for c = 100,255,5 do
  996. Name.TextColor3 = Color3.fromRGB(c,c,c)
  997. wait(0)
  998. end
  999. end
  1000. end
  1001. end)
  1002.  
  1003. addcmd('ff','gives ff to player',{},
  1004. function(args, speaker)
  1005. local players = getPlayer(args[1], speaker)
  1006. for i,v in pairs(players)do
  1007. local pchar=_char(v)
  1008. Instance.new("ForceField", pchar)
  1009. end
  1010. end)
  1011.  
  1012. addcmd('rocket','attaches a player to a rocket',{'missile'},
  1013. function(args, speaker)
  1014. local players = getPlayer(args[1], speaker)
  1015. for i,v in pairs(players)do
  1016. local pchar=_char(v)
  1017. spawn(function()
  1018. local m = missile:Clone()
  1019. m.Parent = workspace
  1020. local W = Instance.new('Weld', m)
  1021. W.Part0 = W.Parent
  1022. W.Part1 = pchar.Torso
  1023. W.C1 = CFrame.new(0, 0.5, 1)
  1024. m.force.Force = Vector3.new(0, 15000, 0)
  1025. wait(0.01)
  1026. pchar.HumanoidRootPart.CFrame = pchar.HumanoidRootPart.CFrame * CFrame.new(0, 5, 0)
  1027. wait(5)
  1028. Instance.new('Explosion', m).Position = m.Position
  1029. wait(0.01)
  1030. pchar:BreakJoints()
  1031. wait(1)
  1032. m:destroy()
  1033. end)
  1034. end
  1035. end)
  1036.  
  1037. addcmd('rejoin','makes you rejoin the game',{'rj'},
  1038. function(args, speaker)
  1039. if speaker.userId ~= LP.userId then
  1040. lponly(speaker)
  1041. else
  1042. game:GetService('TeleportService'):Teleport(game.PlaceId)
  1043. end
  1044. end)
  1045.  
  1046. addcmd('unff', 'takes away ff from player',{'unff'},
  1047. function(args, speaker)
  1048. local players = getPlayer(args[1], speaker)
  1049. for i,v in pairs(players)do
  1050. local pchar=_char(v)
  1051. for j,v1 in pairs(pchar:GetChildren()) do
  1052. if v1:IsA("ForceField") then
  1053. v1:Destroy()
  1054. end
  1055. end
  1056. end
  1057. end)
  1058.  
  1059. addcmd('insert', 'inserts a model',{'ins'},
  1060. function(args, speaker)
  1061. local modelid = args[1]
  1062. local model = game:GetObjects("rbxassetid://" .. modelid)[1]
  1063. model.Parent = game.Workspace
  1064. model.Name = "IYmodel"
  1065. model:MakeJoints()
  1066. model:MoveTo(speaker.Character.HumanoidRootPart.Position)
  1067. local Asset = game:GetService("MarketplaceService"):GetProductInfo(modelid)
  1068. Notify('Inserted ' .. Asset.Name)
  1069. end)
  1070.  
  1071. addcmd('car', 'inserts a car',{'vehicle'},
  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. local model = game:GetObjects("rbxassetid://01172688590")[1]
  1077. model.Parent = game.Workspace
  1078. model:MakeJoints()
  1079. model:MoveTo(pchar.HumanoidRootPart.Position)
  1080. model.Name = "IYcar" .. gPlayers[v].Name
  1081. end
  1082. end)
  1083.  
  1084. addcmd('uncar', 'removes a players car',{'unvehicle','nocar','novehicle'},
  1085. function(args, speaker)
  1086. local players = getPlayer(args[1], speaker)
  1087. for i,v in pairs(players)do
  1088. for _, child in pairs( workspace:GetChildren()) do
  1089. if child.Name == "IYcar" .. gPlayers[v].Name then
  1090. child:Destroy()
  1091. end
  1092. end
  1093. end
  1094. end)
  1095.  
  1096. addcmd('team','team [plr] [team]',{},
  1097. function(args, speaker)
  1098. local players = getPlayer(args[1], speaker)
  1099. for i,v in pairs(players)do
  1100. for a,b in pairs(game.Teams:GetChildren()) do
  1101. if string.lower(b.Name) == GLS(true, 1) then
  1102. _players[v].Team = b
  1103. end
  1104. end
  1105. end
  1106. end)
  1107.  
  1108. addcmd('spasm','makes someone c r a z y',{},
  1109. function(args, speaker)
  1110. local players = getPlayer(args[1], speaker)
  1111. for i,v in pairs(players)do
  1112. local pchar=_char(v)
  1113. local AnimationId = "33796059"
  1114. local Anim = Instance.new("Animation")
  1115. Anim.AnimationId = "rbxassetid://"..AnimationId
  1116. local k = pchar.Humanoid:LoadAnimation(Anim)
  1117. k:Play()
  1118. k:AdjustSpeed(99)
  1119. end
  1120. end)
  1121.  
  1122. addcmd('fly','makes you fly',{},
  1123. function(args, speaker)
  1124. if speaker.userId ~= LP.userId then
  1125. lponly(speaker)
  1126. else
  1127. sFLY()
  1128. end
  1129. end)
  1130.  
  1131. addcmd('unfly','takes away fly',{'nofly'},
  1132. function(args, speaker)
  1133. if speaker.userId ~= LP.userId then
  1134. lponly(speaker)
  1135. else
  1136. NOFLY()
  1137. end
  1138. end)
  1139.  
  1140. addcmd('fire', 'set a player on fire',{},
  1141. function(args, speaker)
  1142. local players = getPlayer(args[1], speaker)
  1143. for i,v in pairs(players)do
  1144. spawn(function()
  1145. local pchar=_char(v)
  1146. local Fire1 = Instance.new("Fire", pchar.Head)
  1147. local Fire2 = Instance.new("Fire", pchar.HumanoidRootPart)
  1148. local Fire3 = Instance.new("Fire", pchar["Left Arm"])
  1149. local Fire4 = Instance.new("Fire", pchar["Right Arm"])
  1150. local Fire5 = Instance.new("Fire", pchar["Left Leg"])
  1151. local Fire6 = Instance.new("Fire", pchar["Right Leg"])
  1152. if not args[2] then return end
  1153. Fire1.Color = Color3.new((args[2]),(args[3]),(args[4]))
  1154. Fire1.SecondaryColor = Color3.new((args[2]),(args[3]),(args[4]))
  1155. Fire2.Color = Color3.new((args[2]),(args[3]),(args[4]))
  1156. Fire2.SecondaryColor = Color3.new((args[2]),(args[3]),(args[4]))
  1157. Fire3.Color = Color3.new((args[2]),(args[3]),(args[4]))
  1158. Fire3.SecondaryColor = Color3.new((args[2]),(args[3]),(args[4]))
  1159. Fire4.Color = Color3.new((args[2]),(args[3]),(args[4]))
  1160. Fire4.SecondaryColor = Color3.new((args[2]),(args[3]),(args[4]))
  1161. Fire5.Color = Color3.new((args[2]),(args[3]),(args[4]))
  1162. Fire5.SecondaryColor = Color3.new((args[2]),(args[3]),(args[4]))
  1163. Fire6.Color = Color3.new((args[2]),(args[3]),(args[4]))
  1164. Fire6.SecondaryColor = Color3.new((args[2]),(args[3]),(args[4]))
  1165. end)
  1166. end
  1167. end)
  1168.  
  1169. addcmd('nofire', 'extinguish a player',{'unfire'},
  1170. function(args, speaker)
  1171. local players = getPlayer(args[1], speaker)
  1172. for i,v in pairs(players)do
  1173. local pchar=_char(v)
  1174. for j,v1 in pairs(pchar.Head:GetChildren()) do
  1175. if v1:IsA("Fire") then
  1176. v1:Destroy()
  1177. end
  1178. end
  1179. for j,v1 in pairs(pchar.HumanoidRootPart:GetChildren()) do
  1180. if v1:IsA("Fire") then
  1181. v1:Destroy()
  1182. end
  1183. end
  1184. for j,v1 in pairs(pchar["Left Arm"]:GetChildren()) do
  1185. if v1:IsA("Fire") then
  1186. v1:Destroy()
  1187. end
  1188. end
  1189. for j,v1 in pairs(pchar["Right Arm"]:GetChildren()) do
  1190. if v1:IsA("Fire") then
  1191. v1:Destroy()
  1192. end
  1193. end
  1194. for j,v1 in pairs(pchar["Left Leg"]:GetChildren()) do
  1195. if v1:IsA("Fire") then
  1196. v1:Destroy()
  1197. end
  1198. end
  1199. for j,v1 in pairs(pchar["Right Leg"]:GetChildren()) do
  1200. if v1:IsA("Fire") then
  1201. v1:Destroy()
  1202. end
  1203. end
  1204. end
  1205. end)
  1206.  
  1207. addcmd('shiny', 'makes a player shine',{},
  1208. function(args, speaker)
  1209. local players = getPlayer(args[1], speaker)
  1210. for i,v in pairs(players)do
  1211. spawn(function()
  1212. local pchar=_char(v)
  1213. for i,v in pairs(pchar:GetChildren()) do
  1214. if v.ClassName == "Decal" or v.ClassName == "Texture" then
  1215. v:Remove()
  1216. end
  1217. if v.ClassName == "Part" or v.ClassName == "WedgePart" or v.ClassName == "TrussPart" or v.ClassName == "UnionOperation" or v.ClassName == "CornerWedgePart" then
  1218. v.Reflectance = 1
  1219. v.Material = "Plastic"
  1220. end
  1221. end
  1222. end)
  1223. end
  1224. end)
  1225.  
  1226. addcmd('light', 'givs em light',{},
  1227. function(args, speaker)
  1228. local players = getPlayer(args[1], speaker)
  1229. for i,v in pairs(players)do
  1230. spawn(function()
  1231. local pchar=_char(v)
  1232. local light = Instance.new("PointLight", pchar.HumanoidRootPart)
  1233. light.Range = 12
  1234. light.Brightness = 3
  1235. if not args[2] then return end
  1236. light.Color = Color3.new((args[2]),(args[3]),(args[4]))
  1237. light.Range = 12
  1238. light.Brightness = 3
  1239. end)
  1240. end
  1241. end)
  1242.  
  1243. local fa = false
  1244. local cam = workspace.CurrentCamera
  1245. local cam1 = 0
  1246. local cam2 = 0
  1247. local cam3 = 0
  1248. local k1 = false
  1249. local k2 = false
  1250. local k3 = false
  1251. local k4 = false
  1252. local k5 = false
  1253. local k6 = false
  1254. local cs = 0.5
  1255. function movecam()
  1256. local fc = game:GetService('Players').LocalPlayer.Character:FindFirstChild('xFC')
  1257. if fa == false then
  1258. repeat
  1259. if game:GetService('Players').LocalPlayer.Character:FindFirstChild('xFC') then
  1260. local fp = fc.Position
  1261. fc.CFrame = CFrame.new(Vector3.new(fp.X,fp.Y+cam3,fp.Z),cam.CFrame.p)*CFrame.new(cam2,0,cam1)
  1262. fa = true
  1263. end
  1264. game:GetService('RunService').RenderStepped:Wait()
  1265. until not game:GetService('Players').LocalPlayer.Character:FindFirstChild('xFC')
  1266. fa = false
  1267. end
  1268. end
  1269. function kp1(inputObject, gameProcessedEvent)
  1270. if not gameProcessedEvent and game:GetService('Players').LocalPlayer.Character and game:GetService('Players').LocalPlayer.Character:FindFirstChild('xFC') then
  1271. if inputObject.KeyCode == Enum.KeyCode.W or inputObject.KeyCode == Enum.KeyCode.Up then
  1272. k1 = true
  1273. cam1 = cs end
  1274. if inputObject.KeyCode == Enum.KeyCode.S or inputObject.KeyCode == Enum.KeyCode.Down then
  1275. k2 = true
  1276. cam1 = (cs*-1) end
  1277. if inputObject.KeyCode == Enum.KeyCode.A or inputObject.KeyCode == Enum.KeyCode.Left then
  1278. k3 = true
  1279. cam2 = cs end
  1280. if inputObject.KeyCode == Enum.KeyCode.D or inputObject.KeyCode == Enum.KeyCode.Right then
  1281. k4 = true
  1282. cam2 = (cs*-1) end
  1283. if inputObject.KeyCode == Enum.KeyCode.E or inputObject.KeyCode == Enum.KeyCode.Space then
  1284. k5 = true
  1285. cam3 = cs end
  1286. if inputObject.KeyCode == Enum.KeyCode.Q or inputObject.KeyCode == Enum.KeyCode.LeftControl then
  1287. k6 = true
  1288. cam3 = (cs*-1) end
  1289. end
  1290. end
  1291. game:GetService("UserInputService").InputBegan:connect(kp1)
  1292. function kp2(inputObject, gameProcessedEvent)
  1293. if not gameProcessedEvent and game:GetService('Players').LocalPlayer.Character and game:GetService('Players').LocalPlayer.Character:FindFirstChild('xFC') then
  1294. if inputObject.KeyCode == Enum.KeyCode.W or inputObject.KeyCode == Enum.KeyCode.Up then
  1295. k1 = false
  1296. if k2 == false then
  1297. cam1 = 0
  1298. end
  1299. end
  1300. if inputObject.KeyCode == Enum.KeyCode.S or inputObject.KeyCode == Enum.KeyCode.Down then
  1301. k2 = false
  1302. if k1 == false then
  1303. cam1 = 0
  1304. end
  1305. end
  1306. if inputObject.KeyCode == Enum.KeyCode.A or inputObject.KeyCode == Enum.KeyCode.Left then
  1307. k3= false
  1308. if k4== false then
  1309. cam2 = 0
  1310. end
  1311. end
  1312. if inputObject.KeyCode == Enum.KeyCode.D or inputObject.KeyCode == Enum.KeyCode.Right then
  1313. k4 = false
  1314. if k3 == false then
  1315. cam2 = 0
  1316. end
  1317. end
  1318. if inputObject.KeyCode == Enum.KeyCode.E or inputObject.KeyCode == Enum.KeyCode.Space then
  1319. k5 = false
  1320. if k6 == false then
  1321. cam3 = 0
  1322. end
  1323. end
  1324. if inputObject.KeyCode == Enum.KeyCode.Q or inputObject.KeyCode == Enum.KeyCode.LeftControl then
  1325. k6 = false
  1326. if k5 == false then
  1327. cam3 = 0
  1328. end
  1329. end
  1330. end
  1331. end
  1332. game:GetService("UserInputService").InputEnded:connect(kp2)
  1333. function FC()
  1334. if not game:GetService('Players').LocalPlayer.Character:FindFirstChild('xFC') then
  1335. game:GetService('Players').LocalPlayer.PlayerScripts.ControlScript.Disabled = true
  1336. local fc = Instance.new('Part',game:GetService('Players').LocalPlayer.Character)
  1337. fc.CanCollide = false
  1338. fc.Anchored = true
  1339. fc.Transparency = 1
  1340. fc.Size = Vector3.new(1,1,1)
  1341. fc.Name = 'xFC'
  1342. fc.CFrame = game:GetService('Players').LocalPlayer.Character.Head.CFrame
  1343. local cam = workspace.CurrentCamera
  1344. cam.CameraSubject = fc
  1345. cam.CameraType = 'Custom'
  1346. movecam()
  1347. end end
  1348. function UFC()
  1349. game:GetService('Players').LocalPlayer.PlayerScripts.ControlScript.Disabled = false
  1350. if game:GetService('Players').LocalPlayer.Character:FindFirstChild('xFC') then
  1351. game:GetService('Players').LocalPlayer.Character:FindFirstChild('xFC'):Destroy()
  1352. local cam = workspace.CurrentCamera
  1353. cam.CameraSubject = game:GetService('Players').LocalPlayer.Character.Humanoid
  1354. cam.CameraType = 'Custom'
  1355. end end
  1356.  
  1357. addcmd('freecam','freecam',{'fc'},
  1358. function(args, speaker)
  1359. if speaker.userId ~= LP.userId then
  1360. lponly(speaker)
  1361. else
  1362. FC()
  1363. end
  1364. end)
  1365.  
  1366. addcmd('unfreecam','unfreecam',{'nofreecam','unfc','nofc'},
  1367. function(args, speaker)
  1368. if speaker.userId ~= LP.userId then
  1369. lponly(speaker)
  1370. else
  1371. UFC()
  1372. end
  1373. end)
  1374.  
  1375. addcmd('nolight', 'no more light',{'unlight'},
  1376. function(args, speaker)
  1377. local players = getPlayer(args[1], speaker)
  1378. for i,v in pairs(players)do
  1379. local pchar=_char(v)
  1380. for j,v1 in pairs(pchar.HumanoidRootPart:GetChildren()) do
  1381. if v1:IsA("PointLight") then
  1382. v1:Destroy()
  1383. end
  1384. end
  1385. end
  1386. end)
  1387.  
  1388. addcmd('ball', 'makes a hamster ball for a player',{'hamsterball'},
  1389. function(args, speaker)
  1390. local players = getPlayer(args[1], speaker)
  1391. for i,v in pairs(players)do
  1392. local pchar=_char(v)
  1393. scale = 10
  1394.  
  1395. function weld(tab)
  1396. local last = nil
  1397. for i,v in pairs(tab) do
  1398. if v:IsA("BasePart") then
  1399. if last then
  1400. local w = Instance.new("Weld",last)
  1401. w.Part0 = w.Parent
  1402. w.Part1 = v
  1403. local pos = last.CFrame:toObjectSpace(v.CFrame)
  1404. w.C0 = pos
  1405. end
  1406. last = v
  1407. end
  1408. end
  1409. end
  1410.  
  1411. function makeball(pos)
  1412. local model = Instance.new("Model",workspace)
  1413. model.Name = gPlayers[v].Name .. "ball"
  1414. local rand = BrickColor.Random()
  1415. pchar.Head.Anchored = true
  1416. for i=0,340,20 do
  1417. wait()
  1418. for z=-90,70,20 do
  1419. local p = Instance.new("Part",model)
  1420. p.formFactor = "Custom"
  1421. p.BrickColor = rand
  1422. p.Transparency = 0.5
  1423. p.Size = Vector3.new(scale/5.5,scale/5.5,scale/140)
  1424. p.Anchored = true
  1425. p.TopSurface = 0
  1426. p.BottomSurface = 0
  1427. p.CFrame = CFrame.new(pos) * CFrame.Angles(math.rad(z),math.rad(i),0) * CFrame.new(0,0,-scale/2)
  1428. p:breakJoints()
  1429. end
  1430. end
  1431. weld(model:children())
  1432. for i,v in pairs(model:children()) do v.Anchored = false end
  1433. pchar.Head.Anchored = false
  1434. model:MakeJoints()
  1435. end
  1436.  
  1437. if pchar then
  1438. makeball(pchar.HumanoidRootPart.Position+Vector3.new(0,scale/2-2.5,0))
  1439. end
  1440. end
  1441. end)
  1442.  
  1443. addcmd('unball', 'makes a hamster ball for a player',{'unhamsterball','noball','nohamsterball'},
  1444. function(args, speaker)
  1445. local players = getPlayer(args[1], speaker)
  1446. for i,v in pairs(players)do
  1447. local pchar=_char(v)
  1448. for _, child in pairs( workspace:GetChildren()) do
  1449. if child.Name == gPlayers[v].Name .. "ball" then
  1450. child:Destroy()
  1451. end
  1452. end
  1453. end
  1454. end)
  1455.  
  1456. addcmd('loopkill', 'rip person',{'lkill'},
  1457. function(args, speaker)
  1458. local players = getPlayer(args[1], speaker)
  1459. for i,v in pairs(players)do
  1460. if not FindTable(loopkillT, _players[v].Name) then
  1461. table.insert(loopkillT, _players[v].Name)
  1462. if args[1] == "all" then
  1463. Notify('Loopkilling everyone')
  1464. elseif args[1] == "others" then
  1465. Notify('Loopkilling others')
  1466. elseif args[1] == "friends" then
  1467. Notify('Loopkilling friends')
  1468. elseif args[1] == "nonfriends" then
  1469. Notify('Loopkilling nonfriends')
  1470. elseif args[1] == "team" then
  1471. Notify('Loopkilling your team')
  1472. elseif args[1] == "nonteam" then
  1473. Notify('Loopkilling the opposing team')
  1474. elseif args[1] == "guests" then
  1475. Notify('Loopkilling guests')
  1476. elseif args[1] == "admins" then
  1477. Notify('Loopkilling admins')
  1478. elseif args[1] == "nonadmins" then
  1479. Notify('Loopkilling non admins')
  1480. else
  1481. Notify('Loopkilling ' .. gPlayers[v].Name)
  1482. end
  1483. end
  1484. end
  1485. end)
  1486.  
  1487. addcmd('unloopkill', 'un rip person',{'unlkill'},
  1488. function(args, speaker)
  1489. local players = getPlayer(args[1], speaker)
  1490. for i,v in pairs(players)do
  1491. if FindTable(loopkillT, _players[v].Name) then
  1492. table.remove(loopkillT, GetInTable(loopkillT, _players[v].Name))
  1493. if args[1] == "all" then
  1494. Notify('No longer loopkilling everyone')
  1495. elseif args[1] == "others" then
  1496. Notify('No longer loopkilling others')
  1497. elseif args[1] == "friends" then
  1498. Notify('No longer loopkilling friends')
  1499. elseif args[1] == "nonfriends" then
  1500. Notify('No longer loopkilling nonfriends')
  1501. elseif args[1] == "team" then
  1502. Notify('No longer loopkilling your team')
  1503. elseif args[1] == "nonteam" then
  1504. Notify('No longer loopkilling the opposing team')
  1505. elseif args[1] == "guests" then
  1506. Notify('No longer loopkilling guests')
  1507. elseif args[1] == "admins" then
  1508. Notify('No longer loopkilling admins')
  1509. elseif args[1] == "nonadmins" then
  1510. Notify('No longer loopkilling nonadmins')
  1511. else
  1512. Notify('No longer loopkilling ' .. gPlayers[v].Name)
  1513. end
  1514. end
  1515. end
  1516. end)
  1517.  
  1518. addcmd('disabletools', 'removes their tools',{'loopremovetools'},
  1519. function(args, speaker)
  1520. local players = getPlayer(args[1], speaker)
  1521. for i,v in pairs(players)do
  1522. if not FindTable(disabletoolsT, _players[v].Name) then
  1523. table.insert(disabletoolsT, _players[v].Name)
  1524. if args[1] == "all" then
  1525. Notify('Disabled tools for everyone')
  1526. elseif args[1] == "others" then
  1527. Notify('Disabled tools for others')
  1528. elseif args[1] == "friends" then
  1529. Notify('Disabled tools for friends')
  1530. elseif args[1] == "nonfriends" then
  1531. Notify('Disabled tools for nonfriends')
  1532. elseif args[1] == "team" then
  1533. Notify('Disabled tools for your team')
  1534. elseif args[1] == "nonteam" then
  1535. Notify('Disabled tools for the opposing team')
  1536. elseif args[1] == "guests" then
  1537. Notify('Disabled tools for guests')
  1538. elseif args[1] == "admins" then
  1539. Notify('Disabled tools for admins')
  1540. elseif args[1] == "nonadmins" then
  1541. Notify('Disabled tools for nonadmins')
  1542. else
  1543. Notify('Disabled tools for ' .. gPlayers[v].Name)
  1544. end
  1545. end
  1546. end
  1547. end)
  1548.  
  1549. addcmd('rainbowname', 'color spam their name tag',{'rname'},
  1550. function(args, speaker)
  1551. local players = getPlayer(args[1], speaker)
  1552. for i,v in pairs(players)do
  1553. if not FindTable(rainbowT, _players[v].Name) then
  1554. table.insert(rainbowT, _players[v].Name)
  1555. if args[1] == "all" then
  1556. Notify('Gave everyone rainbow name')
  1557. elseif args[1] == "others" then
  1558. Notify('Gave others rainbow name')
  1559. elseif args[1] == "friends" then
  1560. Notify('Gave friends rainbow name')
  1561. elseif args[1] == "nonfriends" then
  1562. Notify('Gave nonfriends rainbow name')
  1563. elseif args[1] == "team" then
  1564. Notify('Gave your team rainbow name')
  1565. elseif args[1] == "nonteam" then
  1566. Notify('Gave the opposing team rainbow name')
  1567. elseif args[1] == "guests" then
  1568. Notify('Gave guests rainbow name')
  1569. elseif args[1] == "admins" then
  1570. Notify('Gave admins rainbowname')
  1571. elseif args[1] == "nonadmins" then
  1572. Notify('Gave nonadmins rainbow name')
  1573. else
  1574. Notify('Gave ' .. gPlayers[v].Name .. ' rainbow name')
  1575. end
  1576. end
  1577. end
  1578. end)
  1579.  
  1580. addcmd('unrainbowname', 'removes their colorful name',{'unrname'},
  1581. function(args, speaker)
  1582. local players = getPlayer(args[1], speaker)
  1583. for i,v in pairs(players)do
  1584. if FindTable(rainbowT, _players[v].Name) then
  1585. table.remove(rainbowT, GetInTable(rainbowT, _players[v].Name))
  1586. _players[v].Neutral = true
  1587. if args[1] == "all" then
  1588. Notify('Disabled rainbow name for everyone')
  1589. elseif args[1] == "others" then
  1590. Notify('Disabled others rainbow name')
  1591. elseif args[1] == "friends" then
  1592. Notify('Disabled friends rainbow name')
  1593. elseif args[1] == "nonfriends" then
  1594. Notify('Disabled non friends rainbow name')
  1595. elseif args[1] == "team" then
  1596. Notify('Disabled rainbow name for your team')
  1597. elseif args[1] == "nonteam" then
  1598. Notify('Disabled rainbow name for the opposing team')
  1599. elseif args[1] == "guests" then
  1600. Notify('Disabled rainbow name for guests')
  1601. elseif args[1] == "admins" then
  1602. Notify('Disabled rainbow name for admins')
  1603. elseif args[1] == "nonadmins" then
  1604. Notify('Disabled rainbow name for non admins')
  1605. else
  1606. Notify('Disabled rainbow name for ' .. gPlayers[v].Name)
  1607. end
  1608. end
  1609. end
  1610. end)
  1611.  
  1612. addcmd('terrain', 'gives you terrain tools',{'tt'},
  1613. function(args, speaker)
  1614. if speaker.userId ~= LP.userId then
  1615. lponly(speaker)
  1616. else
  1617. --Terrain Script
  1618. --Edge#3467/IoIman616
  1619.  
  1620. for _, child in pairs( game.Players.LocalPlayer.PlayerGui:GetChildren()) do
  1621. if child.Name == "MaterialGui" then
  1622. child:Destroy()
  1623. end
  1624. end
  1625.  
  1626. function sandbox(var,func)
  1627. local env = getfenv(func)
  1628. local newenv = setmetatable({},{
  1629. __index = function(self,k)
  1630. if k=="script" then
  1631. return var
  1632. else
  1633. return env[k]
  1634. end
  1635. end,
  1636. })
  1637. setfenv(func,newenv)
  1638. return func
  1639. end
  1640. cors = {}
  1641. mas = Instance.new("Model",game:GetService("Lighting"))
  1642. HopperBin0 = Instance.new("HopperBin")
  1643. HopperBin0.Name = "Terrain Build"
  1644. HopperBin0.Parent = mas
  1645. for i,v in pairs(mas:GetChildren()) do
  1646. v.Parent = game:GetService("Players").LocalPlayer.Backpack
  1647. pcall(function() v:MakeJoints() end)
  1648. end
  1649. mas:Destroy()
  1650. for i,v in pairs(cors) do
  1651. spawn(function()
  1652. pcall(v)
  1653. end)
  1654. end
  1655.  
  1656. wait(0.01)
  1657.  
  1658. function sandbox(var,func)
  1659. local env = getfenv(func)
  1660. local newenv = setmetatable({},{
  1661. __index = function(self,k)
  1662. if k=="script" then
  1663. return var
  1664. else
  1665. return env[k]
  1666. end
  1667. end,
  1668. })
  1669. setfenv(func,newenv)
  1670. return func
  1671. end
  1672. cors = {}
  1673. mas = Instance.new("Model",game:GetService("Lighting"))
  1674. ScreenGui0 = Instance.new("ScreenGui")
  1675. ImageLabel1 = Instance.new("ImageLabel")
  1676. ImageButton2 = Instance.new("ImageButton")
  1677. Frame3 = Instance.new("Frame")
  1678. NumberValue4 = Instance.new("NumberValue")
  1679. ImageButton5 = Instance.new("ImageButton")
  1680. Frame6 = Instance.new("Frame")
  1681. NumberValue7 = Instance.new("NumberValue")
  1682. ImageButton8 = Instance.new("ImageButton")
  1683. Frame9 = Instance.new("Frame")
  1684. NumberValue10 = Instance.new("NumberValue")
  1685. ImageButton11 = Instance.new("ImageButton")
  1686. Frame12 = Instance.new("Frame")
  1687. NumberValue13 = Instance.new("NumberValue")
  1688. ImageButton14 = Instance.new("ImageButton")
  1689. Frame15 = Instance.new("Frame")
  1690. NumberValue16 = Instance.new("NumberValue")
  1691. ImageButton17 = Instance.new("ImageButton")
  1692. Frame18 = Instance.new("Frame")
  1693. NumberValue19 = Instance.new("NumberValue")
  1694. ImageButton20 = Instance.new("ImageButton")
  1695. Frame21 = Instance.new("Frame")
  1696. NumberValue22 = Instance.new("NumberValue")
  1697. ImageButton23 = Instance.new("ImageButton")
  1698. Frame24 = Instance.new("Frame")
  1699. NumberValue25 = Instance.new("NumberValue")
  1700. ImageButton26 = Instance.new("ImageButton")
  1701. Frame27 = Instance.new("Frame")
  1702. NumberValue28 = Instance.new("NumberValue")
  1703. ImageButton29 = Instance.new("ImageButton")
  1704. Frame30 = Instance.new("Frame")
  1705. NumberValue31 = Instance.new("NumberValue")
  1706. ImageButton32 = Instance.new("ImageButton")
  1707. Frame33 = Instance.new("Frame")
  1708. NumberValue34 = Instance.new("NumberValue")
  1709. ImageButton35 = Instance.new("ImageButton")
  1710. Frame36 = Instance.new("Frame")
  1711. NumberValue37 = Instance.new("NumberValue")
  1712. ImageButton38 = Instance.new("ImageButton")
  1713. Frame39 = Instance.new("Frame")
  1714. NumberValue40 = Instance.new("NumberValue")
  1715. ImageButton41 = Instance.new("ImageButton")
  1716. Frame42 = Instance.new("Frame")
  1717. NumberValue43 = Instance.new("NumberValue")
  1718. ImageButton44 = Instance.new("ImageButton")
  1719. Frame45 = Instance.new("Frame")
  1720. NumberValue46 = Instance.new("NumberValue")
  1721. ImageButton47 = Instance.new("ImageButton")
  1722. Frame48 = Instance.new("Frame")
  1723. NumberValue49 = Instance.new("NumberValue")
  1724. ImageButton50 = Instance.new("ImageButton")
  1725. Frame51 = Instance.new("Frame")
  1726. NumberValue52 = Instance.new("NumberValue")
  1727. ImageButton53 = Instance.new("ImageButton")
  1728. Frame54 = Instance.new("Frame")
  1729. ScreenGui0.Name = "MaterialGui"
  1730. ScreenGui0.Parent = mas
  1731. ImageLabel1.Name = "MaterialMenu"
  1732. ImageLabel1.Parent = ScreenGui0
  1733. ImageLabel1.Transparency = 1
  1734. ImageLabel1.Size = UDim2.new(0, 100, 0, 450)
  1735. ImageLabel1.Position = UDim2.new(0, 0, 1, -550)
  1736. ImageLabel1.BackgroundTransparency = 1
  1737. ImageLabel1.ZIndex = 2
  1738. ImageLabel1.Image = "rbxasset://textures/ui/MaterialMenu.png"
  1739. ImageButton2.Name = "Grass"
  1740. ImageButton2.Parent = ImageLabel1
  1741. ImageButton2.Transparency = 1
  1742. ImageButton2.Size = UDim2.new(0.400000006, 0, 0.088888891, 0)
  1743. ImageButton2.Position = UDim2.new(0.0700000003, 0, 0.0599999987, 0)
  1744. ImageButton2.BackgroundTransparency = 1
  1745. ImageButton2.ZIndex = 4
  1746. ImageButton2.Image = "http://www.roblox.com/asset/?id=56563112"
  1747. Frame3.Name = "Selection"
  1748. Frame3.Parent = ImageButton2
  1749. Frame3.Size = UDim2.new(1.10000002, 0, 1.10000002, 0)
  1750. Frame3.Position = UDim2.new(-0.0500000007, 0, -0.0500000007, 0)
  1751. Frame3.BackgroundColor3 = Color3.new(1, 1, 1)
  1752. Frame3.BorderSizePixel = 0
  1753. Frame3.ZIndex = 3
  1754. NumberValue4.Name = "num"
  1755. NumberValue4.Parent = ImageButton2
  1756. NumberValue4.Value = 1
  1757. ImageButton5.Name = "Sand"
  1758. ImageButton5.Parent = ImageLabel1
  1759. ImageButton5.Transparency = 1
  1760. ImageButton5.Size = UDim2.new(0.400000006, 0, 0.088888891, 0)
  1761. ImageButton5.Position = UDim2.new(0.524545431, 0, 0.0599999987, 0)
  1762. ImageButton5.BackgroundTransparency = 1
  1763. ImageButton5.ZIndex = 4
  1764. ImageButton5.Image = "http://www.roblox.com/asset/?id=62356652"
  1765. Frame6.Name = "Selection"
  1766. Frame6.Parent = ImageButton5
  1767. Frame6.Transparency = 1
  1768. Frame6.Size = UDim2.new(1.10000002, 0, 1.10000002, 0)
  1769. Frame6.Position = UDim2.new(-0.0500000007, 0, -0.0500000007, 0)
  1770. Frame6.BackgroundColor3 = Color3.new(1, 1, 1)
  1771. Frame6.BackgroundTransparency = 1
  1772. Frame6.BorderSizePixel = 0
  1773. Frame6.ZIndex = 3
  1774. NumberValue7.Name = "num"
  1775. NumberValue7.Parent = ImageButton5
  1776. NumberValue7.Value = 2
  1777. ImageButton8.Name = "Brick"
  1778. ImageButton8.Parent = ImageLabel1
  1779. ImageButton8.Transparency = 1
  1780. ImageButton8.Size = UDim2.new(0.400000006, 0, 0.088888891, 0)
  1781. ImageButton8.Position = UDim2.new(0.0700000003, 0, 0.161010101, 0)
  1782. ImageButton8.BackgroundTransparency = 1
  1783. ImageButton8.ZIndex = 4
  1784. ImageButton8.Image = "http://www.roblox.com/asset/?id=65961537"
  1785. Frame9.Name = "Selection"
  1786. Frame9.Parent = ImageButton8
  1787. Frame9.Transparency = 1
  1788. Frame9.Size = UDim2.new(1.10000002, 0, 1.10000002, 0)
  1789. Frame9.Position = UDim2.new(-0.0500000007, 0, -0.0500000007, 0)
  1790. Frame9.BackgroundColor3 = Color3.new(1, 1, 1)
  1791. Frame9.BackgroundTransparency = 1
  1792. Frame9.BorderSizePixel = 0
  1793. Frame9.ZIndex = 3
  1794. NumberValue10.Name = "num"
  1795. NumberValue10.Parent = ImageButton8
  1796. NumberValue10.Value = 3
  1797. ImageButton11.Name = "Granite"
  1798. ImageButton11.Parent = ImageLabel1
  1799. ImageButton11.Transparency = 1
  1800. ImageButton11.Size = UDim2.new(0.400000006, 0, 0.088888891, 0)
  1801. ImageButton11.Position = UDim2.new(0.524545431, 0, 0.161010101, 0)
  1802. ImageButton11.BackgroundTransparency = 1
  1803. ImageButton11.ZIndex = 4
  1804. ImageButton11.Image = "http://www.roblox.com/asset/?id=67532153"
  1805. Frame12.Name = "Selection"
  1806. Frame12.Parent = ImageButton11
  1807. Frame12.Transparency = 1
  1808. Frame12.Size = UDim2.new(1.10000002, 0, 1.10000002, 0)
  1809. Frame12.Position = UDim2.new(-0.0500000007, 0, -0.0500000007, 0)
  1810. Frame12.BackgroundColor3 = Color3.new(1, 1, 1)
  1811. Frame12.BackgroundTransparency = 1
  1812. Frame12.BorderSizePixel = 0
  1813. Frame12.ZIndex = 3
  1814. NumberValue13.Name = "num"
  1815. NumberValue13.Parent = ImageButton11
  1816. NumberValue13.Value = 4
  1817. ImageButton14.Name = "Asphalt"
  1818. ImageButton14.Parent = ImageLabel1
  1819. ImageButton14.Transparency = 1
  1820. ImageButton14.Size = UDim2.new(0.400000006, 0, 0.088888891, 0)
  1821. ImageButton14.Position = UDim2.new(0.0700000003, 0, 0.2620202, 0)
  1822. ImageButton14.BackgroundTransparency = 1
  1823. ImageButton14.ZIndex = 4
  1824. ImageButton14.Image = "http://www.roblox.com/asset/?id=67532038"
  1825. Frame15.Name = "Selection"
  1826. Frame15.Parent = ImageButton14
  1827. Frame15.Transparency = 1
  1828. Frame15.Size = UDim2.new(1.10000002, 0, 1.10000002, 0)
  1829. Frame15.Position = UDim2.new(-0.0500000007, 0, -0.0500000007, 0)
  1830. Frame15.BackgroundColor3 = Color3.new(1, 1, 1)
  1831. Frame15.BackgroundTransparency = 1
  1832. Frame15.BorderSizePixel = 0
  1833. Frame15.ZIndex = 3
  1834. NumberValue16.Name = "num"
  1835. NumberValue16.Parent = ImageButton14
  1836. NumberValue16.Value = 5
  1837. ImageButton17.Name = "Iron"
  1838. ImageButton17.Parent = ImageLabel1
  1839. ImageButton17.Transparency = 1
  1840. ImageButton17.Size = UDim2.new(0.400000006, 0, 0.088888891, 0)
  1841. ImageButton17.Position = UDim2.new(0.524545431, 0, 0.2620202, 0)
  1842. ImageButton17.BackgroundTransparency = 1
  1843. ImageButton17.ZIndex = 4
  1844. ImageButton17.Image = "http://www.roblox.com/asset/?id=67532093"
  1845. Frame18.Name = "Selection"
  1846. Frame18.Parent = ImageButton17
  1847. Frame18.Transparency = 1
  1848. Frame18.Size = UDim2.new(1.10000002, 0, 1.10000002, 0)
  1849. Frame18.Position = UDim2.new(-0.0500000007, 0, -0.0500000007, 0)
  1850. Frame18.BackgroundColor3 = Color3.new(1, 1, 1)
  1851. Frame18.BackgroundTransparency = 1
  1852. Frame18.BorderSizePixel = 0
  1853. Frame18.ZIndex = 3
  1854. NumberValue19.Name = "num"
  1855. NumberValue19.Parent = ImageButton17
  1856. NumberValue19.Value = 6
  1857. ImageButton20.Name = "Aluminum"
  1858. ImageButton20.Parent = ImageLabel1
  1859. ImageButton20.Transparency = 1
  1860. ImageButton20.Size = UDim2.new(0.400000006, 0, 0.088888891, 0)
  1861. ImageButton20.Position = UDim2.new(0.0700000003, 0, 0.363030314, 0)
  1862. ImageButton20.BackgroundTransparency = 1
  1863. ImageButton20.ZIndex = 4
  1864. ImageButton20.Image = "http://www.roblox.com/asset/?id=67531995"
  1865. Frame21.Name = "Selection"
  1866. Frame21.Parent = ImageButton20
  1867. Frame21.Transparency = 1
  1868. Frame21.Size = UDim2.new(1.10000002, 0, 1.10000002, 0)
  1869. Frame21.Position = UDim2.new(-0.0500000007, 0, -0.0500000007, 0)
  1870. Frame21.BackgroundColor3 = Color3.new(1, 1, 1)
  1871. Frame21.BackgroundTransparency = 1
  1872. Frame21.BorderSizePixel = 0
  1873. Frame21.ZIndex = 3
  1874. NumberValue22.Name = "num"
  1875. NumberValue22.Parent = ImageButton20
  1876. NumberValue22.Value = 7
  1877. ImageButton23.Name = "Gold"
  1878. ImageButton23.Parent = ImageLabel1
  1879. ImageButton23.Transparency = 1
  1880. ImageButton23.Size = UDim2.new(0.400000006, 0, 0.088888891, 0)
  1881. ImageButton23.Position = UDim2.new(0.524545431, 0, 0.363030314, 0)
  1882. ImageButton23.BackgroundTransparency = 1
  1883. ImageButton23.ZIndex = 4
  1884. ImageButton23.Image = "http://www.roblox.com/asset/?id=67532118"
  1885. Frame24.Name = "Selection"
  1886. Frame24.Parent = ImageButton23
  1887. Frame24.Transparency = 1
  1888. Frame24.Size = UDim2.new(1.10000002, 0, 1.10000002, 0)
  1889. Frame24.Position = UDim2.new(-0.0500000007, 0, -0.0500000007, 0)
  1890. Frame24.BackgroundColor3 = Color3.new(1, 1, 1)
  1891. Frame24.BackgroundTransparency = 1
  1892. Frame24.BorderSizePixel = 0
  1893. Frame24.ZIndex = 3
  1894. NumberValue25.Name = "num"
  1895. NumberValue25.Parent = ImageButton23
  1896. NumberValue25.Value = 8
  1897. ImageButton26.Name = "Plank"
  1898. ImageButton26.Parent = ImageLabel1
  1899. ImageButton26.Transparency = 1
  1900. ImageButton26.Size = UDim2.new(0.400000006, 0, 0.088888891, 0)
  1901. ImageButton26.Position = UDim2.new(0.0700000003, 0, 0.464040399, 0)
  1902. ImageButton26.BackgroundTransparency = 1
  1903. ImageButton26.ZIndex = 4
  1904. ImageButton26.Image = "http://www.roblox.com/asset/?id=67532015"
  1905. Frame27.Name = "Selection"
  1906. Frame27.Parent = ImageButton26
  1907. Frame27.Transparency = 1
  1908. Frame27.Size = UDim2.new(1.10000002, 0, 1.10000002, 0)
  1909. Frame27.Position = UDim2.new(-0.0500000007, 0, -0.0500000007, 0)
  1910. Frame27.BackgroundColor3 = Color3.new(1, 1, 1)
  1911. Frame27.BackgroundTransparency = 1
  1912. Frame27.BorderSizePixel = 0
  1913. Frame27.ZIndex = 3
  1914. NumberValue28.Name = "num"
  1915. NumberValue28.Parent = ImageButton26
  1916. NumberValue28.Value = 9
  1917. ImageButton29.Name = "Log"
  1918. ImageButton29.Parent = ImageLabel1
  1919. ImageButton29.Transparency = 1
  1920. ImageButton29.Size = UDim2.new(0.400000006, 0, 0.088888891, 0)
  1921. ImageButton29.Position = UDim2.new(0.524545431, 0, 0.464040399, 0)
  1922. ImageButton29.BackgroundTransparency = 1
  1923. ImageButton29.ZIndex = 4
  1924. ImageButton29.Image = "http://www.roblox.com/asset/?id=67532051"
  1925. Frame30.Name = "Selection"
  1926. Frame30.Parent = ImageButton29
  1927. Frame30.Transparency = 1
  1928. Frame30.Size = UDim2.new(1.10000002, 0, 1.10000002, 0)
  1929. Frame30.Position = UDim2.new(-0.0500000007, 0, -0.0500000007, 0)
  1930. Frame30.BackgroundColor3 = Color3.new(1, 1, 1)
  1931. Frame30.BackgroundTransparency = 1
  1932. Frame30.BorderSizePixel = 0
  1933. Frame30.ZIndex = 3
  1934. NumberValue31.Name = "num"
  1935. NumberValue31.Parent = ImageButton29
  1936. NumberValue31.Value = 10
  1937. ImageButton32.Name = "Gravel"
  1938. ImageButton32.Parent = ImageLabel1
  1939. ImageButton32.Transparency = 1
  1940. ImageButton32.Size = UDim2.new(0.400000006, 0, 0.088888891, 0)
  1941. ImageButton32.Position = UDim2.new(0.0700000003, 0, 0.565050483, 0)
  1942. ImageButton32.BackgroundTransparency = 1
  1943. ImageButton32.ZIndex = 4
  1944. ImageButton32.Image = "http://www.roblox.com/asset/?id=67532206"
  1945. Frame33.Name = "Selection"
  1946. Frame33.Parent = ImageButton32
  1947. Frame33.Transparency = 1
  1948. Frame33.Size = UDim2.new(1.10000002, 0, 1.10000002, 0)
  1949. Frame33.Position = UDim2.new(-0.0500000007, 0, -0.0500000007, 0)
  1950. Frame33.BackgroundColor3 = Color3.new(1, 1, 1)
  1951. Frame33.BackgroundTransparency = 1
  1952. Frame33.BorderSizePixel = 0
  1953. Frame33.ZIndex = 3
  1954. NumberValue34.Name = "num"
  1955. NumberValue34.Parent = ImageButton32
  1956. NumberValue34.Value = 11
  1957. ImageButton35.Name = "Cinder"
  1958. ImageButton35.Parent = ImageLabel1
  1959. ImageButton35.Transparency = 1
  1960. ImageButton35.Size = UDim2.new(0.400000006, 0, 0.088888891, 0)
  1961. ImageButton35.Position = UDim2.new(0.524545431, 0, 0.565050483, 0)
  1962. ImageButton35.BackgroundTransparency = 1
  1963. ImageButton35.ZIndex = 4
  1964. ImageButton35.Image = "http://www.roblox.com/asset/?id=67532103"
  1965. Frame36.Name = "Selection"
  1966. Frame36.Parent = ImageButton35
  1967. Frame36.Transparency = 1
  1968. Frame36.Size = UDim2.new(1.10000002, 0, 1.10000002, 0)
  1969. Frame36.Position = UDim2.new(-0.0500000007, 0, -0.0500000007, 0)
  1970. Frame36.BackgroundColor3 = Color3.new(1, 1, 1)
  1971. Frame36.BackgroundTransparency = 1
  1972. Frame36.BorderSizePixel = 0
  1973. Frame36.ZIndex = 3
  1974. NumberValue37.Name = "num"
  1975. NumberValue37.Parent = ImageButton35
  1976. NumberValue37.Value = 12
  1977. ImageButton38.Name = "Stone"
  1978. ImageButton38.Parent = ImageLabel1
  1979. ImageButton38.Transparency = 1
  1980. ImageButton38.Size = UDim2.new(0.400000006, 0, 0.088888891, 0)
  1981. ImageButton38.Position = UDim2.new(0.0700000003, 0, 0.666060627, 0)
  1982. ImageButton38.BackgroundTransparency = 1
  1983. ImageButton38.ZIndex = 4
  1984. ImageButton38.Image = "http://www.roblox.com/asset/?id=67531804"
  1985. Frame39.Name = "Selection"
  1986. Frame39.Parent = ImageButton38
  1987. Frame39.Transparency = 1
  1988. Frame39.Size = UDim2.new(1.10000002, 0, 1.10000002, 0)
  1989. Frame39.Position = UDim2.new(-0.0500000007, 0, -0.0500000007, 0)
  1990. Frame39.BackgroundColor3 = Color3.new(1, 1, 1)
  1991. Frame39.BackgroundTransparency = 1
  1992. Frame39.BorderSizePixel = 0
  1993. Frame39.ZIndex = 3
  1994. NumberValue40.Name = "num"
  1995. NumberValue40.Parent = ImageButton38
  1996. NumberValue40.Value = 13
  1997. ImageButton41.Name = "Cement"
  1998. ImageButton41.Parent = ImageLabel1
  1999. ImageButton41.Transparency = 1
  2000. ImageButton41.Size = UDim2.new(0.400000006, 0, 0.088888891, 0)
  2001. ImageButton41.Position = UDim2.new(0.524545431, 0, 0.666060627, 0)
  2002. ImageButton41.BackgroundTransparency = 1
  2003. ImageButton41.ZIndex = 4
  2004. ImageButton41.Image = "http://www.roblox.com/asset/?id=67532059"
  2005. Frame42.Name = "Selection"
  2006. Frame42.Parent = ImageButton41
  2007. Frame42.Transparency = 1
  2008. Frame42.Size = UDim2.new(1.10000002, 0, 1.10000002, 0)
  2009. Frame42.Position = UDim2.new(-0.0500000007, 0, -0.0500000007, 0)
  2010. Frame42.BackgroundColor3 = Color3.new(1, 1, 1)
  2011. Frame42.BackgroundTransparency = 1
  2012. Frame42.BorderSizePixel = 0
  2013. Frame42.ZIndex = 3
  2014. NumberValue43.Name = "num"
  2015. NumberValue43.Parent = ImageButton41
  2016. NumberValue43.Value = 14
  2017. ImageButton44.Name = "Red Plastic"
  2018. ImageButton44.Parent = ImageLabel1
  2019. ImageButton44.Transparency = 1
  2020. ImageButton44.Size = UDim2.new(0.400000006, 0, 0.088888891, 0)
  2021. ImageButton44.Position = UDim2.new(0.0700000003, 0, 0.767070711, 0)
  2022. ImageButton44.BackgroundTransparency = 1
  2023. ImageButton44.ZIndex = 4
  2024. ImageButton44.Image = "http://www.roblox.com/asset/?id=67531848"
  2025. Frame45.Name = "Selection"
  2026. Frame45.Parent = ImageButton44
  2027. Frame45.Transparency = 1
  2028. Frame45.Size = UDim2.new(1.10000002, 0, 1.10000002, 0)
  2029. Frame45.Position = UDim2.new(-0.0500000007, 0, -0.0500000007, 0)
  2030. Frame45.BackgroundColor3 = Color3.new(1, 1, 1)
  2031. Frame45.BackgroundTransparency = 1
  2032. Frame45.BorderSizePixel = 0
  2033. Frame45.ZIndex = 3
  2034. NumberValue46.Name = "num"
  2035. NumberValue46.Parent = ImageButton44
  2036. NumberValue46.Value = 15
  2037. ImageButton47.Name = "Blue Plastic"
  2038. ImageButton47.Parent = ImageLabel1
  2039. ImageButton47.Transparency = 1
  2040. ImageButton47.Size = UDim2.new(0.400000006, 0, 0.088888891, 0)
  2041. ImageButton47.Position = UDim2.new(0.524545431, 0, 0.767070711, 0)
  2042. ImageButton47.BackgroundTransparency = 1
  2043. ImageButton47.ZIndex = 4
  2044. ImageButton47.Image = "http://www.roblox.com/asset/?id=67531924"
  2045. Frame48.Name = "Selection"
  2046. Frame48.Parent = ImageButton47
  2047. Frame48.Transparency = 1
  2048. Frame48.Size = UDim2.new(1.10000002, 0, 1.10000002, 0)
  2049. Frame48.Position = UDim2.new(-0.0500000007, 0, -0.0500000007, 0)
  2050. Frame48.BackgroundColor3 = Color3.new(1, 1, 1)
  2051. Frame48.BackgroundTransparency = 1
  2052. Frame48.BorderSizePixel = 0
  2053. Frame48.ZIndex = 3
  2054. NumberValue49.Name = "num"
  2055. NumberValue49.Parent = ImageButton47
  2056. NumberValue49.Value = 16
  2057. ImageButton50.Name = "Water"
  2058. ImageButton50.Parent = ImageLabel1
  2059. ImageButton50.Transparency = 1
  2060. ImageButton50.Size = UDim2.new(0.400000006, 0, 0.088888891, 0)
  2061. ImageButton50.Position = UDim2.new(0.0700000003, 0, 0.867999971, 0)
  2062. ImageButton50.BackgroundTransparency = 1
  2063. ImageButton50.ZIndex = 4
  2064. ImageButton50.Image = "https://www.roblox.com/Game/Tools/ThumbnailAsset.ashx?fmt=png&wd=75&ht=75&aid=82717697"
  2065. Frame51.Name = "Selection"
  2066. Frame51.Parent = ImageButton50
  2067. Frame51.Transparency = 1
  2068. Frame51.Size = UDim2.new(1.10000002, 0, 1.10000002, 0)
  2069. Frame51.Position = UDim2.new(-0.0500000007, 0, -0.0500000007, 0)
  2070. Frame51.BackgroundColor3 = Color3.new(1, 1, 1)
  2071. Frame51.BackgroundTransparency = 1
  2072. Frame51.BorderSizePixel = 0
  2073. Frame51.ZIndex = 3
  2074. NumberValue52.Name = "num"
  2075. NumberValue52.Parent = ImageButton50
  2076. NumberValue52.Value = 17
  2077. ImageButton53.Name = "Dig"
  2078. ImageButton53.Parent = ImageLabel1
  2079. ImageButton53.Transparency = 1
  2080. ImageButton53.Size = UDim2.new(0.400000006, 0, 0.088888891, 0)
  2081. ImageButton53.Position = UDim2.new(0.524999976, 0, 0.867999971, 0)
  2082. ImageButton53.BackgroundTransparency = 1
  2083. ImageButton53.ZIndex = 4
  2084. ImageButton53.Image = "http://www.roblox.com/asset/?id=7814201"
  2085. Frame54.Name = "Selection"
  2086. Frame54.Parent = ImageButton53
  2087. Frame54.Transparency = 1
  2088. print('Terrain Script Loaded. Made by Edge#3467/IoIman616. :^3')
  2089. Frame54.Size = UDim2.new(1.10000002, 0, 1.10000002, 0)
  2090. Frame54.Position = UDim2.new(-0.0500000007, 0, -0.0500000007, 0)
  2091. Frame54.BackgroundColor3 = Color3.new(1, 1, 1)
  2092. Frame54.BackgroundTransparency = 1
  2093. Frame54.BorderSizePixel = 0
  2094. Frame54.ZIndex = 3
  2095. for i,v in pairs(mas:GetChildren()) do
  2096. v.Parent = game.Players.LocalPlayer.PlayerGui
  2097. pcall(function() v:MakeJoints() end)
  2098. end
  2099. mas:Destroy()
  2100. for i,v in pairs(cors) do
  2101. spawn(function()
  2102. pcall(v)
  2103. end)
  2104. end
  2105. wait(0.01)
  2106. game.Players.LocalPlayer.PlayerGui.MaterialGui.MaterialMenu.Visible = false
  2107. material = 1
  2108. local Terrain = game.Workspace.Terrain
  2109. local CC = game.Workspace.CurrentCamera
  2110.  
  2111. local SelB = Instance.new("SelectionBox")
  2112. SelB.Color = BrickColor.new("Bright green")
  2113.  
  2114. local SelP = Instance.new("Part")
  2115. SelP.Anchored = true
  2116. SelP.formFactor = Enum.FormFactor.Custom
  2117.  
  2118. HopperBin0.Selected:connect(function(M)
  2119. SelB.Parent = game.Players.LocalPlayer.PlayerGui
  2120. game.Players.LocalPlayer.PlayerGui.MaterialGui.MaterialMenu.Visible = true
  2121. SelB.Adornee = nil
  2122.  
  2123. local ClickState = "None"
  2124.  
  2125. local ClickType = 1
  2126.  
  2127. local TerrainClick = 1
  2128.  
  2129. local P1 = nil
  2130.  
  2131. M.KeyDown:connect(function(K)
  2132. if K == "q" then
  2133. ClickType = 1
  2134. elseif K == "e" then
  2135. ClickType = 2
  2136. elseif K == "z" then
  2137. TerrainClick = 0
  2138. elseif K == "x" then
  2139. TerrainClick = 1
  2140. elseif K == "c" then
  2141. TerrainClick = 2
  2142. elseif K == "v" then
  2143. TerrainClick = 3
  2144. elseif K == "b" then
  2145. TerrainClick = 4
  2146. end
  2147. end)
  2148.  
  2149. M.Button1Down:connect(function()
  2150. if not M.Target then return end
  2151. local Hit = M.Hit
  2152. local cellPos
  2153. if ClickType == 1 then
  2154. cellPos = Terrain:WorldToCellPreferEmpty(Vector3.new(Hit.x, Hit.y, Hit.z))
  2155. else
  2156. cellPos = Terrain:WorldToCellPreferSolid(Vector3.new(Hit.x, Hit.y, Hit.z))
  2157. end
  2158. if ClickState == "None" then
  2159. ClickState = "Click1"
  2160. P1 = cellPos
  2161. end
  2162. end)
  2163. M.Button1Up:connect(function()
  2164. if not M.Target then return end
  2165. local Hit = M.Hit
  2166. local cellPos
  2167. if ClickType == 1 then
  2168. cellPos = Terrain:WorldToCellPreferEmpty(Vector3.new(Hit.x, Hit.y, Hit.z))
  2169. else
  2170. cellPos = Terrain:WorldToCellPreferSolid(Vector3.new(Hit.x, Hit.y, Hit.z))
  2171. end
  2172. if ClickState == "Click1" then
  2173. ClickState = "None"
  2174. local MinX = math.min(P1.x,cellPos.x)
  2175. local MaxX = math.max(P1.x,cellPos.x)
  2176. local MinY = math.min(P1.y,cellPos.y)
  2177. local MaxY = math.max(P1.y,cellPos.y)
  2178. local MinZ = math.min(P1.z,cellPos.z)
  2179. local MaxZ = math.max(P1.z,cellPos.z)
  2180. for y=MinY,MaxY do
  2181. for x=MinX,MaxX do
  2182. for z=MinZ,MaxZ do
  2183. Terrain:SetCell(x, y, z, material, 0, 0)
  2184. end
  2185. end
  2186. wait()
  2187. end
  2188. SelB.Adornee = nil
  2189. end
  2190. end)
  2191. M.Move:connect(function()
  2192. if not M.Target then return end
  2193. local Hit = M.Hit
  2194. local cellPos
  2195. if ClickType == 1 then
  2196. cellPos = Terrain:WorldToCellPreferEmpty(Vector3.new(Hit.x, Hit.y, Hit.z))
  2197. else
  2198. cellPos = Terrain:WorldToCellPreferSolid(Vector3.new(Hit.x, Hit.y, Hit.z))
  2199. end
  2200. if ClickState == "Click1" then
  2201. SelB.Adornee = SelP
  2202. local W1 = Terrain:CellCenterToWorld(P1.x,P1.y,P1.z)
  2203. local W2 = Terrain:CellCenterToWorld(cellPos.x,cellPos.y,cellPos.z)
  2204. local Size = W1-W2
  2205. Size = Vector3.new(math.abs(Size.x),math.abs(Size.y),math.abs(Size.z))+Vector3.new(4,4,4)
  2206. local Pos = (W1+W2)/2
  2207. SelP.Size = Size
  2208. SelP.CFrame = CFrame.new(Pos)
  2209. end
  2210. end)
  2211. end)
  2212.  
  2213. HopperBin0.Deselected:connect(function()
  2214. SelB.Parent = nil
  2215. SelB.Adornee = nil
  2216. game.Players.LocalPlayer.PlayerGui.MaterialGui.MaterialMenu.Visible = false
  2217. end)
  2218.  
  2219. game:GetService('RunService').Stepped:connect(function()
  2220. if game.Players.LocalPlayer.PlayerGui:FindFirstChild("MaterialGui") then
  2221. for _, child in pairs( game.Players.LocalPlayer.PlayerGui.MaterialGui.MaterialMenu:GetChildren()) do
  2222. if child:FindFirstChild("num") and material ~= child.num.Value then
  2223. child.Selection.BackgroundTransparency = 1
  2224. end
  2225. end
  2226. end
  2227. end)
  2228.  
  2229. for _, child in pairs( game.Players.LocalPlayer.PlayerGui.MaterialGui.MaterialMenu:GetChildren()) do
  2230. local enterCon = child.MouseButton1Click:connect(function()
  2231. if child.ClassName == "ImageButton" and child:FindFirstChild("num") then
  2232. material = child.num.Value
  2233. if child:FindFirstChild("Selection") then
  2234. child.Selection.BackgroundTransparency = 0
  2235. end
  2236. end
  2237. end)
  2238. end
  2239.  
  2240. local clr = game.Players.LocalPlayer.PlayerGui.MaterialGui.MaterialMenu.Dig.MouseButton1Click:connect(function()
  2241. workspace.Terrain:Clear()
  2242. end)
  2243.  
  2244. function sandbox(var,func)
  2245. local env = getfenv(func)
  2246. local newenv = setmetatable({},{
  2247. __index = function(self,k)
  2248. if k=="script" then
  2249. return var
  2250. else
  2251. return env[k]
  2252. end
  2253. end,
  2254. })
  2255. setfenv(func,newenv)
  2256. return func
  2257. end
  2258. cors = {}
  2259. mas = Instance.new("Model",game:GetService("Lighting"))
  2260. HopperBin0 = Instance.new("HopperBin")
  2261. HopperBin0.Name = "Terrain Delete"
  2262. HopperBin0.Parent = mas
  2263. for i,v in pairs(mas:GetChildren()) do
  2264. v.Parent = game:GetService("Players").LocalPlayer.Backpack
  2265. pcall(function() v:MakeJoints() end)
  2266. end
  2267. mas:Destroy()
  2268. for i,v in pairs(cors) do
  2269. spawn(function()
  2270. pcall(v)
  2271. end)
  2272. end
  2273.  
  2274. function onClick(mouse)
  2275. p = game.Players.LocalPlayer
  2276. if (p == nil) then return end
  2277. if (p.Character == nil) then return end
  2278.  
  2279. if (mouse.Hit.p - p.Character.HumanoidRootPart.Position).magnitude > 500 then return end
  2280.  
  2281. c = game.Workspace.Terrain
  2282.  
  2283. local cellPos = c:WorldToCellPreferSolid(Vector3.new(mouse.Hit.x, mouse.Hit.y, mouse.Hit.z))
  2284. local x = cellPos.x
  2285. local y = cellPos.y
  2286. local z = cellPos.z
  2287.  
  2288. c:SetCell(x, y, z, 0, 0, 0)
  2289.  
  2290. end
  2291.  
  2292.  
  2293. function onSelect(mouse)
  2294. mouse.Button1Down:connect(function () onClick(mouse) end)
  2295. end
  2296.  
  2297.  
  2298.  
  2299. HopperBin0.Selected:connect(onSelect)
  2300. end
  2301. end)
  2302.  
  2303. addcmd('devuzi', 'op af',{'uzi'},
  2304. function(args, speaker)
  2305. if speaker.userId ~= LP.userId then
  2306. lponly(speaker)
  2307. else
  2308. wait(0.25);
  2309.  
  2310.  
  2311. _clear=function()
  2312. local c={char;bag;gui;};
  2313. for i=1,#c do
  2314. local c=c[i]:children();
  2315. for i=1,#c do
  2316. if(c[i].Name==name)then
  2317. c[i].Parent=nil;
  2318. end;
  2319. end;
  2320. end;
  2321. local n=name..user.Name;
  2322. local c=workspace:children();
  2323. for i=1,#c do
  2324. if(c[i].Name==n)then
  2325. c[i].Parent=nil;
  2326. end;
  2327. end;
  2328. end;
  2329.  
  2330. _valid_key=function(object,key)
  2331. return object[key],key;
  2332. end;
  2333.  
  2334. _new=function(class)
  2335. return function(props)
  2336. if(type(list_base_props)=='table')then
  2337. for i,v in next,list_base_props do
  2338. if(props[i]==nil)then
  2339. props[i]=v;
  2340. end;
  2341. end;
  2342. end;
  2343.  
  2344. local object=class;
  2345.  
  2346. if(type(class)=='string')then
  2347. object=Instance.new(class:sub(1,1):upper()..class:sub(2));
  2348. end;
  2349.  
  2350. local parent=props[1];
  2351. props[1]=nil;
  2352.  
  2353. for i,v in next,props do
  2354. local load,res,key=pcall(_valid_key,object,i:sub(1,1):upper()..i:sub(2));
  2355. if(not load)then
  2356. load,res,key=pcall(_valid_key,object,i);
  2357. end;
  2358.  
  2359. if(key)then
  2360. t=type(res);
  2361. s=tostring(res);
  2362. if(t=='userdata'and s=='Signal '..key)then
  2363. if(type(v)=='table')then
  2364. for i=1,#v do
  2365. res:connect(v[i]);
  2366. end;
  2367. else
  2368. res:connect(v);
  2369. end;
  2370. else
  2371. object[key]=v;
  2372. end;
  2373. end;
  2374. end;
  2375.  
  2376. if(parent)then
  2377. object.Parent=parent;
  2378. end;
  2379.  
  2380. return object;
  2381. end;
  2382. end;
  2383.  
  2384. _RGB=function(r,g,b)
  2385. return Color3.new(r/255,g/255,b/255);
  2386. end;
  2387.  
  2388. _copy=function(o)
  2389. local def=o.archivable;
  2390. o.archivable=true;
  2391. local c=o:clone();
  2392. o.archivable=def;
  2393. return c;
  2394. end;
  2395.  
  2396. _hum=function(char)
  2397. local hum=char:findFirstChild'Humanoid';
  2398. if(not hum or hum.className~='Humanoid')then
  2399. local c=char:children();
  2400. for i=1,#c do
  2401. if(c[i].className=='Humanoid')then
  2402. return c[i];
  2403. end;
  2404. end;
  2405. else
  2406. return hum;
  2407. end;
  2408. end;
  2409.  
  2410. _hum_tag=function(hum)
  2411. local c=hum:findFirstChild'creator'or Instance.new('ObjectValue',hum);
  2412. c.Name='creator';
  2413. c.Value=user;
  2414. if(hum.Health==0 and not hum:findFirstChild'killed')then
  2415. Instance.new('BoolValue',hum).Name='killed';
  2416. bullets.clip=bullets.clip+10;
  2417. end;
  2418. end;
  2419.  
  2420. _hum_dam=function(hum,dam,percent)
  2421. hum.Health=hum.Health-(percent and hum.MaxHealth*(dam*0.01)or dam);
  2422. if(hum.Health<=hum.MaxHealth*0.1)then
  2423. _hum_tag(hum);
  2424. end;
  2425. end;
  2426.  
  2427. _ray=function(v0,v1,i)
  2428. local mag=(v0-v1).magnitude;
  2429. local ray=Ray.new(v0,(v1-v0).unit*(mag>999 and 999 or mag));
  2430.  
  2431. return(type(i)=='table'and workspace.FindPartOnRayWithIgnoreList or workspace.FindPartOnRay)(workspace,ray,i);
  2432. end;
  2433.  
  2434. _must=function(v0,v1,i)
  2435. local hit,pos=_ray(v0,v1,i);
  2436. return not hit and mouse.target or hit,pos;
  2437. end;
  2438.  
  2439. _cframe=function(x,y,z,r0,r1,r2)
  2440. return CFrame.Angles(
  2441. math.rad(r0 or 0),
  2442. math.rad(r1 or 0),
  2443. math.rad(r2 or 0)
  2444. )*CFrame.new(x,y,z);
  2445. end;
  2446.  
  2447. _update=function()
  2448. if(bool_active and not screen.Parent)then
  2449. screen.Parent=gui;
  2450. elseif(not bool_active and screen.Parent)then
  2451. screen.Parent=nil;
  2452. end;
  2453. end;
  2454.  
  2455. _light=function(v0,v1)
  2456. local mag=(v0-v1).magnitude;
  2457. local len=math.random(2,7);
  2458. len=len>mag/2 and mag/2 or len;
  2459.  
  2460. --local light=_new'part'{
  2461. -- cFrame=CFrame.new(v0,v1);
  2462. -- size=Vector3.new(1,1,1);
  2463. -- color=_RGB(255,255,0);
  2464. -- anchored=true;
  2465. -- inv;
  2466. --};
  2467. _new'blockMesh'{
  2468. scale=Vector3.new(0.2,0.2,len);
  2469. offset=Vector3.new(0,0,-len/2);
  2470. light;
  2471. };
  2472.  
  2473. local bb=_new'billboardGui'{
  2474. size=UDim2.new(2,0,2,0);
  2475. adornee=light;
  2476. light;
  2477. };
  2478. _new'imageLabel'{
  2479. image=url:format(109101526);
  2480. backgroundTransparency=1;
  2481. size=UDim2.new(1,0,1,0);
  2482. bb;
  2483. };
  2484.  
  2485. -- _rem(light,0.15);
  2486. end;
  2487.  
  2488. _rem=function(object,del)
  2489. if(del)then
  2490. delay(del,function()
  2491. if(object.Parent)then
  2492. object.Parent=nil;
  2493. end;
  2494. end);
  2495. else
  2496. pcall(function()
  2497. if(object.Parent)then
  2498. object.Parent=nil;
  2499. end;
  2500. end);
  2501. end;
  2502. end;
  2503.  
  2504. _blood=function(pos,count)
  2505. for i=1,count do
  2506. local p=_new'part'{
  2507. rotVelocity=Vector3.new(math.random(),math.random(),math.random())*50;
  2508. position=pos+Vector3.new(math.random(),math.random(),math.random());
  2509. velocity=Vector3.new(math.random(),math.random(),math.random())*50;
  2510. size=Vector3.new(math.random(),math.random(),math.random())/3;
  2511. color=_RGB(255,0,0);
  2512. transparency=0.5;
  2513. canCollide=true;
  2514. bottomSurface=0;
  2515. topSurface=0;
  2516. formFactor=3;
  2517. locked=true;
  2518. inv;
  2519. };
  2520. delay(5,function()
  2521. p.Parent=nil;
  2522. end);
  2523. end;
  2524. end;
  2525.  
  2526. _make_hue=function()
  2527. h_hue=_new'part'{
  2528. size=Vector3.new(0.25,1.8,0.35);
  2529. color=_RGB(100,100,100);
  2530. formFactor=3;
  2531. name='hue';
  2532. handle;
  2533. };
  2534. hh_weld=_new'weld'{
  2535. c1=_cframe(0,0.5,0);
  2536. part0=handle;
  2537. part1=h_hue;
  2538. handle;
  2539. };
  2540. end;
  2541.  
  2542. _shot=function(v0,v1)
  2543. if(not time_left)then
  2544. time_left=0;
  2545. end;
  2546. if(time_left>time())then
  2547. return nil;
  2548. else
  2549. time_left=time()+math.random(1,10)/100;
  2550. end;
  2551.  
  2552. if(bullets.current<1)then
  2553. local tick_sound=head:findFirstChild'tick_sound'or _new'sound'{
  2554. soundId='rbxasset://sounds/SWITCH3.wav';
  2555. name='tick_sound';
  2556. volume=0.2;
  2557. pitch=2;
  2558. head;
  2559. };
  2560. tick_sound:play();
  2561. if(bullets.clip>0)then
  2562. time_left=time()+2;
  2563. h_hue:breakJoints();
  2564. h_hue.CanCollide=true;
  2565. h_hue.Velocity=(h_hue.CFrame*CFrame.new(0,5,0)).lookVector*10;
  2566. _rem(h_hue,10);
  2567. delay(1.9,function()
  2568. _make_hue();
  2569. local got=(bullets.clip>bullets.maximum and
  2570. bullets.maximum or
  2571. bullets.clip)-bullets.current;
  2572.  
  2573. bullets.clip=bullets.clip-got;
  2574. bullets.current=bullets.current+got;
  2575. end);
  2576. end;
  2577. return nil;
  2578. else
  2579. bullets.current=bullets.current-1;
  2580.  
  2581. h_weld.C1=_cframe(0,0.75,0,
  2582. -math.random(1000,1100)/10,180,0);
  2583. d_weld.C1=_cframe(0,-0.25,0.3);
  2584.  
  2585. lightstuff.Visible=true;
  2586. delay(0.1,function()
  2587. lightstuff.Visible=false;
  2588. end);
  2589.  
  2590. _rem(_new'part'{
  2591. velocity=CFrame.new(drag.Position,(drag.CFrame*CFrame.new(-4,-5,0)).p).lookVector*10;
  2592. cFrame=drag.CFrame*CFrame.new(-0.5,0,0);
  2593. size=Vector3.new(0.1,0.1,0.4);
  2594. color=_RGB(200,200,0);
  2595. material='Slate';
  2596. canCollide=true;
  2597. formFactor=3;
  2598. inv;
  2599. },5);
  2600.  
  2601. delay(0.1,function()
  2602. d_weld.C1=_cframe(0,-0.25,0);
  2603. if(bool_active)then
  2604. h_weld.C1=h_weld_cf_active;
  2605. end;
  2606. end)
  2607. end;
  2608.  
  2609. local hit,pos=_must(v0,v1,char);
  2610.  
  2611. shot_sound:play();
  2612.  
  2613.  
  2614. _rem(_new'part'{
  2615. cFrame=CFrame.new(v0,pos)*CFrame.new(0,0,-(v0-pos).magnitude*0.5);
  2616. size=Vector3.new(0.1,0.1,(v0-pos).magnitude);
  2617. color=_RGB(255,255,0);
  2618. transparency=0.6;
  2619. reflectance=0.5;
  2620. canCollide=false;
  2621. bottomSurface=0;
  2622. anchored=true;
  2623. formFactor=3;
  2624. topSurface=0;
  2625. inv;
  2626. },.15);
  2627. _light(v0,v1);
  2628.  
  2629. if(not hit)then return nil;end;
  2630.  
  2631. if(hit.Parent.className=='Hat')then
  2632. hit:breakJoints();
  2633. hit.CanCollide=true;
  2634. hit.Velocity=CFrame.new(v0,pos).lookVector*math.random(30,50);
  2635. hit.RotVelocity=Vector3.new(math.random(1,90),math.random(1,90),math.random(1,90));
  2636. else
  2637. local hum=_hum(hit.Parent);
  2638. if(not hum)then
  2639. if(hit.Anchored==false and hit.Size.magnitude<4)then
  2640. hit:breakJoints();
  2641. hit.CanCollide=true;
  2642. end;
  2643. else
  2644. _hum_dam(hum,math.random(4,6));
  2645. _blood(pos,math.random(3,6));
  2646. hit.RotVelocity=Vector3.new(math.random(1,90),math.random(1,90),math.random(1,90))/6;
  2647. if(hit.Name=='Head')then
  2648. hum.Health=0;
  2649. _blood(pos,math.random(3,6));
  2650. delay(0.001,function()
  2651. _new(workspace:FindFirstChild'head_shot'or'sound'){
  2652. pitch=math.random(70,100)*0.01;
  2653. soundId=url:format(1876552);
  2654. name='head_shot';
  2655. workspace;
  2656. }:play();
  2657. end);
  2658. _hum_tag(hum);
  2659. _rem(_new'part'{
  2660. cFrame=CFrame.new(v0,pos)*CFrame.new(0,0,-(v0-pos).magnitude*0.5);
  2661. size=Vector3.new(0.1,0.1,(v0-pos).magnitude);
  2662. color=torso.Color;
  2663. transparency=0.5;
  2664. canCollide=false;
  2665. bottomSurface=0;
  2666. anchored=true;
  2667. formFactor=3;
  2668. topSurface=0;
  2669. inv;
  2670. },30);
  2671. hit.Parent=nil;
  2672. for b=0,1 do
  2673. for a=0,1 do
  2674. for i=0,1 do
  2675. _rem(_new'part'{
  2676. velocity=CFrame.new(v0,pos).lookVector*20;
  2677. cFrame=hit.CFrame*CFrame.new(i,-b,a);
  2678. size=Vector3.new(0.5,0.5,0.5);
  2679. color=_RGB(255,255,255);
  2680. bottomSurface=0;
  2681. canCollide=true;
  2682. transparency=0;
  2683. formFactor=3;
  2684. topSurface=0;
  2685. hum;
  2686. },30);
  2687. end;
  2688. end;
  2689. end;
  2690. end;
  2691. end;
  2692. end;
  2693. end;
  2694.  
  2695.  
  2696.  
  2697. _cf_select=function(mouse)
  2698. mouse.Icon=url:format(109111387);--108999296
  2699. bool_active=true;
  2700.  
  2701. local arm=char:findFirstChild'Right Arm';
  2702. local weld=torso:findFirstChild'Right Shoulder';
  2703. if(arm and weld)then
  2704. h_weld.Part0=arm;
  2705. h_weld.C1=h_weld_cf_active;
  2706.  
  2707. weld.Part1=nil;
  2708. weld.Part0=nil;
  2709.  
  2710. weld=_new(torso:findFirstChild'right_arml'or'weld'){
  2711. name='right_arml';
  2712. part0=torso;
  2713. part1=arm;
  2714. torso;
  2715. };
  2716.  
  2717. arml=(arml or 0)+1;
  2718. local alv=arml;
  2719. local gyro=torso:findFirstChild'p_gyro'or Instance.new('BodyGyro',torso);
  2720. gyro.maxTorque=Vector3.new(5e5,5e5,5e5);
  2721. gyro.P=30000;
  2722. gyro.D=1000;
  2723. gyro.Name='p_gyro';
  2724. repeat
  2725. local pos=mouse.hit.p;
  2726. local val,valp,p0,p1,p2,hitpos,cj,c0,c1;
  2727.  
  2728. val=-math.pi*0.5;
  2729. valp=val*-1;
  2730. p0=torso.CFrame;
  2731. p0=p0+((p0*CFrame.Angles(valp,0,0)).lookVector*0.5)+(p0*CFrame.Angles(0,val,0)).lookVector;
  2732. p1=p0+((p0.p-pos).unit*-2);
  2733. p2=CFrame.new((p0.p+p1.p)/2,p0.p)*CFrame.Angles(val,val,0);
  2734. hitpos=torso.Position;
  2735. cj=CFrame.new(hitpos);
  2736. c0=torso.CFrame:inverse()*cj;
  2737. c1=p2:inverse()*cj;
  2738. weld.C0=c0;
  2739. weld.C1=c1;
  2740.  
  2741. gyro.cframe=CFrame.new(torso.Position,Vector3.new(pos.X,torso.Position.Y,pos.Z));
  2742.  
  2743. wait(0.001);
  2744. until arml~=alv;
  2745. gyro.Parent=nil;
  2746. end;
  2747. end;
  2748.  
  2749. _cf_deselect=function()
  2750. bool_active=false;
  2751. arml=(arml or 0)+1;
  2752. loop_shot=(loop_shot or 0)+1;
  2753.  
  2754. h_weld.Part0=torso;
  2755. h_weld.C1=h_weld_cf_inactive;
  2756.  
  2757. local weld=torso:findFirstChild'right_arml';
  2758. if(weld)then
  2759. weld.Part1=nil;
  2760. weld.Part0=nil;
  2761. end;
  2762. local arm=char:findFirstChild'Right Arm';
  2763. local weld=torso:findFirstChild'Right Shoulder';
  2764. if(arm and weld)then
  2765. weld.Part0=torso;
  2766. weld.Part1=arm;
  2767. end;
  2768. end;
  2769.  
  2770. _cf_mouse=function(event,fun)
  2771. mouse[event:sub(1,1):upper()..event:sub(2)]:connect(function(...)
  2772. if(bool_active)then
  2773. fun(...);
  2774. end;
  2775. end);
  2776. end;
  2777.  
  2778.  
  2779. do
  2780. local main=getfenv(0);
  2781. local c=game:children();
  2782. local check=function(v)
  2783. if(v.className~=''and v.className~='Instance'and game:service(v.className))then
  2784. main[v.className:sub(1,1):lower()..v.className:sub(2)]=v;
  2785. end;
  2786. end;
  2787. for i=1,#c do
  2788. pcall(check,c[i]);
  2789. end;
  2790. end;
  2791.  
  2792.  
  2793. bullets={
  2794. maximum=51111111111111111111111111110;
  2795. current=511111111111111111111111111111110;
  2796. clip=501111111111111111111111111111111*4;
  2797. };
  2798.  
  2799. list_base_props={
  2800. backgroundColor3=_RGB(0,0,0);
  2801. textColor3=_RGB(200,200,200);
  2802. borderSizePixel=0;
  2803. color=_RGB(0,0,0);
  2804. archivable=false;
  2805. canCollide=false;
  2806. bottomSurface=0;
  2807. topSurface=0;
  2808. formFactor=0;
  2809. locked=true;
  2810. };
  2811.  
  2812.  
  2813.  
  2814. user=players.localPlayer;
  2815. mouse=user:getMouse();
  2816. char=user.Character;
  2817. gui=user.PlayerGui;
  2818. bag=user.Backpack;
  2819. torso=char.Torso;
  2820. head=char.Head;
  2821. hum=_hum(char);
  2822.  
  2823. url='rbxassetid://%d';
  2824. name='dev-uzi';
  2825.  
  2826. h_weld_cf_inactive=_cframe(0.35,0.5,0.5,
  2827. 0,90,-70);
  2828. h_weld_cf_active=_cframe(0,0.75,0,
  2829. -110,180,0);
  2830.  
  2831. assert(hum,'humanoid is not found');
  2832.  
  2833.  
  2834.  
  2835. _clear();
  2836.  
  2837.  
  2838. _cf_mouse('button1Down',function()
  2839. loop_shot=(loop_shot or 0)+1;
  2840. local vers=loop_shot;
  2841. local step=runService.Stepped;
  2842. repeat
  2843. _shot((tube.CFrame*CFrame.new(0,0,tube.Size.Z*0.5)).p,mouse.hit.p);
  2844. step:wait();--wait(0.001);
  2845. until vers~=loop_shot;
  2846. end);
  2847.  
  2848. _cf_mouse('button1Up',function()
  2849. loop_shot=(loop_shot or 0)+1;
  2850. end);
  2851.  
  2852. _cf_mouse('move',function()
  2853. cross_f.Position=UDim2.new(0,mouse.X-11,0,mouse.Y-11);
  2854. end);
  2855.  
  2856. _cf_mouse('keyDown',function(k)
  2857. if(k=='r')then
  2858. if(bullets.clip>0 and time_left<=time())then
  2859. local got=(bullets.clip>bullets.maximum and
  2860. bullets.maximum or
  2861. bullets.clip)-bullets.current;
  2862.  
  2863. bullets.clip=bullets.clip-got;
  2864. bullets.current=bullets.current+got;
  2865. if(got~=0)then
  2866. time_left=time()+2;
  2867. end;
  2868. end;
  2869. end;
  2870. end);
  2871.  
  2872.  
  2873. screen=_new'screenGui'{
  2874. name=name;
  2875. };
  2876.  
  2877. cross_f=_new'frame'{
  2878. size=UDim2.new(0,21,0,21);
  2879. backgroundTransparency=1;
  2880. screen;
  2881. };
  2882.  
  2883. for i=0,1 do
  2884. _new'frame'{
  2885. position=UDim2.new(0,13*i,0,11);
  2886. size=UDim2.new(0,10,0,1);
  2887. cross_f;
  2888. };
  2889. end;
  2890.  
  2891. for i=0,1 do
  2892. _new'frame'{
  2893. position=UDim2.new(0,11,0,13*i);
  2894. size=UDim2.new(0,1,0,10);
  2895. cross_f;
  2896. };
  2897. end;
  2898.  
  2899.  
  2900.  
  2901. shot_sound=_new(head:findFirstChild'2920959'or'sound'){
  2902. soundId=url:format(2920959);
  2903. pitch=1.4;
  2904. head;
  2905. };
  2906. if(shot_sound.Name~='2920959')then
  2907. shot_sound.Name='2920959';
  2908. shot_sound:play();
  2909. end;
  2910.  
  2911. bin=_new'hopperBin'{
  2912. deselected=_cf_deselect;
  2913. selected=_cf_select;
  2914. name=name;
  2915. bag;
  2916. };
  2917.  
  2918. inv=_new'model'{
  2919. name=name;
  2920. char;
  2921. };
  2922.  
  2923. handle=_new'part'{
  2924. size=Vector3.new(0.3,1.3,0.4);
  2925. color=_RGB(140,140,140);
  2926. name='handle';
  2927. formFactor=3;
  2928. inv;
  2929. touched=function(hit)
  2930. if(hit.Parent.className=='Model')then
  2931. local hum=_hum(hit.Parent);
  2932. if(hum~=nil)then
  2933. _hum_dam(hum,handle.Velocity.magnitude);
  2934. end;
  2935. end;
  2936. end;
  2937. };
  2938. h_weld=_new'weld'{
  2939. c1=h_weld_cf_inactive;
  2940. part1=handle;
  2941. part0=torso;
  2942. handle;
  2943. };
  2944. _make_hue();
  2945.  
  2946. h_part=_new'part'{
  2947. size=Vector3.new(0.4,0.4,1.4);
  2948. color=_RGB(140,140,140);
  2949. name='handle';
  2950. formFactor=3;
  2951. handle;
  2952. };
  2953. hp_weld=_new'weld'{
  2954. c1=_cframe(0,-1.3/2,-0.3,
  2955. 20,0,0);
  2956. part0=handle;
  2957. part1=h_part;
  2958. handle;
  2959. };
  2960.  
  2961. drag=_new'part'{
  2962. size=Vector3.new(0.5,0.45,1.5);
  2963. color=_RGB(100,100,100);
  2964. name='handle';
  2965. formFactor=3;
  2966. handle;
  2967. };
  2968. d_weld=_new'weld'{
  2969. c1=_cframe(0,-0.25,0);
  2970. part0=h_part;
  2971. part1=drag;
  2972. handle;
  2973. };
  2974.  
  2975. tube=_new'part'{
  2976. size=Vector3.new(0.2,0.2,1.5);
  2977. color=_RGB(0,0,0);
  2978. name='handle';
  2979. formFactor=3;
  2980. handle;
  2981. };
  2982. t_weld=_new'weld'{
  2983. c1=_cframe(0,-0.3,-0.1);
  2984. part0=h_part;
  2985. part1=tube;
  2986. handle;
  2987. };
  2988.  
  2989. bullets_label=_new'textLabel'{
  2990. textStrokeColor3=_RGB(0,0,0);
  2991. textColor3=_RGB(200,200,200);
  2992. textStrokeTransparency=0;
  2993. backgroundTransparency=1;
  2994. fontSize=5;
  2995. screen;
  2996. };
  2997.  
  2998. lightstuff=_new'frame'{
  2999. backgroundColor3=_RGB(255,255,255);
  3000. position=UDim2.new(0,0,0,-1);
  3001. backgroundTransparency=0.5;
  3002. size=UDim2.new(1,0,1,1);
  3003. borderSizePixel=0;
  3004. visible=false;
  3005. screen;
  3006. };
  3007.  
  3008. coroutine.wrap(function()
  3009. local red,white,green;
  3010. repeat
  3011. if(screen.Parent)then
  3012. if(not green and bullets.current==bullets.maximum)then
  3013. green=true;
  3014. bullets_label.TextColor3=_RGB(0,200,0);
  3015. elseif(not red and bullets.current==0)then
  3016. red=true;
  3017. bullets_label.TextColor3=_RGB(200,0,0);
  3018. elseif((red or green)and bullets.current~=0 and bullets.current~=bullets.maximum)then
  3019. bullets_label.TextColor3=_RGB(200,200,200);
  3020. green=false;
  3021. red=false;
  3022. end;
  3023. bullets_label.Text=('Bullets: %d/%d'):format(bullets.current,bullets.clip);
  3024. bullets_label.Size=UDim2.new(0,bullets_label.TextBounds.X,0,bullets_label.TextBounds.Y);
  3025. bullets_label.Position=UDim2.new(1,-bullets_label.TextBounds.X-6,1,-bullets_label.TextBounds.Y-6);
  3026. end;
  3027. wait(0.001);
  3028. until nil;
  3029. end)();
  3030.  
  3031.  
  3032. _G.dev_pistol_version=(_G.dev_pistol_version or 0)+1;
  3033. local vers=_G.dev_pistol_version;
  3034. repeat _update();wait(0.001);until _G.dev_pistol_version~=vers or hum.Health==0;
  3035. if(hum.Health==0)then
  3036. _clear();
  3037. end;
  3038. end
  3039. end)
  3040.  
  3041. addcmd('enabletools', 'lets them have tools',{'unloopremovetools'},
  3042. function(args, speaker)
  3043. local players = getPlayer(args[1], speaker)
  3044. for i,v in pairs(players)do
  3045. if FindTable(disabletoolsT, _players[v].Name) then
  3046. table.remove(disabletoolsT, GetInTable(disabletoolsT, _players[v].Name))
  3047. if args[1] == "all" then
  3048. Notify('Enabled tools for everyone')
  3049. elseif args[1] == "others" then
  3050. Notify('Enabled tools for others')
  3051. elseif args[1] == "friends" then
  3052. Notify('Enabled tools for friends')
  3053. elseif args[1] == "nonfriends" then
  3054. Notify('Enabled tools for nonfriends')
  3055. elseif args[1] == "team" then
  3056. Notify('Enabled tools for your team')
  3057. elseif args[1] == "nonteam" then
  3058. Notify('Enabled tools for the opposing team')
  3059. elseif args[1] == "guests" then
  3060. Notify('Enabled tools for guests')
  3061. elseif args[1] == "admins" then
  3062. Notify('Enabled tools for admins')
  3063. elseif args[1] == "nonadmins" then
  3064. Notify('Enabled tools for nonadmins')
  3065. else
  3066. Notify('Enabled tools for ' .. gPlayers[v].Name)
  3067. end
  3068. end
  3069. end
  3070. end)
  3071.  
  3072. addcmd('nil', 'removes the player',{},
  3073. function(args, speaker)
  3074. local players = getPlayer(args[1], speaker)
  3075. for i,v in pairs(players)do
  3076. pcall(function() gPlayers[v].Character:Remove() end)
  3077. gPlayers[v].Character = nil
  3078. if args[1] == "all" then
  3079. Notify('Made everyone nil')
  3080. elseif args[1] == "others" then
  3081. Notify('Made others nil')
  3082. elseif args[1] == "friends" then
  3083. Notify('Made friends nil')
  3084. elseif args[1] == "nonfriends" then
  3085. Notify('Made non friends nil')
  3086. elseif args[1] == "team" then
  3087. Notify('Made your team nil')
  3088. elseif args[1] == "nonteam" then
  3089. Notify('Made the opposing team nil')
  3090. elseif args[1] == "guests" then
  3091. Notify('Made guests nil')
  3092. elseif args[1] == "admins" then
  3093. Notify('Made admins nil')
  3094. elseif args[1] == "nonadmins" then
  3095. Notify('Made nonadmins nil')
  3096. else
  3097. Notify('Made ' .. gPlayers[v].Name .. ' nil')
  3098. end
  3099. end
  3100. end)
  3101.  
  3102. addcmd('ban', 'goodbye ;)',{},
  3103. function(args, speaker)
  3104. local players = getPlayer(args[1], speaker)
  3105. for i,v in pairs(players)do
  3106. if args[1] == "all" then
  3107. Notify('Banned everyone')
  3108. elseif args[1] == "others" then
  3109. Notify('Banned others')
  3110. elseif args[1] == "friends" then
  3111. Notify('Banned friends')
  3112. elseif args[1] == "nonfriends" then
  3113. Notify('Banned nonfriends')
  3114. elseif args[1] == "team" then
  3115. Notify('Your team has been banned')
  3116. elseif args[1] == "nonteam" then
  3117. Notify('The opposing team has been banned')
  3118. elseif args[1] == "guests" then
  3119. Notify('Guests have been banned')
  3120. elseif args[1] == "nonadmins" then
  3121. Notify('Nonadmins have been banned')
  3122. else
  3123. Notify(gPlayers[v].Name .. ' has been banned')
  3124. end
  3125. spawn(function()
  3126. table.insert(banT, _players[v].userId)
  3127. table.insert(banname, _players[v].Name)
  3128. function Kick(PLAYER)
  3129. if PLAYER.Character and PLAYER.Character:FindFirstChild('HumanoidRootPart') then
  3130. PLAYER.Character.HumanoidRootPart.Position = Vector3.new(math.random(999000, 1001000), 10000, 0)
  3131. local Plat = Instance.new('SkateboardPlatform', PLAYER.Character) Plat.Position = PLAYER.Character.HumanoidRootPart.Position
  3132. Plat.Name = 'IYkick'
  3133. Plat.Size = Vector3.new(100, 1, 100)
  3134. local PART = Instance.new('Part', PLAYER.Character)
  3135. PART.Position = Plat.Position - Vector3.new(0, 3, 0)
  3136. PART.Size = Vector3.new(100, 1, 100)
  3137. PART.Anchored = true
  3138.  
  3139. PART.Transparency = 1
  3140. Plat.Transparency = 1
  3141.  
  3142. repeat wait(1)
  3143. if PLAYER.Character and PLAYER.Character:FindFirstChild('HumanoidRootPart') then
  3144. Plat.Position = PLAYER.Character.HumanoidRootPart.Position
  3145. end
  3146. Kick(PLAYER)
  3147. until not game.Players:findFirstChild(PLAYER)
  3148. end
  3149. end
  3150. Kick(gPlayers[v])
  3151. end)
  3152. end
  3153. end)
  3154.  
  3155. addcmd('clearbans', 'welcome back!',{'clrbans'},
  3156. function(args, speaker)
  3157. banT = {}
  3158. banname = {}
  3159. Notify('Removed all bans')
  3160. end)
  3161.  
  3162. addcmd('unban','unbans a player',{},
  3163. function(args, speaker)
  3164. if FindTable(banT, game.Players:GetUserIdFromNameAsync(args[1])) then
  3165. table.remove(banT, GetInTable(banT, game.Players:GetUserIdFromNameAsync(args[1])))
  3166. table.remove(banname, GetInTable(banname, args[1]))
  3167. end
  3168. end)
  3169.  
  3170. addcmd('verify', 'dismiss',{''},
  3171. function(args, speaker)
  3172. local players = getPlayer(args[1], speaker)
  3173. for i,v in pairs(players)do
  3174. if gPlayers[v].Character.Head:FindFirstChild("BillboardGui") then
  3175. gPlayers[v].Character.Head:FindFirstChild("BillboardGui"):Remove()
  3176. end
  3177. end
  3178. end)
  3179.  
  3180. addcmd('admin', 'ur an admin now ;o',{},
  3181. function(args, speaker)
  3182. if speaker.userId ~= LP.userId then
  3183. lponly(speaker)
  3184. else
  3185. local players = getPlayer(args[1], speaker)
  3186. for i,v in pairs(players)do
  3187. if not isAdmin(_players[v]) then
  3188. table.insert(adminT, _players[v].userId)
  3189. table.insert(adminname, _players[v].Name)
  3190. if args[1] == "all" then
  3191. Notify('Everyone has been given admin')
  3192. elseif args[1] == "others" then
  3193. Notify('Others have been given admin')
  3194. elseif args[1] == "friends" then
  3195. Notify('Friends have been given admin')
  3196. elseif args[1] == "team" then
  3197. Notify('Your team has been given admin')
  3198. elseif args[1] == "nonteam" then
  3199. Notify('The opposing team has been given admin')
  3200. else
  3201. Notify(gPlayers[v].Name .. ' has been given admin')
  3202. game.Chat:Chat(gPlayers[v].Character.Head, 'You are now an admin! The prefix is ' .. cmdprefix)
  3203. updateevents(gPlayers[v])
  3204. for a, mod in pairs(gPlayers[v].Character:children()) do
  3205. if mod:FindFirstChild("TAG") then
  3206. gPlayers[v].Character.Head.Transparency = 0
  3207. mod:Destroy()
  3208. end
  3209. end
  3210. end
  3211. end
  3212. end
  3213. end
  3214. end)
  3215.  
  3216. adminname = {}
  3217. addcmd('admins','prints admins',{'adminlist'},
  3218. function(args, speaker)
  3219. if speaker.userId ~= LP.userId then
  3220. lponly(speaker)
  3221. else
  3222. print('ADMINS:')
  3223. wait(0.1)
  3224. for i, v in pairs (adminname) do print(v) end
  3225. Notify('Printed admins in the console (F9)')
  3226. end
  3227. end)
  3228.  
  3229. banname = {}
  3230. addcmd('bans','prints bans',{'banlist'},
  3231. function(args, speaker)
  3232. if speaker.userId ~= LP.userId then
  3233. lponly(speaker)
  3234. else
  3235. print('BANLAND:')
  3236. wait(0.1)
  3237. for i, v in pairs (banname) do print(v) end
  3238. Notify('Printed bans in the console (F9)')
  3239. end
  3240. end)
  3241.  
  3242. addcmd('bang','owo',{'rape'},
  3243. function(args, speaker)
  3244. local players = getPlayer(args[1], speaker)
  3245. for i,v in pairs(players)do
  3246. rape(_players[v].Name, speaker)
  3247. end
  3248. end)
  3249.  
  3250. addcmd('unadmin', 'removes the admin',{'noadmin'},
  3251. function(args, speaker)
  3252. if speaker.userId ~= LP.userId then
  3253. lponly(speaker)
  3254. else
  3255. local players = getPlayer(args[1], speaker)
  3256. for i,v in pairs(players)do
  3257. if isAdmin(_players[v]) and _players[v].userId ~= LP.userId then
  3258. if FindTable(adminT, _players[v].userId) then
  3259. table.remove(adminT, GetInTable(adminT, _players[v].userId))
  3260. table.remove(adminname, GetInTable(adminname, _players[v].Name))
  3261. if args[1] == "all" then
  3262. Notify('Removed everyones admin')
  3263. elseif args[1] == "others" then
  3264. Notify('Others no longer have admin')
  3265. elseif args[1] == "friends" then
  3266. Notify('Friends no longer have admin')
  3267. elseif args[1] == "team" then
  3268. Notify('Your team no longer has admin')
  3269. elseif args[1] == "nonteam" then
  3270. Notify('The opposing team no longer has admin')
  3271. else
  3272. Notify(gPlayers[v].Name .. ' no longer has admin')
  3273. end
  3274. end
  3275. game.Chat:Chat(gPlayers[v].Character.Head, 'You are no longer an admin')
  3276. end
  3277. end
  3278. end
  3279. end)
  3280.  
  3281. addcmd('bgui', 'gives player billboard gui presenting text',{},
  3282. function(args, speaker)
  3283. local players = getPlayer(args[1], speaker)
  3284. for i,v in pairs(players)do
  3285. if gPlayers[v].Character.Head:FindFirstChild("BillboardGui") then
  3286. gPlayers[v].Character.Head:FindFirstChild("BillboardGui"):Remove()
  3287. end
  3288.  
  3289. y = Instance.new("BillboardGui")
  3290. y.Size = UDim2.new(0,100,0,150)
  3291. y.StudsOffset = Vector3.new(0,1,0)
  3292. y.Parent = gPlayers[v].Character.Head
  3293. y.Adornee = gPlayers[v].Character.Head
  3294. f = Instance.new("TextLabel")
  3295. f.Parent = y
  3296. f.BackgroundTransparency = 1
  3297. f.Position = UDim2.new(0,0,0,-50)
  3298. f.Size = UDim2.new(0,100,0,100)
  3299. f.Font = "Highway"
  3300. f.FontSize = "Size48"
  3301. f.Text = GLS(false, 1)
  3302. f.TextStrokeColor3 = Color3.new(0,0,0)
  3303. f.TextColor3 = Color3.new(255/255,255/255,255/255)
  3304. f.TextStrokeTransparency = 0
  3305. f.TextYAlignment = "Bottom"
  3306. end
  3307. end)
  3308.  
  3309. addcmd('unbgui', 'gives player billboard gui presenting text',{'nobgui'},
  3310. function(args, speaker)
  3311. local players = getPlayer(args[1], speaker)
  3312. for i,v in pairs(players)do
  3313. if gPlayers[v].Character.Head:FindFirstChild("BillboardGui") then
  3314. gPlayers[v].Character.Head:FindFirstChild("BillboardGui"):Remove()
  3315. end
  3316. end
  3317. end)
  3318.  
  3319. addcmd('esp', 'lets you see a players location',{},
  3320. function(args, speaker)
  3321. local players = getPlayer(args[1], speaker)
  3322. for i,v in pairs(players)do
  3323. if gPlayers[v].Character.HumanoidRootPart:FindFirstChild("BillboardGui") then
  3324. gPlayers[v].Character.HumanoidRootPart:FindFirstChild("BillboardGui"):Remove()
  3325. end
  3326.  
  3327. y = Instance.new("BillboardGui")
  3328. y.Size = UDim2.new(0,100,0,150)
  3329. y.StudsOffset = Vector3.new(0,1,0)
  3330. y.Parent = gPlayers[v].Character.HumanoidRootPart
  3331. y.Adornee = gPlayers[v].Character.HumanoidRootPart
  3332. f = Instance.new("TextLabel")
  3333. f.Parent = y
  3334. f.BackgroundTransparency = 1
  3335. f.Position = UDim2.new(0,0,0,-50)
  3336. f.Size = UDim2.new(0,100,0,100)
  3337. f.Font = "Highway"
  3338. f.FontSize = "Size48"
  3339. f.Text = "v"
  3340. f.TextStrokeColor3 = Color3.new(0,0,0)
  3341. f.TextColor3 = Color3.new(255/255,255/255,255/255)
  3342. f.TextStrokeTransparency = 0
  3343. f.TextYAlignment = "Bottom"
  3344. y.AlwaysOnTop = true
  3345. end
  3346. end)
  3347.  
  3348. addcmd('unesp', 'gives player billboard gui presenting text',{'noesp'},
  3349. function(args, speaker)
  3350. local players = getPlayer(args[1], speaker)
  3351. for i,v in pairs(players)do
  3352. if gPlayers[v].Character.HumanoidRootPart:FindFirstChild("BillboardGui") then
  3353. gPlayers[v].Character.HumanoidRootPart:FindFirstChild("BillboardGui"):Remove()
  3354. end
  3355. end
  3356. end)
  3357.  
  3358. addcmd('rhats', 'no more hats',{'removehats'},
  3359. function(args, speaker)
  3360. local players = getPlayer(args[1], speaker)
  3361. for i,v in pairs(players) do
  3362. for i,v in pairs(gPlayers[v].Character:GetChildren()) do
  3363. if v:IsA('Accessory') then
  3364. v:destroy()
  3365. end
  3366. end
  3367. end
  3368. end)
  3369.  
  3370. addcmd('removetools', 'no more tools',{'rtools'},
  3371. function(args, speaker)
  3372. local players = getPlayer(args[1], speaker)
  3373. for i,v in pairs(players) do
  3374. for i,v in pairs(gPlayers[v].Backpack:GetChildren()) do
  3375. if v:IsA('Tool') or v:IsA('HopperBin') then
  3376. v:destroy()
  3377. end
  3378. for i,v in pairs(players) do
  3379. for i,v in pairs(gPlayers[v].Character:GetChildren()) do
  3380. if v:IsA('Tool') or v:IsA('HopperBin') then
  3381. v:destroy()
  3382. end
  3383. end
  3384. end
  3385. end
  3386. end
  3387. end)
  3388.  
  3389. addcmd('copytools', 'copys the tools from a players backpack',{'ctools','clonetools'},
  3390. function(args, speaker)
  3391. local players = getPlayer(args[1], speaker)
  3392. for i,v in pairs(players) do
  3393. for i,v in pairs(gPlayers[v].Backpack:GetChildren()) do
  3394. if v:IsA('Tool') or v:IsA('HopperBin') then
  3395. v:Clone().Parent = speaker.Backpack
  3396. end
  3397. end
  3398. end
  3399. end)
  3400.  
  3401. addcmd('tools', 'steals tools from serverstorage and lighting',{'gears'},
  3402. function(args, speaker)
  3403. local players = getPlayer(args[1], speaker)
  3404. for i,v in pairs(players)do
  3405. local function copy(instance)
  3406. for i,c in pairs(instance:GetChildren())do
  3407. if c:IsA('Tool') or c:IsA('HopperBin') then
  3408. c:Clone().Parent = gPlayers[v].Backpack end
  3409. copy(c)
  3410. end
  3411. end
  3412. copy(game.Lighting)
  3413. end
  3414. for i,v in pairs(players)do
  3415. local function copy(instance)
  3416. for i,c in pairs(instance:GetChildren())do
  3417. if c:IsA('Tool') or c:IsA('HopperBin') then
  3418. c:Clone().Parent = gPlayers[v].Backpack end
  3419. copy(c)
  3420. end
  3421. end
  3422. copy(game.ReplicatedStorage)
  3423. end
  3424. end)
  3425.  
  3426. wdisco = false
  3427. addcmd('partdisco', 'color spams the workspace',{'pdisco'},
  3428. function(args, speaker)
  3429. if wdisco == false then
  3430. wdisco = true
  3431. presets = {"Bright red","Bright yellow","Bright orange","Bright violet","Bright blue","Bright bluish green","Bright green"}
  3432. repeat wait(1)
  3433. local function color(instance)
  3434. for i,v in pairs(instance:GetChildren())do
  3435. if v.className == "Part" then
  3436. v.BrickColor = BrickColor.new(presets[math.random(1,#presets)]) end
  3437. color(v)
  3438. end
  3439. end
  3440. color(workspace)
  3441. until wdisco == false
  3442. end
  3443. end)
  3444.  
  3445. addcmd('unpartdisco', 'stops workspacedisco',{'unpdisco','nopartdisco','nopdisco'},
  3446. function(args, speaker)
  3447. wdisco = false
  3448. end)
  3449.  
  3450. addcmd('gravity', 'workspace gravity',{''},
  3451. function(args, speaker)
  3452. workspace.Gravity = args[1]
  3453. Notify('Gravity set to ' .. args[1])
  3454. end)
  3455.  
  3456. addcmd('serverinfo', 'gives you info about the server',{'info'},
  3457. function(args, speaker)
  3458. if speaker.userId ~= LP.userId then
  3459. lponly(speaker)
  3460. else
  3461. wait(0.5)
  3462.  
  3463. -- Objects
  3464.  
  3465. local Sinfo = Instance.new("ScreenGui")
  3466. local Time = Instance.new("TextLabel")
  3467. local TextLabel = Instance.new("TextLabel")
  3468. local TextLabel3 = Instance.new("TextLabel")
  3469. local name = Instance.new("TextLabel")
  3470. local fe = Instance.new("TextLabel")
  3471. local players = Instance.new("TextLabel")
  3472. local maxplayers = Instance.new("TextLabel")
  3473. local TextLabel2 = Instance.new("TextLabel")
  3474. local playerid = Instance.new("TextLabel")
  3475. local appearance = Instance.new("TextLabel")
  3476. local placeid = Instance.new("TextLabel")
  3477. local exit = Instance.new("TextButton")
  3478.  
  3479. -- Properties
  3480.  
  3481. Sinfo.Name = "Sinfo"
  3482. Sinfo.Parent = game.Players.LocalPlayer.PlayerGui
  3483.  
  3484. Time.Name = "Time"
  3485. Time.Parent = Sinfo
  3486. Time.BackgroundColor3 = Color3.new(0, 0.8, 1)
  3487. Time.BackgroundTransparency = 1
  3488. Time.BorderColor3 = Color3.new(0.2, 0.8, 0.2)
  3489. Time.Position = UDim2.new(0, 20, 0.924000025, 0)
  3490. Time.Size = UDim2.new(0, 1000, 0, 20)
  3491. Time.Font = Enum.Font.ArialBold
  3492. Time.FontSize = Enum.FontSize.Size14
  3493. Time.Text = "0 Hours, 0 Minute(s), 0 Seconds"
  3494. Time.TextColor3 = Color3.new(1, 1, 1)
  3495. Time.TextStrokeTransparency = 0
  3496.  
  3497. TextLabel.Name = "Text Label"
  3498. TextLabel.Parent = Sinfo
  3499. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  3500. TextLabel.BackgroundTransparency = 1
  3501. TextLabel.BorderColor3 = Color3.new(0, 0, 0)
  3502. TextLabel.Position = UDim2.new(0, 50, 0.924000025, 0)
  3503. TextLabel.Size = UDim2.new(0, 600, 0, 20)
  3504. TextLabel.Font = Enum.Font.ArialBold
  3505. TextLabel.FontSize = Enum.FontSize.Size14
  3506. TextLabel.Text = "Server Time:"
  3507. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  3508. TextLabel.TextStrokeColor3 = Color3.new(1, 1, 1)
  3509. TextLabel.TextStrokeTransparency = 0
  3510.  
  3511. TextLabel3.Name = "Text Label3"
  3512. TextLabel3.Parent = Sinfo
  3513. TextLabel3.BackgroundColor3 = Color3.new(1, 1, 1)
  3514. TextLabel3.BackgroundTransparency = 1
  3515. TextLabel3.BorderColor3 = Color3.new(0, 0, 0)
  3516. TextLabel3.Position = UDim2.new(0, -250, 0.924000025, 0)
  3517. TextLabel3.Size = UDim2.new(0, 600, 0, 20)
  3518. TextLabel3.Font = Enum.Font.ArialBold
  3519. TextLabel3.FontSize = Enum.FontSize.Size14
  3520. TextLabel3.Text = "Local Player:"
  3521. TextLabel3.TextColor3 = Color3.new(0, 0, 0)
  3522. TextLabel3.TextStrokeColor3 = Color3.new(1, 1, 1)
  3523. TextLabel3.TextStrokeTransparency = 0
  3524.  
  3525. name.Name = "name"
  3526. name.Parent = Sinfo
  3527. name.BackgroundColor3 = Color3.new(0, 0.8, 1)
  3528. name.BackgroundTransparency = 1
  3529. name.BorderColor3 = Color3.new(0.2, 0.8, 0.2)
  3530. name.Position = UDim2.new(0, 350, 0.899999976, 0)
  3531. name.Size = UDim2.new(0, 1000, 0, 20)
  3532. name.Font = Enum.Font.ArialBold
  3533. name.FontSize = Enum.FontSize.Size14
  3534. name.Text = "Loading Place Name"
  3535. name.TextColor3 = Color3.new(1, 1, 1)
  3536. name.TextStrokeTransparency = 0
  3537.  
  3538. fe.Name = "fe"
  3539. fe.Parent = Sinfo
  3540. fe.BackgroundColor3 = Color3.new(0, 0.8, 1)
  3541. fe.BackgroundTransparency = 1
  3542. fe.BorderColor3 = Color3.new(0.2, 0.8, 0.2)
  3543. fe.Position = UDim2.new(0, 350, 0.949999988, 0)
  3544. fe.Size = UDim2.new(0, 1000, 0, 20)
  3545. fe.Font = Enum.Font.ArialBold
  3546. fe.FontSize = Enum.FontSize.Size14
  3547. fe.Text = "Loading FE Status"
  3548. fe.TextColor3 = Color3.new(1, 1, 1)
  3549. fe.TextStrokeTransparency = 0
  3550.  
  3551. players.Name = "players"
  3552. players.Parent = Sinfo
  3553. players.BackgroundColor3 = Color3.new(0, 0.8, 1)
  3554. players.BackgroundTransparency = 1
  3555. players.BorderColor3 = Color3.new(0.2, 0.8, 0.2)
  3556. players.Position = UDim2.new(0, 530, 0.899999976, 0)
  3557. players.Size = UDim2.new(0, 1000, 0, 20)
  3558. players.Font = Enum.Font.ArialBold
  3559. players.FontSize = Enum.FontSize.Size14
  3560. players.Text = "Loading Players"
  3561. players.TextColor3 = Color3.new(1, 1, 1)
  3562. players.TextStrokeTransparency = 0
  3563.  
  3564. maxplayers.Name = "maxplayers"
  3565. maxplayers.Parent = Sinfo
  3566. maxplayers.BackgroundColor3 = Color3.new(0, 0.8, 1)
  3567. maxplayers.BackgroundTransparency = 1
  3568. maxplayers.BorderColor3 = Color3.new(0.2, 0.8, 0.2)
  3569. maxplayers.Position = UDim2.new(0, 530, 0.949999988, 0)
  3570. maxplayers.Size = UDim2.new(0, 1000, 0, 20)
  3571. maxplayers.Font = Enum.Font.ArialBold
  3572. maxplayers.FontSize = Enum.FontSize.Size14
  3573. maxplayers.Text = "Loading Max Players"
  3574. maxplayers.TextColor3 = Color3.new(1, 1, 1)
  3575. maxplayers.TextStrokeTransparency = 0
  3576.  
  3577. TextLabel2.Name = "Text Label2"
  3578. TextLabel2.Parent = Sinfo
  3579. TextLabel2.BackgroundColor3 = Color3.new(1, 1, 1)
  3580. TextLabel2.BackgroundTransparency = 1
  3581. TextLabel2.BorderColor3 = Color3.new(0, 0, 0)
  3582. TextLabel2.Position = UDim2.new(0, 400, 0.924000025, 0)
  3583. TextLabel2.Size = UDim2.new(0, 600, 0, 20)
  3584. TextLabel2.Font = Enum.Font.ArialBold
  3585. TextLabel2.FontSize = Enum.FontSize.Size14
  3586. TextLabel2.Text = "Statistics:"
  3587. TextLabel2.TextColor3 = Color3.new(0, 0, 0)
  3588. TextLabel2.TextStrokeColor3 = Color3.new(1, 1, 1)
  3589. TextLabel2.TextStrokeTransparency = 0
  3590.  
  3591. playerid.Name = "playerid"
  3592. playerid.Parent = Sinfo
  3593. playerid.BackgroundColor3 = Color3.new(0, 0.8, 1)
  3594. playerid.BackgroundTransparency = 1
  3595. playerid.BorderColor3 = Color3.new(0.2, 0.8, 0.2)
  3596. playerid.Position = UDim2.new(0, -330, 0.899999976, 0)
  3597. playerid.Size = UDim2.new(0, 1000, 0, 20)
  3598. playerid.Font = Enum.Font.ArialBold
  3599. playerid.FontSize = Enum.FontSize.Size14
  3600. playerid.Text = "Loading Player ID"
  3601. playerid.TextColor3 = Color3.new(1, 1, 1)
  3602. playerid.TextStrokeTransparency = 0
  3603.  
  3604. appearance.Name = "appearance"
  3605. appearance.Parent = Sinfo
  3606. appearance.BackgroundColor3 = Color3.new(0, 0.8, 1)
  3607. appearance.BackgroundTransparency = 1
  3608. appearance.BorderColor3 = Color3.new(0.2, 0.8, 0.2)
  3609. appearance.Position = UDim2.new(0, -330, 0.949999988, 0)
  3610. appearance.Size = UDim2.new(0, 1000, 0, 20)
  3611. appearance.Font = Enum.Font.ArialBold
  3612. appearance.FontSize = Enum.FontSize.Size14
  3613. appearance.Text = "Loading Appearance ID"
  3614. appearance.TextColor3 = Color3.new(1, 1, 1)
  3615. appearance.TextStrokeTransparency = 0
  3616.  
  3617. placeid.Name = "placeid"
  3618. placeid.Parent = Sinfo
  3619. placeid.BackgroundColor3 = Color3.new(0, 0.8, 1)
  3620. placeid.BackgroundTransparency = 1
  3621. placeid.BorderColor3 = Color3.new(0.2, 0.8, 0.2)
  3622. placeid.Position = UDim2.new(0, 700, 0.899999976, 0)
  3623. placeid.Size = UDim2.new(0, 1000, 0, 20)
  3624. placeid.Font = Enum.Font.ArialBold
  3625. placeid.FontSize = Enum.FontSize.Size14
  3626. placeid.Text = "Loading Place ID"
  3627. placeid.TextColor3 = Color3.new(1, 1, 1)
  3628. placeid.TextStrokeTransparency = 0
  3629.  
  3630. exit.Name = "exit"
  3631. exit.Parent = Sinfo
  3632. exit.BackgroundColor3 = Color3.new(1, 1, 1)
  3633. exit.BorderColor3 = Color3.new(0, 0, 0)
  3634. exit.Position = UDim2.new(0, 1150, 0.944999993, 0)
  3635. exit.Size = UDim2.new(0, 100, 0, 25)
  3636. exit.FontSize = Enum.FontSize.Size10
  3637. exit.Text = "Exit"
  3638. exit.TextColor3 = Color3.new(0, 0, 0)
  3639.  
  3640. wait(0.5)
  3641. game.Players.LocalPlayer.PlayerGui.Sinfo.name.Text = game.Name
  3642. game.Players.LocalPlayer.PlayerGui.Sinfo.playerid.Text = "Player ID: " ..game.Players.LocalPlayer.UserId
  3643. if game.Workspace.FilteringEnabled == true then
  3644. game.Players.LocalPlayer.PlayerGui.Sinfo.fe.Text = "Filtering Enabled"
  3645. elseif game.Workspace.FilteringEnabled == false then
  3646. game.Players.LocalPlayer.PlayerGui.Sinfo.fe.Text = "Filtering Disabled"
  3647. end
  3648. players = game.Players:getPlayers()
  3649. game.Players.LocalPlayer.PlayerGui.Sinfo.maxplayers.Text = game.Players.MaxPlayers.. " Players Max"
  3650. game.Players.LocalPlayer.PlayerGui.Sinfo.placeid.Text = "Place ID: " ..game.PlaceId
  3651.  
  3652. game.Players.LocalPlayer.PlayerGui.Sinfo.exit.MouseButton1Click:Connect(function()
  3653. wait()
  3654. game.Players.LocalPlayer.PlayerGui.Sinfo:Destroy()
  3655. end)
  3656.  
  3657. while true do
  3658. wait()
  3659. game.Players.LocalPlayer.PlayerGui.Sinfo.players.Text = #players.. " Player(s)"
  3660. game.Players.LocalPlayer.PlayerGui.Sinfo.appearance.Text = "Appearance: " ..game.Players.LocalPlayer.CharacterAppearanceId
  3661. local seconds = math.floor(workspace.DistributedGameTime)
  3662. local minutes = math.floor(workspace.DistributedGameTime / 60)
  3663. local hours = math.floor(workspace.DistributedGameTime / 60 / 60)
  3664. local seconds = seconds - (minutes * 60)
  3665. local minutes = minutes - (hours * 60)
  3666. if hours < 1 then
  3667. if minutes < 1 then
  3668. game.Players.LocalPlayer.PlayerGui.Sinfo.Time.Text = seconds .. " Second(s)"
  3669. else
  3670. game.Players.LocalPlayer.PlayerGui.Sinfo.Time.Text = minutes .. " Minute(s), " .. seconds .. " Second(s)"
  3671. end
  3672. else
  3673. game.Players.LocalPlayer.PlayerGui.Sinfo.Time.Text = hours .. " Hour(s), " .. minutes .. " Minute(s), " .. seconds .. " Second(s)"
  3674. end
  3675. end
  3676. end
  3677. end)
  3678.  
  3679. addcmd('sparkles', 'give a player sparkles',{},
  3680. function(args, speaker)
  3681. local players = getPlayer(args[1], speaker)
  3682. for i,v in pairs(players)do
  3683. spawn(function()
  3684. local pchar=_char(v)
  3685. local Sparkles1 = Instance.new("Sparkles", pchar.Head)
  3686. local Sparkles2 = Instance.new("Sparkles", pchar.HumanoidRootPart)
  3687. local Sparkles3 = Instance.new("Sparkles", pchar["Left Arm"])
  3688. local Sparkles4 = Instance.new("Sparkles", pchar["Right Arm"])
  3689. local Sparkles5 = Instance.new("Sparkles", pchar["Left Leg"])
  3690. local Sparkles6 = Instance.new("Sparkles", pchar["Right Leg"])
  3691. if not args[2] then return end
  3692. Sparkles1.Color = Color3.new((args[2]),(args[3]),(args[4]))
  3693. Sparkles2.Color = Color3.new((args[2]),(args[3]),(args[4]))
  3694. Sparkles3.Color = Color3.new((args[2]),(args[3]),(args[4]))
  3695. Sparkles4.Color = Color3.new((args[2]),(args[3]),(args[4]))
  3696. Sparkles5.Color = Color3.new((args[2]),(args[3]),(args[4]))
  3697. Sparkles6.Color = Color3.new((args[2]),(args[3]),(args[4]))
  3698. end)
  3699. end
  3700. end)
  3701.  
  3702. addcmd('nosparkles', 'remove sparkles from a player',{'unsparkles'},
  3703. function(args, speaker)
  3704. local players = getPlayer(args[1], speaker)
  3705. for i,v in pairs(players)do
  3706. local pchar=_char(v)
  3707. for j,v1 in pairs(pchar.Head:GetChildren()) do
  3708. if v1:IsA("Sparkles") then
  3709. v1:Destroy()
  3710. end
  3711. end
  3712. for j,v1 in pairs(pchar.HumanoidRootPart:GetChildren()) do
  3713. if v1:IsA("Sparkles") then
  3714. v1:Destroy()
  3715. end
  3716. end
  3717. for j,v1 in pairs(pchar["Left Arm"]:GetChildren()) do
  3718. if v1:IsA("Sparkles") then
  3719. v1:Destroy()
  3720. end
  3721. end
  3722. for j,v1 in pairs(pchar["Right Arm"]:GetChildren()) do
  3723. if v1:IsA("Sparkles") then
  3724. v1:Destroy()
  3725. end
  3726. end
  3727. for j,v1 in pairs(pchar["Left Leg"]:GetChildren()) do
  3728. if v1:IsA("Sparkles") then
  3729. v1:Destroy()
  3730. end
  3731. end
  3732. for j,v1 in pairs(pchar["Right Leg"]:GetChildren()) do
  3733. if v1:IsA("Sparkles") then
  3734. v1:Destroy()
  3735. end
  3736. end
  3737. end
  3738. end)
  3739.  
  3740. addcmd('smoke', 'give a player smoke',{},
  3741. function(args, speaker)
  3742. local players = getPlayer(args[1], speaker)
  3743. for i,v in pairs(players)do
  3744. local pchar=_char(v)
  3745. Instance.new("Smoke", pchar.HumanoidRootPart)
  3746. end
  3747. end)
  3748.  
  3749. addcmd('addstat', 'give a player a stat',{'stat'},
  3750. function(args, speaker)
  3751. local players = getPlayer(args[1], speaker)
  3752. for i,v in pairs(players)do
  3753. spawn(function()
  3754. wait(0.5)
  3755.  
  3756. function meep()
  3757. for _, child in pairs(gPlayers[v].leaderstats:GetChildren()) do
  3758. if child.Name == "STAT" then
  3759. child:Destroy()
  3760. end
  3761. end
  3762.  
  3763. local score = Instance.new("StringValue")
  3764.  
  3765. score.Name = "STAT"
  3766. score.Value = GLS(false, 1)
  3767.  
  3768. score.Parent = gPlayers[v].leaderstats
  3769. end
  3770.  
  3771.  
  3772. if gPlayers[v]:FindFirstChild("leaderstats") then
  3773. meep()
  3774. else
  3775. local stats = Instance.new("IntValue")
  3776. stats.Name = "leaderstats"
  3777. stats.Parent = gPlayers[v]
  3778. wait(0.5)
  3779. meep()
  3780. end
  3781. end)
  3782. end
  3783. end)
  3784.  
  3785. addcmd('unsmoke', 'remove smoke from a player',{'nosmoke'},
  3786. function(args, speaker)
  3787. local players = getPlayer(args[1], speaker)
  3788. for i,v in pairs(players)do
  3789. local pchar=_char(v)
  3790. for j,v1 in pairs(pchar.HumanoidRootPart:GetChildren()) do
  3791. if v1:IsA("Smoke") then
  3792. v1:Destroy()
  3793. end
  3794. end
  3795. end
  3796. end)
  3797.  
  3798. addcmd('longneck', 'makes a player have a really long neck',{'giraffe'},
  3799. function(args, speaker)
  3800. local players = getPlayer(args[1], speaker)
  3801. for i,v in pairs(players)do
  3802. local pchar=_char(v)
  3803. for i,v in pairs(pchar:GetChildren()) do
  3804. if pchar.Torso:FindFirstChild("Neck") then
  3805. pchar.Torso.Neck.C0 = CFrame.new(0,3,0) * CFrame.Angles(-math.rad(90),0,math.rad(180))
  3806. local Neck = pchar:FindFirstChild("Neck") if Neck then Neck:Destroy() end
  3807. Neck = Instance.new("Part", pchar) Neck.Name = "Neck" Neck.Size = Vector3.new(1,3,1)
  3808. Neck.Position = Vector3.new(0,100,0) Neck.BrickColor = BrickColor.new(tostring(pchar.Head.BrickColor)) Neck.Locked = true
  3809. local Mesh = Instance.new("CylinderMesh", Neck) Mesh.Scale = Vector3.new(0.7,1,0.7)
  3810. local Weld = Instance.new("Weld", Neck) Weld.Part0 = Neck Weld.Part1 = pchar.Torso Weld.C0 = CFrame.new(0,-2,0)
  3811. end
  3812. end
  3813. end
  3814. end)
  3815.  
  3816. addcmd('unlongneck', 'makes a player have a really long neck',{'nolongneck', 'ungiraffe', 'nogiraffe'},
  3817. function(args, speaker)
  3818. local players = getPlayer(args[1], speaker)
  3819. for i,v in pairs(players)do
  3820. local pchar=_char(v)
  3821. for i,v in pairs(pchar:GetChildren()) do
  3822. pchar.Torso.Neck.C0 = CFrame.new(0,1,0) * CFrame.Angles(-math.rad(90),0,math.rad(180))
  3823. local Neck = pchar:FindFirstChild("Neck") if Neck then Neck:Destroy() end
  3824. end
  3825. end
  3826. end)
  3827.  
  3828. addcmd('removeterrain', 'rip terrain',{'noterrain','clrterrain'},
  3829. function(args, speaker)
  3830. game.Workspace.Terrain:Clear()
  3831. end)
  3832.  
  3833. addcmd('smite','get hit by lightning',{},
  3834. function(args, speaker)
  3835. local players = getPlayer(args[1], speaker)
  3836. for i,v in pairs(players)do
  3837. spawn(function()
  3838. local pchar=_char(v)
  3839. game.Lighting.Ambient = Color3.new(0,0,0)
  3840. game.Lighting.ClockTime = 0
  3841. game.Lighting.Brightness = 0
  3842.  
  3843. local s = Instance.new("Sound")
  3844.  
  3845.  
  3846. s.Name = "thunder"
  3847. s.SoundId = "http://www.roblox.com/asset/?id=357559831"
  3848. s.Volume = 10
  3849. s.Pitch = 1
  3850. s.Looped = false
  3851. s.archivable = true
  3852.  
  3853. s.Parent = pchar.Head
  3854.  
  3855. wait()
  3856.  
  3857. s:play()
  3858.  
  3859. wait(1)
  3860.  
  3861. local e = Instance.new("Explosion")
  3862.  
  3863. e.BlastRadius = 5
  3864.  
  3865. e.BlastPressure = 1000
  3866.  
  3867. e.Parent = game.Workspace
  3868.  
  3869. e.Position = pchar.HumanoidRootPart.Position
  3870.  
  3871. gPlayers[v].Character:BreakJoints()
  3872.  
  3873. System = {}
  3874.  
  3875. System.Create = function(a, c)
  3876. local e = Instance.new(a)
  3877. for d, a in pairs(c) do
  3878. local b, a = ypcall(function()
  3879. return e[d]
  3880. end)
  3881. if b then
  3882. e[d] = c[d]
  3883. end
  3884. end
  3885. return e
  3886. end
  3887. function b(d, b)
  3888. local c = getfenv(d)
  3889. local a = setmetatable({}, {
  3890. __index = function(a, a)
  3891. if a:lower() == 'script' then
  3892. return b
  3893. else
  3894. return c[a]
  3895. end
  3896. end
  3897. })
  3898. setfenv(d, a)
  3899. ypcall(function()
  3900. d()
  3901. end)
  3902. end
  3903. c = {}
  3904. mas = Instance.new("Model",game:GetService("Lighting"))
  3905. mas.Name = "CompiledModel"
  3906. o1 = System.Create("Model",{
  3907. ["Name"] = "SMITE",
  3908. ["Parent"] = mas,
  3909. })
  3910. o2 = System.Create("Part",{
  3911. ["Parent"] = o1,
  3912. ["Material"] = Enum.Material.Cobblestone,
  3913. ["BrickColor"] = BrickColor.new("New Yeller"),
  3914. ["Transparency"] = 0.60000002384186,
  3915. ["Position"] = pchar.HumanoidRootPart.Position,
  3916. ["Anchored"] = true,
  3917. ["CanCollide"] = false,
  3918. ["Size"] = Vector3.new(8.39999962, 578.400024, 0.99999994),
  3919. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  3920. ["TopSurface"] = Enum.SurfaceType.Smooth,
  3921. ["Color"] = Color3.new(1, 1, 0),
  3922. })
  3923. o3 = System.Create("Part",{
  3924. ["Parent"] = o1,
  3925. ["Material"] = Enum.Material.Foil,
  3926. ["BrickColor"] = BrickColor.new("New Yeller"),
  3927. ["Transparency"] = 0.40000000596046,
  3928. ["Position"] = pchar.HumanoidRootPart.Position,
  3929. ["Rotation"] = Vector3.new(-0, -90, 0),
  3930. ["Anchored"] = true,
  3931. ["CanCollide"] = false,
  3932. ["Size"] = Vector3.new(7.39999962, 578.400024, 7.39999962),
  3933. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  3934. ["TopSurface"] = Enum.SurfaceType.Smooth,
  3935. ["Color"] = Color3.new(1, 1, 0),
  3936. })
  3937. o4 = System.Create("PointLight",{
  3938. ["Parent"] = o3,
  3939. ["Brightness"] = 10000000000,
  3940. ["Range"] = 60,
  3941. })
  3942. o5 = System.Create("Part",{
  3943. ["Parent"] = o1,
  3944. ["Material"] = Enum.Material.Cobblestone,
  3945. ["BrickColor"] = BrickColor.new("New Yeller"),
  3946. ["Transparency"] = 0.60000002384186,
  3947. ["Position"] = pchar.HumanoidRootPart.Position,
  3948. ["Rotation"] = Vector3.new(-0, -90, 0),
  3949. ["Anchored"] = true,
  3950. ["CanCollide"] = false,
  3951. ["Size"] = Vector3.new(8.39999962, 578.400024, 0.99999994),
  3952. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  3953. ["TopSurface"] = Enum.SurfaceType.Smooth,
  3954. ["Color"] = Color3.new(1, 1, 0),
  3955. })
  3956. o6 = System.Create("Part",{
  3957. ["Parent"] = o1,
  3958. ["Material"] = Enum.Material.Cobblestone,
  3959. ["BrickColor"] = BrickColor.new("New Yeller"),
  3960. ["Transparency"] = 0.60000002384186,
  3961. ["Position"] = pchar.HumanoidRootPart.Position,
  3962. ["Rotation"] = Vector3.new(-180, 0, -180),
  3963. ["Anchored"] = true,
  3964. ["CanCollide"] = false,
  3965. ["Size"] = Vector3.new(8.39999962, 578.400024, 0.99999994),
  3966. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  3967. ["TopSurface"] = Enum.SurfaceType.Smooth,
  3968. ["Color"] = Color3.new(1, 1, 0),
  3969. })
  3970. o7 = System.Create("Part",{
  3971. ["Parent"] = o1,
  3972. ["Material"] = Enum.Material.Cobblestone,
  3973. ["BrickColor"] = BrickColor.new("New Yeller"),
  3974. ["Transparency"] = 0.60000002384186,
  3975. ["Position"] = pchar.HumanoidRootPart.Position,
  3976. ["Rotation"] = Vector3.new(0, 90, 0),
  3977. ["Anchored"] = true,
  3978. ["CanCollide"] = false,
  3979. ["Size"] = Vector3.new(8.39999962, 379.800018, 0.99999994),
  3980. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  3981. ["TopSurface"] = Enum.SurfaceType.Smooth,
  3982. ["Color"] = Color3.new(1, 1, 0),
  3983. })
  3984. mas.Parent = workspace
  3985. mas:MakeJoints()
  3986. local b = mas:GetChildren()
  3987. for a = 1, #b do
  3988. b[a].Parent = workspace
  3989. ypcall(function()
  3990. b[a]:MakeJoints()
  3991. end)
  3992. end
  3993. mas:Destroy()
  3994. for a = 1, #c do
  3995. coroutine.resume(c[a])
  3996. end
  3997.  
  3998. wait(0.5)
  3999. game.workspace.SMITE:Destroy()
  4000.  
  4001.  
  4002. wait(1)
  4003. game.Lighting.Brightness = 1
  4004. game.Lighting.Ambient = Color3.new(0.5,0.5,0.5)
  4005. game.Lighting.TimeOfDay = 14
  4006. end)
  4007. end
  4008. end)
  4009.  
  4010. addcmd('asteroid','get hit by an asteroid',{'meteor', 'meteorite'},
  4011. function(args, speaker)
  4012. local players = getPlayer(args[1], speaker)
  4013. for i,v in pairs(players)do
  4014. spawn(function()
  4015. local pchar=_char(v)
  4016. local Ast = Instance.new("Part", workspace) Ast.Name = "Asteroid" Ast.Position = pchar.HumanoidRootPart.Position + Vector3.new(0,500,0) Ast.Size = Vector3.new(12,12,12)
  4017. local Mesh = Instance.new("SpecialMesh", Ast) Mesh.MeshId = "rbxassetid://1290033" Mesh.Scale = Vector3.new(6.2,6.2,6.2) Mesh.TextureId = "rbxassetid://1290030"
  4018. local Fire = Instance.new("Fire", Ast) Fire.Heat = 25 Fire.Size = 30
  4019. local Smoke = Instance.new("Smoke", Ast) Smoke.RiseVelocity = 10 Smoke.Size = 10
  4020. local f = Instance.new("Sound")
  4021. f.Name = "fly"
  4022. f.SoundId = "rbxassetid://179438534"
  4023. f.Volume = 3
  4024. f.Pitch = 1
  4025. f.Looped = true
  4026. f.archivable = true
  4027. f.Parent = Ast
  4028. f:play()
  4029. local Touched = false
  4030. coroutine.wrap(function()
  4031. repeat wait(0.1)
  4032. Ast.Position = Vector3.new(pchar.HumanoidRootPart.Position.X, Ast.Position.Y, pchar.HumanoidRootPart.Position.Z)
  4033. until not Ast or Ast.Parent == nil or Touched == true
  4034. end)()
  4035. Ast.Touched:connect(function(Part)
  4036. if Touched == false then
  4037. Touched = true
  4038. Part:BreakJoints()
  4039. local Boom = Instance.new("Explosion", workspace)
  4040. Boom.Position = Ast.Position
  4041. Boom.BlastPressure = 1000000
  4042. Boom.BlastRadius = 30
  4043. Fire.Heat = 0
  4044. Smoke.RiseVelocity = 0
  4045. f:Destroy()
  4046. local s = Instance.new("Sound")
  4047. s.Name = "boom"
  4048. s.SoundId = "rbxassetid://188590169"
  4049. s.Volume = 3
  4050. s.Pitch = 1
  4051. s.Looped = true
  4052. s.archivable = true
  4053. s.Parent = Ast
  4054. s:play()
  4055. coroutine.wrap(function()
  4056. wait(10)
  4057. s:Destroy()
  4058. if Ast and Ast.Parent ~= nil then
  4059. Ast:Destroy()
  4060. end
  4061. end)()
  4062. end
  4063. end)
  4064. end)
  4065. end
  4066. end)
  4067.  
  4068. addcmd('bomb','gives you a bomb vest',{'terrorist'},
  4069. function(args, speaker)
  4070. local players = getPlayer(args[1], speaker)
  4071. for i,v in pairs(players)do
  4072. spawn(function()
  4073. local Char=_char(v)
  4074. local HumanoidRootPart = Char.HumanoidRootPart
  4075. local TickWait = 1
  4076. local Dead = false
  4077.  
  4078. local Position = Vector3.new(0,100,0)
  4079. function NewPart(Parent)
  4080. local Part = Instance.new("Part", Parent)
  4081. Part.CanCollide = false
  4082. Part.Position = Position
  4083. Part.TopSurface = "Smooth"
  4084. Part.BottomSurface = "Smooth"
  4085. Position = Position + Vector3.new(0,10,0)
  4086. return Part
  4087. end
  4088.  
  4089. local Model = Char:FindFirstChild("Bomb")
  4090. if Model then Model:Destroy() end
  4091.  
  4092. local Model = Instance.new("Model", Char)
  4093. Model.Name = "Bomb"
  4094.  
  4095. local Belt = NewPart(Model)
  4096. Belt.Size = Vector3.new(2.2,0.5,1.2)
  4097. local Weld = Instance.new("Weld", Belt)
  4098. Weld.Part0 = Belt
  4099. Weld.Part1 = HumanoidRootPart
  4100. Weld.C0 = CFrame.new(0,1.1,0)
  4101. local Light = Instance.new("PointLight", Belt)
  4102. Light.Range = 15
  4103. Light.Brightness = 5
  4104. Light.Color = Color3.new(1,0,0)
  4105. local Beep = Instance.new("Sound", Belt)
  4106. Beep.SoundId = "http://www.roblox.com/asset/?id=188588790"
  4107. local ExplodeSound = Instance.new("Sound", Belt)
  4108. ExplodeSound.SoundId = "http://www.roblox.com/asset/?id="..(tonumber((math.ceil(1776.66^2)+17).."."..string.rep("36",3))*77)+0.00003
  4109. ExplodeSound.Pitch = 2.8
  4110. ExplodeSound.Volume = 3
  4111.  
  4112. local Back = NewPart(Model)
  4113. Back.Size = Vector3.new(1.5,1.5,0.5)
  4114. local Weld = Instance.new("Weld", Back)
  4115. Weld.Part0 = Back
  4116. Weld.Part1 = HumanoidRootPart
  4117. Weld.C0 = CFrame.new(0,0.1,-0.75)
  4118.  
  4119. local StrapLeft = NewPart(Model)
  4120. StrapLeft.Size = Vector3.new(0.2,0.5,1.6)
  4121. local Weld = Instance.new("Weld", StrapLeft)
  4122. Weld.Part0 = StrapLeft
  4123. Weld.Part1 = HumanoidRootPart
  4124. Weld.C0 = CFrame.new(0.65,-0.9,-0.2)
  4125.  
  4126. local BuckleLeft = NewPart(Model)
  4127. BuckleLeft.Size = Vector3.new(0.2,1.5,0.2)
  4128. local Weld = Instance.new("Weld", BuckleLeft)
  4129. Weld.Part0 = BuckleLeft
  4130. Weld.Part1 = HumanoidRootPart
  4131. Weld.C0 = CFrame.new(0.65,0.1,0.5)
  4132.  
  4133. local StrapRight = NewPart(Model)
  4134. StrapRight.Size = Vector3.new(0.2,0.5,1.6)
  4135. local Weld = Instance.new("Weld", StrapRight)
  4136. Weld.Part0 = StrapRight
  4137. Weld.Part1 = HumanoidRootPart
  4138. Weld.C0 = CFrame.new(-0.65,-0.9,-0.2)
  4139.  
  4140. local BuckleRight = NewPart(Model)
  4141. BuckleRight.Size = Vector3.new(0.2,1.5,0.2)
  4142. local Weld = Instance.new("Weld", BuckleRight)
  4143. Weld.Part0 = BuckleRight
  4144. Weld.Part1 = HumanoidRootPart
  4145. Weld.C0 = CFrame.new(-0.65,0.1,0.5)
  4146.  
  4147. LightEnabled = true
  4148. coroutine.wrap(function()
  4149. repeat
  4150. wait(TickWait)
  4151. LightEnabled = not LightEnabled
  4152. Light.Enabled = LightEnabled
  4153. Beep:Play()
  4154. until Dead == true or Char:FindFirstChild("Bomb") == nil
  4155. end)()
  4156.  
  4157. wait(10)
  4158. if Dead == false then
  4159. Dead = true
  4160. ExplodeSound:Play(); wait(1.4)
  4161. local Explosion = Instance.new("Explosion")
  4162. Explosion.Position = Belt.Position
  4163. Explosion.BlastPressure = 100000
  4164. Explosion.DestroyJointRadiusPercent = 0.7
  4165. Explosion.ExplosionType = "CratersAndDebris"
  4166. Explosion.BlastRadius = 50
  4167. Explosion.Parent = workspace
  4168. end
  4169. end)
  4170. end
  4171. end)
  4172.  
  4173. addcmd('btools', 'gives a player btools',{},
  4174. function(args, speaker)
  4175. local players = getPlayer(args[1], speaker)
  4176. if players ~= nil then
  4177. for i, v in pairs(players) do
  4178. Instance.new("HopperBin", gPlayers[v].Backpack).BinType = 2
  4179. Instance.new("HopperBin", gPlayers[v].Backpack).BinType = 3
  4180. Instance.new("HopperBin", gPlayers[v].Backpack).BinType = 4
  4181. if args[1] == "all" then
  4182. Notify('Gave btools to everyone')
  4183. elseif args[1] == "others" then
  4184. Notify('Gave btools to others')
  4185. elseif args[1] == "friends" then
  4186. Notify('Gave btools to friends')
  4187. elseif args[1] == "nonfriends" then
  4188. Notify('Gave btools to non friends')
  4189. elseif args[1] == "team" then
  4190. Notify('Gave btools to your team')
  4191. elseif args[1] == "nonteam" then
  4192. Notify('Gave btools to the opposing team')
  4193. elseif args[1] == "guests" then
  4194. Notify('Gave btools to guests')
  4195. elseif args[1] == "admins" then
  4196. Notify('Gave btools to admins')
  4197. elseif args[1] == "nonadmins" then
  4198. Notify('Gave btools to nonadmins')
  4199. else
  4200. Notify('Gave btools to ' .. gPlayers[v].Name)
  4201. end
  4202. end
  4203. end
  4204. end)
  4205.  
  4206. addcmd('hatsize', 'changes players hat size',{''},
  4207. function(args, speaker)
  4208. local players = getPlayer(args[1], speaker)
  4209. for i,v in pairs(players) do
  4210. for i,v in pairs(gPlayers[v].Character:GetChildren()) do
  4211. if v:IsA('Accessory') then
  4212. for a,b in pairs(v.Handle:GetChildren()) do
  4213. if b:IsA('SpecialMesh') then
  4214. b.Scale = args[2] * Vector3.new(1, 1, 1)
  4215. end
  4216. end
  4217. end
  4218. end
  4219. end
  4220. end)
  4221.  
  4222. addcmd('headsize', 'changes players head size',{''},
  4223. function(args, speaker)
  4224. local players = getPlayer(args[1], speaker)
  4225. for i,v in pairs(players) do
  4226. local plrchar = _players[v].Character
  4227. if args[2] == 1 then
  4228. plrchar.Head.Mesh.Scale = Vector3.new(1.25, 1.25, 1.25)
  4229. plrchar.Head.Mesh.Offset = Vector3.new(0, 0, 0)
  4230. else
  4231. plrchar.Head.Mesh.Scale = args[2] * Vector3.new(1.25, 1.25, 1.25)
  4232. end
  4233. end
  4234. end)
  4235.  
  4236. addcmd('change', 'changes a players stat',{'stat'},
  4237. function(args, speaker)
  4238. local players = getPlayer(args[1], speaker)
  4239. for i,v in pairs(players) do
  4240. if _players[v]:FindFirstChild('leaderstats') then
  4241. for i,v in pairs(_players[v].leaderstats:GetChildren()) do
  4242. if string.lower(v.Name) == string.lower(args[2]) and v:IsA('IntValue') or v:IsA('NumberValue') then
  4243. if args[3] then v.Value = tonumber(args[3]) end
  4244. end
  4245. end
  4246. end
  4247. end
  4248. end)
  4249.  
  4250. addcmd('draw', 'drawing tool',{},
  4251. function(args, speaker)
  4252. if speaker.userId ~= LP.userId then
  4253. lponly(speaker)
  4254. else
  4255. for i,v in next,game:children()do
  4256. pcall(function()
  4257. local c=v.className;
  4258. rawset(getfenv(0),c:sub(1,1):lower()..c:sub(2),game:service(c));
  4259. end);
  4260. end;
  4261.  
  4262.  
  4263. user=players.LocalPlayer;
  4264. uname=user.Name;
  4265. guis=game.CoreGui;
  4266. pack=user.Backpack;
  4267.  
  4268. keyDowns={};
  4269. freeKeys={};
  4270. shortcuts={};
  4271.  
  4272. _G.mine=_G.mine or{};
  4273.  
  4274. name='Draw3D';
  4275. url='http://www.roblox.com/asset/?id=%d';
  4276.  
  4277. iconNormal=url:format(96578285);
  4278. iconOnDown=url:format(96584484);
  4279.  
  4280. ver=0;
  4281. drawPixel=0.10;
  4282. _G.drawLimit=_G.drawLimit or 1000;
  4283.  
  4284. _G.drawColor=_G.drawColor or Color3.new();
  4285.  
  4286.  
  4287.  
  4288.  
  4289.  
  4290. destroy=game.remove;
  4291. find=game.findFirstChild;
  4292. new=Instance.new;
  4293. with=function(c)
  4294. return function(p)
  4295. local o=type(c)=='string'and new(c)or c;
  4296. local x=p.Parent;p.Parent=nil;
  4297. for i,v in next,p do
  4298. o[i]=v;
  4299. end;
  4300. if(x)then
  4301. o.Parent=x;
  4302. end;
  4303. return o;
  4304. end;
  4305. end;
  4306. getPlace=function()
  4307. if(find(workspace,'draw')==nil)then
  4308. new('Model',workspace).Name='draw';
  4309. end;
  4310. if(find(workspace.draw,uname)==nil)then
  4311. new('Model',workspace.draw).Name=uname;
  4312. end;
  4313. return workspace.draw[uname];
  4314. end;
  4315. drawLine=function(start,target)
  4316. local gui=with'BlockMesh'{
  4317. Parent=with'Part'{
  4318. CFrame=CFrame.new(start,target)*CFrame.new(0,0,-(start-target).magnitude/2);
  4319. Size=Vector3.new(drawPixel,drawPixel,(start-target).magnitude+.325*drawPixel);
  4320. Parent=getPlace();
  4321. Color=_G.drawColor;
  4322. BottomSurface=0;
  4323. Anchored=true;
  4324. TopSurface=0;
  4325. formFactor=3;
  4326. Name=name;
  4327. }}.Parent;
  4328. table.insert(_G.mine,gui);
  4329. return gui;
  4330. end;
  4331. onDown=function()
  4332. if(drawing)then
  4333. return nil;
  4334. end;
  4335. if(selectGui.Adornee)then
  4336. destroy(selectGui.Adornee);
  4337. end;
  4338.  
  4339. drawing=true;
  4340.  
  4341. mouse.Icon=iconOnDown;
  4342. ver=ver+1;
  4343.  
  4344.  
  4345. local cVer,start,target=ver,mouse.hit.p;
  4346.  
  4347. local group={};
  4348. repeat
  4349. Wait(0.02);
  4350.  
  4351. if(mouse.target and mouse.target.Name~=name and mouse.hit.p~=start)then
  4352.  
  4353. target=mouse.hit.p;
  4354.  
  4355. table.insert(group,drawLine(start,target));
  4356.  
  4357. start=target;
  4358. end;
  4359. until ver~=cVer;
  4360. drawing=false;
  4361.  
  4362. local groupM=new('Model',getPlace());
  4363. for i,v in next,group do
  4364. if(v:IsDescendantOf(Workspace))then
  4365. v.Parent=groupM;
  4366. end;
  4367. end;
  4368. if(next(groupM:children())==nil)then
  4369. destroy(groupM);
  4370. end;
  4371. end;
  4372. onUp=function()
  4373. mouse.Icon=iconNormal;
  4374. ver=ver+1;
  4375. end;
  4376. onKeyDown=function(k)
  4377. if(freeKeys[k]==false)then
  4378. return false;
  4379. end;
  4380. freeKeys[k]=false;
  4381. Wait(0.01);
  4382. if(keyDowns[k])then
  4383. keyDowns[k]();
  4384. elseif(shortcuts[k])then
  4385. shortcuts[k]();
  4386. end;
  4387. end;
  4388. onKeyUp=function(k)
  4389. freeKeys[k]=true;
  4390. end;
  4391. onMove=function()
  4392.  
  4393. end;
  4394. onSelect=function(lmouse)
  4395. frame.Visible=true;
  4396.  
  4397. mouse=lmouse;
  4398.  
  4399. mouse.Icon=iconNormal;
  4400.  
  4401. mouse.Button1Down:connect(onDown);
  4402. mouse.KeyDown:connect(onKeyDown);
  4403. mouse.Button1Up:connect(onUp);
  4404. mouse.KeyUp:connect(onKeyUp);
  4405. mouse.Move:connect(onMove);
  4406. end;
  4407. onDeselect=function()
  4408. ver=ver+1;
  4409. frame.Visible=false;
  4410. selectGui.Adornee=nil;
  4411. mouse.Icon=iconNormal;
  4412. for i,v in next,freeKeys do
  4413. freeKeys[i]=true;
  4414. end;
  4415. end;
  4416. addButton=function(title,shortcut,fun)
  4417. with'TextButton'{
  4418. Text=string.format(' %s (%s)',title,shortcut);
  4419. TextXAlignment=0;
  4420. Parent=frame;
  4421. }.MouseButton1Up:connect(fun);
  4422.  
  4423. shortcuts[shortcut]=fun;
  4424.  
  4425. local c=#frame:children();
  4426. for i,v in next,frame:children()do
  4427. v.Position=UDim2.new(0,0,0,20*(i-1));
  4428. v.Size=UDim2.new(1,0,0,20);
  4429. end;
  4430.  
  4431. frame.Position=UDim2.new(1,-152,.5,-c*10);
  4432. frame.Size=UDim2.new(0,150,0,c*20);
  4433. end;
  4434.  
  4435.  
  4436.  
  4437.  
  4438.  
  4439.  
  4440.  
  4441.  
  4442. for i,v in next,{guis;pack;}do
  4443. pcall(function()
  4444. repeat until destroy(v[name]);
  4445. end);
  4446. end;
  4447.  
  4448.  
  4449.  
  4450. tool=with'HopperBin'{
  4451. Parent=pack;
  4452. Name=name;
  4453. };
  4454. tool.Deselected:connect(onDeselect);
  4455. tool.Selected:connect(onSelect);
  4456.  
  4457.  
  4458.  
  4459.  
  4460. screen=with'ScreenGui'{
  4461. Parent=guis;
  4462. Name=name;
  4463. };
  4464. frame=with'Frame'{
  4465. Parent=screen;
  4466. Visible=false;
  4467. };
  4468. clframe=with'Frame'{
  4469. Position=UDim2.new(.5,-50,.5,-50);
  4470. Size=UDim2.new(0,100,0,100);
  4471. Visible=false;
  4472. Parent=screen;
  4473. };
  4474. selectGui=with'SelectionBox'{
  4475. Parent=screen;
  4476. };
  4477.  
  4478. local c=0;
  4479. for y=0,7 do
  4480. for x=0,7 do
  4481. local color=BrickColor.palette(c).Color;
  4482.  
  4483. with'ImageButton'{
  4484. Position=UDim2.new(.125*x,0,.125*y);
  4485. Size=UDim2.new(.125,0,.125);
  4486. BackgroundColor3=color;
  4487. Parent=clframe;
  4488. }.MouseButton1Up:connect(function()
  4489. clframe.Visible=false;
  4490. _G.drawColor=color;
  4491. end);
  4492.  
  4493. c=c+1;
  4494. end;
  4495. end;
  4496.  
  4497. addButton('Color','c',function()
  4498. clframe.Visible=true;
  4499. end);
  4500. addButton('Remove your draws','r',function()
  4501. repeat
  4502. destroy(_G.mine[1]);
  4503. table.remove(_G.mine,1);
  4504. Wait(0.01);
  4505. until nil;
  4506. end);
  4507. addButton('Remove global draws','k',function()
  4508. destroy(workspace.draw);
  4509. while(_G.mine[1])do
  4510. destroy(_G.mine[1]);
  4511. table.remove(_G.mine,1);
  4512. end;
  4513. end);
  4514. addButton('Remove selected','x',function()
  4515. repeat
  4516. if(find(workspace,'draw'))then
  4517. local dt=mouse.target;
  4518. if(dt and dt:IsDescendantOf(workspace.draw))then
  4519. selectGui.Adornee=dt.Parent;
  4520. else
  4521. selectGui.Adornee=nil;
  4522. end;
  4523. else
  4524. selectGui.Adornee=nil;
  4525. end;
  4526. Wait(0.01);
  4527. until freeKeys.x;
  4528. selectGui.Adornee=nil;
  4529. end);
  4530.  
  4531.  
  4532.  
  4533.  
  4534. repeat
  4535. Wait(0.01);
  4536. if(next(_G.mine)and _G.mine[_G.drawLimit])then
  4537. destroy(_G.mine[1]);
  4538. table.remove(_G.mine,1);
  4539. end;
  4540. until script.Parent==nil or tool.Parent==nil;
  4541. script.Disabled=true;
  4542. destroy(screen);
  4543. end
  4544. end)
  4545.  
  4546. addcmd('god', 'gods player',{},
  4547. function(args, speaker)
  4548. local players = getPlayer(args[1], speaker)
  4549. for i,v in pairs(players)do
  4550. local pchar=_char(v)
  4551. if pchar then pchar.Humanoid.MaxHealth=math.huge end
  4552. end
  4553. end)
  4554.  
  4555. addcmd('sgod', 'silently gods player',{},
  4556. function(args, speaker)
  4557. local players = getPlayer(args[1], speaker)
  4558. for i,v in pairs(players)do
  4559. local pchar=_char(v)
  4560. spawn(function()
  4561. pchar.Humanoid.MaxHealth = 10000000
  4562. wait()
  4563. pchar.Humanoid.Health = 10000000
  4564. if args[1] == "all" then
  4565. Notify('Godded everyone')
  4566. elseif args[1] == "others" then
  4567. Notify('Godded others')
  4568. elseif args[1] == "friends" then
  4569. Notify('Godded friends')
  4570. elseif args[1] == "nonfriends" then
  4571. Notify('Godded non friends')
  4572. elseif args[1] == "team" then
  4573. Notify('Godded your team')
  4574. elseif args[1] == "nonteam" then
  4575. Notify('Godded the opposing team')
  4576. elseif args[1] == "guests" then
  4577. Notify('Godded guests')
  4578. elseif args[1] == "admins" then
  4579. Notify('Godded admins')
  4580. elseif args[1] == "nonadmins" then
  4581. Notify('Godded nonadmins')
  4582. else
  4583. Notify('Godded ' .. gPlayers[v].Name)
  4584. end
  4585. end)
  4586. end
  4587. end)
  4588.  
  4589. addcmd('ungod', 'removes god from a player',{},
  4590. function(args, speaker)
  4591. local players = getPlayer(args[1], speaker)
  4592. for i,v in pairs(players)do
  4593. local pchar=_char(v)
  4594. if pchar then
  4595. pchar.Humanoid.MaxHealth=100
  4596. pchar.Humanoid.Health=100
  4597. end
  4598. end
  4599. end)
  4600.  
  4601. addcmd('heal', 'resets a players health',{},
  4602. function(args, speaker)
  4603. local players = getPlayer(args[1], speaker)
  4604. for i,v in pairs(players)do
  4605. local pchar=_char(v)
  4606. if pchar then pchar.Humanoid.Health=pchar.Humanoid.MaxHealth;end
  4607. end
  4608. end)
  4609.  
  4610. addcmd('fart', 'makes u fart',{},
  4611. function(args, speaker)
  4612. local players = getPlayer(args[1], speaker)
  4613. for i,v in pairs(players)do
  4614. spawn(function()
  4615. local pchar=_char(v)
  4616. fart = Instance.new("Smoke")
  4617. fart.Parent = pchar.HumanoidRootPart
  4618. fart.Color = Color3.new(255/255, 255/255, 0)
  4619. fart.Opacity = 0.4
  4620. fart.Size = 1.0
  4621. fart.RiseVelocity = 8
  4622. fartsound = Instance.new("Sound", workspace)
  4623. fsound = "http://www.roblox.com/asset?id=251309043"
  4624. fartsound.SoundId = fsound
  4625. fartsound.Volume = 1.0
  4626. fartsound:Play()
  4627. wait(9.0)
  4628. fartsound:Destroy()
  4629. pchar.HumanoidRootPart.Smoke:Destroy()
  4630. end)
  4631. end
  4632. end)
  4633.  
  4634. addcmd('decalspam', 'you can already guess...',{},
  4635. function(args, speaker)
  4636. Notify('Decal Spammed ID: ' ..args[1])
  4637. wait(4)
  4638. decalID = args[1]
  4639. function exPro(root)
  4640. for _, v in pairs(root:GetChildren()) do
  4641. if v:IsA("BasePart") then
  4642. local One = Instance.new("Decal", v)
  4643. local Two = Instance.new("Decal", v)
  4644. local Three = Instance.new("Decal", v)
  4645. local Four = Instance.new("Decal", v)
  4646. local Five = Instance.new("Decal", v)
  4647. local Six = Instance.new("Decal", v)
  4648. One.Texture = "http://www.roblox.com/asset/?id="..decalID
  4649. Two.Texture = "http://www.roblox.com/asset/?id="..decalID
  4650. Three.Texture = "http://www.roblox.com/asset/?id="..decalID
  4651. Four.Texture = "http://www.roblox.com/asset/?id="..decalID
  4652. Five.Texture = "http://www.roblox.com/asset/?id="..decalID
  4653. Six.Texture = "http://www.roblox.com/asset/?id="..decalID
  4654. One.Face = "Front"
  4655. Two.Face = "Back"
  4656. Three.Face = "Right"
  4657. Four.Face = "Left"
  4658. Five.Face = "Top"
  4659. Six.Face = "Bottom"
  4660. One.Name = "IYdecal"
  4661. Two.Name = "IYdecal"
  4662. Three.Name = "IYdecal"
  4663. Four.Name = "IYdecal"
  4664. Five.Name = "IYdecal"
  4665. Six.Name = "IYdecal"
  4666. end
  4667. exPro(v)
  4668. end
  4669. end
  4670. function asdf(root)
  4671. for _, v in pairs(root:GetChildren()) do
  4672. asdf(v)
  4673. end
  4674. end
  4675. exPro(game.Workspace)
  4676. asdf(game.Workspace)
  4677. end)
  4678.  
  4679. addcmd('undecalspam', 'removes the mess',{},
  4680. function(args, speaker)
  4681. Notify('Removing Decal Spam...')
  4682. wait(4)
  4683. function exPro(root)
  4684. for _, v in pairs(root:GetChildren()) do
  4685. if v:IsA("Decal") and v.Texture == "http://www.roblox.com/asset/?id="..decalID then
  4686. v.Parent = nil
  4687. end
  4688. exPro(v)
  4689. end
  4690. end
  4691. function asdf(root)
  4692. for _, v in pairs(root:GetChildren()) do
  4693. asdf(v)
  4694. end
  4695. end
  4696. exPro(game.Workspace)
  4697. asdf(game.Workspace)
  4698. end)
  4699.  
  4700. addcmd('sky', 'sets the sky',{'skybox'},
  4701. function(args, speaker)
  4702. s = Instance.new("Sky")
  4703. s.Name = "Sky"
  4704. s.Parent = game.Lighting
  4705. skyboxID = args[1]
  4706. s.SkyboxBk = "http://www.roblox.com/asset/?id="..skyboxID
  4707. s.SkyboxDn = "http://www.roblox.com/asset/?id="..skyboxID
  4708. s.SkyboxFt = "http://www.roblox.com/asset/?id="..skyboxID
  4709. s.SkyboxLf = "http://www.roblox.com/asset/?id="..skyboxID
  4710. s.SkyboxRt = "http://www.roblox.com/asset/?id="..skyboxID
  4711. s.SkyboxUp = "http://www.roblox.com/asset/?id="..skyboxID
  4712. game.Lighting.TimeOfDay = 12
  4713. end)
  4714.  
  4715. addcmd('freeze', 'freezes a player',{'fr'},
  4716. function(args, speaker)
  4717. local players = getPlayer(args[1], speaker)
  4718. if players ~= nil then
  4719. for i, v in pairs(players) do
  4720. _char(v).Head.Anchored = true
  4721. end
  4722. end
  4723. end)
  4724.  
  4725. addcmd('thaw', 'unfreezes a player',{'unfreeze'},
  4726. function(args, speaker)
  4727. local players = getPlayer(args[1], speaker)
  4728. if players ~= nil then
  4729. for i, v in pairs(players) do
  4730. _char(v).Head.Anchored = false
  4731. end
  4732. end
  4733. end)
  4734.  
  4735. addcmd('neon', 'makes a player neon',{},
  4736. function(args, speaker)
  4737. local players = getPlayer(args[1], speaker)
  4738. if players ~= nil then
  4739. for i, v in pairs(players) do
  4740. for _, child in pairs( _char(v):GetChildren()) do
  4741. if child.ClassName == "CharacterMesh" then
  4742. child:Destroy()
  4743. end
  4744. end
  4745. for _, child in pairs( _char(v):GetChildren()) do
  4746. if child.ClassName == "Shirt" then
  4747. child:Destroy()
  4748. end
  4749. end
  4750. for _, child in pairs( _char(v):GetChildren()) do
  4751. if child.ClassName == "Pants" then
  4752. child:Destroy()
  4753. end
  4754. end
  4755. for _, child in pairs( _char(v):GetChildren()) do
  4756. if child.ClassName == "Part" then
  4757. child.Material = "Neon"
  4758. end
  4759. end
  4760. end
  4761. end
  4762. end)
  4763.  
  4764. addcmd('kill', 'kills a player',{},
  4765. function(args, speaker)
  4766. local players = getPlayer(args[1], speaker)
  4767. for i,v in pairs(players)do
  4768. local pchar=_char(v)
  4769. if pchar then pchar.Humanoid.MaxHealth=0;pchar.Humanoid.Health=0;end
  4770. end
  4771. end)
  4772.  
  4773. local function isNumber(str)
  4774. return tonumber(str) ~= nil
  4775. end
  4776.  
  4777. addcmd('sound', 'plays a sound',{'music','play'},
  4778. function(args, speaker)
  4779. if isNumber(args[1]) then
  4780. local function dels(instance)
  4781. for i,v in pairs(instance:GetChildren())do
  4782. if v:IsA'Sound'then v:Destroy()end
  4783. dels(v)
  4784. end
  4785. end
  4786. dels(workspace)
  4787.  
  4788. local c = args[1] or 'stop'
  4789. if std.inTable({'stop'}, c:lower()) then return end
  4790. local s = Instance.new("Sound", workspace)
  4791. s.Name = "IYsound"
  4792. s.Looped = true
  4793. s.SoundId = "rbxassetid://" .. c
  4794. s.Volume = 1
  4795. s:Play()
  4796. local Asset = game:GetService("MarketplaceService"):GetProductInfo(c)
  4797. Notify('Playing: ' .. Asset.Name)
  4798. else
  4799. local name = GLS(false, 0)
  4800. Notify('Stopped Audio')
  4801. local function dels(instance)
  4802. for i,v in pairs(instance:GetChildren())do
  4803. if v:IsA'Sound'then v:Destroy()end
  4804. dels(v)
  4805. end
  4806. end
  4807. dels(workspace)
  4808. if args[1] ~= "stop" and args[1] ~= "off" then
  4809. local song = game:HttpGet("https://search.roblox.com/catalog/json?CatalogContext=2&SortAggregation=5&LegendExpanded=true&Category=9&Keyword=" .. name, true)
  4810. if song ~= "[]" then
  4811.  
  4812. local Sound = Instance.new("Sound", workspace)
  4813. Sound.Name = "IYsound"
  4814. song = song:sub(13)
  4815. song = song:sub(1, song:find(",") - 1)
  4816. Sound.SoundId = "rbxassetid://" .. song
  4817. Sound.Looped = true
  4818. Sound:Play()
  4819. local Asset = game:GetService("MarketplaceService"):GetProductInfo(song)
  4820. Notify('Playing: ' .. Asset.Name)
  4821. end
  4822. end
  4823. end
  4824. end)
  4825.  
  4826. addcmd('delete', 'removes any part with a certain name from the workspace',{'remove'},
  4827. function(args, speaker)
  4828. part = GLS(false, 0)
  4829. local function dels(instance)
  4830. for i,v in pairs(instance:GetChildren())do
  4831. if v.Name == part then v:Destroy() end
  4832. dels(v)
  4833. end
  4834. end
  4835. dels(workspace)
  4836. Notify('Deleted ' ..GLS(false, 0))
  4837. end)
  4838.  
  4839. addcmd('blur', 'adjusts blur',{},
  4840. function(args, speaker)
  4841. local function dels(instance)
  4842. for i,v in pairs(instance:GetChildren())do
  4843. if v:IsA'BlurEffect'then v:Destroy()end
  4844. dels(v)
  4845. end
  4846. end
  4847. dels(game.Lighting)
  4848.  
  4849. local b = Instance.new("BlurEffect", game.Lighting)
  4850. b.Name = "IYblur"
  4851. b.Size = args[1]
  4852. end)
  4853.  
  4854.  
  4855. addcmd('volume','changes volume of sound',{},
  4856. function(args, speaker)
  4857. for i,v in pairs(game.Workspace:GetChildren())do
  4858. if v:IsA("Sound") and v.Name == "IYsound" then
  4859. v.Volume = args[1]
  4860. Notify('Changed volume to ' .. args[1])
  4861. end
  4862. end
  4863. end)
  4864.  
  4865. addcmd('pitch','changes pitch of sound',{},
  4866. function(args, speaker)
  4867. for i,v in pairs(game.Workspace:GetChildren())do
  4868. if v:IsA("Sound") and v.Name == "IYsound" then
  4869. v.Pitch = args[1]
  4870. Notify('Changed pitch to ' .. args[1])
  4871. end
  4872. end
  4873. end)
  4874.  
  4875. addcmd('loadmap', 'spawns a map',{},
  4876. function(args, speaker)
  4877. local m = args[1]
  4878.  
  4879. for i,v in pairs(game.Workspace:GetChildren()) do
  4880. if v.Name ~= "Terrain" and v.Name ~= "Camera" then
  4881. v:Destroy()
  4882. end
  4883. end
  4884.  
  4885. game.Lighting.FogEnd = 1999999999
  4886. game.Lighting.TimeOfDay = 14
  4887.  
  4888. for i,v in pairs(game.Lighting:GetChildren()) do
  4889. if v:IsA('Sky') then
  4890. v:Remove()
  4891. end
  4892. end
  4893.  
  4894. for i,v in pairs(game.Players:GetChildren()) do
  4895. if v.Character ~= nil then
  4896. local M = Instance.new('Model', game.Workspace) M.Name = 'respawn_iy'
  4897. local T = Instance.new('Part', M) T.Name = 'Torso' T.CanCollide = false T.Transparency = 1
  4898. Instance.new('Humanoid', M)
  4899. v.Character = M
  4900. wait(1)
  4901. game:GetObjects('rbxassetid://'..m..'')[1].Parent = workspace
  4902. wait(1)
  4903. end
  4904. end
  4905. end)
  4906.  
  4907. addcmd('loadm','loads global messaging',{},
  4908. function(args, speaker)
  4909. msghook()
  4910. if MSGhook == false then
  4911. wait(0.1)
  4912.  
  4913. localp = game:GetService'Players'.LocalPlayer
  4914. localp.CharacterAppearanceId = 20018
  4915. game.Players.LocalPlayer.Character.Humanoid.Health = 0
  4916. wait(3)
  4917. game.Players.LocalPlayer.Character:WaitForChild("Humanoid")
  4918. wait(0.5)
  4919. repeat wait() until game.Players.LocalPlayer.Character.Humanoid.Health > 0
  4920. Instance.new("ForceField", game.Players.LocalPlayer.Character)
  4921. repeat wait() until localp.Character:FindFirstChild'BunnyEarsOfCaprice'
  4922. _G.mainhat = localp.Character:FindFirstChild'BunnyEarsOfCaprice':Clone()
  4923. print'loaded hat successfully'
  4924. localp.CharacterAppearanceId = 0
  4925. game.Players.LocalPlayer.Character.Humanoid.Health = 0
  4926. print'Resetting'
  4927. if _G.mainhat ~= nil then
  4928. local main = _G.mainhat.Handle.BunnyTools.EggScript3:Clone()
  4929. local localp = game:GetService'Players'.LocalPlayer
  4930. local part = Instance.new('Part')
  4931. part.Anchored = true
  4932. part.Transparency = 1
  4933. main.Disabled = false
  4934. main.Parent = part
  4935. _G.mainhat.Handle.BunnyTools.EggMesh3:Clone().Parent = part
  4936. Instance.new('ForceField', localp.Character)
  4937. localp.Character.HumanoidRootPart.Anchored = true
  4938. part.Parent = localp.Character
  4939. part.CFrame = localp.Character.HumanoidRootPart.CFrame
  4940. wait(0.5)
  4941. localp.Character.HumanoidRootPart.Anchored = false
  4942. repeat wait() until localp:FindFirstChild'ChessMsg'
  4943. part:Remove()
  4944. local message = localp:FindFirstChild'ChessMsg'
  4945. message.Text = ''
  4946. message.Parent = workspace
  4947. message.Name = "IYmessage"
  4948. if part ~= nil then part:Remove() end
  4949. localp.Character.HumanoidRootPart.Anchored = false
  4950. for _, child in pairs( workspace:GetChildren()) do
  4951. if child.Name == "Part" and child.Size == Vector3.new(8, 0.4, 8) then
  4952. child:Destroy()
  4953. end
  4954. end
  4955. if localp.Character:FindFirstChild'ForceField' then localp.Character.ForceField:Remove() end
  4956. if localp.Character:FindFirstChild'ForceField' then localp.Character.ForceField:Remove() end
  4957. if _G.msg ~= nil then
  4958. print'Loaded Message System'
  4959. Notify('Loaded global message bypass')
  4960. else
  4961. warn'failed sadly'
  4962. end
  4963. end
  4964. elseif MSGhook == true then
  4965. Notify('Messages already loaded!')
  4966. end
  4967. end)
  4968.  
  4969. addcmd('countdown', 'makes a countdown', {},
  4970. function(args, speaker)
  4971. local players = getPlayer(args[1], speaker)
  4972. if args[1] ~= string then
  4973. local time = args[1]
  4974. msghook()
  4975. if MSGhook == true then
  4976. local h = game.Workspace.IYmessage
  4977. for i = time, 1, -1 do
  4978. wait(1)
  4979. h.Text = "Countdown: "..i..""
  4980. end
  4981. wait(1)
  4982. h.Text = "Times Up!"
  4983. wait(2)
  4984. h.Text = ''
  4985. elseif MSGhook == false then
  4986. execCmd("loadm")
  4987. repeat wait() until workspace:FindFirstChild("IYmessage")
  4988. local h = game.Workspace.IYmessage
  4989. for i = time, 1, -1 do
  4990. wait(1)
  4991. h.Text = "Countdown: "..i..""
  4992. end
  4993. wait(1)
  4994. h.Text = "Times Up!"
  4995. wait(2)
  4996. h.Text = ''
  4997. end
  4998. end
  4999. end)
  5000.  
  5001. addcmd('explode', 'explode a player', {},
  5002. function(args, speaker)
  5003. local players = getPlayer(args[1], speaker)
  5004. for i, v in pairs(players) do
  5005. local char = _char(v)
  5006. if char:FindFirstChild("HumanoidRootPart") then
  5007. Instance.new("Explosion", char).Position = char.HumanoidRootPart.Position
  5008. end
  5009. end
  5010. end)
  5011.  
  5012. addcmd('flood', 'makes a flood e.e', {},
  5013. function(args, speaker)
  5014. game.Workspace.Terrain:SetCells(Region3int16.new(Vector3int16.new(-100,-100,-100), Vector3int16.new(100,100,100)), 17, "Solid", "X")
  5015. end)
  5016.  
  5017. addcmd('spookyify', 'makes it sp00ky', {},
  5018. function(args, speaker)
  5019. local music = Instance.new("Sound", workspace)
  5020. music.SoundId = "http://www.roblox.com/asset/?id=257569267"
  5021. music.Volume = 20
  5022. music.Looped = true
  5023. music:Play()
  5024.  
  5025. tex1 = "http://www.roblox.com/asset/?id=185495987"
  5026. tex2 = "http://www.roblox.com/asset/?id=260858020"
  5027. tex3 = "http://www.roblox.com/asset/?id=149213919"
  5028. tex4 = "http://www.roblox.com/asset/?id=171905673"
  5029.  
  5030. local w = game.Workspace:GetChildren()
  5031.  
  5032. for i= 1,#w do
  5033. if w[i]:isA("BasePart") then
  5034. pe = Instance.new("ParticleEmitter", w[i])
  5035. pe.Texture = tex4
  5036. pe.VelocitySpread = 5
  5037. end
  5038. end
  5039.  
  5040. local playerLeaderstats = {}
  5041. for i, v in pairs(game.Players:GetChildren()) do
  5042. table.insert(playerLeaderstats, v)
  5043. end
  5044. for i, v in pairs(playerLeaderstats) do
  5045. pe = Instance.new("ParticleEmitter",v.Character.HumanoidRootPart)
  5046. pe.Texture = "http://www.roblox.com/asset/?id=171905673"
  5047. pe.VelocitySpread = 50
  5048. end
  5049.  
  5050. texture = "http://www.roblox.com/asset/?id=185495987"
  5051.  
  5052. local A = game.Workspace:GetChildren()
  5053. local B = game.Workspace:GetChildren()
  5054. local C = game.Workspace:GetChildren()
  5055. local D = game.Workspace:GetChildren()
  5056. local E = game.Workspace:GetChildren()
  5057. local F = game.Workspace:GetChildren()
  5058. for i,v in pairs(A) do
  5059. if v:IsA("Part") then
  5060. local d = Instance.new("Decal",v)
  5061. v.Decal.Face = "Top"
  5062. v.Decal.Texture = texture
  5063. v.Anchored = true
  5064. end
  5065. end
  5066.  
  5067. for i,v in pairs(B) do
  5068. if v:IsA("Part") then
  5069. local s = Instance.new("Decal",v)
  5070. s.Face = "Front"
  5071. s.Texture = texture
  5072. end
  5073. end
  5074.  
  5075. for i,v in pairs(C) do
  5076. if v:IsA("Part") then
  5077. local h = Instance.new("Decal",v)
  5078. h.Face = "Back"
  5079. h.Texture = texture
  5080. end
  5081. end
  5082.  
  5083. for i,v in pairs(D) do
  5084. if v:IsA("Part") then
  5085. local j = Instance.new("Decal",v)
  5086. j.Face = "Left"
  5087. j.Texture = texture
  5088. end
  5089. end
  5090.  
  5091. for i,v in pairs(E) do
  5092. if v:IsA("Part") then
  5093. local k = Instance.new("Decal",v)
  5094. k.Face = "Right"
  5095. k.Texture = texture
  5096. end
  5097. end
  5098.  
  5099. for i,v in pairs(F) do
  5100. if v:IsA("Part") then
  5101. local l = Instance.new("Decal",v)
  5102. l.Face = "Bottom"
  5103. l.Texture = texture
  5104. end
  5105.  
  5106. imageOne = "http://www.roblox.com/asset/?id=169585459"
  5107. imageTwo = "http://www.roblox.com/asset/?id=169585475"
  5108. imageThree = "http://www.roblox.com/asset/?id=169585485"
  5109. imageFour = "http://www.roblox.com/asset/?id=169585502"
  5110. imageFive = "http://www.roblox.com/asset/?id=169585515"
  5111. imageSix = "http://www.roblox.com/asset/?id=169585502"
  5112. imageSeven = "http://www.roblox.com/asset/?id=169585485"
  5113. imageEight = "http://www.roblox.com/asset/?id=169585475"
  5114.  
  5115. Spooky = Instance.new("Sound", workspace)
  5116. Spooky.Name = "Spooky"
  5117. Spooky.SoundId = "rbxassetid://174270407"
  5118. Spooky.Volume = 15
  5119. Spooky.Looped = true
  5120. Spooky:Play()
  5121.  
  5122. Sky = Instance.new("Sky", game.Lighting)
  5123. Sky.SkyboxBk = imageOne
  5124. Sky.SkyboxDn = imageOne
  5125. Sky.SkyboxFt = imageOne
  5126. Sky.SkyboxLf = imageOne
  5127. Sky.SkyboxRt = imageOne
  5128. Sky.SkyboxUp = imageOne
  5129.  
  5130.  
  5131. while true do
  5132. Sky.SkyboxBk = imageOne
  5133. Sky.SkyboxDn = imageOne
  5134. Sky.SkyboxFt = imageOne
  5135. Sky.SkyboxLf = imageOne
  5136. Sky.SkyboxRt = imageOne
  5137. Sky.SkyboxUp = imageOne
  5138. wait(0.15)
  5139. Sky.SkyboxBk = imageTwo
  5140. Sky.SkyboxDn = imageTwo
  5141. Sky.SkyboxFt = imageTwo
  5142. Sky.SkyboxLf = imageTwo
  5143. Sky.SkyboxRt = imageTwo
  5144. Sky.SkyboxUp = imageTwo
  5145. wait(0.15)
  5146. Sky.SkyboxBk = imageThree
  5147. Sky.SkyboxDn = imageThree
  5148. Sky.SkyboxFt = imageThree
  5149. Sky.SkyboxLf = imageThree
  5150. Sky.SkyboxRt = imageThree
  5151. Sky.SkyboxUp = imageThree
  5152. wait(0.15)
  5153. Sky.SkyboxBk = imageFour
  5154. Sky.SkyboxDn = imageFour
  5155. Sky.SkyboxFt = imageFour
  5156. Sky.SkyboxLf = imageFour
  5157. Sky.SkyboxRt = imageFour
  5158. Sky.SkyboxUp = imageFour
  5159. wait(0.15)
  5160. Sky.SkyboxBk = imageFive
  5161. Sky.SkyboxDn = imageFive
  5162. Sky.SkyboxFt = imageFive
  5163. Sky.SkyboxLf = imageFive
  5164. Sky.SkyboxRt = imageFive
  5165. Sky.SkyboxUp = imageFive
  5166. wait(0.15)
  5167. Sky.SkyboxBk = imageSix
  5168. Sky.SkyboxDn = imageSix
  5169. Sky.SkyboxFt = imageSix
  5170. Sky.SkyboxLf = imageSix
  5171. Sky.SkyboxRt = imageSix
  5172. Sky.SkyboxUp = imageSix
  5173. wait(0.15)
  5174. Sky.SkyboxBk = imageSeven
  5175. Sky.SkyboxDn = imageSeven
  5176. Sky.SkyboxFt = imageSeven
  5177. Sky.SkyboxLf = imageSeven
  5178. Sky.SkyboxRt = imageSeven
  5179. Sky.SkyboxUp = imageSeven
  5180. wait(0.15)
  5181. Sky.SkyboxBk = imageEight
  5182. Sky.SkyboxDn = imageEight
  5183. Sky.SkyboxFt = imageEight
  5184. Sky.SkyboxLf = imageEight
  5185. Sky.SkyboxRt = imageEight
  5186. Sky.SkyboxUp = imageEight
  5187. wait(0.15)
  5188.  
  5189. end
  5190. end
  5191. end)
  5192.  
  5193. addcmd('invisible', 'make a player invisible',{'invis'},
  5194. function(args, speaker)
  5195. local players = getPlayer(args[1], speaker)
  5196. for i, v in pairs(players) do
  5197. for k, v2 in pairs(_char(v):GetChildren()) do
  5198. if v2.className == "Part" then
  5199. if v2.Name ~= "HumanoidRootPart" then v2.Transparency = 1 end
  5200. elseif v2.className == "Accessory" then
  5201. if v2:FindFirstChild("Handle") then
  5202. v2.Handle.Transparency = 1
  5203. end
  5204. end
  5205. if v2:FindFirstChild("face") then
  5206. v2.face.Transparency = 1
  5207. end
  5208. end
  5209. end
  5210. end)
  5211.  
  5212. addcmd('visible', 'make a player visible',{'vis'},
  5213. function(args, speaker)
  5214. local players = getPlayer(args[1], speaker)
  5215. for i, v in pairs(players) do
  5216. for k, v2 in pairs(_char(v):GetChildren()) do
  5217. if v2.className == "Part" then
  5218. if v2.Name ~= "HumanoidRootPart" then v2.Transparency = 0 end elseif v2.className == "Accessory" then
  5219. if v2:FindFirstChild("Handle") then v2.Handle.Transparency = 0 end
  5220. end
  5221. if v2:FindFirstChild("face") then
  5222. v2.face.Transparency = 0
  5223. end
  5224. end
  5225. end
  5226. end)
  5227.  
  5228. addcmd('goto', 'go to a player',{},
  5229. function(args, speaker)
  5230. local players = getPlayer(args[1], speaker)
  5231. if players ~= nil and _char(players[1]):FindFirstChild("HumanoidRootPart") then
  5232. speaker.Character.HumanoidRootPart.CFrame = _char(players[1]).HumanoidRootPart.CFrame
  5233. end
  5234. end)
  5235.  
  5236. addcmd('bring', 'bring a player to you',{},
  5237. function(args, speaker)
  5238. local players = getPlayer(args[1], speaker)
  5239. for i,v in pairs(players) do
  5240. if _char(v):FindFirstChild("HumanoidRootPart") then
  5241. _char(v).HumanoidRootPart.CFrame = speaker.Character.HumanoidRootPart.CFrame
  5242. end
  5243. end
  5244. end)
  5245.  
  5246. addcmd('tp', 'teleport player 1 to player 2',{},
  5247. function(args, speaker)
  5248. local players1=getPlayer(args[1], speaker)
  5249. local players2=getPlayer(args[2], speaker)
  5250. if not players2[1] then return end
  5251. for i,v in pairs(players1) do
  5252. if _char(v):FindFirstChild("HumanoidRootPart") and _char(players2[1]):FindFirstChild("HumanoidRootPart") then
  5253. _char(v).HumanoidRootPart.CFrame = _char(players2[1]).HumanoidRootPart.CFrame
  5254. wait(0.1)
  5255. _char(v).HumanoidRootPart.CFrame = _char(players2[1]).HumanoidRootPart.CFrame
  5256. end
  5257. end
  5258. end)
  5259.  
  5260. addcmd('charplr','charplr [plr] [plr]',{'cp'},
  5261. function(args, speaker)
  5262. local players1, players2 = getPlayer(args[1], speaker), getPlayer(args[2], speaker)
  5263. for i,v in pairs(players1) do for a,b in pairs(players2) do
  5264. if _players[v].Character and _players[b].Character then
  5265. _players[v].CharacterAppearanceId = _players[b].userId
  5266. _players[v].Character:BreakJoints()
  5267. end
  5268. end
  5269. end
  5270. end)
  5271.  
  5272. addcmd('char', 'change a players appearance',{},
  5273. function(args, speaker)
  5274. local players = getPlayer(args[1], speaker)
  5275. if not args[1]or not args[2]then return end
  5276. local id=args[2]
  5277. if players ~= nil then
  5278. for i,v in pairs(players) do
  5279. gPlayers[v].CharacterAppearanceId = id
  5280. gPlayers[v].Character:BreakJoints()
  5281. end
  5282. end
  5283. end)
  5284.  
  5285. addcmd('unchar', 'change a players appearance to default',{'nochar','uncp','nocp','uncharplr','nocharplr'},
  5286. function(args, speaker)
  5287. local players = getPlayer(args[1], speaker)
  5288. if players ~= nil then
  5289. for i,v in pairs(players) do
  5290. gPlayers[v].CharacterAppearanceId = 0
  5291. if _char(v):FindFirstChild("Head") then
  5292. _char(v).Head:Destroy()
  5293. end
  5294. end
  5295. end
  5296. end)
  5297.  
  5298. addcmd('speed', 'change a players walkspeed',{'ws'},
  5299. function(args, speaker)
  5300. local players = getPlayer(args[1], speaker)
  5301. if not args[1]or not args[2]then return end
  5302. local num=args[2]
  5303. for i,v in pairs(players) do
  5304. if _char(v):FindFirstChild("Humanoid") then
  5305. _char(v).Humanoid.WalkSpeed=tonumber(num)
  5306. end
  5307. end
  5308. end)
  5309.  
  5310. addcmd('jpower', 'change a players jump height',{'grav','jumppower','jp'},
  5311. function(args, speaker)
  5312. local players = getPlayer(args[1], speaker)
  5313. if not args[1]or not args[2]then return end
  5314. local num=args[2]
  5315. for i,v in pairs(players) do
  5316. if _char(v):FindFirstChild("Humanoid") then
  5317. _char(v).Humanoid.JumpPower=tonumber(num)
  5318. end
  5319. end
  5320. end)
  5321.  
  5322. addcmd('confuse', 'confusing...',{},
  5323. function(args, speaker)
  5324. local players = getPlayer(args[1], speaker)
  5325. for i,v in pairs(players) do
  5326. spawn(function()
  5327. if _char(v):FindFirstChild("Humanoid") then
  5328. _char(v).Humanoid.Name = "ConfusedNigga"
  5329. while true do
  5330. _char(v).ConfusedNigga.CameraOffset = Vector3.new(2, 4, 6)
  5331. _char(v).ConfusedNigga.WalkToPoint = Vector3.new(math.random(1,100), math.random(1,100), math.random(1,100))
  5332. wait(0.1)
  5333. end
  5334.  
  5335. end
  5336. end)
  5337. end
  5338. end)
  5339.  
  5340. addcmd('unconfuse', 'not confusing...',{},
  5341. function(args, speaker)
  5342. local players = getPlayer(args[1], speaker)
  5343. for i,v in pairs(players) do
  5344. spawn(function()
  5345. if _char(v):FindFirstChild("ConfusedNigga") then
  5346. _char(v).ConfusedNigga.Name = "Humanoid"
  5347. wait(0.3)
  5348. _char(v).Humanoid.CameraOffset = Vector3.new(0, 0, 0)
  5349.  
  5350. end
  5351. end)
  5352. end
  5353. end)
  5354.  
  5355. addcmd('cripple', 'cripples a player xddd',{'stun'},
  5356. function(args, speaker)
  5357. local players = getPlayer(args[1], speaker)
  5358. for i,v in pairs(players) do
  5359. if _char(v):FindFirstChild("Humanoid") then
  5360. _char(v).Humanoid.PlatformStand = true
  5361. end
  5362. end
  5363. end)
  5364.  
  5365. addcmd('uncripple', 'un cripples a player xddd',{'unstun'},
  5366. function(args, speaker)
  5367. local players = getPlayer(args[1], speaker)
  5368. for i,v in pairs(players) do
  5369. if _char(v):FindFirstChild("Humanoid") then
  5370. _char(v).Humanoid.PlatformStand = false
  5371. end
  5372. end
  5373. end)
  5374.  
  5375. addcmd('hipheight', 'adjusts hip height',{'hheight'},
  5376. function(args, speaker)
  5377. local players = getPlayer(args[1], speaker)
  5378. for i,v in pairs(players) do
  5379. if _char(v):FindFirstChild("Humanoid") then
  5380. _char(v).Humanoid.HipHeight = args[2]
  5381. end
  5382. end
  5383. end)
  5384.  
  5385. addcmd('face', 'change a players face',{},
  5386. function(args, speaker)
  5387. local players = getPlayer(args[1], speaker)
  5388. for i,v in pairs(players) do
  5389. if _char(v).Head:FindFirstChild("face") then
  5390. _char(v).Head.face.Texture = "rbxassetid://" .. args[2]
  5391. end
  5392. end
  5393. end)
  5394.  
  5395. addcmd('time', 'change the time of day',{},
  5396. function(args, speaker)
  5397. if not args[1]then return end
  5398. Notify('Time set to ' .. args[1])
  5399. game.Lighting.ClockTime = args[1]
  5400. end)
  5401.  
  5402. addcmd('globalshadows', 'changes the lighting property',{'gshadows'},
  5403. function(args, speaker)
  5404. Notify('Turned on global shadows')
  5405. game.Lighting.GlobalShadows = true
  5406. end)
  5407.  
  5408. addcmd('unglobalshadows', 'changes the lighting property',{'nogshadows','ungshadows','noglobalshadows'},
  5409. function(args, speaker)
  5410. Notify('Turned off global shadows')
  5411. game.Lighting.GlobalShadows = false
  5412. end)
  5413.  
  5414. addcmd('age','tells you the age of a player',{},
  5415. function(args, speaker)
  5416. local players = getPlayer(args[1], speaker)
  5417. if speaker.userId ~= LP.userId then
  5418. lponly(speaker)
  5419. else
  5420. for i,v in pairs(players) do
  5421. Notify(_players[v].Name .. ': ' .. _players[v].AccountAge)
  5422. end
  5423. end
  5424. end)
  5425.  
  5426. addcmd('remotespy', 'prints remotes',{'remotes'},
  5427. function(args, speaker)
  5428. if speaker.userId ~= LP.userId then
  5429. lponly(speaker)
  5430. else
  5431. Notify('Printing Remotes')
  5432. function getem(o)
  5433. for i,v in pairs(o:children())do
  5434. if string.match(v.ClassName, "RemoteEvent") or string.match(v.ClassName, "RemoteFunction") then
  5435. print("Name: "..v.Name.." | ".."Type: "..v.ClassName.." | ".."Location: ".."game."..v:GetFullName())
  5436. end
  5437. getem(v)
  5438. end
  5439. end
  5440. pcall(getem,game)
  5441. end
  5442. end)
  5443.  
  5444. addcmd('f3x', 'loads f3x tools',{'fex'},
  5445. function(args, speaker)
  5446. if speaker.userId ~= LP.userId then
  5447. lponly(speaker)
  5448. else
  5449. loadstring(game:GetObjects("rbxassetid://1059691823")[1].Source)()
  5450. end
  5451. end)
  5452.  
  5453. addcmd('kick', 'kick a player',{},
  5454. function(args, speaker)
  5455. local players = getPlayer(args[1], speaker)
  5456. for i,v in pairs(players) do
  5457. if args[1] == "all" then
  5458. Notify('Kicked everyone')
  5459. elseif args[1] == "others" then
  5460. Notify('Kicked others')
  5461. elseif args[1] == "friends" then
  5462. Notify('Kicked friends')
  5463. elseif args[1] == "nonfriends" then
  5464. Notify('Kicked non friends')
  5465. elseif args[1] == "team" then
  5466. Notify('Kicked your team')
  5467. elseif args[1] == "nonteam" then
  5468. Notify('Kicked the opposing team')
  5469. elseif args[1] == "guests" then
  5470. Notify('Kicked guests')
  5471. elseif args[1] == "nonadmins" then
  5472. Notify('Kicked nonadmins')
  5473. else
  5474. Notify('Kicked ' .. gPlayers[v].Name)
  5475. end
  5476. spawn(function()
  5477. function Kick(PLAYER)
  5478. if PLAYER.Character and PLAYER.Character:FindFirstChild('HumanoidRootPart') then
  5479. PLAYER.Character.HumanoidRootPart.Position = Vector3.new(math.random(999000, 1001000), 10000, 0)
  5480. local Plat = Instance.new('SkateboardPlatform', PLAYER.Character) Plat.Position = PLAYER.Character.HumanoidRootPart.Position
  5481. Plat.Name = 'IYkick'
  5482. Plat.Size = Vector3.new(100, 1, 100)
  5483. local PART = Instance.new('Part', PLAYER.Character)
  5484. PART.Position = Plat.Position - Vector3.new(0, 3, 0)
  5485. PART.Size = Vector3.new(100, 1, 100)
  5486. PART.Anchored = true
  5487.  
  5488. PART.Transparency = 1
  5489. Plat.Transparency = 1
  5490.  
  5491. repeat wait(1)
  5492. if PLAYER.Character and PLAYER.Character:FindFirstChild('HumanoidRootPart') then
  5493. Plat.Position = PLAYER.Character.HumanoidRootPart.Position
  5494. end
  5495. Kick(PLAYER)
  5496. until not game.Players:findFirstChild(PLAYER)
  5497. end
  5498. end
  5499. Kick(gPlayers[v])
  5500. end)
  5501. end
  5502. end)
  5503.  
  5504. addcmd('serverlock', 'lock teh server',{'slock'},
  5505. function(args, speaker)
  5506. slock = true
  5507. Notify('Locked Server')
  5508. end)
  5509.  
  5510. addcmd('unserverlock', 'unlock teh server',{'unslock'},
  5511. function(args, speaker)
  5512. slock = false
  5513. Notify('Unlocked Server')
  5514. end)
  5515.  
  5516. addcmd('unlockws', 'unlock the whole workspace',{'unlock'},
  5517. function(args, speaker)
  5518. Notify('Workspace unlocked')
  5519. wait(1)
  5520. local function unlock(instance)
  5521. for i,v in pairs(instance:GetChildren()) do
  5522. if v:IsA("BasePart") then
  5523. v.Locked = false
  5524. end
  5525. unlock(v)
  5526. end
  5527. end
  5528. unlock(workspace)
  5529. end)
  5530.  
  5531. addcmd('lockws', 'lock the whole workspace',{'lock'},
  5532. function(args, speaker)
  5533. Notify('Workspace locked')
  5534. wait(1)
  5535. local function lock(instance)
  5536. for i,v in pairs(instance:GetChildren()) do
  5537. if v:IsA("BasePart") then
  5538. v.Locked = true
  5539. end
  5540. lock(v)
  5541. end
  5542. end
  5543. lock(workspace)
  5544. end)
  5545.  
  5546. addcmd('unanchorws', 'unanchor the whole workspace',{'unanchor', 'unanchr'},
  5547. function(args, speaker)
  5548. local function unanchor(instance)
  5549. for i,v in pairs(instance:GetChildren()) do
  5550. if v:IsA("BasePart") then
  5551. v.Anchored=false
  5552. end
  5553. unanchor(v)
  5554. end
  5555. end
  5556. unanchor(workspace)
  5557. end)
  5558.  
  5559. addcmd('anchorws', 'anchor the whole workspace',{'anchor'},
  5560. function(args, speaker)
  5561. local function anchor(instance)
  5562. for i,v in pairs(instance:GetChildren()) do
  5563. if v:IsA("BasePart") then
  5564. v.Anchored=true
  5565. end
  5566. anchor(v)
  5567. end
  5568. end
  5569. anchor(workspace)
  5570. end)
  5571.  
  5572. addcmd("clear", "resets Workspace to a baseplate",{'clearws','clearworkspace'},
  5573. function()
  5574. for _,v in pairs(game.Workspace:GetChildren()) do
  5575. if not v:IsA("Terrain") and v ~= game.Workspace.CurrentCamera and not game.Players:GetPlayerFromCharacter(v) then
  5576. v:Remove()
  5577. elseif v:IsA("Terrain") then
  5578. v:Clear()
  5579. end
  5580. end
  5581. local p = Instance.new("Part", game.Workspace)
  5582. p.Anchored = true
  5583. p.FormFactor = "Symmetric"
  5584. p.Size = Vector3.new(1000,1,1000)
  5585. p.Position = Vector3.new(0,0,0)
  5586. p.BrickColor = BrickColor.new("Bright green")
  5587. p.Material = "Grass"
  5588. p.Locked = true
  5589. end)
  5590.  
  5591. addcmd('headshake', 'shakes a players head',{},
  5592. function(args, speaker)
  5593. local players = getPlayer(args[1], speaker)
  5594. for i,v in pairs(players) do
  5595. spawn(function()
  5596. local shaken = gPlayers[v].Character
  5597. for X = 1, math.huge, 0.2 do
  5598. wait()
  5599. shaken.Torso.Neck.C0 = CFrame.new(math.sin(X) / 1,1.5,0)
  5600. shaken.Torso.Neck.C1 = CFrame.new(0,0,0)
  5601. end
  5602. for X = 1, math.huge, 0.1 do
  5603. wait()
  5604. shaken.Torso.Neck.C0 = CFrame.new(0,1.5,0) * CFrame.fromAxisAngle(Vector3.new(0,1,0), X)
  5605. shaken.Torso.Neck.C1 = CFrame.new(0,0,0)
  5606. end
  5607. for _,c in pairs(game.Players:GetChildren()) do
  5608. c.Character.Head.Mesh.Scale = Vector3.new(100, 100, 100)
  5609. end
  5610. for _,c in pairs(game.Players:GetChildren()) do
  5611. c.Character.Head.Mesh.Scale = Vector3.new(1.25, 1.25, 1.25)
  5612. end
  5613. end)
  5614. end
  5615. end)
  5616.  
  5617. addcmd('explorer', 'opens DEX',{'dex'},
  5618. function(args, speaker)
  5619. if speaker.userId ~= LP.userId then
  5620. lponly(speaker)
  5621. else
  5622. loadstring(game:GetObjects("rbxassetid://492005721")[1].Source)()
  5623. end
  5624. end)
  5625.  
  5626. addcmd('firstp', 'forces player to go into first person',{},
  5627. function(args, speaker)
  5628. local players = getPlayer(args[1], speaker)
  5629. for i,v in pairs(players)do
  5630. gPlayers[v].CameraMode = "LockFirstPerson"
  5631. end
  5632. end)
  5633.  
  5634. addcmd('base', 'spawns a base',{},
  5635. function(args, speaker)
  5636. local pt = Instance.new("Part")
  5637. pt.BrickColor = BrickColor.new("Silver")
  5638. pt.Anchored = true
  5639. pt.CanCollide = true
  5640. pt.BottomSurface = "Weld"
  5641. pt.Parent = workspace
  5642. pt.Name = (math.random(1,1000000))
  5643. pt.Size = Vector3.new(1000, 1, 1000)
  5644. pt.Locked = true
  5645. Notify('Created new base')
  5646. end)
  5647.  
  5648. addcmd('fix', 'restores lighting and what not',{},
  5649. function(args, speaker)
  5650. game.Lighting.Ambient = origsettings.abt
  5651. game.Lighting.Ambient = origsettings.oabt
  5652. game.Lighting.Brightness = origsettings.brt
  5653. game.Lighting.TimeOfDay = origsettings.time
  5654. game.Lighting.FogColor = origsettings.fclr
  5655. game.Lighting.FogEnd = origsettings.fe
  5656. game.Lighting.FogStart = origsettings.fs
  5657. local function dels(instance)
  5658. for i,v in pairs(instance:GetChildren())do
  5659. if v:IsA'Sound'then v:Destroy()end
  5660. dels(v)
  5661. end
  5662. end
  5663. dels(workspace)
  5664. for i,v in pairs(game.Lighting:GetChildren()) do
  5665. if v:IsA('Sky') then
  5666. v:Remove()
  5667. end
  5668. end
  5669. for i,v in pairs(game.Lighting:GetChildren()) do
  5670. if v:IsA('BloomEffect') then
  5671. v:Remove()
  5672. end
  5673. end
  5674. for i,v in pairs(game.Lighting:GetChildren()) do
  5675. if v:IsA('BlurEffect') then
  5676. v:Remove()
  5677. end
  5678. end
  5679. for i,v in pairs(game.Lighting:GetChildren()) do
  5680. if v:IsA('ColorCorrectionEffect') then
  5681. v:Remove()
  5682. end
  5683. end
  5684. for i,v in pairs(game.Lighting:GetChildren()) do
  5685. if v:IsA('SunRaysEffect') then
  5686. v:Remove()
  5687. end
  5688. end
  5689. end)
  5690.  
  5691. addcmd('unblur', 'removes all blur instances',{'noblur'},
  5692. function(args, speaker)
  5693. for i,v in pairs(game.Lighting:GetChildren()) do
  5694. if v:IsA('BlurEffect') then
  5695. v:Remove()
  5696. end
  5697. end
  5698. end)
  5699.  
  5700. addcmd('thirdp', 'allows player to go into third person',{},
  5701. function(args, speaker)
  5702. local players = getPlayer(args[1], speaker)
  5703. for i,v in pairs(players)do
  5704. gPlayers[v].CameraMode = "Classic"
  5705. end
  5706. end)
  5707.  
  5708. addcmd('chat', 'forces player to chat what you input',{},
  5709. function(args, speaker)
  5710. local players = getPlayer(args[1], speaker)
  5711. for i,v in pairs(players)do
  5712. game.Chat:Chat(gPlayers[v].Character.Head, GLS(false, 1))
  5713. end
  5714. end)
  5715.  
  5716. addcmd('nohead', 'names player',{'unhead'},
  5717. function(args, speaker)
  5718. local players = getPlayer(args[1], speaker)
  5719. if not args[1] then return end
  5720. for i,v in pairs(players) do
  5721. for a, mod in pairs(gPlayers[v].Character:children()) do
  5722. if mod:FindFirstChild("TAG") then
  5723. mod:Destroy()
  5724. end
  5725. gPlayers[v].Character.Head.Transparency = 1
  5726. end
  5727. end
  5728. end)
  5729.  
  5730. addcmd('head', 'unnames player',{'addhead'},
  5731. function(args, speaker)
  5732. local players = getPlayer(args[1], speaker)
  5733. local name = (args[2])
  5734. for i,v in pairs(players) do
  5735. for a, mod in pairs(gPlayers[v].Character:children()) do
  5736. if mod:FindFirstChild("TAG") then
  5737. mod:Destroy()
  5738. end
  5739. gPlayers[v].Character.Head.Transparency = 0
  5740. end
  5741. end
  5742. end)
  5743.  
  5744. addcmd('name', 'names player',{},
  5745. function(args, speaker)
  5746. local players = getPlayer(args[1], speaker)
  5747. if not args[1] then return end
  5748. for i,v in pairs(players) do
  5749. for a, mod in pairs(gPlayers[v].Character:children()) do
  5750. if mod:FindFirstChild("TAG") then
  5751. gPlayers[v].Character.Head.Transparency = 0
  5752. mod:Destroy()
  5753. end
  5754. end
  5755.  
  5756. local char = gPlayers[v].Character
  5757. local model = Instance.new("Model", char)
  5758. local clone = char.Head:Clone()
  5759. local hum = Instance.new("Humanoid", model)
  5760. local weld = Instance.new("Weld", clone)
  5761. model.Name = GLS(false, 1)
  5762. clone.Parent = model
  5763. hum.Name = "TAG"
  5764. hum.MaxHealth = 100
  5765. hum.Health = 100
  5766. weld.Part0 = clone
  5767. weld.Part1 = char.Head
  5768. char.Head.Transparency = 1
  5769. end
  5770. end)
  5771.  
  5772. addcmd('unname', 'unnames player',{'unhidename'},
  5773. function(args, speaker)
  5774. local players = getPlayer(args[1], speaker)
  5775. local name = (args[2])
  5776. for i,v in pairs(players) do
  5777. for a, mod in pairs(gPlayers[v].Character:children()) do
  5778. if mod:FindFirstChild("TAG") then
  5779. gPlayers[v].Character.Head.Transparency = 0
  5780. mod:Destroy()
  5781. end
  5782. end
  5783. end
  5784. end)
  5785.  
  5786. addcmd('noname', 'hides the players name',{'hidename'},
  5787. function(args, speaker)
  5788. local players = getPlayer(args[1], speaker)
  5789. for i,v in pairs(players) do
  5790. for a, mod in pairs(gPlayers[v].Character:children()) do
  5791. if mod:FindFirstChild("TAG") then
  5792. gPlayers[v].Character.Head.Transparency = 0
  5793. mod:Destroy()
  5794. end
  5795. end
  5796.  
  5797. local char = gPlayers[v].Character
  5798. local model = Instance.new("Model", char)
  5799. local clone = char.Head:Clone()
  5800. local hum = Instance.new("Humanoid", model)
  5801. local weld = Instance.new("Weld", clone)
  5802. model.Name = ""
  5803. clone.Parent = model
  5804. hum.Name = "TAG"
  5805. hum.MaxHealth = 100
  5806. hum.Health = 100
  5807. weld.Part0 = clone
  5808. weld.Part1 = char.Head
  5809. char.Head.Transparency = 1
  5810. end
  5811. end)
  5812.  
  5813. addcmd('damage', 'damages a player',{},
  5814. function(args, speaker)
  5815. local players = getPlayer(args[1], speaker)
  5816. for i,v in pairs(players) do
  5817. gPlayers[v].Character.Humanoid.Health = gPlayers[v].Character.Humanoid.Health - 25
  5818. end
  5819. end)
  5820.  
  5821. addcmd('view', 'views player',{},
  5822. function(args, speaker)
  5823. local players = getPlayer(args[1], speaker)
  5824. for i,v in pairs(players) do
  5825. game.Workspace.CurrentCamera.CameraSubject = gPlayers[v].Character
  5826. Notify('Viewing ' .. gPlayers[v].Name)
  5827. end
  5828. end)
  5829.  
  5830. addcmd('unview', 'stops viewing player',{},
  5831. function()
  5832. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  5833. Notify('View turned off')
  5834. end)
  5835.  
  5836. addcmd('nolimbs', 'removes limbs from player',{},
  5837. function(args, speaker)
  5838. local players = getPlayer(args[1], speaker)
  5839. for i,v in pairs(players) do
  5840. for i,v in pairs(gPlayers[v].Character:GetChildren()) do
  5841. if v:IsA("BasePart") and
  5842. v.Name == "Right Leg" or
  5843. v.Name == "Left Leg" or
  5844. v.Name == "Right Arm" or
  5845. v.Name == "Left Arm" then
  5846. v:Remove()
  5847. end
  5848. end
  5849. end
  5850. end)
  5851.  
  5852. addcmd('box', 'creates a box around player',{},
  5853. function(args, speaker)
  5854. local players = getPlayer(args[1], speaker)
  5855. for i,v in pairs(players)do
  5856. local pchar=_char(v)
  5857. local SB = Instance.new("SelectionBox", pchar)
  5858. SB.Adornee = SB.Parent
  5859. end
  5860. end)
  5861.  
  5862. addcmd('nobox', 'takes away box from player',{'unbox'},
  5863. function(args, speaker)
  5864. local players = getPlayer(args[1], speaker)
  5865. for i,v in pairs(players)do
  5866. local pchar=_char(v)
  5867. for i,v in pairs(gPlayers[v].Character:GetChildren()) do
  5868. if v:IsA("SelectionBox") then
  5869. v:Destroy()
  5870. end
  5871. end
  5872. end
  5873. end)
  5874.  
  5875. addcmd('ghost', 'ghostifys player',{},
  5876. function(args, speaker)
  5877. local players = getPlayer(args[1], speaker)
  5878. for i,v in pairs(players)do
  5879. local pchar=gPlayers[v].Character
  5880. pchar.Head.Transparency = 0.5
  5881. pchar.Torso.Transparency = 0.5
  5882. pchar["Left Arm"].Transparency = 0.5
  5883. pchar["Right Arm"].Transparency = 0.5
  5884. pchar["Left Leg"].Transparency = 0.5
  5885. pchar["Right Leg"].Transparency = 0.5
  5886. pchar.Head.face.Transparency = 0.5
  5887. end
  5888. end)
  5889.  
  5890. addcmd('sphere', 'puts sphere around player',{},
  5891. function(args, speaker)
  5892. local players = getPlayer(args[1], speaker)
  5893. for i,v in pairs(players)do
  5894. local pchar=gPlayers[v].Character
  5895. local SS = Instance.new("SelectionSphere", pchar)
  5896. SS.Adornee = SS.Parent
  5897. end
  5898. end)
  5899.  
  5900. addcmd('sphere', 'puts sphere around player',{},
  5901. function(args, speaker)
  5902. local players = getPlayer(args[1], speaker)
  5903. for i,v in pairs(players)do
  5904. local pchar=gPlayers[v].Character
  5905. local SS = Instance.new("SelectionSphere", pchar)
  5906. SS.Adornee = SS.Parent
  5907. end
  5908. end)
  5909.  
  5910. addcmd('unsphere', 'removes sphere around player',{},
  5911. function(args, speaker)
  5912. local players = getPlayer(args[1], speaker)
  5913. for i,v in pairs(players)do
  5914. local pchar=_char(v)
  5915. for i,v in pairs(gPlayers[v].Character:GetChildren()) do
  5916. if v:IsA("SelectionSphere") then
  5917. v:Destroy()
  5918. end
  5919. end
  5920. end
  5921. end)
  5922.  
  5923. addcmd('ambient','changes ambient',{},
  5924. function(args, speaker)
  5925. game.Lighting.Ambient = Color3.new(args[1],args[2],args[3])
  5926. end)
  5927.  
  5928. addcmd('fogend','changes the fogend',{},
  5929. function(args, speaker)
  5930. game.Lighting.FogEnd = args[1]
  5931. end)
  5932.  
  5933. addcmd('fogcolor','changes the fogs color',{},
  5934. function(args, speaker)
  5935. game.Lighting.FogColor = Color3.new(args[1],args[2],args[3])
  5936. end)
  5937.  
  5938. injail = {}
  5939. addcmd('jail','jails player',{},
  5940. function(args, speaker)
  5941. local players = getPlayer(args[1], speaker)
  5942. for i,v in pairs(players)do
  5943. if FindTable(injail, _players[v].Name) then return end
  5944. table.insert(injail, _players[v].Name)
  5945. local pchar=gPlayers[v].Character
  5946. local J = DATA.JAIL:Clone() J.Parent = workspace J:MoveTo(pchar.HumanoidRootPart.Position) J.Name = 'JAIL_' .. _players[v].Name
  5947. repeat wait(0.5)
  5948. pchar = _players[v].Character if pchar and pchar:FindFirstChild('HumanoidRootPart') and J:FindFirstChild('MAIN') then pchar.HumanoidRootPart.CFrame = J.MAIN.CFrame + Vector3.new(0, 1, 0) end
  5949. until not FindTable(injail, _players[v].Name)
  5950. end
  5951. end)
  5952.  
  5953. addcmd('unjail','unjails player',{},
  5954. function(args, speaker)
  5955. local players = getPlayer(args[1], speaker)
  5956. for i,v in pairs(players)do
  5957. for a,b in pairs(injail) do if b == _players[v].Name then table.remove(injail, a) end end
  5958. game.Workspace["JAIL_" .. gPlayers[v].Name]:Destroy()
  5959. end
  5960. end)
  5961.  
  5962. strobe = false
  5963. addcmd('strobe','makes the server flash',{'flash'},
  5964. function(args, speaker)
  5965. if strobe == false then
  5966. strobep = Instance.new("ColorCorrectionEffect")
  5967. strobep.Brightness = 1
  5968. strobep.Parent = game.Lighting
  5969. strobe = true
  5970. repeat wait(0.01)
  5971. strobep.Enabled = true
  5972. wait(0.01)
  5973. strobep.Enabled = false
  5974. until strobe == false
  5975. end
  5976. end)
  5977.  
  5978. addcmd('unstrobe','makes the server flash',{'noflash','nostrobe','unflash','unstrobe'},
  5979. function(args, speaker)
  5980. strobe = false
  5981. strobep:Destroy()
  5982. end)
  5983.  
  5984. addcmd('shutdown', 'shuts the server down',{},
  5985. function(args, speaker)
  5986. Notify('Shutting Down...')
  5987. wait(1)
  5988. workspace.Gravity = 1/0*0
  5989. end)
  5990.  
  5991. addcmd('animation','makes player animate',{'anim'},
  5992. function(args, speaker)
  5993. local players = getPlayer(args[1], speaker)
  5994. for i,v in pairs(players)do
  5995. local pchar = gPlayers[v].Character
  5996. local ID = args[2]
  5997.  
  5998. if args[2] == "climb" then
  5999. ID = "180436334"
  6000. end
  6001. if args[2] == "fall" then
  6002. ID = "180436148"
  6003. end
  6004. if args[2] == "jump" then
  6005. ID = "125750702"
  6006. end
  6007. if args[2] == "sit" then
  6008. ID = "178130996"
  6009. end
  6010. for _,x in pairs(gPlayers[v].Character.Animate:GetChildren()) do
  6011. if x:IsA("StringValue") then
  6012. for _,c in pairs(x:GetChildren()) do
  6013. if c:IsA("Animation") then
  6014. c.AnimationId = "rbxassetid://" .. ID
  6015. end
  6016. end
  6017. end
  6018. end
  6019. end
  6020. end)
  6021.  
  6022. addcmd('normal','turns player back to normal',{},
  6023. function(args, speaker)
  6024. local players = getPlayer(args[1], speaker)
  6025. for i,v in pairs(players)do
  6026. local pchar = gPlayers[v].Character
  6027.  
  6028. pchar.Torso.Neck.C0 = CFrame.new(0,1,0) * CFrame.Angles(math.rad(90),math.rad(180),0)
  6029. pchar.Torso["Right Shoulder"].C0 = CFrame.new(1,0.5,0) * CFrame.Angles(0,math.rad(90),0)
  6030. pchar.Torso["Left Shoulder"].C0 = CFrame.new(-1,0.5,0) * CFrame.Angles(0,math.rad(-90),0)
  6031. pchar.Torso["Right Hip"].C0 = CFrame.new(1,-1,0) * CFrame.Angles(0,math.rad(90),0)
  6032. pchar.Torso["Left Hip"].C0 = CFrame.new(-1,-1,0) * CFrame.Angles(0,math.rad(-90),0)
  6033.  
  6034. for i,v in pairs(pchar.Head:GetChildren()) do
  6035. if v:IsA("SpecialMesh") then
  6036. v:Destroy()
  6037. end
  6038. end
  6039.  
  6040. for i,v in pairs(pchar:GetChildren()) do
  6041. if v:IsA("Shirt") then
  6042. v:Destroy()
  6043. end
  6044. end
  6045.  
  6046. for i,v in pairs(pchar:GetChildren()) do
  6047. if v:IsA("Pants") then
  6048. v:Destroy()
  6049. end
  6050. end
  6051.  
  6052. if Player.Character:FindFirstChild("Shirt Graphic") ~= nil then
  6053. Player.Character["Shirt Graphic"].Graphic = ""
  6054. end
  6055.  
  6056. local HeadMesh = Instance.new("SpecialMesh", pchar.Head)
  6057. HeadMesh.MeshType = "Head"
  6058. HeadMesh.Scale = Vector3.new(1.25, 1.25, 1.25)
  6059.  
  6060. pchar.Head.Transparency = 0
  6061. pchar.Torso.Transparency = 0
  6062. pchar["Left Arm"].Transparency = 0
  6063. pchar["Right Arm"].Transparency = 0
  6064. pchar["Left Leg"].Transparency = 0
  6065. pchar["Right Leg"].Transparency = 0
  6066.  
  6067. for i,v in pairs(pchar.Head:GetChildren()) do
  6068. if v:IsA("Decal") then
  6069. v:Destroy()
  6070. end
  6071. end
  6072.  
  6073. local face = Instance.new("Decal", pchar.Head)
  6074. face.Name = "face"
  6075. face.Texture = "rbxasset://textures/face.png"
  6076. face.Face = "Front"
  6077.  
  6078. for i,v in pairs(pchar:GetChildren()) do
  6079. if v:IsA("Seat") then
  6080. v:Destroy()
  6081. end
  6082. end
  6083.  
  6084. for i,v in pairs(pchar.Torso:GetChildren()) do
  6085. if v:IsA("Weld") then
  6086. v:Destroy()
  6087. end
  6088. end
  6089.  
  6090. for i,v in pairs(pchar.Torso:GetChildren()) do
  6091. if v:IsA("SpecialMesh") then
  6092. v:Destroy()
  6093. end
  6094. end
  6095.  
  6096. pchar["Body Colors"].HeadColor = BrickColor.new("Cool yellow")
  6097. pchar["Body Colors"].LeftArmColor = BrickColor.new("Cool yellow")
  6098. pchar["Body Colors"].LeftLegColor = BrickColor.new("Medium blue")
  6099. pchar["Body Colors"].RightArmColor = BrickColor.new("Cool yellow")
  6100. pchar["Body Colors"].RightLegColor = BrickColor.new("Medium blue")
  6101. pchar["Body Colors"].TorsoColor = BrickColor.new("Bright blue")
  6102. for _,v in pairs(Player.Character:GetChildren()) do
  6103. if v:IsA("Accessory") then
  6104. v:Destroy()
  6105. end
  6106. end
  6107. end
  6108. end)
  6109.  
  6110. addcmd('creeper','make the player a creeper',{'crpr'},
  6111. function(args, speaker)
  6112. local players = getPlayer(args[1], speaker)
  6113. for i,v in pairs(players)do
  6114. local pchar = gPlayers[v].Character
  6115. if gPlayers[v] and pchar and pchar:findFirstChild("Torso") then
  6116. if pchar:FindFirstChild("Shirt") then
  6117. pchar.Shirt.Parent = pchar.Torso
  6118. end
  6119. if pchar:FindFirstChild("Pants") then
  6120. pchar.Pants.Parent = pchar.Torso
  6121. end
  6122. if pchar:FindFirstChild("Shirt Graphic") then
  6123. pchar["Shirt Graphic"].Graphic = ""
  6124. end
  6125. for i,v in pairs(pchar:GetChildren()) do
  6126. if v:IsA("Accessory") then
  6127. v:Destroy()
  6128. end
  6129. end
  6130. pchar.Torso.Neck.C0 = CFrame.new(0,1,0) * CFrame.Angles(math.rad(90),math.rad(180),0)
  6131. pchar.Torso["Right Shoulder"].C0 = CFrame.new(0,-1.5,-.5) * CFrame.Angles(0,math.rad(90),0)
  6132. pchar.Torso["Left Shoulder"].C0 = CFrame.new(0,-1.5,-.5) * CFrame.Angles(0,math.rad(-90),0)
  6133. pchar.Torso["Right Hip"].C0 = CFrame.new(0,-1,.5) * CFrame.Angles(0,math.rad(90),0)
  6134. pchar.Torso["Left Hip"].C0 = CFrame.new(0,-1,.5) * CFrame.Angles(0,math.rad(-90),0)
  6135. pchar["Body Colors"].HeadColor = BrickColor.new("Bright green")
  6136. pchar["Body Colors"].LeftArmColor = BrickColor.new("Bright green")
  6137. pchar["Body Colors"].LeftLegColor = BrickColor.new("Bright green")
  6138. pchar["Body Colors"].RightArmColor = BrickColor.new("Bright green")
  6139. pchar["Body Colors"].RightLegColor = BrickColor.new("Bright green")
  6140. pchar["Body Colors"].TorsoColor = BrickColor.new("Bright green")
  6141. end
  6142. end
  6143. end)
  6144.  
  6145. addcmd('uncreeper','makes player back to normal',{},
  6146. function(args, speaker)
  6147. local players = getPlayer(args[1], speaker)
  6148. for i,v in pairs(players)do
  6149. execCmd("normal " .. gPlayers[v].Name, Player)
  6150. end
  6151. end)
  6152.  
  6153. addcmd('crash','crashes a player',{},
  6154. function(args, speaker)
  6155. local players = getPlayer(args[1], speaker)
  6156. for i,v in pairs(players)do
  6157. if args[1] == "all" then
  6158. Notify('Everyone has been crashed')
  6159. elseif args[1] == "others" then
  6160. Notify('Crashed others')
  6161. elseif args[1] == "friends" then
  6162. Notify('Crashed friends')
  6163. elseif args[1] == "nonfriends" then
  6164. Notify('Crashed non friends')
  6165. elseif args[1] == "team" then
  6166. Notify('Crashed your team')
  6167. elseif args[1] == "nonteam" then
  6168. Notify('Crashed the opposing team')
  6169. elseif args[1] == "guests" then
  6170. Notify('Crashed guests')
  6171. elseif args[1] == "nonadmins" then
  6172. Notify('Crashed nonadmins')
  6173. else
  6174. Notify(gPlayers[v].Name .. ' has been crashed')
  6175. end
  6176. wait(4)
  6177. local play = gPlayers[v]
  6178. if play ~= nil then
  6179. for i=1,3600 do
  6180. Instance.new("HopperBin",play.Backpack).Name = "nig"
  6181. end
  6182. wait()
  6183. for i=1,3600 do
  6184. Instance.new("HopperBin",play.Backpack).Name = "nog"
  6185. end
  6186. wait()
  6187. end
  6188. end
  6189. end)
  6190.  
  6191. addcmd('shrek', 'makes player shrek',{},
  6192. function(args, speaker)
  6193. local players = getPlayer(args[1], speaker)
  6194. for i,v in pairs(players) do
  6195. local pchar = gPlayers[v].Character
  6196. for i,v in pairs(pchar:GetChildren()) do
  6197. if v:IsA("Accessory") or v:IsA("CharacterMesh") or v:IsA("Shirt") or v:IsA("Pants")
  6198. then
  6199. v:Destroy()
  6200. end
  6201. end
  6202. for i,v in pairs(pchar.Head:GetChildren()) do
  6203. if v:IsA("Decal") or v:IsA("SpecialMesh") then
  6204. v:Destroy()
  6205. end
  6206. end
  6207.  
  6208. local mesh = Instance.new("SpecialMesh", pchar.Head)
  6209. mesh.MeshType = "FileMesh"
  6210. pchar.Head.Mesh.MeshId = "http://www.roblox.com/asset/?id=19999257"
  6211. pchar.Head.Mesh.Offset = Vector3.new(-0.1, 0.1, 0)
  6212. pchar.Head.Mesh.TextureId = "http://www.roblox.com/asset/?id=156397869"
  6213.  
  6214. local Shirt = Instance.new("Shirt", gPlayers[v].Character)
  6215. local Pants = Instance.new("Pants", gPlayers[v].Character)
  6216.  
  6217. Shirt.ShirtTemplate = "rbxassetid://133078194"
  6218. Pants.PantsTemplate = "rbxassetid://133078204"
  6219. end
  6220. end)
  6221.  
  6222. addcmd('unshrek','makes player back to normal',{},
  6223. function(args, speaker)
  6224. local players = getPlayer(args[1], speaker)
  6225. for i,v in pairs(players)do
  6226. execCmd("normal " .. gPlayers[v].Name, Player)
  6227. end
  6228. end)
  6229.  
  6230. addcmd('oof','good things happen',{},
  6231. function(args, speaker)
  6232. local players = getPlayer(args[1], speaker)
  6233. for i,v in pairs(players)do
  6234. spawn(function()
  6235. if gPlayers[v].Character.Head:FindFirstChild("Died") then gPlayers[v].Character.Head.Died.Looped = true wait(0.1) gPlayers[v].Character.Head.Died.Playing = true
  6236. gPlayers[v].Character.Head.Died.Volume = 10
  6237. gPlayers[v].Character.Head.Died.Pitch = 0.5
  6238. end
  6239. execCmd("size " .. gPlayers[v].Name .. ' -1')
  6240. execCmd("hheight " .. gPlayers[v].Name .. ' 1000000000')
  6241. wait(5)
  6242. execCmd("explode " .. gPlayers[v].Name)
  6243. wait(0.1)
  6244. gPlayers[v].Character.Humanoid.Health = 0
  6245. end)
  6246. end
  6247. end)
  6248.  
  6249. addcmd('control','controls player',{},
  6250. function(args, speaker)
  6251. local players = getPlayer(args[1], speaker)
  6252. for i,v in pairs(players)do
  6253. local pchar = gPlayers[v].Character
  6254. if gPlayers[v] and pchar then
  6255. pchar.Humanoid.PlatformStand = true
  6256. local w = Instance.new("Weld", speaker.Character.Torso)
  6257. w.Part0 = speaker.Character.Torso
  6258. w.Part1 = pchar.Torso
  6259. local w2 = Instance.new("Weld", speaker.Character.Head)
  6260. w2.Part0 = speaker.Character.Head
  6261. w2.Part1 = pchar.Head
  6262. local w3 = Instance.new("Weld", speaker.Character:findFirstChild("Right Arm"))
  6263. w3.Part0 = speaker.Character:findFirstChild("Right Arm")
  6264. w3.Part1 = pchar:findFirstChild("Right Arm")
  6265. local w4 = Instance.new("Weld", speaker.Character:findFirstChild("Left Arm"))
  6266. w4.Part0 = speaker.Character:findFirstChild("Left Arm")
  6267. w4.Part1 = pchar:findFirstChild("Left Arm")
  6268. local w5 = Instance.new("Weld", speaker.Character:findFirstChild("Right Leg"))
  6269. w5.Part0 = speaker.Character:findFirstChild("Right Leg")
  6270. w5.Part1 = pchar:findFirstChild("Right Leg")
  6271. local w6 = Instance.new("Weld", speaker.Character:findFirstChild("Left Leg"))
  6272. w6.Part0 = speaker.Character:findFirstChild("Left Leg")
  6273. w6.Part1 = pchar:findFirstChild("Left Leg")
  6274. char.Head.face:Destroy()
  6275. for i,v in pairs(pchar:GetChildren()) do
  6276. if v:IsA("BasePart") then
  6277. v.CanCollide = false
  6278. end
  6279. end
  6280. for i,v in pairs(char:GetChildren()) do
  6281. if v:IsA("BasePart") then
  6282. v.Transparency = 1
  6283. elseif v:IsA("Accessory") then
  6284. v:Destroy()
  6285. end
  6286. end
  6287. pchar.Parent = char
  6288. pchar.Humanoid.Changed:connect(function()
  6289. pchar.Humanoid.PlatformStand = true
  6290. end)
  6291. end
  6292. end
  6293. end)
  6294.  
  6295. addcmd('nuke','nukes player',{},
  6296. function(args, speaker)
  6297. local players = getPlayer(args[1], speaker)
  6298. for i,v in pairs(players)do
  6299. local pchar = gPlayers[v].Character
  6300. if gPlayers[v] and pchar and pchar:FindFirstChild("HumanoidRootPart") then
  6301. local nuke = Instance.new("Part", game.Workspace)
  6302. nuke.Anchored = true
  6303. nuke.CanCollide = false
  6304. nuke.FormFactor = "Symmetric"
  6305. nuke.Shape = "Ball"
  6306. nuke.Size = Vector3.new(1,1,1)
  6307. nuke.BrickColor = BrickColor.new("New Yeller")
  6308. nuke.Transparency = 0.5
  6309. nuke.Reflectance = 0.2
  6310. nuke.TopSurface = 0
  6311. nuke.BottomSurface = 0
  6312. nuke.Touched:connect(function (hit)
  6313. if hit and hit.Parent then
  6314. local boom = Instance.new("Explosion", game.Workspace)
  6315. boom.Position = hit.Position
  6316. boom.BlastRadius = 11
  6317. boom.BlastPressure = math.huge
  6318. end
  6319. end)
  6320. local CF = pchar.HumanoidRootPart.CFrame
  6321. nuke.CFrame = CF
  6322. for i = 1,333 do
  6323. nuke.Size = nuke.Size + Vector3.new(3,3,3)
  6324. nuke.CFrame = CF
  6325. wait(1/44)
  6326. end
  6327. nuke:Destroy()
  6328. end
  6329. end
  6330. end)
  6331.  
  6332. addcmd('infect','infects player',{},
  6333. function(args, speaker)
  6334. local players = getPlayer(args[1], speaker)
  6335. for i,v in pairs(players)do
  6336. function infect(rip)
  6337. local pchar = gPlayers[v].Character
  6338. for i,v in pairs(pchar:GetChildren()) do
  6339. if v:IsA("Accessory") or v:IsA("Shirt") or v:IsA("Pants") then
  6340. v:Destroy()
  6341. end
  6342. end
  6343. if pchar.Torso:FindFirstChild("roblox") then
  6344. pchar.Torso.roblox:Destroy()
  6345. end
  6346. if pchar.Head:FindFirstChild("face") then
  6347. pchar.Head.face.Texture = "http://www.roblox.com/asset/?id=94634491"
  6348. end
  6349. if pchar:FindFirstChild("Body Colors") then
  6350. local Colors = pchar["Body Colors"]
  6351. local Skin = BrickColor.new("Pastel green")
  6352. local Clothes = BrickColor.new("Reddish brown")
  6353. Colors.HeadColor = Skin
  6354. Colors.LeftArmColor = Skin
  6355. Colors.RightArmColor = Skin
  6356. Colors.LeftLegColor = Clothes
  6357. Colors.RightLegColor = Clothes
  6358. Colors.TorsoColor = Clothes
  6359. end
  6360. local w1 = Instance.new("Weld", pchar)
  6361. w1.Part0 = pchar["Right Arm"]
  6362. w1.Part1 = pchar.Torso
  6363. w1.C0 = CFrame.new(-1.5, 0.5, 0.5) * CFrame.fromEulerAnglesXYZ(math.rad(-90), math.rad(0), math.rad(0))
  6364. local w2 = Instance.new("Weld", pchar)
  6365. w2.Part0 = pchar["Left Arm"]
  6366. w2.Part1 = pchar.Torso
  6367. w2.C0 = CFrame.new(1.5, 0.5, 0.5) * CFrame.fromEulerAnglesXYZ(math.rad(-90), math.rad(0), math.rad(0))
  6368. local rip = false
  6369. local connect1 = pchar["Left Arm"].Touched:connect(function(hit)
  6370. if connect1 == false then
  6371. connect1 = true
  6372. if game.Players:FindFirstChild(hit.Parent.Name) then
  6373. infect(game.Players[hit.Parent.Name])
  6374. end
  6375. wait(0.5)
  6376. connect1 = true
  6377. end
  6378. end)
  6379. local connect2 = pchar["Right Arm"].Touched:connect(function(hit)
  6380. if connect2 == false then
  6381. connect2 = true
  6382. if game.Players:FindFirstChild(hit.Parent.Name) then
  6383. infect(game.Players[hit.Parent.Name])
  6384. end
  6385. wait(0.5)
  6386. connect2 = true
  6387. end
  6388. end)
  6389. local IV = Instance.new("IntValue", pchar)
  6390. IV.Name = "Infected"
  6391. IV.Value = 0
  6392. IV.Changed:connect(function()
  6393. connect1:disconnect()
  6394. connect2:disconnect()
  6395. end)
  6396. end
  6397. infect(v)
  6398. end
  6399. end)
  6400.  
  6401. addcmd('uninfect','makes player back to normal',{},
  6402. function(args, speaker)
  6403. local players = getPlayer(args[1], speaker)
  6404. for i,v in pairs(players)do
  6405. execCmd("normal " .. gPlayers[v].Name, Player)
  6406. end
  6407. end)
  6408.  
  6409. addcmd('duck','makes players head a duck',{},
  6410. function(args, speaker)
  6411. local players = getPlayer(args[1], speaker)
  6412. for i,v in pairs(players)do
  6413. local pchar = gPlayers[v].Character
  6414. for i,v in pairs(pchar.Torso:GetChildren()) do
  6415. if v:IsA("Decal") then
  6416. v:Destroy()
  6417. end
  6418. end
  6419. for i,v in pairs(pchar:GetChildren()) do
  6420. if v:IsA("Accessory") then
  6421. v:Destroy()
  6422. end
  6423. end
  6424. local duck = Instance.new("SpecialMesh", pchar.Torso)
  6425. duck.MeshType = "FileMesh"
  6426. duck.MeshId = "http://www.roblox.com/asset/?id=9419831"
  6427. duck.TextureId = "http://www.roblox.com/asset/?id=9419827"
  6428. duck.Scale = Vector3.new(5, 5, 5)
  6429. pchar.Head.Transparency = 1
  6430. pchar["Left Arm"].Transparency = 1
  6431. pchar["Right Arm"].Transparency = 1
  6432. pchar["Left Leg"].Transparency = 1
  6433. pchar["Right Leg"].Transparency = 1
  6434. pchar.Head.face.Transparency = 1
  6435. end
  6436. end)
  6437.  
  6438. addcmd('unduck','makes player back to normal',{},
  6439. function(args, speaker)
  6440. local players = getPlayer(args[1], speaker)
  6441. for i,v in pairs(players)do
  6442. execCmd("normal " .. gPlayers[v].Name, Player)
  6443. end
  6444. end)
  6445.  
  6446. addcmd('mesh','makes a player into a mesh',{},
  6447. function(args, speaker)
  6448. local players = getPlayer(args[1], speaker)
  6449. for i,v in pairs(players)do
  6450. local pchar = gPlayers[v].Character
  6451. for i,v in pairs(pchar.Torso:GetChildren()) do
  6452. if v:IsA("Decal") then
  6453. v:Destroy()
  6454. end
  6455. end
  6456. for i,v in pairs(pchar:GetChildren()) do
  6457. if v:IsA("Accessory") then
  6458. v:Destroy()
  6459. end
  6460. end
  6461. pchar.Head.Transparency = 1
  6462. pchar["Left Arm"].Transparency = 1
  6463. pchar["Right Arm"].Transparency = 1
  6464. pchar["Left Leg"].Transparency = 1
  6465. pchar["Right Leg"].Transparency = 1
  6466. pchar.Head.face.Transparency = 1
  6467. local msh = Instance.new("SpecialMesh", pchar.Torso)
  6468. msh.MeshType = "FileMesh"
  6469. msh.Scale = Vector3.new(3, 3, 3)
  6470. msh.MeshId = "http://www.roblox.com/asset/?id=" ..args[2]
  6471. msh.TextureId = "http://www.roblox.com/asset/?id=" .. args[3]
  6472. msh.Scale = Vector3.new(3, 3, 3)
  6473. end
  6474. end)
  6475.  
  6476. addcmd('disable','removes players humanoid',{},
  6477. function(args, speaker)
  6478. local players = getPlayer(args[1], speaker)
  6479. for i,v in pairs(players)do
  6480. local pchar = gPlayers[v].Character
  6481. if pchar:FindFirstChild("Humanoid") then
  6482. pchar.Humanoid.Name = "HUMANOID_" .. gPlayers[v].Name
  6483. local humanoid = pchar["HUMANOID_" .. gPlayers[v].Name]
  6484. humanoid.Parent = game.ContextActionService
  6485. if args[1] == "all" then
  6486. Notify('Everyone has been disabled')
  6487. elseif args[1] == "others" then
  6488. Notify('Others have been disabled')
  6489. elseif args[1] == "friends" then
  6490. Notify('Friends have been disabled')
  6491. elseif args[1] == "nonfriends" then
  6492. Notify('Non friends have been disabled')
  6493. elseif args[1] == "team" then
  6494. Notify('Your team has been disabled')
  6495. elseif args[1] == "nonteam" then
  6496. Notify('The opossing team been disabled')
  6497. elseif args[1] == "guests" then
  6498. Notify('Guests have been disabled')
  6499. elseif args[1] == "nonadmins" then
  6500. Notify('Nonadmins have been disabled')
  6501. else
  6502. Notify(gPlayers[v].Name .. ' has been disabled')
  6503. end
  6504. end
  6505. end
  6506. end)
  6507.  
  6508. addcmd('enable','gives player humanoid',{},
  6509. function(args, speaker)
  6510. local players = getPlayer(args[1], speaker)
  6511. for i,v in pairs(players)do
  6512. local pchar = gPlayers[v].Character
  6513. if pchar:FindFirstChild("Humanoid") then
  6514. return
  6515. else
  6516. local humanoid = game.ContextActionService["HUMANOID_" .. gPlayers[v].Name]
  6517. humanoid.Parent = pchar
  6518. humanoid.Name = "Humanoid"
  6519. if args[1] == "all" then
  6520. Notify('Everyone has been enabled')
  6521. elseif args[1] == "others" then
  6522. Notify('Others have been enabled')
  6523. elseif args[1] == "friends" then
  6524. Notify('Friends have been enabled')
  6525. elseif args[1] == "nonfriends" then
  6526. Notify('Non friends have been enabled')
  6527. elseif args[1] == "team" then
  6528. Notify('Your team has been enabled')
  6529. elseif args[1] == "nonteam" then
  6530. Notify('The opossing team has been enabled')
  6531. elseif args[1] == "guests" then
  6532. Notify('Guests have been enabled')
  6533. elseif args[1] == "nonadmins" then
  6534. Notify('Nonadmins have been enabled')
  6535. elseif args[1] == "admins" then
  6536. Notify('Admins have been enabled')
  6537. else
  6538. Notify(gPlayers[v].Name .. ' has been enabled')
  6539. end
  6540. end
  6541. end
  6542. end)
  6543.  
  6544. addcmd('size','changes size of player',{},
  6545. function(args, speaker)
  6546. local players = getPlayer(args[1], speaker)
  6547. for i,v in pairs(players)do
  6548. local pchar = gPlayers[v].Character
  6549. local function scale(chr,scl)
  6550.  
  6551. for _,v in pairs(pchar:GetChildren()) do
  6552. if v:IsA("Accessory") then
  6553. v:Clone()
  6554. v.Parent = game.Lighting
  6555. end
  6556. end
  6557.  
  6558. local Head = chr['Head']
  6559. local Torso = chr['Torso']
  6560. local LA = chr['Left Arm']
  6561. local RA = chr['Right Arm']
  6562. local LL = chr['Left Leg']
  6563. local RL = chr['Right Leg']
  6564. local HRP = chr['HumanoidRootPart']
  6565.  
  6566. wait(0.1)
  6567.  
  6568. Head.formFactor = 3
  6569. Torso.formFactor = 3
  6570. LA.formFactor = 3
  6571. RA.formFactor = 3
  6572. LL.formFactor = 3
  6573. RL.formFactor = 3
  6574. HRP.formFactor = 3
  6575.  
  6576. Head.Size = Vector3.new(scl * 2, scl, scl)
  6577. Torso.Size = Vector3.new(scl * 2, scl * 2, scl)
  6578. LA.Size = Vector3.new(scl, scl * 2, scl)
  6579. RA.Size = Vector3.new(scl, scl * 2, scl)
  6580. LL.Size = Vector3.new(scl, scl * 2, scl)
  6581. RL.Size = Vector3.new(scl, scl * 2, scl)
  6582. HRP.Size = Vector3.new(scl * 2, scl * 2, scl)
  6583.  
  6584. local Motor1 = Instance.new('Motor6D', Torso)
  6585. Motor1.Part0 = Torso
  6586. Motor1.Part1 = Head
  6587. Motor1.C0 = CFrame.new(0, 1 * scl, 0) * CFrame.Angles(-1.6, 0, 3.1)
  6588. Motor1.C1 = CFrame.new(0, -0.5 * scl, 0) * CFrame.Angles(-1.6, 0, 3.1)
  6589. Motor1.Name = "Neck"
  6590.  
  6591. local Motor2 = Instance.new('Motor6D', Torso)
  6592. Motor2.Part0 = Torso
  6593. Motor2.Part1 = LA
  6594. Motor2.C0 = CFrame.new(-1 * scl, 0.5 * scl, 0) * CFrame.Angles(0, -1.6, 0)
  6595. Motor2.C1 = CFrame.new(0.5 * scl, 0.5 * scl, 0) * CFrame.Angles(0, -1.6, 0)
  6596. Motor2.Name = "Left Shoulder"
  6597.  
  6598. local Motor3 = Instance.new('Motor6D', Torso)
  6599. Motor3.Part0 = Torso
  6600. Motor3.Part1 = RA
  6601. Motor3.C0 = CFrame.new(1 * scl, 0.5 * scl, 0) * CFrame.Angles(0, 1.6, 0)
  6602. Motor3.C1 = CFrame.new(-0.5 * scl, 0.5 * scl, 0) * CFrame.Angles(0, 1.6, 0)
  6603. Motor3.Name = "Right Shoulder"
  6604.  
  6605. local Motor4 = Instance.new('Motor6D', Torso)
  6606. Motor4.Part0 = Torso
  6607. Motor4.Part1 = LL
  6608. Motor4.C0 = CFrame.new(-1 * scl, -1 * scl, 0) * CFrame.Angles(0, -1.6, 0)
  6609. Motor4.C1 = CFrame.new(-0.5 * scl, 1 * scl, 0) * CFrame.Angles(0, -1.6, 0)
  6610. Motor4.Name = "Left Hip"
  6611.  
  6612. local Motor5 = Instance.new('Motor6D', Torso)
  6613. Motor5.Part0 = Torso
  6614. Motor5.Part1 = RL
  6615. Motor5.C0 = CFrame.new(1 * scl, -1 * scl, 0) * CFrame.Angles(0, 1.6, 0)
  6616. Motor5.C1 = CFrame.new(0.5 * scl, 1 * scl, 0) * CFrame.Angles(0, 1.6, 0)
  6617. Motor5.Name = "Right Hip"
  6618.  
  6619. local Motor6 = Instance.new('Motor6D', HRP)
  6620. Motor6.Part0 = HRP
  6621. Motor6.Part1 = Torso
  6622. Motor6.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(-1.6, 0, -3.1)
  6623. Motor6.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(-1.6, 0, -3.1)
  6624.  
  6625. end
  6626.  
  6627. scale(pchar, args[2])
  6628.  
  6629. for _,v in pairs(game.Lighting:GetChildren()) do
  6630. if v:IsA("Accessory") then
  6631. v.Parent = pchar
  6632. end
  6633. end
  6634. end
  6635. end)
  6636.  
  6637. addcmd('clone','clones player',{},
  6638. function(args, speaker)
  6639. local players = getPlayer(args[1], speaker)
  6640. for i,v in pairs(players)do
  6641. local pchar = gPlayers[v].Character
  6642. pchar.Archivable = true
  6643. local clone = pchar:Clone()
  6644. clone.Parent = game.Workspace
  6645. clone:MoveTo(pchar:GetModelCFrame().p)
  6646. clone:MakeJoints()
  6647. pchar.Archivable = false
  6648. end
  6649. end)
  6650.  
  6651. addcmd('spin','spins player',{},
  6652. function(args, speaker)
  6653. local players = getPlayer(args[1], speaker)
  6654. for i,v in pairs(players)do
  6655. local pchar = gPlayers[v].Character
  6656. for i,v in pairs(pchar.Torso:GetChildren()) do
  6657. if v.Name == "Spinning" then
  6658. v:Destroy()
  6659. end
  6660. end
  6661. local Torso = pchar.Torso
  6662. local BG = Instance.new("BodyGyro", Torso)
  6663. BG.Name = "Spinning"
  6664. BG.maxTorque = Vector3.new(0, math.huge, 0)
  6665. BG.P = 11111
  6666. BG.cframe = Torso.CFrame
  6667. repeat wait(1/44)
  6668. BG.CFrame = BG.CFrame * CFrame.Angles(0,math.rad(30),0)
  6669. until not BG or BG.Parent ~= Torso
  6670. end
  6671. end)
  6672.  
  6673. addcmd('unspin','stops spinning player',{},
  6674. function(args, speaker)
  6675. local players = getPlayer(args[1], speaker)
  6676. for i,v in pairs(players)do
  6677. local pchar = gPlayers[v].Character
  6678. for i,v in pairs(pchar.Torso:GetChildren()) do
  6679. if v.Name == "Spinning" then
  6680. v:Destroy()
  6681. end
  6682. end
  6683. end
  6684. end)
  6685.  
  6686. addcmd('dog','makes player a dog',{},
  6687. function(args, speaker)
  6688. local players = getPlayer(args[1], speaker)
  6689. for i,v in pairs(players)do
  6690. local pchar = gPlayers[v].Character
  6691. if pchar:FindFirstChild("Shirt") then
  6692. pchar.Shirt:Destroy()
  6693. end
  6694. if pchar:FindFirstChild("Pants") then
  6695. pchar.Pants:Destroy()
  6696. end
  6697. if pchar:FindFirstChild("Shirt Graphic") then
  6698. pchar["Shirt Graphic"].Graphic = ""
  6699. end
  6700. pchar.Torso.Transparency = 1
  6701. pchar.Torso.Neck.C0 = CFrame.new(0,-.5,-2) * CFrame.Angles(math.rad(90),math.rad(180),0)
  6702. pchar.Torso["Right Shoulder"].C0 = CFrame.new(.5,-1.5,-1.5) * CFrame.Angles(0,math.rad(90),0)
  6703. pchar.Torso["Left Shoulder"].C0 = CFrame.new(-.5,-1.5,-1.5) * CFrame.Angles(0,math.rad(-90),0)
  6704. pchar.Torso["Right Hip"].C0 = CFrame.new(1.5,-1,1.5) * CFrame.Angles(0,math.rad(90),0)
  6705. pchar.Torso["Left Hip"].C0 = CFrame.new(-1.5,-1,1.5) * CFrame.Angles(0,math.rad(-90),0)
  6706. local FakeTorso = Instance.new("Seat", pchar)
  6707. FakeTorso.Name = "FakeTorso"
  6708. FakeTorso.FormFactor = "Symmetric"
  6709. FakeTorso.TopSurface = 0
  6710. FakeTorso.BottomSurface = 0
  6711. FakeTorso.Size = Vector3.new(3,1,4)
  6712. FakeTorso.BrickColor = BrickColor.new("Brown")
  6713. FakeTorso.CFrame = pchar.Torso.CFrame
  6714. local BF = Instance.new("BodyForce", FakeTorso)
  6715. BF.Force = Vector3.new(0, FakeTorso:GetMass() * 196.25, 0)
  6716. local W = Instance.new("Weld", pchar.Torso)
  6717. W.Part0 = pchar.Torso
  6718. W.Part1 = FakeTorso
  6719. W.C0 = CFrame.new(0,-.5,0)
  6720. local BC = pchar["Body Colors"]
  6721. BC.HeadColor = BrickColor.new("Brown")
  6722. BC.LeftArmColor = BrickColor.new("Brown")
  6723. BC.LeftLegColor = BrickColor.new("Brown")
  6724. BC.RightArmColor = BrickColor.new("Brown")
  6725. BC.RightLegColor = BrickColor.new("Brown")
  6726. BC.TorsoColor = BrickColor.new("Brown")
  6727. end
  6728. end)
  6729.  
  6730. addcmd('undog','makes player back to normal',{},
  6731. function(args, speaker)
  6732. local players = getPlayer(args[1], speaker)
  6733. for i,v in pairs(players)do
  6734. execCmd("normal " .. gPlayers[v].Name, Player)
  6735. end
  6736. end)
  6737.  
  6738. addcmd('loopheal','loop heals player',{},
  6739. function(args, speaker)
  6740. local players = getPlayer(args[1], speaker)
  6741. for i,v in pairs(players)do
  6742. spawn(function()
  6743. local pchar = gPlayers[v].Character
  6744. if pchar:FindFirstChild("LoopHeal") then
  6745. pchar.LoopHeal.Name = "NotLoopHeal"
  6746. wait(0.1)
  6747. pchar.NotLoopHeal:Destroy()
  6748. end
  6749. local LoopHeal = Instance.new("StringValue", pchar)
  6750. LoopHeal.Name = "LoopHeal"
  6751. repeat wait(0.1)
  6752. pchar.Humanoid.Health = pchar.Humanoid.MaxHealth
  6753. until LoopHeal.Name == "NotLoopHeal"
  6754. end)
  6755. end
  6756. end)
  6757.  
  6758. addcmd('unloopheal','stops loop heal on player',{'noloopheal'},
  6759. function(args, speaker)
  6760. local players = getPlayer(args[1], speaker)
  6761. for i,v in pairs(players)do
  6762. local pchar = gPlayers[v].Character
  6763. if pchar:FindFirstChild("LoopHeal") then
  6764. pchar.LoopHeal.Name = "NotLoopHeal"
  6765. wait(0.1)
  6766. pchar.NotLoopHeal:Destroy()
  6767. end
  6768. end
  6769. end)
  6770.  
  6771. addcmd('fling','flings player',{},
  6772. function(args, speaker)
  6773. local players = getPlayer(args[1], speaker)
  6774. for i,v in pairs(players)do
  6775. local pchar = gPlayers[v].Character
  6776. if pchar:FindFirstChild("Humanoid") then
  6777. local xran
  6778. local zran
  6779. repeat
  6780. xran = math.random(-9999,9999)
  6781. until math.abs(xran) >= 5555
  6782. repeat
  6783. zran = math.random(-9999,9999)
  6784. until math.abs(zran) >= 5555
  6785. pchar.Humanoid.Sit = true
  6786. pchar.HumanoidRootPart.Velocity = Vector3.new(0,0,0)
  6787. local BF = Instance.new("BodyForce", pchar.HumanoidRootPart)
  6788. BF.force = Vector3.new(xran * 4, 9999 * 5, zran * 4)
  6789. end
  6790. end
  6791. end)
  6792.  
  6793. addcmd('nograv','makes player have moon gravity',{''},
  6794. function(args, speaker)
  6795. local players = getPlayer(args[1], speaker)
  6796. for i,v in pairs(players)do
  6797. local pchar = gPlayers[v].Character
  6798. for i,v in pairs(pchar.Torso:GetChildren()) do
  6799. if v.Name == "NoGrav" then
  6800. v:Destroy()
  6801. end
  6802. end
  6803. local BF = Instance.new("BodyForce", pchar.Torso)
  6804. BF.Name = "NoGrav"
  6805. BF.Force = Vector3.new(0,2700,0)
  6806. end
  6807. end)
  6808.  
  6809. addcmd('grav','makes player have normal gravity',{''},
  6810. function(args, speaker)
  6811. local players = getPlayer(args[1], speaker)
  6812. for i,v in pairs(players)do
  6813. local pchar = gPlayers[v].Character
  6814. for i,v in pairs(pchar.Torso:GetChildren()) do
  6815. if v.Name == "NoGrav" then
  6816. v:Destroy()
  6817. end
  6818. end
  6819. end
  6820. end)
  6821.  
  6822. addcmd('seizure','makes player have a seizure',{''},
  6823. function(args, speaker)
  6824. local players = getPlayer(args[1], speaker)
  6825. for i,v in pairs(players)do
  6826. local pchar = gPlayers[v].Character
  6827. if pchar:FindFirstChild("Seizure") then
  6828.  
  6829. end
  6830. local Seizure = Instance.new("StringValue", pchar)
  6831. Seizure.Name = "Seizure"
  6832. pchar.Humanoid.PlatformStand = true
  6833. repeat wait()
  6834. pchar.Torso.Velocity = Vector3.new(math.random(-10,10),-5,math.random(-10,10))
  6835. pchar.Torso.RotVelocity = Vector3.new(math.random(-5,5),math.random(-5,5),math.random(-5,5))
  6836. until Seizure.Name == "NotSeizure"
  6837. end
  6838. end)
  6839.  
  6840. addcmd('fekill','kills a player in fe games',{''},
  6841. function(args, speaker)
  6842. local players = getPlayer(args[1], speaker)
  6843. for i,v in pairs(players)do
  6844. local pchar = gPlayers[v].Character
  6845. game.Players.LocalPlayer.Character.Humanoid.Name = 1
  6846. local l = game.Players.LocalPlayer.Character["1"]:Clone()
  6847. l.Parent = game.Players.LocalPlayer.Character
  6848. l.Name = "Humanoid"
  6849. wait(0.1)
  6850. game.Players.LocalPlayer.Character["1"]:Destroy()
  6851. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  6852. game.Players.LocalPlayer.Character.Animate.Disabled = true
  6853. wait(0.1)
  6854. game.Players.LocalPlayer.Character.Animate.Disabled = false
  6855. game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
  6856. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  6857. game.Players.LocalPlayer.Character.Humanoid:EquipTool(v)
  6858. end
  6859. wait(0.1)
  6860. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = pchar.HumanoidRootPart.CFrame
  6861. wait(0.1)
  6862. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = pchar.Character.HumanoidRootPart.CFrame
  6863. wait(0.2)
  6864. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-10000,-100, -10000))
  6865. end
  6866. end)
  6867.  
  6868. addcmd('fegod','gods you in fe games',{''},
  6869. function(args, speaker)
  6870. if speaker.userId ~= LP.userId then
  6871. lponly(speaker)
  6872. else
  6873. game.Players.LocalPlayer.Character.Humanoid.Name = 1
  6874. local l = game.Players.LocalPlayer.Character["1"]:Clone()
  6875. l.Parent = game.Players.LocalPlayer.Character
  6876. l.Name = "Humanoid"
  6877. wait(0.1)
  6878. game.Players.LocalPlayer.Character["1"]:Destroy()
  6879. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  6880. game.Players.LocalPlayer.Character.Animate.Disabled = true
  6881. wait(0.1)
  6882. game.Players.LocalPlayer.Character.Animate.Disabled = false
  6883. game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
  6884. end
  6885. end)
  6886.  
  6887. addcmd('unseizure','makes player stop having a seizure',{''},
  6888. function(args, speaker)
  6889. local players = getPlayer(args[1], speaker)
  6890. for i,v in pairs(players)do
  6891. local pchar = gPlayers[v].Character
  6892. if pchar:FindFirstChild("Seizure") then
  6893. pchar.Humanoid.PlatformStand = false
  6894. pchar.Seizure.Name = "NotSeizure"
  6895. wait(0.1)
  6896. pchar.NotSeizure:Destroy()
  6897. end
  6898. end
  6899. end)
  6900.  
  6901. addcmd('m','makes a global message',{'message'},
  6902. function(args, speaker)
  6903. local MSG = GLS(false, 0)
  6904. local newMSG = GLS(false, 0)
  6905. _G.msg(MSG)
  6906. end)
  6907.  
  6908. addcmd('fe','checks filtering status',{'filtering'},
  6909. function(args, speaker)
  6910. if game.Workspace.FilteringEnabled == true then
  6911. Notify('Filtering ENABLED')
  6912. elseif game.Workspace.FilteringEnabled == false then
  6913. Notify('Filtering Disabled')
  6914. end
  6915. end)
  6916.  
  6917. addcmd('paper','makes player thin as paper',{''},
  6918. function(args, speaker)
  6919. local players = getPlayer(args[1], speaker)
  6920. for i,v in pairs(players)do
  6921. local pchar = gPlayers[v].Character
  6922. for _, child in pairs( pchar:GetChildren()) do
  6923. if child.ClassName == "CharacterMesh" then
  6924. child:Destroy()
  6925. end
  6926. end
  6927. local LA = DATA.Paper:Clone()
  6928. LA.Parent = pchar["Left Arm"]
  6929. local RA = DATA.Paper:Clone()
  6930. RA.Parent = pchar["Right Arm"]
  6931. local LL = DATA.Paper:Clone()
  6932. LL.Parent = pchar["Left Leg"]
  6933. local RL = DATA.Paper:Clone()
  6934. RL.Parent = pchar["Right Leg"]
  6935. local T = DATA.Paper:Clone()
  6936. T.Parent = pchar.Torso
  6937. local H = DATA.Paper:Clone()
  6938. H.Parent = pchar.Head
  6939. pchar.Head.face:Destroy()
  6940. end
  6941. end)
  6942.  
  6943. addcmd('particles','gives a player particles',{''},
  6944. function(args, speaker)
  6945. local players = getPlayer(args[1], speaker)
  6946. for i,v in pairs(players)do
  6947. local char = gPlayers[v].Character
  6948. for i,v in pairs(char.HumanoidRootPart:GetChildren()) do
  6949. if v:IsA('ParticleEmitter') then
  6950. v:destroy()
  6951. end
  6952. end
  6953. local prt = Instance.new('ParticleEmitter', char.HumanoidRootPart)
  6954. prt.Texture = 'rbxassetid://' .. args[2]
  6955. prt.Rate = 10
  6956. prt.SpreadAngle = Vector2.new(50, 50)
  6957. end
  6958. end)
  6959.  
  6960. addcmd('unparticles','gives a player particles',{'noparticles'},
  6961. function(args, speaker)
  6962. local players = getPlayer(args[1], speaker)
  6963. for i,v in pairs(players)do
  6964. local char = gPlayers[v].Character
  6965. for i,v in pairs(char.HumanoidRootPart:GetChildren()) do
  6966. if v:IsA('ParticleEmitter') then
  6967. v:destroy()
  6968. end
  6969. end
  6970. end
  6971. end)
  6972.  
  6973. addcmd('punish','punishs player',{''},
  6974. function(args, speaker)
  6975. local players = getPlayer(args[1], speaker)
  6976. for i,v in pairs(players)do
  6977. local pchar = gPlayers[v].Character
  6978. pchar.Parent = game.Lighting
  6979. end
  6980. end)
  6981.  
  6982. addcmd('unpunish','unpunishs player',{''},
  6983. function(args, speaker)
  6984. local players = getPlayer(args[1], speaker)
  6985. for i,v in pairs(players)do
  6986. if game.Lighting:FindFirstChild("" .. gPlayers[v].Name) then
  6987. game.Lighting:FindFirstChild("" .. gPlayers[v].Name).Parent = game.Workspace
  6988. end
  6989. end
  6990. end)
  6991.  
  6992. addcmd('bait',';)',{'troll'},
  6993. function(args, speaker)
  6994. spawn(function()
  6995. local M = Instance.new('Model', workspace) M.Name = 'IYbait'
  6996. local P = Instance.new('Part', M) P.Name = 'Main' P.Position = speaker.Character.Head.Position P.BrickColor = BrickColor.new('Bright green') P.Material = 'Neon' P.Size = Vector3.new(4, 1, 4)
  6997. y = Instance.new("BillboardGui")
  6998. y.Size = UDim2.new(0,100,0,150)
  6999. y.StudsOffset = Vector3.new(0,1,0)
  7000. y.Parent = P
  7001. y.Adornee = P
  7002. f = Instance.new("TextLabel")
  7003. f.Parent = y
  7004. f.BackgroundTransparency = 1
  7005. f.Position = UDim2.new(0,0,0,-50)
  7006. f.Size = UDim2.new(0,100,0,100)
  7007. f.Font = "Highway"
  7008. f.FontSize = "Size48"
  7009. f.Text = "Touch for admin!"
  7010. f.TextStrokeColor3 = Color3.new(0,0,0)
  7011. f.TextColor3 = Color3.new(255/255,255/255,255/255)
  7012. f.TextStrokeTransparency = 0
  7013. f.TextYAlignment = "Bottom"
  7014. P.Touched:connect(function(oof) if oof.Parent.Name ~= speaker.Name or oof.Parent.Name ~= LP.Name then if oof.Parent:FindFirstChild('Humanoid') then execCmd("oof " .. oof.Parent.Name, Player) end end end)
  7015. end)
  7016. end)
  7017.  
  7018. addcmd('removebait','clears bait parts',{'nobait'},
  7019. function(args, speaker)
  7020. local function dels(instance)
  7021. for i,v in pairs(instance:GetChildren())do
  7022. if v.name == "IYbait"then v:Destroy()end
  7023. dels(v)
  7024. end
  7025. end
  7026. dels(workspace)
  7027. end)
  7028.  
  7029. addcmd('disco','disco party',{''},
  7030. function(args, speaker)
  7031. Disco = true
  7032. if Disco == true then
  7033. repeat wait(0.3)
  7034. game.Lighting.Ambient = Color3.new(math.random(),math.random(),math.random())
  7035. until Disco == false
  7036. end
  7037. end)
  7038.  
  7039. addcmd('undisco','rip disco party',{''},
  7040. function(args, speaker)
  7041. Disco = false
  7042. wait(0.1)
  7043. game.Lighting.Ambient = Color3.new(0.5,0.5,0.5)
  7044. end)
  7045.  
  7046. Floating = false
  7047. Fly = false
  7048.  
  7049. addcmd('float', 'makes player float',{},
  7050. function(args,speaker)
  7051. Floating = true
  7052. local players = getPlayer(args[1], speaker)
  7053. for _,v in pairs(players) do
  7054. local pchar = gPlayers[v].Character
  7055. if gPlayers[v] and pchar and not pchar:FindFirstChild("Float") then
  7056. spawn(function()
  7057. local float = DATA.Float:Clone()
  7058. float.Parent = pchar
  7059. float.CFrame = pchar.HumanoidRootPart.CFrame * CFrame.new(0,-3.5,0)
  7060. spawn(function()
  7061. while wait(0.1) do
  7062. if pchar:FindFirstChild("Float") then
  7063. float.CFrame = pchar.HumanoidRootPart.CFrame * CFrame.new(0,-3.5,0)
  7064. else
  7065. break
  7066. end
  7067. end
  7068. end)
  7069. end)
  7070. end
  7071. end
  7072. end)
  7073.  
  7074. addcmd('unfloat','disables floating',{},
  7075. function(args, speaker)
  7076. Floating = false
  7077. local players = getPlayer(args[1], speaker)
  7078. for i,v in pairs(players)do
  7079. local pchar = gPlayers[v].Character
  7080. if pchar:FindFirstChild("Float") then
  7081. pchar.Float:Destroy()
  7082. end
  7083. end
  7084. end)
  7085.  
  7086. Clip = true
  7087.  
  7088. addcmd('noclip','noclip',{},
  7089. function(args, speaker)
  7090. Notify('Noclip Enabled')
  7091. Clip = false
  7092. end)
  7093.  
  7094. addcmd('clip','clip',{},
  7095. function(args, speaker)
  7096. Notify('Noclip Disabled')
  7097. Clip = true
  7098. end)
  7099.  
  7100. addcmd('prefix','changes prefix',{},
  7101. function(args, speaker)
  7102. cmdprefix = args[1]
  7103. Notify('Set prefix to "' .. args[1] .. '"')
  7104. end)
  7105.  
  7106. addcmd('respawn','respawns',{},
  7107. function(args, speaker)
  7108. local players = getPlayer(args[1], speaker)
  7109. for i,v in pairs(players) do
  7110. local M = Instance.new('Model', gWorkspace) M.Name = 'respawn_iy'
  7111. local H = Instance.new('Humanoid', M)
  7112. local T = Instance.new('Part', M) T.Name = 'Torso' T.CanCollide = false T.Transparency = 1
  7113. gPlayers[v].Character = M
  7114. end
  7115. end)
  7116.  
  7117. addcmd('version','shows version',{''},
  7118. function(args, speaker)
  7119. if speaker.userId ~= LP.userId then
  7120. lponly(speaker)
  7121. else
  7122. Notify("Version is " .. Version)
  7123. end
  7124. end)
  7125.  
  7126. Mouse.KeyDown:connect(function (Key)
  7127. if Key:byte() == 29 then
  7128. if Fly == false then
  7129. execCmd("fly me", Player)
  7130. Fly = true
  7131. elseif Fly == true then
  7132. execCmd("unfly me", Player)
  7133. Fly = false
  7134. end
  7135. end
  7136. end)
  7137. -------------------
  7138. ----Command bar----
  7139. -------------------
  7140. cmdbarbind = ";"
  7141. CMDbar = Instance.new('ScreenGui', game.CoreGui)
  7142. CMDbar.Name = 'GUI'
  7143. cont = Instance.new("Frame")
  7144. cmdBAR = Instance.new('TextBox', cont)
  7145. cont.Name = "cont"
  7146. cont.BackgroundTransparency = 1
  7147. cont.Position = UDim2.new(1, -265, 0, -75)
  7148. cont.Size = UDim2.new(0, 270, 0, 45)
  7149. cont.Parent = CMDbar
  7150. cont.Active = true cont.Draggable = true
  7151. cmdBAR.Name = "CMDbar"
  7152. cmdBAR.Parent = cont
  7153. cmdBAR.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7154. cmdBAR.BackgroundTransparency = 0.7
  7155. cmdBAR.BorderColor3 = Color3.new(0.972549, 0.972549, 0.972549)
  7156. cmdBAR.BorderSizePixel = 0
  7157. cmdBAR.Position = UDim2.new(0, 10, 1, -35)
  7158. cmdBAR.Size = UDim2.new(0, 250, 0, 25)
  7159. cmdBAR.Font = Enum.Font.SourceSans
  7160. cmdBAR.FontSize = Enum.FontSize.Size18
  7161. cmdBAR.Text = 'Press ' ..cmdbarbind.. ' to focus the cmd bar'
  7162. cmdBAR.TextColor3 = Color3.new(0.972549, 0.972549, 0.972549)
  7163. -------------------
  7164. ----Data Folder----
  7165. -------------------
  7166. DATA = Instance.new('Folder', game.ContextActionService)
  7167. DATA.Name = 'Data'
  7168.  
  7169. Paper = Instance.new('BlockMesh', DATA)
  7170. Paper.Name = 'Paper'
  7171. Paper.Scale = Vector3.new(1,1,0.1)
  7172.  
  7173. ayylmao = Instance.new('Hat', DATA)
  7174. ayylmao.Name = 'ayylmao'
  7175. ayyHandle = Instance.new('Part', ayylmao)
  7176. ayyHandle.Name = 'Handle'
  7177. ayyHandle.Size = Vector3.new(2,2.4,2)
  7178. ayyHandle.FormFactor = 'Plate'
  7179. ayyMesh = Instance.new('SpecialMesh', ayyHandle)
  7180. ayyMesh.Scale = Vector3.new(1,1.02,1)
  7181. ayyMesh.MeshType = 'FileMesh'
  7182. ayyMesh.MeshId = 'http://www.roblox.com/asset/?id=13827689'
  7183. ayyMesh.TextureId = 'http://www.roblox.com/asset/?id=13827796'
  7184.  
  7185. Float = Instance.new('Part', DATA)
  7186. Float.Name = 'Float'
  7187. Float.Transparency = 1
  7188. Float.Size = Vector3.new(6,1,6)
  7189. Float.Anchored = true
  7190.  
  7191. function C3(R, G, B) return Color3.new(R/255, G/255, B/255) end
  7192. missile = Instance.new('Part', DATA)
  7193. missile.Name = 'IY_missile'
  7194. missile.CanCollide = false
  7195. missile.Size = Vector3.new(2, 5, 2)
  7196. Instance.new('CylinderMesh', missile)
  7197. local F = Instance.new('Part', missile)
  7198. F.BrickColor = BrickColor.new('Black')
  7199. F.CanCollide = false
  7200. F.Size = Vector3.new(2, 0.2, 2)
  7201. Instance.new('CylinderMesh', F)
  7202. local fire = Instance.new('Fire', F)
  7203. fire.Size = "15"
  7204. fire.Heat = "25"
  7205. local head = Instance.new('Part', missile)
  7206. head.CanCollide = false
  7207. head.Shape = 'Ball'
  7208. head.Size = Vector3.new(2, 2, 2)
  7209. head.TopSurface = 'Smooth'
  7210. head.BottomSurface = 'Smooth'
  7211. local BF = Instance.new('BodyForce', missile)
  7212. BF.Name = 'force'
  7213. BF.Force = Vector3.new(0, 0, 0)
  7214. local W1 = Instance.new('Weld', missile)
  7215. W1.Part0 = missile
  7216. W1.Part1 = F
  7217. W1.C1 = CFrame.new(0, 2.6, 0)
  7218. local W2 = Instance.new('Weld', missile)
  7219. W2.Part0 = missile
  7220. W2.Part1 = head
  7221. W2.C1 = CFrame.new(0, -2.6, 0)
  7222. ------------------------------
  7223. ---Commands/Settings Window---
  7224. ------------------------------
  7225. cp = Instance.new('ScreenGui', DATA)
  7226. local Frame = Instance.new("Frame")
  7227. local holder = Instance.new("Frame")
  7228. local bar = Instance.new("Frame")
  7229. local cmdss = Instance.new("TextButton")
  7230. local settings = Instance.new("TextButton")
  7231. local Hide = Instance.new("TextButton")
  7232. local Exit = Instance.new("TextButton")
  7233. local FeedbackMain = Instance.new("Frame")
  7234. local Title = Instance.new("TextLabel")
  7235. local checkboxText = Instance.new("TextLabel")
  7236. local CheckBox = Instance.new("ImageButton")
  7237. local bindInput = Instance.new("TextButton")
  7238. local Input = Instance.new("TextBox")
  7239. local preText = Instance.new("TextLabel")
  7240. local setpre = Instance.new("TextButton")
  7241. local everyone = Instance.new("TextButton")
  7242. local JLtext = Instance.new("TextLabel")
  7243. local CheckBoxJL = Instance.new("ImageButton")
  7244. local friends = Instance.new("TextButton")
  7245. local InputBox = Instance.new("TextButton")
  7246. local Input_2 = Instance.new("TextBox")
  7247. local MTText = Instance.new("TextLabel")
  7248. local setMT = Instance.new("TextButton")
  7249. local CheckBoxS = Instance.new("ImageButton")
  7250. local slocktext = Instance.new("TextLabel")
  7251. local barBind = Instance.new("TextLabel")
  7252. local setBind = Instance.new("TextButton")
  7253. local MtimeInput = Instance.new("TextButton")
  7254. local Input_3 = Instance.new("TextBox")
  7255. local size = Instance.new("Frame")
  7256. local MAIN = Instance.new("Frame")
  7257. local Title_2 = Instance.new("TextLabel")
  7258. local Examplee = Instance.new("TextLabel")
  7259. local Search = Instance.new("TextBox")
  7260. local CMDss = Instance.new("ScrollingFrame")
  7261. cp.Name = "cp"
  7262. Frame.Parent = cp
  7263. Frame.Active = true
  7264. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  7265. Frame.BackgroundTransparency = 1
  7266. Frame.Draggable = true
  7267. Frame.Position = UDim2.new(1, -300, 1, -330)
  7268. Frame.Size = UDim2.new(0, 300, 0, 40)
  7269. holder.Name = "holder"
  7270. holder.Parent = Frame
  7271. holder.BackgroundColor3 = Color3.new(1, 1, 1)
  7272. holder.BackgroundTransparency = 1
  7273. holder.BorderSizePixel = 2
  7274. holder.ClipsDescendants = true
  7275. holder.Size = UDim2.new(0, 300, 0, 330)
  7276. holder.ZIndex = 2
  7277. bar.Name = "bar"
  7278. bar.Parent = holder
  7279. bar.BackgroundColor3 = Color3.new(1, 1, 1)
  7280. bar.Position = UDim2.new(1, -300, 1, -330)
  7281. bar.Size = UDim2.new(0, 300, 0, 40)
  7282. bar.Style = Enum.FrameStyle.DropShadow
  7283. cmdss.Name = "cmds"
  7284. cmdss.Parent = bar
  7285. cmdss.BackgroundColor3 = Color3.new(0, 0, 0)
  7286. cmdss.BackgroundTransparency = 0.80000001192093
  7287. cmdss.BorderColor3 = Color3.new(1, 1, 1)
  7288. cmdss.Position = UDim2.new(0, 0, 0, 1)
  7289. cmdss.Size = UDim2.new(0, 70, 0, 20)
  7290. cmdss.Font = Enum.Font.SourceSans
  7291. cmdss.FontSize = Enum.FontSize.Size14
  7292. cmdss.Text = "Commands"
  7293. cmdss.TextColor3 = Color3.new(1, 1, 1)
  7294. settings.Name = "settings"
  7295. settings.Parent = bar
  7296. settings.BackgroundColor3 = Color3.new(0, 0, 0)
  7297. settings.BackgroundTransparency = 0.80000001192093
  7298. settings.BorderColor3 = Color3.new(1, 1, 1)
  7299. settings.Position = UDim2.new(0, 75, 0, 1)
  7300. settings.Size = UDim2.new(0, 70, 0, 20)
  7301. settings.Font = Enum.Font.SourceSans
  7302. settings.FontSize = Enum.FontSize.Size14
  7303. settings.Text = "Settings"
  7304. settings.TextColor3 = Color3.new(1, 1, 1)
  7305. Hide.Name = "Hide"
  7306. Hide.Parent = bar
  7307. Hide.BackgroundColor3 = Color3.new(1, 1, 1)
  7308. Hide.BackgroundTransparency = 0.30000001192093
  7309. Hide.BorderColor3 = Color3.new(1, 1, 1)
  7310. Hide.Position = UDim2.new(0, 240, 0, 1)
  7311. Hide.Size = UDim2.new(0, 20, 0, 20)
  7312. Hide.FontSize = Enum.FontSize.Size14
  7313. Hide.Text = ""
  7314. Exit.Name = "Exit"
  7315. Exit.Parent = bar
  7316. Exit.BackgroundColor3 = Color3.new(1, 0, 0)
  7317. Exit.BackgroundTransparency = 0.30000001192093
  7318. Exit.BorderColor3 = Color3.new(1, 0, 0)
  7319. Exit.Position = UDim2.new(0, 264, 0, 1)
  7320. Exit.Size = UDim2.new(0, 20, 0, 20)
  7321. Exit.FontSize = Enum.FontSize.Size14
  7322. Exit.Text = ""
  7323. FeedbackMain.Name = "FeedbackMain"
  7324. FeedbackMain.Parent = holder
  7325. FeedbackMain.BackgroundColor3 = Color3.new(1, 1, 1)
  7326. FeedbackMain.Position = UDim2.new(1, -300, 1, -300)
  7327. FeedbackMain.Size = UDim2.new(0, 300, 0, 290)
  7328. FeedbackMain.Style = Enum.FrameStyle.DropShadow
  7329. Title.Name = "Title"
  7330. Title.Parent = FeedbackMain
  7331. Title.BackgroundColor3 = Color3.new(1, 1, 1)
  7332. Title.BackgroundTransparency = 1
  7333. Title.Size = UDim2.new(1, 0, 0, 30)
  7334. Title.Font = Enum.Font.SourceSansBold
  7335. Title.FontSize = Enum.FontSize.Size24
  7336. Title.Text = "Settings"
  7337. Title.TextColor3 = Color3.new(0.980392, 0.980392, 0.980392)
  7338. checkboxText.Name = "checkboxText"
  7339. checkboxText.Parent = FeedbackMain
  7340. checkboxText.BackgroundColor3 = Color3.new(1, 1, 1)
  7341. checkboxText.BackgroundTransparency = 1
  7342. checkboxText.Position = UDim2.new(0, 0, 0, 40)
  7343. checkboxText.Size = UDim2.new(1, 0, 0, 30)
  7344. checkboxText.Font = Enum.Font.SourceSansBold
  7345. checkboxText.FontSize = Enum.FontSize.Size18
  7346. checkboxText.Text = "Notifications"
  7347. checkboxText.TextColor3 = Color3.new(0.980392, 0.980392, 0.980392)
  7348. CheckBox.Name = "CheckBox"
  7349. CheckBox.Parent = FeedbackMain
  7350. CheckBox.BackgroundTransparency = 1
  7351. CheckBox.Position = UDim2.new(0, 10, 0, 40)
  7352. CheckBox.Size = UDim2.new(0, 30, 0, 30)
  7353. CheckBox.Image = "http://www.roblox.com/asset/?id=65492641"
  7354. bindInput.Name = "bindInput"
  7355. bindInput.Parent = FeedbackMain
  7356. bindInput.BackgroundColor3 = Color3.new(1, 1, 1)
  7357. bindInput.Position = UDim2.new(0, 8, 0, 241)
  7358. bindInput.Size = UDim2.new(0, 30, 0, 30)
  7359. bindInput.AutoButtonColor = false
  7360. bindInput.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  7361. bindInput.Font = Enum.Font.SourceSans
  7362. bindInput.FontSize = Enum.FontSize.Size14
  7363. bindInput.Text = ""
  7364. Input.Name = "Input"
  7365. Input.Parent = bindInput
  7366. Input.BackgroundColor3 = Color3.new(1, 1, 1)
  7367. Input.BackgroundTransparency = 1
  7368. Input.Position = UDim2.new(-0.699999988, 0, 0, -8)
  7369. Input.Size = UDim2.new(0, 30, 0, 30)
  7370. Input.Font = Enum.Font.SourceSansBold
  7371. Input.FontSize = Enum.FontSize.Size18
  7372. Input.MultiLine = true
  7373. Input.Text = ""
  7374. Input.TextColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  7375. Input.TextWrapped = true
  7376. Input.TextXAlignment = Enum.TextXAlignment.Left
  7377. Input.TextYAlignment = Enum.TextYAlignment.Top
  7378. preText.Name = "preText"
  7379. preText.Parent = FeedbackMain
  7380. preText.BackgroundColor3 = Color3.new(1, 1, 1)
  7381. preText.BackgroundTransparency = 1
  7382. preText.Position = UDim2.new(0, 0, 0, 118)
  7383. preText.Size = UDim2.new(1, 0, 0, 30)
  7384. preText.Font = Enum.Font.SourceSansBold
  7385. preText.FontSize = Enum.FontSize.Size18
  7386. preText.Text = "Prefix"
  7387. preText.TextColor3 = Color3.new(0.980392, 0.980392, 0.980392)
  7388. setpre.Name = "setpre"
  7389. setpre.Parent = FeedbackMain
  7390. setpre.BackgroundColor3 = Color3.new(1, 1, 1)
  7391. setpre.BorderSizePixel = 5
  7392. setpre.Position = UDim2.new(0, 235, 0, 120)
  7393. setpre.Size = UDim2.new(0, 40, 0, 25)
  7394. setpre.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  7395. setpre.Font = Enum.Font.ArialBold
  7396. setpre.FontSize = Enum.FontSize.Size18
  7397. setpre.Text = "Set"
  7398. everyone.Name = "everyone"
  7399. everyone.Parent = FeedbackMain
  7400. everyone.BackgroundColor3 = Color3.new(0, 0, 0)
  7401. everyone.BackgroundTransparency = 0.80000001192093
  7402. everyone.BorderColor3 = Color3.new(0, 0, 0)
  7403. everyone.Position = UDim2.new(0, 230, 0, 217)
  7404. everyone.Size = UDim2.new(0, 50, 0, 20)
  7405. everyone.Font = Enum.Font.SourceSans
  7406. everyone.FontSize = Enum.FontSize.Size14
  7407. everyone.Text = "Everyone"
  7408. everyone.TextColor3 = Color3.new(1, 1, 1)
  7409. JLtext.Name = "JLtext"
  7410. JLtext.Parent = FeedbackMain
  7411. JLtext.BackgroundColor3 = Color3.new(1, 1, 1)
  7412. JLtext.BackgroundTransparency = 1
  7413. JLtext.Position = UDim2.new(0, 0, 0, 197)
  7414. JLtext.Size = UDim2.new(1, 0, 0, 30)
  7415. JLtext.Font = Enum.Font.SourceSansBold
  7416. JLtext.FontSize = Enum.FontSize.Size14
  7417. JLtext.Text = "Joined / Left Notifications"
  7418. JLtext.TextColor3 = Color3.new(0.980392, 0.980392, 0.980392)
  7419. CheckBoxJL.Name = "CheckBoxJL"
  7420. CheckBoxJL.Parent = FeedbackMain
  7421. CheckBoxJL.BackgroundTransparency = 1
  7422. CheckBoxJL.Position = UDim2.new(0, 10, 0, 197)
  7423. CheckBoxJL.Size = UDim2.new(0, 30, 0, 30)
  7424. CheckBoxJL.Image = "http://www.roblox.com/asset/?id=65492641"
  7425. friends.Name = "friends"
  7426. friends.Parent = FeedbackMain
  7427. friends.BackgroundColor3 = Color3.new(0, 0, 0)
  7428. friends.BackgroundTransparency = 0.80000001192093
  7429. friends.BorderColor3 = Color3.new(1, 1, 1)
  7430. friends.Position = UDim2.new(0, 230, 0, 192)
  7431. friends.Size = UDim2.new(0, 50, 0, 20)
  7432. friends.Font = Enum.Font.SourceSans
  7433. friends.FontSize = Enum.FontSize.Size14
  7434. friends.Text = "Friends"
  7435. friends.TextColor3 = Color3.new(1, 1, 1)
  7436. InputBox.Name = "InputBox"
  7437. InputBox.Parent = FeedbackMain
  7438. InputBox.BackgroundColor3 = Color3.new(1, 1, 1)
  7439. InputBox.Position = UDim2.new(0, 8, 0, 120)
  7440. InputBox.Size = UDim2.new(0, 30, 0, 30)
  7441. InputBox.AutoButtonColor = false
  7442. InputBox.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  7443. InputBox.Font = Enum.Font.SourceSans
  7444. InputBox.FontSize = Enum.FontSize.Size14
  7445. InputBox.Text = ""
  7446. Input_2.Name = "Input"
  7447. Input_2.Parent = InputBox
  7448. Input_2.BackgroundColor3 = Color3.new(1, 1, 1)
  7449. Input_2.BackgroundTransparency = 1
  7450. Input_2.Position = UDim2.new(0, 0, 0, -8)
  7451. Input_2.Size = UDim2.new(0, 30, 0, 30)
  7452. Input_2.Font = Enum.Font.SourceSansBold
  7453. Input_2.FontSize = Enum.FontSize.Size18
  7454. Input_2.MultiLine = true
  7455. Input_2.Text = ""
  7456. Input_2.TextColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  7457. Input_2.TextWrapped = true
  7458. Input_2.TextXAlignment = Enum.TextXAlignment.Left
  7459. Input_2.TextYAlignment = Enum.TextYAlignment.Top
  7460. MTText.Name = "MTText"
  7461. MTText.Parent = FeedbackMain
  7462. MTText.BackgroundColor3 = Color3.new(1, 1, 1)
  7463. MTText.BackgroundTransparency = 1
  7464. MTText.Position = UDim2.new(0, 0, 0, 158)
  7465. MTText.Size = UDim2.new(1, 0, 0, 30)
  7466. MTText.Font = Enum.Font.SourceSansBold
  7467. MTText.FontSize = Enum.FontSize.Size18
  7468. MTText.Text = "Message Seconds"
  7469. MTText.TextColor3 = Color3.new(0.980392, 0.980392, 0.980392)
  7470. setMT.Name = "setMT"
  7471. setMT.Parent = FeedbackMain
  7472. setMT.BackgroundColor3 = Color3.new(1, 1, 1)
  7473. setMT.BorderSizePixel = 5
  7474. setMT.Position = UDim2.new(0, 235, 0, 159)
  7475. setMT.Size = UDim2.new(0, 40, 0, 25)
  7476. setMT.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  7477. setMT.Font = Enum.Font.ArialBold
  7478. setMT.FontSize = Enum.FontSize.Size18
  7479. setMT.Text = "Set"
  7480. CheckBoxS.Name = "CheckBoxS"
  7481. CheckBoxS.Parent = FeedbackMain
  7482. CheckBoxS.BackgroundTransparency = 1
  7483. CheckBoxS.Position = UDim2.new(0, 10, 0, 78)
  7484. CheckBoxS.Size = UDim2.new(0, 30, 0, 30)
  7485. CheckBoxS.Image = "http://www.roblox.com/asset/?id=65492641"
  7486. slocktext.Name = "slocktext"
  7487. slocktext.Parent = FeedbackMain
  7488. slocktext.BackgroundColor3 = Color3.new(1, 1, 1)
  7489. slocktext.BackgroundTransparency = 1
  7490. slocktext.Position = UDim2.new(0, 0, 0, 79)
  7491. slocktext.Size = UDim2.new(1, 0, 0, 30)
  7492. slocktext.Font = Enum.Font.SourceSansBold
  7493. slocktext.FontSize = Enum.FontSize.Size14
  7494. slocktext.Text = "Allow Friends On Serverlock"
  7495. slocktext.TextColor3 = Color3.new(0.980392, 0.980392, 0.980392)
  7496. barBind.Name = "barBind"
  7497. barBind.Parent = FeedbackMain
  7498. barBind.BackgroundColor3 = Color3.new(1, 1, 1)
  7499. barBind.BackgroundTransparency = 1
  7500. barBind.Position = UDim2.new(0, 0, 0, 242)
  7501. barBind.Size = UDim2.new(1, 0, 0, 30)
  7502. barBind.Font = Enum.Font.SourceSansBold
  7503. barBind.FontSize = Enum.FontSize.Size18
  7504. barBind.Text = "Command Bar Keybind"
  7505. barBind.TextColor3 = Color3.new(0.980392, 0.980392, 0.980392)
  7506. setBind.Name = "setBind"
  7507. setBind.Parent = FeedbackMain
  7508. setBind.BackgroundColor3 = Color3.new(1, 1, 1)
  7509. setBind.BorderSizePixel = 5
  7510. setBind.Position = UDim2.new(0, 235, 0, 245)
  7511. setBind.Size = UDim2.new(0, 40, 0, 25)
  7512. setBind.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  7513. setBind.Font = Enum.Font.ArialBold
  7514. setBind.FontSize = Enum.FontSize.Size18
  7515. setBind.Text = "Set"
  7516. MtimeInput.Name = "MtimeInput"
  7517. MtimeInput.Parent = FeedbackMain
  7518. MtimeInput.BackgroundColor3 = Color3.new(1, 1, 1)
  7519. MtimeInput.Position = UDim2.new(0, 8, 0, 159)
  7520. MtimeInput.Size = UDim2.new(0, 30, 0, 30)
  7521. MtimeInput.AutoButtonColor = false
  7522. MtimeInput.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  7523. MtimeInput.Font = Enum.Font.SourceSans
  7524. MtimeInput.FontSize = Enum.FontSize.Size14
  7525. MtimeInput.Text = ""
  7526. Input_3.Name = "Input"
  7527. Input_3.Parent = MtimeInput
  7528. Input_3.BackgroundColor3 = Color3.new(1, 1, 1)
  7529. Input_3.BackgroundTransparency = 1
  7530. Input_3.Position = UDim2.new(-0.699999988, 0, 0, -8)
  7531. Input_3.Size = UDim2.new(0, 30, 0, 30)
  7532. Input_3.Font = Enum.Font.SourceSansBold
  7533. Input_3.FontSize = Enum.FontSize.Size18
  7534. Input_3.MultiLine = true
  7535. Input_3.Text = ""
  7536. Input_3.TextColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  7537. Input_3.TextWrapped = true
  7538. Input_3.TextXAlignment = Enum.TextXAlignment.Left
  7539. Input_3.TextYAlignment = Enum.TextYAlignment.Top
  7540. size.Name = "size"
  7541. size.Parent = holder
  7542. size.BackgroundColor3 = Color3.new(0.639216, 0.635294, 0.647059)
  7543. size.BackgroundTransparency = 1
  7544. size.Position = UDim2.new(1, -600, 1, -300)
  7545. size.Size = UDim2.new(0, 275, 0, 300)
  7546. size.ZIndex = 2
  7547. MAIN.Name = "MAIN"
  7548. MAIN.Parent = size
  7549. MAIN.BackgroundColor3 = Color3.new(0.639216, 0.635294, 0.647059)
  7550. MAIN.Position = UDim2.new(0, 1, 1, -300)
  7551. MAIN.Size = UDim2.new(0, 300, 0, 300)
  7552. MAIN.Style = Enum.FrameStyle.DropShadow
  7553. Title_2.Name = "Title"
  7554. Title_2.Parent = MAIN
  7555. Title_2.BackgroundColor3 = Color3.new(0.639216, 0.635294, 0.647059)
  7556. Title_2.BackgroundTransparency = 1
  7557. Title_2.Size = UDim2.new(1, 0, 0, 30)
  7558. Title_2.Font = Enum.Font.SourceSansBold
  7559. Title_2.FontSize = Enum.FontSize.Size24
  7560. Title_2.Text = "Commands"
  7561. Title_2.TextColor3 = Color3.new(0.980392, 0.980392, 0.980392)
  7562. Examplee.Name = "Example"
  7563. Examplee.Parent = MAIN
  7564. Examplee.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7565. Examplee.BackgroundTransparency = 1
  7566. Examplee.BorderColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7567. Examplee.BorderSizePixel = 0
  7568. Examplee.Size = UDim2.new(0, 190, 0, 20)
  7569. Examplee.Visible = false
  7570. Examplee.Font = Enum.Font.SourceSansBold
  7571. Examplee.FontSize = Enum.FontSize.Size24
  7572. Examplee.Text = "txt"
  7573. Examplee.TextColor3 = Color3.new(0.972549, 0.972549, 0.972549)
  7574. Examplee.TextXAlignment = Enum.TextXAlignment.Left
  7575. Search.Name = "Search"
  7576. Search.Parent = MAIN
  7577. Search.BackgroundColor3 = Color3.new(0, 0, 0)
  7578. Search.BackgroundTransparency = 0.69999998807907
  7579. Search.BorderColor3 = Color3.new(1, 1, 1)
  7580. Search.Position = UDim2.new(0.5, -127, 0.200000003, -25)
  7581. Search.Size = UDim2.new(0, 250, 0, 20)
  7582. Search.ClearTextOnFocus = false
  7583. Search.Font = Enum.Font.SourceSansBold
  7584. Search.FontSize = Enum.FontSize.Size18
  7585. Search.Text = "Search"
  7586. Search.TextColor3 = Color3.new(1, 1, 1)
  7587. Search.TextStrokeColor3 = Color3.new(0.258824, 0.258824, 0.258824)
  7588. Search.TextStrokeTransparency = 0
  7589. CMDss.Name = "CMDs"
  7590. CMDss.Parent = MAIN
  7591. CMDss.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7592. CMDss.BackgroundTransparency = 1
  7593. CMDss.BorderColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7594. CMDss.BorderSizePixel = 0
  7595. CMDss.Position = UDim2.new(0, 0, 0, 55)
  7596. CMDss.Size = UDim2.new(0, 285, 0, 230)
  7597. CMDss.BottomImage = "rbxasset://textures/blackBkg_square.png"
  7598. CMDss.CanvasSize = UDim2.new(0, 0, 0, 4000)
  7599. CMDss.MidImage = "rbxasset://textures/blackBkg_square.png"
  7600. CMDss.ScrollBarThickness = 8
  7601. CMDss.TopImage = "rbxasset://textures/blackBkg_square.png"
  7602.  
  7603. -------------------------
  7604. ----Notify properties----
  7605. -------------------------
  7606. notifyMAIN = Instance.new('ScreenGui', DATA)
  7607. notifyMAIN.Name = 'Notification'
  7608. notifyNOT = Instance.new('Frame', notifyMAIN)
  7609. notifyNOT.Name = 'NOTIFY'
  7610. notifyNOT.BackgroundColor = BrickColor.new(0,0,0)
  7611. notifyNOT.BackgroundTransparency = 1
  7612. notifyNOT.BorderColor = BrickColor.new(0,0,0)
  7613. notifyNOT.BorderSizePixel = 2
  7614. notifyNOT.Position = UDim2.new(0,0,-0.06,0)
  7615. notifyNOT.Size = UDim2.new(1,0,0,-40)
  7616. notifyNOTE = Instance.new('TextLabel', notifyNOT)
  7617. notifyNOTE.Name = 'NOTE'
  7618. notifyNOTE.BackgroundColor = BrickColor.new(255,255,255)
  7619. notifyNOTE.BackgroundTransparency = 1
  7620. notifyNOTE.BorderColor = BrickColor.new(255,255,255)
  7621. notifyNOTE.BorderSizePixel = 0
  7622. notifyNOTE.Size = UDim2.new(1,0,1,0)
  7623. notifyNOTE.ZIndex = 10
  7624. notifyNOTE.FontSize = 'Size18'
  7625. notifyNOTE.Font = 'SourceSansBold'
  7626. notifyNOTE.Text = 'NOTIFY'
  7627. notifyNOTE.TextColor = BrickColor.new(255,255,255)
  7628. notifyNOTE.TextStrokeColor3 = Color3.new(0,0,0)
  7629. notifyNOTE.TextStrokeTransparency = 0.8
  7630.  
  7631. jail = Instance.new('Model', DATA)
  7632. jail.Name = 'JAIL'
  7633. local B = Instance.new('Part', jail)
  7634. B.Name = 'BUTTOM'
  7635. B.BrickColor = BrickColor.new('Black')
  7636. B.Transparency = 0.5
  7637. B.Anchored = true
  7638. B.Locked = true
  7639. B.Size = Vector3.new(6, 1, 6)
  7640. B.TopSurface = 'Smooth'
  7641. B.BottomSurface = 'Smooth'
  7642. local M = Instance.new('Part', jail)
  7643. M.Name = 'MAIN'
  7644. M.BrickColor = BrickColor.new('Black')
  7645. M.Transparency = 1
  7646. M.Anchored = true
  7647. M.CanCollide = false
  7648. M.Locked = true
  7649. M.Position = B.Position + Vector3.new(0, 3, 0)
  7650. M.Size = Vector3.new(1, 1, 1)
  7651. local P1 = Instance.new('Part', jail)
  7652. P1.BrickColor = BrickColor.new('Black')
  7653. P1.Transparency = 0.5
  7654. P1.Position = B.Position + Vector3.new(0, 3.5, -2.5)
  7655. P1.Rotation = Vector3.new(0, 90, 0)
  7656. P1.Anchored = true
  7657. P1.Locked = true
  7658. P1.Size = Vector3.new(1, 6, 6)
  7659. local P2 = Instance.new('Part', jail)
  7660. P2.BrickColor = BrickColor.new('Black')
  7661. P2.Transparency = 0.5
  7662. P2.Position = B.Position + Vector3.new(-2.5, 3.5, 0)
  7663. P2.Rotation = Vector3.new(-180, 0, -180)
  7664. P2.Anchored = true
  7665. P2.Locked = true
  7666. P2.Size = Vector3.new(1, 6, 4)
  7667. local P3 = Instance.new('Part', jail)
  7668. P3.BrickColor = BrickColor.new('Black')
  7669. P3.Transparency = 0.5
  7670. P3.Position = B.Position + Vector3.new(2.5, 3.5, 0)
  7671. P3.Rotation = Vector3.new(0, 0, 0)
  7672. P3.Anchored = true
  7673. P3.Locked = true
  7674. P3.Size = Vector3.new(1, 6, 4)
  7675. local P4 = Instance.new('Part', jail)
  7676. P4.BrickColor = BrickColor.new('Black')
  7677. P4.Transparency = 0.5
  7678. P4.Position = B.Position + Vector3.new(0, 3.5, 2.5)
  7679. P4.Rotation = Vector3.new(0, 90, 0)
  7680. P4.Anchored = true
  7681. P4.Locked = true
  7682. P4.Size = Vector3.new(1, 6, 6)
  7683. local TOP = Instance.new('Part', jail)
  7684. TOP.BrickColor = BrickColor.new('Black')
  7685. TOP.Transparency = 0.5
  7686. TOP.Position = B.Position + Vector3.new(0, 7, 0)
  7687. TOP.Rotation = Vector3.new(0, 0, 0)
  7688. TOP.Anchored = true
  7689. TOP.Locked = true
  7690. TOP.Size = Vector3.new(6, 1, 6)
  7691. TOP.TopSurface = 'Smooth'
  7692. TOP.BottomSurface = 'Smooth'
  7693.  
  7694. addcmd('ayylmao','ayy lmao',{'alien'},
  7695. function(args, speaker)
  7696. local players = getPlayer(args[1], speaker)
  7697. for i,v in pairs(players)do
  7698. local pchar = gPlayers[v].Character
  7699. if pchar:FindFirstChild("Shirt") then
  7700. pchar.Shirt:Destroy()
  7701. end
  7702. if pchar:FindFirstChild("Pants") then
  7703. pchar.Pants:Destroy()
  7704. end
  7705. if pchar:FindFirstChild("Shirt Graphic") then
  7706. pchar["Shirt Graphic"].Graphic = ""
  7707. end
  7708. for i,v in pairs(pchar:GetChildren()) do
  7709. if v:IsA("Accessory") then
  7710. v:Destroy()
  7711. end
  7712. end
  7713. local ayylmao = DATA.ayylmao:Clone()
  7714. ayylmao.Parent = pchar
  7715. local BC = pchar["Body Colors"]
  7716. BC.HeadColor = BrickColor.new("Fossil")
  7717. BC.LeftArmColor = BrickColor.new("Fossil")
  7718. BC.LeftLegColor = BrickColor.new("Fossil")
  7719. BC.RightArmColor = BrickColor.new("Fossil")
  7720. BC.RightLegColor = BrickColor.new("Fossil")
  7721. BC.TorsoColor = BrickColor.new("Fossil")
  7722. end
  7723. end)
  7724.  
  7725. ----------------------
  7726. -----Commands GUI-----
  7727. ----------------------
  7728. CMDsFolder = Instance.new("Folder", game.CoreGui)
  7729. for i,v in pairs(CMDs) do
  7730. CMDsValue = Instance.new("StringValue", CMDsFolder)
  7731. CMDsValue.Value = v
  7732. CMDsValue.RobloxLocked = true
  7733. end
  7734. cmdOpen = false
  7735. local function commands()
  7736. if cmdOpen == false then
  7737. cmdOpen = true
  7738. local cmds = cp:Clone()
  7739. cmds.Parent = game.CoreGui
  7740. local CMDsV = CMDsFolder:GetChildren()
  7741. cmds.Frame.holder:TweenSize(UDim2.new(0,300,0,0),"Out","Quint",0.01,true)
  7742. wait(0.01)
  7743. cmds.Frame.holder.FeedbackMain:TweenPosition(UDim2.new(1,0,1,-300),"Out","Quint",0.2,true)
  7744. wait(0.1)
  7745. cmds.Frame.holder.size:TweenPosition(UDim2.new(1,-301,1,-300),"Out","Quint",0.2,true)
  7746. SettingsGUI = game.CoreGui.cp.Frame.holder
  7747. if MODE == 1 then
  7748. SettingsGUI.FeedbackMain.friends.BorderColor3 = Color3.new(1,1,1)
  7749. SettingsGUI.FeedbackMain.everyone.BorderColor3 = Color3.new(0,0,0)
  7750. elseif MODE == 2 then
  7751. SettingsGUI.FeedbackMain.friends.BorderColor3 = Color3.new(0,0,0)
  7752. SettingsGUI.FeedbackMain.everyone.BorderColor3 = Color3.new(1,1,1)
  7753. end
  7754. --joined/left friend option
  7755. game.Players.PlayerAdded:connect(playerAdded)
  7756. SettingsGUI.FeedbackMain.friends.MouseButton1Click:connect(function() changeOptions(1)
  7757. SettingsGUI.FeedbackMain.friends.BorderColor3 = Color3.new(1,1,1)
  7758. SettingsGUI.FeedbackMain.everyone.BorderColor3 = Color3.new(0,0,0)
  7759. end)
  7760. SettingsGUI.FeedbackMain.everyone.MouseButton1Click:connect(function() changeOptions(2)
  7761. SettingsGUI.FeedbackMain.friends.BorderColor3 = Color3.new(0,0,0)
  7762. SettingsGUI.FeedbackMain.everyone.BorderColor3 = Color3.new(1,1,1)
  7763. end)
  7764. game.Players.PlayerRemoving:connect(PlayerRemoving)
  7765. SettingsGUI.FeedbackMain.friends.MouseButton1Click:connect(function() changeOptions(1)
  7766. SettingsGUI.FeedbackMain.friends.BorderColor3 = Color3.new(1,1,1)
  7767. SettingsGUI.FeedbackMain.everyone.BorderColor3 = Color3.new(0,0,0)
  7768. end)
  7769. SettingsGUI.FeedbackMain.everyone.MouseButton1Click:connect(function() changeOptions(2)
  7770. SettingsGUI.FeedbackMain.friends.BorderColor3 = Color3.new(0,0,0)
  7771. SettingsGUI.FeedbackMain.everyone.BorderColor3 = Color3.new(1,1,1)
  7772. end)
  7773. --Message time
  7774. SettingsGUI.FeedbackMain.setMT.MouseButton1Click:Connect(function()
  7775. wait()
  7776. Mseconds = SettingsGUI.FeedbackMain.MtimeInput.Input.Text
  7777. Notify('Set message time to ' ..SettingsGUI.FeedbackMain.MtimeInput.Input.Text.. ' second(s)')
  7778. end)
  7779. --CMDBAR keybind
  7780. SettingsGUI.FeedbackMain.setBind.MouseButton1Click:Connect(function()
  7781. wait()
  7782. cmdbarbind = SettingsGUI.FeedbackMain.bindInput.Input.Text
  7783. cmdBAR.Text = 'Press ' ..cmdbarbind.. ' to focus the cmd bar'
  7784. Notify('Set the command bar keybind to "' ..SettingsGUI.FeedbackMain.bindInput.Input.Text .. '"' )
  7785. end)
  7786. --Change prefix
  7787. SettingsGUI.FeedbackMain.setpre.MouseButton1Click:Connect(function()
  7788. wait()
  7789. cmdprefix = SettingsGUI.FeedbackMain.InputBox.Input.Text
  7790. Notify('Set prefix to "' .. SettingsGUI.FeedbackMain.InputBox.Input.Text .. '"')
  7791. end)
  7792. --Check Box for notify
  7793. checked = "http://www.roblox.com/asset/?id=65492641"
  7794. unchecked = "http://www.roblox.com/asset/?id=65492651"
  7795. if notifications == true then
  7796. SettingsGUI.FeedbackMain.CheckBox.Image = checked
  7797. else
  7798. SettingsGUI.FeedbackMain.CheckBox.Image = unchecked
  7799. end
  7800. SettingsGUI.FeedbackMain.CheckBox.MouseButton1Down:connect(function()
  7801. if notifications == true then
  7802. notifications = false
  7803. SettingsGUI.FeedbackMain.CheckBox.Image = unchecked
  7804. game.CoreGui.Notification.NOTIFY.Visible = false
  7805. else
  7806. notifications = true
  7807. SettingsGUI.FeedbackMain.CheckBox.Image = checked
  7808. game.CoreGui.Notification.NOTIFY.Visible = true
  7809. end
  7810. end)
  7811. --Check Box for allow friends on serverlock
  7812. checked2 = "http://www.roblox.com/asset/?id=65492641"
  7813. unchecked2 = "http://www.roblox.com/asset/?id=65492651"
  7814. if allowfriends == true then
  7815. SettingsGUI.FeedbackMain.CheckBoxS.Image = checked2
  7816. else
  7817. SettingsGUI.FeedbackMain.CheckBoxS.Image = unchecked2
  7818. end
  7819. SettingsGUI.FeedbackMain.CheckBoxS.MouseButton1Down:connect(function()
  7820. if allowfriends == true then
  7821. allowfriends = false
  7822. SettingsGUI.FeedbackMain.CheckBoxS.Image = unchecked2
  7823. else
  7824. allowfriends = true
  7825. SettingsGUI.FeedbackMain.CheckBoxS.Image = checked2
  7826. end
  7827. end)
  7828. --Check Box for JoinedLeft notifications
  7829. checked3 = "http://www.roblox.com/asset/?id=65492641"
  7830. unchecked3 = "http://www.roblox.com/asset/?id=65492651"
  7831. if JLnotify == true then
  7832. SettingsGUI.FeedbackMain.CheckBoxJL.Image = checked3
  7833. else
  7834. SettingsGUI.FeedbackMain.CheckBoxJL.Image = unchecked3
  7835. end
  7836. SettingsGUI.FeedbackMain.CheckBoxJL.MouseButton1Down:connect(function()
  7837. if JLnotify == true then
  7838. JLnotify = false
  7839. MODE = -1
  7840. SettingsGUI.FeedbackMain.CheckBoxJL.Image = unchecked3
  7841. else
  7842. JLnotify = true
  7843. SettingsGUI.FeedbackMain.CheckBoxJL.Image = checked3
  7844. MODE = 1
  7845. SettingsGUI.FeedbackMain.friends.BorderColor3 = Color3.new(1,1,1)
  7846. SettingsGUI.FeedbackMain.everyone.BorderColor3 = Color3.new(0,0,0)
  7847. end
  7848. end)
  7849. closed = false
  7850. cmds.Frame.holder.bar.cmds.MouseButton1Click:Connect(function()
  7851. closed = false
  7852. cmds.Frame.holder.FeedbackMain:TweenPosition(UDim2.new(1,0,1,-300),"Out","Quint",0.2,true)
  7853. wait(0.1)
  7854. cmds.Frame.holder.size:TweenPosition(UDim2.new(1,-301,1,-300),"Out","Quint",0.2,true)
  7855. wait(0.2)
  7856. cmds.Frame.holder.bar.Hide.Visible = true
  7857. cmds.Frame.holder.bar.Hide:TweenSize(UDim2.new(0,20,0,20),"Out","Quint",0.2,true)
  7858. end)
  7859. cmds.Frame.holder.bar.settings.MouseButton1Click:Connect(function()
  7860. closed = false
  7861. cmds.Frame.holder.size:TweenPosition(UDim2.new(1,-600,1,-300),"Out","Quint",0.2,true)
  7862. wait(0.1)
  7863. cmds.Frame.holder.FeedbackMain:TweenPosition(UDim2.new(1,-300,1,-300),"Out","Quint",0.2,true)
  7864. wait(0.2)
  7865. cmds.Frame.holder.bar.Hide.Visible = true
  7866. cmds.Frame.holder.bar.Hide:TweenSize(UDim2.new(0,20,0,20),"Out","Quint",0.2,true)
  7867. end)
  7868. cmds.Frame.holder.bar.Hide.MouseButton1Click:Connect(function()
  7869. if closed == false then
  7870. closed = true
  7871. cmds.Frame.holder.size:TweenPosition(UDim2.new(1,-301,1,-640),"Out","Quint",0.2,true)
  7872. cmds.Frame.holder.FeedbackMain:TweenPosition(UDim2.new(1,-300,1,-640),"Out","Quint",0.2,true)
  7873. wait(0.2)
  7874. cmds.Frame.holder.bar.Hide:TweenSize(UDim2.new(0,20,0,0),"Out","Quint",0.2,true)
  7875. wait(0.2)
  7876. cmds.Frame.holder.bar.Hide.Visible = false
  7877. end
  7878. end)
  7879. cmds.Frame.holder.bar.Exit.MouseButton1Click:Connect(function()
  7880. closed = false
  7881. cmds.Frame.holder:TweenSize(UDim2.new(0,300,0,0),"Out","Quint",0.2,true)
  7882. wait(0.3)
  7883. cmds:Destroy()
  7884. cmdOpen = false
  7885. end)
  7886. cmds.Frame.holder:TweenSize(UDim2.new(0,300,0,330),"Out","Quint",0.2,true)
  7887. searchbar()
  7888. for i = 1, #CMDsV do
  7889. local YSize = 25
  7890. local Position = ((i * YSize) - YSize)
  7891. local newcmd = cmds.Frame.holder.size.MAIN.Example:Clone()
  7892. newcmd.Parent = cmds.Frame.holder.size.MAIN.CMDs
  7893. newcmd.Visible = true
  7894. newcmd.Position = UDim2.new(0,5,0, Position + 5)
  7895. newcmd.Text = "" .. CMDsV[i].Value
  7896. CMDss.CanvasSize = UDim2.new(0,0,0, Position + 30)
  7897. end
  7898. else closed = false
  7899. game.CoreGui.cp.Frame.holder.FeedbackMain:TweenPosition(UDim2.new(1,0,1,-300),"Out","Quint",0.2,true)
  7900. wait(0.1)
  7901. game.CoreGui.cp.Frame.holder.size:TweenPosition(UDim2.new(1,-301,1,-300),"Out","Quint",0.2,true)
  7902. wait(0.2)
  7903. game.CoreGui.cp.Frame.holder.bar.Hide.Visible = true
  7904. game.CoreGui.cp.Frame.holder.bar.Hide:TweenSize(UDim2.new(0,20,0,20),"Out","Quint",0.2,true)
  7905. end
  7906. end
  7907. function searchbar()
  7908. local CSP = game.CoreGui.cp.Frame.holder.size.MAIN
  7909. local main = CSP
  7910. local frame = CSP:WaitForChild('CMDs')
  7911. local gui = CSP:WaitForChild('Search')
  7912. local focused = false
  7913. Match = function(name,str)
  7914. return name:lower():find(str:lower()) and true
  7915. end
  7916. gui.FocusLost:connect(function(enterpressed)
  7917. gui.Text = "Search"
  7918. end)
  7919. IndexContents = function(str,bool)
  7920. local Index,SizeY = 0,0
  7921. for i,v in next, frame:GetChildren() do
  7922. if bool then
  7923. if Match(v.Text,str) then
  7924. Index = Index + 1
  7925. v.Position = UDim2.new(0,0,0,Index*v.AbsoluteSize.Y-v.AbsoluteSize.Y)
  7926. v.Visible = true
  7927. SizeY = SizeY + v.AbsoluteSize.Y
  7928. frame.CanvasSize = UDim2.new(0,0,0,SizeY)
  7929. else
  7930. v.Visible = false
  7931. end
  7932. else
  7933. v.Visible = true
  7934. SizeY = SizeY + v.AbsoluteSize.Y
  7935. frame.CanvasSize = UDim2.new(0,0,0,SizeY)
  7936. end
  7937. end
  7938. end
  7939. game:GetService('RunService').Stepped:connect(function()
  7940. if gui:IsFocused() and gui.Text == "Search" then
  7941. gui.Text = ''
  7942. end
  7943. end)
  7944. gui.Changed:connect(function()
  7945. if gui:IsFocused() then IndexContents(gui.Text,true) end
  7946. end)
  7947.  
  7948. IndexContents('',true)
  7949. end
  7950.  
  7951. addcmd('settings','opens settings window',{'toggles'},
  7952. function(args, speaker)
  7953. if speaker.userId ~= LP.userId then
  7954. lponly(speaker)
  7955. else
  7956. commands()
  7957. wait(0.2)
  7958. searchbar()
  7959. wait(0.3)
  7960. closed = false
  7961. game.CoreGui.cp.Frame.holder.size:TweenPosition(UDim2.new(1,-600,1,-300),"Out","Quint",0.2,true)
  7962. wait(0.1)
  7963. game.CoreGui.cp.Frame.holder.FeedbackMain:TweenPosition(UDim2.new(1,-300,1,-300),"Out","Quint",0.2,true)
  7964. wait(0.2)
  7965. game.CoreGui.cp.Frame.holder.bar.Hide.Visible = true
  7966. game.CoreGui.cp.Frame.holder.bar.Hide:TweenSize(UDim2.new(0,20,0,20),"Out","Quint",0.2,true)
  7967. end
  7968. end)
  7969.  
  7970. addcmd('cmds','opens cmds window',{},
  7971. function(args, speaker)
  7972. if speaker.userId ~= LP.userId then
  7973. if speaker.Character.Head:FindFirstChild("BillboardGui") then
  7974. speaker.Character.Head:FindFirstChild("BillboardGui"):Remove()
  7975. end
  7976.  
  7977. y = Instance.new("BillboardGui")
  7978. y.Size = UDim2.new(0,100,0,150)
  7979. y.StudsOffset = Vector3.new(0,1,0)
  7980. y.Parent = speaker.Character.Head
  7981. y.Adornee = speaker.Character.Head
  7982. f = Instance.new("TextLabel")
  7983. f.Parent = y
  7984. f.BackgroundTransparency = 1
  7985. f.Position = UDim2.new(0,0,0,-50)
  7986. f.Size = UDim2.new(0,100,0,100)
  7987. f.Font = "ArialBold"
  7988. f.TextSize = 20
  7989. f.Text = "Commands: cmds.infiniteyield.x10host.com (say " .. cmdprefix .. "verify me to dismiss)"
  7990. f.TextStrokeColor3 = Color3.new(0,0,0)
  7991. f.TextColor3 = Color3.new(255/255,255/255,255/255)
  7992. f.TextStrokeTransparency = 0
  7993. f.TextYAlignment = "Bottom"
  7994. else
  7995. commands()
  7996. wait(0.2)
  7997. searchbar()
  7998. end
  7999. end)
  8000.  
  8001. cmdBAR.FocusLost:connect(function(enterpressed)
  8002. if enterpressed and cmdBAR.Text ~= "" then
  8003. spawn(function ()
  8004. execCmd(cmdBAR.Text, Player)
  8005. end)
  8006. end
  8007. cmdBAR.BorderSizePixel = 1
  8008. wait(0.1)
  8009. cmdBAR.BorderSizePixel = 0
  8010. cmdBAR.Text = 'Press ' ..cmdbarbind.. ' to focus the cmd bar'
  8011. end)
  8012.  
  8013. Mouse.KeyDown:connect(function(Key)
  8014. if (Key==cmdbarbind) then
  8015. cmdBAR:CaptureFocus()
  8016. cmdBAR.BorderSizePixel = 1
  8017. wait(0.1)
  8018. cmdBAR.BorderSizePixel = 2
  8019. end
  8020. end)
  8021.  
  8022. local NOTIFY = DATA.Notification
  8023. NOTIFY.Parent = game.CoreGui
  8024. local usingNOTE = false
  8025. function Notify(msg)
  8026. if NOTIFY.NOTIFY and NOTIFY.NOTIFY.NOTE then
  8027. spawn(function()
  8028. NOTIFY.NOTIFY:TweenPosition(UDim2.new(0,0,0,-100), "InOut", "Quad", 0.5, true, nil)
  8029. if qopen == true then
  8030. quickmenu.sheild.cmds:TweenPosition(UDim2.new(0, 50, 0, -50), "InOut", "Quad", 0.5, true, nil) wait(0.2)
  8031. quickmenu.sheild.settings:TweenPosition(UDim2.new(0, 135, 0, -50), "InOut", "Quad", 0.5, true, nil) wait(0.2)
  8032. quickmenu.sheild.updates:TweenPosition(UDim2.new(0, 200, 0, -50), "InOut", "Quad", 0.5, true, nil) wait(0.2)
  8033. quickmenu.sheild.info:TweenPosition(UDim2.new(0, 265, 0, -50), "InOut", "Quad", 0.5, true, nil) wait(0.2) qopen = false
  8034. wait(0.6)
  8035. NOTIFY.NOTIFY.NOTE.Text = msg
  8036. NOTIFY.NOTIFY:TweenPosition(UDim2.new(0, 0, 0, -38), "InOut", "Quad", 0.5, true, nil)
  8037. else
  8038. wait(0.6)
  8039. NOTIFY.NOTIFY.NOTE.Text = msg
  8040. NOTIFY.NOTIFY:TweenPosition(UDim2.new(0, 0, 0, -38), "InOut", "Quad", 0.5, true, nil)
  8041. end
  8042. end)
  8043. end
  8044. end
  8045.  
  8046. -------------------------
  8047. --Startup notifications--
  8048. -------------------------
  8049. commands() wait(0.01) game.CoreGui.cp:Destroy() cmdOpen = false
  8050. local info = Instance.new("ScreenGui") local Frame = Instance.new("Frame") local done = Instance.new("TextButton") local TextLabel = Instance.new("TextLabel") local TextLabel_2 = Instance.new("TextLabel") local TextLabel_3 = Instance.new("TextLabel")
  8051. local TextLabel_4 = Instance.new("TextLabel") local TextLabel_5 = Instance.new("TextLabel") info.Name = "info" info.Parent = game.CoreGui Frame.Parent = info Frame.Position = UDim2.new(0.100000001, 0, 0.100000001, 0) Frame.Size = UDim2.new(0.800000012, 0, 0.800000012, 0)
  8052. Frame.Style = Enum.FrameStyle.RobloxSquare done.Name = "done" done.Parent = Frame done.BackgroundColor3 = Color3.new(0, 0, 0) done.BackgroundTransparency = 0.5 done.BorderColor3 = Color3.new(1, 1, 1) done.Position = UDim2.new(0.350000024, 0, 0.800000012, 0)
  8053. done.Size = UDim2.new(0.300000012, 0, 0.150000006, 0) done.FontSize = Enum.FontSize.Size24 done.Text = "Done" done.TextColor3 = Color3.new(1, 1, 1) TextLabel.Parent = Frame TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  8054. TextLabel.BackgroundTransparency = 1 TextLabel.Position = UDim2.new(0.349999994, 0, 0.200000003, 0) TextLabel.Size = UDim2.new(0.300000012, 0, 0.150000006, 0) TextLabel.ZIndex = 2 TextLabel.Font = Enum.Font.ArialBold
  8055. TextLabel.FontSize = Enum.FontSize.Size36 TextLabel.Text = "Credits:" TextLabel.TextColor3 = Color3.new(1, 1, 1) TextLabel.TextStrokeTransparency = 0.69999998807907 TextLabel_2.Parent = Frame
  8056. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1) TextLabel_2.BackgroundTransparency = 1 TextLabel_2.Position = UDim2.new(0.349999994, 0, 0, 0) TextLabel_2.Size = UDim2.new(0.300000012, 0, 0.150000006, 0) TextLabel_2.ZIndex = 2 TextLabel_2.Font = Enum.Font.ArialBold TextLabel_2.FontSize = Enum.FontSize.Size60
  8057. TextLabel_2.Text = "INFINITE YIELD" TextLabel_2.TextColor3 = Color3.new(1, 1, 1) TextLabel_2.TextStrokeTransparency = 0.69999998807907 TextLabel_3.Parent = Frame TextLabel_3.BackgroundColor3 = Color3.new(1, 1, 1) TextLabel_3.BackgroundTransparency = 1
  8058. TextLabel_3.Position = UDim2.new(0.349999994, 0, 0.200000003, 0) TextLabel_3.Size = UDim2.new(0.300000012, 0, 0.300000012, 0) TextLabel_3.ZIndex = 2 TextLabel_3.Font = Enum.Font.ArialBold TextLabel_3.FontSize = Enum.FontSize.Size28
  8059. TextLabel_3.Text = "Edge#3467 - bluntboomer#1259 - Master#9156" TextLabel_3.TextColor3 = Color3.new(1, 1, 1) TextLabel_3.TextStrokeTransparency = 0.69999998807907 TextLabel_4.Parent = Frame TextLabel_4.BackgroundColor3 = Color3.new(1, 1, 1)
  8060. TextLabel_4.BackgroundTransparency = 1 TextLabel_4.Position = UDim2.new(0.349999994, 0, 0.300000012, 0) TextLabel_4.Size = UDim2.new(0.300000012, 0, 0.600000024, 0) TextLabel_4.ZIndex = 2 TextLabel_4.Font = Enum.Font.ArialBold
  8061. TextLabel_4.FontSize = Enum.FontSize.Size28 TextLabel_4.Text = "infiniteyield.x10host.com - discord.gg/9MByKtG" TextLabel_4.TextColor3 = Color3.new(1, 1, 1) TextLabel_4.TextStrokeTransparency = 0.69999998807907 TextLabel_5.Parent = Frame
  8062. TextLabel_5.BackgroundColor3 = Color3.new(1, 1, 1) TextLabel_5.BackgroundTransparency = 1 TextLabel_5.Position = UDim2.new(0.349999994, 0, 0.200000003, 0) TextLabel_5.Size = UDim2.new(0.300000012, 0, 0.600000024, 0) TextLabel_5.ZIndex = 2
  8063. TextLabel_5.Font = Enum.Font.ArialBold TextLabel_5.FontSize = Enum.FontSize.Size28 TextLabel_5.Text = "You can find more information on the website and the discord." TextLabel_5.TextColor3 = Color3.new(1, 1, 1) TextLabel_5.TextStrokeTransparency = 0.69999998807907 done.ZIndex = 2 Frame.Visible = false
  8064. done.MouseButton1Click:connect(function() game.CoreGui.info.Frame.Visible = false end)
  8065. local upd = Instance.new("ScreenGui") local Frame = Instance.new("Frame") local done2 = Instance.new("TextButton") UTDW = Instance.new("TextLabel") local TextLabel = Instance.new("TextLabel") local TextLabel_2 = Instance.new("TextLabel") local TextLabel_3 = Instance.new("TextLabel")
  8066. upd.Name = "upd" upd.Parent = game.CoreGui Frame.Parent = upd Frame.Position = UDim2.new(0.100000001, 0, 0.100000001, 0) Frame.Size = UDim2.new(0.800000012, 0, 0.800000012, 0) Frame.Style = Enum.FrameStyle.RobloxSquare
  8067. done2.Name = "done2" done2.Parent = Frame done2.BackgroundColor3 = Color3.new(0, 0, 0) done2.BackgroundTransparency = 0.5 done2.BorderColor3 = Color3.new(1, 1, 1) done2.Position = UDim2.new(0.350000024, 0, 0.800000012, 0) done2.Size = UDim2.new(0.300000012, 0, 0.150000006, 0)
  8068. done2.FontSize = Enum.FontSize.Size24 done2.Text = "Done" done2.TextColor3 = Color3.new(1, 1, 1) UTDW.Name = "UTDW" UTDW.Parent = Frame UTDW.BackgroundColor3 = Color3.new(1, 1, 1) UTDW.BackgroundTransparency = 1
  8069. UTDW.Position = UDim2.new(0.349999994, 0, 0.200000003, 0) UTDW.Size = UDim2.new(0.300000012, 0, 0.150000006, 0) UTDW.ZIndex = 2 UTDW.Font = Enum.Font.ArialBold UTDW.FontSize = Enum.FontSize.Size36 UTDW.Text = "UP TO DATE: error"
  8070. UTDW.TextColor3 = Color3.new(1, 1, 1) UTDW.TextStrokeTransparency = 0.69999998807907 TextLabel.Parent = Frame TextLabel.BackgroundColor3 = Color3.new(1, 1, 1) TextLabel.BackgroundTransparency = 1 TextLabel.Position = UDim2.new(0.349999994, 0, 0, 0)
  8071. TextLabel.Size = UDim2.new(0.300000012, 0, 0.150000006, 0) TextLabel.ZIndex = 2 TextLabel.Font = Enum.Font.ArialBold TextLabel.FontSize = Enum.FontSize.Size60 TextLabel.Text = "INFINITE YIELD" TextLabel.TextColor3 = Color3.new(1, 1, 1) TextLabel.TextStrokeTransparency = 0.69999998807907
  8072. TextLabel_2.Parent = Frame TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1) TextLabel_2.BackgroundTransparency = 1 TextLabel_2.Position = UDim2.new(0.349999994, 0, 0.150000006, 0) TextLabel_2.Size = UDim2.new(0.300000012, 0, 0.600000024, 0)
  8073. TextLabel_2.ZIndex = 2 TextLabel_2.Font = Enum.Font.ArialBold TextLabel_2.FontSize = Enum.FontSize.Size28 TextLabel_2.Text = "Update Log:" TextLabel_2.TextColor3 = Color3.new(1, 1, 1) TextLabel_2.TextStrokeTransparency = 0.69999998807907
  8074. TextLabel_3.Parent = Frame TextLabel_3.BackgroundColor3 = Color3.new(1, 1, 1) TextLabel_3.BackgroundTransparency = 1 TextLabel_3.Position = UDim2.new(0, 0, 0.32, 0) TextLabel_3.Size = UDim2.new(1, 0, 0.6, 0) Frame.Visible = false
  8075. TextLabel_3.ZIndex = 2 TextLabel_3.Font = Enum.Font.ArialBold TextLabel_3.FontSize = Enum.FontSize.Size28 TextLabel_3.Text = "Made a quick UI overhaul. We combined the settings and commands window into one. Commands like ;settings and ;cmds will work the same as well as the shortcuts menu. We also did some bug fixes and speed improvements." TextLabel_3.TextColor3 = Color3.new(1, 1, 1) TextLabel_3.TextStrokeTransparency = 0.69999998807907 TextLabel_3.TextWrapped = true
  8076. done2.MouseButton1Click:connect(function() game.CoreGui.upd.Frame.Visible = false end)
  8077. o1 = Instance.new("ScreenGui")
  8078. o2 = Instance.new("Frame")
  8079. o3 = Instance.new("Frame")
  8080. o4 = Instance.new("Frame")
  8081. o5 = Instance.new("ScrollingFrame")
  8082. o6 = Instance.new("TextLabel")
  8083. o7 = Instance.new("ScrollingFrame")
  8084. o8 = Instance.new("TextLabel")
  8085. o9 = Instance.new("Frame")
  8086. o10 = Instance.new("ScrollingFrame")
  8087. o11 = Instance.new("ScrollingFrame")
  8088. o1.Name = "IntroGui"
  8089. o1.Parent = game.CoreGui
  8090. o2.Name = "MainFrame"
  8091. o2.Parent = o1
  8092. o2.Size = UDim2.new(1,0,1,0)
  8093. o2.BackgroundColor3 = Color3.new(0, 0, 0)
  8094. o2.BackgroundTransparency = 1
  8095. o2.BorderSizePixel = 0
  8096. o3.Name = "Intro"
  8097. o3.Parent = o2
  8098. o3.Size = UDim2.new(1,0,1,0)
  8099. o3.BackgroundColor3 = Color3.new(0, 0, 0)
  8100. o3.BackgroundTransparency = 1
  8101. o3.BorderSizePixel = 0
  8102. o3.ZIndex = 2
  8103. o4.Name = "presents"
  8104. o4.Parent = o3
  8105. o4.Position = UDim2.new(0,0,1,0)
  8106. o4.Size = UDim2.new(1,0,1,0)
  8107. o4.Position = UDim2.new(0,0,1,0)
  8108. o4.BackgroundColor3 = Color3.new(0, 0, 0)
  8109. o4.BackgroundTransparency = 0.69999998807907
  8110. o4.BorderSizePixel = 0
  8111. o4.ZIndex = 3
  8112. o5.Name = "text1"
  8113. o5.Parent = o4
  8114. o5.Position = UDim2.new(0,0,0.5,-50)
  8115. o5.Size = UDim2.new(1,0,0,100)
  8116. o5.Position = UDim2.new(0,0,0.5,-50)
  8117. o5.CanvasSize = UDim2.new(0,0,0,0)
  8118. o5.BackgroundColor3 = Color3.new(1, 1, 1)
  8119. o5.BackgroundTransparency = 1
  8120. o5.BorderSizePixel = 0
  8121. o5.ZIndex = 3
  8122. o5.ScrollBarThickness = 0
  8123. o6.Name = "MainTL"
  8124. o6.Parent = o5
  8125. o6.Position = UDim2.new(0,0,0,100)
  8126. o6.Size = UDim2.new(1,0,0,100)
  8127. o6.Text = "Infinite Yield"
  8128. o6.Position = UDim2.new(0,0,0,100)
  8129. o6.BackgroundColor3 = Color3.new(1, 1, 1)
  8130. o6.BackgroundTransparency = 1
  8131. o6.BorderSizePixel = 0
  8132. o6.ZIndex = 5
  8133. o6.Font = Enum.Font.Highway
  8134. o6.FontSize = Enum.FontSize.Size14
  8135. o6.TextColor3 = Color3.new(1, 1, 1)
  8136. o6.TextScaled = true
  8137. o6.TextWrapped = true
  8138. o7.Name = "text2"
  8139. o7.Parent = o4
  8140. o7.Position = UDim2.new(0,0,0.5,50)
  8141. o7.Size = UDim2.new(1,0,0,30)
  8142. o7.Position = UDim2.new(0,0,0.5,50)
  8143. o7.CanvasSize = UDim2.new(0,0,0,0)
  8144. o7.BackgroundColor3 = Color3.new(1, 1, 1)
  8145. o7.BackgroundTransparency = 1
  8146. o7.BorderSizePixel = 0
  8147. o7.ZIndex = 3
  8148. o7.ScrollBarThickness = 0
  8149. o8.Name = "MainTL"
  8150. o8.Parent = o7
  8151. o8.Position = UDim2.new(0,0,0,-31)
  8152. o8.Size = UDim2.new(1,0,0,30)
  8153. o8.Text = "Admin Commands"
  8154. o8.Position = UDim2.new(0,0,0,-31)
  8155. o8.BackgroundColor3 = Color3.new(1, 1, 1)
  8156. o8.BackgroundTransparency = 1
  8157. o8.BorderSizePixel = 0
  8158. o8.ZIndex = 5
  8159. o8.Font = Enum.Font.Highway
  8160. o8.FontSize = Enum.FontSize.Size36
  8161. o8.TextColor3 = Color3.new(1, 1, 1)
  8162. o8.TextWrapped = true
  8163. o9.Name = "gametitle"
  8164. o9.Parent = o3
  8165. o9.Position = UDim2.new(0,0,1,0)
  8166. o9.Size = UDim2.new(1,0,1,0)
  8167. o9.Position = UDim2.new(0,0,1,0)
  8168. o9.BackgroundColor3 = Color3.new(0, 0, 0)
  8169. o9.BackgroundTransparency = 0.69999998807907
  8170. o9.BorderSizePixel = 0
  8171. o9.ZIndex = 3
  8172. o10.Name = "text1"
  8173. o10.Parent = o9
  8174. o10.Position = UDim2.new(0,0,0.5,-50)
  8175. o10.Size = UDim2.new(1,0,0,100)
  8176. o10.Position = UDim2.new(0,0,0.5,-50)
  8177. o10.CanvasSize = UDim2.new(0,0,0,0)
  8178. o10.BackgroundColor3 = Color3.new(1, 1, 1)
  8179. o10.BackgroundTransparency = 1
  8180. o10.BorderSizePixel = 0
  8181. o10.ZIndex = 3
  8182. o10.ScrollBarThickness = 0
  8183. o11.Name = "text2"
  8184. o11.Parent = o9
  8185. o11.Position = UDim2.new(0,0,0.5,50)
  8186. o11.Size = UDim2.new(1,0,0,40)
  8187. o11.Position = UDim2.new(0,0,0.5,50)
  8188. o11.CanvasSize = UDim2.new(0,0,0,0)
  8189. o11.BackgroundColor3 = Color3.new(1, 1, 1)
  8190. o11.BackgroundTransparency = 1
  8191. o11.BorderSizePixel = 0
  8192. o11.ZIndex = 3
  8193. o11.ScrollBarThickness = 0
  8194. wait(1)
  8195. local presents = game.CoreGui.IntroGui.MainFrame.Intro.presents
  8196. local presents_text1_mtl = presents.text1.MainTL
  8197. local presents_text2_mtl = presents.text2.MainTL
  8198. local gtitle = game.CoreGui.IntroGui.MainFrame.Intro.gametitle
  8199.  
  8200. presents:TweenPosition(UDim2.new(0,0,0,0),"Out","Quad",0)
  8201. wait(0.5)
  8202. presents_text1_mtl:TweenPosition(UDim2.new(0,0,0.5,-54),"Out","Quad",1)
  8203. wait(0.5)
  8204. presents_text2_mtl:TweenPosition(UDim2.new(0,0,0.5,-18),"Out","Quad",0.3)
  8205. wait(3)
  8206. presents:TweenPosition(UDim2.new(0,0,-1,0),"Out","Quad",0.5)
  8207. gtitle:TweenPosition(UDim2.new(0,0,0,0),"Out","Quad",0.5)
  8208. wait(0.6)
  8209. gtitle:TweenPosition(UDim2.new(0,0,1,0),"Out","Quad",0.5)
  8210. presents:TweenPosition(UDim2.new(0,0,-1,-38),"Out","Quad",0)
  8211. wait(0.1)
  8212. if game.Workspace.FilteringEnabled == true then
  8213. Notify('Filtering ENABLED')
  8214. elseif game.Workspace.FilteringEnabled == false then
  8215. Notify('Filtering Disabled')
  8216. end
  8217. wait(1)
  8218. o1:Destroy()
  8219. local Asset = game:GetService("MarketplaceService"):GetProductInfo(937297244)
  8220. wait(1)
  8221. if Asset.Name == "Infinite Yield 5.5" then
  8222. print('Infinite Yield is up to date! (Version ' .. Version .. ')')
  8223. UTD = true
  8224. UTDW.Text = 'UP TO DATE: yes (Version ' .. Version .. ')'
  8225. else
  8226. UTD = false
  8227. UTDW.Text = 'UP TO DATE: no (Version ' .. Version .. ')'
  8228. local Update = Instance.new("ScreenGui")
  8229. local Notification = Instance.new("Frame")
  8230. local Help = Instance.new("Frame")
  8231. local helpframe = Instance.new("Frame")
  8232. local Help_2 = Instance.new("Frame")
  8233. local Notice = Instance.new("Frame")
  8234. local TextLabel = Instance.new("TextLabel")
  8235. local OKButton = Instance.new("TextButton")
  8236. local Notice_2 = Instance.new("Frame")
  8237. local TextLabel_2 = Instance.new("TextLabel")
  8238. local ButtonSeparator = Instance.new("Frame")
  8239. local HelpButton = Instance.new("TextButton")
  8240. local OKButton_2 = Instance.new("TextButton")
  8241. local Bar = Instance.new("Frame")
  8242. Update.Name = "Update"
  8243. Update.Parent = game.CoreGui
  8244. Notification.Name = "Notification"
  8245. Notification.Parent = Update
  8246. Notification.BackgroundColor3 = Color3.new(0, 0, 0)
  8247. Notification.BackgroundTransparency = 0.5
  8248. Notification.BorderSizePixel = 0
  8249. Notification.Size = UDim2.new(1, 0, 0, 65)
  8250. Help.Name = "Help"
  8251. Help.Parent = Notification
  8252. Help.BackgroundColor3 = Color3.new(0, 0, 0)
  8253. Help.BackgroundTransparency = 1
  8254. Help.BorderSizePixel = 0
  8255. Help.Position = UDim2.new(0, 0, 0, 65)
  8256. Help.Size = UDim2.new(1, 0, 1, -22)
  8257. Help.Visible = false
  8258. helpframe.Name = "helpframe"
  8259. helpframe.Parent = Help
  8260. helpframe.BackgroundColor3 = Color3.new(0, 0, 0)
  8261. helpframe.BackgroundTransparency = 0.5
  8262. helpframe.BorderSizePixel = 0
  8263. helpframe.Size = UDim2.new(1, 0, 0, 65)
  8264. Help_2.Name = "Help"
  8265. Help_2.Parent = helpframe
  8266. Help_2.BackgroundColor3 = Color3.new(0, 0, 0)
  8267. Help_2.BackgroundTransparency = 1
  8268. Help_2.BorderSizePixel = 0
  8269. Help_2.Position = UDim2.new(0, 0, 0, 200)
  8270. Help_2.Size = UDim2.new(1, 0, 1, -22)
  8271. Notice.Name = "Notice"
  8272. Notice.Parent = helpframe
  8273. Notice.BackgroundColor3 = Color3.new(0, 0, 0)
  8274. Notice.BackgroundTransparency = 1
  8275. Notice.BorderSizePixel = 0
  8276. Notice.Position = UDim2.new(0, 0, 0, 2)
  8277. Notice.Size = UDim2.new(1, 0, 1, -22)
  8278. TextLabel.Parent = Notice
  8279. TextLabel.BackgroundColor3 = Color3.new(0, 0, 0)
  8280. TextLabel.BackgroundTransparency = 1
  8281. TextLabel.BorderColor3 = Color3.new(0, 0, 0)
  8282. TextLabel.BorderSizePixel = 0
  8283. TextLabel.Size = UDim2.new(1, 0, 1, 0)
  8284. TextLabel.Font = Enum.Font.SourceSansBold
  8285. TextLabel.FontSize = Enum.FontSize.Size14
  8286. TextLabel.Text = "You can go to our site at infiniteyield.x10host.com to download the latest version. Otherwise join the discord: discord.gg/9MByKtG"
  8287. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  8288. TextLabel.TextStrokeColor3 = Color3.new(0, 0, 0)
  8289. TextLabel.TextStrokeTransparency = 0.80000001192093
  8290. TextLabel.TextWrapped = true
  8291. Notice_2.Name = "Notice"
  8292. Notice_2.Parent = Notification
  8293. Notice_2.BackgroundColor3 = Color3.new(0, 0, 0)
  8294. Notice_2.BackgroundTransparency = 1
  8295. Notice_2.BorderSizePixel = 0
  8296. Notice_2.Position = UDim2.new(0, 0, 0, 2)
  8297. Notice_2.Size = UDim2.new(1, 0, 1, -22)
  8298. TextLabel_2.Parent = Notice_2
  8299. TextLabel_2.BackgroundColor3 = Color3.new(0, 0, 0)
  8300. TextLabel_2.BackgroundTransparency = 1
  8301. TextLabel_2.BorderColor3 = Color3.new(0, 0, 0)
  8302. TextLabel_2.BorderSizePixel = 0
  8303. TextLabel_2.Size = UDim2.new(1, 0, 1, 0)
  8304. TextLabel_2.Font = Enum.Font.SourceSansBold
  8305. TextLabel_2.FontSize = Enum.FontSize.Size14
  8306. TextLabel_2.Text = "The version of Infinite Yield you are using is outdated! (Using version " .. Version .. " when " .. Asset.Name .. " is avalable)"
  8307. TextLabel_2.TextColor3 = Color3.new(1, 1, 1)
  8308. TextLabel_2.TextStrokeColor3 = Color3.new(0, 0, 0)
  8309. TextLabel_2.TextStrokeTransparency = 0.80000001192093
  8310. TextLabel_2.TextWrapped = true
  8311. ButtonSeparator.Name = "ButtonSeparator"
  8312. ButtonSeparator.Parent = Notification
  8313. ButtonSeparator.BackgroundColor3 = Color3.new(0, 0, 0)
  8314. ButtonSeparator.BackgroundTransparency = 0.5
  8315. ButtonSeparator.BorderColor3 = Color3.new(1, 1, 1)
  8316. ButtonSeparator.BorderSizePixel = 0
  8317. ButtonSeparator.Position = UDim2.new(0.5, 0, 1, -22)
  8318. ButtonSeparator.Size = UDim2.new(0, 2, 0, 22)
  8319. HelpButton.Name = "HelpButton"
  8320. HelpButton.Parent = Notification
  8321. HelpButton.BackgroundColor3 = Color3.new(0, 0, 0)
  8322. HelpButton.BackgroundTransparency = 0.80000001192093
  8323. HelpButton.BorderColor3 = Color3.new(0, 0, 0)
  8324. HelpButton.BorderSizePixel = 0
  8325. HelpButton.Position = UDim2.new(0.5, 0, 1, -22)
  8326. HelpButton.Size = UDim2.new(0.5, 0, 0, 22)
  8327. HelpButton.Font = Enum.Font.Highway
  8328. HelpButton.FontSize = Enum.FontSize.Size18
  8329. HelpButton.Text = "What should I do?"
  8330. HelpButton.TextColor3 = Color3.new(1, 1, 1)
  8331. OKButton_2.Name = "OKButton"
  8332. OKButton_2.Parent = Notification
  8333. OKButton_2.BackgroundColor3 = Color3.new(0, 0, 0)
  8334. OKButton_2.BackgroundTransparency = 0.80000001192093
  8335. OKButton_2.BorderColor3 = Color3.new(0, 0, 0)
  8336. OKButton_2.BorderSizePixel = 0
  8337. OKButton_2.Position = UDim2.new(0, 0, 1, -22)
  8338. OKButton_2.Size = UDim2.new(0.5, 0, 0, 22)
  8339. OKButton_2.Font = Enum.Font.Highway
  8340. OKButton_2.FontSize = Enum.FontSize.Size18
  8341. OKButton_2.Text = "Ignore"
  8342. OKButton_2.TextColor3 = Color3.new(1, 1, 1)
  8343. Bar.Name = "Bar"
  8344. Bar.Parent = Notification
  8345. Bar.BackgroundColor3 = Color3.new(1, 0, 0)
  8346. Bar.BorderSizePixel = 0
  8347. Bar.Size = UDim2.new(1, 0, 0, 2)
  8348. end
  8349. if UTD == false then
  8350. game.CoreGui.Update.Notification.HelpButton.MouseButton1Click:Connect(function()
  8351. wait()
  8352. game.CoreGui.Update.Notification.Help.Visible = true
  8353. end)
  8354. end
  8355. if UTD ==false then
  8356. game.CoreGui.Update.Notification.OKButton.MouseButton1Click:Connect(function()
  8357. wait()
  8358. game.CoreGui.Update:Destroy()
  8359. end)
  8360. end
  8361. local iy = Instance.new("ImageButton") local sheild = Instance.new("Frame") local cmds = Instance.new("ImageButton") local cmds_2 = Instance.new("TextLabel")
  8362. local settings = Instance.new("ImageButton") local settings_2 = Instance.new("TextLabel") local updates = Instance.new("ImageButton") local updates_2 = Instance.new("TextLabel")
  8363. local info = Instance.new("ImageButton") local info_2 = Instance.new("TextLabel") local MAIN = Instance.new("TextLabel")
  8364. iy.Name = "iy"
  8365. iy.Parent = game.CoreGui.RobloxGui.TopBarContainer
  8366. iy.BackgroundTransparency = 1
  8367. iy.Position = UDim2.new(0, 2, 0, -38)
  8368. iy.Size = UDim2.new(0, 50, 0, 36)
  8369. iy.AutoButtonColor = false
  8370. sheild.Name = "sheild"
  8371. sheild.Parent = iy
  8372. sheild.BackgroundColor3 = Color3.new(1, 1, 1)
  8373. sheild.BackgroundTransparency = 1
  8374. sheild.Size = UDim2.new(0, 320, 0, 35)
  8375. cmds.Name = "cmds"
  8376. cmds.Parent = sheild
  8377. cmds.BackgroundTransparency = 1
  8378. cmds.Position = UDim2.new(0, 50, 0, 0)
  8379. cmds.Size = UDim2.new(0, 80, 0, 36)
  8380. cmds.AutoButtonColor = false
  8381. cmds_2.Name = "cmds"
  8382. cmds_2.Parent = cmds
  8383. cmds_2.BackgroundColor3 = Color3.new(1, 1, 1)
  8384. cmds_2.BackgroundTransparency = 1
  8385. cmds_2.Position = UDim2.new(0, 0, 0, -2)
  8386. cmds_2.Size = UDim2.new(0, 80, 0, 40)
  8387. cmds_2.Font = Enum.Font.Arial
  8388. cmds_2.FontSize = Enum.FontSize.Size14
  8389. cmds_2.Text = "Commands"
  8390. cmds_2.TextColor3 = Color3.new(1, 1, 1)
  8391. cmds_2.TextStrokeTransparency = 0.69999998807907
  8392. settings.Name = "settings"
  8393. settings.Parent = sheild
  8394. settings.BackgroundTransparency = 1
  8395. settings.Position = UDim2.new(0, 135, 0, 0)
  8396. settings.Size = UDim2.new(0, 60, 0, 36)
  8397. settings.AutoButtonColor = false
  8398. settings_2.Name = "settings"
  8399. settings_2.Parent = settings
  8400. settings_2.BackgroundColor3 = Color3.new(1, 1, 1)
  8401. settings_2.BackgroundTransparency = 1
  8402. settings_2.Position = UDim2.new(0, 0, 0, -2)
  8403. settings_2.Size = UDim2.new(0, 60, 0, 40)
  8404. settings_2.Font = Enum.Font.Arial
  8405. settings_2.FontSize = Enum.FontSize.Size14
  8406. settings_2.Text = "Settings"
  8407. settings_2.TextColor3 = Color3.new(1, 1, 1)
  8408. settings_2.TextStrokeTransparency = 0.69999998807907
  8409. updates.Name = "updates"
  8410. updates.Parent = sheild
  8411. updates.BackgroundTransparency = 1
  8412. updates.Position = UDim2.new(0, 200, 0, 0)
  8413. updates.Size = UDim2.new(0, 60, 0, 36)
  8414. updates.AutoButtonColor = false
  8415. updates_2.Name = "updates"
  8416. updates_2.Parent = updates
  8417. updates_2.BackgroundColor3 = Color3.new(1, 1, 1)
  8418. updates_2.BackgroundTransparency = 1
  8419. updates_2.Position = UDim2.new(0, 0, 0, -2)
  8420. updates_2.Size = UDim2.new(0, 60, 0, 40)
  8421. updates_2.Font = Enum.Font.Arial
  8422. updates_2.FontSize = Enum.FontSize.Size14
  8423. updates_2.Text = "Updates"
  8424. updates_2.TextColor3 = Color3.new(1, 1, 1)
  8425. updates_2.TextStrokeTransparency = 0.69999998807907
  8426. info.Name = "info"
  8427. info.Parent = sheild
  8428. info.BackgroundTransparency = 1
  8429. info.Position = UDim2.new(0, 265, 0, 0)
  8430. info.Size = UDim2.new(0, 35, 0, 36)
  8431. info.AutoButtonColor = false
  8432. info_2.Name = "info"
  8433. info_2.Parent = info
  8434. info_2.BackgroundColor3 = Color3.new(1, 1, 1)
  8435. info_2.BackgroundTransparency = 1
  8436. info_2.Position = UDim2.new(0, 0, 0, -2)
  8437. info_2.Size = UDim2.new(0, 30, 0, 40)
  8438. info_2.Font = Enum.Font.Arial
  8439. info_2.FontSize = Enum.FontSize.Size14
  8440. info_2.Text = "Info"
  8441. info_2.TextColor3 = Color3.new(1, 1, 1)
  8442. info_2.TextStrokeTransparency = 0.69999998807907
  8443. MAIN.Name = "MAIN"
  8444. MAIN.Parent = iy
  8445. MAIN.BackgroundColor3 = Color3.new(1, 1, 1)
  8446. MAIN.BackgroundTransparency = 1
  8447. MAIN.Position = UDim2.new(0, 2, 0, -2)
  8448. MAIN.Size = UDim2.new(0, 40, 0, 40)
  8449. MAIN.Font = Enum.Font.ArialBold
  8450. MAIN.FontSize = Enum.FontSize.Size24
  8451. MAIN.Text = "IY"
  8452. MAIN.TextColor3 = Color3.new(1, 1, 1)
  8453. MAIN.TextStrokeTransparency = 0.69999998807907
  8454. quickmenu = game.CoreGui.RobloxGui.TopBarContainer.iy
  8455. local TopBarContainer = Instance.new("Frame") TopBarContainer.Name = "TopBarContainer" TopBarContainer.Parent = game.CoreGui.RobloxGui TopBarContainer.Active = true TopBarContainer.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  8456. TopBarContainer.BackgroundTransparency = 0.5 TopBarContainer.BorderSizePixel = 0 TopBarContainer.Position = UDim2.new(0, 0, 0, -72) TopBarContainer.Size = UDim2.new(1, 0, 0, 36) TopBarContainer.ZIndex = 0
  8457. game:GetService("GuiService"):SetGlobalGuiInset(0,72,0,0)
  8458. wait(1)
  8459. quickmenu.sheild.cmds:TweenPosition(UDim2.new(0, 50, 0, -50), "InOut", "Quad", 0.5, true, nil) wait(0.2)
  8460. quickmenu.sheild.settings:TweenPosition(UDim2.new(0, 135, 0, -50), "InOut", "Quad", 0.5, true, nil) wait(0.2)
  8461. quickmenu.sheild.updates:TweenPosition(UDim2.new(0, 200, 0, -50), "InOut", "Quad", 0.5, true, nil) wait(0.2)
  8462. quickmenu.sheild.info:TweenPosition(UDim2.new(0, 265, 0, -50), "InOut", "Quad", 0.5, true, nil) wait(0.2)
  8463. qopen = false quickmenu.MouseButton1Click:connect(function()
  8464. if qopen == false then NOTIFY.NOTIFY:TweenPosition(UDim2.new(0,0,0,-100), "InOut", "Quad", 0.5, true, nil)
  8465. quickmenu.sheild.cmds:TweenPosition(UDim2.new(0, 50, 0, 0), "InOut", "Quad", 0.5, true, nil) wait(0.2)
  8466. quickmenu.sheild.settings:TweenPosition(UDim2.new(0, 135, 0, 0), "InOut", "Quad", 0.5, true, nil) wait(0.2)
  8467. quickmenu.sheild.updates:TweenPosition(UDim2.new(0, 200, 0, 0), "InOut", "Quad", 0.5, true, nil) wait(0.2)
  8468. quickmenu.sheild.info:TweenPosition(UDim2.new(0, 265, 0, 0), "InOut", "Quad", 0.5, true, nil) wait(0.2) qopen = true else NOTIFY.NOTIFY:TweenPosition(UDim2.new(0, 0, 0, -38), "InOut", "Quad", 0.5, true, nil)
  8469. quickmenu.sheild.cmds:TweenPosition(UDim2.new(0, 50, 0, -50), "InOut", "Quad", 0.5, true, nil) wait(0.2)
  8470. quickmenu.sheild.settings:TweenPosition(UDim2.new(0, 135, 0, -50), "InOut", "Quad", 0.5, true, nil) wait(0.2)
  8471. quickmenu.sheild.updates:TweenPosition(UDim2.new(0, 200, 0, -50), "InOut", "Quad", 0.5, true, nil) wait(0.2)
  8472. quickmenu.sheild.info:TweenPosition(UDim2.new(0, 265, 0, -50), "InOut", "Quad", 0.5, true, nil) wait(0.2) qopen = false end end)
  8473. quickmenu.sheild.cmds.MouseButton1Click:connect(function() commands() end)
  8474. quickmenu.sheild.settings.MouseButton1Click:connect(function() commands() wait(0.2) searchbar() wait(0.3) closed = false game.CoreGui.cp.Frame.holder.size:TweenPosition(UDim2.new(1,-600,1,-300),"Out","Quint",0.2,true) wait(0.1)
  8475. game.CoreGui.cp.Frame.holder.FeedbackMain:TweenPosition(UDim2.new(1,-300,1,-300),"Out","Quint",0.2,true) wait(0.2) game.CoreGui.cp.Frame.holder.bar.Hide.Visible = true game.CoreGui.cp.Frame.holder.bar.Hide:TweenSize(UDim2.new(0,20,0,20),"Out","Quint",0.2,true) end)
  8476. quickmenu.sheild.info.MouseButton1Click:connect(function() game.CoreGui.info.Frame.Visible = true end)
  8477. quickmenu.sheild.updates.MouseButton1Click:connect(function() game.CoreGui.upd.Frame.Visible = true end)
Add Comment
Please, Sign In to add comment