M1XTExploits

Untitled

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