APastebinUser123412

Infinite Yield Works On Me Only

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