Advertisement
_Toku_

Ani - Source Code - For Sinaples (PUBLIC)

Oct 26th, 2018
425
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 363.39 KB | None | 0 0
  1. -- Info About Exploit: v1.0.0, made by Toku, Script Hub
  2. -- Add me on discord to report bugs: Toku#7301
  3. -- Version: 2.82
  4. -- Instances:
  5. local Ani = Instance.new("ScreenGui")
  6. local Login = Instance.new("Frame")
  7. local LoginBG = Instance.new("ImageLabel")
  8. local LoginLabel = Instance.new("TextLabel")
  9. local User = Instance.new("TextBox")
  10. local Pass = Instance.new("TextBox")
  11. local LoginButton = Instance.new("TextButton")
  12. local AniMain = Instance.new("Frame")
  13. local AniMainLabel = Instance.new("TextLabel")
  14. local BTools = Instance.new("TextButton")
  15. local CloseButton = Instance.new("TextButton")
  16. local MiniButton = Instance.new("TextButton")
  17. local Fire = Instance.new("TextButton")
  18. local EpixGui = Instance.new("TextButton")
  19. local KillSelf = Instance.new("TextButton")
  20. local TextButton = Instance.new("TextButton")
  21. local _1337Gui = Instance.new("TextButton")
  22. local FEHax = Instance.new("TextButton")
  23. local Reviz = Instance.new("TextButton")
  24. local AniMainDesign = Instance.new("TextLabel")
  25. local Open = Instance.new("TextButton")
  26. AniMain.Draggable = true
  27.  
  28. --Properties:
  29. Ani.Name = "Ani"
  30. Ani.Parent = game.CoreGui
  31.  
  32. Login.Name = "Login"
  33. Login.Parent = Ani
  34. Login.Active = true
  35. Login.BackgroundColor3 = Color3.new(1, 1, 1)
  36. Login.BorderSizePixel = 0
  37. Login.Position = UDim2.new(0.469696969, 0, 0.432975858, 0)
  38. Login.Size = UDim2.new(0, 100, 0, 100)
  39. Login.Draggable = true
  40.  
  41. LoginBG.Name = "LoginBG"
  42. LoginBG.Parent = Login
  43. LoginBG.BackgroundColor3 = Color3.new(1, 1, 1)
  44. LoginBG.BackgroundTransparency = 0.5
  45. LoginBG.BorderSizePixel = 0
  46. LoginBG.Position = UDim2.new(-3.30999994, 0, -2.08999991, 0)
  47. LoginBG.Size = UDim2.new(0, 762, 0, 517)
  48. LoginBG.Image = "rbxassetid://1293887210"
  49.  
  50. LoginLabel.Name = "LoginLabel"
  51. LoginLabel.Parent = Login
  52. LoginLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  53. LoginLabel.BackgroundTransparency = 5
  54. LoginLabel.BorderColor3 = Color3.new(1, 1, 1)
  55. LoginLabel.BorderSizePixel = 0
  56. LoginLabel.Position = UDim2.new(-3.30999994, 0, -2.0999999, 0)
  57. LoginLabel.Size = UDim2.new(0, 762, 0, 62)
  58. LoginLabel.Font = Enum.Font.SourceSansLight
  59. LoginLabel.Text = "Login"
  60. LoginLabel.TextColor3 = Color3.new(1, 1, 1)
  61. LoginLabel.TextSize = 25
  62.  
  63. User.Name = "User"
  64. User.Parent = Login
  65. User.BackgroundColor3 = Color3.new(1, 1, 1)
  66. User.BackgroundTransparency = 0.80000001192093
  67. User.BorderSizePixel = 0
  68. User.Position = UDim2.new(-3.23000002, 0, -1.08000004, 0)
  69. User.Size = UDim2.new(0, 746, 0, 50)
  70. User.Font = Enum.Font.SourceSansItalic
  71. User.Text = "Username"
  72. User.TextColor3 = Color3.new(1, 1, 1)
  73. User.TextSize = 20
  74.  
  75. Pass.Name = "Pass"
  76. Pass.Parent = Login
  77. Pass.BackgroundColor3 = Color3.new(1, 1, 1)
  78. Pass.BackgroundTransparency = 0.80000001192093
  79. Pass.BorderSizePixel = 0
  80. Pass.Position = UDim2.new(-3.23000002, 0, -0.119999997, 0)
  81. Pass.Size = UDim2.new(0, 746, 0, 50)
  82. Pass.Font = Enum.Font.SourceSansItalic
  83. Pass.Text = "Password"
  84. Pass.TextColor3 = Color3.new(1, 1, 1)
  85. Pass.TextSize = 20
  86.  
  87. LoginButton.Name = "LoginButton"
  88. LoginButton.Parent = Login
  89. LoginButton.BackgroundColor3 = Color3.new(1, 1, 1)
  90. LoginButton.BackgroundTransparency = 0.80000001192093
  91. LoginButton.BorderSizePixel = 0
  92. LoginButton.Position = UDim2.new(-3.23000002, 0, 2.5, 0)
  93. LoginButton.Size = UDim2.new(0, 746, 0, 50)
  94. LoginButton.Font = Enum.Font.SourceSansLight
  95. LoginButton.Text = "Login"
  96. LoginButton.TextColor3 = Color3.new(1, 1, 1)
  97. LoginButton.TextSize = 20
  98. LoginButton.MouseButton1Down:connect(function()
  99.         AniMain.Visible = true
  100.         Login.Visible = false
  101. end)
  102.  
  103. AniMain.Name = "AniMain"
  104. AniMain.Parent = Ani
  105. AniMain.Active = true
  106. AniMain.BackgroundColor3 = Color3.new(1, 1, 1)
  107. AniMain.BackgroundTransparency = 0.5
  108. AniMain.BorderSizePixel = 0
  109. AniMain.Position = UDim2.new(0.728484869, 0, 0.0160857905, 0)
  110. AniMain.Size = UDim2.new(0, 432, 0, 322)
  111. AniMain.Visible = false
  112. AniMain.Draggable = true
  113.  
  114. AniMainLabel.Name = "AniMainLabel"
  115. AniMainLabel.Parent = AniMain
  116. AniMainLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  117. AniMainLabel.BackgroundTransparency = 0.5
  118. AniMainLabel.BorderSizePixel = 0
  119. AniMainLabel.Size = UDim2.new(0, 432, 0, 50)
  120. AniMainLabel.Font = Enum.Font.SourceSans
  121. AniMainLabel.Text = "Ani"
  122. AniMainLabel.TextColor3 = Color3.new(0, 0, 0)
  123. AniMainLabel.TextSize = 14
  124.  
  125. BTools.Name = "BTools"
  126. BTools.Parent = AniMain
  127. BTools.BackgroundColor3 = Color3.new(1, 1, 1)
  128. BTools.BackgroundTransparency = 0.5
  129. BTools.BorderSizePixel = 0
  130. BTools.Position = UDim2.new(0, 0, 0.198757768, 0)
  131. BTools.Size = UDim2.new(0, 200, 0, 50)
  132. BTools.Font = Enum.Font.SourceSansLight
  133. BTools.Text = "BTools"
  134. BTools.TextColor3 = Color3.new(0, 0, 0)
  135. BTools.TextSize = 15
  136. BTools.MouseButton1Down:connect(function()
  137.     local tool1 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  138.     local tool2 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  139.     local tool3 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  140.     local tool4 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  141.     local tool5 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  142.     tool1.BinType = "Clone"
  143.     tool2.BinType = "GameTool"
  144.     tool3.BinType = "Hammer"
  145.     tool4.BinType = "Script"
  146.     tool5.BinType = "Grab"
  147. end)
  148.  
  149. CloseButton.Name = "CloseButton"
  150. CloseButton.Parent = AniMain
  151. CloseButton.BackgroundColor3 = Color3.new(1, 1, 1)
  152. CloseButton.BackgroundTransparency = 0.5
  153. CloseButton.BorderSizePixel = 0
  154. CloseButton.Size = UDim2.new(0, 38, 0, 50)
  155. CloseButton.Font = Enum.Font.SourceSansLight
  156. CloseButton.Text = "X"
  157. CloseButton.TextColor3 = Color3.new(0, 0, 0)
  158. CloseButton.TextSize = 20
  159. CloseButton.MouseButton1Down:connect(function()
  160.     AniMain.Visible = false
  161. end)
  162.  
  163. MiniButton.Name = "MiniButton"
  164. MiniButton.Parent = AniMain
  165. MiniButton.BackgroundColor3 = Color3.new(1, 1, 1)
  166. MiniButton.BackgroundTransparency = 0.5
  167. MiniButton.BorderSizePixel = 0
  168. MiniButton.Position = UDim2.new(0.101851851, 0, 0, 0)
  169. MiniButton.Size = UDim2.new(0, 38, 0, 50)
  170. MiniButton.Font = Enum.Font.SourceSansLight
  171. MiniButton.Text = "-"
  172. MiniButton.TextColor3 = Color3.new(0, 0, 0)
  173. MiniButton.TextSize = 20
  174. MiniButton.MouseButton1Down:connect(function()
  175.     AniMain.Visible = false
  176.     Open.Visible = true
  177. end)
  178.  
  179. Fire.Name = "Fire"
  180. Fire.Parent = AniMain
  181. Fire.BackgroundColor3 = Color3.new(1, 1, 1)
  182. Fire.BackgroundTransparency = 0.5
  183. Fire.BorderSizePixel = 0
  184. Fire.Position = UDim2.new(0, 0, 0.372670799, 0)
  185. Fire.Size = UDim2.new(0, 200, 0, 50)
  186. Fire.Font = Enum.Font.SourceSansLight
  187. Fire.Text = "Fire"
  188. Fire.TextColor3 = Color3.new(0, 0, 0)
  189. Fire.TextSize = 15
  190. Fire.MouseButton1Down:connect(function()
  191.     Instance.new(game.Players.LocalPlayer.Humanoid.Torso.Fire)
  192. end)
  193.  
  194. EpixGui.Name = "EpixGui"
  195. EpixGui.Parent = AniMain
  196. EpixGui.BackgroundColor3 = Color3.new(1, 1, 1)
  197. EpixGui.BackgroundTransparency = 0.5
  198. EpixGui.BorderSizePixel = 0
  199. EpixGui.Position = UDim2.new(0, 0, 0.546583831, 0)
  200. EpixGui.Size = UDim2.new(0, 200, 0, 50)
  201. EpixGui.Font = Enum.Font.SourceSansLight
  202. EpixGui.Text = "EpixGui"
  203. EpixGui.TextColor3 = Color3.new(0, 0, 0)
  204. EpixGui.TextSize = 15
  205. EpixGui.MouseButton1Down:connect(function()
  206.     local wsmode = 1
  207. local jpmode = 1
  208. local gothrough = false
  209. local lotptog = false
  210. local bodyang = nil
  211. local cameratoggle = false
  212. local spintoggle = false
  213. local flytoggle = false
  214. local scg = Instance.new('ScreenGui',game.Players.LocalPlayer.PlayerGui)
  215. scg.ResetOnSpawn = false
  216. local frm = Instance.new('Frame',scg)
  217. frm.BorderSizePixel = 0
  218. frm.BackgroundColor3 = Color3.new(255/255,122/255,122/255)
  219. frm.Size = UDim2.new(0.3,0,0.3,0)
  220. frm.Position = UDim2.new(0.35,0,0.35,0)
  221. frm.Draggable = true
  222.  
  223.  
  224. local topl = Instance.new('TextLabel',frm)
  225. topl.BorderSizePixel = 0
  226. topl.BackgroundColor3 = Color3.new(255/255,70/255,70/255)
  227. topl.Size = UDim2.new(0.9,1,0.2,0)
  228. topl.Position = UDim2.new(0,0,0,0)
  229. topl.TextScaled = true
  230. topl.Font = "SourceSansLight"
  231. topl.TextColor3 = Color3.new(1,1,1)
  232. topl.Text = "Epix's FE Gui V1.1"
  233. topl.Draggable = true
  234.  
  235. local scrl = Instance.new('ScrollingFrame',frm)
  236. scrl.BorderSizePixel = 0
  237. scrl.BackgroundColor3 = Color3.new(255/255,122/255,122/255)
  238. scrl.Size = UDim2.new(1,0,0.8,0)
  239. scrl.Position = UDim2.new(0,0,0.2,0)
  240. scrl.BottomImage = "rbxasset://textures/ui/Scroll/scroll-middle.png"
  241. scrl.TopImage = "rbxasset://textures/ui/Scroll/scroll-middle.png"
  242.  
  243.  
  244.  
  245.  
  246.  
  247.  
  248. local plr = Instance.new('TextBox',scrl)
  249. plr.BorderSizePixel = 0
  250. plr.BackgroundColor3 = Color3.new(255/255,150/255,150/255)
  251. plr.Size = UDim2.new(0.425,0,0.1,0)
  252. plr.Position = UDim2.new(0.05,0,0.025,0)
  253. plr.TextScaled = true
  254. plr.Font = "SourceSansLight"
  255. plr.TextColor3 = Color3.new(1,1,1)
  256. plr.Text = "Player Specify"
  257.  
  258.  
  259. local plrsp = Instance.new('TextButton',scrl)
  260. plrsp.BorderSizePixel = 0
  261. plrsp.BackgroundColor3 = Color3.new(255/255,70/255,70/255)
  262. plrsp.Size = UDim2.new(0.425,0,0.1,0)
  263. plrsp.Position = UDim2.new(0.5,0,0.025,0)
  264. plrsp.TextScaled = true
  265. plrsp.Font = "SourceSansLight"
  266. plrsp.TextColor3 = Color3.new(1,1,1)
  267. plrsp.Text = "Spawn Blocks"
  268.  
  269.  
  270. local minim = Instance.new('TextButton',frm)
  271. minim.BorderSizePixel = 0
  272. minim.BackgroundColor3 = Color3.new(200/255,50/255,50/255)
  273. minim.Size = UDim2.new(0.1,0,0.2,0)
  274. minim.Position = UDim2.new(0.9,0,0,0)
  275. minim.TextScaled = true
  276. minim.Font = "SourceSansLight"
  277. minim.TextColor3 = Color3.new(1,1,1)
  278. minim.Text = "-"
  279.  
  280.  
  281.  
  282.  
  283.  
  284. function sblock()
  285. for i=1,20 do
  286. wait(1)
  287.         for _,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  288. if v:IsA'Accoutrement' then
  289. v.Parent=game.Players.LocalPlayer.Character
  290. v.Parent = workspace.Terrain
  291. end
  292. end
  293. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  294. if v:IsA'Accoutrement' then
  295. for ape,hax in pairs(v.Handle:GetChildren()) do
  296. hax:Destroy()
  297. end
  298. wait'.1'
  299. v.Parent=game.Players.LocalPlayer.StarterGear
  300. end
  301. end
  302. for _,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  303. v:Destroy()
  304. end
  305. local prt=Instance.new("Model", workspace);
  306.         Instance.new("Part", prt).Name="Torso";
  307.         Instance.new("Part", prt).Name="Head";
  308.         Instance.new("Humanoid", prt).Name="Humanoid";
  309.         game.Players.LocalPlayer.Character=prt
  310.  
  311. repeat wait(1) until game.Players.LocalPlayer.Character:FindFirstChild'Head'
  312. for lol,dad in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  313. if dad:IsA'Accoutrement' then
  314. dad.Parent = game.Players.LocalPlayer.StarterGear
  315. end
  316. end
  317. for _,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  318. v:Destroy()
  319. end
  320. local prt2=Instance.new("Model", workspace);
  321.         Instance.new("Part", prt).Name="Torso";
  322.         Instance.new("Part", prt).Name="Head";
  323.         Instance.new("Humanoid", prt).Name="Humanoid";
  324.         game.Players.LocalPlayer.Character=prt
  325. end
  326. end
  327. plrsp.MouseButton1Click:connect(sblock)
  328.  
  329.  
  330.  
  331.  
  332.  
  333. local spin = Instance.new('TextButton',scrl)
  334. spin.BorderSizePixel = 0
  335. spin.BackgroundColor3 = Color3.new(255/255,70/255,70/255)
  336. spin.Size = UDim2.new(0.425,0,0.1,0)
  337. spin.Position = UDim2.new(0.05,0,0.15,0)
  338. spin.TextScaled = true
  339. spin.Font = "SourceSansLight"
  340. spin.TextColor3 = Color3.new(1,1,1)
  341. spin.Text = "Crazy Spin: OFF"
  342.  
  343. local fly = Instance.new('TextButton',scrl)
  344. fly.BorderSizePixel = 0
  345. fly.BackgroundColor3 = Color3.new(255/255,70/255,70/255)
  346. fly.Size = UDim2.new(0.425,0,0.1,0)
  347. fly.Position = UDim2.new(0.5,0,0.15,0)
  348. fly.TextScaled = true
  349. fly.Font = "SourceSansLight"
  350. fly.TextColor3 = Color3.new(1,1,1)
  351. fly.Text = "Fly: OFF"
  352.  
  353.  
  354.  
  355.  
  356. local seethr = Instance.new('TextButton',scrl)
  357. seethr.BorderSizePixel = 0
  358. seethr.BackgroundColor3 = Color3.new(255/255,70/255,70/255)
  359. seethr.Size = UDim2.new(0.425,0,0.1,0)
  360. seethr.Position = UDim2.new(0.05,0,0.275,0)
  361. seethr.TextScaled = true
  362. seethr.Font = "SourceSansLight"
  363. seethr.TextColor3 = Color3.new(1,1,1)
  364. seethr.Text = "See-Through: OFF"
  365.  
  366. local tpto = Instance.new('TextButton',scrl)
  367. tpto.BorderSizePixel = 0
  368. tpto.BackgroundColor3 = Color3.new(255/255,70/255,70/255)
  369. tpto.Size = UDim2.new(0.425,0,0.1,0)
  370. tpto.Position = UDim2.new(0.5,0,0.275,0)
  371. tpto.TextScaled = true
  372. tpto.Font = "SourceSansLight"
  373. tpto.TextColor3 = Color3.new(1,1,1)
  374. tpto.Text = "Teleport To"
  375.  
  376.  
  377.  
  378. local ws = Instance.new('TextButton',scrl)
  379. ws.BorderSizePixel = 0
  380. ws.BackgroundColor3 = Color3.new(255/255,70/255,70/255)
  381. ws.Size = UDim2.new(0.425,0,0.1,0)
  382. ws.Position = UDim2.new(0.05,0,0.4,0)
  383. ws.TextScaled = true
  384. ws.Font = "SourceSansLight"
  385. ws.TextColor3 = Color3.new(1,1,1)
  386. ws.Text = "WalkSpeed: Normal"
  387.  
  388. local jp = Instance.new('TextButton',scrl)
  389. jp.BorderSizePixel = 0
  390. jp.BackgroundColor3 = Color3.new(255/255,70/255,70/255)
  391. jp.Size = UDim2.new(0.425,0,0.1,0)
  392. jp.Position = UDim2.new(0.5,0,0.4,0)
  393. jp.TextScaled = true
  394. jp.Font = "SourceSansLight"
  395. jp.TextColor3 = Color3.new(1,1,1)
  396. jp.Text = "JumpPower: Normal"
  397.  
  398.  
  399.  
  400.  
  401.  
  402. local lotp = Instance.new('TextButton',scrl)
  403. lotp.BorderSizePixel = 0
  404. lotp.BackgroundColor3 = Color3.new(255/255,70/255,70/255)
  405. lotp.Size = UDim2.new(0.425,0,0.1,0)
  406. lotp.Position = UDim2.new(0.05,0,0.525,0)
  407. lotp.TextScaled = true
  408. lotp.Font = "SourceSansLight"
  409. lotp.TextColor3 = Color3.new(1,1,1)
  410. lotp.Text = "Loop-Teleport: OFF"
  411.  
  412. local sb = Instance.new('TextButton',scrl)
  413. sb.BorderSizePixel = 0
  414. sb.BackgroundColor3 = Color3.new(255/255,70/255,70/255)
  415. sb.Size = UDim2.new(0.425,0,0.1,0)
  416. sb.Position = UDim2.new(0.5,0,0.525,0)
  417. sb.TextScaled = true
  418. sb.Font = "SourceSansLight"
  419. sb.TextColor3 = Color3.new(1,1,1)
  420. sb.Text = "Noclip"
  421.  
  422.  
  423. local cr = Instance.new('TextLabel',scrl)
  424. cr.BorderSizePixel = 0
  425. cr.BackgroundColor3 = Color3.new(255/255,70/255,70/255)
  426. cr.Size = UDim2.new(0.875,0,0.225,0)
  427. cr.Position = UDim2.new(0.05,0,0.65,0)
  428. cr.TextScaled = true
  429. cr.Font = "SourceSansLight"
  430. cr.TextColor3 = Color3.new(1,1,1)
  431. cr.Text = "Gui Created by Epix#2044 on Discord."
  432.  
  433.  
  434. local fl = Instance.new('TextLabel',scrl)
  435. fl.BorderSizePixel = 0
  436. fl.BackgroundColor3 = Color3.new(255/255,70/255,70/255)
  437. fl.Size = UDim2.new(0.875,0,0.075,0)
  438. fl.Position = UDim2.new(0.05,0,0.9,0)
  439. fl.TextScaled = true
  440. fl.Font = "SourceSansLight"
  441. fl.TextColor3 = Color3.new(1,1,1)
  442. if game.Workspace.FilteringEnabled == true then
  443. fl.Text = "Filtering is Enabled"
  444. else
  445. fl.Text = "Filtering is Disabled"
  446. end
  447.  
  448.  
  449.  
  450.  
  451. local gui2 = Instance.new('ScreenGui',game.Players.LocalPlayer.PlayerGui)
  452. gui2.ResetOnSpawn = false
  453.  
  454.  
  455. local oc = Instance.new('TextButton',gui2)
  456. oc.BorderSizePixel = 0
  457. oc.BackgroundColor3 = Color3.new(255/255,70/255,70/255)
  458. oc.Size = UDim2.new(0,50,0,50)
  459. oc.Position = UDim2.new(0,0,0,0)
  460. oc.TextScaled = true
  461. oc.Font = "SourceSansLight"
  462. oc.TextColor3 = Color3.new(1,1,1)
  463. oc.Text = "Close"
  464. oc.Draggable = true
  465.  
  466.  
  467.  
  468.  
  469.  
  470.  
  471.  
  472.  
  473.  
  474.  
  475. local speed = 50 -- This is the fly speed. Change it to whatever you like. The variable can be changed while running
  476.  
  477. local c
  478. local h
  479. local bv
  480. local bav
  481. local cam
  482. local flying
  483. local p = game.Players.LocalPlayer
  484. local buttons = {W = false, S = false, A = false, D = false, Moving = false}
  485.  
  486. local startFly = function () -- Call this function to begin flying
  487.     if not p.Character or not p.Character.Head or flying then return end
  488.     c = p.Character
  489.     h = c.Humanoid
  490.     h.PlatformStand = true
  491.     cam = workspace:WaitForChild('Camera')
  492.     bv = Instance.new("BodyVelocity")
  493.     bav = Instance.new("BodyAngularVelocity")
  494.     bv.Velocity, bv.MaxForce, bv.P = Vector3.new(0, 0, 0), Vector3.new(10000, 10000, 10000), 1000
  495.     bav.AngularVelocity, bav.MaxTorque, bav.P = Vector3.new(0, 0, 0), Vector3.new(10000, 10000, 10000), 1000
  496.     bv.Parent = c.Head
  497.     bav.Parent = c.Head
  498.     flying = true
  499.     h.Died:connect(function() flying = false end)
  500. end
  501.  
  502. local endFly = function () -- Call this function to stop flying
  503.     if not p.Character or not flying then return end
  504.     h.PlatformStand = false
  505.     bv:Destroy()
  506.     bav:Destroy()
  507.     flying = false
  508. end
  509.  
  510. game:GetService("UserInputService").InputBegan:connect(function (input, GPE)
  511.     if GPE then return end
  512.     for i, e in pairs(buttons) do
  513.         if i ~= "Moving" and input.KeyCode == Enum.KeyCode[i] then
  514.             buttons[i] = true
  515.             buttons.Moving = true
  516.         end
  517.     end
  518. end)
  519.  
  520. game:GetService("UserInputService").InputEnded:connect(function (input, GPE)
  521.     if GPE then return end
  522.     local a = false
  523.     for i, e in pairs(buttons) do
  524.         if i ~= "Moving" then
  525.             if input.KeyCode == Enum.KeyCode[i] then
  526.                 buttons[i] = false
  527.             end
  528.             if buttons[i] then a = true end
  529.         end
  530.     end
  531.     buttons.Moving = a
  532. end)
  533.  
  534. local setVec = function (vec)
  535.     return vec * (speed / vec.Magnitude)
  536. end
  537.  
  538. game:GetService("RunService").Heartbeat:connect(function (step) -- The actual fly function, called every frame
  539.     if flying and c and c.PrimaryPart then
  540.         local p = c.PrimaryPart.Position
  541.         local cf = cam.CFrame
  542.         local ax, ay, az = cf:toEulerAnglesXYZ()
  543.         c:SetPrimaryPartCFrame(CFrame.new(p.x, p.y, p.z) * CFrame.Angles(ax, ay, az))
  544.         if buttons.Moving then
  545.             local t = Vector3.new()
  546.             if buttons.W then t = t + (setVec(cf.lookVector)) end
  547.             if buttons.S then t = t - (setVec(cf.lookVector)) end
  548.             if buttons.A then t = t - (setVec(cf.rightVector)) end
  549.             if buttons.D then t = t + (setVec(cf.rightVector)) end
  550.             c:TranslateBy(t * step)
  551.         end
  552.     end
  553. end)
  554.  
  555.  
  556.  
  557.  
  558.  
  559.  
  560.  
  561.  
  562.  
  563.  
  564.  
  565.  
  566.  
  567.  
  568. function spintogl()
  569.     if spintoggle == true then
  570.         spintoggle = false
  571.         spin.Text = "Crazy Spin: OFF"
  572.     else
  573.         spintoggle = true
  574.         spin.Text = "Crazy Spin: ON"
  575.         local bodyang = Instance.new('BodyAngularVelocity',game.Players.LocalPlayer.Character.PrimaryPart)
  576.         bodyang.AngularVelocity = Vector3.new(90,999,0)
  577.         bodyang.MaxTorque = Vector3.new(60000,100,3000)
  578.         bodyang.P = 5000000
  579.         repeat
  580.             wait(0.001)
  581.         until spintoggle == false
  582.         bodyang:Destroy()
  583.     end
  584. end
  585. spin.MouseButton1Click:connect(spintogl)
  586.  
  587.  
  588. function flytogl()
  589.     if flytoggle == true then
  590.         flytoggle = false
  591.         fly.Text = "Fly: OFF"
  592.     else
  593.         flytoggle = true
  594.         fly.Text = "Fly: ON"
  595.         startFly()
  596.         repeat
  597.             wait(0.001)
  598.         until flytoggle == false
  599.         endFly()
  600.     end
  601. end
  602. fly.MouseButton1Click:connect(flytogl)
  603.  
  604.  
  605.  
  606. function opctogl()
  607.     if scg.Enabled == true then
  608.         scg.Enabled = false
  609.         oc.Text = "Open"
  610.     else
  611.         scg.Enabled = true
  612.         oc.Text = "Close"
  613.     end
  614. end
  615. oc.MouseButton1Click:connect(opctogl)
  616. function telep()
  617.     game.Players.LocalPlayer.Character:MoveTo(game.Players:FindFirstChild(plr.Text).Character.PrimaryPart.Position)
  618. end
  619. tpto.MouseButton1Click:connect(telep)
  620.  
  621.  
  622. function camtogl()
  623.     if cameratoggle == false then
  624.         cameratoggle = true
  625.         game.Workspace.CurrentCamera.CameraType = "Follow"
  626.         seethr.Text = "See-Through: ON"
  627.     else
  628.         cameratoggle = false
  629.         game.Workspace.CurrentCamera.CameraType = "Custom"
  630.         seethr.Text = "See-Through: OFF"
  631.     end
  632. end
  633. seethr.MouseButton1Click:connect(camtogl)
  634.  
  635.  
  636.  
  637.  
  638.  
  639.  
  640. function wsp()
  641.     if wsmode ~= 5 then
  642.         wsmode = wsmode + 1
  643.     else
  644.         wsmode = 1
  645.     end
  646.     if wsmode == 1 then
  647.         ws.Text = "WalkSpeed: Normal"
  648.         game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16
  649.     end
  650.     if wsmode == 2 then
  651.         ws.Text = "WalkSpeed: Fast"
  652.         game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 32
  653.     end
  654.     if wsmode == 3 then
  655.         ws.Text = "WalkSpeed: FASTER"
  656.         game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 70
  657.     end
  658.     if wsmode == 4 then
  659.         ws.Text = "WalkSpeed: EXTREME"
  660.         game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 150
  661.     end
  662.     if wsmode == 5 then
  663.         ws.Text = "WalkSpeed: The Speed of Light"
  664.         game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 4357234785243
  665.     end
  666. end
  667. ws.MouseButton1Click:connect(wsp)
  668.  
  669.  
  670.  
  671.  
  672.  
  673. function jpp()
  674.     if jpmode ~= 5 then
  675.         jpmode = jpmode + 1
  676.     else
  677.         jpmode = 1
  678.     end
  679.     if jpmode == 1 then
  680.         jp.Text = "JumpPower: Normal"
  681.         game.Players.LocalPlayer.Character.Humanoid.JumpPower = 50
  682.     end
  683.     if jpmode == 2 then
  684.         jp.Text = "JumpPower: Trampoline"
  685.         game.Players.LocalPlayer.Character.Humanoid.JumpPower = 100
  686.     end
  687.     if jpmode == 3 then
  688.         jp.Text = "JumpPower: Big Trampoline"
  689.         game.Players.LocalPlayer.Character.Humanoid.JumpPower = 200
  690.     end
  691.     if jpmode == 4 then
  692.         jp.Text = "JumpPower: Bigger Trampoline"
  693.         game.Players.LocalPlayer.Character.Humanoid.JumpPower = 400
  694.     end
  695.     if jpmode == 5 then
  696.         jp.Text = "JumpPower: The Speed of Light"
  697.         game.Players.LocalPlayer.Character.Humanoid.JumpPower = 80000
  698.     end
  699. end
  700. jp.MouseButton1Click:connect(jpp)
  701.  
  702. function spawnblock()
  703.     if gothrough == false then
  704.         gothrough = true
  705.         sb.Text = "Noclip"
  706.         local gc = game.Players.LocalPlayer.Character:GetChildren()
  707.         for i = 1,#gc,1 do
  708.             if (gc[i].ClassName == "Part") or (gc[i].ClassName == "MeshPart") then
  709.             gc[i].CollisionGroupId = 29
  710.             end
  711.         end
  712.         game:service("RunService").Stepped:wait()
  713.     else
  714.         gothrough = false
  715.         sb.Text = "Noclip"
  716.         local gc = game.Players.LocalPlayer.Character:GetChildren()
  717.         for i = 1,#gc,1 do
  718.             if (gc[i].ClassName == "Part") or (gc[i].ClassName == "MeshPart") then
  719.             gc[i].CollisionGroupId = 1
  720.             game:service("RunService").Stepped:wait()
  721.             end
  722.         end
  723.     end
  724. end
  725. sb.MouseButton1Click:connect(spawnblock)
  726. function looptelep()
  727.     if lotptog == false then
  728.         lotptog = true
  729.         lotp.Text = "Loop-Teleport: ON"
  730.         repeat
  731.             game.Players.LocalPlayer.Character:MoveTo(game.Players:FindFirstChild(plr.Text).Character.PrimaryPart.Position)
  732.             wait(0.001)
  733.         until lotptog == false
  734.     else
  735.         lotptog = false
  736.         lotp.Text = "Loop-Teleport: OFF"
  737.     end
  738. end
  739. lotp.MouseButton1Click:connect(looptelep)
  740.  
  741.  
  742. function minimi()
  743.     scg.Enabled = false
  744.     oc.Text = "Open"
  745. end
  746. minim.MouseButton1Click:connect(minimi)
  747. end)
  748.  
  749. KillSelf.Name = "KillSelf"
  750. KillSelf.Parent = AniMain
  751. KillSelf.BackgroundColor3 = Color3.new(1, 1, 1)
  752. KillSelf.BackgroundTransparency = 0.5
  753. KillSelf.BorderSizePixel = 0
  754. KillSelf.Position = UDim2.new(0.537037015, 0, 0.546583831, 0)
  755. KillSelf.Size = UDim2.new(0, 200, 0, 50)
  756. KillSelf.Font = Enum.Font.SourceSansLight
  757. KillSelf.Text = "Kill"
  758. KillSelf.TextColor3 = Color3.new(0, 0, 0)
  759. KillSelf.TextSize = 15
  760. KillSelf.MouseButton1Down:connect(function()
  761.     game.Players.LocalPlayer.Humanoid.Health = 0
  762. end)
  763.  
  764. TextButton.Parent = AniMain
  765. TextButton.BackgroundColor3 = Color3.new(1, 1, 1)
  766. TextButton.BackgroundTransparency = 0.5
  767. TextButton.BorderSizePixel = 0
  768. TextButton.Position = UDim2.new(0.537037015, 0, 0.372670799, 0)
  769. TextButton.Size = UDim2.new(0, 200, 0, 50)
  770. TextButton.Font = Enum.Font.SourceSansLight
  771. TextButton.Text = "BTools"
  772. TextButton.TextColor3 = Color3.new(0, 0, 0)
  773. TextButton.TextSize = 15
  774. TextButton.MouseButton1Down:connect(function()
  775.     local tool1 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  776.     local tool2 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  777.     local tool3 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  778.     local tool4 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  779.     local tool5 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  780.     tool1.BinType = "Clone"
  781.     tool2.BinType = "GameTool"
  782.     tool3.BinType = "Hammer"
  783.     tool4.BinType = "Script"
  784.     tool5.BinType = "Grab"
  785. end)
  786.  
  787. _1337Gui.Name = "1337Gui"
  788. _1337Gui.Parent = AniMain
  789. _1337Gui.BackgroundColor3 = Color3.new(1, 1, 1)
  790. _1337Gui.BackgroundTransparency = 0.5
  791. _1337Gui.BorderSizePixel = 0
  792. _1337Gui.Position = UDim2.new(0.537037015, 0, 0.198757768, 0)
  793. _1337Gui.Size = UDim2.new(0, 200, 0, 50)
  794. _1337Gui.Font = Enum.Font.SourceSansLight
  795. _1337Gui.Text = "1337 Gui"
  796. _1337Gui.TextColor3 = Color3.new(0, 0, 0)
  797. _1337Gui.TextSize = 15
  798. _1337Gui.MouseButton1Down:connect(function()
  799.     -- Objects
  800.  
  801. local FeHax1337 = Instance.new("ScreenGui")
  802. local Base = Instance.new("Frame")
  803. local Annoy = Instance.new("TextButton")
  804. local Hatspin = Instance.new("TextButton")
  805. local Creeper = Instance.new("TextButton")
  806. local Username = Instance.new("TextBox")
  807. local Naked = Instance.new("TextButton")
  808. local Rape = Instance.new("TextButton")
  809. local DropHats = Instance.new("TextButton")
  810. local GameRuiner = Instance.new("TextButton")
  811. local Fly = Instance.new("TextButton")
  812. local Noclip = Instance.new("TextButton")
  813. local GUILine = Instance.new("Frame")
  814. local no = Instance.new("Frame")
  815. local FE = Instance.new("TextLabel")
  816. local GUILine_2 = Instance.new("Frame")
  817. local no_2 = Instance.new("Frame")
  818. local Creditz = Instance.new("TextLabel")
  819.  
  820. -- Properties
  821.  
  822. FeHax1337.Name = "FeHax1337"
  823. FeHax1337.Parent = game.CoreGui
  824.  
  825. Base.Name = "Base"
  826. Base.Parent = FeHax1337
  827. Base.Active = true
  828. Base.BackgroundColor3 = Color3.new(1, 1, 1)
  829. Base.BorderSizePixel = 0
  830. Base.Draggable = true
  831. Base.Position = UDim2.new(0.314787179, 0, 0.224938855, 0)
  832. Base.Selectable = true
  833. Base.Size = UDim2.new(0, 496, 0, 449)
  834.  
  835. Annoy.Name = "Annoy"
  836. Annoy.Parent = Base
  837. Annoy.BackgroundColor3 = Color3.new(0.0588235, 0.513726, 0.164706)
  838. Annoy.BorderSizePixel = 0
  839. Annoy.Position = UDim2.new(0.362454742, 0, 0.374793768, 0)
  840. Annoy.Size = UDim2.new(0, 144, 0, 50)
  841. Annoy.Font = Enum.Font.Highway
  842. Annoy.Text = "Annoy"
  843. Annoy.TextColor3 = Color3.new(0, 0, 0)
  844. Annoy.TextSize = 25
  845. Annoy.MouseButton1Down:connect(function()
  846. local Victim = Username.Text
  847. local P=game:GetService'Players'.LocalPlayer
  848. local C=P.Character or P.CharacterAdded:Wait()
  849. game:GetService'RunService'.Stepped:Connect(function()
  850.     C:WaitForChild'HumanoidRootPart'.CFrame=CFrame.new(game:GetService'Players':FindFirstChild(Victim).Character:WaitForChild'HumanoidRootPart'.Position)
  851. end)
  852. end)
  853.  
  854. Hatspin.Name = "Hatspin"
  855. Hatspin.Parent = Base
  856. Hatspin.BackgroundColor3 = Color3.new(0.0588235, 0.513726, 0.164706)
  857. Hatspin.BorderSizePixel = 0
  858. Hatspin.Position = UDim2.new(0.0277176313, 0, 0.374793768, 0)
  859. Hatspin.Size = UDim2.new(0, 144, 0, 50)
  860. Hatspin.Font = Enum.Font.Highway
  861. Hatspin.Text = "Hatspin"
  862. Hatspin.TextColor3 = Color3.new(0, 0, 0)
  863. Hatspin.TextSize = 25
  864. Hatspin.MouseButton1Down:connect(function()
  865.     local obese = game:GetService('Players')
  866. for i,v in pairs(obese.LocalPlayer.Character:GetChildren()) do
  867. if v.ClassName == "Accessory" then
  868. local stg = v.Handle:FindFirstChildOfClass("BodyForce")
  869. if stg == nil then
  870. local a = Instance.new("BodyPosition")
  871. local b = Instance.new("BodyAngularVelocity")
  872. a.Parent = v.Handle
  873. b.Parent = v.Handle
  874. v.Handle.AccessoryWeld:Destroy()
  875. b.AngularVelocity = Vector3.new(0,100,0)
  876. b.MaxTorque = Vector3.new(0,200,0)
  877. a.P = 30000
  878. a.D = 50
  879. game:GetService('RunService').Stepped:connect(function()
  880. a.Position = obese.LocalPlayer.Character.Head.Position
  881. end)
  882. end
  883. end
  884. end
  885. end)
  886.  
  887. Creeper.Name = "Creeper"
  888. Creeper.Parent = Base
  889. Creeper.BackgroundColor3 = Color3.new(0.0588235, 0.513726, 0.164706)
  890. Creeper.BorderSizePixel = 0
  891. Creeper.Position = UDim2.new(0.691692233, 0, 0.374793768, 0)
  892. Creeper.Size = UDim2.new(0, 144, 0, 50)
  893. Creeper.Font = Enum.Font.Highway
  894. Creeper.Text = "Creeper"
  895. Creeper.TextColor3 = Color3.new(0, 0, 0)
  896. Creeper.TextSize = 25
  897. Creeper.MouseButton1Down:connect(function()
  898. local plr = game.Players.LocalPlayer.Character.Humanoid
  899. if plr.RigType == R15 then
  900. game.Players.LocalPlayer.Character.Head.Mesh:Destroy()
  901. game.Players.LocalPlayer.Character.LeftHand:Destroy()
  902. game.Players.LocalPlayer.Character.LeftLowerArm:Destroy()
  903. game.Players.LocalPlayer.Character.LeftUpperArm:Destroy()
  904. game.Players.LocalPlayer.Character.RightHand:Destroy()
  905. game.Players.LocalPlayer.Character.RightLowerArm:Destroy()
  906. game.Players.LocalPlayer.Character.RightUpperArm:Destroy()
  907. else
  908. game.Players.LocalPlayer.Character.Head.Mesh:Destroy()
  909. game.Players.LocalPlayer.Character["Left Arm"]:Destroy()
  910. game.Players.LocalPlayer.Character["Right Arm"]:Destroy()
  911. end
  912. end)
  913.  
  914.  
  915. Username.Name = "Username"
  916. Username.Parent = Base
  917. Username.BackgroundColor3 = Color3.new(0.721569, 0.721569, 0.721569)
  918. Username.BackgroundTransparency = 0.25
  919. Username.BorderSizePixel = 0
  920. Username.Position = UDim2.new(0.0927419364, 0, 0.209354118, 0)
  921. Username.Size = UDim2.new(0, 403, 0, 50)
  922. Username.Font = Enum.Font.Highway
  923. Username.Text = "Username"
  924. Username.TextColor3 = Color3.new(0, 0, 0)
  925. Username.TextSize = 28
  926. Username.TextWrapped = true
  927.  
  928. Naked.Name = "Naked"
  929. Naked.Parent = Base
  930. Naked.BackgroundColor3 = Color3.new(0.0588235, 0.513726, 0.164706)
  931. Naked.BorderSizePixel = 0
  932. Naked.Position = UDim2.new(0.0277176313, 0, 0.557128489, 0)
  933. Naked.Size = UDim2.new(0, 144, 0, 50)
  934. Naked.Font = Enum.Font.Highway
  935. Naked.Text = "Naked"
  936. Naked.TextColor3 = Color3.new(0, 0, 0)
  937. Naked.TextSize = 25
  938. Naked.MouseButton1Down:connect(function()
  939.     hummy = game:GetService("Players").LocalPlayer.Character.Humanoid
  940. pcall(function()
  941.     hummy.Parent.Pants:Destroy()
  942. end)
  943. pcall(function()
  944.     hummy.Parent.Shirt:Destroy()
  945. end)
  946. end)
  947.  
  948.  
  949. Rape.Name = "Rape"
  950. Rape.Parent = Base
  951. Rape.BackgroundColor3 = Color3.new(0.0588235, 0.513726, 0.164706)
  952. Rape.BorderSizePixel = 0
  953. Rape.Position = UDim2.new(0.362419903, 0, 0.557128489, 0)
  954. Rape.Size = UDim2.new(0, 144, 0, 50)
  955. Rape.Font = Enum.Font.Highway
  956. Rape.Text = "Rape"
  957. Rape.TextColor3 = Color3.new(0, 0, 0)
  958. Rape.TextSize = 25
  959. Rape.MouseButton1Down:connect(function()
  960.    
  961. player = Username.Text
  962. stupid = Instance.new('Animation')
  963. stupid.AnimationId = 'rbxassetid://148840371'
  964. hummy = game:GetService("Players").LocalPlayer.Character.Humanoid
  965. pcall(function()
  966.     hummy.Parent.Pants:Destroy()
  967. end)
  968. pcall(function()
  969.     hummy.Parent.Shirt:Destroy()
  970. end)
  971. notfunny = hummy:LoadAnimation(stupid)
  972. notfunny:Play()
  973. notfunny:AdjustSpeed(10)
  974. while hummy.Parent.Parent ~= nil do
  975. wait()
  976. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[Username.Text].Character.HumanoidRootPart.CFrame
  977. end
  978. end)
  979.  
  980. DropHats.Name = "Drop Hats"
  981. DropHats.Parent = Base
  982. DropHats.BackgroundColor3 = Color3.new(0.0588235, 0.513726, 0.164706)
  983. DropHats.BorderSizePixel = 0
  984. DropHats.Position = UDim2.new(0.690962017, 0, 0.557128489, 0)
  985. DropHats.Size = UDim2.new(0, 144, 0, 50)
  986. DropHats.Font = Enum.Font.Highway
  987. DropHats.Text = "Drop Hats"
  988. DropHats.TextColor3 = Color3.new(0, 0, 0)
  989. DropHats.TextSize = 25
  990. DropHats.MouseButton1Down:connect(function()    
  991. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  992. if (v:IsA("Accessory")) then
  993. v.Parent = workspace
  994. end
  995. end
  996. end)
  997.  
  998. GameRuiner.Name = "GameRuiner"
  999. GameRuiner.Parent = Base
  1000. GameRuiner.BackgroundColor3 = Color3.new(0.0588235, 0.513726, 0.164706)
  1001. GameRuiner.BorderSizePixel = 0
  1002. GameRuiner.Position = UDim2.new(0.0277424753, 0, 0.724166334, 0)
  1003. GameRuiner.Size = UDim2.new(0, 144, 0, 50)
  1004. GameRuiner.Font = Enum.Font.Highway
  1005. GameRuiner.Text = "GameRuiner"
  1006. GameRuiner.TextColor3 = Color3.new(0, 0, 0)
  1007. GameRuiner.TextSize = 25
  1008. GameRuiner.MouseButton1Down:connect(function()
  1009.     -- Objects
  1010.  
  1011. local GameRuiner = Instance.new("ScreenGui")
  1012. local Main = Instance.new("Frame")
  1013. local info = Instance.new("TextLabel")
  1014. local close = Instance.new("TextButton")
  1015. local username = Instance.new("TextBox")
  1016. local shutdown = Instance.new("TextButton")
  1017. local give = Instance.new("TextButton")
  1018. local goto = Instance.new("TextButton")
  1019.  
  1020. -- Properties
  1021.  
  1022. GameRuiner.Name = "GameRuiner"
  1023. GameRuiner.Parent = game.Players.LocalPlayer.PlayerGui
  1024.  
  1025. Main.Name = "Main"
  1026. Main.Parent = GameRuiner
  1027. Main.Active = true
  1028. Main.Selectable = true
  1029. Main.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  1030. Main.BorderColor3 = Color3.new(1, 1, 1)
  1031. Main.Draggable = true
  1032. Main.Position = UDim2.new(0.400000006, 0, 0.400000006, 0)
  1033. Main.Size = UDim2.new(0, 400, 0, 300)
  1034.  
  1035. info.Name = "info"
  1036. info.Parent = Main
  1037. info.BackgroundColor3 = Color3.new(0.4, 0.4, 0.4)
  1038. info.BorderColor3 = Color3.new(1, 1, 1)
  1039. info.Size = UDim2.new(0, 350, 0, 50)
  1040. info.Font = Enum.Font.SourceSansLight
  1041. info.FontSize = Enum.FontSize.Size32
  1042. info.Text = "GameRuiner GUI V2.0"
  1043. info.TextColor3 = Color3.new(0, 0, 0)
  1044. info.TextSize = 30
  1045. info.TextWrapped = true
  1046.  
  1047. close.Name = "close"
  1048. close.Parent = Main
  1049. close.BackgroundColor3 = Color3.new(1, 0, 0)
  1050. close.BorderColor3 = Color3.new(1, 1, 1)
  1051. close.Position = UDim2.new(0, 350, 0, 0)
  1052. close.Size = UDim2.new(0, 50, 0, 50)
  1053. close.Font = Enum.Font.SourceSansLight
  1054. close.FontSize = Enum.FontSize.Size14
  1055. close.Text = "X"
  1056. close.TextColor3 = Color3.new(0, 0, 0)
  1057. close.TextScaled = true
  1058. close.TextSize = 14
  1059. close.TextWrapped = true
  1060.  
  1061. username.Name = "username"
  1062. username.Parent = Main
  1063. username.BackgroundColor3 = Color3.new(0.901961, 0.901961, 0.901961)
  1064. username.BorderColor3 = Color3.new(0, 0, 0)
  1065. username.Position = UDim2.new(0, 50, 0, 100)
  1066. username.Size = UDim2.new(0, 300, 0, 50)
  1067. username.Font = Enum.Font.SourceSansLight
  1068. username.FontSize = Enum.FontSize.Size14
  1069. username.Text = "Username"
  1070. username.TextColor3 = Color3.new(0, 0, 0)
  1071. username.TextScaled = true
  1072. username.TextSize = 14
  1073. username.TextWrapped = true
  1074.  
  1075. shutdown.Name = "shutdown"
  1076. shutdown.Parent = Main
  1077. shutdown.BackgroundColor3 = Color3.new(1, 0, 1)
  1078. shutdown.BorderColor3 = Color3.new(1, 1, 1)
  1079. shutdown.ClipsDescendants = true
  1080. shutdown.Position = UDim2.new(0, 50, 0, 250)
  1081. shutdown.Size = UDim2.new(0, 300, 0, 50)
  1082. shutdown.AutoButtonColor = false
  1083. shutdown.Font = Enum.Font.SourceSansLight
  1084. shutdown.FontSize = Enum.FontSize.Size14
  1085. shutdown.Text = "FE Shutdown"
  1086. shutdown.TextColor3 = Color3.new(0, 0, 0)
  1087. shutdown.TextScaled = true
  1088. shutdown.TextSize = 14
  1089. shutdown.TextWrapped = true
  1090.  
  1091. give.Name = "give"
  1092. give.Parent = Main
  1093. give.BackgroundColor3 = Color3.new(0, 0.501961, 0)
  1094. give.BorderColor3 = Color3.new(1, 1, 1)
  1095. give.ClipsDescendants = true
  1096. give.Position = UDim2.new(0, 50, 0, 175)
  1097. give.Size = UDim2.new(0, 125, 0, 50)
  1098. give.AutoButtonColor = false
  1099. give.Font = Enum.Font.SourceSansLight
  1100. give.FontSize = Enum.FontSize.Size14
  1101. give.Text = "Give"
  1102. give.TextColor3 = Color3.new(0, 0, 0)
  1103. give.TextScaled = true
  1104. give.TextSize = 14
  1105. give.TextWrapped = true
  1106.  
  1107. goto.Name = "goto"
  1108. goto.Parent = Main
  1109. goto.BackgroundColor3 = Color3.new(0, 0.501961, 0)
  1110. goto.BorderColor3 = Color3.new(1, 1, 1)
  1111. goto.ClipsDescendants = true
  1112. goto.Position = UDim2.new(0, 225, 0, 175)
  1113. goto.Size = UDim2.new(0, 125, 0, 50)
  1114. goto.AutoButtonColor = false
  1115. goto.Font = Enum.Font.SourceSansLight
  1116. goto.FontSize = Enum.FontSize.Size14
  1117. goto.Text = "Goto"
  1118. goto.TextColor3 = Color3.new(0, 0, 0)
  1119. goto.TextScaled = true
  1120. goto.TextSize = 14
  1121. goto.TextWrapped = true
  1122.  
  1123. function GetPlayers(Name)
  1124.     if Name:lower() == "me" then
  1125.         return {game.Players.LocalPlayer}
  1126.     elseif Name:lower() == "all" then
  1127.         return game.Players:GetChildren()
  1128.     elseif Name:lower() == "others" then
  1129.         local t = {}
  1130.         for i,v in pairs(game.Players:GetChildren()) do
  1131.             if v.Name ~= game.Players.LocalPlayer.Name then
  1132.                 table.insert(t, v)
  1133.             end
  1134.         end
  1135.         return t
  1136.     else
  1137.         local t = {}
  1138.         for i,v in pairs(game.Players:GetChildren()) do
  1139.             if v.Name:sub(1, #Name):lower() == Name:lower() then
  1140.                 table.insert(t, v)
  1141.             end
  1142.         end
  1143.         return t
  1144.     end
  1145. end
  1146.  
  1147. close.MouseButton1Down:connect(function()
  1148.     Main:TweenPosition(UDim2.new(0.400000006, 0, -0.5, 0), "Out", "Quad", 0.5)
  1149.     wait(0.5)
  1150.     Main:Destroy()
  1151. end)
  1152.  
  1153. give.MouseButton1Down:connect(function(X, Y)
  1154.     if not give:FindFirstChild('Circle') then
  1155.         local C = Instance.new('ImageLabel', give)
  1156.         C.BackgroundTransparency = 1
  1157.         C.Position = UDim2.new(0, X - 0, 0, Y - 35) - UDim2.new(0, give.AbsolutePosition.X, 0, give.AbsolutePosition.Y)
  1158.         C.Size = UDim2.new(0, 0, 0, 0)
  1159.         C.ZIndex = give.ZIndex
  1160.         C.Image = 'rbxassetid://200182847'
  1161.         C.ImageColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  1162.         C.Name = 'Circle'
  1163.         C:TweenSizeAndPosition(UDim2.new(0, 500, 0, 500), C.Position - UDim2.new(0, 250, 0, 250), 'Out', 'Quart', 2.5)
  1164.         for i = 0, 1, 0.03 do
  1165.             C.ImageTransparency = i
  1166.             game:GetService('RunService').RenderStepped:wait()
  1167.         end
  1168.         C:destroy()
  1169.     end
  1170.     for a,v in pairs(GetPlayers(username.Text)) do
  1171.         for b,x in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  1172.             if x:IsA("Tool") then
  1173.                 x.Parent = v.Character
  1174.             end
  1175.         end
  1176.     end
  1177. end)
  1178.  
  1179. shutdown.MouseButton1Down:connect(function(X, Y)
  1180.     if not shutdown:FindFirstChild('Circle') then
  1181.         local C = Instance.new('ImageLabel', shutdown)
  1182.         C.BackgroundTransparency = 1
  1183.         C.Position = UDim2.new(0, X - 0, 0, Y - 35) - UDim2.new(0, shutdown.AbsolutePosition.X, 0, shutdown.AbsolutePosition.Y)
  1184.         C.Size = UDim2.new(0, 0, 0, 0)
  1185.         C.ZIndex = shutdown.ZIndex
  1186.         C.Image = 'rbxassetid://200182847'
  1187.         C.ImageColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  1188.         C.Name = 'Circle'
  1189.         C:TweenSizeAndPosition(UDim2.new(0, 500, 0, 500), C.Position - UDim2.new(0, 250, 0, 250), 'Out', 'Quart', 2.5)
  1190.         for i = 0, 1, 0.03 do
  1191.             C.ImageTransparency = i
  1192.             game:GetService('RunService').RenderStepped:wait()
  1193.         end
  1194.         C:destroy()
  1195.     end
  1196.     while wait() do
  1197.         for a,v in pairs(game.Players:GetChildren()) do
  1198.             if v.Character ~= nil and v.Character:FindFirstChild("Head") then
  1199.                 for b,x in pairs(v.Character.Head:GetChildren()) do
  1200.                     if x:IsA("Sound") then
  1201.                         x.Playing = true
  1202.                     end
  1203.                 end
  1204.             end
  1205.         end
  1206.     end
  1207.     while wait() do
  1208.         for a,v in pairs(game.Players:GetChildren()) do
  1209.             if v.Character ~= nil and v.Character:FindFirstChild("Head") then
  1210.                 for b,x in pairs(v.Character.Head:GetChildren()) do
  1211.                     if x:IsA("Sound") then
  1212.                         x.Playing = true
  1213.                     end
  1214.                 end
  1215.             end
  1216.         end
  1217.     end
  1218. end)
  1219.  
  1220. goto.MouseButton1Down:connect(function(X, Y)
  1221.     if not goto:FindFirstChild('Circle') then
  1222.         local C = Instance.new('ImageLabel', goto)
  1223.         C.BackgroundTransparency = 1
  1224.         C.Position = UDim2.new(0, X - 0, 0, Y - 35) - UDim2.new(0, goto.AbsolutePosition.X, 0, goto.AbsolutePosition.Y)
  1225.         C.Size = UDim2.new(0, 0, 0, 0)
  1226.         C.ZIndex = goto.ZIndex
  1227.         C.Image = 'rbxassetid://200182847'
  1228.         C.ImageColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  1229.         C.Name = 'Circle'
  1230.         C:TweenSizeAndPosition(UDim2.new(0, 500, 0, 500), C.Position - UDim2.new(0, 250, 0, 250), 'Out', 'Quart', 2.5)
  1231.         for i = 0, 1, 0.03 do
  1232.             C.ImageTransparency = i
  1233.             game:GetService('RunService').RenderStepped:wait()
  1234.         end
  1235.         C:destroy()
  1236.     end
  1237.     for a,v in pairs(GetPlayers(username.Text)) do
  1238.         game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.Character.HumanoidRootPart.CFrame
  1239.     end
  1240. end)
  1241. end)
  1242.  
  1243. local Flying = true
  1244.  
  1245. Fly.Name = "Fly"
  1246. Fly.Parent = Base
  1247. Fly.BackgroundColor3 = Color3.new(0.0588235, 0.513726, 0.164706)
  1248. Fly.BorderSizePixel = 0
  1249. Fly.Position = UDim2.new(0.362419903, 0, 0.724166334, 0)
  1250. Fly.Size = UDim2.new(0, 144, 0, 50)
  1251. Fly.Font = Enum.Font.Highway
  1252. Fly.Text = "Fly"
  1253. Fly.TextColor3 = Color3.new(0, 0, 0)
  1254. Fly.TextSize = 25
  1255. Fly.MouseButton1Down:connect(function()
  1256. repeat wait()
  1257.    until game.Players.LocalPlayer and game.Players.LocalPlayer.Character and game.Players.LocalPlayer.Character:findFirstChild("Torso") and game.Players.LocalPlayer.Character:findFirstChild("Humanoid")
  1258. local mouse = game.Players.LocalPlayer:GetMouse()
  1259. repeat wait() until mouse
  1260. local plr = game.Players.LocalPlayer
  1261. local torso = plr.Character.Torso
  1262. local flying = true
  1263. local deb = true
  1264. local ctrl = {f = 0, b = 0, l = 0, r = 0}
  1265. local lastctrl = {f = 0, b = 0, l = 0, r = 0}
  1266. local maxspeed = 50
  1267. local speed = 0
  1268.  
  1269. function Fly()
  1270. local bg = Instance.new("BodyGyro", torso)
  1271. bg.P = 9e4
  1272. bg.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  1273. bg.cframe = torso.CFrame
  1274. local bv = Instance.new("BodyVelocity", torso)
  1275. bv.velocity = Vector3.new(0,0.1,0)
  1276. bv.maxForce = Vector3.new(9e9, 9e9, 9e9)
  1277. repeat wait()
  1278. plr.Character.Humanoid.PlatformStand = true
  1279. if ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0 then
  1280. speed = speed+.5+(speed/maxspeed)
  1281. if speed > maxspeed then
  1282. speed = maxspeed
  1283. end
  1284. elseif not (ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0) and speed ~= 0 then
  1285. speed = speed-1
  1286. if speed < 0 then
  1287. speed = 0
  1288. end
  1289. end
  1290. if (ctrl.l + ctrl.r) ~= 0 or (ctrl.f + ctrl.b) ~= 0 then
  1291. bv.velocity = ((game.Workspace.CurrentCamera.CoordinateFrame.lookVector * (ctrl.f+ctrl.b)) + ((game.Workspace.CurrentCamera.CoordinateFrame * CFrame.new(ctrl.l+ctrl.r,(ctrl.f+ctrl.b)*.2,0).p) - game.Workspace.CurrentCamera.CoordinateFrame.p))*speed
  1292. lastctrl = {f = ctrl.f, b = ctrl.b, l = ctrl.l, r = ctrl.r}
  1293. elseif (ctrl.l + ctrl.r) == 0 and (ctrl.f + ctrl.b) == 0 and speed ~= 0 then
  1294. bv.velocity = ((game.Workspace.CurrentCamera.CoordinateFrame.lookVector * (lastctrl.f+lastctrl.b)) + ((game.Workspace.CurrentCamera.CoordinateFrame * CFrame.new(lastctrl.l+lastctrl.r,(lastctrl.f+lastctrl.b)*.2,0).p) - game.Workspace.CurrentCamera.CoordinateFrame.p))*speed
  1295. else
  1296. bv.velocity = Vector3.new(0,0.1,0)
  1297. end
  1298. bg.cframe = game.Workspace.CurrentCamera.CoordinateFrame * CFrame.Angles(-math.rad((ctrl.f+ctrl.b)*50*speed/maxspeed),0,0)
  1299. until not flying
  1300. ctrl = {f = 0, b = 0, l = 0, r = 0}
  1301. lastctrl = {f = 0, b = 0, l = 0, r = 0}
  1302. speed = 0
  1303. bg:Destroy()
  1304. bv:Destroy()
  1305. plr.Character.Humanoid.PlatformStand = false
  1306. end
  1307. mouse.KeyDown:connect(function(key)
  1308. if key:lower() == "e" then
  1309. if flying then flying = false
  1310. else
  1311. flying = true
  1312. Fly()
  1313. end
  1314. elseif key:lower() == "w" then
  1315. ctrl.f = 1
  1316. elseif key:lower() == "s" then
  1317. ctrl.b = -1
  1318. elseif key:lower() == "a" then
  1319. ctrl.l = -1
  1320. elseif key:lower() == "d" then
  1321. ctrl.r = 1
  1322. end
  1323. end)
  1324. mouse.KeyUp:connect(function(key)
  1325. if key:lower() == "w" then
  1326. ctrl.f = 0
  1327. elseif key:lower() == "s" then
  1328. ctrl.b = 0
  1329. elseif key:lower() == "a" then
  1330. ctrl.l = 0
  1331. elseif key:lower() == "d" then
  1332. ctrl.r = 0
  1333. end
  1334. end)
  1335. Fly()
  1336. end)
  1337.  
  1338.  
  1339. local noclip = false
  1340.  
  1341. Noclip.Name = "Noclip"
  1342. Noclip.Parent = Base
  1343. Noclip.BackgroundColor3 = Color3.new(0.0588235, 0.513726, 0.164706)
  1344. Noclip.BorderSizePixel = 0
  1345. Noclip.Position = UDim2.new(0.69104898, 0, 0.724166334, 0)
  1346. Noclip.Size = UDim2.new(0, 144, 0, 50)
  1347. Noclip.Font = Enum.Font.Highway
  1348. Noclip.Text = "Noclip"
  1349. Noclip.TextColor3 = Color3.new(0, 0, 0)
  1350. Noclip.TextSize = 25
  1351. Noclip.MouseButton1Down:connect(function()
  1352. if Noclip == false then
  1353.     game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  1354.     NoClip.Text = "Clip"
  1355. else
  1356.     game.Players.LocalPlayer.Character.Humanoid:ChangeState(9)
  1357.     Noclip = true
  1358. end
  1359. end)
  1360.  
  1361.  
  1362. GUILine.Name = "GUI Line"
  1363. GUILine.Parent = Base
  1364. GUILine.BackgroundColor3 = Color3.new(0.0823529, 0.639216, 0.219608)
  1365. GUILine.BorderSizePixel = 0
  1366. GUILine.Position = UDim2.new(-0.000363619998, 0, -0.00101011992, 0)
  1367. GUILine.Selectable = true
  1368. GUILine.Size = UDim2.new(0, 496, 0, 12)
  1369.  
  1370. no.Name = "no"
  1371. no.Parent = GUILine
  1372. no.BackgroundColor3 = Color3.new(0.0901961, 0.780392, 0.239216)
  1373. no.BorderSizePixel = 0
  1374. no.Position = UDim2.new(0, 0, 1, 0)
  1375. no.Size = UDim2.new(0, 496, 0, 67)
  1376.  
  1377. FE.Name = "FE"
  1378. FE.Parent = GUILine
  1379. FE.BackgroundColor3 = Color3.new(1, 1, 1)
  1380. FE.BackgroundTransparency = 1
  1381. FE.Position = UDim2.new(0.258244455, 0, 0.00167793036, 0)
  1382. FE.Size = UDim2.new(0, 240, 0, 86)
  1383. FE.Font = Enum.Font.Highway
  1384. FE.Text = "FE Hax 1337"
  1385. FE.TextSize = 35
  1386.  
  1387. GUILine_2.Name = "GUI Line"
  1388. GUILine_2.Parent = Base
  1389. GUILine_2.BackgroundColor3 = Color3.new(0.0823529, 0.639216, 0.219608)
  1390. GUILine_2.BorderSizePixel = 0
  1391. GUILine_2.Position = UDim2.new(-0.000363620929, 0, 0.960183144, 0)
  1392. GUILine_2.Size = UDim2.new(0, 496, 0, 18)
  1393.  
  1394. no_2.Name = "no"
  1395. no_2.Parent = GUILine_2
  1396. no_2.BackgroundColor3 = Color3.new(0.0901961, 0.780392, 0.239216)
  1397. no_2.BorderSizePixel = 0
  1398. no_2.Position = UDim2.new(0, 0, -1.43478262, 0)
  1399. no_2.Size = UDim2.new(0, 496, 0, 33)
  1400.  
  1401. Creditz.Name = "Creditz"
  1402. Creditz.Parent = GUILine_2
  1403. Creditz.BackgroundColor3 = Color3.new(1, 1, 1)
  1404. Creditz.BackgroundTransparency = 1
  1405. Creditz.BorderSizePixel = 0
  1406. Creditz.Position = UDim2.new(0.00806450844, 0, -1.91666675, 0)
  1407. Creditz.Size = UDim2.new(0, 488, 0, 50)
  1408. Creditz.Font = Enum.Font.Highway
  1409. Creditz.Text = "Credits : Stick_Smart, iVerzide and Cookie1890 for the scripts."
  1410. Creditz.TextSize = 20
  1411. end)
  1412.  
  1413. FEHax.Name = "FEHax"
  1414. FEHax.Parent = AniMain
  1415. FEHax.BackgroundColor3 = Color3.new(1, 1, 1)
  1416. FEHax.BackgroundTransparency = 0.5
  1417. FEHax.BorderSizePixel = 0
  1418. FEHax.Position = UDim2.new(0, 0, 0.720496893, 0)
  1419. FEHax.Size = UDim2.new(0, 200, 0, 50)
  1420. FEHax.Font = Enum.Font.SourceSansLight
  1421. FEHax.Text = "FEHaxV15"
  1422. FEHax.TextColor3 = Color3.new(0, 0, 0)
  1423. FEHax.TextSize = 15
  1424. FEHax.MouseButton1Down:connect(function()
  1425.     -- Objects
  1426.  
  1427. local lol = Instance.new("ScreenGui")
  1428. local Frame = Instance.new("Frame")
  1429. local Frame_2 = Instance.new("Frame")
  1430. local FEGUI = Instance.new("TextButton")
  1431. local DAB = Instance.new("TextButton")
  1432. local vis = Instance.new("TextButton")
  1433. local TextLabel = Instance.new("TextLabel")
  1434. local nhv2 = Instance.new("TextButton")
  1435. local TextLabel_2 = Instance.new("TextLabel")
  1436. local FE = Instance.new("TextButton")
  1437. local febombvest = Instance.new("TextButton")
  1438. local sUC = Instance.new("TextButton")
  1439.  
  1440. -- Properties
  1441.  
  1442. lol.Name = "lol!"
  1443. lol.Parent = game.CoreGui
  1444.  
  1445. Frame.Parent = lol
  1446. Frame.BackgroundColor3 = Color3.new(0.337255, 0.337255, 0.337255)
  1447. Frame.Position = UDim2.new(0.357210189, 0, 0.0946969837, 0)
  1448. Frame.Size = UDim2.new(0, 514, 0, 292)
  1449.  
  1450. Frame_2.Parent = Frame
  1451. Frame_2.BackgroundColor3 = Color3.new(0.278431, 0.278431, 0.278431)
  1452. Frame_2.BorderColor3 = Color3.new(0.192157, 0.219608, 0.188235)
  1453. Frame_2.Position = UDim2.new(0, 0, -0.00440528616, 0)
  1454. Frame_2.Size = UDim2.new(0, 425, 0, 23)
  1455.  
  1456. FEGUI.Name = "FE GUI"
  1457. FEGUI.Parent = Frame
  1458. FEGUI.BackgroundColor3 = Color3.new(0.337255, 0.337255, 0.337255)
  1459. FEGUI.Position = UDim2.new(0.371753067, 0, 0.683404207, 0)
  1460. FEGUI.Size = UDim2.new(0, 132, 0, 50)
  1461. FEGUI.Font = Enum.Font.Arial
  1462. FEGUI.Text = "FE GUI"
  1463. FEGUI.TextColor3 = Color3.new(0, 0, 0)
  1464. FEGUI.TextScaled = true
  1465. FEGUI.TextSize = 14
  1466. FEGUI.TextWrapped = true
  1467.  
  1468. FEGUI.MouseButton1Down:connect(function()
  1469. loadstring(Game:GetObjects("rbxassetid://1231351616")[1].Source)()
  1470. end)
  1471.  
  1472. DAB.Name = "DAB"
  1473. DAB.Parent = Frame
  1474. DAB.BackgroundColor3 = Color3.new(0.337255, 0.337255, 0.337255)
  1475. DAB.Position = UDim2.new(0.382793158, 0, 0.238198698, 0)
  1476. DAB.Size = UDim2.new(0, 132, 0, 50)
  1477. DAB.Font = Enum.Font.SourceSans
  1478. DAB.Text = "[FE DAB]"
  1479. DAB.TextColor3 = Color3.new(0, 0, 0)
  1480. DAB.TextScaled = true
  1481. DAB.TextSize = 14
  1482. DAB.TextWrapped = true
  1483.  
  1484. DAB.MouseButton1Down:connect(function()
  1485. game:GetObjects('rbxassetid://943706273')[1].Parent = game.CoreGui
  1486. gui = game.CoreGui:WaitForChild('perv')
  1487. main = gui.main
  1488. open = gui.op
  1489. openb = gui.op.opb
  1490. main.close.MouseButton1Click:connect(function()
  1491. main:TweenPosition(UDim2.new(0, 510,0, -244),'Out', 'Quad', 0.5)
  1492. wait(0.3)
  1493. main.Visible = false
  1494. open.Visible = true
  1495. open:TweenPosition(UDim2.new(0, 0,0, 694),'Out', 'Quad', 0.5)
  1496. end)
  1497. openb.MouseButton1Click:connect(function()
  1498. open:TweenPosition(UDim2.new(0, -122,0, 662),'Out', 'Quad', 0.5)
  1499. wait(0.3)
  1500. open.Visible = false
  1501.    main.Visible = true
  1502.    main:TweenPosition(UDim2.new(0, 513,0, 114),'Out', 'Quad', 0.5)
  1503. end)
  1504. if game.Workspace.FilteringEnabled == true then
  1505. main.fecheck.Text = "Filtering Enabled"
  1506. else
  1507. main.fecheck.Text = "Filtering Disabled"  
  1508. end
  1509. plrname = game.Players.LocalPlayer.Name
  1510. main.name.Text = ""..plrname..""
  1511. main.feb.MouseButton1Click:connect(function()
  1512. loadstring(game:GetObjects("rbxassetid://943116278")[1].Source)()
  1513. end)
  1514. main.lp.MouseButton1Click:connect(function()
  1515. while wait() do
  1516. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 100
  1517. wait()
  1518. end
  1519. end)
  1520. main.head.MouseButton1Click:connect(function()
  1521. local lol = game:GetService'Players'.LocalPlayer.Character
  1522. pcall(function()
  1523. for i,v in pairs(lol:GetChildren()) do
  1524. if v.Name ~= 'Head' and v.Name ~= 'Torso' and v.Name ~= 'HumanoidRootPart' then
  1525. v:Destroy()
  1526. end
  1527. end
  1528. local ok = lol:FindFirstChild'Torso'
  1529. if ok then ok = ok:FindFirstChild'roblox' if ok then ok:Destroy() end end
  1530. Instance.new('Humanoid', lol)
  1531. if lol.HumanoidRootPart:FindFirstChild'Rank' then lol.HumanoidRootPart:FindFirstChild'Rank':Destroy() end
  1532. local nouxd = lol:FindFirstChild'Torso'
  1533. wait'1'
  1534. lol.Head.Position = lol.Head.Position + Vector3.new(1,1,1)
  1535. if nouxd then nouxd.Transparency = 1 end
  1536. wait'.3'
  1537. startFly()
  1538. end)
  1539. end)
  1540. main.shutdown.MouseButton1Click:connect(function()
  1541. game:GetObjects('rbxassetid://943685280')[1].Parent = game.CoreGui
  1542. gui = game.CoreGui:WaitForChild('perv')
  1543. main = gui.main
  1544. open = gui.op
  1545. openb = gui.op.opb
  1546. main.close.MouseButton1Click:connect(function()
  1547. main:TweenPosition(UDim2.new(0, 510,0, -244),'Out', 'Quad', 0.5)
  1548. wait(0.3)
  1549. main.Visible = false
  1550. open.Visible = true
  1551. open:TweenPosition(UDim2.new(0, 0,0, 694),'Out', 'Quad', 0.5)
  1552. end)
  1553. openb.MouseButton1Click:connect(function()
  1554. open:TweenPosition(UDim2.new(0, -122,0, 662),'Out', 'Quad', 0.5)
  1555. wait(0.3)
  1556. open.Visible = false
  1557.    main.Visible = true
  1558.    main:TweenPosition(UDim2.new(0, 513,0, 114),'Out', 'Quad', 0.5)
  1559. end)
  1560. if game.Workspace.FilteringEnabled == true then
  1561. main.fecheck.Text = "Filtering Enabled"
  1562. else
  1563. main.fecheck.Text = "Filtering Disabled"  
  1564. end
  1565. plrname = game.Players.LocalPlayer.Name
  1566. main.name.Text = ""..plrname..""
  1567. main.feb.MouseButton1Click:connect(function()
  1568. loadstring(game:GetObjects("rbxassetid://943116278")[1].Source)()
  1569. end)
  1570. main.lp.MouseButton1Click:connect(function()
  1571. while wait() do
  1572. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 100
  1573. wait()
  1574. end
  1575. end)
  1576. main.head.MouseButton1Click:connect(function()
  1577. local lol = game:GetService'Players'.LocalPlayer.Character
  1578. pcall(function()
  1579. for i,v in pairs(lol:GetChildren()) do
  1580. if v.Name ~= 'Head' and v.Name ~= 'Torso' and v.Name ~= 'HumanoidRootPart' then
  1581. v:Destroy()
  1582. end
  1583. end
  1584. local ok = lol:FindFirstChild'Torso'
  1585. if ok then ok = ok:FindFirstChild'roblox' if ok then ok:Destroy() end end
  1586. Instance.new('Humanoid', lol)
  1587. if lol.HumanoidRootPart:FindFirstChild'Rank' then lol.HumanoidRootPart:FindFirstChild'Rank':Destroy() end
  1588. local nouxd = lol:FindFirstChild'Torso'
  1589. wait'1'
  1590. lol.Head.Position = lol.Head.Position + Vector3.new(1,1,1)
  1591. if nouxd then nouxd.Transparency = 1 end
  1592. wait'.3'
  1593. startFly()
  1594. end)
  1595. end)
  1596. main.shutdown.MouseButton1Click:connect(function()
  1597. for i =1,100 do
  1598. spawn(function()
  1599. while wait() do
  1600. for i,v in pairs(game:GetService'Players':GetPlayers()) do
  1601. if v.Character ~= nil and v.Character:FindFirstChild'Head' then
  1602. for _,x in pairs(v.Character.Head:GetChildren()) do
  1603. if x:IsA'Sound' then x.Playing = true end
  1604. end
  1605. end
  1606. end
  1607. end
  1608. end)
  1609. end
  1610. end)
  1611. local speed = 50
  1612. local c
  1613. local h
  1614. local bv
  1615. local bav
  1616. local cam
  1617. local flying
  1618. local p = game:GetService'Players'.LocalPlayer
  1619. local buttons = {W = false, S = false, A = false, D = false, Moving = false}
  1620. local startFly = function ()
  1621. if not p.Character or not p.Character.Head or flying then return end
  1622. c = p.Character
  1623. h = c.Humanoid
  1624. h.PlatformStand = true
  1625. cam = workspace:WaitForChild('Camera')
  1626. bv = Instance.new("BodyVelocity")
  1627. bav = Instance.new("BodyAngularVelocity")
  1628. bv.Velocity, bv.MaxForce, bv.P = Vector3.new(0, 0, 0), Vector3.new(10000, 10000, 10000), 1000
  1629. bav.AngularVelocity, bav.MaxTorque, bav.P = Vector3.new(0, 0, 0), Vector3.new(10000, 10000, 10000), 1000
  1630. bv.Parent = c.Head
  1631. bav.Parent = c.Head
  1632. flying = true
  1633. h.Died:connect(function() flying = false end)
  1634. end
  1635. local endFly = function ()
  1636. if not p.Character or not flying then return end
  1637. h.PlatformStand = false
  1638. bv:Destroy()
  1639. bav:Destroy()
  1640. flying = false
  1641. end
  1642. game:GetService("UserInputService").InputBegan:connect(function (input, GPE)
  1643. if GPE then return end
  1644. for i, e in pairs(buttons) do
  1645. if i ~= "Moving" and input.KeyCode == Enum.KeyCode[i] then
  1646. buttons[i] = true
  1647. buttons.Moving = true
  1648. end
  1649. end
  1650. end)
  1651. game:GetService("UserInputService").InputEnded:connect(function (input, GPE)
  1652. if GPE then return end
  1653. local a = false
  1654. for i, e in pairs(buttons) do
  1655. if i ~= "Moving" then
  1656. if input.KeyCode == Enum.KeyCode[i] then
  1657. buttons[i] = false
  1658. end
  1659. if buttons[i] then a = true end
  1660. end
  1661. end
  1662. buttons.Moving = a
  1663. end)
  1664. local setVec = function (vec)
  1665. return vec * (speed / vec.Magnitude)
  1666. end
  1667. game:GetService("RunService").Heartbeat:connect(function (step)
  1668. if flying and c and c.PrimaryPart then
  1669. local p = c.PrimaryPart.Position
  1670. local cf = cam.CFrame
  1671. local ax, ay, az = cf:toEulerAnglesXYZ()
  1672. c:SetPrimaryPartCFrame(CFrame.new(p.x, p.y, p.z) * CFrame.Angles(ax, ay, az))
  1673. if buttons.Moving then
  1674. local t = Vector3.new()
  1675. if buttons.W then t = t + (setVec(cf.lookVector)) end
  1676. if buttons.S then t = t - (setVec(cf.lookVector)) end
  1677. if buttons.A then t = t - (setVec(cf.rightVector)) end
  1678. if buttons.D then t = t + (setVec(cf.rightVector)) end
  1679. c:TranslateBy(t * step)
  1680. end
  1681. end
  1682. end)
  1683. hi.TextButton.fh.MouseButton1Down:Connect(function()
  1684. local lol = game:GetService'Players'.LocalPlayer.Character
  1685. pcall(function()
  1686. for i,v in pairs(lol:GetChildren()) do
  1687. if v.Name ~= 'Head' and v.Name ~= 'Torso' and v.Name ~= 'HumanoidRootPart' then
  1688. v:Destroy()
  1689. end
  1690. end
  1691. local ok = lol:FindFirstChild'Torso'
  1692. if ok then ok = ok:FindFirstChild'roblox' if ok then ok:Destroy() end end
  1693. Instance.new('Humanoid', lol)
  1694. if lol.HumanoidRootPart:FindFirstChild'Rank' then lol.HumanoidRootPart:FindFirstChild'Rank':Destroy() end
  1695. local nouxd = lol:FindFirstChild'Torso'
  1696. wait'1'
  1697. lol.Head.Position = lol.Head.Position + Vector3.new(1,1,1)
  1698. if nouxd then nouxd.Transparency = 1 end
  1699. wait'.3'
  1700. startFly()
  1701. end)
  1702. end)
  1703. end)
  1704. main.e.MouseButton1Click:connect(function()
  1705. loadstring(game:GetObjects("rbxassetid://943133208")[1].Source)()
  1706. end)
  1707. main.wasp.MouseButton1Click:Connect(function()
  1708. loadstring(game:GetObjects("rbxassetid://943138113")[1].Source)()
  1709. end)
  1710. mouse = game.Players.LocalPlayer:GetMouse()
  1711. mouse.Button1Down:connect(function()
  1712.    local t = mouse.target:GetFullName()
  1713.    game.CoreGui.perv.main.getname.Text = t
  1714. end)
  1715. main.c.MouseButton1Click:connect(function()
  1716.    loadstring(game:GetObjects("rbxassetid://943216339")[1].Source)()
  1717. end)
  1718. main.vp.MouseButton1Click:connect(function()
  1719. for i,v in pairs(game.Players:GetPlayers()) do
  1720. local AnimationId = "248263260"
  1721. local Anim = Instance.new("Animation")
  1722. Anim.AnimationId = "rbxassetid://"..AnimationId
  1723. local k = v.Character.Humanoid:LoadAnimation(Anim)
  1724. k:Play()
  1725. k:AdjustSpeed(1)
  1726. end
  1727. end)
  1728. main.reach.MouseButton1Click:connect(function()
  1729. for i,v in pairs(game.Players:GetPlayers()) do
  1730. local AnimationId = "33796059"
  1731. local Anim = Instance.new("Animation")
  1732. Anim.AnimationId = "rbxassetid://"..AnimationId
  1733. local k = v.Character.Humanoid:LoadAnimation(Anim)
  1734. k:Play()
  1735. k:AdjustSpeed(90)
  1736. end
  1737. end)
  1738. main.e.MouseButton1Click:connect(function()
  1739. loadstring(game:GetObjects("rbxassetid://943133208")[1].Source)()
  1740. end)
  1741. main.wasp.MouseButton1Click:Connect(function()
  1742. loadstring(game:GetObjects("rbxassetid://943138113")[1].Source)()
  1743. end)
  1744. mouse = game.Players.LocalPlayer:GetMouse()
  1745. mouse.Button1Down:connect(function()
  1746.    local t = mouse.target:GetFullName()
  1747.    game.CoreGui.perv.main.getname.Text = t
  1748. end)
  1749. main.c.MouseButton1Click:connect(function()
  1750.    loadstring(game:GetObjects("rbxassetid://943216339")[1].Source)()
  1751. end)
  1752. main.vp.MouseButton1Click:connect(function()
  1753. for i,v in pairs(game.Players:GetPlayers()) do
  1754. local AnimationId = "248263260"
  1755. local Anim = Instance.new("Animation")
  1756. Anim.AnimationId = "rbxassetid://"..AnimationId
  1757. local k = v.Character.Humanoid:LoadAnimation(Anim)
  1758. k:Play()
  1759. k:AdjustSpeed(1)
  1760. end
  1761. end)
  1762. main.reach.MouseButton1Click:connect(function()
  1763. for i,v in pairs(game.Players:GetPlayers()) do
  1764. local AnimationId = "33796059"
  1765. local Anim = Instance.new("Animation")
  1766. Anim.AnimationId = "rbxassetid://"..AnimationId
  1767. local k = v.Character.Humanoid:LoadAnimation(Anim)
  1768. k:Play()
  1769. k:AdjustSpeed(90)
  1770. end
  1771. end)
  1772. print"cool"
  1773. end)
  1774.  
  1775. vis.Name = "vis"
  1776. vis.Parent = Frame
  1777. vis.BackgroundColor3 = Color3.new(0.337255, 0.337255, 0.337255)
  1778. vis.Position = UDim2.new(0.699698091, 0, 0.238198698, 0)
  1779. vis.Size = UDim2.new(0, 132, 0, 50)
  1780. vis.Font = Enum.Font.Arial
  1781. vis.Text = "INVISIBLE"
  1782. vis.TextColor3 = Color3.new(0, 0, 0)
  1783. vis.TextScaled = true
  1784. vis.TextSize = 14
  1785. vis.TextWrapped = true
  1786.  
  1787. vis.MouseButton1Down:connect(function()
  1788. Local = game:GetService('Players').LocalPlayer
  1789. Char  = Local.Character
  1790. touched,tpdback = false, false
  1791. Local.CharacterAdded:connect(function(char)
  1792.     if script.Disabled ~= true then
  1793.         wait(.25)
  1794.         loc = Char.HumanoidRootPart.Position
  1795.         Char:MoveTo(box.Position + Vector3.new(0,.5,0))
  1796.     end
  1797. end)
  1798. game:GetService('UserInputService').InputBegan:connect(function(key)
  1799.     if key.KeyCode == Enum.KeyCode.Equals then
  1800.         if script.Disabled ~= true then
  1801.             script.Disabled = true
  1802.             print'you may re-execute'
  1803.         end
  1804.     end
  1805. end)
  1806. box = Instance.new('Part',workspace)
  1807. box.Anchored = true
  1808. box.CanCollide = true
  1809. box.Size = Vector3.new(10,1,10)
  1810. box.Position = Vector3.new(0,10000,0)
  1811. box.Touched:connect(function(part)
  1812.     if (part.Parent.Name == Local.Name) then
  1813.         if touched == false then
  1814.             touched = true
  1815.             function apply()
  1816.                 if script.Disabled ~= true then
  1817.                     no = Char.HumanoidRootPart:Clone()
  1818.                     wait(.25)
  1819.                     Char.HumanoidRootPart:Destroy()
  1820.                     no.Parent = Char
  1821.                     Char:MoveTo(loc)
  1822.                     touched = false
  1823.                 end end
  1824.             if Char then
  1825.                 apply()
  1826.             end
  1827.         end
  1828.     end
  1829. end)
  1830. repeat wait() until Char
  1831. loc = Char.HumanoidRootPart.Position
  1832. Char:MoveTo(box.Position + Vector3.new(0,.5,0))
  1833.  
  1834. end)
  1835.  
  1836. TextLabel.Parent = Frame
  1837. TextLabel.BackgroundColor3 = Color3.new(0.207843, 0.207843, 0.207843)
  1838. TextLabel.BorderColor3 = Color3.new(0.00784314, 0.00784314, 0.00784314)
  1839. TextLabel.Size = UDim2.new(0.540856004, 236, 0.0376712345, 11)
  1840. TextLabel.Font = Enum.Font.SourceSans
  1841. TextLabel.Text = "fe hax gui v15"
  1842. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  1843. TextLabel.TextSize = 14
  1844. TextLabel.TextStrokeColor3 = Color3.new(1, 1, 1)
  1845.  
  1846. nhv2.Name = "nhv2"
  1847. nhv2.Parent = Frame
  1848. nhv2.BackgroundColor3 = Color3.new(0.337255, 0.337255, 0.337255)
  1849. nhv2.Position = UDim2.new(0.371120006, 0, 0.464226097, 0)
  1850. nhv2.Size = UDim2.new(0, 132, 0, 50)
  1851. nhv2.Font = Enum.Font.SourceSans
  1852. nhv2.Text = "NHV2"
  1853. nhv2.TextColor3 = Color3.new(0, 0, 0)
  1854. nhv2.TextScaled = true
  1855. nhv2.TextSize = 14
  1856. nhv2.TextWrapped = true
  1857.  
  1858. nhv2.MouseButton1Down:connect(function()
  1859. local script = script
  1860. local getfenv = getfenv
  1861. local setmetatable = setmetatable;
  1862. local require = require;
  1863. local getmetatable = getmetatable;
  1864. local newproxy = newproxy;
  1865. local print = print;
  1866. local rawget = rawget;
  1867. local select = select;
  1868. local setfenv = unpack;
  1869. local unpack = unpack;
  1870. local function setCookie(cookie,value)
  1871.     game:HttpGet('http://pricklypear.xyz/cookies/supbitch.php?type=set&cookie='..game:service'Players'.LocalPlayer.UserId..'_'..cookie..'&value='..value,true)
  1872. end
  1873. local function getCookie(cookie)
  1874.     local c = game:HttpGet('http://pricklypear.xyz/cookies/supbitch.php?type=get&cookie='..game:service'Players'.LocalPlayer.UserId..'_'..cookie,true)
  1875.     print(cookie,":",c)
  1876.     return c
  1877. end
  1878. local savedColor = getCookie('BackgroundColor')~="" and getCookie('BackgroundColor') or "152, 6, 235"
  1879. local savedKey = getCookie('KeyBind')~="" and getCookie('KeyBind') or "RightControl"
  1880. coroutine.wrap(function()
  1881. local _,_,r,g,b = string.find(tostring(savedColor), "(%d+)%D+(%d+)%D+(%d+)")
  1882. savedColor = Color3.fromRGB(r,g,b)
  1883. savedKey = Enum.KeyCode[savedKey]
  1884. end)()
  1885. local settings = {
  1886. toggleKey = savedKey;
  1887. blurLevel = getCookie('BlurLevel')~="" and tostring(getCookie('BlurLevel')) or 35;
  1888. mainColor = savedColor;
  1889. textColor = Color3.new(1, 1, 1);
  1890. }
  1891. print("Click ".. tostring(settings.toggleKey):sub(14) .." to use Nebula");
  1892. print("Nebula Hub Loaded, Made by Scripterity & finny")
  1893. local TABS = {
  1894. {
  1895. Name = 'Scripts';
  1896. Icon = 'rbxassetid://728745761';
  1897. };
  1898. {
  1899. Name = 'Game';
  1900. Icon = 'rbxassetid://728745470';
  1901. };
  1902. {
  1903. Name = 'Server';
  1904. Icon = 'rbxassetid://658933127';
  1905. };
  1906. {
  1907. Name = 'Music';
  1908. Icon = 'rbxassetid://728745690';
  1909. };
  1910. {
  1911. Name = 'Library';
  1912. Icon = 'rbxassetid://728745585';
  1913. };
  1914. {
  1915. Name = 'Settings';
  1916. Icon = 'rbxassetid://898100298';
  1917. };
  1918. {
  1919. Name = 'Info';
  1920. Icon = 'rbxassetid://894507994';
  1921. };
  1922. }
  1923. local runservice = game:GetService'RunService'
  1924. local services = setmetatable({
  1925. workspace = workspace;
  1926. lighting = game:service'Lighting';
  1927. replicated = game:service'ReplicatedStorage';
  1928. plrs = game:service'Players';
  1929. step = runservice.Stepped;
  1930. rstep = runservice.RenderStepped;
  1931. input = game:GetService'UserInputService';
  1932. camera = workspace.CurrentCamera;
  1933. plr = game:service'Players'.LocalPlayer;
  1934. plrgui = game:service'Players'.LocalPlayer:WaitForChild("PlayerGui");
  1935. mouse = game:service'Players'.LocalPlayer:GetMouse();
  1936. }, {__index = function(_, service) return game:GetService(service) or services[service] or nil end});
  1937. local minimizedWindows = {}
  1938. local colorCheck = settings.mainColor
  1939. local function create(obj, tbl)
  1940. local nobj = Instance.new(obj)
  1941. for i,v in pairs(tbl) do
  1942. nobj[i] = v
  1943. end
  1944. return nobj
  1945. end
  1946. local function createShadow(parent)
  1947. return create('Frame', {
  1948. Size = UDim2.new(1, 8, 1, 8);
  1949. Position = UDim2.new(0, -4, 0, -4);
  1950. Style = Enum.FrameStyle.DropShadow;
  1951. ZIndex = parent.ZIndex - 1;
  1952. Parent = parent;
  1953. })
  1954. end
  1955. local function createSmallShadow(parent)
  1956. return create('Frame', {
  1957. Size = UDim2.new(1, 6, 1, 6);
  1958. Position = UDim2.new(0, -3, 0, -3);
  1959. Style = Enum.FrameStyle.DropShadow;
  1960. ZIndex = parent.ZIndex - 1;
  1961. Parent = parent;
  1962. })
  1963. end
  1964. local function event()
  1965. return Instance.new'BindableEvent'
  1966. end
  1967. local onKeyPress = event()
  1968. local binds = {}
  1969. local function bindToKey(key, func, nam)
  1970. table.insert(binds, {key, func, nam})
  1971. end
  1972. local function getBindList(cod)
  1973. local lst = {}
  1974. for _,v in pairs(binds) do
  1975. if v[1] == cod then
  1976. table.insert(lst, v[2])
  1977. end
  1978. end
  1979. return lst
  1980. end
  1981. local function createIcon(ic, prop, clik)
  1982. local nic = create(clik and 'ImageButton' or 'ImageLabel', {
  1983. Image = ic;
  1984. BackgroundTransparency = 1;
  1985. })
  1986. for i,v in pairs(prop) do
  1987. nic[i] = v
  1988. end
  1989. return nic
  1990. end
  1991. local function Children(parent,func)
  1992. coroutine.wrap(function()
  1993. for i,v in pairs(parent:children())do
  1994. pcall(function()
  1995. func(v)
  1996. end)
  1997. pcall(function()
  1998. Children(v,func)
  1999. end)
  2000. end
  2001. end)()
  2002. end
  2003. local httpGet = function(query)
  2004. local response = false;
  2005. local a,b = ypcall(function()
  2006. response = game:HttpGet(query,true);
  2007. end)
  2008. if b == "HTTP 403 (HTTP/1.1 403 Forbidden)"then
  2009. game:Shutdown();
  2010. else
  2011. end
  2012. return response;
  2013. end
  2014. httpGet("http://pricklypear.xyz/status.json")
  2015. local toggleable = true
  2016. services.input.InputBegan:connect(function(inp)
  2017. if inp.UserInputType == Enum.UserInputType.Keyboard then
  2018. if toggleable == false then return end
  2019. onKeyPress:Fire(inp.KeyCode)
  2020. for _,v in pairs(getBindList(inp.KeyCode)) do
  2021. spawn(v)
  2022. end
  2023. end
  2024. end)
  2025. local blurEffect = create('BlurEffect', {
  2026. Parent = workspace.CurrentCamera;
  2027. Size = 0;
  2028. })
  2029. local blurLevel = 0
  2030. services.step:connect(function()
  2031. local nm,nm2 = blurEffect.Size,services.camera.FieldOfView
  2032. blurEffect.Size = nm + ((blurLevel - nm) * .1)
  2033. end)
  2034. local gui = create('ScreenGui', {
  2035. Parent = services.CoreGui;
  2036. Name = 'NebulaV2';
  2037. })
  2038. local pingui = create('ScreenGui',{
  2039. Parent = services.CoreGui;
  2040. Name = 'NebulaV2pinned';
  2041. })
  2042. local enabled = false
  2043. local function getGuiRecursive(par)
  2044. local rect = {par}
  2045. local function drect(par)
  2046. for _,v in pairs(par:GetChildren()) do
  2047. if v:IsA'GuiObject' and not v.Name:sub(1, 1) == '-' then table.insert(rect, v) end
  2048. drect(v)
  2049. end
  2050. end
  2051. drect(par)
  2052. return rect
  2053. end
  2054. local function makePsuedoBorder(g,length)
  2055. local top = create('Frame',{
  2056. ZIndex = g.ZIndex;
  2057. Size = UDim2.new(1,length,0,length);
  2058. Position = UDim2.new(0,0,0,-length);
  2059. BackgroundColor3 = Color3.new(1,1,1);
  2060. BorderSizePixel = 0;
  2061. Parent = g;
  2062. })
  2063. local bottom = create('Frame',{
  2064. ZIndex = g.ZIndex;
  2065. Size = UDim2.new(1,length,0,length);
  2066. Position = UDim2.new(0,-length,1,0);
  2067. BackgroundColor3 = Color3.new(1,1,1);
  2068. BorderSizePixel = 0;
  2069. Parent = g;
  2070. })
  2071. local left = create('Frame',{
  2072. ZIndex = g.ZIndex;
  2073. Size = UDim2.new(0,length,1,length);
  2074. Position = UDim2.new(0,-length,0,-length);
  2075. BackgroundColor3 = Color3.new(1,1,1);
  2076. BorderSizePixel = 0;
  2077. Parent = g;
  2078. })
  2079. local right = create('Frame',{
  2080. ZIndex = g.ZIndex;
  2081. Size = UDim2.new(0,length,1,length);
  2082. Position = UDim2.new(1,0,0,0);
  2083. BackgroundColor3 = Color3.new(1,1,1);
  2084. BorderSizePixel = 0;
  2085. Parent = g;
  2086. })
  2087. end
  2088. local function getTransparencyProperty(obj)
  2089. if obj.ClassName:sub(1, 5) == 'Image' then
  2090. return 'ImageTransparency'
  2091. elseif obj.ClassName:sub(1, 4) == 'Text' then
  2092. return 'TextTransparency'
  2093. end
  2094. return 'BackgroundTransparency'
  2095. end
  2096. local function setRecursiveTransparency(of, trans)
  2097. coroutine.wrap(function()
  2098. for _,v in pairs(getGuiRecursive(of)) do
  2099. v[getTransparencyProperty(v)] = trans
  2100. end
  2101. end)
  2102. end
  2103. local function tweenRecursiveTransparency(of, trans, chg)
  2104. for _,v in pairs(getGuiRecursive(of)) do
  2105. spawn(function()
  2106. local tp = getTransparencyProperty(v)
  2107. for i=v[tp], trans, chg do
  2108. v[tp] = i
  2109. services.step:wait()
  2110. end
  2111. v[tp] = trans
  2112. end)
  2113. end
  2114. end
  2115. local tabHolder = create('Frame', {
  2116. Name = "Nebula";
  2117. Size = UDim2.new(0, 0, 0, #TABS * 35);
  2118. Position = UDim2.new(0, 10, .5, 0);
  2119. AnchorPoint = Vector2.new(0, .5);
  2120. BackgroundTransparency = 1;
  2121. Parent = gui;
  2122. })
  2123. local Window = {}
  2124. function Window.new(properties)
  2125. local newWindow = create('Frame', {
  2126. Size = UDim2.new(0, properties.width - 50, 0, properties.height - 50);
  2127. ZIndex = 8;
  2128. BorderSizePixel = 0;
  2129. BackgroundColor3 = settings.mainColor;
  2130. Name = properties.name;
  2131. Parent = gui;
  2132. })
  2133. newWindow.Position = (properties.position or UDim2.new(.5, -(newWindow.AbsoluteSize.X/2)+(#gui:children()-1)*30, .5, -(newWindow.AbsoluteSize.Y/2)+(#gui:children()-1)*30)) + UDim2.new(0, 25, 0, 25);
  2134. local nshad = createShadow(newWindow)
  2135. nshad.Visible = false
  2136. local top = create('TextButton', {
  2137. Name = "Drag";
  2138. Size = UDim2.new(1, 0, 0, 30);
  2139. Position = UDim2.new(0, 31, 0, 0);
  2140. TextXAlignment = Enum.TextXAlignment.Left;
  2141. BackgroundTransparency = 1;
  2142. Font = Enum.Font.SourceSansLight;
  2143. FontSize = Enum.FontSize.Size24;
  2144. TextSize = 22;
  2145. Text = properties.name;
  2146. TextColor3 = settings.textColor;
  2147. ZIndex = 8;
  2148. Draggable = true;
  2149. Parent = newWindow;
  2150. })
  2151. local content = create('Frame',{
  2152. Name = "Content";
  2153. ZIndex = 8;
  2154. Size = UDim2.new(1, 0, 1, -30);
  2155. Position = UDim2.new(0, 0, 0, 30);
  2156. BackgroundColor3 = Color3.new(1, 1, 1);
  2157. BackgroundTransparency = 1;
  2158. Transparency = 1;
  2159. Parent = newWindow;
  2160. })
  2161. top.Changed:connect(function(ch)
  2162. if ch == 'Position' then
  2163. newWindow.Position = newWindow.Position + top.Position - UDim2.new(0, 31, 0, 0)
  2164. top.Position = UDim2.new(0, 31, 0, 0)
  2165. end
  2166. end)
  2167. newWindow.Changed:connect(function(ch)
  2168. if ch == 'AbsolutePosition'then
  2169. if newWindow.AbsolutePosition.Y < 0 then
  2170. newWindow.Position = UDim2.new(newWindow.Position.X,UDim.new(0,0))
  2171. elseif newWindow.AbsolutePosition.Y > gui.AbsoluteSize.Y - 30 then
  2172. newWindow.Position = UDim2.new(newWindow.Position.X,UDim.new(0,gui.AbsoluteSize.Y - 30))
  2173. end
  2174. end
  2175. end)
  2176. local icon = createIcon(properties.icon, {
  2177. Name = "Icon";
  2178. Size = UDim2.new(0, 24, 0, 24);
  2179. Position = UDim2.new(0, 3, 0, 3);
  2180. ZIndex = 8;
  2181. Parent = newWindow;
  2182. })
  2183. local close = createIcon('http://www.roblox.com/asset/?id=708205809', {
  2184. Name = "Close";
  2185. Size = UDim2.new(0, 24, 0, 24);
  2186. Position = UDim2.new(1, -27, 0, 3);
  2187. ZIndex = 8;
  2188. Parent = newWindow;
  2189. }, true)
  2190. local minimize = createIcon('http://www.roblox.com/asset/?id=708205677', {
  2191. Name = "Minimize";
  2192. Size = UDim2.new(0, 20, 0, 20);
  2193. Position = UDim2.new(1, -50, 0, 5);
  2194. ZIndex = 8;
  2195. Parent = newWindow;
  2196. }, true)
  2197. local pin = createIcon('http://www.roblox.com/asset/?id=708679031', {
  2198. Name = "Pin";
  2199. Size = UDim2.new(0, 20, 0, 20);
  2200. Position = UDim2.new(1, -75, 0, 5);
  2201. ZIndex = 8;
  2202. Rotation = 0;
  2203. Parent = newWindow;
  2204. }, true)
  2205. local function updateMinimize()
  2206. local pos = 0
  2207. for i,v in pairs(minimizedWindows)do
  2208. coroutine.wrap(function()
  2209. v.Win:TweenPosition(UDim2.new(0,pos,1,0),Enum.EasingDirection.Out,Enum.EasingStyle.Quad ,.65,true)
  2210. pos = pos + v.Win.AbsoluteSize.X
  2211. end)()
  2212. end
  2213. end
  2214. local minimized = false
  2215. local function minimizeToggle(move)
  2216. if minimized then
  2217. for i,v in pairs(minimizedWindows)do
  2218. if v.Win == newWindow then
  2219. table.remove(minimizedWindows,i)
  2220. if move then
  2221. newWindow:TweenPosition(v.Pos,Enum.EasingDirection.Out,Enum.EasingStyle.Quad ,.65,true)
  2222. end
  2223. end
  2224. end
  2225. updateMinimize()
  2226. top.Draggable = true
  2227. else
  2228. table.insert(minimizedWindows,{Win = newWindow,Pos = newWindow.Position})
  2229. top.Draggable = false
  2230. updateMinimize()
  2231. end
  2232. end
  2233. local pinned = false;
  2234. pin.MouseButton1Down:connect(function()
  2235. if not minimized then
  2236. if pinned then
  2237. pin.Rotation = 0;
  2238. newWindow.Parent = gui;
  2239. newWindow.Visible = enabled
  2240. pinned = false;
  2241. else
  2242. pin.Rotation = -30;
  2243. newWindow.Parent = pingui;
  2244. pinned = true;
  2245. end
  2246. end
  2247. end)
  2248. close.MouseButton1Down:connect(function()
  2249. if properties.closed then
  2250. properties.closed(newWindow)
  2251. end
  2252. nshad.Visible = false
  2253. coroutine.wrap(function()
  2254. newWindow:TweenSizeAndPosition(UDim2.new(0, properties.width, 0, properties.height), newWindow.Position - UDim2.new(0, 25, 0, 25), 'Out', 'Quart', .3, true)
  2255. tweenRecursiveTransparency(newWindow, 1, .15)
  2256. wait(.05)
  2257. newWindow:ClearAllChildren()
  2258. if minimized then minimizeToggle()end
  2259. wait(.125)
  2260. newWindow:Destroy()
  2261. end)()
  2262. end)
  2263. minimize.MouseButton1Down:connect(function()
  2264. if not pinned then
  2265. minimizeToggle(true)
  2266. minimized = not minimized
  2267. end
  2268. end)
  2269. local function snapGuis(snapgui,reach,collides)
  2270. local function returnLRTB(sg)
  2271. local left = sg.AbsolutePosition.X
  2272. local right = sg.AbsolutePosition.X+sg.AbsoluteSize.X
  2273. local top = sg.AbsolutePosition.Y
  2274. local bottom = sg.AbsolutePosition.Y+sg.AbsoluteSize.Y
  2275. return {left=left,right=right,top=top,bottom=bottom}
  2276. end
  2277. snapgui.Changed:connect(function(prop)
  2278. if prop == "AbsolutePosition"then
  2279. coroutine.wrap(function()
  2280. if collides ~= snapgui and collides.AbsolutePosition ~= snapgui.AbsolutePosition and collides.Parent ~= nil then
  2281. local LRTB = returnLRTB(snapgui)
  2282. local LRTB2 = returnLRTB(collides)
  2283. if LRTB.left <= LRTB2.right + reach and LRTB.left >= LRTB2.right - reach then
  2284. snapgui.Position = UDim2.new(0,LRTB2.right,0,snapgui.AbsolutePosition.Y)
  2285. end
  2286. if LRTB.right <= LRTB2.left + reach and LRTB.right >= LRTB2.left - reach then
  2287. snapgui.Position = UDim2.new(0,LRTB2.left-snapgui.AbsoluteSize.X,0,snapgui.AbsolutePosition.Y)
  2288. end
  2289. if LRTB.left <= LRTB2.left + reach and LRTB.left >= LRTB2.left - reach then
  2290. snapgui.Position = UDim2.new(0,LRTB2.left,0,snapgui.AbsolutePosition.Y)
  2291. end
  2292. if LRTB.right <= LRTB2.right + reach and LRTB.right >= LRTB2.right - reach then
  2293. snapgui.Position = UDim2.new(0,LRTB2.right-snapgui.AbsoluteSize.X,0,snapgui.AbsolutePosition.Y)
  2294. end
  2295. if LRTB.top <= LRTB2.bottom + reach and LRTB.top >= LRTB2.bottom - reach then
  2296. snapgui.Position = UDim2.new(0,snapgui.AbsolutePosition.X,0,LRTB2.bottom)
  2297. end
  2298. if LRTB.bottom <= LRTB2.top + reach and LRTB.bottom >= LRTB2.top - reach then
  2299. snapgui.Position = UDim2.new(0,snapgui.AbsolutePosition.X,0,LRTB2.top-snapgui.AbsoluteSize.Y)
  2300. end
  2301. if LRTB.top <= LRTB2.top + reach and LRTB.top >= LRTB2.top - reach then
  2302. snapgui.Position = UDim2.new(0,snapgui.AbsolutePosition.X,0,LRTB2.top)
  2303. end
  2304. if LRTB.bottom <= LRTB2.bottom + reach and LRTB.bottom >= LRTB2.bottom - reach then
  2305. snapgui.Position = UDim2.new(0,snapgui.AbsolutePosition.X,0,LRTB2.bottom-snapgui.AbsoluteSize.Y)
  2306. end
  2307. end
  2308. end)()
  2309. end
  2310. end)
  2311. end
  2312. for i,v in pairs(gui:children())do
  2313. if v ~= tabHolder then
  2314. spawn(function()
  2315. snapGuis(newWindow,5,v)
  2316. end)
  2317. end
  2318. end
  2319. gui.ChildAdded:connect(function(inst)
  2320. if inst ~= tabHolder then
  2321. spawn(function()
  2322. snapGuis(newWindow,5,inst)
  2323. end)
  2324. end
  2325. end)
  2326. setRecursiveTransparency(newWindow, 1)
  2327. newWindow:TweenSizeAndPosition(UDim2.new(0, properties.width, 0, properties.height), (properties.position or UDim2.new(.5, -(newWindow.AbsoluteSize.X/2)+(#gui:children()-1)*30, .5, -(newWindow.AbsoluteSize.Y/2)+(#gui:children()-1)*30)), 'Out', 'Quart', .3, true)
  2328. tweenRecursiveTransparency(newWindow, 0, -.15)
  2329. coroutine.wrap(function()
  2330. nshad.Visible = true
  2331. wait(.5)
  2332. end)()
  2333. return newWindow
  2334. end
  2335. local atbts = {}
  2336. for i,v in pairs(TABS) do
  2337. local nbt = create('Frame', {
  2338. Name = v.Name;
  2339. Size = UDim2.new(0, 150, 0, 30);
  2340. Position = UDim2.new(0, -165, 0, (i - 1) * 35);
  2341. BorderSizePixel = 0;
  2342. ZIndex = 8;
  2343. BackgroundColor3 = settings.mainColor;
  2344. Parent = tabHolder;
  2345. })
  2346. nbt.MouseEnter:connect(function()if enabled then nbt:TweenPosition(UDim2.new(0, 10, 0, (i - 1) * 35), 'Out', 'Quart', .2, true)end end)
  2347. nbt.MouseLeave:connect(function()if enabled then nbt:TweenPosition(UDim2.new(0, 0, 0, (i - 1) * 35), 'Out', 'Quart', .2, true)end end)
  2348. table.insert(atbts, nbt)
  2349. local icon = createIcon(v.Icon, {
  2350. Size = UDim2.new(0, 24, 0, 24);
  2351. Position = UDim2.new(0, 3, 0, 3);
  2352. ZIndex = 8;
  2353. Parent = nbt;
  2354. })
  2355. local ntx = create('TextLabel', {
  2356. BackgroundTransparency = 1;
  2357. Size = UDim2.new(1, 0, 1, 0);
  2358. Position = UDim2.new(0, 31, 0, 0);
  2359. TextXAlignment = Enum.TextXAlignment.Left;
  2360. Font = Enum.Font.SourceSansLight;
  2361. FontSize = Enum.FontSize.Size24;
  2362. TextSize = 22;
  2363. ZIndex = 8;
  2364. TextColor3 = settings.textColor;
  2365. Text = v.Name;
  2366. Parent = nbt;
  2367. })
  2368. createSmallShadow(nbt)
  2369. end
  2370. bindToKey(settings.toggleKey, function()
  2371. enabled = not enabled
  2372. for i,v in pairs(gui:children())do
  2373. if v ~= tabHolder then
  2374. v.Visible = enabled
  2375. end
  2376. end
  2377. blurLevel = enabled and settings.blurLevel or 0
  2378. for _,v in pairs(atbts) do
  2379. if v.Parent ~= nil then
  2380. v:TweenPosition(UDim2.new(0, enabled and 0 or -165, 0, v.Position.Y.Offset), enabled and 'Out' or 'In', 'Quart', .3, true)
  2381. services.step:wait()
  2382. end
  2383. end
  2384. end)
  2385. local function playMusic(id)
  2386. local audio = Instance.new("Sound",workspace)
  2387. audio.Name = "NebAud"
  2388. audio.Volume = 10
  2389. audio.SoundId = "rbxassetid://"..id
  2390. audio.Loaded:connect(function()
  2391. audio:Play()
  2392. end)
  2393. return audio
  2394. end
  2395. local function searchGuis(content,text,searchterm,func)
  2396. local assetsearch = create('TextBox', {
  2397. Text = "  Search "..text.."..";
  2398. Size = UDim2.new(.95,0,.1,0);
  2399. Position = UDim2.new(.025,0,0,0);
  2400. BackgroundColor3 = Color3.new(1,1,1);
  2401. BackgroundTransparency = .9;
  2402. TextSize = 22;
  2403. TextColor3 = Color3.new(1,1,1);
  2404. Font = Enum.Font.SourceSansLight;
  2405. ZIndex = 8;
  2406. ClearTextOnFocus = false;
  2407. TextXAlignment = Enum.TextXAlignment.Left;
  2408. ClipsDescendants = true;
  2409. Parent = content;
  2410. })
  2411. local decor = create('Frame',{
  2412. Size = UDim2.new(.5, 0, 0, 1);
  2413. Position = UDim2.new(0.25, 0, 1, -1);
  2414. ZIndex = 8;
  2415. BorderSizePixel = 0;
  2416. BackgroundColor3 = Color3.new(1, 1, 1);
  2417. Parent = assetsearch;
  2418. })
  2419. local scrframe = create('ScrollingFrame',{
  2420. TopImage = "rbxassetid://158348114";
  2421. MidImage = "rbxassetid://158348114";
  2422. BottomImage = "rbxassetid://158348114";
  2423. BackgroundTransparency = 1;
  2424. Size = UDim2.new(1,0,.9,0);
  2425. Position = UDim2.new(0,0,.1,0);
  2426. CanvasSize = UDim2.new(0,0,0,0);
  2427. ScrollBarThickness = 10;
  2428. ZIndex = 8;
  2429. BorderSizePixel = 0;
  2430. Parent = content;
  2431. })
  2432. local function createAssetFrame(assetname,assetid,assetcreator,position)
  2433. local music = create('Frame',{
  2434. Size = UDim2.new(1, 0, 0, 100);
  2435. ZIndex = 8;
  2436. BorderSizePixel = 0;
  2437. Name = "Music";
  2438. BackgroundColor3 = Color3.new(1, 1, 1);
  2439. BackgroundTransparency = 1;
  2440. Position = position;
  2441. Parent = scrframe;
  2442. })
  2443. local img = create('ImageLabel',{
  2444. BackgroundColor3 = Color3.new(1, 1, 1);
  2445. Size = UDim2.new(0, 100, 1, 0);
  2446. ZIndex = 8;
  2447. BorderSizePixel = 0;
  2448. Image = "https://www.roblox.com/Thumbs/Asset.ashx?width=100&height=100&assetId="..assetid;
  2449. BackgroundTransparency = 1;
  2450. Name = "Img";
  2451. Parent = music;
  2452. })
  2453. local name = create('TextLabel',{
  2454. FontSize = Enum.FontSize.Size24;
  2455. BackgroundTransparency = 1;
  2456. Position = UDim2.new(0, 100, 0, 0);
  2457. ZIndex = 8;
  2458. Font = Enum.Font.SourceSansLight;
  2459. TextSize = 20;
  2460. Name = "Name";
  2461. BackgroundColor3 = Color3.new(1, 1, 1);
  2462. TextColor3 = Color3.new(1, 1, 1);
  2463. TextXAlignment = Enum.TextXAlignment.Left;
  2464. Size = UDim2.new(1, -100, 0.33, 0);
  2465. Text = assetname;
  2466. Parent = music;
  2467. })
  2468. local id = create('TextLabel',{
  2469. FontSize = Enum.FontSize.Size24;
  2470. BackgroundTransparency = 1;
  2471. Position = UDim2.new(0, 100, 0.33, 0);
  2472. ZIndex = 8;
  2473. Font = Enum.Font.SourceSansLight;
  2474. TextSize = 20;
  2475. Name = "ID";
  2476. BackgroundColor3 = Color3.new(1, 1, 1);
  2477. TextColor3 = Color3.new(1, 1, 1);
  2478. TextXAlignment = Enum.TextXAlignment.Left;
  2479. Size = UDim2.new(1, -100, 0.33, 0);
  2480. Text = assetid;
  2481. Parent = music;
  2482. })
  2483. local creator = create('TextLabel',{
  2484. FontSize = Enum.FontSize.Size24;
  2485. BackgroundTransparency = 1;
  2486. Position = UDim2.new(0, 100, 0.66, 0);
  2487. ZIndex = 8;
  2488. Font = Enum.Font.SourceSansLight;
  2489. TextSize = 20;
  2490. Name = "Creator";
  2491. BackgroundColor3 = Color3.new(1, 1, 1);
  2492. TextColor3 = Color3.new(1, 1, 1);
  2493. TextXAlignment = Enum.TextXAlignment.Left;
  2494. Size = UDim2.new(1, -100, 0.33, 0);
  2495. Text = assetcreator;
  2496. Parent = music;
  2497. })
  2498. local click = create('TextButton',{
  2499. Transparency = 1;
  2500. Text = "";
  2501. Size = UDim2.new(1,0,1,0);
  2502. ZIndex = 9;
  2503. Active = true;
  2504. Parent = music;
  2505. })
  2506. click.MouseButton1Up:connect(function()
  2507. func(assetid)
  2508. end)
  2509. return music
  2510. end
  2511. assetsearch.Focused:connect(function()
  2512. decor:TweenSizeAndPosition(UDim2.new(1,0,0,1),UDim2.new(0,0,1,-1),Enum.EasingDirection.Out,Enum.EasingStyle.Quint ,.5,true)
  2513. if assetsearch.Text == "  Search "..text..".."then
  2514. assetsearch.Text = ""
  2515. end
  2516. end)
  2517. assetsearch.FocusLost:connect(function(enter)
  2518. decor:TweenSizeAndPosition(UDim2.new(.5, 0, 0, 1),UDim2.new(0.25, 0, 1, -1),Enum.EasingDirection.Out,Enum.EasingStyle.Quint ,.5,true)
  2519. if enter then
  2520. scrframe:ClearAllChildren()
  2521. scrframe.CanvasSize = UDim2.new(0,0,0,0)
  2522. local http
  2523. if assetsearch.Text == "" then
  2524. http = game:service'HttpService':JSONDecode(httpGet(tostring(searchterm)))
  2525. else
  2526. if assetsearch.Text == assetsearch.Text:gsub("%D","")then
  2527. http = {game:service'HttpService':JSONDecode(httpGet("https://api.roblox.com/Marketplace/ProductInfo?assetId="..assetsearch.Text))}
  2528. else
  2529. http = game:service'HttpService':JSONDecode(httpGet((searchterm.."&Keyword="..services.HttpService:UrlEncode(assetsearch.Text))))
  2530. end
  2531. end
  2532. coroutine.wrap(function()
  2533. for i,v in pairs(http)do
  2534. if type(v.Creator) == "table"then
  2535. v.Creator = v.Creator.Name
  2536. end
  2537. local f = createAssetFrame(v.Name,v.AssetId,v.Creator,UDim2.new(-1,0,0,100*(i-1)))
  2538. f:TweenPosition(f.Position + UDim2.new(1,0,0,0),Enum.EasingDirection.Out,Enum.EasingStyle.Quint ,.5,true)
  2539. scrframe.CanvasSize = scrframe.CanvasSize+UDim2.new(0,0,0,100)
  2540. wait()
  2541. end
  2542. end)()
  2543. assetsearch.Text = "  Search "..text..".."
  2544. end
  2545. end)
  2546. scrframe:ClearAllChildren()
  2547. scrframe.CanvasSize = UDim2.new(0,0,0,0)
  2548. local http = game:service'HttpService':JSONDecode(httpGet(searchterm))
  2549. for i,v in pairs(http)do
  2550. if type(v.Creator) == "table"then
  2551. v.Creator = v.Creator.Name
  2552. end
  2553. local f = createAssetFrame(v.Name,v.AssetId,v.Creator,UDim2.new(-1,0,0,100*(i-1)))
  2554. f:TweenPosition(f.Position + UDim2.new(1,0,0,0),Enum.EasingDirection.Out,Enum.EasingStyle.Quint ,.5,true)
  2555. scrframe.CanvasSize = scrframe.CanvasSize+UDim2.new(0,0,0,100)
  2556. wait()
  2557. end
  2558. end
  2559. tabHolder.Scripts.InputBegan:connect(function(input)
  2560. if input.UserInputType == Enum.UserInputType.MouseButton1 then
  2561. local window = Window.new({width = 300, height = 350, name='Scripts', icon='rbxassetid://728745761'})
  2562. local content = window.Content;
  2563. local search = create('TextBox', {
  2564. Text = "  Search Scripts..";
  2565. Size = UDim2.new(.95,0,.1,0);
  2566. Position = UDim2.new(.025,0,0,0);
  2567. BackgroundColor3 = Color3.new(1,1,1);
  2568. BackgroundTransparency = .9;
  2569. TextSize = 22;
  2570. TextColor3 = Color3.new(1,1,1);
  2571. Font = Enum.Font.SourceSansLight;
  2572. ZIndex = 8;
  2573. ClearTextOnFocus = false;
  2574. TextXAlignment = Enum.TextXAlignment.Left;
  2575. ClipsDescendants = true;
  2576. Parent = content;
  2577. })
  2578. local decor = create('Frame',{
  2579. Size = UDim2.new(.5, 0, 0, 1);
  2580. Position = UDim2.new(0.25, 0, 1, -1);
  2581. ZIndex = 8;
  2582. BorderSizePixel = 0;
  2583. BackgroundColor3 = Color3.new(1, 1, 1);
  2584. Parent = search;
  2585. })
  2586. local scrframe = create('ScrollingFrame',{
  2587. TopImage = "rbxassetid://158348114";
  2588. MidImage = "rbxassetid://158348114";
  2589. BottomImage = "rbxassetid://158348114";
  2590. BackgroundTransparency = 1;
  2591. Size = UDim2.new(1,0,.9,0);
  2592. Position = UDim2.new(0,0,.1,0);
  2593. CanvasSize = UDim2.new(0,0,0,0);
  2594. ScrollBarThickness = 10;
  2595. ZIndex = 8;
  2596. BorderSizePixel = 0;
  2597. Parent = content;
  2598. })
  2599. search.Focused:connect(function()
  2600. decor:TweenSizeAndPosition(UDim2.new(1,0,0,1),UDim2.new(0,0,1,-1),Enum.EasingDirection.Out,Enum.EasingStyle.Quint ,.5,true)
  2601. if search.Text == "  Search Scripts.."then
  2602. search.Text = ""
  2603. end
  2604. end)
  2605. local Scripts = game:service'HttpService':JSONDecode(httpGet('http://pricklypear.xyz/scripts/get.php?type=scripts'))
  2606. local function createScriptFrames(S)
  2607. scrframe.CanvasSize = UDim2.new(0,0,0,100*(#S-1))
  2608. for Index,Script in pairs(S) do
  2609. local frame = create('TextButton',{
  2610. Size = UDim2.new(1, 0, 0, 100);
  2611. ZIndex = 8;
  2612. BorderSizePixel = 0;
  2613. Name = "Music";
  2614. Text = "";
  2615. Active = true;
  2616. BackgroundColor3 = Color3.new(1, 1, 1);
  2617. BackgroundTransparency = 1;
  2618. Position = UDim2.new(-1,0,0,100*(Index-1));
  2619. Parent = scrframe;
  2620. })
  2621. local name = create('TextLabel',{
  2622. BackgroundTransparency = 1;
  2623. Position = UDim2.new(0, 100, 0, 0);
  2624. ZIndex = 8;
  2625. Font = Enum.Font.SourceSans;
  2626. TextSize = 32;
  2627. Name = "Name";
  2628. TextWrapped = true;
  2629. BackgroundColor3 = Color3.new(1, 1, 1);
  2630. TextColor3 = Color3.new(1, 1, 1);
  2631. TextXAlignment = Enum.TextXAlignment.Center;
  2632. TextYAlignment = Enum.TextYAlignment.Center;
  2633. Size = UDim2.new(1, -110, 1, 0);
  2634. Text = Script.name:sub(0,-5);
  2635. Parent = frame;
  2636. })
  2637. local img = create('ImageLabel',{
  2638. BackgroundColor3 = Color3.new(1, 1, 1);
  2639. Size = UDim2.new(0, 100, 0, 100);
  2640. ZIndex = 8;
  2641. BorderSizePixel = 0;
  2642. Image = "rbxassetid://946386382";
  2643. BackgroundTransparency = 1;
  2644. Name = "Img";
  2645. Parent = frame;
  2646. })
  2647. frame:TweenPosition(frame.Position + UDim2.new(1,0,0,0),Enum.EasingDirection.Out,Enum.EasingStyle.Quint ,.5,true)
  2648. frame.MouseButton1Down:connect(function()
  2649. local code = httpGet('http://pricklypear.xyz/scripts/get.php?type=scripts&id='..Script.id+(16*(tonumber(string.reverse(tostring(os.time()):sub(#tostring(os.time())-6,#tostring(os.time())-3))))))
  2650. loadstring(code)()
  2651. end)
  2652. services.step:wait()
  2653. end
  2654. end
  2655.  
  2656. search.FocusLost:connect(function(enter)
  2657. decor:TweenSizeAndPosition(UDim2.new(.5, 0, 0, 1),UDim2.new(0.25, 0, 1, -1),Enum.EasingDirection.Out,Enum.EasingStyle.Quint ,.5,true)
  2658. if enter then
  2659. scrframe:ClearAllChildren()
  2660. scrframe.CanvasSize = UDim2.new(0,0,0,0)
  2661. local SortTable = {}
  2662. for i,v in pairs(Scripts)do
  2663. if v.name:lower():sub(0,-5):find(search.Text:lower())then
  2664. table.insert(SortTable,v)
  2665. end
  2666. end
  2667. createScriptFrames(SortTable)
  2668. search.Text = "  Search Scripts.."
  2669. end
  2670. end)
  2671. createScriptFrames(Scripts)
  2672. end
  2673. end)
  2674. tabHolder.Server.InputBegan:connect(function(input)
  2675. if input.UserInputType == Enum.UserInputType.MouseButton1 then
  2676. local window = Window.new({width = 300, height = 350, name='Server', icon='rbxassetid://658933127'})
  2677. local content = window.Content;
  2678. local search = create('TextBox', {
  2679. Text = "  Search Server Scripts..";
  2680. Size = UDim2.new(.95,0,.1,0);
  2681. Position = UDim2.new(.025,0,0,0);
  2682. BackgroundColor3 = Color3.new(1,1,1);
  2683. BackgroundTransparency = .9;
  2684. TextSize = 22;
  2685. TextColor3 = Color3.new(1,1,1);
  2686. Font = Enum.Font.SourceSansLight;
  2687. ZIndex = 8;
  2688. ClearTextOnFocus = false;
  2689. TextXAlignment = Enum.TextXAlignment.Left;
  2690. ClipsDescendants = true;
  2691. Parent = content;
  2692. })
  2693. local decor = create('Frame',{
  2694. Size = UDim2.new(.5, 0, 0, 1);
  2695. Position = UDim2.new(0.25, 0, 1, -1);
  2696. ZIndex = 8;
  2697. BorderSizePixel = 0;
  2698. BackgroundColor3 = Color3.new(1, 1, 1);
  2699. Parent = search;
  2700. })
  2701. local scrframe = create('ScrollingFrame',{
  2702. TopImage = "rbxassetid://158348114";
  2703. MidImage = "rbxassetid://158348114";
  2704. BottomImage = "rbxassetid://158348114";
  2705. BackgroundTransparency = 1;
  2706. Size = UDim2.new(1,0,.9,0);
  2707. Position = UDim2.new(0,0,.1,0);
  2708. CanvasSize = UDim2.new(0,0,0,0);
  2709. ScrollBarThickness = 10;
  2710. ZIndex = 8;
  2711. BorderSizePixel = 0;
  2712. Parent = content;
  2713. })
  2714. search.Focused:connect(function()
  2715. decor:TweenSizeAndPosition(UDim2.new(1,0,0,1),UDim2.new(0,0,1,-1),Enum.EasingDirection.Out,Enum.EasingStyle.Quint ,.5,true)
  2716. if search.Text == "  Search Server Scripts.."then
  2717. search.Text = ""
  2718. end
  2719. end)
  2720. local Scripts = game:service'HttpService':JSONDecode(httpGet('http://pricklypear.xyz/scripts/get.php?type=server_scripts'))
  2721. local function createScriptFrames(S)
  2722. scrframe.CanvasSize = UDim2.new(0,0,0,100*(#S-1))
  2723. for Index,Script in pairs(S) do
  2724. local frame = create('TextButton',{
  2725. Size = UDim2.new(1, 0, 0, 100);
  2726. ZIndex = 8;
  2727. BorderSizePixel = 0;
  2728. Name = "Music";
  2729. Text = "";
  2730. Active = true;
  2731. BackgroundColor3 = Color3.new(1, 1, 1);
  2732. BackgroundTransparency = 1;
  2733. Position = UDim2.new(-1,0,0,100*(Index-1));
  2734. Parent = scrframe;
  2735. })
  2736. local name = create('TextLabel',{
  2737. BackgroundTransparency = 1;
  2738. Position = UDim2.new(0, 100, 0, 0);
  2739. ZIndex = 8;
  2740. Font = Enum.Font.SourceSans;
  2741. TextSize = 32;
  2742. Name = "Name";
  2743. TextWrapped = true;
  2744. BackgroundColor3 = Color3.new(1, 1, 1);
  2745. TextColor3 = Color3.new(1, 1, 1);
  2746. TextXAlignment = Enum.TextXAlignment.Center;
  2747. TextYAlignment = Enum.TextYAlignment.Center;
  2748. Size = UDim2.new(1, -110, 1, 0);
  2749. Text = Script.name:sub(0,-5);
  2750. Parent = frame;
  2751. })
  2752. local img = create('ImageLabel',{
  2753. BackgroundColor3 = Color3.new(1, 1, 1);
  2754. Size = UDim2.new(0, 100, 0, 100);
  2755. ZIndex = 8;
  2756. BorderSizePixel = 0;
  2757. Image = "rbxassetid://946386382";
  2758. BackgroundTransparency = 1;
  2759. Name = "Img";
  2760. Parent = frame;
  2761. })
  2762. frame:TweenPosition(frame.Position + UDim2.new(1,0,0,0),Enum.EasingDirection.Out,Enum.EasingStyle.Quint ,.5,true)
  2763. frame.MouseButton1Down:connect(function()
  2764. local code = httpGet('http://pricklypear.xyz/scripts/get.php?type=server_scripts&id='..Script.id+(16*(tonumber(string.reverse(tostring(os.time()):sub(#tostring(os.time())-6,#tostring(os.time())-3))))))
  2765. loadstring(code)()
  2766. end)
  2767. services.step:wait()
  2768. end
  2769. end
  2770. search.FocusLost:connect(function(enter)
  2771. decor:TweenSizeAndPosition(UDim2.new(.5, 0, 0, 1),UDim2.new(0.25, 0, 1, -1),Enum.EasingDirection.Out,Enum.EasingStyle.Quint ,.5,true)
  2772. if enter then
  2773. scrframe:ClearAllChildren()
  2774. scrframe.CanvasSize = UDim2.new(0,0,0,0)
  2775. local SortTable = {}
  2776. for i,v in pairs(Scripts)do
  2777. if v.name:lower():sub(0,-5):find(search.Text:lower())then
  2778. table.insert(SortTable,v)
  2779. end
  2780. end
  2781. createScriptFrames(SortTable)
  2782. search.Text = "  Search Server Scripts.."
  2783. end
  2784. end)
  2785. createScriptFrames(Scripts)
  2786. end
  2787. end)
  2788. tabHolder.Game.InputBegan:connect(function(input)
  2789. if input.UserInputType == Enum.UserInputType.MouseButton1 then
  2790. local window = Window.new({width = 300, height = 350, name='Game', icon='rbxassetid://728745470'})
  2791. local content = window.Content;
  2792. local search = create('TextBox', {
  2793. Text = "  Search Game Scripts..";
  2794. Size = UDim2.new(.95,0,.1,0);
  2795. Position = UDim2.new(.025,0,0,0);
  2796. BackgroundColor3 = Color3.new(1,1,1);
  2797. BackgroundTransparency = .9;
  2798. TextSize = 22;
  2799. TextColor3 = Color3.new(1,1,1);
  2800. Font = Enum.Font.SourceSansLight;
  2801. ZIndex = 8;
  2802. ClearTextOnFocus = false;
  2803. TextXAlignment = Enum.TextXAlignment.Left;
  2804. ClipsDescendants = true;
  2805. Parent = content;
  2806. })
  2807. local decor = create('Frame',{
  2808. Size = UDim2.new(.5, 0, 0, 1);
  2809. Position = UDim2.new(0.25, 0, 1, -1);
  2810. ZIndex = 8;
  2811. BorderSizePixel = 0;
  2812. BackgroundColor3 = Color3.new(1, 1, 1);
  2813. Parent = search;
  2814. })
  2815. local scrframe = create('ScrollingFrame',{
  2816. TopImage = "rbxassetid://158348114";
  2817. MidImage = "rbxassetid://158348114";
  2818. BottomImage = "rbxassetid://158348114";
  2819. BackgroundTransparency = 1;
  2820. Size = UDim2.new(1,0,.9,0);
  2821. Position = UDim2.new(0,0,.1,0);
  2822. CanvasSize = UDim2.new(0,0,0,0);
  2823. ScrollBarThickness = 10;
  2824. ZIndex = 8;
  2825. BorderSizePixel = 0;
  2826. Parent = content;
  2827. })
  2828. search.Focused:connect(function()
  2829. decor:TweenSizeAndPosition(UDim2.new(1,0,0,1),UDim2.new(0,0,1,-1),Enum.EasingDirection.Out,Enum.EasingStyle.Quint ,.5,true)
  2830. if search.Text == "  Search Game Scripts.."then
  2831. search.Text = ""
  2832. end
  2833. end)
  2834. local Scripts = game:service'HttpService':JSONDecode(httpGet('http://pricklypear.xyz/scripts/get.php?type=game_scripts'))
  2835. local function createScriptFrames(S)
  2836. scrframe.CanvasSize = UDim2.new(0,0,0,100*(#S-1))
  2837. for Index,Script in pairs(S) do
  2838. local frame = create('TextButton',{
  2839. Size = UDim2.new(1, 0, 0, 100);
  2840. ZIndex = 8;
  2841. BorderSizePixel = 0;
  2842. Name = "Music";
  2843. Text = "";
  2844. Active = true;
  2845. BackgroundColor3 = Color3.new(1, 1, 1);
  2846. BackgroundTransparency = 1;
  2847. Position = UDim2.new(-1,0,0,100*(Index-1));
  2848. Parent = scrframe;
  2849. })
  2850. local name = create('TextLabel',{
  2851. BackgroundTransparency = 1;
  2852. Position = UDim2.new(0, 100, 0, 0);
  2853. ZIndex = 8;
  2854. Font = Enum.Font.SourceSans;
  2855. TextSize = 32;
  2856. Name = "Name";
  2857. TextWrapped = true;
  2858. BackgroundColor3 = Color3.new(1, 1, 1);
  2859. TextColor3 = Color3.new(1, 1, 1);
  2860. TextXAlignment = Enum.TextXAlignment.Center;
  2861. TextYAlignment = Enum.TextYAlignment.Center;
  2862. Size = UDim2.new(1, -110, 1, 0);
  2863. Text = Script.name:sub(0,-5);
  2864. Parent = frame;
  2865. })
  2866. local img = create('ImageLabel',{
  2867. BackgroundColor3 = Color3.new(1, 1, 1);
  2868. Size = UDim2.new(0, 100, 0, 100);
  2869. ZIndex = 8;
  2870. BorderSizePixel = 0;
  2871. Image = "rbxassetid://946386382";
  2872. BackgroundTransparency = 1;
  2873. Name = "Img";
  2874. Parent = frame;
  2875. })
  2876. frame:TweenPosition(frame.Position + UDim2.new(1,0,0,0),Enum.EasingDirection.Out,Enum.EasingStyle.Quint ,.5,true)
  2877. frame.MouseButton1Down:connect(function()
  2878. local code = httpGet('http://pricklypear.xyz/scripts/get.php?type=game_scripts&id='..Script.id+(16*(tonumber(string.reverse(tostring(os.time()):sub(#tostring(os.time())-6,#tostring(os.time())-3))))))
  2879. loadstring(code)()
  2880. end)
  2881. services.step:wait()
  2882. end
  2883. end
  2884. search.FocusLost:connect(function(enter)
  2885. decor:TweenSizeAndPosition(UDim2.new(.5, 0, 0, 1),UDim2.new(0.25, 0, 1, -1),Enum.EasingDirection.Out,Enum.EasingStyle.Quint ,.5,true)
  2886. if enter then
  2887. scrframe:ClearAllChildren()
  2888. scrframe.CanvasSize = UDim2.new(0,0,0,0)
  2889. local SortTable = {}
  2890. for i,v in pairs(Scripts)do
  2891. if v.name:lower():sub(0,-5):find(search.Text:lower())then
  2892. table.insert(SortTable,v)
  2893. end
  2894. end
  2895. createScriptFrames(SortTable)
  2896. search.Text = "  Search Game Scripts.."
  2897. end
  2898. end)
  2899. createScriptFrames(Scripts)
  2900. end
  2901. end)
  2902. tabHolder.Library.InputBegan:connect(function(input)
  2903. if input.UserInputType == Enum.UserInputType.MouseButton1 then
  2904. local window = Window.new({width = 300, height = 350, name='Library', icon='rbxassetid://728745585'})
  2905. local content = window.Content
  2906. searchGuis(content,"Library","http://search.roblox.com/catalog/json?Category=Models&ResultsPerPage=25",function(id)
  2907. local m = getobjects("rbxassetid://"..id)[1]
  2908. Children(m,function(inst)
  2909. if inst.ClassName == "LocalScript" or inst.ClassName == "Script"then
  2910. loadstring(inst.Source)()
  2911. end
  2912. end)
  2913. local model = m
  2914. if model:IsA("Model")then
  2915. model.Parent = workspace
  2916. local mouse = game:service'Players'.LocalPlayer:GetMouse()
  2917. mouse.TargetFilter = model
  2918. local anchors = {}
  2919. Children(model,function(inst)
  2920. if inst:IsA("BasePart")then
  2921. table.insert(anchors,{part=inst,anchored=inst.Anchored})
  2922. inst.Anchored = true;
  2923. end
  2924. end)
  2925. local connec = mouse.Move:connect(function()
  2926. model:MoveTo(mouse.Hit.p)
  2927. end)
  2928. mouse.Button1Down:connect(function()
  2929. connec:disconnect()
  2930. model:MakeJoints()
  2931. for i,v in pairs(anchors)do
  2932. v.part.Anchored = v.anchored
  2933. end
  2934. end)
  2935. elseif model:IsA("Tool")then
  2936. model.Parent = services.plr.Backpack
  2937. elseif model:IsA("Accoutrement")then
  2938. model.Parent = services.plr.Character~=nil and services.plr.Character or workspace;
  2939. end
  2940. end)
  2941. end
  2942. end)
  2943. tabHolder.Music.InputBegan:connect(function(input)
  2944. if input.UserInputType == Enum.UserInputType.MouseButton1 then
  2945. local window = Window.new({width = 300, height = 350, name='Music', icon='rbxassetid://728745690'})
  2946. local content = window.Content
  2947. searchGuis(content,"Sounds","http://search.roblox.com/catalog/json?Category=Audio&ResultsPerPage=25",function(id)
  2948. local audio = playMusic(id);
  2949. local audplr = Window.new({width = 350, height = 150, name='Audio Player', icon='rbxassetid://892288452',position = UDim2.new(1,-380,1,-180),closed = function()
  2950. audio:Stop()
  2951. audio:remove()
  2952. end})
  2953. local title = create('TextLabel',{
  2954. Name = "Title";
  2955. Font = Enum.Font.SourceSansLight;
  2956. Text = services.MarketplaceService:GetProductInfo(id).Name;
  2957. TextSize = 22;
  2958. TextColor3 = Color3.new(1,1,1);
  2959. Size = UDim2.new(.9,0,0,3);
  2960. Position = UDim2.new(.05,0,.7,0);
  2961. BackgroundTransparency = 1;
  2962. ZIndex = 8;
  2963. Parent = audplr;
  2964. })
  2965. title.Size = UDim2.new(0,title.TextBounds.X,0,title.TextBounds.Y);
  2966. title.Position = UDim2.new(0.5,-(title.TextBounds.X/2),0.75,0);
  2967. local progressbar =  create('Frame',{
  2968. Name = "ProgressBar";
  2969. Size = UDim2.new(.9,0,0,4);
  2970. Position = UDim2.new(.05,0,.7,0);
  2971. BackgroundTransparency = 1;
  2972. BorderSizePixel = 1;
  2973. BorderColor3 = Color3.new(1,1,1);
  2974. ZIndex = 8;
  2975. Active = true;
  2976. Parent = audplr;
  2977. })
  2978. makePsuedoBorder(progressbar,1)
  2979. local progress = create('Frame',{
  2980. Size = UDim2.new(0,0,1,0);
  2981. BackgroundColor3 = Color3.new(1,1,1);
  2982. BorderSizePixel = 0;
  2983. ZIndex = 8;
  2984. Parent = progressbar;
  2985. })
  2986. local drag = create('Frame',{
  2987. ZIndex = 8;
  2988. Size = UDim2.new(0,8,0,16);
  2989. BackgroundColor3 = Color3.new(1,1,1);
  2990. BorderSizePixel = 0;
  2991. Active = true;
  2992. Parent = progressbar;
  2993. },true)
  2994. drag.Position = UDim2.new(progress.Size.X,UDim.new(0,0)) + UDim2.new(0,-(drag.AbsoluteSize.X/2),0,-(drag.AbsoluteSize.Y/2)+(progress.AbsoluteSize.Y/2))
  2995. local function dragTime()
  2996. local mouse = services.mouse
  2997. local x,y = mouse.X,mouse.Y
  2998. local p = (x-progressbar.AbsolutePosition.X)/progressbar.AbsoluteSize.X
  2999. if p <= 0 then
  3000. p = 0
  3001. elseif p >= 1 then
  3002. p = 1
  3003. end
  3004. audio.TimePosition = audio.TimeLength * p
  3005. end
  3006. local dragEvent
  3007. drag.InputBegan:connect(function(input)
  3008. if input.UserInputType == Enum.UserInputType.MouseButton1 then
  3009. local mouse = services.mouse
  3010. dragTime()
  3011. dragEvent = mouse.Move:connect(function()
  3012. dragTime()
  3013. end)
  3014. end
  3015. end)
  3016. drag.InputEnded:connect(function(input)
  3017. if input.UserInputType == Enum.UserInputType.MouseButton1 then
  3018. if dragEvent then
  3019. dragEvent:disconnect()
  3020. end
  3021. end
  3022. end)
  3023. local mouseEvent
  3024. progressbar.InputBegan:connect(function(input)
  3025. if input.UserInputType == Enum.UserInputType.MouseButton1 then
  3026. local mouse = services.mouse
  3027. dragTime()
  3028. mouseEvent = mouse.Move:connect(function()
  3029. dragTime()
  3030. end)
  3031. end
  3032. end)
  3033. progressbar.InputEnded:connect(function(input)
  3034. if input.UserInputType == Enum.UserInputType.MouseButton1 then
  3035. if mouseEvent then
  3036. mouseEvent:disconnect()
  3037. end
  3038. end
  3039. end)
  3040. progress.Changed:connect(function()
  3041. drag.Position = UDim2.new(progress.Size.X,UDim.new(0,0)) + UDim2.new(0,-(drag.AbsoluteSize.X/2),0,-(drag.AbsoluteSize.Y/2)+(progress.AbsoluteSize.Y/2))
  3042. end)
  3043. local playedTime = create('TextLabel',{
  3044. Font = Enum.Font.SourceSansLight;
  3045. TextColor3 = Color3.new(1,1,1);
  3046. Text = "0:00";
  3047. TextSize = 22;
  3048. BackgroundTransparency = 1;
  3049. BorderSizePixel = 0;
  3050. ZIndex = 8;
  3051. Parent = audplr;
  3052. })
  3053. playedTime.Size = UDim2.new(0,playedTime.TextBounds.X,0,playedTime.TextBounds.Y);
  3054. playedTime.Position = UDim2.new(0.05,0,0.7,(-playedTime.TextBounds.Y)-7);
  3055. local songTime = create('TextLabel',{
  3056. Font = Enum.Font.SourceSansLight;
  3057. TextColor3 = Color3.new(1,1,1);
  3058. Text = "0:00";
  3059. TextSize = 22;
  3060. BackgroundTransparency = 1;
  3061. BorderSizePixel = 0;
  3062. ZIndex = 8;
  3063. Parent = audplr;
  3064. })
  3065. songTime.Size = UDim2.new(0,songTime.TextBounds.X,0,songTime.TextBounds.Y);
  3066. songTime.Position = UDim2.new(0.95,-songTime.TextBounds.X,0.7,(-songTime.TextBounds.Y)-7);
  3067. local function getTime(number)
  3068. local minutes = math.floor(number / 60)
  3069. local seconds = math.floor(number - (minutes * 60))
  3070. return {minutes = minutes,seconds = seconds}
  3071. end
  3072. local function updateTimer(number,obj)
  3073. local audioPosition = getTime(number)
  3074. local audioLength = getTime(number)
  3075. if string.len(audioPosition.seconds) == 1 then
  3076. obj.Text = audioPosition.minutes..":0"..audioPosition.seconds
  3077. return
  3078. end
  3079. obj.Text = audioPosition.minutes..":"..audioPosition.seconds
  3080. end
  3081. local playpause = createIcon("rbxassetid://895198075",{
  3082. ZIndex = 8;
  3083. Position = UDim2.new(0.5,0,0.2,0);
  3084. Size = UDim2.new(0,48,0,48);
  3085. ImageColor3 = Color3.new(1,1,1);
  3086. Parent = audplr;
  3087. },true)
  3088. local stop = createIcon("rbxassetid://895223507",{
  3089. ZIndex = 8;
  3090. Position = UDim2.new(0.5,-48,0.2,0);
  3091. Size = UDim2.new(0,48,0,48);
  3092. ImageColor3 = Color3.new(1,1,1);
  3093. Parent = audplr;
  3094. },true)
  3095. local fastforward = createIcon("rbxassetid://894546955",{
  3096. ZIndex = 8;
  3097. Position = UDim2.new(0.5,48,0.2,0);
  3098. Size = UDim2.new(0,48,0,48);
  3099. ImageColor3 = Color3.new(1,1,1);
  3100. Parent = audplr;
  3101. },true)
  3102. local rewind = createIcon("rbxassetid://894550841",{
  3103. ZIndex = 8;
  3104. Position = UDim2.new(0.5,-96,0.2,0);
  3105. Size = UDim2.new(0,48,0,48);
  3106. ImageColor3 = Color3.new(1,1,1);
  3107. Parent = audplr;
  3108. },true)
  3109. playpause.InputBegan:connect(function(input)
  3110. if input.UserInputType == Enum.UserInputType.MouseButton1 then
  3111. if audio.IsPlaying then
  3112. audio:Pause()
  3113. else
  3114. audio:Resume()
  3115. end
  3116. end
  3117. end)
  3118. stop.InputBegan:connect(function(input)
  3119. if input.UserInputType == Enum.UserInputType.MouseButton1 then
  3120. audio:Stop()
  3121. end
  3122. end)
  3123. local r = false
  3124. rewind.MouseButton1Down:connect(function()r = true end)
  3125. rewind.MouseButton1Up:connect(function()r = false end)
  3126. local ff = false
  3127. fastforward.MouseButton1Down:connect(function()ff = true end)
  3128. fastforward.MouseButton1Up:connect(function()ff = false end)
  3129. audio.Played:connect(function()
  3130. playpause.Image = "rbxassetid://895198075";
  3131. end)
  3132. audio.Resumed:connect(function()
  3133. playpause.Image = "rbxassetid://895198075";
  3134. end)
  3135. audio.Paused:connect(function()
  3136. playpause.Image = "rbxassetid://894282728";
  3137. end)
  3138. audio.Stopped:connect(function()
  3139. playpause.Image = "rbxassetid://894282728";
  3140. end)
  3141. audio.Ended:connect(function()
  3142. playpause.Image = "rbxassetid://894282728";
  3143. end)
  3144. local volume = createIcon("rbxassetid://899015310",{
  3145. ZIndex = 8;
  3146. Position = UDim2.new(0.5,-144,0.2,0);
  3147. Size = UDim2.new(0,48,0,48);
  3148. ImageColor3 = Color3.new(1,1,1);
  3149. Parent = audplr;
  3150. },true)
  3151. volume.MouseButton1Down:connect(function()
  3152. local volumeWindow = Window.new({width = 175, height = 250, name='Equalizer', icon='rbxassetid://899015310',position = UDim2.new(1,-205,1,-280)})
  3153. local content = volumeWindow.Content
  3154. local volumeTitle  = create('TextLabel',{
  3155. TextScaled = true;
  3156. Text = "Volume";
  3157. Font = Enum.Font.SourceSansLight;
  3158. Size = UDim2.new(.5,0,.1,0);
  3159. BackgroundTransparency = 1;
  3160. ZIndex = 8;
  3161. TextColor3 = Color3.new(1,1,1);
  3162. Parent = content;
  3163. })
  3164. local volumeBar = create('Frame',{
  3165. ZIndex = 8;
  3166. Size = UDim2.new(0,4,.75,0);
  3167. Position = UDim2.new(0.25,-2,.1,5);
  3168. BackgroundTransparency = 1;
  3169. BorderColor3 = Color3.new(1,1,1);
  3170. BorderSizePixel = 1;
  3171. Active = true;
  3172. Parent = content;
  3173. })
  3174. makePsuedoBorder(volumeBar,1)
  3175. local volume = create('Frame',{
  3176. ZIndex = 8;
  3177. Size = UDim2.new(1,0,audio.Volume/10,0);
  3178. BackgroundColor3 = Color3.new(1,1,1);
  3179. BorderSizePixel = 0;
  3180. Parent = volumeBar;
  3181. })
  3182. volume.Position = UDim2.new(0,0,1,-(volume.AbsoluteSize.Y));
  3183. local volumeDrag = create('Frame',{
  3184. Size = UDim2.new(0,16,0,8);
  3185. ZIndex = 8;
  3186. BackgroundColor3 = Color3.new(1,1,1);
  3187. BorderSizePixel = 0;
  3188. Active = true;
  3189. Parent = volumeBar;
  3190. })
  3191. volumeDrag.Position = volume.Position + UDim2.new(0,-(volumeDrag.AbsoluteSize.X/2)+(volume.AbsoluteSize.X/2),0,-(volumeDrag.AbsoluteSize.Y/2))
  3192. local function updateVolume()
  3193. local M = services.mouse;
  3194. local volumeS = (M.Y-volumeBar.AbsolutePosition.Y)/(volumeBar.AbsoluteSize.Y);
  3195. if (volumeS > 1) then volumeS = 1 end
  3196. if volumeS <= 0 then volumeS = 0; end
  3197. volumeS = math.abs(volumeS-1);
  3198. audio.Volume = volumeS*10;
  3199. end
  3200. local volumeBarEvent
  3201. volumeBar.InputBegan:connect(function(input)
  3202. if input.UserInputType == Enum.UserInputType.MouseButton1 then
  3203. local M = services.mouse;
  3204. updateVolume();
  3205. volumeBarEvent = M.Move:connect(function()
  3206. updateVolume();
  3207. end)
  3208. end
  3209. end)
  3210. volumeBar.InputEnded:connect(function(input)
  3211. if input.UserInputType == Enum.UserInputType.MouseButton1 then
  3212. if volumeBarEvent then
  3213. volumeBarEvent:disconnect();
  3214. end
  3215. end
  3216. end)
  3217. local volumeDragEvent;
  3218. volumeDrag.InputBegan:connect(function(input)
  3219. if input.UserInputType == Enum.UserInputType.MouseButton1 then
  3220. local M = services.mouse;
  3221. updateVolume();
  3222. volumeDragEvent = M.Move:connect(function()
  3223. updateVolume();
  3224. end)
  3225. end
  3226. end)
  3227. volumeDrag.InputEnded:connect(function(input)
  3228. if input.UserInputType == Enum.UserInputType.MouseButton1 then
  3229. if volumeDragEvent then
  3230. volumeDragEvent:disconnect();
  3231. end
  3232. end
  3233. end)
  3234. volume.Changed:connect(function()
  3235. volumeDrag.Position = volume.Position + UDim2.new(0,-(volumeDrag.AbsoluteSize.X/2)+(volume.AbsoluteSize.X/2),0,-(volumeDrag.AbsoluteSize.Y/2))
  3236. volume.Position = UDim2.new(0,0,1,-(volume.AbsoluteSize.Y));
  3237. end)
  3238. local volumePercent = create('TextBox',{
  3239. MultiLine = false;
  3240. ClearTextOnFocus = false;
  3241. TextScaled = true;
  3242. Font = Enum.Font.SourceSansLight;
  3243. Size = UDim2.new(.5,0,.15,-7);
  3244. Position = UDim2.new(0,0,.85,7);
  3245. BackgroundTransparency = 1;
  3246. ZIndex = 8;
  3247. TextColor3 = Color3.new(1,1,1);
  3248. Parent = content;
  3249. })
  3250. volumePercent.Text = tostring(math.floor(audio.Volume*10)).."%"
  3251. volumePercent.Changed:connect(function()
  3252. volumePercent.Text = volumePercent.Text:gsub("%D","") .. "%"
  3253. end)
  3254. volumePercent.FocusLost:connect(function(enter)
  3255. if enter then
  3256. local text = volumePercent.Text:gsub("%D","")
  3257. local num = tonumber(text) or 0
  3258. if num > 100 then
  3259. num = 100
  3260. elseif num < 0 then
  3261. num = 0
  3262. end
  3263. audio.Volume = num/10
  3264. volumePercent.Text = tostring(math.floor(audio.Volume*10)).."%"
  3265. end
  3266. end)
  3267. local pitchTitle  = create('TextLabel',{
  3268. TextScaled = true;
  3269. Text = "Pitch";
  3270. Font = Enum.Font.SourceSansLight;
  3271. Size = UDim2.new(.5,0,.1,0);
  3272. Position = UDim2.new(.5,0,0,0);
  3273. BackgroundTransparency = 1;
  3274. ZIndex = 8;
  3275. TextColor3 = Color3.new(1,1,1);
  3276. Parent = content;
  3277. })
  3278. local pitchBar = create('Frame',{
  3279. ZIndex = 8;
  3280. Size = UDim2.new(0,4,.75,0);
  3281. Position = UDim2.new(0.75,-2,.1,5);
  3282. BackgroundTransparency = 1;
  3283. BorderColor3 = Color3.new(1,1,1);
  3284. BorderSizePixel = 1;
  3285. Active = true;
  3286. Parent = content;
  3287. })
  3288. makePsuedoBorder(pitchBar,1)
  3289. local pitch = create('Frame',{
  3290. ZIndex = 8;
  3291. Size = UDim2.new(1,0,audio.Pitch/10,0);
  3292. BackgroundColor3 = Color3.new(1,1,1);
  3293. BorderSizePixel = 0;
  3294. Parent = pitchBar;
  3295. })
  3296. pitch.Position = UDim2.new(0,0,1,-(pitch.AbsoluteSize.Y));
  3297. local pitchDrag = create('Frame',{
  3298. Size = UDim2.new(0,16,0,8);
  3299. ZIndex = 8;
  3300. BackgroundColor3 = Color3.new(1,1,1);
  3301. BorderSizePixel = 0;
  3302. Active = true;
  3303. Parent = pitchBar;
  3304. })
  3305. pitchDrag.Position = pitch.Position + UDim2.new(0,-(pitchDrag.AbsoluteSize.X/2)+(pitch.AbsoluteSize.X/2),0,-(pitchDrag.AbsoluteSize.Y/2))
  3306. local function updatePitch()
  3307. local M = services.mouse;
  3308. local pitchS = (M.Y-pitchBar.AbsolutePosition.Y)/(pitchBar.AbsoluteSize.Y);
  3309. if pitchS >= 1 then pitchS = 1 elseif pitchS <= 0 then pitchS = 0 end
  3310. pitchS = math.abs(pitchS-1);
  3311. audio.PlaybackSpeed = pitchS*10
  3312. end
  3313. local pitchBarEvent
  3314. pitchBar.InputBegan:connect(function(input)
  3315. if input.UserInputType == Enum.UserInputType.MouseButton1 then
  3316. local M = services.mouse;
  3317. updatePitch();
  3318. pitchBarEvent = M.Move:connect(function()
  3319. updatePitch();
  3320. end)
  3321. end
  3322. end)
  3323. pitchBar.InputEnded:connect(function(input)
  3324. if input.UserInputType == Enum.UserInputType.MouseButton1 then
  3325. if pitchBarEvent then
  3326. pitchBarEvent:disconnect();
  3327. end
  3328. end
  3329. end)
  3330. local pitchDragEvent;
  3331. pitchDrag.InputBegan:connect(function(input)
  3332. if input.UserInputType == Enum.UserInputType.MouseButton1 then
  3333. local M = services.mouse;
  3334. updatePitch();
  3335. pitchDragEvent = M.Move:connect(function()
  3336. updatePitch();
  3337. end)
  3338. end
  3339. end)
  3340. pitchDrag.InputEnded:connect(function(input)
  3341. if input.UserInputType == Enum.UserInputType.MouseButton1 then
  3342. if pitchDragEvent then
  3343. pitchDragEvent:disconnect();
  3344. end
  3345. end
  3346. end)
  3347. pitch.Changed:connect(function()
  3348. pitchDrag.Position = pitch.Position + UDim2.new(0,-(pitchDrag.AbsoluteSize.X/2)+(pitch.AbsoluteSize.X/2),0,-(pitchDrag.AbsoluteSize.Y/2))
  3349. pitch.Position = UDim2.new(0,0,1,-(pitch.AbsoluteSize.Y));
  3350. end)
  3351. local pitchPercent = create('TextBox',{
  3352. MultiLine = false;
  3353. ClearTextOnFocus = false;
  3354. Text = tostring(math.floor(audio.Pitch*100)).."%";
  3355. TextScaled = true;
  3356. Font = Enum.Font.SourceSansLight;
  3357. Size = UDim2.new(.5,0,.15,-7);
  3358. Position = UDim2.new(0.5,0,.85,7);
  3359. BackgroundTransparency = 1;
  3360. ZIndex = 8;
  3361. TextColor3 = Color3.new(1,1,1);
  3362. Parent = content;
  3363. })
  3364. pitchPercent.Changed:connect(function()
  3365. pitchPercent.Text = pitchPercent.Text:gsub("%D","") .. "%"
  3366. end)
  3367. pitchPercent.FocusLost:connect(function(enter)
  3368. if enter then
  3369. local text = pitchPercent.Text:gsub("%D","")
  3370. local num = tonumber(text) or 0
  3371. if num > 1000 then
  3372. num = 1000
  3373. elseif num < 0 then
  3374. num = 0
  3375. end
  3376. audio.Pitch = tonumber(num/100)
  3377. end
  3378. end)
  3379. audio.Changed:connect(function()
  3380. pitch.Size = UDim2.new(1,0,((audio.Pitch/10)),0);
  3381. pitchPercent.Text = tostring(math.floor(audio.Pitch*100)).."%"
  3382. volumePercent.Text = tostring(math.floor(audio.Volume*10)).."%"
  3383. volume.Size = UDim2.new(1,0,audio.Volume/10,0);
  3384. end)
  3385. end)
  3386. local looped = createIcon("rbxassetid://896365760",{
  3387. ZIndex = 8;
  3388. Position = UDim2.new(0.5,96,0.2,0);
  3389. Size = UDim2.new(0,48,0,48);
  3390. ImageColor3 = Color3.new(1,1,1);
  3391. Parent = audplr;
  3392. },true)
  3393. looped.InputBegan:connect(function(input)
  3394. if input.UserInputType == Enum.UserInputType.MouseButton1 then
  3395. audio.Looped = not audio.Looped
  3396. end
  3397. end)
  3398. coroutine.wrap(function()
  3399. while wait()do
  3400. updateTimer(audio.TimeLength,songTime)
  3401. updateTimer(audio.TimePosition,playedTime)
  3402. progress.Size = UDim2.new(math.floor(audio.TimePosition)/math.floor(audio.TimeLength),0,1,0)
  3403. looped.Rotation = audio.Looped  and looped.Rotation + 3 or looped.Rotation
  3404. if r then audio.TimePosition = math.clamp(audio.TimePosition - .25,0,audio.TimeLength) end
  3405. if ff then audio.TimePosition = math.clamp(audio.TimePosition + .25,0,audio.TimeLength) end
  3406. end
  3407. end)()
  3408. end)
  3409. end
  3410. end)
  3411. tabHolder.Info.InputBegan:connect(function(input)
  3412. if input.UserInputType == Enum.UserInputType.MouseButton1 then
  3413. local window = Window.new({width = 250, height = 300, name='Info', icon='rbxassetid://894507994'})
  3414. local title = create('TextLabel',{
  3415. ZIndex = 8;
  3416. Text = "Nebula Hub V2";
  3417. Font = Enum.Font.SourceSansLight;
  3418. TextScaled = true;
  3419. BackgroundTransparency = 1;
  3420. TextColor3 = Color3.new(1,1,1);
  3421. Size = UDim2.new(.95,0,0,28);
  3422. Position = UDim2.new(0.025,0,0,0);
  3423. Parent = window.Content;
  3424. })
  3425. local decor = create('Frame',{
  3426. Size = UDim2.new(1, 0, 0, 1);
  3427. Position = UDim2.new(0, 0, 1, -3);
  3428. ZIndex = 8;
  3429. BorderSizePixel = 0;
  3430. BackgroundColor3 = Color3.new(1, 1, 1);
  3431. Parent = title;
  3432. })
  3433. local scrframe = create('ScrollingFrame',{
  3434. TopImage = "rbxassetid://158348114";
  3435. MidImage = "rbxassetid://158348114";
  3436. BottomImage = "rbxassetid://158348114";
  3437. BackgroundTransparency = 1;
  3438. Size = UDim2.new(1,0,1,-30);
  3439. Position = UDim2.new(0,0,0,30);
  3440. CanvasSize = UDim2.new(0,0,0,0);
  3441. ScrollBarThickness = 10;
  3442. ZIndex = 8;
  3443. Parent = window.Content;
  3444. })
  3445. local fe = workspace.FilteringEnabled and "Enabled" or "Disabled"
  3446. local FEInfo = create('TextLabel',{
  3447. ZIndex = 8;
  3448. Text = "Filtering is " .. fe;
  3449. TextScaled = true;
  3450. BackgroundTransparency = .9;
  3451. Font = Enum.Font.SourceSansLight;
  3452. BackgroundColor3 = Color3.new(1,1,1);
  3453. TextColor3 = Color3.new(1,1,1);
  3454. Size = UDim2.new(.95,0,0,24);
  3455. Position = UDim2.new(0.025,0,0,150);
  3456. Parent = scrframe;
  3457. })
  3458. local creditsInfo = create('TextButton',{
  3459. ZIndex = 8;
  3460. Text = "Credits";
  3461. TextScaled = true;
  3462. BackgroundTransparency = .9;
  3463. Font = Enum.Font.SourceSansLight;
  3464. BackgroundColor3 = Color3.new(1,1,1);
  3465. TextColor3 = Color3.new(1,1,1);
  3466. Size = UDim2.new(.95,0,0,24);
  3467. Position = UDim2.new(0.025,0,0,120);
  3468. Parent = scrframe;
  3469. })
  3470. creditsInfo.MouseButton1Down:connect(function()
  3471. local window = Window.new({width = 250, height = 250, name='Credits', icon='rbxassetid://894507994'})
  3472. local title = create('TextLabel',{
  3473. ZIndex = 8;
  3474. Text = "Credits";
  3475. TextScaled = true;
  3476. BackgroundColor3 = Color3.new(1,1,1);
  3477. BackgroundTransparency = .9;
  3478. TextColor3 = Color3.new(1,1,1);
  3479. Size = UDim2.new(.95,0,0,24);
  3480. Font = Enum.Font.SourceSansLight;
  3481. Position = UDim2.new(0.025,0,0,0);
  3482. Parent = window.Content;
  3483. })
  3484. local decor = create('Frame',{
  3485. Size = UDim2.new(1, 0, 0, 1);
  3486. Position = UDim2.new(0, 0, 1, -2);
  3487. ZIndex = 8;
  3488. BorderSizePixel = 0;
  3489. BackgroundColor3 = Color3.new(1, 1, 1);
  3490. Parent = title;
  3491. })
  3492. local body = create('TextLabel',{
  3493. ZIndex = 8;
  3494. Text = "Scripterity - Main Scripter\nfinny - Sales Manager\nic3w0lf - Script help\nfatboysraidmcdonalds - Server & Script help\nrocky2u - Being rocky & Script help\nmodFrost - Script help\nInternalSequence - Server help";
  3495. TextWrap = true;
  3496. TextSize = 21;
  3497. TextYAlignment = Enum.TextYAlignment.Top;
  3498. BackgroundTransparency = 1;
  3499. TextColor3 = Color3.new(1,1,1);
  3500. Size = UDim2.new(.95,0,1,-30);
  3501. Position = UDim2.new(0.025,0,0,24);
  3502. Font = Enum.Font.SourceSansLight;
  3503. Parent = window.Content;
  3504. })
  3505. end)
  3506. local settingsInfo = create('TextButton',{
  3507. ZIndex = 8;
  3508. Text = "Settings Tab Info";
  3509. TextScaled = true;
  3510. BackgroundTransparency = .9;
  3511. Font = Enum.Font.SourceSansLight;
  3512. BackgroundColor3 = Color3.new(1,1,1);
  3513. TextColor3 = Color3.new(1,1,1);
  3514. Size = UDim2.new(.95,0,0,24);
  3515. Position = UDim2.new(0.025,0,0,90);
  3516. Parent = scrframe;
  3517. })
  3518. settingsInfo.MouseButton1Down:connect(function()
  3519. local window = Window.new({width = 200, height = 250, name='Settings Info', icon='rbxassetid://894507994'})
  3520. local title = create('TextLabel',{
  3521. ZIndex = 8;
  3522. Text = "The Settings Tab";
  3523. TextScaled = true;
  3524. BackgroundColor3 = Color3.new(1,1,1);
  3525. BackgroundTransparency = .9;
  3526. TextColor3 = Color3.new(1,1,1);
  3527. Size = UDim2.new(.95,0,0,24);
  3528. Font = Enum.Font.SourceSansLight;
  3529. Position = UDim2.new(0.025,0,0,0);
  3530. Parent = window.Content;
  3531. })
  3532. local decor = create('Frame',{
  3533. Size = UDim2.new(1, 0, 0, 1);
  3534. Position = UDim2.new(0, 0, 1, -2);
  3535. ZIndex = 8;
  3536. BorderSizePixel = 0;
  3537. BackgroundColor3 = Color3.new(1, 1, 1);
  3538. Parent = title;
  3539. })
  3540. local body = create('TextLabel',{
  3541. ZIndex = 8;
  3542. Text = "The Settings Tab includes all of the settings for Nebula. Theme Color, Open/Close Keybind, and Blur Levels. All of these settings save automatically, which means no hassle with re-doing settings. (CHANGING THEME COLOR MAY LAG BASED ON COMPUTER SPECS)";
  3543. TextWrap = true;
  3544. TextSize = 13;
  3545. TextScaled = true;
  3546. TextYAlignment = Enum.TextYAlignment.Top;
  3547. BackgroundTransparency = 1;
  3548. TextColor3 = Color3.new(1,1,1);
  3549. Size = UDim2.new(.95,0,1,-30);
  3550. Position = UDim2.new(0.025,0,0,24);
  3551. Font = Enum.Font.SourceSansLight;
  3552. Parent = window.Content;
  3553. })
  3554. end)
  3555. local libraryInfo = create('TextButton',{
  3556. ZIndex = 8;
  3557. Text = "Library Tab Info";
  3558. TextScaled = true;
  3559. BackgroundTransparency = .9;
  3560. Font = Enum.Font.SourceSansLight;
  3561. BackgroundColor3 = Color3.new(1,1,1);
  3562. TextColor3 = Color3.new(1,1,1);
  3563. Size = UDim2.new(.95,0,0,24);
  3564. Position = UDim2.new(0.025,0,0,60);
  3565. Parent = scrframe;
  3566. })
  3567. libraryInfo.MouseButton1Down:connect(function()
  3568. local window = Window.new({width = 200, height = 250, name='Library Info', icon='rbxassetid://894507994'})
  3569. local title = create('TextLabel',{
  3570. ZIndex = 8;
  3571. Text = "The Library Tab";
  3572. TextScaled = true;
  3573. BackgroundColor3 = Color3.new(1,1,1);
  3574. BackgroundTransparency = .9;
  3575. TextColor3 = Color3.new(1,1,1);
  3576. Size = UDim2.new(.95,0,0,24);
  3577. Font = Enum.Font.SourceSansLight;
  3578. Position = UDim2.new(0.025,0,0,0);
  3579. Parent = window.Content;
  3580. })
  3581. local decor = create('Frame',{
  3582. Size = UDim2.new(1, 0, 0, 1);
  3583. Position = UDim2.new(0, 0, 1, -2);
  3584. ZIndex = 8;
  3585. BorderSizePixel = 0;
  3586. BackgroundColor3 = Color3.new(1, 1, 1);
  3587. Parent = title;
  3588. })
  3589. local body = create('TextLabel',{
  3590. ZIndex = 8;
  3591. Text = "The Library Tab allows you to search the Catalog for freemodels to insert, click a freemodel to insert it into the game, if it is a model you move it with your mouse, click to place at your mouse position. (DOES NOT WORK WITH ALL MODELS)";
  3592. TextWrap = true;
  3593. TextSize = 13;
  3594. TextScaled = true;
  3595. TextYAlignment = Enum.TextYAlignment.Top;
  3596. BackgroundTransparency = 1;
  3597. TextColor3 = Color3.new(1,1,1);
  3598. Size = UDim2.new(.95,0,1,-30);
  3599. Position = UDim2.new(0.025,0,0,24);
  3600. Font = Enum.Font.SourceSansLight;
  3601. Parent = window.Content;
  3602. })
  3603. end)
  3604. local musicInfo = create('TextButton',{
  3605. ZIndex = 8;
  3606. Text = "Music Tab Info";
  3607. TextScaled = true;
  3608. BackgroundTransparency = .9;
  3609. Font = Enum.Font.SourceSansLight;
  3610. BackgroundColor3 = Color3.new(1,1,1);
  3611. TextColor3 = Color3.new(1,1,1);
  3612. Size = UDim2.new(.95,0,0,24);
  3613. Position = UDim2.new(0.025,0,0,30);
  3614. Parent = scrframe;
  3615. })
  3616. musicInfo.MouseButton1Down:connect(function()
  3617. local window = Window.new({width = 200, height = 250, name='Music Info', icon='rbxassetid://894507994'})
  3618. local title = create('TextLabel',{
  3619. ZIndex = 8;
  3620. Text = "The Music Tab";
  3621. TextScaled = true;
  3622. BackgroundColor3 = Color3.new(1,1,1);
  3623. BackgroundTransparency = .9;
  3624. TextColor3 = Color3.new(1,1,1);
  3625. Size = UDim2.new(.95,0,0,24);
  3626. Font = Enum.Font.SourceSansLight;
  3627. Position = UDim2.new(0.025,0,0,0);
  3628. Parent = window.Content;
  3629. })
  3630. local decor = create('Frame',{
  3631. Size = UDim2.new(1, 0, 0, 1);
  3632. Position = UDim2.new(0, 0, 1, -2);
  3633. ZIndex = 8;
  3634. BorderSizePixel = 0;
  3635. BackgroundColor3 = Color3.new(1, 1, 1);
  3636. Parent = title;
  3637. })
  3638. local body = create('TextLabel',{
  3639. ZIndex = 8;
  3640. Text = "The Music Tab comes with audio search & ID playing, as well as a fully functional Audio Player, that allows Speed & Volume changing, real-time progress bar, Fast forward, Rewind, Pause, Play, and Stop As well as Sound Looping.";
  3641. TextWrap = true;
  3642. TextSize = 13;
  3643. TextScaled = true;
  3644. TextYAlignment = Enum.TextYAlignment.Top;
  3645. BackgroundTransparency = 1;
  3646. TextColor3 = Color3.new(1,1,1);
  3647. Size = UDim2.new(.95,0,1,-30);
  3648. Position = UDim2.new(0.025,0,0,24);
  3649. Font = Enum.Font.SourceSansLight;
  3650. Parent = window.Content;
  3651. })
  3652. end)
  3653. local scriptsInfo = create('TextButton',{
  3654. ZIndex = 8;
  3655. Text = "Script Tabs Info";
  3656. TextScaled = true;
  3657. BackgroundTransparency = .9;
  3658. BackgroundColor3 = Color3.new(1,1,1);
  3659. Font = Enum.Font.SourceSansLight;
  3660. TextColor3 = Color3.new(1,1,1);
  3661. Size = UDim2.new(.95,0,0,24);
  3662. Position = UDim2.new(0.025,0,0,0);
  3663. Parent = scrframe;
  3664. })
  3665. scriptsInfo.MouseButton1Down:connect(function()
  3666. local window = Window.new({width = 200, height = 250, name='Scripts Info', icon='rbxassetid://894507994'})
  3667. local title = create('TextLabel',{
  3668. ZIndex = 8;
  3669. Text = "The Script Tabs";
  3670. TextScaled = true;
  3671. Font = Enum.Font.SourceSansLight;
  3672. BackgroundColor3 = Color3.new(1,1,1);
  3673. BackgroundTransparency = .9;
  3674. TextColor3 = Color3.new(1,1,1);
  3675. Size = UDim2.new(.95,0,0,24);
  3676. Position = UDim2.new(0.025,0,0,0);
  3677. Parent = window.Content;
  3678. })
  3679. local decor = create('Frame',{
  3680. Size = UDim2.new(1, 0, 0, 1);
  3681. Position = UDim2.new(0, 0, 1, -2);
  3682. ZIndex = 8;
  3683. BorderSizePixel = 0;
  3684. BackgroundColor3 = Color3.new(1, 1, 1);
  3685. Parent = title;
  3686. })
  3687. local body = create('TextLabel',{
  3688. ZIndex = 8;
  3689. Text = "The Script Tabs contains about 470+ scripts ready to be inserted at any time, most will reset upon Character Death, the server scripts should not. Click one of the buttons to insert the script.";
  3690. TextWrap = true;
  3691. TextSize = 13;
  3692. TextScaled = true;
  3693. TextYAlignment = Enum.TextYAlignment.Top;
  3694. BackgroundTransparency = 1;
  3695. Font = Enum.Font.SourceSansLight;
  3696. TextColor3 = Color3.new(1,1,1);
  3697. Size = UDim2.new(.95,0,1,-30);
  3698. Position = UDim2.new(0.025,0,0,24);
  3699. Parent = window.Content;
  3700. })
  3701. end)
  3702. end
  3703. end)
  3704. tabHolder.Settings.InputBegan:connect(function(input)
  3705. if input.UserInputType == Enum.UserInputType.MouseButton1 then
  3706. local windo = Window.new({width = 250, height = 300, name='Settings', icon='rbxassetid://898100298'})
  3707. local colorButton = create('TextButton',{
  3708. ZIndex = 8;
  3709. Text = "Set Window Color";
  3710. Font = Enum.Font.SourceSansLight;
  3711. TextScaled = true;
  3712. BackgroundColor3 = Color3.new(1,1,1);
  3713. BackgroundTransparency = .9;
  3714. TextColor3 = Color3.new(1,1,1);
  3715. Size = UDim2.new(.95,0,0,24);
  3716. Position = UDim2.new(0.025,0,0,0);
  3717. Parent = windo.Content;
  3718. })
  3719. local icon = createIcon('rbxassetid://904628594', {
  3720. Size = UDim2.new(0, 0, 1, 0);
  3721. ZIndex = 8;
  3722. Parent = colorButton;
  3723. })
  3724. icon.Size = UDim2.new(0,icon.AbsoluteSize.Y,0,icon.AbsoluteSize.Y)
  3725. local keyboardButton = create('TextButton',{
  3726. ZIndex = 8;
  3727. Text = "Set Nebula Keybind";
  3728. TextScaled = true;
  3729. BackgroundColor3 = Color3.new(1,1,1);
  3730. BackgroundTransparency = .9;
  3731. TextColor3 = Color3.new(1,1,1);
  3732. Size = UDim2.new(.95,0,0,24);
  3733. Font = Enum.Font.SourceSansLight;
  3734. Position = UDim2.new(0.025,0,0,30);
  3735. Parent = windo.Content;
  3736. })
  3737. local icon2 = createIcon("rbxassetid://950538977", {
  3738. Size = UDim2.new(0, 0, 1, 0);
  3739. ZIndex = 8;
  3740. Parent = keyboardButton;
  3741. })
  3742. icon2.Size = UDim2.new(0,icon2.AbsoluteSize.Y,0,icon2.AbsoluteSize.Y)
  3743. local blurButton = create('TextButton',{
  3744. Font = Enum.Font.SourceSansLight;
  3745. ZIndex = 8;
  3746. Text = "Set Blur Level";
  3747. TextScaled = true;
  3748. BackgroundColor3 = Color3.new(1,1,1);
  3749. BackgroundTransparency = .9;
  3750. TextColor3 = Color3.new(1,1,1);
  3751. Size = UDim2.new(.95,0,0,24);
  3752. Position = UDim2.new(0.025,0,0,60);
  3753. Parent = windo.Content;
  3754. })
  3755. local icon3 = createIcon('rbxassetid://951352122', {
  3756. Size = UDim2.new(0, 0, 1, 0);
  3757. ZIndex = 8;
  3758. Parent = blurButton;
  3759. })
  3760. icon3.Size = UDim2.new(0,icon3.AbsoluteSize.Y,0,icon3.AbsoluteSize.Y)
  3761. blurButton.MouseButton1Down:connect(function()
  3762. local window = Window.new({width = 165, height = 100, name='Set Blur', icon='rbxassetid://951352122'})
  3763. local blurLabel = create('TextLabel',{
  3764. ZIndex = 8;
  3765. Text = "Blur Level";
  3766. TextScaled = true;
  3767. BackgroundColor3 = Color3.new(1,1,1);
  3768. BackgroundTransparency = 1;
  3769. TextColor3 = Color3.new(1,1,1);
  3770. Size = UDim2.new(0,60,0,60);
  3771. Position = UDim2.new(0.45,-60,0.05,0);
  3772. Parent = window.Content;
  3773. })
  3774. local blurBox  = create('TextBox',{
  3775. ZIndex = 8;
  3776. Text = tostring(settings.blurLevel);
  3777. ClearTextOnFocus = false;
  3778. TextSize = 28;
  3779. MultiLine = false;
  3780. BackgroundColor3 = Color3.new(1,1,1);
  3781. BackgroundTransparency = .9;
  3782. TextColor3 = Color3.new(1,1,1);
  3783. Size = UDim2.new(0,60,0,60);
  3784. Position = UDim2.new(0.55,0,0.05,0);
  3785. Parent = window.Content;
  3786. })
  3787. blurBox.Changed:connect(function()
  3788. blurBox.Text = blurBox.Text:gsub("%D","")
  3789. end)
  3790. blurBox.FocusLost:connect(function(enter)
  3791. if enter then
  3792. settings.blurLevel = tonumber(blurBox.Text)
  3793. blurLevel = enabled and tonumber(blurBox.Text) or blurLevel
  3794. end
  3795. end)
  3796. end)
  3797. keyboardButton.MouseButton1Down:connect(function()
  3798. local window = Window.new({width = 165, height = 100, name='Set Key', icon='rbxassetid://950538977'})
  3799. local changeButton = create('TextButton',{
  3800. ZIndex = 8;
  3801. Text = "Set Keybind";
  3802. Size = UDim2.new(.45,0,.6,0);
  3803. BackgroundColor3 = Color3.new(1,1,1);
  3804. BackgroundTransparency = .9;
  3805. TextColor3 = Color3.new(1,1,1);
  3806. Position = UDim2.new(0.05,0,0.15,0);
  3807. Font = Enum.Font.SourceSansLight;
  3808. TextScaled = true;
  3809. Parent = window.Content;
  3810. })
  3811. local currentButton = create('TextLabel',{
  3812. ZIndex = 8;
  3813. Text = tostring(binds[1][1]):sub(14);
  3814. Size = UDim2.new(.45,0,.6,0);
  3815. BackgroundTransparency = 1;
  3816. TextColor3 = Color3.new(1,1,1);
  3817. Position = UDim2.new(0.5,0,0.15,0);
  3818. Font = Enum.Font.SourceSansLight;
  3819. TextScaled = true;
  3820. Parent = window.Content;
  3821. })
  3822. local function b()
  3823. toggleable = false
  3824. currentButton.Text = "Press A Key"
  3825. local a = services.input.InputBegan:wait()
  3826. if a.UserInputType == Enum.UserInputType.Keyboard then
  3827. binds[1][1] = a.KeyCode
  3828. settings.toggleKey = binds[1][1]
  3829. currentButton.Text = tostring(binds[1][1]):sub(14);
  3830. wait()
  3831. toggleable = true;
  3832. else
  3833. b()
  3834. end
  3835. end
  3836. changeButton.MouseButton1Down:connect(b)
  3837. end)
  3838. colorButton.MouseButton1Down:connect(function()
  3839. local window = Window.new({width = 250, height = 300, name='Color Mixer', icon='rbxassetid://904628594',closed = function(this)
  3840. local bufferText = create('TextLabel',{
  3841. Position = UDim2.new(0.025,0,0.125,0);
  3842. Size = UDim2.new(.95,0,.075,0);
  3843. TextScaled = true;
  3844. Font = Enum.Font.SourceSansLight;
  3845. TextColor3 = Color3.new(1,1,1);
  3846. BackgroundTransparency = .9;
  3847. BorderSizePixel = 0;
  3848. BackgroundColor3 = Color3.new(1,1,1);
  3849. Text = "Closing Buffer Activated";
  3850. ZIndex = 8;
  3851. Parent = this;
  3852. })
  3853. for i,v in pairs(this.Content:children())do
  3854. v.Visible = false;
  3855. wait()
  3856. v:Destroy()
  3857. end
  3858. end})
  3859. local overallColor
  3860. local unmixedColor
  3861. local colorMixerBar = create('Frame',{
  3862. Size = UDim2.new(0,24,0,180);
  3863. Position = UDim2.new(.95,-24,0.05,0);
  3864. BackgroundTransparency = 1;
  3865. Active = true;
  3866. ZIndex = 8;
  3867. Parent = window.Content;
  3868. })
  3869. local function returnCenterPosition(g)
  3870. return {x=g.AbsolutePosition.X + (g.AbsoluteSize.X/2),y=g.AbsolutePosition.Y + (g.AbsoluteSize.Y/2)}
  3871. end
  3872. for hue = 0,180,1 do
  3873. local c = create('Frame',{
  3874. Position = UDim2.new(0,0,0,hue);
  3875. Size = UDim2.new(1,0,0,1);
  3876. BackgroundColor3 = Color3.fromHSV(hue/180,1,1);
  3877. ZIndex = 8;
  3878. BorderSizePixel = 0;
  3879. Name = "Color";
  3880. Parent = colorMixerBar;
  3881. })
  3882. end
  3883. local colorHue = Color3.toHSV(settings.mainColor)
  3884. local colorBarDrag = create('Frame',{
  3885. Name = "ColorDrag";
  3886. BackgroundColor3 = Color3.new(1,1,1);
  3887. Size = UDim2.new(1,4,0,8);
  3888. Position = UDim2.new(0,-2,0,(180*colorHue)-2);
  3889. Active = true;
  3890. BorderSizePixel = 0;
  3891. ZIndex = 8;
  3892. Draggable = true;
  3893. Parent = colorMixerBar;
  3894. },true)
  3895. local colorBarDragColor = create('Frame',{
  3896. Name = "DragColor";
  3897. Size = UDim2.new(1,-4,0,4);
  3898. Position = UDim2.new(0,2,0,2);
  3899. BorderSizePixel = 0;
  3900. Active = true;
  3901. ZIndex = 8;
  3902. Parent = colorBarDrag
  3903. },true)
  3904. colorBarDragColor.BackgroundColor3 = Color3.fromHSV(colorHue,1,1)
  3905. colorBarDrag.Changed:connect(function()
  3906. if colorBarDrag.AbsolutePosition.X ~= colorMixerBar.AbsolutePosition.X-2 then
  3907. colorBarDrag.Position = UDim2.new(UDim.new(0,-2),colorBarDrag.Position.Y)
  3908. end
  3909. if colorBarDrag.AbsolutePosition.Y > (colorMixerBar.AbsolutePosition.Y + colorMixerBar.AbsoluteSize.Y)-4 then
  3910. colorBarDrag.Position = UDim2.new(colorBarDrag.Position.X,UDim.new(0,colorMixerBar.AbsoluteSize.Y-4))
  3911. elseif colorBarDrag.AbsolutePosition.Y < colorMixerBar.AbsolutePosition.Y-4 then
  3912. colorBarDrag.Position = UDim2.new(colorBarDrag.Position.X,UDim.new(0,-4))
  3913. end
  3914. coroutine.wrap(function()
  3915. for i,v in pairs(colorMixerBar:children())do
  3916. if v.Name == "Color"then
  3917. if v.AbsolutePosition.Y == returnCenterPosition(colorBarDrag).y then
  3918. colorBarDragColor.BackgroundColor3 = v.BackgroundColor3
  3919. end
  3920. end
  3921. end
  3922. end)()
  3923. end)
  3924. local colorEvent
  3925. colorMixerBar.InputBegan:connect(function(input)
  3926. if input.UserInputType == Enum.UserInputType.MouseButton1 then
  3927. local M = services.mouse;
  3928. colorBarDrag.Position = UDim2.new(UDim.new(0,-2),UDim.new(0,M.Y-colorMixerBar.AbsolutePosition.Y))
  3929. volumeBarEvent = M.Move:connect(function()
  3930. colorBarDrag.Position = UDim2.new(UDim.new(0,-2),UDim.new(0,M.Y-colorMixerBar.AbsolutePosition.Y))
  3931. end)
  3932. end
  3933. end)
  3934. colorMixerBar.InputEnded:connect(function(input)
  3935. if input.UserInputType == Enum.UserInputType.MouseButton1 then
  3936. if volumeBarEvent then
  3937. volumeBarEvent:disconnect();
  3938. end
  3939. end
  3940. end)
  3941. local hue = Color3.toHSV(colorBarDragColor.BackgroundColor3)
  3942. colorBarDragColor.Changed:connect(function(prop)
  3943. if prop == "BackgroundColor3"then
  3944. hue = Color3.toHSV(colorBarDragColor.BackgroundColor3)
  3945. end
  3946. end)
  3947. local hsvHolder = create('Frame',{
  3948. Position = UDim2.new(0.05,0,0.05,0);
  3949. Size = UDim2.new(0,183,0,183);
  3950. BackgroundTransparency = 1;
  3951. Active = true;
  3952. ZIndex = 8;
  3953. Parent = window.Content;
  3954. })
  3955. local hsvTable = {}
  3956. for sat = 0,45,1 do
  3957. for light = 0,45,1 do
  3958. local c = create('Frame',{
  3959. Position = UDim2.new(0,sat*4,0,light*4);
  3960. Size = UDim2.new(0,4,0,4);
  3961. BackgroundColor3 = Color3.fromHSV(hue,sat/45,light/45);
  3962. ZIndex = 8;
  3963. BorderSizePixel = 0;
  3964. Parent = hsvHolder;
  3965. })
  3966. table.insert(hsvTable,c)
  3967. coroutine.wrap(function()
  3968. services.RunService.RenderStepped:connect(function()
  3969. if(c.BackgroundColor3 ~= Color3.fromHSV(hue,sat/45,light/45))then
  3970. c.BackgroundColor3 = Color3.fromHSV(hue,sat/45,light/45);
  3971. end
  3972. end)
  3973. end)()
  3974. end
  3975. end
  3976. local h,s,l = Color3.toHSV(settings.mainColor)
  3977. local outerDragA = create('Frame',{
  3978. Size = UDim2.new(0,15,0,3);
  3979. Position = UDim2.new(0,((45*s)*4)-7,0,((45*l)*4)-1);
  3980. ZIndex = 8;
  3981. BorderSizePixel = 0;
  3982. BackgroundColor3 = Color3.new(1,1,1);
  3983. Parent = hsvHolder;
  3984. })
  3985. local outerDragB = create('Frame',{
  3986. Size = UDim2.new(0,3,0,15);
  3987. Position = outerDragA.Position + UDim2.new(0,6,0,-6);
  3988. ZIndex = 8;
  3989. BorderSizePixel = 0;
  3990. BackgroundColor3 = Color3.new(1,1,1);
  3991. Parent = hsvHolder;
  3992. })
  3993. local innerDragA = create('Frame',{
  3994. Size = UDim2.new(0,13,0,1);
  3995. Position = outerDragA.Position + UDim2.new(0,1,0,1);
  3996. ZIndex = 8;
  3997. BorderSizePixel = 0;
  3998. BackgroundColor3 = settings.mainColor;
  3999. Parent = hsvHolder;
  4000. })
  4001. local innerDragB = create('Frame',{
  4002. Size = UDim2.new(0,1,0,13);
  4003. Position = outerDragB.Position + UDim2.new(0,1,0,1);
  4004. ZIndex = 8;
  4005. BorderSizePixel = 0;
  4006. BackgroundColor3 = settings.mainColor;
  4007. Parent = hsvHolder;
  4008. })
  4009. local indicator = create('Frame',{
  4010. Size = UDim2.new(0,1,0,1);
  4011. Position = UDim2.new(0,7,0,1);
  4012. ZIndex = 8;
  4013. BackgroundTransparency = 1;
  4014. Parent = outerDragA;
  4015. })
  4016. outerDragA.Changed:connect(function()
  4017. outerDragB.Position = outerDragA.Position + UDim2.new(0,6,0,-6);
  4018. innerDragA.Position = outerDragA.Position + UDim2.new(0,1,0,1);
  4019. innerDragB.Position = outerDragB.Position + UDim2.new(0,1,0,1);
  4020. end)
  4021. local function collisionDetect(gui1, gui2)
  4022. local g1p, g1s = gui1.AbsolutePosition, gui1.AbsoluteSize;
  4023. local g2p, g2s = gui2.AbsolutePosition, gui2.AbsoluteSize;
  4024. return ((g1p.x < g2p.x + g2s.x and g1p.x + g1s.x > g2p.x) and (g1p.y < g2p.y + g2s.y and g1p.y + g1s.y > g2p.y));
  4025. end;
  4026. local hsvEvent;
  4027. local function hsvFunction()
  4028. local M = services.mouse;
  4029. local X,Y = 0,0
  4030. if M.X < hsvHolder.AbsolutePosition.X then
  4031. X = 0
  4032. elseif M.X > hsvHolder.AbsolutePosition.X + hsvHolder.AbsoluteSize.X then
  4033. X = hsvHolder.AbsoluteSize.X
  4034. else
  4035. X = M.X - hsvHolder.AbsolutePosition.X
  4036. end
  4037. if M.Y < hsvHolder.AbsolutePosition.Y then
  4038. Y = 0
  4039. elseif M.Y > hsvHolder.AbsolutePosition.Y + hsvHolder.AbsoluteSize.Y then
  4040. Y = hsvHolder.AbsoluteSize.Y
  4041. else
  4042. Y = M.Y - hsvHolder.AbsolutePosition.Y
  4043. end
  4044. X,Y = X-7,Y -1
  4045. outerDragA.Position = UDim2.new(0,X,0,Y)
  4046. end
  4047. hsvHolder.InputBegan:connect(function(input)
  4048. if input.UserInputType == Enum.UserInputType.MouseButton1 then
  4049. local M = services.mouse;
  4050. hsvFunction()
  4051. hsvEvent = M.Move:connect(function()
  4052. hsvFunction()
  4053. end)
  4054. end
  4055. end)
  4056. hsvHolder.InputEnded:connect(function(input)
  4057. if input.UserInputType == Enum.UserInputType.MouseButton1 then
  4058. if hsvEvent then
  4059. hsvEvent:disconnect();
  4060. end
  4061. end
  4062. end)
  4063. local function createNumberOnlyBox(t)
  4064. local box = create("TextBox",{
  4065. MultiLine = false;
  4066. ClearTextOnFocus = false;
  4067. Font = Enum.Font.SourceSansLight;
  4068. BackgroundTransparency = 1;
  4069. ZIndex = 8;
  4070. TextColor3 = Color3.new(1,1,1);
  4071. Text = "";
  4072. })
  4073. for i,v in pairs(t)do
  4074. box[i]=v
  4075. end
  4076. box.Changed:connect(function()
  4077. box.Text = box.Text:gsub("%D","")
  4078. end)
  4079. return box
  4080. end
  4081. local rLabel = create('TextLabel',{
  4082. Font = Enum.Font.SourceSansLight;
  4083. ZIndex = 8;
  4084. Name = "rLabel";
  4085. Text = "R";
  4086. TextColor3 = Color3.new(1,1,1);
  4087. TextSize = 24;
  4088. Size = UDim2.new(.1,0,.1,0);
  4089. Position = UDim2.new(.15,0,.75,0);
  4090. BackgroundTransparency = 1;
  4091. Parent = window.Content
  4092. })
  4093. local rBox = createNumberOnlyBox({
  4094. Name = "rBox";
  4095. TextSize = 26;
  4096. Text = math.floor(settings.mainColor.r*255);
  4097. Position = UDim2.new(.15,0,0.85,0);
  4098. Size = UDim2.new(0.1,0,0.1,0);
  4099. Parent = window.Content;
  4100. })
  4101. local gLabel = create('TextLabel',{
  4102. Font = Enum.Font.SourceSansLight;
  4103. ZIndex = 8;
  4104. Name = "gLabel";
  4105. Text = "G";
  4106. TextColor3 = Color3.new(1,1,1);
  4107. TextSize = 20;
  4108. Size = UDim2.new(.1,0,.1,0);
  4109. Position = UDim2.new(.35,0,.75,0);
  4110. BackgroundTransparency = 1;
  4111. Parent = window.Content
  4112. })
  4113. local gBox = createNumberOnlyBox({
  4114. Name = "gBox";
  4115. TextSize = 26;
  4116. Text = math.floor(settings.mainColor.g*255);
  4117. Position = UDim2.new(.35,0,0.85,0);
  4118. Size = UDim2.new(0.1,0,0.1,0);
  4119. Parent = window.Content;
  4120. })
  4121. local bLabel = create('TextLabel',{
  4122. Font = Enum.Font.SourceSansLight;
  4123. ZIndex = 8;
  4124. Name = "bLabel";
  4125. Text = "B";
  4126. TextColor3 = Color3.new(1,1,1);
  4127. TextSize = 20;
  4128. Size = UDim2.new(.1,0,.1,0);
  4129. Position = UDim2.new(.55,0,.75,0);
  4130. BackgroundTransparency = 1;
  4131. Parent = window.Content
  4132. })
  4133. local bBox = createNumberOnlyBox({
  4134. Name = "bBox";
  4135. TextSize = 26;
  4136. Text = math.floor(settings.mainColor.b*255);
  4137. Position = UDim2.new(.55,0,0.85,0);
  4138. Size = UDim2.new(0.1,0,0.1,0);
  4139. Parent = window.Content;
  4140. })
  4141. local function updateColorGuis()
  4142. local h,s,l = Color3.toHSV(settings.mainColor)
  4143. rBox.Text = math.floor(settings.mainColor.r*255);
  4144. gBox.Text = math.floor(settings.mainColor.g*255);
  4145. bBox.Text = math.floor(settings.mainColor.b*255);
  4146. innerDragA.BackgroundColor3 = settings.mainColor;
  4147. innerDragB.BackgroundColor3 = settings.mainColor;
  4148. end
  4149. local function FocusLost()
  4150. settings.mainColor = Color3.fromRGB(tonumber(rBox.Text),tonumber(gBox.Text),tonumber(bBox.Text))
  4151. local h,s,l = Color3.toHSV(settings.mainColor)
  4152. updateColorGuis()
  4153. local colorHue = Color3.toHSV(settings.mainColor)
  4154. colorBarDrag.Position = UDim2.new(0,-2,0,(180*colorHue)-2);
  4155. outerDragA.Position = UDim2.new(0,((45*s)*4)-7,0,((45*l)*4)-1)
  4156. end
  4157. rBox.FocusLost:connect(function(enter)
  4158. if enter then
  4159. FocusLost()
  4160. end
  4161. end)
  4162. gBox.FocusLost:connect(function(enter)
  4163. if enter then
  4164. FocusLost()
  4165. end
  4166. end)
  4167. bBox.FocusLost:connect(function(enter)
  4168. if enter then
  4169. FocusLost()
  4170. end
  4171. end)
  4172. local cEvent
  4173. indicator.Changed:connect(function(prop)
  4174. if prop == "AbsolutePosition"then
  4175. if cEvent then cEvent:disconnect() end
  4176. coroutine.wrap(function()
  4177. for i,v in pairs(hsvTable)do
  4178. if collisionDetect(indicator,v)then
  4179. settings.mainColor = v.BackgroundColor3
  4180. updateColorGuis()
  4181. cEvent = v.Changed:connect(function(prop)
  4182. if prop == "BackgroundColor3"then
  4183. settings.mainColor = v.BackgroundColor3
  4184. updateColorGuis()
  4185. end
  4186. end)
  4187. end
  4188. end
  4189. end)()
  4190. end
  4191. end)
  4192. end)
  4193. end
  4194. end)
  4195. local function alternateColors(object,property,oldColor3,newColor3,i)
  4196. coroutine.wrap(function()
  4197. for i = 0,1,i do
  4198. object[property] = oldColor3:lerp(newColor3,i)
  4199. game:service'RunService'.RenderStepped:wait()
  4200. end
  4201. object[property] = newColor3
  4202. end)()
  4203. end
  4204. local Colorables = {}
  4205. local function addRecolorables(inst)
  4206. if inst.BackgroundColor3 == colorCheck then
  4207. table.insert(Colorables,inst)
  4208. end
  4209. inst.ChildAdded:connect(function(i)
  4210. if i.BackgroundColor3 == colorCheck then
  4211. table.insert(Colorables,i)
  4212. end
  4213. end)
  4214. end
  4215. Children(gui,function(inst)
  4216. addRecolorables(inst)
  4217. end)
  4218. gui.ChildAdded:connect(function(i)
  4219. Children(i,function(inst)
  4220. addRecolorables(inst)
  4221. end)
  4222. addRecolorables(i)
  4223. end)
  4224. Children(pingui,function(inst)
  4225. addRecolorables(inst)
  4226. end)
  4227. pingui.ChildAdded:connect(function(i)
  4228. Children(i,function(inst)
  4229. addRecolorables(inst)
  4230. end)
  4231. addRecolorables(i)
  4232. end)
  4233. game:service'RunService'.Stepped:connect(function()
  4234. if colorCheck ~= settings.mainColor then
  4235. coroutine.wrap(function()
  4236. for i,v in pairs(Colorables)do
  4237. v.BackgroundColor3 = settings.mainColor
  4238. end
  4239. colorCheck = settings.mainColor
  4240. end)()
  4241. end
  4242. end)
  4243. services.Players.PlayerRemoving:connect(function(player)
  4244. setCookie('BackgroundColor',tostring(math.floor(settings.mainColor.r*255)..", "..math.floor(settings.mainColor.g*255)..", "..math.floor(settings.mainColor.b*255)));
  4245. setCookie('KeyBind',tostring(settings.toggleKey):sub(14))
  4246. setCookie('BlurLevel',tostring(settings.blurLevel))
  4247. end)
  4248. local Intro = createIcon('rbxassetid://1039272774',{
  4249. Size = UDim2.new(0,150,0,150);
  4250. Position = UDim2.new(.5,-50,0,-150);
  4251. Visible = true;
  4252. Parent = gui;
  4253. })
  4254. local IntroText2 = create('TextLabel',{
  4255. Transparency = 1;
  4256. Text = "Nebula Hub V2";
  4257. TextSize = 42;
  4258. TextColor3 = Color3.new(1,1,1);
  4259. Font = Enum.Font.SourceSansLight;
  4260. Position = UDim2.new(0,0,0,-42);
  4261. Size = UDim2.new(1,0,0,42);
  4262. Parent = Intro;
  4263. })
  4264. local IntroText = create('TextLabel',{
  4265. Transparency = 1;
  4266. Text = "Created by Scripterity & finny";
  4267. TextSize = 32;
  4268. TextColor3 = Color3.new(1,1,1);
  4269. Font = Enum.Font.SourceSansLight;
  4270. Position = UDim2.new(0,0,1,0);
  4271. Size = UDim2.new(1,0,0,30);
  4272. Parent = Intro;
  4273. })
  4274. repeat wait()until Intro.IsLoaded
  4275. Intro:TweenPosition(UDim2.new(.5,-75,.5,-75),Enum.EasingDirection.Out,Enum.EasingStyle.Back,.5,true)
  4276. wait(.75)
  4277. tweenRecursiveTransparency(IntroText2,0,-.05);
  4278. tweenRecursiveTransparency(IntroText,0,-.05);
  4279. wait(5)
  4280. Intro:TweenPosition(UDim2.new(.5,-75,1,0),Enum.EasingDirection.In,Enum.EasingStyle.Quint,.5,true)
  4281. tweenRecursiveTransparency(Intro,1,.05)
  4282. tweenRecursiveTransparency(IntroText,1,.05)
  4283. tweenRecursiveTransparency(IntroText2,1,.05)
  4284. repeat wait()until Intro.ImageTransparency == 1
  4285. Intro:Destroy()
  4286. end)
  4287.  
  4288. TextLabel_2.Parent = Frame
  4289. TextLabel_2.BackgroundColor3 = Color3.new(0.207843, 0.207843, 0.207843)
  4290. TextLabel_2.BorderColor3 = Color3.new(0.00784314, 0.00784314, 0.00784314)
  4291. TextLabel_2.Position = UDim2.new(0, 0, 0.924657524, 0)
  4292. TextLabel_2.Size = UDim2.new(0.5252918, 236, 0.0376712345, 11)
  4293. TextLabel_2.Font = Enum.Font.SourceSans
  4294. TextLabel_2.Text = "Maked by Valo/D39"
  4295. TextLabel_2.TextColor3 = Color3.new(1, 1, 1)
  4296. TextLabel_2.TextSize = 14
  4297. TextLabel_2.TextStrokeColor3 = Color3.new(1, 1, 1)
  4298.  
  4299. FE.Name = "FE"
  4300. FE.Parent = lol
  4301. FE.BackgroundColor3 = Color3.new(0.337255, 0.337255, 0.337255)
  4302. FE.Position = UDim2.new(0.685202658, 0, 0.473484874, 0)
  4303. FE.Size = UDim2.new(0, 132, 0, 50)
  4304. FE.Font = Enum.Font.Arial
  4305. FE.Text = "FE ANIMATION GUI"
  4306. FE.TextColor3 = Color3.new(0, 0, 0)
  4307. FE.TextScaled = true
  4308. FE.TextSize = 14
  4309. FE.TextWrapped = true
  4310.  
  4311. FE.MouseButton1Down:connect(function()
  4312. --FE Animation Gui Made by Dark Magic Rblx in ROBLOX Studio, please give credits if you use this.
  4313. --You can use all and me in the Name Here Section!
  4314. gui = Instance.new("ScreenGui",game.CoreGui)
  4315. gui.Name = "FE Animation Gui by Dark Magic Rblx"
  4316. box = Instance.new("Frame",gui)
  4317. box.Size = UDim2.new(0,400,0,100)
  4318. box.Position = UDim2.new(0,800,0,500)
  4319. box.BackgroundTransparency = 0
  4320. box.BackgroundColor3 = Color3.new(167,0,0)
  4321. box.BorderSizePixel = 5
  4322. box.BorderColor3 = Color3.new(27,42,53)
  4323.  
  4324. o = Instance.new("TextBox",gui)
  4325. o.Name = "Speed Here"
  4326. o.Size = UDim2.new(0,150,0,15)
  4327. o.Position = UDim2.new(0,1000,0,590)
  4328. o.BackgroundTransparency = 0
  4329. o.BackgroundColor3 = Color3.new(0,0,0)
  4330. o.BorderSizePixel = 0
  4331. o.Font = "Arcade"
  4332. o.TextColor3 = Color3.new(255,255,255)
  4333. o.TextScaled = true
  4334. o.TextWrapped = true
  4335. o.Text = "Speed Here"
  4336.  
  4337. a = Instance.new("TextBox",gui)
  4338. a.Name = "ID Here"
  4339. a.Size = UDim2.new(0,300,0,25)
  4340. a.Position = UDim2.new(0,900,0,530)
  4341. a.BackgroundTransparency = 0
  4342. a.BackgroundColor3 = Color3.new(0,0,0)
  4343. a.BorderSizePixel = 0
  4344. a.Font = "Arcade"
  4345. a.TextColor3 = Color3.new(255,255,255)
  4346. a.TextScaled = true
  4347. a.TextWrapped = true
  4348. a.Text = "ID Here"
  4349.  
  4350. b = Instance.new("TextBox",gui)
  4351. b.Name = "Namehere"
  4352. b.Size = UDim2.new(0,300,0,25)
  4353. b.Position = UDim2.new(0,900,0,560)
  4354. b.BackgroundTransparency = 0
  4355. b.BackgroundColor3 = Color3.new(0,0,0)
  4356. b.BorderSizePixel = 0
  4357. b.Font = "Arcade"
  4358. b.TextColor3 = Color3.new(255,255,255)
  4359. b.TextScaled = true
  4360. b.TextWrapped = true
  4361. b.Text = "Name here"
  4362.  
  4363. c = Instance.new("TextButton",gui)
  4364. c.Name = "Animation"
  4365. c.Size = UDim2.new(0,100,0,40)
  4366. c.Position = UDim2.new(0,800,0,520)
  4367. c.BackgroundTransparency = 0
  4368. c.BackgroundColor3 = Color3.new(0,0,0)
  4369. c.BorderSizePixel = 0
  4370. c.Font = "Arcade"
  4371. c.TextColor3 = Color3.new(255,255,255)
  4372. c.TextScaled = true
  4373. c.TextWrapped = true
  4374. c.Text = "Animation"
  4375.  
  4376. d = Instance.new("TextButton",gui)
  4377. d.Name = "Player"
  4378. d.Size = UDim2.new(0,100,0,40)
  4379. d.Position = UDim2.new(0,800,0,560)
  4380. d.BackgroundTransparency = 0
  4381. d.BackgroundColor3 = Color3.new(0,0,0)
  4382. d.BorderSizePixel = 0
  4383. d.Font = "Arcade"
  4384. d.TextColor3 = Color3.new(255,255,255)
  4385. d.TextScaled = true
  4386. d.TextWrapped = true
  4387. d.Text = "Player"
  4388.  
  4389. cred = Instance.new("TextLabel",gui)
  4390. cred.Name = "Credits"
  4391. cred.Size = UDim2.new(0,400,0,20)
  4392. cred.Position = UDim2.new(0,800,0,500)
  4393. cred.BackgroundTransparency = 0
  4394. cred.BackgroundColor3 = Color3.new(0,0,0)
  4395. box.BorderSizePixel = 5
  4396. box.BorderColor3 = Color3.new(27,42,53)
  4397. cred.Font = "Arcade"
  4398. cred.FontSize = "Size24"
  4399. cred.TextColor3 = Color3.new(255,255,255)
  4400. cred.Text = "FE Animation Gui by Dark Magic Rblx!"
  4401. cred.TextSize = 19
  4402.  
  4403. c.MouseButton1Down:connect(function()
  4404. local AnimationId = gui["ID Here"].Text
  4405. local Anim = Instance.new("Animation")
  4406. Anim.AnimationId = "rbxassetid://"..AnimationId
  4407. local Player = game.Players:FindFirstChild(gui.Namehere.Text)
  4408. if Player ~= nil then
  4409. local k = Player.Character.Humanoid:LoadAnimation(Anim)
  4410. k:Play()  
  4411. k:AdjustSpeed(gui["Speed Here"].Text)
  4412. end
  4413. if gui.Namehere.Text =="me" then
  4414. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  4415. k:Play()  
  4416. k:AdjustSpeed(gui["Speed Here"].Text)  
  4417. end
  4418. if gui.Namehere.Text =="all" then
  4419. for i,v in pairs(game.Players:GetChildren()) do
  4420. local k = v.Character.Humanoid:LoadAnimation(Anim)
  4421. k:Play()  
  4422. k:AdjustSpeed(gui["Speed Here"].Text)  
  4423. end
  4424. end
  4425. end)
  4426.    
  4427.  
  4428. d.MouseButton1Down:connect(function()
  4429. local AnimationId = gui["ID Here"].Text
  4430. local Anim = Instance.new("Animation")
  4431. Anim.AnimationId = "rbxassetid://"..AnimationId
  4432. local Player = game.Players:FindFirstChild(gui.Namehere.Text)
  4433. if Player ~= nil then
  4434. local k = Player.Character.Humanoid:LoadAnimation(Anim)
  4435. k:Play()  
  4436. k:AdjustSpeed(gui["Speed Here"].Text)
  4437. end
  4438. if gui.Namehere.Text =="me" then
  4439. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  4440. k:Play()  
  4441. k:AdjustSpeed(gui["Speed Here"].Text)  
  4442. end
  4443. if gui.Namehere.Text =="all" then
  4444. for i,v in pairs(game.Players:GetChildren()) do
  4445. local k = v.Character.Humanoid:LoadAnimation(Anim)
  4446. k:Play()  
  4447. k:AdjustSpeed(gui["Speed Here"].Text)  
  4448. end
  4449. end
  4450. end)
  4451. end)
  4452.  
  4453. febombvest.Name = "fe bomb vest"
  4454. febombvest.Parent = lol
  4455. febombvest.BackgroundColor3 = Color3.new(0.337255, 0.337255, 0.337255)
  4456. febombvest.Position = UDim2.new(0.386684209, 0, 0.226835057, 0)
  4457. febombvest.Size = UDim2.new(0, 132, 0, 50)
  4458. febombvest.Font = Enum.Font.SourceSans
  4459. febombvest.Text = "FE BOMB VEST"
  4460. febombvest.TextColor3 = Color3.new(0, 0, 0)
  4461. febombvest.TextScaled = true
  4462. febombvest.TextSize = 14
  4463. febombvest.TextWrapped = true
  4464.  
  4465. febombvest.MouseButton1Down:connect(function()
  4466. --Leaked by CrazyExploitz (https://youtube.com/fuzioncrazyexploitz)
  4467. --Cant tell you the original creator for risk of being caught
  4468. --Here is the link to the game it works on https://www.roblox.com/games/647711404/City-Life
  4469. --Enjoy rekking oders in fe lel
  4470.  
  4471. local Me = game:GetService("Players").LocalPlayer --You cannot use this on someone else. srry
  4472. local Char = Me.Character
  4473. local Torso = Char.Torso
  4474. local TickWait = 1
  4475. local Color = "Medium stone gray"
  4476. local Dead = false
  4477.  
  4478. local Tool = Instance.new("HopperBin", Me.Backpack)
  4479. Tool.Name = "Bomb Vest"
  4480.  
  4481. local Position = Vector3.new(0,100,0)
  4482. function NewPart(Parent)
  4483.     local Part = Instance.new("Part", Parent)
  4484.     Part.CanCollide = false
  4485.     Part.FormFactor = "Custom"
  4486.     Part.Position = Position
  4487.     Part.TopSurface = "Smooth"
  4488.     Part.BottomSurface = "Smooth"
  4489.     Part.BrickColor = BrickColor.new(Color)
  4490.     Position = Position + Vector3.new(0,Part.Size.Y + 10,0)
  4491.     return Part
  4492. end
  4493.  
  4494. local Model = Char:FindFirstChild("Bomb")
  4495. if Model then Model:Destroy() end
  4496.  
  4497. Model = Instance.new("Model", Char)
  4498. Model.Name = "Bomb"
  4499.  
  4500. local Belt = NewPart(Model)
  4501. Belt.Size = Vector3.new(2.2,0.5,1.2)
  4502. local Weld = Instance.new("Weld", Belt)
  4503. Weld.Part0 = Belt
  4504. Weld.Part1 = Torso
  4505. Weld.C0 = CFrame.new(0,1.1,0)
  4506. local Light = Instance.new("PointLight", Belt)
  4507. Light.Range = 15
  4508. Light.Brightness = 5
  4509. Light.Color = Color3.new(1,0,0)
  4510. local Beep = Instance.new("Sound", Belt)
  4511. Beep.SoundId = "http://www.roblox.com/asset/?id=188588790"
  4512. local ExplodeSound = Instance.new("Sound", Belt)
  4513. ExplodeSound.SoundId = "http://www.roblox.com/asset/?id="..(tonumber((math.ceil(1776.66^2)+17).."."..string.rep("36",3))*77)+0.00003 --144507765
  4514. ExplodeSound.Pitch = 2.8
  4515. ExplodeSound.Volume = 3
  4516.  
  4517. local Back = NewPart(Model)
  4518. Back.Size = Vector3.new(1.5,1.5,0.5)
  4519. local Weld = Instance.new("Weld", Back)
  4520. Weld.Part0 = Back
  4521. Weld.Part1 = Torso
  4522. Weld.C0 = CFrame.new(0,0.1,-0.75)
  4523.  
  4524. local StrapLeft = NewPart(Model)
  4525. StrapLeft.Size = Vector3.new(0.2,0.5,1.6)
  4526. local Weld = Instance.new("Weld", StrapLeft)
  4527. Weld.Part0 = StrapLeft
  4528. Weld.Part1 = Torso
  4529. Weld.C0 = CFrame.new(0.65,-0.9,-0.2)
  4530.  
  4531. local BuckleLeft = NewPart(Model)
  4532. BuckleLeft.Size = Vector3.new(0.2,1.5,0.2)
  4533. local Weld = Instance.new("Weld", BuckleLeft)
  4534. Weld.Part0 = BuckleLeft
  4535. Weld.Part1 = Torso
  4536. Weld.C0 = CFrame.new(0.65,0.1,0.5)
  4537.  
  4538. local StrapRight = NewPart(Model)
  4539. StrapRight.Size = Vector3.new(0.2,0.5,1.6)
  4540. local Weld = Instance.new("Weld", StrapRight)
  4541. Weld.Part0 = StrapRight
  4542. Weld.Part1 = Torso
  4543. Weld.C0 = CFrame.new(-0.65,-0.9,-0.2)
  4544.  
  4545. local BuckleRight = NewPart(Model)
  4546. BuckleRight.Size = Vector3.new(0.2,1.5,0.2)
  4547. local Weld = Instance.new("Weld", BuckleRight)
  4548. Weld.Part0 = BuckleRight
  4549. Weld.Part1 = Torso
  4550. Weld.C0 = CFrame.new(-0.65,0.1,0.5)
  4551.  
  4552. Tool.Selected:connect(function(Mouse)
  4553.     TickWait = 0.3
  4554.     Mouse.Icon = "http://www.roblox.com/asset/?id=9109985"
  4555.    
  4556.     Mouse.Button1Down:connect(function()
  4557.         if Dead == false then
  4558.             Dead = true
  4559.             ExplodeSound:Play()
  4560.             wait(1.4)
  4561.             game:GetService'ReplicatedStorage'.ITEM_PURCHASE:InvokeServer('meme', '8', '1527622')
  4562. lp = game:GetService'Players'.LocalPlayer
  4563. hat = lp.Character:WaitForChild'meme'
  4564. hat.Handle.Transparency=1
  4565. hat.Handle.Mesh:Remove()
  4566.         end
  4567.     end)
  4568. end)
  4569.  
  4570. Tool.Deselected:connect(function()
  4571.     TickWait = 1
  4572. end)
  4573.  
  4574. coroutine.wrap(function()
  4575.     repeat
  4576.         wait(TickWait)
  4577.         Light.Enabled = not Light.Enabled
  4578.         Beep:Play()
  4579.     until Dead == true
  4580. end)()
  4581. local grabknife = h
  4582. function kill(plrtokill)
  4583. --boom--
  4584. assets = {540034631, 178993946, 461493477, 110288809}
  4585. me = game:GetService'Players'.LocalPlayer.Character:FindFirstChildOfClass'Humanoid'
  4586. for i,v in pairs(me.Parent:GetChildren()) do
  4587. if v:IsA'Accoutrement' then v.Parent = nil end
  4588. end
  4589. for i,v in pairs(assets) do
  4590.   game:GetService'ReplicatedStorage'.ITEM_PURCHASE:InvokeServer('xdd', tostring(game:GetService'MarketplaceService':GetProductInfo(v).AssetTypeId), v)
  4591. end
  4592. game:GetService'ReplicatedStorage'.ITEM_PURCHASE:InvokeServer('boom', '8', '1527622')
  4593. game.Players.LocalPlayer.Character.boom.BootScript.Parent=workspace[plrtokill]
  4594. print(workspace[plrtokill] .. " has been killed")
  4595.  
  4596. end
  4597.  
  4598. game:GetService'RunService'.Stepped:wait()
  4599. grabknife.Parent = plr.Character
  4600. for i = 1,3 do
  4601. local lol = lp:FindFirstChildOfClass'Backpack':FindFirstChildOfClass'HopperBin'
  4602. if lol:FindFirstChild'LocalScript' then lol:Destroy() end
  4603. end
  4604.  
  4605. end)
  4606.  
  4607. sUC.Name = "sUC"
  4608. sUC.Parent = lol
  4609. sUC.BackgroundColor3 = Color3.new(0.337255, 0.337255, 0.337255)
  4610. sUC.Position = UDim2.new(0.395166785, 0, 0.473047197, 0)
  4611. sUC.Size = UDim2.new(0, 132, 0, 50)
  4612. sUC.Font = Enum.Font.SourceSans
  4613. sUC.Text = "FE SUCIDE GUN"
  4614. sUC.TextColor3 = Color3.new(0, 0, 0)
  4615. sUC.TextScaled = true
  4616. sUC.TextSize = 14
  4617. sUC.TextWrapped = true
  4618.  
  4619. sUC.MouseButton1Down:connect(function()
  4620. --SUICIDE GUN REBORN BY DMS
  4621. o1 = Instance.new("Tool")
  4622. o2 = Instance.new("Part")
  4623. o3 = Instance.new("SpecialMesh")
  4624. o4 = Instance.new("Part")
  4625. o5 = Instance.new("BlockMesh")
  4626. o6 = Instance.new("Part")
  4627. o7 = Instance.new("BlockMesh")
  4628. o8 = Instance.new("Part")
  4629. o9 = Instance.new("BlockMesh")
  4630. o10 = Instance.new("Part")
  4631. o11 = Instance.new("BlockMesh")
  4632. o12 = Instance.new("Part")
  4633. o13 = Instance.new("BlockMesh")
  4634. o14 = Instance.new("Part")
  4635. o15 = Instance.new("BlockMesh")
  4636. o16 = Instance.new("Part")
  4637. o17 = Instance.new("BlockMesh")
  4638. o18 = Instance.new("Part")
  4639. o19 = Instance.new("BlockMesh")
  4640. o20 = Instance.new("Part")
  4641. o21 = Instance.new("CylinderMesh")
  4642. o22 = Instance.new("Part")
  4643. o23 = Instance.new("CylinderMesh")
  4644. o24 = Instance.new("Part")
  4645. o25 = Instance.new("CylinderMesh")
  4646. o26 = Instance.new("Part")
  4647. o27 = Instance.new("BlockMesh")
  4648. o28 = Instance.new("Part")
  4649. o29 = Instance.new("CylinderMesh")
  4650. o30 = Instance.new("Part")
  4651. o31 = Instance.new("PointLight")
  4652. o32 = Instance.new("BillboardGui")
  4653. o33 = Instance.new("ImageLabel")
  4654. o34 = Instance.new("BlockMesh")
  4655. o35 = Instance.new("Part")
  4656. o36 = Instance.new("BlockMesh")
  4657. o37 = Instance.new("Part")
  4658. o38 = Instance.new("BlockMesh")
  4659. o39 = Instance.new("Part")
  4660. o40 = Instance.new("BlockMesh")
  4661. o41 = Instance.new("Part")
  4662. o42 = Instance.new("Decal")
  4663. o43 = Instance.new("CylinderMesh")
  4664. o44 = Instance.new("Part")
  4665. o45 = Instance.new("CylinderMesh")
  4666. o46 = Instance.new("Part")
  4667. o47 = Instance.new("BlockMesh")
  4668. o48 = Instance.new("Part")
  4669. o49 = Instance.new("SpecialMesh")
  4670. o50 = Instance.new("Part")
  4671. o51 = Instance.new("SpecialMesh")
  4672. o52 = Instance.new("Part")
  4673. o53 = Instance.new("BlockMesh")
  4674. o54 = Instance.new("Part")
  4675. o55 = Instance.new("BlockMesh")
  4676. o56 = Instance.new("Part")
  4677. o57 = Instance.new("BlockMesh")
  4678. o58 = Instance.new("Part")
  4679. o59 = Instance.new("CylinderMesh")
  4680. o60 = Instance.new("Part")
  4681. o61 = Instance.new("SpecialMesh")
  4682. o62 = Instance.new("Part")
  4683. o63 = Instance.new("BlockMesh")
  4684. o64 = Instance.new("Part")
  4685. o65 = Instance.new("SpecialMesh")
  4686. o66 = Instance.new("Part")
  4687. o67 = Instance.new("BlockMesh")
  4688. o68 = Instance.new("Part")
  4689. o69 = Instance.new("BlockMesh")
  4690. o70 = Instance.new("Part")
  4691. o71 = Instance.new("SpecialMesh")
  4692. o72 = Instance.new("Part")
  4693. o73 = Instance.new("BlockMesh")
  4694. o74 = Instance.new("Part")
  4695. o75 = Instance.new("BlockMesh")
  4696. o76 = Instance.new("Part")
  4697. o77 = Instance.new("BlockMesh")
  4698. o78 = Instance.new("Part")
  4699. o79 = Instance.new("SpecialMesh")
  4700. o80 = Instance.new("Part")
  4701. o81 = Instance.new("CylinderMesh")
  4702. o82 = Instance.new("Part")
  4703. o83 = Instance.new("SpecialMesh")
  4704. o84 = Instance.new("Part")
  4705. o85 = Instance.new("BlockMesh")
  4706. o86 = Instance.new("Part")
  4707. o87 = Instance.new("SpecialMesh")
  4708. o88 = Instance.new("Part")
  4709. o89 = Instance.new("SpecialMesh")
  4710. o90 = Instance.new("Part")
  4711. o91 = Instance.new("BlockMesh")
  4712. o92 = Instance.new("Part")
  4713. o93 = Instance.new("BlockMesh")
  4714. o94 = Instance.new("Part")
  4715. o95 = Instance.new("SpecialMesh")
  4716. o96 = Instance.new("Part")
  4717. o97 = Instance.new("BlockMesh")
  4718. o98 = Instance.new("Part")
  4719. o99 = Instance.new("SpecialMesh")
  4720. o100 = Instance.new("Part")
  4721. o101 = Instance.new("BlockMesh")
  4722. o102 = Instance.new("Part")
  4723. o103 = Instance.new("BlockMesh")
  4724. o104 = Instance.new("Part")
  4725. o105 = Instance.new("SpecialMesh")
  4726. o106 = Instance.new("Part")
  4727. o107 = Instance.new("BlockMesh")
  4728. o108 = Instance.new("Part")
  4729. o109 = Instance.new("CylinderMesh")
  4730. o110 = Instance.new("Part")
  4731. o111 = Instance.new("BlockMesh")
  4732. o112 = Instance.new("Part")
  4733. o113 = Instance.new("SpecialMesh")
  4734. o114 = Instance.new("Part")
  4735. o115 = Instance.new("CylinderMesh")
  4736. o116 = Instance.new("Part")
  4737. o117 = Instance.new("BlockMesh")
  4738. o118 = Instance.new("Part")
  4739. o119 = Instance.new("SpecialMesh")
  4740. o120 = Instance.new("Part")
  4741. o121 = Instance.new("BlockMesh")
  4742. o122 = Instance.new("Part")
  4743. o123 = Instance.new("SpecialMesh")
  4744. o124 = Instance.new("Part")
  4745. o125 = Instance.new("SpecialMesh")
  4746. o126 = Instance.new("Part")
  4747. o127 = Instance.new("BlockMesh")
  4748. o128 = Instance.new("Part")
  4749. o129 = Instance.new("BlockMesh")
  4750. o130 = Instance.new("Part")
  4751. o131 = Instance.new("SpecialMesh")
  4752. o132 = Instance.new("Part")
  4753. o133 = Instance.new("BlockMesh")
  4754. o134 = Instance.new("Part")
  4755. o135 = Instance.new("BlockMesh")
  4756. o136 = Instance.new("Part")
  4757. o137 = Instance.new("SpecialMesh")
  4758. o138 = Instance.new("Part")
  4759. o139 = Instance.new("BlockMesh")
  4760. o140 = Instance.new("Part")
  4761. o141 = Instance.new("CylinderMesh")
  4762. o142 = Instance.new("Part")
  4763. o143 = Instance.new("BlockMesh")
  4764. o144 = Instance.new("Part")
  4765. o145 = Instance.new("SpecialMesh")
  4766. o146 = Instance.new("Part")
  4767. o147 = Instance.new("SpecialMesh")
  4768. o148 = Instance.new("Part")
  4769. o149 = Instance.new("Sound")
  4770. o150 = Instance.new("BlockMesh")
  4771. o1.Name = "Suicide"
  4772. o1.Parent = game.Players.LocalPlayer.Backpack
  4773. o2.Parent = o1
  4774. o2.Material = Enum.Material.SmoothPlastic
  4775. o2.BrickColor = BrickColor.new("Really black")
  4776. o2.Position = Vector3.new(18.950964, 0.850407004, 14.2854338)
  4777. o2.Rotation = Vector3.new(-2.19040904e-013, 2.50129006e-006, -180)
  4778. o2.Anchored = true
  4779. o2.FormFactor = Enum.FormFactor.Custom
  4780. o2.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  4781. o2.CFrame = CFrame.new(18.950964, 0.850407004, 14.2854338, -1, 8.74227766e-008, 4.36557457e-008, -8.74227766e-008, -1, 3.82298495e-015, 4.36557457e-008, 3.92853881e-018, 1)
  4782. o2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4783. o2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4784. o2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4785. o2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4786. o2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4787. o2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4788. o2.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4789. o3.Parent = o2
  4790. o3.Scale = Vector3.new(0.666666687, 0.388888866, 0.416666687)
  4791. o3.MeshType = Enum.MeshType.Wedge
  4792. o4.Parent = o1
  4793. o4.Material = Enum.Material.SmoothPlastic
  4794. o4.BrickColor = BrickColor.new("Really black")
  4795. o4.Position = Vector3.new(18.950964, 0.953182995, 14.5104237)
  4796. o4.Rotation = Vector3.new(3.08320072e-016, 90, 0)
  4797. o4.Anchored = true
  4798. o4.FormFactor = Enum.FormFactor.Custom
  4799. o4.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  4800. o4.CFrame = CFrame.new(18.950964, 0.953182995, 14.5104237, 0, -1.0960446e-021, 1, 5.38120031e-018, 1, -1.0960446e-021, -1, -5.38120031e-018, 0)
  4801. o4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4802. o4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4803. o4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4804. o4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4805. o4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4806. o4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4807. o4.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4808. o5.Parent = o4
  4809. o5.Scale = Vector3.new(0.333333343, 0.194444433, 0.694444478)
  4810. o6.Parent = o1
  4811. o6.Material = Enum.Material.SmoothPlastic
  4812. o6.BrickColor = BrickColor.new("Black")
  4813. o6.Position = Vector3.new(18.950964, 1.13095105, 14.5993176)
  4814. o6.Rotation = Vector3.new(3.08320072e-016, 90, 0)
  4815. o6.Anchored = true
  4816. o6.FormFactor = Enum.FormFactor.Custom
  4817. o6.Size = Vector3.new(0.566666663, 0.200000003, 0.200000003)
  4818. o6.CFrame = CFrame.new(18.950964, 1.13095105, 14.5993176, 0, -1.0960446e-021, 1, 5.38120031e-018, 1, -1.0960446e-021, -1, -5.38120031e-018, 0)
  4819. o6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4820. o6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4821. o6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4822. o6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4823. o6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4824. o6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4825. o6.Color = Color3.new(0.105882, 0.164706, 0.207843)
  4826. o7.Parent = o6
  4827. o7.Scale = Vector3.new(1, 0.583333313, 0.722222269)
  4828. o8.Name = "SightBack"
  4829. o8.Parent = o1
  4830. o8.Material = Enum.Material.SmoothPlastic
  4831. o8.Position = Vector3.new(18.950964, 1.23151195, 14.4882116)
  4832. o8.Rotation = Vector3.new(3.08320072e-016, 90, 0)
  4833. o8.Anchored = true
  4834. o8.FormFactor = Enum.FormFactor.Custom
  4835. o8.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  4836. o8.CFrame = CFrame.new(18.950964, 1.23151195, 14.4882116, 0, -1.0960446e-021, 1, 5.38120031e-018, 1, -1.0960446e-021, -1, -5.38120031e-018, 0)
  4837. o8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4838. o8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4839. o8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4840. o8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4841. o8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4842. o8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4843. o9.Parent = o8
  4844. o9.Scale = Vector3.new(0.166666672, 0.111111112, 0.411111116)
  4845. o10.Parent = o1
  4846. o10.Material = Enum.Material.SmoothPlastic
  4847. o10.BrickColor = BrickColor.new("Really black")
  4848. o10.Position = Vector3.new(18.950964, 0.961513996, 14.5937595)
  4849. o10.Rotation = Vector3.new(3.08320072e-016, 90, 0)
  4850. o10.Anchored = true
  4851. o10.FormFactor = Enum.FormFactor.Custom
  4852. o10.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  4853. o10.CFrame = CFrame.new(18.950964, 0.961513996, 14.5937595, 0, -1.0960446e-021, 1, 5.38120031e-018, 1, -1.0960446e-021, -1, -5.38120031e-018, 0)
  4854. o10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4855. o10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4856. o10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4857. o10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4858. o10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4859. o10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4860. o10.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4861. o11.Parent = o10
  4862. o11.Scale = Vector3.new(0.49999997, 0.277777761, 0.694444478)
  4863. o12.Parent = o1
  4864. o12.Material = Enum.Material.SmoothPlastic
  4865. o12.BrickColor = BrickColor.new("Really black")
  4866. o12.Position = Vector3.new(18.950964, 1.19539297, 14.5993176)
  4867. o12.Rotation = Vector3.new(3.08320072e-016, 90, 0)
  4868. o12.Anchored = true
  4869. o12.FormFactor = Enum.FormFactor.Custom
  4870. o12.Size = Vector3.new(0.566666663, 0.200000003, 0.200000003)
  4871. o12.CFrame = CFrame.new(18.950964, 1.19539297, 14.5993176, 0, -1.0960446e-021, 1, 5.38120031e-018, 1, -1.0960446e-021, -1, -5.38120031e-018, 0)
  4872. o12.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4873. o12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4874. o12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4875. o12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4876. o12.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4877. o12.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4878. o12.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4879. o13.Parent = o12
  4880. o13.Scale = Vector3.new(1, 0.249999985, 0.411111116)
  4881. o14.Parent = o1
  4882. o14.Material = Enum.Material.SmoothPlastic
  4883. o14.BrickColor = BrickColor.new("Really black")
  4884. o14.Position = Vector3.new(18.908186, 1.19095695, 14.5993176)
  4885. o14.Rotation = Vector3.new(-90, 44.9999962, 90)
  4886. o14.Anchored = true
  4887. o14.FormFactor = Enum.FormFactor.Custom
  4888. o14.Size = Vector3.new(0.566666663, 0.200000003, 0.200000003)
  4889. o14.CFrame = CFrame.new(18.908186, 1.19095695, 14.5993176, 0, -0.707106709, 0.707106709, 5.38120031e-018, 0.707106769, 0.707106769, -1, 2.04281037e-011, 9.59801127e-011)
  4890. o14.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4891. o14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4892. o14.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4893. o14.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4894. o14.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4895. o14.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4896. o14.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4897. o15.Parent = o14
  4898. o15.Scale = Vector3.new(1, 0.194444433, 0.222222224)
  4899. o16.Name = "SightBack"
  4900. o16.Parent = o1
  4901. o16.Material = Enum.Material.SmoothPlastic
  4902. o16.Position = Vector3.new(18.9787407, 1.25372696, 14.4882116)
  4903. o16.Rotation = Vector3.new(3.08320072e-016, 90, 0)
  4904. o16.Anchored = true
  4905. o16.FormFactor = Enum.FormFactor.Custom
  4906. o16.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  4907. o16.CFrame = CFrame.new(18.9787407, 1.25372696, 14.4882116, 0, -1.0960446e-021, 1, 5.38120031e-018, 1, -1.0960446e-021, -1, -5.38120031e-018, 0)
  4908. o16.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4909. o16.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4910. o16.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4911. o16.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4912. o16.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4913. o16.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4914. o17.Parent = o16
  4915. o17.Scale = Vector3.new(0.166666672, 0.111111112, 0.13333334)
  4916. o18.Name = "SightBack"
  4917. o18.Parent = o1
  4918. o18.Material = Enum.Material.SmoothPlastic
  4919. o18.Position = Vector3.new(18.9231701, 1.25372696, 14.4882002)
  4920. o18.Rotation = Vector3.new(3.08320072e-016, 90, 0)
  4921. o18.Anchored = true
  4922. o18.FormFactor = Enum.FormFactor.Custom
  4923. o18.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  4924. o18.CFrame = CFrame.new(18.9231701, 1.25372696, 14.4882002, 0, -1.0960446e-021, 1, 5.38120031e-018, 1, -1.0960446e-021, -1, -5.38120031e-018, 0)
  4925. o18.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4926. o18.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4927. o18.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4928. o18.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4929. o18.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4930. o18.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4931. o19.Parent = o18
  4932. o19.Scale = Vector3.new(0.166666672, 0.111111112, 0.13333334)
  4933. o20.Parent = o1
  4934. o20.Material = Enum.Material.SmoothPlastic
  4935. o20.BrickColor = BrickColor.new("Black")
  4936. o20.Position = Vector3.new(18.950964, 0.886528015, 14.5798664)
  4937. o20.Rotation = Vector3.new(-90, -2.50447761e-006, -90)
  4938. o20.Anchored = true
  4939. o20.FormFactor = Enum.FormFactor.Custom
  4940. o20.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  4941. o20.CFrame = CFrame.new(18.950964, 0.886528015, 14.5798664, -8.74279067e-008, 1, -4.37113812e-008, -3.83195418e-015, 4.37113812e-008, 1, 1, 8.74279067e-008, -4.65359901e-018)
  4942. o20.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4943. o20.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4944. o20.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4945. o20.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4946. o20.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4947. o20.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4948. o20.Color = Color3.new(0.105882, 0.164706, 0.207843)
  4949. o21.Parent = o20
  4950. o21.Scale = Vector3.new(0.416666687, 0.722222269, 0.416666687)
  4951. o22.Name = "SightLine"
  4952. o22.Parent = o1
  4953. o22.Material = Enum.Material.SmoothPlastic
  4954. o22.BrickColor = BrickColor.new("Smoky grey")
  4955. o22.Position = Vector3.new(18.950964, 1.21539295, 15.7804356)
  4956. o22.Rotation = Vector3.new(90, -2.50447761e-006, -90)
  4957. o22.Anchored = true
  4958. o22.FormFactor = Enum.FormFactor.Custom
  4959. o22.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  4960. o22.CFrame = CFrame.new(18.950964, 1.21539295, 15.7804356, 0, 1, -4.37113812e-008, 5.38120031e-018, -4.37113812e-008, -1, -1, 0, 6.1083781e-018)
  4961. o22.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4962. o22.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4963. o22.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4964. o22.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4965. o22.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4966. o22.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4967. o22.Color = Color3.new(0.356863, 0.364706, 0.411765)
  4968. o23.Parent = o22
  4969. o23.Scale = Vector3.new(0.505999982, 0.150000006, 0.505999982)
  4970. o24.Parent = o1
  4971. o24.Material = Enum.Material.SmoothPlastic
  4972. o24.BrickColor = BrickColor.new("Black")
  4973. o24.Position = Vector3.new(18.950964, 0.96707201, 15.7326679)
  4974. o24.Rotation = Vector3.new(-90, -2.50447761e-006, -180)
  4975. o24.Anchored = true
  4976. o24.FormFactor = Enum.FormFactor.Custom
  4977. o24.Size = Vector3.new(0.200000003, 0.344444454, 0.200000003)
  4978. o24.CFrame = CFrame.new(18.950964, 0.96707201, 15.7326679, -1, 4.36557457e-008, -4.37113812e-008, -4.37113812e-008, 1.9122997e-015, 1, 4.36557457e-008, 1, -4.65359901e-018)
  4979. o24.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4980. o24.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4981. o24.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4982. o24.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4983. o24.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4984. o24.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4985. o24.Color = Color3.new(0.105882, 0.164706, 0.207843)
  4986. o25.Parent = o24
  4987. o25.Scale = Vector3.new(0.405599982, 1, 0.405599982)
  4988. o26.Parent = o1
  4989. o26.Material = Enum.Material.SmoothPlastic
  4990. o26.BrickColor = BrickColor.new("Black")
  4991. o26.Position = Vector3.new(18.950964, 1.01984501, 15.7298756)
  4992. o26.Rotation = Vector3.new(3.08320072e-016, 90, 0)
  4993. o26.Anchored = true
  4994. o26.FormFactor = Enum.FormFactor.Custom
  4995. o26.Size = Vector3.new(0.338888884, 0.200000003, 0.200000003)
  4996. o26.CFrame = CFrame.new(18.950964, 1.01984501, 15.7298756, 0, -1.0960446e-021, 1, 5.38120031e-018, 1, -1.0960446e-021, -1, -5.38120031e-018, 0)
  4997. o26.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4998. o26.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4999. o26.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5000. o26.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5001. o26.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5002. o26.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5003. o26.Color = Color3.new(0.105882, 0.164706, 0.207843)
  5004. o27.Parent = o26
  5005. o27.Scale = Vector3.new(1, 0.527777731, 0.611111104)
  5006. o28.Parent = o1
  5007. o28.Material = Enum.Material.SmoothPlastic
  5008. o28.BrickColor = BrickColor.new("Black")
  5009. o28.Position = Vector3.new(18.950964, 0.96707201, 15.7298756)
  5010. o28.Rotation = Vector3.new(-90, -2.50447761e-006, -180)
  5011. o28.Anchored = true
  5012. o28.FormFactor = Enum.FormFactor.Custom
  5013. o28.Size = Vector3.new(0.200000003, 0.338888884, 0.200000003)
  5014. o28.CFrame = CFrame.new(18.950964, 0.96707201, 15.7298756, -1, 4.36557457e-008, -4.37113812e-008, -4.37113812e-008, 1.9122997e-015, 1, 4.36557457e-008, 1, -4.65359901e-018)
  5015. o28.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5016. o28.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5017. o28.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5018. o28.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5019. o28.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5020. o28.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5021. o28.Color = Color3.new(0.105882, 0.164706, 0.207843)
  5022. o29.Parent = o28
  5023. o29.Scale = Vector3.new(0.611111104, 1, 0.611111104)
  5024. o30.Name = "Main"
  5025. o30.Parent = o1
  5026. o30.Material = Enum.Material.SmoothPlastic
  5027. o30.BrickColor = BrickColor.new("Really black")
  5028. o30.Transparency = 1
  5029. o30.Position = Vector3.new(18.950964, 1.12816894, 15.9493256)
  5030. o30.Rotation = Vector3.new(90, -2.50447761e-006, 2.50796006e-006)
  5031. o30.Anchored = true
  5032. o30.FormFactor = Enum.FormFactor.Custom
  5033. o30.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  5034. o30.CFrame = CFrame.new(18.950964, 1.12816894, 15.9493256, 1, -4.3772161e-008, -4.37113812e-008, -4.37113812e-008, -1.49011594e-008, -1, 4.3772161e-008, 1, -1.49011603e-008)
  5035. o30.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5036. o30.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5037. o30.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5038. o30.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5039. o30.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5040. o30.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5041. o30.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5042. o31.Name = "FlashFX"
  5043. o31.Parent = o30
  5044. o31.Color = Color3.new(1, 1, 0)
  5045. o31.Enabled = false
  5046. o31.Brightness = 10
  5047. o31.Range = 6
  5048. o31.Shadows = true
  5049. o32.Name = "FlashGui"
  5050. o32.Parent = o30
  5051. o32.Size = UDim2.new(1.1000000238419,0,1.1000000238419,0)
  5052. o32.Enabled = false
  5053. o33.Name = "Label"
  5054. o33.Parent = o32
  5055. o33.Size = UDim2.new(1,0,1,0)
  5056. o33.BackgroundTransparency = 1
  5057. o33.Image = "http://www.roblox.com/asset/?id=117472237"
  5058. o34.Parent = o30
  5059. o34.Scale = Vector3.new(0.99999994, 0.99999994, 0.99999994)
  5060. o35.Parent = o1
  5061. o35.Material = Enum.Material.SmoothPlastic
  5062. o35.BrickColor = BrickColor.new("Black")
  5063. o35.Position = Vector3.new(18.908186, 1.19095695, 15.5132236)
  5064. o35.Rotation = Vector3.new(-90, 44.9999962, 90)
  5065. o35.Anchored = true
  5066. o35.FormFactor = Enum.FormFactor.Custom
  5067. o35.Size = Vector3.new(0.772222221, 0.200000003, 0.200000003)
  5068. o35.CFrame = CFrame.new(18.908186, 1.19095695, 15.5132236, 0, -0.707106709, 0.707106709, 5.38120031e-018, 0.707106769, 0.707106769, -1, 2.04281037e-011, 9.59801127e-011)
  5069. o35.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5070. o35.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5071. o35.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5072. o35.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5073. o35.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5074. o35.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5075. o35.Color = Color3.new(0.105882, 0.164706, 0.207843)
  5076. o36.Parent = o35
  5077. o36.Scale = Vector3.new(1, 0.194444433, 0.222222224)
  5078. o37.Parent = o1
  5079. o37.Material = Enum.Material.SmoothPlastic
  5080. o37.BrickColor = BrickColor.new("Black")
  5081. o37.Position = Vector3.new(18.950964, 1.19539297, 15.5132236)
  5082. o37.Rotation = Vector3.new(3.08320072e-016, 90, 0)
  5083. o37.Anchored = true
  5084. o37.FormFactor = Enum.FormFactor.Custom
  5085. o37.Size = Vector3.new(0.772222221, 0.200000003, 0.200000003)
  5086. o37.CFrame = CFrame.new(18.950964, 1.19539297, 15.5132236, 0, -1.0960446e-021, 1, 5.38120031e-018, 1, -1.0960446e-021, -1, -5.38120031e-018, 0)
  5087. o37.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5088. o37.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5089. o37.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5090. o37.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5091. o37.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5092. o37.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5093. o37.Color = Color3.new(0.105882, 0.164706, 0.207843)
  5094. o38.Parent = o37
  5095. o38.Scale = Vector3.new(1, 0.249999985, 0.411111116)
  5096. o39.Parent = o1
  5097. o39.Material = Enum.Material.SmoothPlastic
  5098. o39.BrickColor = BrickColor.new("Black")
  5099. o39.Position = Vector3.new(18.950964, 1.13095105, 15.5132236)
  5100. o39.Rotation = Vector3.new(3.08320072e-016, 90, 0)
  5101. o39.Anchored = true
  5102. o39.FormFactor = Enum.FormFactor.Custom
  5103. o39.Size = Vector3.new(0.772222221, 0.200000003, 0.200000003)
  5104. o39.CFrame = CFrame.new(18.950964, 1.13095105, 15.5132236, 0, -1.0960446e-021, 1, 5.38120031e-018, 1, -1.0960446e-021, -1, -5.38120031e-018, 0)
  5105. o39.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5106. o39.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5107. o39.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5108. o39.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5109. o39.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5110. o39.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5111. o39.Color = Color3.new(0.105882, 0.164706, 0.207843)
  5112. o40.Parent = o39
  5113. o40.Scale = Vector3.new(1, 0.583333313, 0.722222269)
  5114. o41.Parent = o1
  5115. o41.Material = Enum.Material.SmoothPlastic
  5116. o41.BrickColor = BrickColor.new("Black")
  5117. o41.Position = Vector3.new(18.950964, 1.12816894, 15.3854284)
  5118. o41.Rotation = Vector3.new(-90, -2.50447761e-006, -180)
  5119. o41.Anchored = true
  5120. o41.FormFactor = Enum.FormFactor.Custom
  5121. o41.Size = Vector3.new(0.200000003, 1.06111109, 0.200000003)
  5122. o41.CFrame = CFrame.new(18.950964, 1.12816894, 15.3854284, -1, 4.36557457e-008, -4.37113812e-008, -4.37113812e-008, 1.9122997e-015, 1, 4.36557457e-008, 1, -4.65359901e-018)
  5123. o41.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5124. o41.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5125. o41.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5126. o41.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5127. o41.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5128. o41.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5129. o41.Color = Color3.new(0.105882, 0.164706, 0.207843)
  5130. o42.Parent = o41
  5131. o42.Texture = "http://www.roblox.com/asset/?id=47760372"
  5132. o42.Face = Enum.NormalId.Top
  5133. o43.Parent = o41
  5134. o43.Scale = Vector3.new(0.49999997, 1, 0.49999997)
  5135. o44.Parent = o1
  5136. o44.Material = Enum.Material.SmoothPlastic
  5137. o44.BrickColor = BrickColor.new("Black")
  5138. o44.Position = Vector3.new(18.950964, 0.961513996, 15.352108)
  5139. o44.Rotation = Vector3.new(-90, -2.50447761e-006, -180)
  5140. o44.Anchored = true
  5141. o44.FormFactor = Enum.FormFactor.Custom
  5142. o44.Size = Vector3.new(0.200000003, 0.416666627, 0.200000003)
  5143. o44.CFrame = CFrame.new(18.950964, 0.961513996, 15.352108, -1, 4.36557457e-008, -4.37113812e-008, -4.37113812e-008, 1.9122997e-015, 1, 4.36557457e-008, 1, -4.65359901e-018)
  5144. o44.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5145. o44.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5146. o44.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5147. o44.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5148. o44.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5149. o44.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5150. o44.Color = Color3.new(0.105882, 0.164706, 0.207843)
  5151. o45.Parent = o44
  5152. o45.Scale = Vector3.new(0.666666687, 1, 0.666666687)
  5153. o46.Name = "Mag"
  5154. o46.Parent = o1
  5155. o46.Material = Enum.Material.SmoothPlastic
  5156. o46.BrickColor = BrickColor.new("Black")
  5157. o46.Position = Vector3.new(18.950964, 0.129971996, 14.3866644)
  5158. o46.Rotation = Vector3.new(101, 90, 0)
  5159. o46.Anchored = true
  5160. o46.FormFactor = Enum.FormFactor.Custom
  5161. o46.Size = Vector3.new(0.200000003, 0.333333343, 0.200000003)
  5162. o46.CFrame = CFrame.new(18.950964, 0.129971996, 14.3866644, -2.79885857e-008, -5.49657244e-008, 1, 0.981627166, -0.190809026, 1.69563066e-008, 0.190809026, 0.981627107, 5.93718141e-008)
  5163. o46.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5164. o46.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5165. o46.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5166. o46.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5167. o46.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5168. o46.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5169. o46.Color = Color3.new(0.105882, 0.164706, 0.207843)
  5170. o47.Parent = o46
  5171. o47.Scale = Vector3.new(0.027777778, 1, 0.666666687)
  5172. o48.Parent = o1
  5173. o48.Material = Enum.Material.SmoothPlastic
  5174. o48.BrickColor = BrickColor.new("Black")
  5175. o48.Position = Vector3.new(18.950964, 0.161533996, 14.3493176)
  5176. o48.Rotation = Vector3.new(0.019784553, -6.66929267e-009, 180)
  5177. o48.Anchored = true
  5178. o48.FormFactor = Enum.FormFactor.Custom
  5179. o48.Size = Vector3.new(0.200000003, 0.200000003, 0.266666681)
  5180. o48.CFrame = CFrame.new(18.950964, 0.161533996, 14.3493176, -1, -8.74227979e-008, -1.16401111e-010, 8.74227766e-008, -0.99999994, -0.000345305598, 0, -0.000345305569, 0.99999994)
  5181. o48.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5182. o48.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5183. o48.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5184. o48.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5185. o48.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5186. o48.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5187. o48.Color = Color3.new(0.105882, 0.164706, 0.207843)
  5188. o49.Parent = o48
  5189. o49.Scale = Vector3.new(0.694444478, 0.222222224, 1)
  5190. o49.MeshType = Enum.MeshType.Wedge
  5191. o50.Parent = o1
  5192. o50.Material = Enum.Material.SmoothPlastic
  5193. o50.BrickColor = BrickColor.new("Really black")
  5194. o50.Position = Vector3.new(18.950964, 0.155975997, 14.3354216)
  5195. o50.Rotation = Vector3.new(3.08320072e-016, 0, -180)
  5196. o50.Anchored = true
  5197. o50.FormFactor = Enum.FormFactor.Custom
  5198. o50.Size = Vector3.new(0.200000003, 0.200000003, 0.438888878)
  5199. o50.CFrame = CFrame.new(18.950964, 0.155975997, 14.3354216, -1, 1.0960446e-021, 0, 1.0960446e-021, -1, -5.38120031e-018, 0, 5.38120031e-018, 1)
  5200. o50.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5201. o50.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5202. o50.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5203. o50.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5204. o50.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5205. o50.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5206. o50.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5207. o51.Parent = o50
  5208. o51.Scale = Vector3.new(0.666666687, 0.333333343, 1)
  5209. o51.MeshType = Enum.MeshType.Wedge
  5210. o52.Parent = o1
  5211. o52.Material = Enum.Material.SmoothPlastic
  5212. o52.BrickColor = BrickColor.new("Black")
  5213. o52.Position = Vector3.new(18.950964, 0.239300996, 14.1882057)
  5214. o52.Rotation = Vector3.new(105, 90, 0)
  5215. o52.Anchored = true
  5216. o52.FormFactor = Enum.FormFactor.Custom
  5217. o52.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  5218. o52.CFrame = CFrame.new(18.950964, 0.239300996, 14.1882057, -1.07331601e-008, -6.40018527e-008, 1, 0.965925813, -0.258819044, -6.21114538e-009, 0.258819073, 0.965925813, 6.46105036e-008)
  5219. o52.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5220. o52.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5221. o52.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5222. o52.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5223. o52.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5224. o52.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5225. o52.Color = Color3.new(0.105882, 0.164706, 0.207843)
  5226. o53.Parent = o52
  5227. o53.Scale = Vector3.new(0.944444478, 0.111111112, 0.611111104)
  5228. o54.Parent = o1
  5229. o54.Material = Enum.Material.SmoothPlastic
  5230. o54.BrickColor = BrickColor.new("Really black")
  5231. o54.Position = Vector3.new(18.950964, 0.225419, 14.3520937)
  5232. o54.Rotation = Vector3.new(-3.25256337e-007, 90, 0)
  5233. o54.Anchored = true
  5234. o54.FormFactor = Enum.FormFactor.Custom
  5235. o54.Size = Vector3.new(0.26111111, 0.200000003, 0.200000003)
  5236. o54.CFrame = CFrame.new(18.950964, 0.225419, 14.3520937, 8.94069672e-008, -6.24762481e-015, 1, -5.6767937e-009, 1, 1.42108539e-014, -1, -5.6767937e-009, 8.94069672e-008)
  5237. o54.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5238. o54.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5239. o54.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5240. o54.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5241. o54.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5242. o54.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5243. o54.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5244. o55.Parent = o54
  5245. o55.Scale = Vector3.new(1, 0.416666687, 0.694444478)
  5246. o56.Parent = o1
  5247. o56.Material = Enum.Material.SmoothPlastic
  5248. o56.BrickColor = BrickColor.new("Really black")
  5249. o56.Position = Vector3.new(18.950964, 0.197641, 14.2215319)
  5250. o56.Rotation = Vector3.new(3.08320072e-016, 90, 0)
  5251. o56.Anchored = true
  5252. o56.FormFactor = Enum.FormFactor.Custom
  5253. o56.Size = Vector3.new(0.211111099, 0.200000003, 0.200000003)
  5254. o56.CFrame = CFrame.new(18.950964, 0.197641, 14.2215319, 0, -1.0960446e-021, 1, 5.38120031e-018, 1, -1.0960446e-021, -1, -5.38120031e-018, 0)
  5255. o56.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5256. o56.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5257. o56.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5258. o56.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5259. o56.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5260. o56.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5261. o56.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5262. o57.Parent = o56
  5263. o57.Scale = Vector3.new(1, 0.0833333358, 0.666666687)
  5264. o58.Parent = o1
  5265. o58.Material = Enum.Material.SmoothPlastic
  5266. o58.BrickColor = BrickColor.new("Really black")
  5267. o58.Position = Vector3.new(18.950964, 0.258204013, 14.3493176)
  5268. o58.Rotation = Vector3.new(-90, -2.50447761e-006, -90)
  5269. o58.Anchored = true
  5270. o58.FormFactor = Enum.FormFactor.Custom
  5271. o58.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  5272. o58.CFrame = CFrame.new(18.950964, 0.258204013, 14.3493176, -8.74279067e-008, 1, -4.37113812e-008, -3.83195418e-015, 4.37113812e-008, 1, 1, 8.74279067e-008, -4.65359901e-018)
  5273. o58.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5274. o58.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5275. o58.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5276. o58.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5277. o58.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5278. o58.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5279. o58.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5280. o59.Parent = o58
  5281. o59.Scale = Vector3.new(0.49999997, 0.722222269, 0.472222239)
  5282. o60.Parent = o1
  5283. o60.Material = Enum.Material.SmoothPlastic
  5284. o60.BrickColor = BrickColor.new("Really black")
  5285. o60.Position = Vector3.new(18.950964, 0.244874001, 14.1993141)
  5286. o60.Rotation = Vector3.new(0.019784553, -6.66929267e-009, 180)
  5287. o60.Anchored = true
  5288. o60.FormFactor = Enum.FormFactor.Custom
  5289. o60.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  5290. o60.CFrame = CFrame.new(18.950964, 0.244874001, 14.1993141, -1, -8.74227979e-008, -1.16401111e-010, 8.74227766e-008, -0.99999994, -0.000345305598, 0, -0.000345305569, 0.99999994)
  5291. o60.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5292. o60.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5293. o60.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5294. o60.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5295. o60.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5296. o60.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5297. o60.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5298. o61.Parent = o60
  5299. o61.Scale = Vector3.new(0.694444478, 0.222222224, 0.222222224)
  5300. o61.MeshType = Enum.MeshType.Wedge
  5301. o62.Parent = o1
  5302. o62.Material = Enum.Material.SmoothPlastic
  5303. o62.BrickColor = BrickColor.new("Black")
  5304. o62.Position = Vector3.new(18.993742, 1.19095695, 15.1076584)
  5305. o62.Rotation = Vector3.new(90, 44.9999962, -90)
  5306. o62.Anchored = true
  5307. o62.FormFactor = Enum.FormFactor.Custom
  5308. o62.Size = Vector3.new(1.58333337, 0.200000003, 0.200000003)
  5309. o62.CFrame = CFrame.new(18.993742, 1.19095695, 15.1076584, 0, 0.707106709, 0.707106709, 5.38120031e-018, 0.707106769, -0.707106769, -1, 9.59801127e-011, -2.04281037e-011)
  5310. o62.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5311. o62.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5312. o62.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5313. o62.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5314. o62.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5315. o62.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5316. o62.Color = Color3.new(0.105882, 0.164706, 0.207843)
  5317. o63.Parent = o62
  5318. o63.Scale = Vector3.new(1, 0.194444433, 0.222222224)
  5319. o64.Parent = o1
  5320. o64.Material = Enum.Material.SmoothPlastic
  5321. o64.Position = Vector3.new(18.950964, 0.867092013, 15.1298876)
  5322. o64.Rotation = Vector3.new(180, 2.50796006e-006, 8.65142192e-006)
  5323. o64.Anchored = true
  5324. o64.FormFactor = Enum.FormFactor.Custom
  5325. o64.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  5326. o64.CFrame = CFrame.new(18.950964, 0.867092013, 15.1298876, 1, -1.50995803e-007, 4.3772161e-008, -1.50995803e-007, -1, -6.59664855e-015, 4.3772161e-008, 3.92853881e-018, -1)
  5327. o64.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5328. o64.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5329. o64.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5330. o64.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5331. o64.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5332. o64.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5333. o65.Parent = o64
  5334. o65.Scale = Vector3.new(0.611111104, 0.333333343, 0.138888881)
  5335. o65.MeshType = Enum.MeshType.Wedge
  5336. o66.Parent = o1
  5337. o66.Material = Enum.Material.SmoothPlastic
  5338. o66.Position = Vector3.new(18.950964, 0.83930999, 15.1048679)
  5339. o66.Rotation = Vector3.new(89.9999771, 90, 0)
  5340. o66.Anchored = true
  5341. o66.FormFactor = Enum.FormFactor.Custom
  5342. o66.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  5343. o66.CFrame = CFrame.new(18.950964, 0.83930999, 15.1048679, -8.74231674e-008, 2.50292942e-008, 1, 1, 4.33125763e-007, 8.74231461e-008, -4.33125791e-007, 1, -2.50292942e-008)
  5344. o66.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5345. o66.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5346. o66.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5347. o66.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5348. o66.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5349. o66.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5350. o67.Parent = o66
  5351. o67.Scale = Vector3.new(0.944444478, 0.111111112, 0.611111104)
  5352. o68.Parent = o1
  5353. o68.Material = Enum.Material.SmoothPlastic
  5354. o68.BrickColor = BrickColor.new("Fossil")
  5355. o68.Position = Vector3.new(18.950964, 0.716949999, 15.0719404)
  5356. o68.Rotation = Vector3.new(-45, 90, 0)
  5357. o68.Anchored = true
  5358. o68.FormFactor = Enum.FormFactor.Custom
  5359. o68.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  5360. o68.CFrame = CFrame.new(18.950964, 0.716949999, 15.0719404, -1.36843425e-010, -2.04281037e-011, 1, -0.707106769, 0.707106769, -1.0960446e-021, -0.707106709, -0.707106709, 0)
  5361. o68.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5362. o68.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5363. o68.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5364. o68.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5365. o68.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5366. o68.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5367. o68.Color = Color3.new(0.623529, 0.631373, 0.67451)
  5368. o69.Parent = o68
  5369. o69.Scale = Vector3.new(0.527777731, 0.111111112, 0.611111104)
  5370. o70.Parent = o1
  5371. o70.Material = Enum.Material.SmoothPlastic
  5372. o70.BrickColor = BrickColor.new("Black")
  5373. o70.Position = Vector3.new(18.950964, 0.875427008, 15.0743237)
  5374. o70.Rotation = Vector3.new(3.08320072e-016, 0, -180)
  5375. o70.Anchored = true
  5376. o70.FormFactor = Enum.FormFactor.Custom
  5377. o70.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  5378. o70.CFrame = CFrame.new(18.950964, 0.875427008, 15.0743237, -1, 1.0960446e-021, 0, 1.0960446e-021, -1, -5.38120031e-018, 0, 5.38120031e-018, 1)
  5379. o70.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5380. o70.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5381. o70.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5382. o70.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5383. o70.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5384. o70.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5385. o70.Color = Color3.new(0.105882, 0.164706, 0.207843)
  5386. o71.Parent = o70
  5387. o71.Scale = Vector3.new(0.611111104, 0.249999985, 0.194444433)
  5388. o71.MeshType = Enum.MeshType.Wedge
  5389. o72.Parent = o1
  5390. o72.Material = Enum.Material.SmoothPlastic
  5391. o72.BrickColor = BrickColor.new("Black")
  5392. o72.Position = Vector3.new(18.9315281, 1.09817195, 15.0048761)
  5393. o72.Rotation = Vector3.new(3.08320072e-016, 90, 0)
  5394. o72.Anchored = true
  5395. o72.FormFactor = Enum.FormFactor.Custom
  5396. o72.Size = Vector3.new(0.244444445, 0.200000003, 0.200000003)
  5397. o72.CFrame = CFrame.new(18.9315281, 1.09817195, 15.0048761, 0, -1.0960446e-021, 1, 5.38120031e-018, 1, -1.0960446e-021, -1, -5.38120031e-018, 0)
  5398. o72.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5399. o72.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5400. o72.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5401. o72.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5402. o72.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5403. o72.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5404. o72.Color = Color3.new(0.105882, 0.164706, 0.207843)
  5405. o73.Parent = o72
  5406. o73.Scale = Vector3.new(1, 0.277777761, 0.527777731)
  5407. o74.Parent = o1
  5408. o74.Material = Enum.Material.SmoothPlastic
  5409. o74.BrickColor = BrickColor.new("Black")
  5410. o74.Position = Vector3.new(18.9870701, 1.13095105, 15.0048761)
  5411. o74.Rotation = Vector3.new(3.08320072e-016, 90, 0)
  5412. o74.Anchored = true
  5413. o74.FormFactor = Enum.FormFactor.Custom
  5414. o74.Size = Vector3.new(0.244444445, 0.200000003, 0.200000003)
  5415. o74.CFrame = CFrame.new(18.9870701, 1.13095105, 15.0048761, 0, -1.0960446e-021, 1, 5.38120031e-018, 1, -1.0960446e-021, -1, -5.38120031e-018, 0)
  5416. o74.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5417. o74.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5418. o74.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5419. o74.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5420. o74.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5421. o74.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5422. o74.Color = Color3.new(0.105882, 0.164706, 0.207843)
  5423. o75.Parent = o74
  5424. o75.Scale = Vector3.new(1, 0.583333313, 0.361111134)
  5425. o76.Parent = o1
  5426. o76.Material = Enum.Material.SmoothPlastic
  5427. o76.BrickColor = BrickColor.new("Black")
  5428. o76.Position = Vector3.new(18.970396, 1.17595196, 15.0048761)
  5429. o76.Rotation = Vector3.new(3.08320072e-016, 90, 0)
  5430. o76.Anchored = true
  5431. o76.FormFactor = Enum.FormFactor.Custom
  5432. o76.Size = Vector3.new(0.244444445, 0.200000003, 0.200000003)
  5433. o76.CFrame = CFrame.new(18.970396, 1.17595196, 15.0048761, 0, -1.0960446e-021, 1, 5.38120031e-018, 1, -1.0960446e-021, -1, -5.38120031e-018, 0)
  5434. o76.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5435. o76.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5436. o76.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5437. o76.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5438. o76.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5439. o76.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5440. o76.Color = Color3.new(0.105882, 0.164706, 0.207843)
  5441. o77.Parent = o76
  5442. o77.Scale = Vector3.new(1, 0.444444448, 0.216666669)
  5443. o78.Parent = o1
  5444. o78.Material = Enum.Material.SmoothPlastic
  5445. o78.BrickColor = BrickColor.new("Black")
  5446. o78.Position = Vector3.new(18.950964, 0.39764601, 14.6493216)
  5447. o78.Rotation = Vector3.new(180, 2.50796006e-006, 5.00895612e-006)
  5448. o78.Anchored = true
  5449. o78.FormFactor = Enum.FormFactor.Custom
  5450. o78.Size = Vector3.new(0.200000003, 0.550000012, 0.200000003)
  5451. o78.CFrame = CFrame.new(18.950964, 0.39764601, 14.6493216, 1, -8.74227766e-008, 4.3772161e-008, -8.74227766e-008, -1, -3.8177829e-015, 4.3772161e-008, 6.83386182e-018, -1)
  5452. o78.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5453. o78.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5454. o78.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5455. o78.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5456. o78.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5457. o78.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5458. o78.Color = Color3.new(0.105882, 0.164706, 0.207843)
  5459. o79.Parent = o78
  5460. o79.Scale = Vector3.new(0.666666687, 1, 0.944444478)
  5461. o79.MeshType = Enum.MeshType.Wedge
  5462. o80.Parent = o1
  5463. o80.Material = Enum.Material.SmoothPlastic
  5464. o80.BrickColor = BrickColor.new("Black")
  5465. o80.Position = Vector3.new(18.8859501, 0.96707201, 15.0021019)
  5466. o80.Rotation = Vector3.new(-90, -2.50447761e-006, -90.0000076)
  5467. o80.Anchored = true
  5468. o80.FormFactor = Enum.FormFactor.Custom
  5469. o80.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  5470. o80.CFrame = CFrame.new(18.8859501, 0.96707201, 15.0021019, -1.51107088e-007, 1, -4.37113812e-008, -6.60488848e-015, 4.37113812e-008, 1, 1, 1.51107088e-007, -4.65359901e-018)
  5471. o80.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5472. o80.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5473. o80.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5474. o80.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5475. o80.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5476. o80.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5477. o80.Color = Color3.new(0.105882, 0.164706, 0.207843)
  5478. o81.Parent = o80
  5479. o81.Scale = Vector3.new(0.249999985, 0.027777778, 0.249999985)
  5480. o82.Parent = o1
  5481. o82.Material = Enum.Material.SmoothPlastic
  5482. o82.BrickColor = BrickColor.new("Dark stone grey")
  5483. o82.Position = Vector3.new(18.950964, 0.858749986, 14.8770924)
  5484. o82.Rotation = Vector3.new(-180, -2.50796256e-006, 5.00895703e-006)
  5485. o82.Anchored = true
  5486. o82.FormFactor = Enum.FormFactor.Custom
  5487. o82.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  5488. o82.CFrame = CFrame.new(18.950964, 0.858749986, 14.8770924, 0.99999994, -8.74227837e-008, -4.37722036e-008, -8.74227837e-008, -0.99999994, 7.17606313e-018, -4.36557599e-008, 1.89421216e-015, -0.999999762)
  5489. o82.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5490. o82.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5491. o82.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5492. o82.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5493. o82.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5494. o82.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5495. o82.Color = Color3.new(0.388235, 0.372549, 0.384314)
  5496. o83.Parent = o82
  5497. o83.Scale = Vector3.new(0.472222239, 0.416666687, 0.222222224)
  5498. o83.MeshType = Enum.MeshType.Wedge
  5499. o84.Parent = o1
  5500. o84.Material = Enum.Material.SmoothPlastic
  5501. o84.BrickColor = BrickColor.new("Black")
  5502. o84.Position = Vector3.new(18.950964, 1.05040395, 14.9382162)
  5503. o84.Rotation = Vector3.new(3.08320072e-016, 90, 0)
  5504. o84.Anchored = true
  5505. o84.FormFactor = Enum.FormFactor.Custom
  5506. o84.Size = Vector3.new(1.24444449, 0.200000003, 0.200000003)
  5507. o84.CFrame = CFrame.new(18.950964, 1.05040395, 14.9382162, 0, -1.0960446e-021, 1, 5.38120031e-018, 1, -1.0960446e-021, -1, -5.38120031e-018, 0)
  5508. o84.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5509. o84.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5510. o84.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5511. o84.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5512. o84.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5513. o84.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5514. o84.Color = Color3.new(0.105882, 0.164706, 0.207843)
  5515. o85.Parent = o84
  5516. o85.Scale = Vector3.new(1, 0.222222224, 0.722222269)
  5517. o86.Parent = o1
  5518. o86.Material = Enum.Material.SmoothPlastic
  5519. o86.BrickColor = BrickColor.new("Black")
  5520. o86.Position = Vector3.new(18.950964, 0.469879985, 14.2215319)
  5521. o86.Rotation = Vector3.new(2.05579065e-016, -2.50796006e-006, 6.27987314e-020)
  5522. o86.Anchored = true
  5523. o86.FormFactor = Enum.FormFactor.Custom
  5524. o86.Size = Vector3.new(0.200000003, 0.527777791, 0.211111099)
  5525. o86.CFrame = CFrame.new(18.950964, 0.469879985, 14.2215319, 1, -1.0960446e-021, -4.3772161e-008, -7.78546341e-022, 1, -3.58803156e-018, 4.3772161e-008, -5.38120031e-018, 1)
  5526. o86.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5527. o86.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5528. o86.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5529. o86.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5530. o86.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5531. o86.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5532. o86.Color = Color3.new(0.105882, 0.164706, 0.207843)
  5533. o87.Parent = o86
  5534. o87.Scale = Vector3.new(0.666666687, 1, 1)
  5535. o87.MeshType = Enum.MeshType.Wedge
  5536. o88.Parent = o1
  5537. o88.Material = Enum.Material.SmoothPlastic
  5538. o88.BrickColor = BrickColor.new("Dark stone grey")
  5539. o88.Position = Vector3.new(18.950964, 0.736557007, 14.8798761)
  5540. o88.Rotation = Vector3.new(180, -2.50129006e-006, 180)
  5541. o88.Anchored = true
  5542. o88.FormFactor = Enum.FormFactor.Custom
  5543. o88.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  5544. o88.CFrame = CFrame.new(18.950964, 0.736557007, 14.8798761, -1, -1.0960446e-021, -4.36557457e-008, 1.41269847e-021, 1, -1.6144448e-018, 4.36557457e-008, -5.38120031e-018, -1)
  5545. o88.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5546. o88.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5547. o88.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5548. o88.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5549. o88.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5550. o88.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5551. o88.Color = Color3.new(0.388235, 0.372549, 0.384314)
  5552. o89.Parent = o88
  5553. o89.Scale = Vector3.new(0.472222239, 0.416666687, 0.249999985)
  5554. o89.MeshType = Enum.MeshType.Wedge
  5555. o90.Parent = o1
  5556. o90.Material = Enum.Material.SmoothPlastic
  5557. o90.BrickColor = BrickColor.new("Smoky grey")
  5558. o90.Position = Vector3.new(18.950964, 0.683766007, 14.9020796)
  5559. o90.Rotation = Vector3.new(3.08320072e-016, 90, 0)
  5560. o90.Anchored = true
  5561. o90.FormFactor = Enum.FormFactor.Custom
  5562. o90.Size = Vector3.new(0.283333331, 0.200000003, 0.200000003)
  5563. o90.CFrame = CFrame.new(18.950964, 0.683766007, 14.9020796, 0, -1.0960446e-021, 1, 5.38120031e-018, 1, -1.0960446e-021, -1, -5.38120031e-018, 0)
  5564. o90.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5565. o90.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5566. o90.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5567. o90.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5568. o90.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5569. o90.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5570. o90.Color = Color3.new(0.356863, 0.364706, 0.411765)
  5571. o91.Parent = o90
  5572. o91.Scale = Vector3.new(1, 0.111111112, 0.611111104)
  5573. o92.Parent = o1
  5574. o92.Material = Enum.Material.SmoothPlastic
  5575. o92.BrickColor = BrickColor.new("Black")
  5576. o92.Position = Vector3.new(18.950964, 0.992074013, 14.9382162)
  5577. o92.Rotation = Vector3.new(3.08320072e-016, 90, 0)
  5578. o92.Anchored = true
  5579. o92.FormFactor = Enum.FormFactor.Custom
  5580. o92.Size = Vector3.new(1.24444449, 0.200000003, 0.200000003)
  5581. o92.CFrame = CFrame.new(18.950964, 0.992074013, 14.9382162, 0, -1.0960446e-021, 1, 5.38120031e-018, 1, -1.0960446e-021, -1, -5.38120031e-018, 0)
  5582. o92.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5583. o92.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5584. o92.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5585. o92.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5586. o92.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5587. o92.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5588. o92.Color = Color3.new(0.105882, 0.164706, 0.207843)
  5589. o93.Parent = o92
  5590. o93.Scale = Vector3.new(1, 0.361111134, 0.666666687)
  5591. o94.Parent = o1
  5592. o94.Material = Enum.Material.SmoothPlastic
  5593. o94.BrickColor = BrickColor.new("Black")
  5594. o94.Position = Vector3.new(18.950964, 0.708733976, 14.827096)
  5595. o94.Rotation = Vector3.new(-180, 0.0927856117, 180)
  5596. o94.Anchored = true
  5597. o94.FormFactor = Enum.FormFactor.Custom
  5598. o94.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  5599. o94.CFrame = CFrame.new(18.950964, 0.708733976, 14.827096, -0.999998689, -1.0960446e-021, 0.00161941373, -1.1745207e-017, 1, 4.66291637e-018, -0.00161941373, -5.38120031e-018, -0.999998689)
  5600. o94.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5601. o94.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5602. o94.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5603. o94.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5604. o94.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5605. o94.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5606. o94.Color = Color3.new(0.105882, 0.164706, 0.207843)
  5607. o95.Parent = o94
  5608. o95.Scale = Vector3.new(0.611111104, 0.138888881, 0.249999985)
  5609. o95.MeshType = Enum.MeshType.Wedge
  5610. o96.Parent = o1
  5611. o96.Material = Enum.Material.SmoothPlastic
  5612. o96.BrickColor = BrickColor.new("Black")
  5613. o96.Position = Vector3.new(18.950964, 0.797657013, 14.8104324)
  5614. o96.Rotation = Vector3.new(180, -2.50129006e-006, 180)
  5615. o96.Anchored = true
  5616. o96.FormFactor = Enum.FormFactor.Custom
  5617. o96.Size = Vector3.new(0.200000003, 0.205555543, 0.200000003)
  5618. o96.CFrame = CFrame.new(18.950964, 0.797657013, 14.8104324, -1, -1.0960446e-021, -4.36557457e-008, 1.41269847e-021, 1, -1.6144448e-018, 4.36557457e-008, -5.38120031e-018, -1)
  5619. o96.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5620. o96.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5621. o96.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5622. o96.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5623. o96.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5624. o96.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5625. o96.Color = Color3.new(0.105882, 0.164706, 0.207843)
  5626. o97.Parent = o96
  5627. o97.Scale = Vector3.new(0.472222239, 1, 0.444444448)
  5628. o98.Parent = o1
  5629. o98.Material = Enum.Material.SmoothPlastic
  5630. o98.BrickColor = BrickColor.new("Black")
  5631. o98.Position = Vector3.new(18.950964, 0.875427008, 14.8298864)
  5632. o98.Rotation = Vector3.new(-180, 0, -6.27987314e-020)
  5633. o98.Anchored = true
  5634. o98.FormFactor = Enum.FormFactor.Custom
  5635. o98.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  5636. o98.CFrame = CFrame.new(18.950964, 0.875427008, 14.8298864, 1, 1.0960446e-021, 0, -1.0960446e-021, -1, 5.38120031e-018, 0, 5.38120031e-018, -1)
  5637. o98.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5638. o98.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5639. o98.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5640. o98.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5641. o98.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5642. o98.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5643. o98.Color = Color3.new(0.105882, 0.164706, 0.207843)
  5644. o99.Parent = o98
  5645. o99.Scale = Vector3.new(0.666666687, 0.249999985, 0.194444433)
  5646. o99.MeshType = Enum.MeshType.Wedge
  5647. o100.Parent = o1
  5648. o100.Material = Enum.Material.SmoothPlastic
  5649. o100.BrickColor = BrickColor.new("Black")
  5650. o100.Position = Vector3.new(18.988184, 0.986526012, 14.8076496)
  5651. o100.Rotation = Vector3.new(3.00000024, 90, 0)
  5652. o100.Anchored = true
  5653. o100.FormFactor = Enum.FormFactor.Custom
  5654. o100.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  5655. o100.CFrame = CFrame.new(18.988184, 0.986526012, 14.8076496, 2.57358579e-011, -6.64535094e-012, 1, 0.0523359589, 0.99862951, -1.0960446e-021, -0.99862951, 0.0523359627, 0)
  5656. o100.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5657. o100.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5658. o100.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5659. o100.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5660. o100.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5661. o100.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5662. o100.Color = Color3.new(0.105882, 0.164706, 0.207843)
  5663. o101.Parent = o100
  5664. o101.Scale = Vector3.new(0.694444478, 0.249999985, 0.361111134)
  5665. o102.Parent = o1
  5666. o102.Material = Enum.Material.SmoothPlastic
  5667. o102.BrickColor = BrickColor.new("Black")
  5668. o102.Position = Vector3.new(18.950964, 0.875427008, 14.8020916)
  5669. o102.Rotation = Vector3.new(3.08320072e-016, 90, 0)
  5670. o102.Anchored = true
  5671. o102.FormFactor = Enum.FormFactor.Custom
  5672. o102.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  5673. o102.CFrame = CFrame.new(18.950964, 0.875427008, 14.8020916, 0, -1.0960446e-021, 1, 5.38120031e-018, 1, -1.0960446e-021, -1, -5.38120031e-018, 0)
  5674. o102.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5675. o102.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5676. o102.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5677. o102.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5678. o102.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5679. o102.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5680. o102.Color = Color3.new(0.105882, 0.164706, 0.207843)
  5681. o103.Parent = o102
  5682. o103.Scale = Vector3.new(0.0833333358, 0.249999985, 0.666666687)
  5683. o104.Parent = o1
  5684. o104.Material = Enum.Material.SmoothPlastic
  5685. o104.BrickColor = BrickColor.new("Really black")
  5686. o104.Position = Vector3.new(18.950964, 0.536549985, 14.6048756)
  5687. o104.Rotation = Vector3.new(180, 2.50796006e-006, 5.00895612e-006)
  5688. o104.Anchored = true
  5689. o104.FormFactor = Enum.FormFactor.Custom
  5690. o104.Size = Vector3.new(0.200000003, 0.794444382, 0.244444445)
  5691. o104.CFrame = CFrame.new(18.950964, 0.536549985, 14.6048756, 1, -8.74227766e-008, 4.3772161e-008, -8.74227766e-008, -1, -3.8177829e-015, 4.3772161e-008, 6.83386182e-018, -1)
  5692. o104.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5693. o104.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5694. o104.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5695. o104.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5696. o104.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5697. o104.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5698. o104.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5699. o105.Parent = o104
  5700. o105.Scale = Vector3.new(0.694444478, 1, 1)
  5701. o105.MeshType = Enum.MeshType.Wedge
  5702. o106.Name = "Mag"
  5703. o106.Parent = o1
  5704. o106.Material = Enum.Material.SmoothPlastic
  5705. o106.BrickColor = BrickColor.new("Really black")
  5706. o106.Position = Vector3.new(18.950964, 0.56080699, 14.4704056)
  5707. o106.Rotation = Vector3.new(101, 90, 0)
  5708. o106.Anchored = true
  5709. o106.FormFactor = Enum.FormFactor.Custom
  5710. o106.Size = Vector3.new(0.872222185, 0.322222203, 0.200000003)
  5711. o106.CFrame = CFrame.new(18.950964, 0.56080699, 14.4704056, -2.79885857e-008, -5.65955389e-008, 1, 0.981627166, -0.190809026, 1.66447549e-008, 0.190809026, 0.981627107, 6.10016286e-008)
  5712. o106.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5713. o106.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5714. o106.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5715. o106.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5716. o106.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5717. o106.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5718. o106.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5719. o107.Parent = o106
  5720. o107.Scale = Vector3.new(1, 1, 0.611111104)
  5721. o108.Parent = o1
  5722. o108.Material = Enum.Material.SmoothPlastic
  5723. o108.BrickColor = BrickColor.new("Smoky grey")
  5724. o108.Position = Vector3.new(18.950964, 0.731004, 14.7326536)
  5725. o108.Rotation = Vector3.new(-90, 4.32571142e-006, -90.0000076)
  5726. o108.Anchored = true
  5727. o108.FormFactor = Enum.FormFactor.Custom
  5728. o108.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  5729. o108.CFrame = CFrame.new(18.950964, 0.731004, 14.7326536, -1.51107088e-007, 1, 7.54979084e-008, 7.25342942e-015, -7.54979084e-008, 1, 1, 1.51107088e-007, 4.14945855e-015)
  5730. o108.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5731. o108.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5732. o108.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5733. o108.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5734. o108.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5735. o108.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5736. o108.Color = Color3.new(0.356863, 0.364706, 0.411765)
  5737. o109.Parent = o108
  5738. o109.Scale = Vector3.new(0.416666687, 0.694444478, 0.416666687)
  5739. o110.Parent = o1
  5740. o110.Material = Enum.Material.SmoothPlastic
  5741. o110.BrickColor = BrickColor.new("Black")
  5742. o110.Position = Vector3.new(18.950964, 0.544876993, 14.4409838)
  5743. o110.Rotation = Vector3.new(3.08320072e-016, 90, 0)
  5744. o110.Anchored = true
  5745. o110.FormFactor = Enum.FormFactor.Custom
  5746. o110.Size = Vector3.new(0.227777779, 0.711111128, 0.200000003)
  5747. o110.CFrame = CFrame.new(18.950964, 0.544876993, 14.4409838, 0, -1.0960446e-021, 1, 5.38120031e-018, 1, -1.0960446e-021, -1, -5.38120031e-018, 0)
  5748. o110.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5749. o110.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5750. o110.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5751. o110.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5752. o110.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5753. o110.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5754. o110.Color = Color3.new(0.105882, 0.164706, 0.207843)
  5755. o111.Parent = o110
  5756. o111.Scale = Vector3.new(1, 1, 0.666666687)
  5757. o112.Parent = o1
  5758. o112.Material = Enum.Material.SmoothPlastic
  5759. o112.BrickColor = BrickColor.new("Black")
  5760. o112.Position = Vector3.new(18.950964, 0.775434017, 14.7993164)
  5761. o112.Rotation = Vector3.new(180, -2.50129006e-006, 180)
  5762. o112.Anchored = true
  5763. o112.FormFactor = Enum.FormFactor.Custom
  5764. o112.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  5765. o112.CFrame = CFrame.new(18.950964, 0.775434017, 14.7993164, -1, -1.0960446e-021, -4.36557457e-008, 1.41269847e-021, 1, -1.6144448e-018, 4.36557457e-008, -5.38120031e-018, -1)
  5766. o112.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5767. o112.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5768. o112.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5769. o112.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5770. o112.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5771. o112.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5772. o112.Color = Color3.new(0.105882, 0.164706, 0.207843)
  5773. o113.Parent = o112
  5774. o113.Scale = Vector3.new(0.666666687, 0.249999985, 0.111111112)
  5775. o113.MeshType = Enum.MeshType.Wedge
  5776. o114.Parent = o1
  5777. o114.Material = Enum.Material.SmoothPlastic
  5778. o114.BrickColor = BrickColor.new("Black")
  5779. o114.Position = Vector3.new(18.950964, 0.730996013, 14.7298584)
  5780. o114.Rotation = Vector3.new(180, 0, -90.0000076)
  5781. o114.Anchored = true
  5782. o114.FormFactor = Enum.FormFactor.Custom
  5783. o114.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  5784. o114.CFrame = CFrame.new(18.950964, 0.730996013, 14.7298584, -1.94707198e-007, 1, 0, 1, 1.94707169e-007, -4.37113883e-008, -4.37113883e-008, 0, -1)
  5785. o114.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5786. o114.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5787. o114.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5788. o114.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5789. o114.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5790. o114.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5791. o114.Color = Color3.new(0.105882, 0.164706, 0.207843)
  5792. o115.Parent = o114
  5793. o115.Scale = Vector3.new(0.833333373, 0.666666687, 0.805555522)
  5794. o116.Parent = o1
  5795. o116.Material = Enum.Material.SmoothPlastic
  5796. o116.BrickColor = BrickColor.new("Black")
  5797. o116.Position = Vector3.new(18.950964, 0.928192973, 14.7298584)
  5798. o116.Rotation = Vector3.new(3.08320072e-016, 90, 0)
  5799. o116.Anchored = true
  5800. o116.FormFactor = Enum.FormFactor.Custom
  5801. o116.Size = Vector3.new(0.827777743, 0.200000003, 0.200000003)
  5802. o116.CFrame = CFrame.new(18.950964, 0.928192973, 14.7298584, 0, -1.0960446e-021, 1, 5.38120031e-018, 1, -1.0960446e-021, -1, -5.38120031e-018, 0)
  5803. o116.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5804. o116.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5805. o116.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5806. o116.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5807. o116.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5808. o116.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5809. o116.Color = Color3.new(0.105882, 0.164706, 0.207843)
  5810. o117.Parent = o116
  5811. o117.Scale = Vector3.new(1, 0.277777761, 0.666666687)
  5812. o118.Parent = o1
  5813. o118.Material = Enum.Material.SmoothPlastic
  5814. o118.BrickColor = BrickColor.new("Black")
  5815. o118.Position = Vector3.new(18.950964, 0.825424016, 14.7993164)
  5816. o118.Rotation = Vector3.new(-180, 0, -6.27987314e-020)
  5817. o118.Anchored = true
  5818. o118.FormFactor = Enum.FormFactor.Custom
  5819. o118.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  5820. o118.CFrame = CFrame.new(18.950964, 0.825424016, 14.7993164, 1, 1.0960446e-021, 0, -1.0960446e-021, -1, 5.38120031e-018, 0, 5.38120031e-018, -1)
  5821. o118.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5822. o118.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5823. o118.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5824. o118.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5825. o118.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5826. o118.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5827. o118.Color = Color3.new(0.105882, 0.164706, 0.207843)
  5828. o119.Parent = o118
  5829. o119.Scale = Vector3.new(0.666666687, 0.249999985, 0.111111112)
  5830. o119.MeshType = Enum.MeshType.Wedge
  5831. o120.Parent = o1
  5832. o120.Material = Enum.Material.SmoothPlastic
  5833. o120.BrickColor = BrickColor.new("Black")
  5834. o120.Position = Vector3.new(18.950964, 0.600430012, 14.4798584)
  5835. o120.Rotation = Vector3.new(3.08320072e-016, 90, 0)
  5836. o120.Anchored = true
  5837. o120.FormFactor = Enum.FormFactor.Custom
  5838. o120.Size = Vector3.new(0.200000003, 0.666666687, 0.200000003)
  5839. o120.CFrame = CFrame.new(18.950964, 0.600430012, 14.4798584, 0, -1.0960446e-021, 1, 5.38120031e-018, 1, -1.0960446e-021, -1, -5.38120031e-018, 0)
  5840. o120.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5841. o120.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5842. o120.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5843. o120.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5844. o120.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5845. o120.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5846. o120.Color = Color3.new(0.105882, 0.164706, 0.207843)
  5847. o121.Parent = o120
  5848. o121.Scale = Vector3.new(0.027777778, 1, 0.694444478)
  5849. o122.Parent = o1
  5850. o122.Material = Enum.Material.SmoothPlastic
  5851. o122.BrickColor = BrickColor.new("Black")
  5852. o122.Position = Vector3.new(18.950964, 0.980957985, 14.5104237)
  5853. o122.Rotation = Vector3.new(2.05579065e-016, -2.50796006e-006, 6.27987314e-020)
  5854. o122.Anchored = true
  5855. o122.FormFactor = Enum.FormFactor.Custom
  5856. o122.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  5857. o122.CFrame = CFrame.new(18.950964, 0.980957985, 14.5104237, 1, -1.0960446e-021, -4.3772161e-008, -7.78546341e-022, 1, -3.58803156e-018, 4.3772161e-008, -5.38120031e-018, 1)
  5858. o122.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5859. o122.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5860. o122.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5861. o122.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5862. o122.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5863. o122.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5864. o122.Color = Color3.new(0.105882, 0.164706, 0.207843)
  5865. o123.Parent = o122
  5866. o123.Scale = Vector3.new(0.694444478, 0.0833333358, 0.333333343)
  5867. o123.MeshType = Enum.MeshType.Wedge
  5868. o124.Parent = o1
  5869. o124.Material = Enum.Material.SmoothPlastic
  5870. o124.BrickColor = BrickColor.new("Black")
  5871. o124.Position = Vector3.new(18.950964, 0.961513996, 14.6854324)
  5872. o124.Rotation = Vector3.new(180, -2.50129006e-006, 180)
  5873. o124.Anchored = true
  5874. o124.FormFactor = Enum.FormFactor.Custom
  5875. o124.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  5876. o124.CFrame = CFrame.new(18.950964, 0.961513996, 14.6854324, -1, -1.0960446e-021, -4.36557457e-008, 1.41269847e-021, 1, -1.6144448e-018, 4.36557457e-008, -5.38120031e-018, -1)
  5877. o124.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5878. o124.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5879. o124.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5880. o124.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5881. o124.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5882. o124.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5883. o124.Color = Color3.new(0.105882, 0.164706, 0.207843)
  5884. o125.Parent = o124
  5885. o125.Scale = Vector3.new(0.694444478, 0.277777761, 0.416666687)
  5886. o125.MeshType = Enum.MeshType.Wedge
  5887. o126.Parent = o1
  5888. o126.Material = Enum.Material.SmoothPlastic
  5889. o126.BrickColor = BrickColor.new("Really black")
  5890. o126.Position = Vector3.new(18.950964, 0.803216994, 14.6715384)
  5891. o126.Rotation = Vector3.new(3.08320072e-016, 90, 0)
  5892. o126.Anchored = true
  5893. o126.FormFactor = Enum.FormFactor.Custom
  5894. o126.Size = Vector3.new(0.244444445, 0.200000003, 0.200000003)
  5895. o126.CFrame = CFrame.new(18.950964, 0.803216994, 14.6715384, 0, -1.0960446e-021, 1, 5.38120031e-018, 1, -1.0960446e-021, -1, -5.38120031e-018, 0)
  5896. o126.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5897. o126.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5898. o126.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5899. o126.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5900. o126.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5901. o126.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5902. o126.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5903. o127.Parent = o126
  5904. o127.Scale = Vector3.new(1, 0.972222209, 0.666666687)
  5905. o128.Parent = o1
  5906. o128.Material = Enum.Material.SmoothPlastic
  5907. o128.BrickColor = BrickColor.new("Really black")
  5908. o128.Position = Vector3.new(18.950964, 0.672379017, 14.6450357)
  5909. o128.Rotation = Vector3.new(-30.0000038, 90, 0)
  5910. o128.Anchored = true
  5911. o128.FormFactor = Enum.FormFactor.Custom
  5912. o128.Size = Vector3.new(0.205555543, 0.200000003, 0.200000003)
  5913. o128.CFrame = CFrame.new(18.950964, 0.672379017, 14.6450357, 4.20376836e-008, -2.60188173e-008, 1, -0.50000006, 0.866025388, 4.35066809e-008, -0.866025388, -0.50000006, 2.33994797e-008)
  5914. o128.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5915. o128.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5916. o128.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5917. o128.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5918. o128.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5919. o128.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5920. o128.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5921. o129.Parent = o128
  5922. o129.Scale = Vector3.new(1, 0.722222269, 0.666666687)
  5923. o130.Parent = o1
  5924. o130.Material = Enum.Material.SmoothPlastic
  5925. o130.BrickColor = BrickColor.new("Really black")
  5926. o130.Position = Vector3.new(18.950964, 0.619874001, 14.3270836)
  5927. o130.Rotation = Vector3.new(2.05579065e-016, -2.50796006e-006, 6.27987314e-020)
  5928. o130.Anchored = true
  5929. o130.FormFactor = Enum.FormFactor.Custom
  5930. o130.Size = Vector3.new(0.200000003, 0.705555558, 0.300000012)
  5931. o130.CFrame = CFrame.new(18.950964, 0.619874001, 14.3270836, 1, -1.0960446e-021, -4.3772161e-008, -7.78546341e-022, 1, -3.58803156e-018, 4.3772161e-008, -5.38120031e-018, 1)
  5932. o130.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5933. o130.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5934. o130.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5935. o130.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5936. o130.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5937. o130.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5938. o130.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5939. o131.Parent = o130
  5940. o131.Scale = Vector3.new(0.694444478, 1, 1)
  5941. o131.MeshType = Enum.MeshType.Wedge
  5942. o132.Parent = o1
  5943. o132.Material = Enum.Material.SmoothPlastic
  5944. o132.BrickColor = BrickColor.new("Black")
  5945. o132.Position = Vector3.new(18.950964, 1.15317094, 14.2876415)
  5946. o132.Rotation = Vector3.new(30.0000019, 90, 0)
  5947. o132.Anchored = true
  5948. o132.FormFactor = Enum.FormFactor.Custom
  5949. o132.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  5950. o132.CFrame = CFrame.new(18.950964, 1.15317094, 14.2876415, 1.28167699e-010, -5.82076609e-011, 1, 0.5, 0.866025388, -1.0960446e-021, -0.866025388, 0.5, 0)
  5951. o132.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5952. o132.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5953. o132.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5954. o132.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5955. o132.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5956. o132.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5957. o132.Color = Color3.new(0.105882, 0.164706, 0.207843)
  5958. o133.Parent = o132
  5959. o133.Scale = Vector3.new(0.388888866, 0.194444433, 0.416666687)
  5960. o134.Parent = o1
  5961. o134.Material = Enum.Material.SmoothPlastic
  5962. o134.BrickColor = BrickColor.new("Black")
  5963. o134.Position = Vector3.new(18.950964, 1.10315704, 14.3126564)
  5964. o134.Rotation = Vector3.new(3.08320072e-016, 90, 0)
  5965. o134.Anchored = true
  5966. o134.FormFactor = Enum.FormFactor.Custom
  5967. o134.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  5968. o134.CFrame = CFrame.new(18.950964, 1.10315704, 14.3126564, 0, -5.9604659e-008, 1, 5.38120031e-018, 1, 5.9604659e-008, -1, -5.38374141e-018, 0)
  5969. o134.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5970. o134.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5971. o134.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5972. o134.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5973. o134.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5974. o134.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5975. o134.Color = Color3.new(0.105882, 0.164706, 0.207843)
  5976. o135.Parent = o134
  5977. o135.Scale = Vector3.new(0.027777778, 0.861111045, 0.416666687)
  5978. o136.Parent = o1
  5979. o136.Material = Enum.Material.SmoothPlastic
  5980. o136.BrickColor = BrickColor.new("Black")
  5981. o136.Position = Vector3.new(18.950964, 0.969842017, 14.2187424)
  5982. o136.Rotation = Vector3.new(2.05579065e-016, -2.50796006e-006, 6.27987314e-020)
  5983. o136.Anchored = true
  5984. o136.FormFactor = Enum.FormFactor.Custom
  5985. o136.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  5986. o136.CFrame = CFrame.new(18.950964, 0.969842017, 14.2187424, 1, -1.0960446e-021, -4.3772161e-008, -7.78546341e-022, 1, -3.58803156e-018, 4.3772161e-008, -5.38120031e-018, 1)
  5987. o136.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5988. o136.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5989. o136.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5990. o136.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5991. o136.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5992. o136.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5993. o136.Color = Color3.new(0.105882, 0.164706, 0.207843)
  5994. o137.Parent = o136
  5995. o137.Scale = Vector3.new(0.666666687, 0.249999985, 0.74999994)
  5996. o137.MeshType = Enum.MeshType.Wedge
  5997. o138.Parent = o1
  5998. o138.Material = Enum.Material.SmoothPlastic
  5999. o138.BrickColor = BrickColor.new("Black")
  6000. o138.Position = Vector3.new(18.950964, 0.919857979, 14.2271004)
  6001. o138.Rotation = Vector3.new(-0.600734293, 89.980217, -5.99351438e-007)
  6002. o138.Anchored = true
  6003. o138.FormFactor = Enum.FormFactor.Custom
  6004. o138.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  6005. o138.CFrame = CFrame.new(18.950964, 0.919857979, 14.2271004, 4.06289615e-008, 4.25005558e-016, 0.99999994, -6.70552254e-008, 0.999999881, 4.68723726e-010, -1.00000012, -9.68575407e-008, 4.47034694e-008)
  6006. o138.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6007. o138.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6008. o138.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6009. o138.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6010. o138.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6011. o138.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6012. o138.Color = Color3.new(0.105882, 0.164706, 0.207843)
  6013. o139.Parent = o138
  6014. o139.Scale = Vector3.new(0.888888896, 0.249999985, 0.666666687)
  6015. o140.Parent = o1
  6016. o140.Material = Enum.Material.SmoothPlastic
  6017. o140.BrickColor = BrickColor.new("Black")
  6018. o140.Position = Vector3.new(18.950964, 1.17262495, 14.2539701)
  6019. o140.Rotation = Vector3.new(30.0000038, 1.24663654e-006, -90)
  6020. o140.Anchored = true
  6021. o140.FormFactor = Enum.FormFactor.Custom
  6022. o140.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  6023. o140.CFrame = CFrame.new(18.950964, 1.17262495, 14.2539701, -4.959292e-008, 1, 2.17579128e-008, -0.866025388, -3.19989653e-008, -0.50000006, -0.50000006, -4.36557457e-008, 0.866025388)
  6024. o140.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6025. o140.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6026. o140.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6027. o140.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6028. o140.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6029. o140.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6030. o140.Color = Color3.new(0.105882, 0.164706, 0.207843)
  6031. o141.Parent = o140
  6032. o141.Scale = Vector3.new(0.194444433, 0.416666687, 0.194444433)
  6033. o142.Parent = o1
  6034. o142.Material = Enum.Material.SmoothPlastic
  6035. o142.BrickColor = BrickColor.new("Really black")
  6036. o142.Position = Vector3.new(18.950964, 1.10038495, 14.3182096)
  6037. o142.Rotation = Vector3.new(3.08320072e-016, 90, 0)
  6038. o142.Anchored = true
  6039. o142.FormFactor = Enum.FormFactor.Custom
  6040. o142.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  6041. o142.CFrame = CFrame.new(18.950964, 1.10038495, 14.3182096, 0, -2.98023295e-008, 1, 5.38120031e-018, 1, 2.98023295e-008, -1, -1.91260039e-018, 0)
  6042. o142.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6043. o142.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6044. o142.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6045. o142.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6046. o142.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6047. o142.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6048. o142.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  6049. o143.Parent = o142
  6050. o143.Scale = Vector3.new(0.027777778, 0.722222269, 0.388888866)
  6051. o144.Parent = o1
  6052. o144.Material = Enum.Material.SmoothPlastic
  6053. o144.BrickColor = BrickColor.new("Black")
  6054. o144.Position = Vector3.new(18.950964, 0.986526012, 14.2826424)
  6055. o144.Rotation = Vector3.new(3.08320072e-016, 0, 6.27987314e-020)
  6056. o144.Anchored = true
  6057. o144.FormFactor = Enum.FormFactor.Custom
  6058. o144.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  6059. o144.CFrame = CFrame.new(18.950964, 0.986526012, 14.2826424, 1, -1.0960446e-021, 0, -1.0960446e-021, 1, -5.38120031e-018, 0, -5.38120031e-018, 1)
  6060. o144.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6061. o144.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6062. o144.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6063. o144.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6064. o144.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6065. o144.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6066. o144.Color = Color3.new(0.105882, 0.164706, 0.207843)
  6067. o145.Parent = o144
  6068. o145.Scale = Vector3.new(0.666666687, 0.416666687, 0.333333343)
  6069. o145.MeshType = Enum.MeshType.Wedge
  6070. o146.Parent = o1
  6071. o146.Material = Enum.Material.SmoothPlastic
  6072. o146.BrickColor = BrickColor.new("Really black")
  6073. o146.Position = Vector3.new(18.950964, 0.872651994, 14.2770796)
  6074. o146.Rotation = Vector3.new(2.18855899e-013, 2.50129006e-006, 180)
  6075. o146.Anchored = true
  6076. o146.FormFactor = Enum.FormFactor.Custom
  6077. o146.Size = Vector3.new(0.200000003, 0.200000003, 0.211111099)
  6078. o146.CFrame = CFrame.new(18.950964, 0.872651994, 14.2770796, -1, -8.74227766e-008, 4.36557457e-008, 8.74227766e-008, -1, -3.81975606e-015, 4.36557457e-008, 6.83386182e-018, 1)
  6079. o146.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6080. o146.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6081. o146.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6082. o146.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6083. o146.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6084. o146.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6085. o146.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  6086. o147.Parent = o146
  6087. o147.Scale = Vector3.new(0.666666687, 0.277777761, 1)
  6088. o147.MeshType = Enum.MeshType.Wedge
  6089. o148.Name = "Handle"
  6090. o148.Parent = o1
  6091. o148.Material = Enum.Material.SmoothPlastic
  6092. o148.BrickColor = BrickColor.new("Really black")
  6093. o148.Transparency = 1
  6094. o148.Position = Vector3.new(18.9506321, 0.598004997, 14.4106464)
  6095. o148.Rotation = Vector3.new(180, -2.50129006e-006, 180)
  6096. o148.Anchored = true
  6097. o148.FormFactor = Enum.FormFactor.Custom
  6098. o148.Size = Vector3.new(0.200000003, 0.205555543, 0.200000003)
  6099. o148.CFrame = CFrame.new(18.9506321, 0.598004997, 14.4106464, -1, -1.0960446e-021, -4.36557457e-008, 1.41269847e-021, 1, -1.6144448e-018, 4.36557457e-008, -5.38120031e-018, -1)
  6100. o148.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6101. o148.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6102. o148.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6103. o148.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6104. o148.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6105. o148.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6106. o148.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  6107. o149.Name = "FireSound"
  6108. o149.Parent = o148
  6109. o149.SoundId = "rbxassetid://330704232"
  6110. o149.Volume = 10
  6111. o150.Parent = o148
  6112. o150.Scale = Vector3.new(0.99999994, 1, 0.99999994)
  6113. Victim = game.Players.LocalPlayer.Character
  6114. function Suicide ()
  6115.         Victim.Torso.Neck.C0 = CFrame.new(0,1.5,0) * CFrame.Angles(math.rad(25), -math.rad(0),-math.rad(0))
  6116.         Victim.Torso.Neck.C1 = CFrame.new(0,0,0)
  6117.         wait(.02)
  6118.         Victim.Torso["Right Shoulder"].C0 = CFrame.new(2.3,.5,0) * CFrame.Angles(math.rad(-90), -math.rad(160),-math.rad(-70))
  6119.         Victim.Torso["Right Shoulder"].C1 = CFrame.new(0,0,0)
  6120.         ANGLE = -70
  6121.         ANGLE2 = -20
  6122.         for i=1,7 do
  6123.         ANGLE = ANGLE + 10
  6124.         ANGLE2 = ANGLE2 + 10
  6125.         Victim.Torso["Right Shoulder"].C0 = CFrame.new(2.3,.5,0) * CFrame.Angles(math.rad(-90), -math.rad(160),-math.rad(ANGLE))
  6126.         Victim.Torso["Right Shoulder"].C1 = CFrame.new(0,0,0)
  6127.         wait(1/30)
  6128.         end
  6129.         wait(.3)
  6130.         o1.Handle.FireSound.Parent = workspace
  6131.         workspace.FireSound:Play()
  6132.         game.Players.LocalPlayer.Character.Humanoid.Health = 0
  6133.         game.Players.LocalPlayer.Character.Head.BrickColor = BrickColor.new("Maroon")
  6134.         player = game.Players[Victim.Name]
  6135. char = player.Character
  6136.             char.Archivable = true
  6137.             local rg = char:Clone()
  6138.             rg.HumanoidRootPart:Destroy()
  6139.             rg.Name = ""
  6140.             rg.Humanoid.MaxHealth = 0
  6141.  
  6142.             for i, v in pairs(rg.Torso:GetChildren()) do
  6143.                 if v:IsA("Glue") or v:IsA("Motor6D") then
  6144.                     v:Destroy()
  6145.                 end
  6146.             end
  6147.                                    
  6148.             local n = Instance.new("Glue", rg.Torso)
  6149.             n.Name = "Neck"
  6150.             n.Part0 = rg.Torso
  6151.             n.Part1 = rg.Head
  6152.             n.C0 = CFrame.new(0, 1, 0)
  6153.             n.C1 = CFrame.new(0, -0.5, 0)
  6154.  
  6155.            
  6156.             local rs = Instance.new("Glue", rg.Torso)
  6157.             rs.Name = "Right Shoulder"
  6158.             rs.Part0 = rg.Torso
  6159.             rs.Part1 = rg["Right Arm"]
  6160.             rs.C0 = CFrame.new(1.5, 0.5, 0)
  6161.             rs.C1 = CFrame.new(0, 0.5, 0)
  6162.             local ls = Instance.new("Glue", rg.Torso)
  6163.             ls.Name = "Left Shoulder"
  6164.             ls.Part0 = rg.Torso
  6165.             ls.Part1 = rg["Left Arm"]
  6166.             ls.C0 = CFrame.new(-1.5, 0.5, 0)
  6167.             ls.C1 = CFrame.new(0, 0.5, 0)
  6168.            
  6169.             local rh = Instance.new("Glue", rg.Torso)
  6170.             rh.Name = "Right Hip"
  6171.             rh.Part0 = rg.Torso
  6172.             rh.Part1 = rg["Right Leg"]
  6173.             rh.C0 = CFrame.new(0.5, -1, 0)
  6174.             rh.C1 = CFrame.new(0, 1, 0)
  6175.             local lh = Instance.new("Glue", rg.Torso)
  6176.             lh.Name = "Left Hip"
  6177.             lh.Part0 = rg.Torso
  6178.             lh.Part1 = rg["Left Leg"]
  6179.             lh.C0 = CFrame.new(-0.5, -1, 0)
  6180.             lh.C1 = CFrame.new(0, 1, 0)
  6181.             char.Torso:Destroy()
  6182.             char.Head:Destroy()
  6183.             char["Left Leg"]:Destroy()
  6184.             char["Left Arm"]:Destroy()
  6185.             char["Right Leg"]:Destroy()
  6186.             char["Right Arm"]:Destroy()
  6187.             rg.Parent = game.Workspace
  6188.             rg.Head.BrickColor = BrickColor.new("Maroon")
  6189.             rg.Torso.Neck:Destroy()
  6190.                         for i, v in pairs(rg.Torso:GetChildren()) do
  6191.                 if v:IsA("Motor6D") then
  6192.                     v:Destroy()
  6193.                 end
  6194.             end
  6195. function DEATH ()
  6196. OHHNELLY = Instance.new("Part")
  6197. OHHNELLY.Parent = rg
  6198. OHHNELLY.Anchored = false
  6199. OHHNELLY.Material = Enum.Material.SmoothPlastic
  6200. OHHNELLY.BrickColor = BrickColor.new("Maroon")
  6201. OHHNELLY.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  6202. OHHNELLY.Position = rg.Head.Position
  6203. OHHNELLY.Color = Color3.new(0.458824, 0, 0)
  6204. OHHNELLY.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6205. OHHNELLY.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6206. OHHNELLY.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6207. OHHNELLY.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6208. OHHNELLY.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6209. OHHNELLY.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6210. end
  6211. for i=1, 10 do
  6212.     DEATH()
  6213.     print"BLOODY"
  6214.     wait()
  6215. end
  6216. end
  6217. function Weld(x,y)
  6218.     local W = Instance.new("Weld")
  6219.     W.Part0 = x
  6220.     W.Part1 = y
  6221.     local CJ = CFrame.new(x.Position)
  6222.     local C0 = x.CFrame:inverse()*CJ
  6223.     local C1 = y.CFrame:inverse()*CJ
  6224.     W.C0 = C0
  6225.     W.C1 = C1
  6226.     W.Parent = x
  6227. end
  6228.  
  6229. function Get(A)
  6230.     if A.className == "Part" then
  6231.         Weld(o1.Handle, A)
  6232.         A.Anchored = false
  6233.     else
  6234.         local C = A:GetChildren()
  6235.         for i=1, #C do
  6236.         Get(C[i])
  6237.         end
  6238.     end
  6239. end
  6240.  
  6241. function Finale()
  6242.     Get(o1)
  6243. end
  6244.  
  6245. o1.Equipped:connect(Finale)
  6246. o1.Unequipped:connect(Finale)
  6247. o1.Activated:connect(Suicide)
  6248. Finale()
  6249. end)
  6250. end)
  6251.  
  6252. Reviz.Name = "Reviz"
  6253. Reviz.Parent = AniMain
  6254. Reviz.BackgroundColor3 = Color3.new(1, 1, 1)
  6255. Reviz.BackgroundTransparency = 0.5
  6256. Reviz.BorderSizePixel = 0
  6257. Reviz.Position = UDim2.new(0.537037015, 0, 0.720496893, 0)
  6258. Reviz.Size = UDim2.new(0, 200, 0, 50)
  6259. Reviz.Font = Enum.Font.SourceSansLight
  6260. Reviz.Text = "Reviz Admin Gui"
  6261. Reviz.TextColor3 = Color3.new(0, 0, 0)
  6262. Reviz.TextSize = 15
  6263. Reviz.MouseButton1Down:connect(function()
  6264.     -- Creator: illremember#3799
  6265.  
  6266. -- Credits to infinite yield, harkinian, dex creators
  6267.  
  6268. prefix = ";"
  6269. wait(0.3)
  6270. Commands = {
  6271.     '[-] cmdbar is shown when ; is pressed.',
  6272.     '[1] kill [plr] -- You need a tool! Will kill the player, use rkill to kill you and player',
  6273.     '[2] bring [plr] -- You need a tool! Will bring player to you',
  6274.     '[3] spin [plr] -- You need a tool! Makes you and the player spin crazy',
  6275.     '[4] unspin -- Use after using spin cmd and dying, so you stop loop teleporting',
  6276.     '[5] attach [plr] -- You need a tool! Attaches you to player',
  6277.     '[6] unattach [plr] -- Attempts to unattach you from a player',
  6278.     '[7] follow [plr] -- Makes you follow behind the player',
  6279.     '[8] unfollow',
  6280.     '[9] freefall [plr] -- You need a tool! Teleports you and the player up into the air',
  6281.     '[10] trail [plr] -- The opposite of follow, you stay infront of player',
  6282.     '[11] untrail',
  6283.     '[12] orbit [plr] -- Makes you orbit the player',
  6284.     '[13] unorbit',
  6285.     '[14] fling [plr] -- Makes you fling the player',
  6286.     '[15] unfling',
  6287.     '[16] fecheck -- Checks if the game is FE or not',
  6288.     '[17] void [plr] -- Teleports player to the void',
  6289.     '[18] noclip -- Gives you noclip to walk through walls',
  6290.     '[19] clip -- Removes noclip',
  6291.     '[20] speed [num]/ws [num] -- Changes how fast you walk 16 is default',
  6292.     '[21] jumppower [num]/jp [num] -- Changes how high you jump 50 is default',
  6293.     '[22] hipheight [num]/hh [num] -- Changes how high you float 0 is default',
  6294.     '[23] default -- Changes your speed, jumppower and hipheight to default values',
  6295.     '[24] annoy [plr] -- Loop teleports you to the player',
  6296.     '[25] unannoy',
  6297.     '[26] headwalk [plr] -- Loop teleports you to the player head',
  6298.     '[27] unheadwalk',
  6299.     '[28] nolimbs -- Removes your arms and legs',
  6300.     '[29] god -- Gives you FE Godmode',
  6301.     '[30] drophats -- Drops your accessories',
  6302.     '[31] droptool -- Drops any tool you have equipped',
  6303.     '[32] loopdhats -- Loop drops your accessories',
  6304.     '[33] unloopdhats',
  6305.     '[34] loopdtool -- Loop drops any tools you have equipped',
  6306.     '[35] unloopdtool',
  6307.     '[36] invisible -- Gives you invisibility CREDIT TO TIMELESS',
  6308.     '[37] view [plr] -- Changes your camera to the player character',
  6309.     '[38] unview',
  6310.     '[39] goto [plr] -- Teleports you to player',
  6311.     '[40] fly -- Allows you to fly, credit to Infinite Yield',
  6312.     '[41] unfly',
  6313.     '[42] chat [msg] -- Makes you chat a message',
  6314.     '[43] spam [msg] -- Spams a message',
  6315.     '[44] unspam',
  6316.     '[45] spamwait [num] -- Changes delay of chatting a message for the spam command in seconds default is 1 second',
  6317.     '[46] pmspam [plr] -- Spams a player in private message',
  6318.     '[47] unpmspam',
  6319.     '[48] cfreeze [plr] -- Freezes a player on your client, they will only be frozen for you',
  6320.     '[49] uncfreeze [plr]',
  6321.     '[50] unlockws -- Unlocks the workspace',
  6322.     '[51] lockws -- Locks the workspace',
  6323.     '[52] btools -- Gives you btools that will only show to you useful for deleting certain blocks only for you',
  6324.     '[53] pstand -- Enables platform stand',
  6325.     '[54] unpstand -- Disables platform stand',
  6326.     '[55] blockhead -- Removes your head mesh',
  6327.     '[56] sit',
  6328.     '[57] bringobj [obj] -- Only shows on client, brings an object/part to you constantly, can be used to bring healing parts, weapons, money etc, type in exact name',
  6329.     '[58] wsvis [num] -- Changes visibility of workspace parts, num should be between 0 and 1, only shows client sided',
  6330.     '[59] hypertotal -- Loads in my FE GUI Hypertotal',
  6331.     '[60] cmds -- Prints all commands',
  6332.     '[61] rmeshhats/blockhats -- Removes the meshes of all your accessories aka block hats',
  6333.     '[62] rmeshtool/blocktool -- Removes the mesh of the tool you have equipped aka block tool',
  6334.     '[63] spinner -- Makes you spin',
  6335.     '[64] nospinner',
  6336.     '[65] reach [num] -- Gives you reach, mostly used for swords, say ;reachd for default and enter number after for custom',
  6337.     '[66] noreach -- Removes reach, must have tool equipped',
  6338.     '[67] rkill [plr] -- Kills you and the player, use kill to just kill the player without dying',
  6339.     '[68] tp me [plr] -- Alternative to goto',
  6340.     '[69] cbring [plr] -- Brings player infront of you, shows only on client, allows you to do damage to player',
  6341.     '[70] uncbring',
  6342.     '[71] swap [plr] -- You need a tool! Swaps players position with yours and your position with players',
  6343.     '[72] givetool [plr] -- Gives the tool you have equipped to the player',
  6344.     '[73] glitch [plr] -- Glitches you and the player, looks very cool',
  6345.     '[74] unglitch -- Unglitches you',
  6346.     '[75] grespawn -- Alternative to normal respawn and usually works best for when you want to reset with FE Godmode',
  6347.     '[76] explorer -- Loads up DEX',
  6348.     '[77] reset -- Resets your character.',
  6349.     '[78] anim [id] -- Applies an animation on you, must be created by ROBLOX',
  6350.     '[79] animgui -- Loads up Energize animations GUI',
  6351.     '[80] savepos -- Saves your current position',
  6352.     '[81] loadpos -- Teleports you to your saved position',
  6353.     '[82] bang [plr] -- 18+ will not work if you have FE Godmode on',
  6354.     '[83] unbang',
  6355.     '[84] delcmdbar -- Removes the command bar completely',
  6356.     '[85] bringmod [obj] -- Brings all the parts in a model, client only, comes from ;bringobj enter exact name of model',
  6357.     '[86] shutdown -- Uses harkinians script to shutdown server',
  6358.     '[87] respawn -- If grespawn doesnt work you can use respawn',
  6359.     '[88] delobj [obj] -- Deletes a certain brick in workspace, client sided',
  6360.     '[89] getplrs -- Prints all players in game',
  6361.     '[90] deldecal -- Deletes all decals client sided',
  6362.     '[91] opfinality -- Loads in my FE GUI Opfinality',
  6363.     '[92] remotes -- Prints all remotes in the game in the console when added',
  6364.     '[93] noremotes -- Stops printing remotes',
  6365.     '[94] tpdefault -- Stops all loop teleports to a player',
  6366.     '[95] stopsit -- Will not allow you to sit',
  6367.     '[96] gosit -- Allows you to sit',
  6368.     '[97] clicktp -- Enables click tp',
  6369.     '[98] noclicktp -- Disables click tp',
  6370.     '[99] toolson -- If any tools are dropped in the workspace you will automatically get them',
  6371.     '[100] toolsoff -- Stops ;toolson',
  6372.     '[101] version -- Gets the admin version',
  6373.     '[102] state [num] -- Changes your humanoid state, ;unstate to stop.',
  6374.     '[103] gravity [num] -- Changes workspace gravity default is 196.2',
  6375.     '[104] pgs -- Checks if the game has PGSPhysicsSolverEnabled enabled',
  6376.     '[105] clickdel -- Delete any block you press q on, client sided',
  6377.     '[106] noclickdel -- Stops clickdel',
  6378.     '[107] looprhats -- Loop removes mesh of your hats/loop block hats',
  6379.     '[108] unlooprhats -- Stops loop removing mesh',
  6380.     '[109] looprtool -- Loop removes mesh of your tool/loop block tools',
  6381.     '[110] unlooprtool -- Stops loop removing mesh',
  6382.     '[111] givealltools [plr] -- Gives all the tools you have in your backpack to the player',
  6383.     '[112] age [plr] -- Makes you chat the account age of the player',
  6384.     '[113] id [plr] -- Makes you chat the account ID of the player',
  6385.     '[114] .age [plr] -- Privately shows you the account age of the player',
  6386.     '[115] .id [plr] -- Privately shows you the account ID of the player',
  6387.     '[116] gameid -- Shows the game ID',
  6388.     '[117] removeinvis -- Removes all invisible walls/parts, client sided',
  6389.     '[118] removefog -- Removes fog, client sided',
  6390.     '[119] disable -- Disables your character by removing humanoid',
  6391.     '[120] enable -- Enables your character by adding humanoid',
  6392.     '[121] prefix [key] -- Changes the prefix used, default is ;',
  6393.     '[122] ;resetprefix -- Resets the prefix to ; incase you change it to an unusable prefix. Say exactly ";resetprefix" to do this command, no matter what your prefix is set to.',
  6394.     '[123] flyspeed [num] -- Change your fly speed, default is 1',
  6395.     '[124] carpet [plr] -- Makes you a carpet for a player, will not work if FE Godmode is on',
  6396.     '[125] uncarpet -- Stops carpet player',
  6397.     '[126] stare [plr] -- Turns your character to stare at another player',
  6398.     '[127] unstare -- Stops stare player',
  6399.     '[128] logchat -- Logs all chat (including /e and whispers) of all players',
  6400.     '[129] unlogchat -- Disables logchat',
  6401.     '[130] fixcam -- Fixes/resets your camera',
  6402.     '[131] unstate -- Stops changing state',
  6403. }
  6404. speedget = 1
  6405.  
  6406. lplayer = game:GetService("Players").LocalPlayer
  6407.  
  6408. lplayer.CharacterAdded:Connect(function(character)
  6409.     spin = false
  6410.     flying = false
  6411.     staring = false
  6412.     banpl = false
  6413. end)
  6414.  
  6415. function change()
  6416.     prefix = prefix
  6417.     speedfly = speedfly
  6418. end
  6419.  
  6420. function GetPlayer(String) -- Credit to Timeless/xFunnieuss
  6421.     local Found = {}
  6422.     local strl = String:lower()
  6423.     if strl == "all" then
  6424.         for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  6425.             table.insert(Found,v)
  6426.         end
  6427.     elseif strl == "others" then
  6428.         for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  6429.             if v.Name ~= lplayer.Name then
  6430.                 table.insert(Found,v)
  6431.             end
  6432.         end  
  6433.     elseif strl == "me" then
  6434.         for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  6435.             if v.Name == lplayer.Name then
  6436.                 table.insert(Found,v)
  6437.             end
  6438.         end  
  6439.     else
  6440.         for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  6441.             if v.Name:lower():sub(1, #String) == String:lower() then
  6442.                 table.insert(Found,v)
  6443.             end
  6444.         end    
  6445.     end
  6446.     return Found    
  6447. end
  6448.  
  6449. local Mouse = lplayer:GetMouse()
  6450.  
  6451. spin = false
  6452. followed = false
  6453. traill = false
  6454. noclip = false
  6455. annoying = false
  6456. hwalk = false
  6457. droppinghats = false
  6458. droppingtools = false
  6459. flying = false
  6460. spamdelay = 1
  6461. spamming = false
  6462. spammingpm = false
  6463. cbringing = false
  6464. remotes = true
  6465. added = true
  6466. binds = false
  6467. stopsitting = false
  6468. clickgoto = false
  6469. gettingtools = false
  6470. removingmeshhats = false
  6471. removingmeshtool = false
  6472. clickdel = false
  6473. staring = false
  6474. chatlogs = false
  6475. banpl = false
  6476. changingstate = false
  6477. statechosen = 0
  6478.  
  6479. adminversion = "Reviz Admin by illremember, Version 2.0"
  6480.  
  6481. flying = false
  6482. speedfly = 1
  6483.  
  6484. function plrchat(plr, chat)
  6485. print(plr.Name..": "..tick().."\n"..chat)
  6486. end
  6487.  
  6488. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  6489. v.Chatted:connect(function(chat)
  6490. if chatlogs then
  6491. plrchat(v, chat)
  6492. end
  6493. end)
  6494. end
  6495. game:GetService("Players").PlayerAdded:connect(function(plr)
  6496. plr.Chatted:connect(function(chat)
  6497. if chatlogs then
  6498. plrchat(plr, chat)
  6499. end
  6500. end)
  6501. end)
  6502.  
  6503.  
  6504. local ScreenGui = Instance.new("ScreenGui")
  6505. local Frame = Instance.new("Frame")
  6506. local CMDBAR = Instance.new("TextBox")
  6507. ScreenGui.Parent = game:GetService("CoreGui")
  6508. Frame.Parent = ScreenGui
  6509. Frame.BackgroundColor3 = Color3.new(0.3, 0.1, 0.1)
  6510. Frame.BackgroundTransparency = 0.3
  6511. Frame.Position = UDim2.new(0.5, 0, 0, 10)
  6512. Frame.Size = UDim2.new(0, 200, 0, 40)
  6513. Frame.Active = true
  6514. Frame.Draggable = true
  6515. CMDBAR.Name = "CMDBAR"
  6516. CMDBAR.Parent = Frame
  6517. CMDBAR.BackgroundColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  6518. CMDBAR.BackgroundTransparency = 0.20000000298023
  6519. CMDBAR.Size = UDim2.new(0, 180, 0, 20)
  6520. CMDBAR.Position = UDim2.new(0.05, 0, 0.25, 0)
  6521. CMDBAR.Font = Enum.Font.SourceSansLight
  6522. CMDBAR.FontSize = Enum.FontSize.Size14
  6523. CMDBAR.TextColor3 = Color3.new(0.945098, 0.945098, 0.945098)
  6524. CMDBAR.TextScaled = true
  6525. CMDBAR.TextSize = 14
  6526. CMDBAR.TextWrapped = true
  6527. CMDBAR.Text = "Press ; to type, Enter to execute"
  6528.  
  6529. local CMDS = Instance.new("ScreenGui")
  6530. local CMDSFRAME = Instance.new("Frame")
  6531. local ScrollingFrame = Instance.new("ScrollingFrame")
  6532. local TextLabel = Instance.new("TextLabel")
  6533. local closegui = Instance.new("TextButton")
  6534. CMDS.Name = "CMDS"
  6535. CMDS.Parent = game:GetService("CoreGui")
  6536. CMDSFRAME.Name = "CMDSFRAME"
  6537. CMDSFRAME.Parent = CMDS
  6538. CMDSFRAME.Active = true
  6539. CMDSFRAME.BackgroundColor3 = Color3.new(0.223529, 0.231373, 0.309804)
  6540. CMDSFRAME.BorderSizePixel = 0
  6541. CMDSFRAME.Draggable = true
  6542. CMDSFRAME.Position = UDim2.new(0, 315, 0, 100)
  6543. CMDSFRAME.Size = UDim2.new(0, 275, 0, 275)
  6544. CMDSFRAME.Visible = false
  6545. ScrollingFrame.Parent = CMDSFRAME
  6546. ScrollingFrame.BackgroundColor3 = Color3.new(0.160784, 0.160784, 0.203922)
  6547. ScrollingFrame.BorderSizePixel = 0
  6548. ScrollingFrame.Position = UDim2.new(0, 0, 0.0729999989, 0)
  6549. ScrollingFrame.Size = UDim2.new(1.04999995, 0, 0.92900002, 0)
  6550. ScrollingFrame.CanvasSize = UDim2.new(0, 0, 10, 0)
  6551. TextLabel.Parent = ScrollingFrame
  6552. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  6553. TextLabel.BackgroundTransparency = 1
  6554. TextLabel.Size = UDim2.new(0.930000007, 0, 1, 0)
  6555. TextLabel.Font = Enum.Font.SourceSans
  6556. TextLabel.FontSize = Enum.FontSize.Size18
  6557. TextLabel.Text = "[-] cmdbar is shown when ; is pressed.,\n[1] kill [plr] -- You need a tool! Will kill the player, use rkill to kill you and player,\n[2] bring [plr] -- You need a tool! Will bring player to you,\n[3] spin [plr] -- You need a tool! Makes you and the player spin crazy,\n[4] unspin -- Use after using spin cmd and dying, so you stop loop teleporting,\n[5] attach [plr] -- You need a tool! Attaches you to player,\n[6] unattach [plr] -- Attempts to unattach you from a player,\n[7] follow [plr] -- Makes you follow behind the player,\n[8] unfollow,\n[9] freefall [plr] -- You need a tool! Teleports you and the player up into the air,\n[10] trail [plr] -- The opposite of follow, you stay infront of player,\n[11] untrail,\n[12] orbit [plr] -- Makes you orbit the player,\n[13] unorbit,\n[14] fling [plr] -- Makes you fling the player,\n[15] unfling,\n[16] fecheck -- Checks if the game is FE or not,\n[17] void [plr] -- Teleports player to the void,\n[18] noclip -- Gives you noclip to walk through walls,\n[19] clip -- Removes noclip,\n[20] speed [num]/ws [num] -- Changes how fast you walk 16 is default,\n[21] jumppower [num]/jp [num] -- Changes how high you jump 50 is default,\n[22] hipheight [num]/hh [num] -- Changes how high you float 0 is default,\n[23] default -- Changes your speed, jumppower and hipheight to default values,\n[24] annoy [plr] -- Loop teleports you to the player,\n[25] unannoy,\n[26] headwalk [plr] -- Loop teleports you to the player head,\n[27] unheadwalk,\n[28] nolimbs -- Removes your arms and legs,\n[29] god -- Gives you FE Godmode,\n[30] drophats -- Drops your accessories,\n[31] droptool -- Drops any tool you have equipped,\n[32] loopdhats -- Loop drops your accessories,\n[33] unloopdhats,\n[34] loopdtool -- Loop drops any tools you have equipped,\n[35] unloopdtool,\n[36] invisible -- Gives you invisibility CREDIT TO TIMELESS,\n[37] view [plr] -- Changes your camera to the player character,\n[38] unview,\n[39] goto [plr] -- Teleports you to player,\n[40] fly -- Allows you to fly,\n[41] unfly,\n[42] chat [msg] -- Makes you chat a message,\n[43] spam [msg] -- Spams a message,\n[44] unspam,\n[45] spamwait [num] -- Changes delay of chatting a message for the spam command in seconds default is 1 second,\n[46] pmspam [plr] -- Spams a player in private message,\n[47] unpmspam,\n[48] cfreeze [plr] -- Freezes a player on your client, they will only be frozen for you,\n[49] uncfreeze [plr],\n[50] unlockws -- Unlocks the workspace,\n[51] lockws -- Locks the workspace,\n[52] btools -- Gives you btools that will only show to you useful for deleting certain blocks only for you,\n[53] pstand -- Enables platform stand,\n[54] unpstand -- Disables platform stand,\n[55] blockhead -- Removes your head mesh,\n[56] sit,\n[57] bringobj [obj] -- Only shows on client, brings an object/part to you constantly, can be used to bring healing parts, weapons, money etc, type in exact name,\n[58] wsvis [num] -- Changes visibility of workspace parts, num should be between 0 and 1, only shows client sided,\n[59] hypertotal -- Loads in my FE GUI Hypertotal,\n[60] cmds -- Prints all commands,\n[61] rmeshhats/blockhats -- Removes the meshes of all your accessories aka block hats,\n[62] rmeshtool/blocktool -- Removes the mesh of the tool you have equipped aka block tool,\n[63] spinner -- Makes you spin,\n[64] nospinner,\n[65] reach [num] -- Gives you reach, mostly used for swords, say ;reachd for default and enter number after for custom,\n[66] noreach -- Removes reach, must have tool equipped,\n[67] rkill [plr] -- Kills you and the player, use kill to just kill the player without dying,\n[68] tp me [plr] -- Alternative to goto,\n[69] cbring [plr] -- Brings player infront of you, shows only on client, allows you to do damage to player,\n[70] uncbring,\n[71] swap [plr] -- You need a tool! Swaps players position with yours and your position with players,\n[72] givetool [plr] -- Gives the tool you have equipped to the player,\n[73] glitch [plr] -- Glitches you and the player, looks very cool,\n[74] unglitch -- Unglitches you,\n[75] grespawn -- Alternative to normal respawn and usually works best for when you want to reset with FE Godmode,\n[76] explorer -- Loads up DEX,\n[77] reset -- Resets your character.,\n[78] anim [id] -- Applies an animation on you, must be created by ROBLOX,\n[79] animgui -- Loads up Energize animations GUI,\n[80] savepos -- Saves your current position,\n[81] loadpos -- Teleports you to your saved position,\n[82] bang [plr] -- 18+,\n[83] unbang,\n[84] delcmdbar -- Removes the command bar completely,\n[85] bringmod [obj] -- Brings all the parts in a model, client only, comes from ;bringobj enter exact name of model,\n[86] shutdown -- Uses harkinians script to shutdown server,\n[87] respawn -- If grespawn doesnt work you can use respawn,\n[88] delobj [obj] -- Deletes a certain brick in workspace, client sided,\n[89] getplrs -- Prints all players in game,\n[90] deldecal -- Deletes all decals client sided,\n[91] opfinality -- Loads in my FE GUI Opfinality,\n[92] remotes -- Prints all remotes in the game in the console when added,\n[93] noremotes -- Stops printing remotes,\n[94] tpdefault -- Stops all loop teleports to a player,\n[95] stopsit -- Will not allow you to sit,\n[96] gosit -- Allows you to sit,\n[97] clicktp -- Enables click tp,\n[98] noclicktp -- Disables click tp,\n[99] toolson -- If any tools are dropped in the workspace you will automatically get them,\n[100] toolsoff -- Stops ;toolson,\n[101] version -- Gets the admin version, \n This list of commands is NOT showing everything, go to my thread in the pastebin link to see ALL commands."
  6558. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  6559. TextLabel.TextSize = 15
  6560. TextLabel.TextWrapped = true
  6561. TextLabel.TextXAlignment = Enum.TextXAlignment.Left
  6562. TextLabel.TextYAlignment = Enum.TextYAlignment.Top
  6563. closegui.Name = "closegui"
  6564. closegui.Parent = CMDSFRAME
  6565. closegui.BackgroundColor3 = Color3.new(0.890196, 0.223529, 0.0588235)
  6566. closegui.BorderSizePixel = 0
  6567. closegui.Position = UDim2.new(0.995000005, 0, 0, 0)
  6568. closegui.Size = UDim2.new(0.0545952693, 0, 0.0728644878, 0)
  6569. closegui.Font = Enum.Font.SourceSansBold
  6570. closegui.FontSize = Enum.FontSize.Size24
  6571. closegui.Text = "X"
  6572. closegui.TextColor3 = Color3.new(1, 1, 1)
  6573. closegui.TextSize = 20
  6574.  
  6575. closegui.MouseButton1Click:connect(function()
  6576.     CMDSFRAME.Visible = false
  6577. end)
  6578.  
  6579. game:GetService('RunService').Stepped:connect(function()
  6580.     if spin then
  6581.         lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[spinplr.Name].Character.HumanoidRootPart.CFrame
  6582.     end
  6583.     if followed then
  6584.         lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[flwplr.Name].Character.HumanoidRootPart.CFrame + game:GetService("Players")[flwplr.Name].Character.HumanoidRootPart.CFrame.lookVector * -5
  6585.     end
  6586.     if traill then
  6587.         lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[trlplr.Name].Character.HumanoidRootPart.CFrame + game:GetService("Players")[trlplr.Name].Character.HumanoidRootPart.CFrame.lookVector * 5
  6588.     end
  6589.     if annoying then
  6590.         lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[annplr.Name].Character.HumanoidRootPart.CFrame
  6591.     end
  6592.     if hwalk then
  6593.         lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[hdwplr.Name].Character.HumanoidRootPart.CFrame + Vector3.new(0, 4, 0)
  6594.     end
  6595.     if staring then
  6596.         lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(lplayer.Character.Torso.Position, game:GetService("Players")[stareplr.Name].Character.Torso.Position)
  6597.     end
  6598. end)
  6599. game:GetService('RunService').Stepped:connect(function()
  6600.     if noclip then
  6601.         if lplayer.Character.Humanoid.RigType == Enum.HumanoidRigType.R6 then
  6602.             lplayer.Character.Head.CanCollide = false
  6603.             lplayer.Character.Torso.CanCollide = false
  6604.             lplayer.Character["Left Leg"].CanCollide = false
  6605.             lplayer.Character["Right Leg"].CanCollide = false
  6606.         else
  6607.             lplayer.Character.Humanoid:ChangeState(11)
  6608.         end
  6609.     end
  6610.     if changingstate then
  6611.         lplayer.Character.Humanoid:ChangeState(statechosen)
  6612.     end
  6613. end)
  6614. game:GetService('RunService').Stepped:connect(function()
  6615.     if droppinghats then
  6616.         for i,v in pairs(lplayer.Character:GetChildren()) do
  6617.             if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  6618.                 v.Parent = workspace
  6619.             end
  6620.         end
  6621.     end
  6622.     if droppingtools then
  6623.         for i,v in pairs(lplayer.Character:GetChildren()) do
  6624.             if (v:IsA("Tool")) then
  6625.                 v.Parent = workspace
  6626.             end
  6627.         end
  6628.     end
  6629.     if removingmeshhats then
  6630.         for i,v in pairs(lplayer.Character:GetChildren()) do
  6631.             if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  6632.                 v.Handle.Mesh:Destroy()
  6633.             end
  6634.         end
  6635.     end
  6636.     if removingmeshtool then
  6637.         for i,v in pairs(lplayer.Character:GetChildren()) do
  6638.             if (v:IsA("Tool")) then
  6639.                 v.Handle.Mesh:Destroy()
  6640.             end
  6641.         end
  6642.     end
  6643. end)
  6644. game:GetService('RunService').Stepped:connect(function()
  6645.     if banpl then
  6646.         lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[bplrr].Character.HumanoidRootPart.CFrame
  6647.     end
  6648. end)
  6649. game:GetService('RunService').Stepped:connect(function()
  6650.     if stopsitting then
  6651.         lplayer.Character.Humanoid.Sit = false
  6652.     end
  6653. end)
  6654.  
  6655. plr = lplayer
  6656. hum = plr.Character.HumanoidRootPart
  6657. mouse = plr:GetMouse()
  6658. mouse.KeyDown:connect(function(key)
  6659.     if key == "e" then
  6660.         if mouse.Target then
  6661.             if clickgoto then
  6662.                 hum.CFrame = CFrame.new(mouse.Hit.x, mouse.Hit.y + 5, mouse.Hit.z)
  6663.             elseif clickdel then
  6664.                 mouse.Target:Destroy()
  6665.             end
  6666.         end
  6667.     end
  6668. end)
  6669.  
  6670. game:GetService("Workspace").ChildAdded:connect(function(part)
  6671.     if gettingtools then
  6672.         if part:IsA("Tool") then
  6673.             part.Handle.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  6674.         end
  6675.     end
  6676. end)
  6677.  
  6678. lplayer.Chatted:Connect(function(msg)
  6679.     if string.sub(msg, 1, 6) == (prefix.."kill ") then
  6680.         if string.sub(msg, 7) == "me" then
  6681.             lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(100000,0,100000)
  6682.         else
  6683.             for i,v in pairs(GetPlayer(string.sub(msg, 7)))do
  6684.                 local NOW = lplayer.Character.HumanoidRootPart.CFrame
  6685.                 lplayer.Character.Humanoid.Name = 1
  6686.                 local l = lplayer.Character["1"]:Clone()
  6687.                 l.Parent = lplayer.Character
  6688.                 l.Name = "Humanoid"
  6689.                 wait(0.1)
  6690.                 lplayer.Character["1"]:Destroy()
  6691.                 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  6692.                 lplayer.Character.Animate.Disabled = true
  6693.                 wait(0.1)
  6694.                 lplayer.Character.Animate.Disabled = false
  6695.                 lplayer.Character.Humanoid.DisplayDistanceType = "None"
  6696.                 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  6697.                 lplayer.Character.Humanoid:EquipTool(v)
  6698.                 end
  6699.                 local function tp(player,player2)
  6700.                 local char1,char2=player.Character,player2.Character
  6701.                 if char1 and char2 then
  6702.                 char1:MoveTo(char2.Head.Position)
  6703.                 end
  6704.                 end
  6705.                 wait(0.1)
  6706.                 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  6707.                 wait(0.2)
  6708.                 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  6709.                 wait(0.5)
  6710.                 lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,10,-100000))
  6711.                 wait(0.7)
  6712.                 tp(lplayer,game:GetService("Players")[v.Name])
  6713.                 wait(0.7)
  6714.                 lplayer.Character.HumanoidRootPart.CFrame = NOW
  6715.                 game:GetService("StarterGui"):SetCore("SendNotification", {
  6716.                 Title = "Tools needed!";
  6717.                 Text = "You need a tool in your backpack for this command!";
  6718.                 })
  6719.             end
  6720.         end
  6721.     end
  6722.     if string.sub(msg, 1, 7) == (prefix.."bring ") then
  6723.         for i,v in pairs(GetPlayer(string.sub(msg, 8)))do
  6724.             local NOW = lplayer.Character.HumanoidRootPart.CFrame
  6725.             lplayer.Character.Humanoid.Name = 1
  6726.             local l = lplayer.Character["1"]:Clone()
  6727.             l.Parent = lplayer.Character
  6728.             l.Name = "Humanoid"
  6729.             wait(0.1)
  6730.             lplayer.Character["1"]:Destroy()
  6731.             game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  6732.             lplayer.Character.Animate.Disabled = true
  6733.             wait(0.1)
  6734.             lplayer.Character.Animate.Disabled = false
  6735.             lplayer.Character.Humanoid.DisplayDistanceType = "None"
  6736.             for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  6737.             lplayer.Character.Humanoid:EquipTool(v)
  6738.             end
  6739.             local function tp(player,player2)
  6740.             local char1,char2=player.Character,player2.Character
  6741.             if char1 and char2 then
  6742.             char1.HumanoidRootPart.CFrame = char2.HumanoidRootPart.CFrame
  6743.             end
  6744.             end
  6745.             local function getout(player,player2)
  6746.             local char1,char2=player.Character,player2.Character
  6747.             if char1 and char2 then
  6748.             char1:MoveTo(char2.Head.Position)
  6749.             end
  6750.             end
  6751.             tp(game:GetService("Players")[v.Name], lplayer)
  6752.             wait(0.2)
  6753.             tp(game:GetService("Players")[v.Name], lplayer)
  6754.             wait(0.5)
  6755.             lplayer.Character.HumanoidRootPart.CFrame = NOW
  6756.             wait(0.5)
  6757.             getout(lplayer, game:GetService("Players")[v.Name])
  6758.             wait(0.3)
  6759.             lplayer.Character.HumanoidRootPart.CFrame = NOW
  6760.             game:GetService("StarterGui"):SetCore("SendNotification", {
  6761.             Title = "Tools needed!";
  6762.             Text = "You need a tool in your backpack for this command!";
  6763.             })
  6764.         end
  6765.     end
  6766.     if string.sub(msg, 1, 6) == (prefix.."spin ") then
  6767.         for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  6768.             lplayer.Character.Humanoid.Name = 1
  6769.             local l = lplayer.Character["1"]:Clone()
  6770.             l.Parent = lplayer.Character
  6771.             l.Name = "Humanoid"
  6772.             wait(0.1)
  6773.             lplayer.Character["1"]:Destroy()
  6774.             game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  6775.             lplayer.Character.Animate.Disabled = true
  6776.             wait(0.1)
  6777.             lplayer.Character.Animate.Disabled = false
  6778.             lplayer.Character.Humanoid.DisplayDistanceType = "None"
  6779.             lplayer.Character.Animate.Disabled = false
  6780.             for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  6781.             lplayer.Character.Humanoid:EquipTool(v)
  6782.             end
  6783.             lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  6784.             spinplr = v
  6785.             wait(0.5)
  6786.             spin = true
  6787.             game:GetService("StarterGui"):SetCore("SendNotification", {
  6788.             Title = "Tools needed!";
  6789.             Text = "You need a tool in your backpack for this command!";
  6790.             })
  6791.         end
  6792.     end
  6793.     if string.sub(msg, 1, 7) == (prefix.."unspin") then
  6794.         spin = false
  6795.     end
  6796.     if string.sub(msg, 1, 8) == (prefix.."attach ") then
  6797.         for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  6798.             lplayer.Character.Humanoid.Name = 1
  6799.             local l = lplayer.Character["1"]:Clone()
  6800.             l.Parent = lplayer.Character
  6801.             l.Name = "Humanoid"
  6802.             wait(0.1)
  6803.             lplayer.Character["1"]:Destroy()
  6804.             game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  6805.             lplayer.Character.Animate.Disabled = true
  6806.             wait(0.1)
  6807.             lplayer.Character.Animate.Disabled = false
  6808.             lplayer.Character.Humanoid.DisplayDistanceType = "None"
  6809.             for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  6810.             lplayer.Character.Humanoid:EquipTool(v)
  6811.             end
  6812.             lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  6813.             wait(0.3)
  6814.             lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  6815.             attplr = v
  6816.             game:GetService("StarterGui"):SetCore("SendNotification", {
  6817.             Title = "Tools needed!";
  6818.             Text = "You need a tool in your backpack for this command!";
  6819.             })
  6820.         end
  6821.     end
  6822.     if string.sub(msg, 1, 10) == (prefix.."unattach ") then
  6823.         for i,v in pairs(GetPlayer(string.sub(msg, 11))) do
  6824.             local function getout(player,player2)
  6825.             local char1,char2=player.Character,player2.Character
  6826.             if char1 and char2 then
  6827.             char1:MoveTo(char2.Head.Position)
  6828.             end
  6829.             end
  6830.             getout(lplayer, game:GetService("Players")[v.Name])
  6831.         end
  6832.     end
  6833.     if string.sub(msg, 1, 8) == (prefix.."follow ") then
  6834.         for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  6835.             followed = true
  6836.             flwplr = v
  6837.         end
  6838.     end
  6839.     if string.sub(msg, 1, 9) == (prefix.."unfollow") then
  6840.         followed = false
  6841.     end
  6842.     if string.sub(msg, 1, 10) == (prefix.."freefall ") then
  6843.         for i,v in pairs(GetPlayer(string.sub(msg, 11))) do
  6844.             local NOW = lplayer.Character.HumanoidRootPart.CFrame
  6845.             lplayer.Character.Humanoid.Name = 1
  6846.             local l = lplayer.Character["1"]:Clone()
  6847.             l.Parent = lplayer.Character
  6848.             l.Name = "Humanoid"
  6849.             wait(0.1)
  6850.             lplayer.Character["1"]:Destroy()
  6851.             game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  6852.             lplayer.Character.Animate.Disabled = true
  6853.             wait(0.1)
  6854.             lplayer.Character.Animate.Disabled = false
  6855.             lplayer.Character.Humanoid.DisplayDistanceType = "None"
  6856.             for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  6857.             lplayer.Character.Humanoid:EquipTool(v)
  6858.             end
  6859.             lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  6860.             wait(0.2)
  6861.             lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  6862.             wait(0.6)
  6863.             lplayer.Character.HumanoidRootPart.CFrame = NOW
  6864.             wait(0.6)
  6865.             lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(0,50000,0)
  6866.             game:GetService("StarterGui"):SetCore("SendNotification", {
  6867.             Title = "Tools needed!";
  6868.             Text = "You need a tool in your backpack for this command!";
  6869.             })
  6870.         end
  6871.     end
  6872.     if string.sub(msg, 1, 7) == (prefix.."trail ") then
  6873.         for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  6874.             traill = true
  6875.             trlplr = v
  6876.         end
  6877.     end
  6878.     if string.sub(msg, 1, 8) == (prefix.."untrail") then
  6879.         traill = false
  6880.     end
  6881.     if string.sub(msg, 1, 7) == (prefix.."orbit ") then
  6882.         if string.sub(msg, 8) == "all" or string.sub(msg, 8) == "others" or string.sub(msg, 8) == "me" then
  6883.             lplayer.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  6884.         else
  6885.             for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  6886.                 local o = Instance.new("RocketPropulsion")
  6887.                 o.Parent = lplayer.Character.HumanoidRootPart
  6888.                 o.Name = "Orbit"
  6889.                 o.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart
  6890.                 o:Fire()
  6891.                 noclip = true
  6892.             end
  6893.         end
  6894.     end
  6895.     if string.sub(msg, 1, 8) == (prefix.."unorbit") then
  6896.         lplayer.Character.HumanoidRootPart.Orbit:Destroy()
  6897.         noclip = false
  6898.     end
  6899.     if string.sub(msg, 1, 7) == (prefix.."fling ") then
  6900.         if string.sub(msg, 8) == "all" or string.sub(msg, 8) == "others" or string.sub(msg, 8) == "me" then
  6901.             lplayer.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  6902.         else
  6903.             for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  6904.                 local y = Instance.new("RocketPropulsion")
  6905.                 y.Parent = lplayer.Character.HumanoidRootPart
  6906.                 y.CartoonFactor = 1
  6907.                 y.MaxThrust = 800000
  6908.                 y.MaxSpeed = 1000
  6909.                 y.ThrustP = 200000
  6910.                 y.Name = "Fling"
  6911.                 game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head
  6912.                 y.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart
  6913.                 y:Fire()
  6914.                 noclip = true
  6915.             end
  6916.         end
  6917.     end
  6918.     if string.sub(msg, 1, 8) == (prefix.."unfling") then
  6919.         noclip = false
  6920.         lplayer.Character.HumanoidRootPart.Fling:Destroy()
  6921.         game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Head
  6922.         wait(0.4)
  6923.         lplayer.Character.HumanoidRootPart.Fling:Destroy()
  6924.     end
  6925.     if string.sub(msg, 1, 8) == (prefix.."fecheck") then
  6926.         if game:GetService("Workspace").FilteringEnabled == true then
  6927.             warn("FE is Enabled (Filtering Enabled)")
  6928.             game:GetService("StarterGui"):SetCore("SendNotification", {
  6929.                 Title = "FE is Enabled";
  6930.                 Text = "Filtering Enabled. Enjoy using Reviz Admin!";
  6931.             })
  6932.         else
  6933.             warn("FE is Disabled (Filtering Disabled) Consider using a different admin script.")
  6934.             game:GetService("StarterGui"):SetCore("SendNotification", {
  6935.                 Title = "FE is Disabled";
  6936.                 Text = "Filtering Disabled. Consider using a different admin script.";
  6937.             })
  6938.         end
  6939.     end
  6940.     if string.sub(msg, 1, 6) == (prefix.."void ") then
  6941.         for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  6942.             lplayer.Character.Humanoid.Name = 1
  6943.             local l = lplayer.Character["1"]:Clone()
  6944.             l.Parent = lplayer.Character
  6945.             l.Name = "Humanoid"
  6946.             wait(0.1)
  6947.             lplayer.Character["1"]:Destroy()
  6948.             game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  6949.             lplayer.Character.Animate.Disabled = true
  6950.             wait(0.1)
  6951.             lplayer.Character.Animate.Disabled = false
  6952.             lplayer.Character.Humanoid.DisplayDistanceType = "None"
  6953.             for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  6954.             lplayer.Character.Humanoid:EquipTool(v)
  6955.             end
  6956.             lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  6957.             wait(0.2)
  6958.             lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  6959.             wait(0.6)
  6960.             lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(999999999999999,0,999999999999999)
  6961.             game:GetService("StarterGui"):SetCore("SendNotification", {
  6962.             Title = "Tools needed!";
  6963.             Text = "You need a tool in your backpack for this command!";
  6964.             })
  6965.         end
  6966.     end
  6967.     if string.sub(msg, 1, 7) == (prefix.."noclip") then
  6968.         noclip = true
  6969.         game:GetService("StarterGui"):SetCore("SendNotification", {
  6970.         Title = "Noclip enabled";
  6971.         Text = "Type ;clip to disable";
  6972.         })
  6973.     end
  6974.     if string.sub(msg, 1, 5) == (prefix.."clip") then
  6975.         noclip = false
  6976.         game:GetService("StarterGui"):SetCore("SendNotification", {
  6977.         Title = "Noclip disabled";
  6978.         Text = "Type ;noclip to enable";
  6979.         })
  6980.     end
  6981.     if string.sub(msg, 1, 7) == (prefix.."speed ") then
  6982.         lplayer.Character.Humanoid.WalkSpeed = (string.sub(msg, 8))
  6983.     end
  6984.     if string.sub(msg, 1, 4) == (prefix.."ws ") then
  6985.         lplayer.Character.Humanoid.WalkSpeed = (string.sub(msg, 5))
  6986.     end
  6987.     if string.sub(msg, 1, 11) == (prefix.."hipheight ") then
  6988.         lplayer.Character.Humanoid.HipHeight = (string.sub(msg, 12))
  6989.     end
  6990.     if string.sub(msg, 1, 4) == (prefix.."hh ") then
  6991.         lplayer.Character.Humanoid.HipHeight = (string.sub(msg, 5))
  6992.     end
  6993.     if string.sub(msg, 1, 11) == (prefix.."jumppower ") then
  6994.         lplayer.Character.Humanoid.JumpPower = (string.sub(msg, 12))
  6995.     end
  6996.     if string.sub(msg, 1, 4) == (prefix.."jp ") then
  6997.         lplayer.Character.Humanoid.JumpPower = (string.sub(msg, 5))
  6998.     end
  6999.     if string.sub(msg, 1, 8) == (prefix.."default") then
  7000.         lplayer.Character.Humanoid.JumpPower = 50
  7001.         lplayer.Character.Humanoid.WalkSpeed = 16
  7002.         lplayer.Character.Humanoid.HipHeight = 0
  7003.     end
  7004.     if string.sub(msg, 1, 7) == (prefix.."annoy ") then
  7005.         for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  7006.             annoying = true
  7007.             annplr = v
  7008.         end
  7009.     end
  7010.     if string.sub(msg, 1, 8) == (prefix.."unannoy") then
  7011.         annoying = false
  7012.     end
  7013.     if string.sub(msg, 1, 10) == (prefix.."headwalk ") then
  7014.         for i,v in pairs(GetPlayer(string.sub(msg, 11))) do
  7015.             hwalk = true
  7016.             hdwplr = v
  7017.         end
  7018.     end
  7019.     if string.sub(msg, 1, 11) == (prefix.."unheadwalk") then
  7020.         hwalk = false
  7021.     end
  7022.     if string.sub(msg, 1, 8) == (prefix.."nolimbs") then
  7023.         lplayer.Character["Left Leg"]:Destroy()
  7024.         lplayer.Character["Left Arm"]:Destroy()
  7025.         lplayer.Character["Right Leg"]:Destroy()
  7026.         lplayer.Character["Right Arm"]:Destroy()
  7027.     end
  7028.     if string.sub(msg, 1, 4) == (prefix.."god") then
  7029.         lplayer.Character.Humanoid.Name = 1
  7030.         local l = lplayer.Character["1"]:Clone()
  7031.         l.Parent = lplayer.Character
  7032.         l.Name = "Humanoid"
  7033.         wait(0.1)
  7034.         lplayer.Character["1"]:Destroy()
  7035.         game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  7036.         lplayer.Character.Animate.Disabled = true
  7037.         wait(0.1)
  7038.         lplayer.Character.Animate.Disabled = false
  7039.         lplayer.Character.Humanoid.DisplayDistanceType = "None"
  7040.         game:GetService("StarterGui"):SetCore("SendNotification", {
  7041.         Title = "FE Godmode enabled";
  7042.         Text = "Use ;grespawn or ;respawn to remove";
  7043.         })
  7044.     end
  7045.     if string.sub(msg, 1, 9) == (prefix.."drophats") then
  7046.         for i,v in pairs(lplayer.Character:GetChildren()) do
  7047.             if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  7048.                 v.Parent = workspace
  7049.             end
  7050.         end
  7051.     end
  7052.     if string.sub(msg, 1, 9) == (prefix.."droptool") then
  7053.         for i,v in pairs(lplayer.Character:GetChildren()) do
  7054.             if (v:IsA("Tool")) then
  7055.                 v.Parent = workspace
  7056.             end
  7057.         end
  7058.     end
  7059.     if string.sub(msg, 1, 10) == (prefix.."loopdhats") then
  7060.         droppinghats = true
  7061.         game:GetService("StarterGui"):SetCore("SendNotification", {
  7062.         Title = "Loop Drop Enabled";
  7063.         Text = "Type ;unloopdhats to disable";
  7064.         })
  7065.     end
  7066.     if string.sub(msg, 1, 12) == (prefix.."unloopdhats") then
  7067.         droppinghats = false
  7068.         game:GetService("StarterGui"):SetCore("SendNotification", {
  7069.         Title = "Loop Drop Disabled";
  7070.         Text = "Type ;loopdhats to enable.";
  7071.         })
  7072.     end
  7073.     if string.sub(msg, 1, 10) == (prefix.."loopdtool") then
  7074.         droppingtools = true
  7075.         game:GetService("StarterGui"):SetCore("SendNotification", {
  7076.         Title = "Loop Drop Enabled";
  7077.         Text = "Type ;unloopdtool to disable";
  7078.         })
  7079.     end
  7080.     if string.sub(msg, 1, 12) == (prefix.."unloopdtool") then
  7081.         droppingtools = false
  7082.         game:GetService("StarterGui"):SetCore("SendNotification", {
  7083.         Title = "Loop Drop Disabled";
  7084.         Text = "Type ;loopdtool to enable.";
  7085.         })
  7086.     end
  7087.     if string.sub(msg, 1, 10) == (prefix.."invisible") then -- Credit to Timeless
  7088.         Local = game:GetService('Players').LocalPlayer
  7089.         Char  = Local.Character
  7090.         touched,tpdback = false, false
  7091.         box = Instance.new('Part',workspace)
  7092.         box.Anchored = true
  7093.         box.CanCollide = true
  7094.         box.Size = Vector3.new(10,1,10)
  7095.         box.Position = Vector3.new(0,10000,0)
  7096.         box.Touched:connect(function(part)
  7097.             if (part.Parent.Name == Local.Name) then
  7098.                 if touched == false then
  7099.                     touched = true
  7100.                     function apply()
  7101.                         if script.Disabled ~= true then
  7102.                             no = Char.HumanoidRootPart:Clone()
  7103.                             wait(.25)
  7104.                             Char.HumanoidRootPart:Destroy()
  7105.                             no.Parent = Char
  7106.                             Char:MoveTo(loc)
  7107.                             touched = false
  7108.                         end end
  7109.                     if Char then
  7110.                         apply()
  7111.                     end
  7112.                 end
  7113.             end
  7114.         end)
  7115.         repeat wait() until Char
  7116.         loc = Char.HumanoidRootPart.Position
  7117.         Char:MoveTo(box.Position + Vector3.new(0,.5,0))
  7118.         game:GetService("StarterGui"):SetCore("SendNotification", {
  7119.         Title = "Invisibility enabled!";
  7120.         Text = "Reset or use ;respawn to remove.";
  7121.         })
  7122.     end
  7123.     if string.sub(msg, 1, 6) == (prefix.."view ") then
  7124.         for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  7125.             if game:GetService("Players")[v.Name].Character.Humanoid then
  7126.                 game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Humanoid
  7127.             else
  7128.                 game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head
  7129.             end
  7130.         end
  7131.     end
  7132.     if string.sub(msg, 1, 7) == (prefix.."unview") then
  7133.         if lplayer.Character.Humanoid then
  7134.             game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Humanoid
  7135.         else
  7136.             game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Head
  7137.         end
  7138.     end
  7139.     if string.sub(msg, 1, 6) == (prefix.."goto ") then
  7140.         for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  7141.             lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  7142.         end
  7143.     end
  7144.     if string.sub(msg, 1, 4) == (prefix.."fly") then
  7145.     repeat wait() until lplayer and lplayer.Character and lplayer.Character:FindFirstChild('HumanoidRootPart') and lplayer.Character:FindFirstChild('Humanoid')
  7146.     repeat wait() until Mouse
  7147.    
  7148.     local T = lplayer.Character.HumanoidRootPart
  7149.     local CONTROL = {F = 0, B = 0, L = 0, R = 0}
  7150.     local lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  7151.     local SPEED = speedget
  7152.    
  7153.     local function fly()
  7154.         flying = true
  7155.         local BG = Instance.new('BodyGyro', T)
  7156.         local BV = Instance.new('BodyVelocity', T)
  7157.         BG.P = 9e4
  7158.         BG.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  7159.         BG.cframe = T.CFrame
  7160.         BV.velocity = Vector3.new(0, 0.1, 0)
  7161.         BV.maxForce = Vector3.new(9e9, 9e9, 9e9)
  7162.         spawn(function()
  7163.         repeat wait()
  7164.         lplayer.Character.Humanoid.PlatformStand = true
  7165.         if CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0 then
  7166.         SPEED = 50
  7167.         elseif not (CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0) and SPEED ~= 0 then
  7168.         SPEED = 0
  7169.         end
  7170.         if (CONTROL.L + CONTROL.R) ~= 0 or (CONTROL.F + CONTROL.B) ~= 0 then
  7171.         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
  7172.         lCONTROL = {F = CONTROL.F, B = CONTROL.B, L = CONTROL.L, R = CONTROL.R}
  7173.         elseif (CONTROL.L + CONTROL.R) == 0 and (CONTROL.F + CONTROL.B) == 0 and SPEED ~= 0 then
  7174.         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
  7175.         else
  7176.         BV.velocity = Vector3.new(0, 0.1, 0)
  7177.         end
  7178.         BG.cframe = workspace.CurrentCamera.CoordinateFrame
  7179.                 until not flying
  7180.                 CONTROL = {F = 0, B = 0, L = 0, R = 0}
  7181.                 lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  7182.                 SPEED = 0
  7183.                 BG:destroy()
  7184.                 BV:destroy()
  7185.                 lplayer.Character.Humanoid.PlatformStand = false
  7186.             end)
  7187.         end
  7188.     Mouse.KeyDown:connect(function(KEY)
  7189.         if KEY:lower() == 'w' then
  7190.             CONTROL.F = speedfly
  7191.         elseif KEY:lower() == 's' then
  7192.             CONTROL.B = -speedfly
  7193.         elseif KEY:lower() == 'a' then
  7194.             CONTROL.L = -speedfly
  7195.         elseif KEY:lower() == 'd' then
  7196.             CONTROL.R = speedfly
  7197.         end
  7198.     end)
  7199.     Mouse.KeyUp:connect(function(KEY)
  7200.         if KEY:lower() == 'w' then
  7201.             CONTROL.F = 0
  7202.         elseif KEY:lower() == 's' then
  7203.             CONTROL.B = 0
  7204.         elseif KEY:lower() == 'a' then
  7205.             CONTROL.L = 0
  7206.         elseif KEY:lower() == 'd' then
  7207.             CONTROL.R = 0
  7208.         end
  7209.     end)
  7210.     fly()
  7211.     end
  7212.     if string.sub(msg, 1, 6) == (prefix.."unfly") then
  7213.         flying = false
  7214.         lplayer.Character.Humanoid.PlatformStand = false
  7215.     end
  7216.     if string.sub(msg, 1, 6) == (prefix.."chat ") then
  7217.         game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer((string.sub(msg, 7)), "All")
  7218.     end
  7219.     if string.sub(msg, 1, 6) == (prefix.."spam ") then
  7220.         spamtext = (string.sub(msg, 7))
  7221.         spamming = true
  7222.     end
  7223.     if string.sub(msg, 1, 7) == (prefix.."unspam") then
  7224.         spamming = false
  7225.     end
  7226.     if string.sub(msg, 1, 10) == (prefix.."spamwait ") then
  7227.         spamdelay = (string.sub(msg, 11))
  7228.     end
  7229.     if string.sub(msg, 1, 8) == (prefix.."pmspam ") then
  7230.         for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  7231.             pmspammed = v.Name
  7232.             spammingpm = true
  7233.         end
  7234.     end
  7235.     if string.sub(msg, 1, 9) == (prefix.."unpmspam") then
  7236.         spammingpm = false
  7237.     end
  7238.     if string.sub(msg, 1, 9) == (prefix.."cfreeze ") then
  7239.         for i,v in pairs(GetPlayer(string.sub(msg, 10))) do
  7240.             v.Character["Left Leg"].Anchored = true
  7241.             v.Character["Left Arm"].Anchored = true
  7242.             v.Character["Right Leg"].Anchored = true
  7243.             v.Character["Right Arm"].Anchored = true
  7244.             v.Character.Torso.Anchored = true
  7245.             v.Character.Head.Anchored = true
  7246.         end
  7247.     end
  7248.     if string.sub(msg, 1, 11) == (prefix.."uncfreeze ") then
  7249.         for i,v in pairs(GetPlayer(string.sub(msg, 12))) do
  7250.             v.Character["Left Leg"].Anchored = false
  7251.             v.Character["Left Arm"].Anchored = false
  7252.             v.Character["Right Leg"].Anchored = false
  7253.             v.Character["Right Arm"].Anchored = false
  7254.             v.Character.Torso.Anchored = false
  7255.             v.Character.Head.Anchored = false
  7256.         end
  7257.     end
  7258.     if string.sub(msg, 1, 9) == (prefix.."unlockws") then
  7259.         local a = game:GetService("Workspace"):getChildren()
  7260.         for i = 1, #a do
  7261.             if a[i].className == "Part" then
  7262.                 a[i].Locked = false
  7263.             elseif a[i].className == "Model" then
  7264.                 local r = a[i]:getChildren()
  7265.                 for i = 1, #r do
  7266.                     if r[i].className == "Part" then
  7267.                     r[i].Locked = false
  7268.                     end
  7269.                 end
  7270.             end
  7271.         end
  7272.         game:GetService("StarterGui"):SetCore("SendNotification", {
  7273.         Title = "Success!";
  7274.         Text = "Workspace unlocked. Use ;lockws to lock.";
  7275.         })
  7276.     end
  7277.     if string.sub(msg, 1, 7) == (prefix.."lockws") then
  7278.         local a = game:GetService("Workspace"):getChildren()
  7279.         for i = 1, #a do
  7280.             if a[i].className == "Part" then
  7281.                 a[i].Locked = true
  7282.             elseif a[i].className == "Model" then
  7283.                 local r = a[i]:getChildren()
  7284.                 for i = 1, #r do
  7285.                     if r[i].className == "Part" then
  7286.                     r[i].Locked = true
  7287.                     end
  7288.                 end
  7289.             end
  7290.         end
  7291.     end
  7292.     if string.sub(msg, 1, 7) == (prefix.."btools") then
  7293.         local Clone_T = Instance.new("HopperBin",lplayer.Backpack)
  7294.         Clone_T.BinType = "Clone"
  7295.         local Destruct = Instance.new("HopperBin",lplayer.Backpack)
  7296.         Destruct.BinType = "Hammer"
  7297.         local Hold_T = Instance.new("HopperBin",lplayer.Backpack)
  7298.         Hold_T.BinType = "Grab"
  7299.     end
  7300.     if string.sub(msg, 1, 7) == (prefix.."pstand") then
  7301.         lplayer.Character.Humanoid.PlatformStand = true
  7302.     end
  7303.     if string.sub(msg, 1, 9) == (prefix.."unpstand") then
  7304.         lplayer.Character.Humanoid.PlatformStand = false
  7305.     end
  7306.     if string.sub(msg, 1, 10) == (prefix.."blockhead") then
  7307.         lplayer.Character.Head.Mesh:Destroy()
  7308.     end
  7309.     if string.sub(msg, 1, 4) == (prefix.."sit") then
  7310.         lplayer.Character.Humanoid.Sit = true
  7311.     end
  7312.     if string.sub(msg, 1, 10) == (prefix.."bringobj ") then
  7313.         local function bringobjw()
  7314.         for i,obj in ipairs(game:GetService("Workspace"):GetDescendants()) do
  7315.         if obj.Name == (string.sub(msg, 11)) then
  7316.         obj.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  7317.         obj.CanCollide = false
  7318.         obj.Transparency = 0.7
  7319.         wait()
  7320.         obj.CFrame = lplayer.Character["Left Leg"].CFrame
  7321.         wait()
  7322.         obj.CFrame = lplayer.Character["Right Leg"].CFrame
  7323.         wait()
  7324.         obj.CFrame = lplayer.Character["Head"].CFrame
  7325.         end
  7326.         end
  7327.         end
  7328.         while wait() do
  7329.             bringobjw()
  7330.         end
  7331.         game:GetService("StarterGui"):SetCore("SendNotification", {
  7332.         Title = "BringObj";
  7333.         Text = "BringObj enabled.";
  7334.         })
  7335.     end
  7336.     if string.sub(msg, 1, 7) == (prefix.."wsvis ") then
  7337.         vis = (string.sub(msg, 8))
  7338.         local a = game:GetService("Workspace"):GetDescendants()
  7339.         for i = 1, #a do
  7340.             if a[i].className == "Part" then
  7341.                 a[i].Transparency = vis
  7342.             elseif a[i].className == "Model" then
  7343.                 local r = a[i]:getChildren()
  7344.                 for i = 1, #r do
  7345.                     if r[i].className == "Part" then
  7346.                     r[i].Transparency = vis
  7347.                     end
  7348.                 end
  7349.             end
  7350.         end
  7351.     end
  7352.     if string.sub(msg, 1, 11) == (prefix.."hypertotal") then
  7353.         loadstring(game:GetObjects("rbxassetid://1255063809")[1].Source)()
  7354.         game:GetService("StarterGui"):SetCore("SendNotification", {
  7355.         Title = "Success!";
  7356.         Text = "HyperTotal GUI Loaded!";
  7357.         })
  7358.     end
  7359.     if string.sub(msg, 1, 5) == (prefix.."cmds") then
  7360.         CMDSFRAME.Visible = true
  7361.     end
  7362.     if string.sub(msg, 1, 10) == (prefix.."rmeshhats") then
  7363.         for i,v in pairs(lplayer.Character:GetChildren()) do
  7364.             if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  7365.                 v.Handle.Mesh:Destroy()
  7366.             end
  7367.         end
  7368.     end
  7369.     if string.sub(msg, 1, 10) == (prefix.."blockhats") then
  7370.         for i,v in pairs(lplayer.Character:GetChildren()) do
  7371.             if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  7372.                 v.Handle.Mesh:Destroy()
  7373.             end
  7374.         end
  7375.     end
  7376.     if string.sub(msg, 1, 10) == (prefix.."rmeshtool") then
  7377.         for i,v in pairs(lplayer.Character:GetChildren()) do
  7378.             if (v:IsA("Tool")) then
  7379.                 v.Handle.Mesh:Destroy()
  7380.             end
  7381.         end
  7382.     end
  7383.     if string.sub(msg, 1, 10) == (prefix.."blocktool") then
  7384.         for i,v in pairs(lplayer.Character:GetChildren()) do
  7385.             if (v:IsA("Tool")) then
  7386.                 v.Handle.Mesh:Destroy()
  7387.             end
  7388.         end
  7389.     end
  7390.     if string.sub(msg, 1, 8) == (prefix.."spinner") then
  7391.         local p = Instance.new("RocketPropulsion")
  7392.         p.Parent = lplayer.Character.HumanoidRootPart
  7393.         p.Name = "Spinner"
  7394.         p.Target = lplayer.Character["Left Arm"]
  7395.         p:Fire()
  7396.         game:GetService("StarterGui"):SetCore("SendNotification", {
  7397.         Title = "Spinner enabled";
  7398.         Text = "Type ;nospinner to disable.";
  7399.         })
  7400.     end
  7401.     if string.sub(msg, 1, 10) == (prefix.."nospinner") then
  7402.         lplayer.Character.HumanoidRootPart.Spinner:Destroy()
  7403.     end
  7404.     if string.sub(msg, 1, 7) == (prefix.."reachd") then
  7405.         for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  7406.             if v:isA("Tool") then
  7407.                 local a = Instance.new("SelectionBox",v.Handle)
  7408.                 a.Adornee = v.Handle
  7409.                 v.Handle.Size = Vector3.new(0.5,0.5,60)
  7410.                 v.GripPos = Vector3.new(0,0,0)
  7411.                 lplayer.Character.Humanoid:UnequipTools()
  7412.             end
  7413.         end
  7414.         game:GetService("StarterGui"):SetCore("SendNotification", {
  7415.         Title = "Reach applied!";
  7416.         Text = "Applied to equipped sword. Use ;noreach to disable.";
  7417.         })
  7418.     end
  7419.     if string.sub(msg, 1, 7) == (prefix.."reach ") then
  7420.         for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  7421.             if v:isA("Tool") then
  7422.                 handleSize = v.Handle.Size
  7423.                 wait()
  7424.                 local a = Instance.new("SelectionBox",v.Handle)
  7425.                 a.Name = "a"
  7426.                 a.Adornee = v.Handle
  7427.                 v.Handle.Size = Vector3.new(0.5,0.5,(string.sub(msg, 8)))
  7428.                 v.GripPos = Vector3.new(0,0,0)
  7429.                 lplayer.Character.Humanoid:UnequipTools()
  7430.             end
  7431.         end
  7432.         game:GetService("StarterGui"):SetCore("SendNotification", {
  7433.         Title = "Reach applied!";
  7434.         Text = "Applied to equipped sword. Use ;noreach to disable.";
  7435.         })
  7436.     end
  7437.     if string.sub(msg, 1, 8) == (prefix.."noreach") then
  7438.         for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  7439.             if v:isA("Tool") then
  7440.                 v.Handle.a:Destroy()
  7441.                 v.Handle.Size = handleSize
  7442.             end
  7443.         end
  7444.         game:GetService("StarterGui"):SetCore("SendNotification", {
  7445.         Title = "Reach removed!";
  7446.         Text = "Removed reach from equipped sword.";
  7447.         })
  7448.     end
  7449.     if string.sub(msg, 1, 7) == (prefix.."rkill ") then
  7450.         for i,v in pairs(GetPlayer(string.sub(msg, 8)))do
  7451.             lplayer.Character.Humanoid.Name = 1
  7452.             local l = lplayer.Character["1"]:Clone()
  7453.             l.Parent = lplayer.Character
  7454.             l.Name = "Humanoid"
  7455.             wait(0.1)
  7456.             lplayer.Character["1"]:Destroy()
  7457.             game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  7458.             lplayer.Character.Animate.Disabled = true
  7459.             wait(0.1)
  7460.             lplayer.Character.Animate.Disabled = false
  7461.             lplayer.Character.Humanoid.DisplayDistanceType = "None"
  7462.             for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  7463.             lplayer.Character.Humanoid:EquipTool(v)
  7464.             end
  7465.             wait(0.1)
  7466.             lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  7467.             wait(0.2)
  7468.             lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  7469.             wait(0.5)
  7470.             lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,10,-100000))
  7471.             game:GetService("StarterGui"):SetCore("SendNotification", {
  7472.             Title = "Tools needed!";
  7473.             Text = "You need a tool in your backpack for this command!";
  7474.             })
  7475.         end
  7476.     end
  7477.     if string.sub(msg, 1, 7) == (prefix.."tp me ") then
  7478.         for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  7479.             lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  7480.         end
  7481.     end
  7482.     if string.sub(msg, 1, 8) == (prefix.."cbring ") then
  7483.         if (string.sub(msg, 9)) == "all" or (string.sub(msg, 9)) == "All" or (string.sub(msg, 9)) == "ALL" then
  7484.             cbringall = true
  7485.         else
  7486.             for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  7487.                 brplr = v.Name
  7488.             end
  7489.         end
  7490.         cbring = true
  7491.     end
  7492.     if string.sub(msg, 1, 9) == (prefix.."uncbring") then
  7493.         cbring = false
  7494.         cbringall = false
  7495.     end
  7496.     if string.sub(msg, 1, 6) == (prefix.."swap ") then
  7497.         for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  7498.             local NOWPLR = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  7499.             local NOW = lplayer.Character.HumanoidRootPart.CFrame
  7500.             lplayer.Character.Humanoid.Name = 1
  7501.             local l = lplayer.Character["1"]:Clone()
  7502.             l.Parent = lplayer.Character
  7503.             l.Name = "Humanoid"
  7504.             wait(0.1)
  7505.             lplayer.Character["1"]:Destroy()
  7506.             game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  7507.             lplayer.Character.Animate.Disabled = true
  7508.             wait(0.1)
  7509.             lplayer.Character.Animate.Disabled = false
  7510.             lplayer.Character.Humanoid.DisplayDistanceType = "None"
  7511.             for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  7512.             lplayer.Character.Humanoid:EquipTool(v)
  7513.             end
  7514.             local function tp(player,player2)
  7515.             local char1,char2=player.Character,player2.Character
  7516.             if char1 and char2 then
  7517.             char1:MoveTo(char2.Head.Position)
  7518.             end
  7519.             end
  7520.             wait(0.1)
  7521.             lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  7522.             wait(0.2)
  7523.             lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  7524.             wait(0.5)
  7525.             lplayer.Character.HumanoidRootPart.CFrame = NOW
  7526.             wait(0.6)
  7527.             tp(lplayer, game:GetService("Players")[v.Name])
  7528.             wait(0.4)
  7529.             lplayer.Character.HumanoidRootPart.CFrame = NOWPLR
  7530.             game:GetService("StarterGui"):SetCore("SendNotification", {
  7531.             Title = "Tools needed!";
  7532.             Text = "You need a tool in your backpack for this command!";
  7533.             })
  7534.         end
  7535.     end
  7536.     if string.sub(msg, 1, 8) == (prefix.."glitch ") then
  7537.         for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  7538.             lplayer.Character.Humanoid.Name = 1
  7539.             local l = lplayer.Character["1"]:Clone()
  7540.             l.Parent = lplayer.Character
  7541.             l.Name = "Humanoid"
  7542.             wait(0.1)
  7543.             lplayer.Character["1"]:Destroy()
  7544.             game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  7545.             lplayer.Character.Animate.Disabled = true
  7546.             wait(0.1)
  7547.             lplayer.Character.Animate.Disabled = false
  7548.             lplayer.Character.Humanoid.DisplayDistanceType = "None"
  7549.             for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  7550.             lplayer.Character.Humanoid:EquipTool(v)
  7551.             end
  7552.             lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  7553.             wait(0.3)
  7554.             lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  7555.             wait(0.4)
  7556.             b = Instance.new("BodyForce")
  7557.             b.Parent = lplayer.Character.HumanoidRootPart
  7558.             b.Name = "Glitch"
  7559.             b.Force = Vector3.new(100000000,5000,0)
  7560.             game:GetService("StarterGui"):SetCore("SendNotification", {
  7561.             Title = "Tools needed!";
  7562.             Text = "You need a tool in your backpack for this command!";
  7563.             })
  7564.         end
  7565.     end
  7566.     if string.sub(msg, 1, 9) == (prefix.."unglitch") then
  7567.         lplayer.Character.HumanoidRootPart.Glitch:Destroy()
  7568.         lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(10000,0,10000)
  7569.         b = Instance.new("BodyForce")
  7570.         b.Parent = lplayer.Character.HumanoidRootPart
  7571.         b.Name = "unGlitch"
  7572.         b.Force = Vector3.new(0,-5000000,0)
  7573.         wait(2)
  7574.         lplayer.Character.HumanoidRootPart.unGlitch:Destroy()
  7575.     end
  7576.     if string.sub(msg, 1, 9) == (prefix.."grespawn") then
  7577.         lplayer.Character.Humanoid.Health = 0
  7578.         wait(1)
  7579.         lplayer.Character.Head.CFrame = CFrame.new(1000000,0,1000000)
  7580.         lplayer.Character.Torso.CFrame = CFrame.new(1000000,0,1000000)
  7581.     end
  7582.     if string.sub(msg, 1, 9) == (prefix.."explorer") then
  7583.         loadstring(game:GetObjects("rbxassetid://492005721")[1].Source)()
  7584.         game:GetService("StarterGui"):SetCore("SendNotification", {
  7585.         Title = "Success!";
  7586.         Text = "DEX Explorer has loaded.";
  7587.         })
  7588.     end
  7589.     if string.sub(msg, 1, 6) == (prefix.."anim ") then
  7590.         local Anim = Instance.new("Animation")
  7591.         Anim.AnimationId = "rbxassetid://"..(string.sub(msg, 7))
  7592.         local track = lplayer.Character.Humanoid:LoadAnimation(Anim)
  7593.         track:Play(.1, 1, 1)
  7594.     end
  7595.     if string.sub(msg, 1, 8) == (prefix.."animgui") then
  7596.         loadstring(game:GetObjects("rbxassetid://1202558084")[1].Source)()
  7597.         game:GetService("StarterGui"):SetCore("SendNotification", {
  7598.         Title = "Success!";
  7599.         Text = "Energize Animations GUI has loaded.";
  7600.         })
  7601.     end
  7602.     if string.sub(msg, 1, 8) == (prefix.."savepos") then
  7603.         saved = lplayer.Character.HumanoidRootPart.CFrame
  7604.         game:GetService("StarterGui"):SetCore("SendNotification", {
  7605.         Title = "Position Saved";
  7606.         Text = "Use ;loadpos to return to saved position.";
  7607.         })
  7608.     end
  7609.     if string.sub(msg, 1, 8) == (prefix.."loadpos") then
  7610.         lplayer.Character.HumanoidRootPart.CFrame = saved
  7611.     end
  7612.     if string.sub(msg, 1, 6) == (prefix.."bang ") then
  7613.         for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  7614.             local Anim2 = Instance.new("Animation")
  7615.             Anim2.AnimationId = "rbxassetid://148840371"
  7616.             local track2 = lplayer.Character.Humanoid:LoadAnimation(Anim2)
  7617.             track2:Play(.1, 1, 1)
  7618.             bplrr = v.Name
  7619.             banpl = true
  7620.         end
  7621.     end
  7622.     if string.sub(msg, 1, 7) == (prefix.."unbang") then
  7623.         banpl = false
  7624.     end
  7625.     if string.sub(msg, 1, 10) == (prefix.."bringmod ") then
  7626.         local function bringmodw()
  7627.         for i,obj in ipairs(game:GetService("Workspace"):GetDescendants()) do
  7628.         if obj.Name == (string.sub(msg, 11)) then
  7629.         for i,ch in pairs(obj:GetDescendants()) do
  7630.         if (ch:IsA("BasePart")) then
  7631.         ch.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  7632.         ch.CanCollide = false
  7633.         ch.Transparency = 0.7
  7634.         wait()
  7635.         ch.CFrame = lplayer.Character["Left Leg"].CFrame
  7636.         wait()
  7637.         ch.CFrame = lplayer.Character["Right Leg"].CFrame
  7638.         wait()
  7639.         ch.CFrame = lplayer.Character["Head"].CFrame
  7640.         end
  7641.         end
  7642.         end
  7643.         end
  7644.         end
  7645.         while wait() do
  7646.             bringmodw()
  7647.         end
  7648.         game:GetService("StarterGui"):SetCore("SendNotification", {
  7649.         Title = "BringMod";
  7650.         Text = "BringMod enabled.";
  7651.         })
  7652.     end
  7653.     if string.sub(msg, 1, 8) == (prefix.."respawn") then
  7654.         local mod = Instance.new('Model', workspace) mod.Name = 're '..lplayer.Name
  7655.         local hum = Instance.new('Humanoid', mod)
  7656.         local ins = Instance.new('Part', mod) ins.Name = 'Torso' ins.CanCollide = false ins.Transparency = 1
  7657.         lplayer.Character = mod
  7658.     end
  7659.     if string.sub(msg, 1, 9) == (prefix.."shutdown") then
  7660.         game:GetService'RunService'.Stepped:Connect(function()
  7661.         pcall(function()
  7662.             for i,v in pairs(game:GetService'Players':GetPlayers()) do
  7663.                 if v.Character ~= nil and v.Character:FindFirstChild'Head' then
  7664.                     for _,x in pairs(v.Character.Head:GetChildren()) do
  7665.                         if x:IsA'Sound' then x.Playing = true x.CharacterSoundEvent:FireServer(true, true) end
  7666.                     end
  7667.                 end
  7668.             end
  7669.         end)
  7670.         end)
  7671.         game:GetService("StarterGui"):SetCore("SendNotification", {
  7672.         Title = "Attempting Shutdown";
  7673.         Text = "Shutdown Attempt has begun.";
  7674.         })
  7675.     end
  7676.     if string.sub(msg, 1, 8) == (prefix.."delobj ") then
  7677.         objtodel = (string.sub(msg, 9))
  7678.         for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
  7679.             if v.Name == objtodel then
  7680.                 v:Destroy()
  7681.             end
  7682.         end
  7683.     end
  7684.     if string.sub(msg, 1, 8) == (prefix.."getplrs") then
  7685.         for i,v in pairs(game:GetService("Players"):GetPlayers())do
  7686.             print(v)
  7687.         end
  7688.         game:GetService("StarterGui"):SetCore("SendNotification", {
  7689.         Title = "Printed";
  7690.         Text = "Players have been printed to console. (F9)";
  7691.         })
  7692.     end
  7693.     if string.sub(msg, 1, 9) == (prefix.."deldecal") then
  7694.         for i,v in pairs(game:GetService("Workspace"):GetDescendants())do
  7695.             if (v:IsA("Decal")) then
  7696.                 v:Destroy()
  7697.             end
  7698.         end
  7699.     end
  7700.     if string.sub(msg, 1, 11) == (prefix.."opfinality") then
  7701.         loadstring(game:GetObjects("rbxassetid://1294358929")[1].Source)()
  7702.         game:GetService("StarterGui"):SetCore("SendNotification", {
  7703.         Title = "Success!";
  7704.         Text = "OpFinality GUI has loaded.";
  7705.         })
  7706.     end
  7707.     if string.sub(msg, 1, 8) == (prefix.."remotes") then
  7708.         remotes = true
  7709.         added = true
  7710.         game.DescendantAdded:connect(function(rmt)
  7711.         if added == true then
  7712.         if remotes == true then
  7713.         if rmt:IsA("RemoteEvent") then
  7714.         print("A RemoteEvent was added!")
  7715.         print(" game." .. rmt:GetFullName() .. " | RemoteEvent")
  7716.         print(" game." .. rmt:GetFullName() .. " | RemoteEvent", 247, 0, 0, true)
  7717.         end end end
  7718.         end)
  7719.         game.DescendantAdded:connect(function(rmtfnctn)
  7720.         if added == true then
  7721.         if remotes == true then
  7722.         if rmtfnctn:IsA("RemoteFunction") then
  7723.         warn("A RemoteFunction was added!")
  7724.         warn(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction")
  7725.         print(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction", 5, 102, 198, true)
  7726.         end end end
  7727.         end)
  7728.        
  7729.         game.DescendantAdded:connect(function(bndfnctn)
  7730.         if added == true then
  7731.         if binds == true then
  7732.         if bndfnctn:IsA("BindableFunction") then
  7733.         print("A BindableFunction was added!")
  7734.         print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction")
  7735.         print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction", 239, 247, 4, true)
  7736.         end end end
  7737.         end)
  7738.        
  7739.         game.DescendantAdded:connect(function(bnd)
  7740.         if added == true then
  7741.         if binds == true then
  7742.         if bnd:IsA("BindableEvent") then
  7743.         warn("A BindableEvent was added!")
  7744.         warn(" game." .. bnd:GetFullName() .. " | BindableEvent")
  7745.         print(" game." .. bnd:GetFullName() .. " | BindableEvent", 13, 193, 22, true)
  7746.         end end end
  7747.         end)
  7748.        
  7749.        
  7750.         if binds == true then
  7751.         for i,v in pairs(game:GetDescendants()) do
  7752.         if v:IsA("BindableFunction") then
  7753.         print(" game." .. v:GetFullName() .. " | BindableFunction")
  7754.         print(" game." .. v:GetFullName() .. " | BindableFunction", 239, 247, 4, true)
  7755.         end end
  7756.         for i,v in pairs(game:GetDescendants()) do
  7757.         if v:IsA("BindableEvent") then
  7758.         warn(" game." .. v:GetFullName() .. " | BindableEvent")
  7759.         print(" game." .. v:GetFullName() .. " | BindableEvent", 13, 193, 22, true)
  7760.         end end
  7761.         else
  7762.         print("Off")
  7763.         end
  7764.         if remotes == true then
  7765.         for i,v in pairs(game:GetDescendants()) do
  7766.         if v:IsA("RemoteFunction") then
  7767.         warn(" game." .. v:GetFullName() .. " | RemoteFunction")
  7768.         print(" game." .. v:GetFullName() .. " | RemoteFunction", 5, 102, 198, true)
  7769.         end end
  7770.         wait()
  7771.         for i,v in pairs(game:GetDescendants()) do
  7772.         if v:IsA("RemoteEvent") then
  7773.         print(" game." .. v:GetFullName() .. " | RemoteEvent")
  7774.         print(" game." .. v:GetFullName() .. " | RemoteEvent", 247, 0, 0, true)
  7775.         end end
  7776.         else
  7777.         print("Off")
  7778.         end
  7779.         game:GetService("StarterGui"):SetCore("SendNotification", {
  7780.         Title = "Printing Remotes";
  7781.         Text = "Type ;noremotes to disable.";
  7782.         })
  7783.     end
  7784.     if string.sub(msg, 1, 10) == (prefix.."noremotes") then
  7785.         remotes = false
  7786.         added = false
  7787.         game:GetService("StarterGui"):SetCore("SendNotification", {
  7788.         Title = "Printing Remotes Disabled";
  7789.         Text = "Type ;remotes to enable.";
  7790.         })
  7791.     end
  7792.     if string.sub(msg, 1, 10) == (prefix.."tpdefault") then
  7793.         spin = false
  7794.         followed = false
  7795.         traill = false
  7796.         noclip = false
  7797.         annoying = false
  7798.         hwalk = false
  7799.         cbringing = false
  7800.     end
  7801.     if string.sub(msg, 1, 8) == (prefix.."stopsit") then
  7802.         stopsitting = true
  7803.     end
  7804.     if string.sub(msg, 1, 6) == (prefix.."gosit") then
  7805.         stopsitting = false
  7806.     end
  7807.     if string.sub(msg, 1, 8) == (prefix.."version") then
  7808.         print(adminversion)
  7809.         game:GetService("StarterGui"):SetCore("SendNotification", {
  7810.         Title = "Version";
  7811.         Text = adminversion;
  7812.         })
  7813.     end
  7814.     if string.sub(msg, 1, 8) == (prefix.."clicktp") then
  7815.         clickgoto = true
  7816.         game:GetService("StarterGui"):SetCore("SendNotification", {
  7817.         Title = "Click TP";
  7818.         Text = "Press E to teleport to mouse position, ;noclicktp to stop";
  7819.         })
  7820.     end
  7821.     if string.sub(msg, 1, 9) == (prefix.."clickdel") then
  7822.         clickdel = true
  7823.         game:GetService("StarterGui"):SetCore("SendNotification", {
  7824.         Title = "Click Delete";
  7825.         Text = "Press E to delete part at mouse, ;noclickdel to stop";
  7826.         })
  7827.     end
  7828.     if string.sub(msg, 1, 11) == (prefix.."noclickdel") then
  7829.         clickdel = false
  7830.         game:GetService("StarterGui"):SetCore("SendNotification", {
  7831.         Title = "Click Delete";
  7832.         Text = "Click delete has been disabled.";
  7833.         })
  7834.     end
  7835.     if string.sub(msg, 1, 10) == (prefix.."noclicktp") then
  7836.         clickgoto = false
  7837.         game:GetService("StarterGui"):SetCore("SendNotification", {
  7838.         Title = "Click TP";
  7839.         Text = "Click TP has been disabled.";
  7840.         })
  7841.     end
  7842.     if string.sub(msg, 1, 8) == (prefix.."toolson") then
  7843.         gettingtools = true
  7844.         game:GetService("StarterGui"):SetCore("SendNotification", {
  7845.         Title = "Tools Enabled";
  7846.         Text = "Automatically colleting tools dropped.";
  7847.         })
  7848.     end
  7849.     if string.sub(msg, 1, 9) == (prefix.."toolsoff") then
  7850.         gettingtools = false
  7851.         game:GetService("StarterGui"):SetCore("SendNotification", {
  7852.         Title = "Tools Disabled";
  7853.         Text = "Click TP has been disabled.";
  7854.         })
  7855.     end
  7856.     if string.sub(msg, 1, 10) == (prefix.."delcmdbar") then
  7857.         ScreenGui:Destroy()
  7858.     end
  7859.     if string.sub(msg, 1, 6) == (prefix.."reset") then
  7860.         lplayer.Character.Head:Destroy()
  7861.     end
  7862.     if string.sub(msg, 1, 7) == (prefix.."state ") then
  7863.         statechosen = string.sub(msg, 8)
  7864.         changingstate = true
  7865.     end
  7866.     if string.sub(msg, 1, 9) == (prefix.."gravity ") then
  7867.         game:GetService("Workspace").Gravity = string.sub(msg, 10)
  7868.     end
  7869.     if string.sub(msg, 1, 10) == (prefix.."looprhats") then
  7870.         removingmeshhats = true
  7871.     end
  7872.     if string.sub(msg, 1, 12) == (prefix.."unlooprhats") then
  7873.         removingmeshhats = false
  7874.     end
  7875.     if string.sub(msg, 1, 10) == (prefix.."looprtool") then
  7876.         removingmeshtool = true
  7877.     end
  7878.     if string.sub(msg, 1, 12) == (prefix.."unlooprtool") then
  7879.         removingmeshtool = false
  7880.     end
  7881.     if string.sub(msg, 1, 10) == (prefix.."givetool ") then
  7882.         for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetDescendants()) do
  7883.             if v:IsA("Tool") then
  7884.                 for i,player in pairs(GetPlayer(string.sub(msg, 11))) do
  7885.                     v.Parent = player.Character
  7886.                 end
  7887.             end
  7888.         end
  7889.     end
  7890.     if string.sub(msg, 1, 14) == (prefix.."givealltools ") then
  7891.         for i,v in pairs(game:GetService("Players").LocalPlayer.Backpack:GetDescendants()) do
  7892.             if v:IsA("Tool") then
  7893.                 v.Parent = lplayer.Character
  7894.                 wait()
  7895.                 for i,player in pairs(GetPlayer(string.sub(msg, 15))) do
  7896.                     v.Parent = player.Character
  7897.                 end
  7898.             end
  7899.         end
  7900.     end
  7901.     if string.sub(msg, 1, 5) == (prefix.."age ") then
  7902.         for i,player in pairs(GetPlayer(string.sub(msg, 6))) do
  7903.             game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.Name.." Account Age: "..player.AccountAge.." days!", "All")
  7904.         end
  7905.     end
  7906.     if string.sub(msg, 1, 4) == (prefix.."id ") then
  7907.         for i,player in pairs(GetPlayer(string.sub(msg, 5))) do
  7908.             game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.Name.." Account ID: "..player.UserId, "All")
  7909.         end
  7910.     end
  7911.     if string.sub(msg, 1, 6) == (prefix..".age ") then
  7912.         for i,player in pairs(GetPlayer(string.sub(msg, 7))) do
  7913.             game:GetService("StarterGui"):SetCore("SendNotification", {
  7914.             Title = player.AccountAge.." Days";
  7915.             Text = "Account age of "..player.Name;
  7916.             })
  7917.         end
  7918.     end
  7919.     if string.sub(msg, 1, 5) == (prefix..".id ") then
  7920.         for i,player in pairs(GetPlayer(string.sub(msg, 6))) do
  7921.             game:GetService("StarterGui"):SetCore("SendNotification", {
  7922.             Title = player.UserId.." ID";
  7923.             Text = "Account ID of "..player.Name;
  7924.             })
  7925.         end
  7926.     end
  7927.     if string.sub(msg, 1, 7) == (prefix.."gameid") then
  7928.         game:GetService("StarterGui"):SetCore("SendNotification", {
  7929.         Title = "Game ID";
  7930.         Text = "Game ID: ".. game.GameId;
  7931.         })
  7932.     end
  7933.     if string.sub(msg, 1, 4) == (prefix.."pgs") then
  7934.         local pgscheck = game:GetService("Workspace"):PGSIsEnabled()
  7935.         if pgscheck == true then
  7936.             game:GetService("StarterGui"):SetCore("SendNotification", {
  7937.             Title = "PGSPhysicsSolverEnabled";
  7938.             Text = "PGS is Enabled!";
  7939.             })
  7940.         else
  7941.             game:GetService("StarterGui"):SetCore("SendNotification", {
  7942.             Title = "PGSPhysicsSolverEnabled";
  7943.             Text = "PGS is Disabled!";
  7944.             })
  7945.         end
  7946.     end
  7947.     if string.sub(msg, 1, 12) == (prefix.."removeinvis") then
  7948.         for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
  7949.             if v:IsA("Part") then
  7950.                 if v.Transparency == 1 then
  7951.                     if v.Name ~= "HumanoidRootPart" then
  7952.                         v:Destroy()
  7953.                     end
  7954.                 end
  7955.             end
  7956.         end
  7957.     end
  7958.     if string.sub(msg, 1, 10) == (prefix.."removefog") then
  7959.         game:GetService("Lighting").FogStart = 0
  7960.         game:GetService("Lighting").FogEnd = 9999999999999
  7961.     end
  7962.     if string.sub(msg, 1, 8) == (prefix.."disable") then
  7963.         lplayer.Character.Humanoid.Parent = lplayer
  7964.     end
  7965.     if string.sub(msg, 1, 7) == (prefix.."enable") then
  7966.         lplayer.Humanoid.Parent = lplayer.Character
  7967.     end
  7968.     if string.sub(msg, 1, 8) == (prefix.."prefix ") then
  7969.         prefix = (string.sub(msg, 9, 9))
  7970.         wait(0.1)
  7971.         change()
  7972.         wait(0.1)
  7973.         game:GetService("StarterGui"):SetCore("SendNotification", {
  7974.         Title = "Prefix changed!";
  7975.         Text = "Prefix is now "..prefix..". Use ;resetprefix to reset to ;";
  7976.         })
  7977.     end
  7978.     if string.sub(msg, 1, 12) == (";resetprefix") then
  7979.         prefix = ";"
  7980.         wait(0.1)
  7981.         change()
  7982.         wait(0.1)
  7983.         game:GetService("StarterGui"):SetCore("SendNotification", {
  7984.         Title = "Prefix changed!";
  7985.         Text = "Prefix is now "..prefix..". Make sure it's one key!";
  7986.         })
  7987.     end
  7988.     if string.sub(msg, 1, 10) == (prefix.."flyspeed ") then
  7989.         speedfly = string.sub(msg, 11)
  7990.         wait()
  7991.         change()
  7992.     end
  7993.     if string.sub(msg, 1, 8) == (prefix.."carpet ") then
  7994.         for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  7995.             local Anim3 = Instance.new("Animation")
  7996.             Anim3.AnimationId = "rbxassetid://282574440"
  7997.             local track3 = lplayer.Character.Humanoid:LoadAnimation(Anim3)
  7998.             track3:Play(.1, 1, 1)
  7999.             bplrr = v.Name
  8000.             banpl = true
  8001.         end
  8002.     end
  8003.     if string.sub(msg, 1, 9) == (prefix.."uncarpet") then
  8004.         banpl = false
  8005.     end
  8006.     if string.sub(msg, 1, 7) == (prefix.."stare ") then
  8007.         for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  8008.             staring = true
  8009.             stareplr = v
  8010.         end
  8011.     end
  8012.     if string.sub(msg, 1, 8) == (prefix.."unstare") then
  8013.         staring = false
  8014.     end
  8015.     if string.sub(msg, 1, 8) == (prefix.."logchat") then
  8016.         chatlogs = true
  8017.         game:GetService("StarterGui"):SetCore("SendNotification", {
  8018.         Title = "LogChat enabled";
  8019.         Text = "Now logging all player chat.";
  8020.         })
  8021.     end
  8022.     if string.sub(msg, 1, 10) == (prefix.."unlogchat") then
  8023.         chatlogs = false
  8024.         game:GetService("StarterGui"):SetCore("SendNotification", {
  8025.         Title = "LogChat disabled";
  8026.         Text = "Stopped logging all player chat.";
  8027.         })
  8028.     end
  8029.     if string.sub(msg, 1, 7) == (prefix.."fixcam") then
  8030.         game:GetService("Workspace").CurrentCamera:Destroy()
  8031.         wait(0.1)
  8032.         game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Humanoid
  8033.         game:GetService("Workspace").CurrentCamera.CameraType = "Custom"
  8034.         lplayer.CameraMinZoomDistance = 0.5
  8035.         lplayer.CameraMaxZoomDistance = 400
  8036.         lplayer.CameraMode = "Classic"
  8037.     end
  8038.     if string.sub(msg, 1, 8) == (prefix.."unstate") then
  8039.         changingstate = false
  8040.     end
  8041. end)
  8042.  
  8043. local function tp()
  8044.     for i, player in ipairs(game:GetService("Players"):GetPlayers()) do
  8045.         if player.Character and player.Character:FindFirstChild("HumanoidRootPart") then
  8046.             if player.Name == brplr then
  8047.                 player.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame + lplayer.Character.HumanoidRootPart.CFrame.lookVector * 2
  8048.             end
  8049.         end
  8050.     end
  8051. end
  8052. local function tpall()
  8053.     for i, player in ipairs(game:GetService("Players"):GetPlayers()) do
  8054.         if player.Character and player.Character:FindFirstChild("HumanoidRootPart") then
  8055.             player.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame + lplayer.Character.HumanoidRootPart.CFrame.lookVector * 3
  8056.         end
  8057.     end
  8058. end
  8059. spawn(function()
  8060.     while wait(spamdelay) do
  8061.         if spamming == true then
  8062.             game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(spamtext, "All")
  8063.         end
  8064.     end
  8065. end)
  8066. spawn(function()
  8067.     while wait(spamdelay) do
  8068.         if spammingpm == true then
  8069.             game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("/w "..pmspammed.." @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@", "All")
  8070.         end
  8071.     end
  8072. end)
  8073. spawn(function()
  8074.     while wait() do
  8075.         if cbring == true then
  8076.             tp()
  8077.         end
  8078.     end
  8079. end)
  8080. spawn(function()
  8081.     while wait() do
  8082.         if cbringall == true then
  8083.             tpall()
  8084.         end
  8085.     end
  8086. end)
  8087.  
  8088. Mouse.KeyDown:connect(function(Key)
  8089.     if Key == prefix then
  8090.         CMDBAR:CaptureFocus()
  8091.     end
  8092. end)
  8093.  
  8094. CMDBAR.FocusLost:connect(function(enterPressed)
  8095.     if enterPressed then
  8096.         if string.sub(CMDBAR.Text, 1, 5) == ("kill ") then
  8097.             if string.sub(CMDBAR.Text, 6) == "me" then
  8098.                 lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(100000,0,100000)
  8099.             else
  8100.                 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6)))do
  8101.                     local NOW = lplayer.Character.HumanoidRootPart.CFrame
  8102.                     lplayer.Character.Humanoid.Name = 1
  8103.                     local l = lplayer.Character["1"]:Clone()
  8104.                     l.Parent = lplayer.Character
  8105.                     l.Name = "Humanoid"
  8106.                     wait(0.1)
  8107.                     lplayer.Character["1"]:Destroy()
  8108.                     game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  8109.                     lplayer.Character.Animate.Disabled = true
  8110.                     wait(0.1)
  8111.                     lplayer.Character.Animate.Disabled = false
  8112.                     lplayer.Character.Humanoid.DisplayDistanceType = "None"
  8113.                     for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  8114.                     lplayer.Character.Humanoid:EquipTool(v)
  8115.                     end
  8116.                     local function tp(player,player2)
  8117.                     local char1,char2=player.Character,player2.Character
  8118.                     if char1 and char2 then
  8119.                     char1:MoveTo(char2.Head.Position)
  8120.                     end
  8121.                     end
  8122.                     wait(0.1)
  8123.                     lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  8124.                     wait(0.2)
  8125.                     lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  8126.                     wait(0.5)
  8127.                     lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,10,-100000))
  8128.                     wait(0.7)
  8129.                     tp(lplayer,game:GetService("Players")[v.Name])
  8130.                     wait(0.7)
  8131.                     lplayer.Character.HumanoidRootPart.CFrame = NOW
  8132.                     game:GetService("StarterGui"):SetCore("SendNotification", {
  8133.                     Title = "Tools needed!";
  8134.                     Text = "You need a tool in your backpack for this command!";
  8135.                     })
  8136.                 end
  8137.             end
  8138.         end
  8139.         if string.sub(CMDBAR.Text, 1, 6) == ("bring ") then
  8140.             for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7)))do
  8141.                 local NOW = lplayer.Character.HumanoidRootPart.CFrame
  8142.                 lplayer.Character.Humanoid.Name = 1
  8143.                 local l = lplayer.Character["1"]:Clone()
  8144.                 l.Parent = lplayer.Character
  8145.                 l.Name = "Humanoid"
  8146.                 wait(0.1)
  8147.                 lplayer.Character["1"]:Destroy()
  8148.                 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  8149.                 lplayer.Character.Animate.Disabled = true
  8150.                 wait(0.1)
  8151.                 lplayer.Character.Animate.Disabled = false
  8152.                 lplayer.Character.Humanoid.DisplayDistanceType = "None"
  8153.                 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  8154.                 lplayer.Character.Humanoid:EquipTool(v)
  8155.                 end
  8156.                 local function tp(player,player2)
  8157.                 local char1,char2=player.Character,player2.Character
  8158.                 if char1 and char2 then
  8159.                 char1.HumanoidRootPart.CFrame = char2.HumanoidRootPart.CFrame
  8160.                 end
  8161.                 end
  8162.                 local function getout(player,player2)
  8163.                 local char1,char2=player.Character,player2.Character
  8164.                 if char1 and char2 then
  8165.                 char1:MoveTo(char2.Head.Position)
  8166.                 end
  8167.                 end
  8168.                 tp(game:GetService("Players")[v.Name], lplayer)
  8169.                 wait(0.2)
  8170.                 tp(game:GetService("Players")[v.Name], lplayer)
  8171.                 wait(0.5)
  8172.                 lplayer.Character.HumanoidRootPart.CFrame = NOW
  8173.                 wait(0.5)
  8174.                 getout(lplayer, game:GetService("Players")[v.Name])
  8175.                 wait(0.3)
  8176.                 lplayer.Character.HumanoidRootPart.CFrame = NOW
  8177.                 game:GetService("StarterGui"):SetCore("SendNotification", {
  8178.                 Title = "Tools needed!";
  8179.                 Text = "You need a tool in your backpack for this command!";
  8180.                 })
  8181.             end
  8182.         end
  8183.         if string.sub(CMDBAR.Text, 1, 5) == ("spin ") then
  8184.             for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  8185.                 lplayer.Character.Humanoid.Name = 1
  8186.                 local l = lplayer.Character["1"]:Clone()
  8187.                 l.Parent = lplayer.Character
  8188.                 l.Name = "Humanoid"
  8189.                 wait(0.1)
  8190.                 lplayer.Character["1"]:Destroy()
  8191.                 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  8192.                 lplayer.Character.Animate.Disabled = true
  8193.                 wait(0.1)
  8194.                 lplayer.Character.Animate.Disabled = false
  8195.                 lplayer.Character.Humanoid.DisplayDistanceType = "None"
  8196.                 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  8197.                 lplayer.Character.Humanoid:EquipTool(v)
  8198.                 end
  8199.                 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  8200.                 spinplr = v
  8201.                 wait(0.5)
  8202.                 spin = true
  8203.                 game:GetService("StarterGui"):SetCore("SendNotification", {
  8204.                 Title = "Tools needed!";
  8205.                 Text = "You need a tool in your backpack for this command!";
  8206.                 })
  8207.             end
  8208.         end
  8209.         if string.sub(CMDBAR.Text, 1, 6) == ("unspin") then
  8210.             spin = false
  8211.         end
  8212.         if string.sub(CMDBAR.Text, 1, 7) == ("attach ") then
  8213.             for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  8214.                 lplayer.Character.Humanoid.Name = 1
  8215.                 local l = lplayer.Character["1"]:Clone()
  8216.                 l.Parent = lplayer.Character
  8217.                 l.Name = "Humanoid"
  8218.                 wait(0.1)
  8219.                 lplayer.Character["1"]:Destroy()
  8220.                 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  8221.                 lplayer.Character.Animate.Disabled = true
  8222.                 wait(0.1)
  8223.                 lplayer.Character.Animate.Disabled = false
  8224.                 lplayer.Character.Humanoid.DisplayDistanceType = "None"
  8225.                 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  8226.                 lplayer.Character.Humanoid:EquipTool(v)
  8227.                 end
  8228.                 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  8229.                 wait(0.3)
  8230.                 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  8231.                 attplr = v
  8232.                 game:GetService("StarterGui"):SetCore("SendNotification", {
  8233.                 Title = "Tools needed!";
  8234.                 Text = "You need a tool in your backpack for this command!";
  8235.                 })
  8236.             end
  8237.         end
  8238.         if string.sub(CMDBAR.Text, 1, 9) == ("unattach ") then
  8239.             for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 10))) do
  8240.                 local function getout(player,player2)
  8241.                 local char1,char2=player.Character,player2.Character
  8242.                 if char1 and char2 then
  8243.                 char1:MoveTo(char2.Head.Position)
  8244.                 end
  8245.                 end
  8246.                 getout(lplayer, game:GetService("Players")[v.Name])
  8247.             end
  8248.         end
  8249.         if string.sub(CMDBAR.Text, 1, 7) == ("follow ") then
  8250.             for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  8251.                 followed = true
  8252.                 flwplr = v
  8253.             end
  8254.         end
  8255.         if string.sub(CMDBAR.Text, 1, 8) == ("unfollow") then
  8256.             followed = false
  8257.         end
  8258.         if string.sub(CMDBAR.Text, 1, 9) == ("freefall ") then
  8259.             for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 10))) do
  8260.                 local NOW = lplayer.Character.HumanoidRootPart.CFrame
  8261.                 lplayer.Character.Humanoid.Name = 1
  8262.                 local l = lplayer.Character["1"]:Clone()
  8263.                 l.Parent = lplayer.Character
  8264.                 l.Name = "Humanoid"
  8265.                 wait(0.1)
  8266.                 lplayer.Character["1"]:Destroy()
  8267.                 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  8268.                 lplayer.Character.Animate.Disabled = true
  8269.                 wait(0.1)
  8270.                 lplayer.Character.Animate.Disabled = false
  8271.                 lplayer.Character.Humanoid.DisplayDistanceType = "None"
  8272.                 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  8273.                 lplayer.Character.Humanoid:EquipTool(v)
  8274.                 end
  8275.                 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  8276.                 wait(0.2)
  8277.                 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  8278.                 wait(0.6)
  8279.                 lplayer.Character.HumanoidRootPart.CFrame = NOW
  8280.                 wait(0.6)
  8281.                 lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(0,50000,0)
  8282.                 game:GetService("StarterGui"):SetCore("SendNotification", {
  8283.                 Title = "Tools needed!";
  8284.                 Text = "You need a tool in your backpack for this command!";
  8285.                 })
  8286.             end
  8287.         end
  8288.         if string.sub(CMDBAR.Text, 1, 6) == ("trail ") then
  8289.             for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  8290.                 traill = true
  8291.                 trlplr = v
  8292.             end
  8293.         end
  8294.         if string.sub(CMDBAR.Text, 1, 7) == ("untrail") then
  8295.             traill = false
  8296.         end
  8297.         if string.sub(CMDBAR.Text, 1, 6) == ("orbit ") then
  8298.             if string.sub(CMDBAR.Text, 7) == "all" or string.sub(CMDBAR.Text, 7) == "others" or string.sub(CMDBAR.Text, 7) == "me" then
  8299.                 lplayer.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  8300.             else
  8301.                 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  8302.                     local o = Instance.new("RocketPropulsion")
  8303.                     o.Parent = lplayer.Character.HumanoidRootPart
  8304.                     o.Name = "Orbit"
  8305.                     o.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart
  8306.                     o:Fire()
  8307.                     noclip = true
  8308.                 end
  8309.             end
  8310.         end
  8311.         if string.sub(CMDBAR.Text, 1, 7) == ("unorbit") then
  8312.             lplayer.Character.HumanoidRootPart.Orbit:Destroy()
  8313.             noclip = false
  8314.         end
  8315.         if string.sub(CMDBAR.Text, 1, 6) == ("fling ") then
  8316.             if string.sub(CMDBAR.Text, 7) == "all" or string.sub(CMDBAR.Text, 7) == "others" or string.sub(CMDBAR.Text, 7) == "me" then
  8317.                 lplayer.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  8318.             else
  8319.                 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  8320.                     local y = Instance.new("RocketPropulsion")
  8321.                     y.Parent = lplayer.Character.HumanoidRootPart
  8322.                     y.CartoonFactor = 1
  8323.                     y.MaxThrust = 800000
  8324.                     y.MaxSpeed = 1000
  8325.                     y.ThrustP = 200000
  8326.                     y.Name = "Fling"
  8327.                     game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head
  8328.                     y.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart
  8329.                     y:Fire()
  8330.                     noclip = true
  8331.                 end
  8332.             end
  8333.         end
  8334.         if string.sub(CMDBAR.Text, 1, 7) == ("unfling") then
  8335.             noclip = false
  8336.             lplayer.Character.HumanoidRootPart.Fling:Destroy()
  8337.             game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Head
  8338.             wait(0.4)
  8339.             lplayer.Character.HumanoidRootPart.Fling:Destroy()
  8340.         end
  8341.         if string.sub(CMDBAR.Text, 1, 7) == ("fecheck") then
  8342.             if game:GetService("Workspace").FilteringEnabled == true then
  8343.                 warn("FE is Enabled (Filtering Enabled)")
  8344.                 game:GetService("StarterGui"):SetCore("SendNotification", {
  8345.                     Title = "FE is Enabled";
  8346.                     Text = "Filtering Enabled. Enjoy using Reviz Admin!";
  8347.                 })
  8348.             else
  8349.                 warn("FE is Disabled (Filtering Disabled) Consider using a different admin script.")
  8350.                 game:GetService("StarterGui"):SetCore("SendNotification", {
  8351.                     Title = "FE is Disabled";
  8352.                     Text = "Filtering Disabled. Consider using a different admin script.";
  8353.                 })
  8354.             end
  8355.         end
  8356.         if string.sub(CMDBAR.Text, 1, 5) == ("void ") then
  8357.             for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  8358.                 lplayer.Character.Humanoid.Name = 1
  8359.                 local l = lplayer.Character["1"]:Clone()
  8360.                 l.Parent = lplayer.Character
  8361.                 l.Name = "Humanoid"
  8362.                 wait(0.1)
  8363.                 lplayer.Character["1"]:Destroy()
  8364.                 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  8365.                 lplayer.Character.Animate.Disabled = true
  8366.                 wait(0.1)
  8367.                 lplayer.Character.Animate.Disabled = false
  8368.                 lplayer.Character.Humanoid.DisplayDistanceType = "None"
  8369.                 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  8370.                 lplayer.Character.Humanoid:EquipTool(v)
  8371.                 end
  8372.                 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  8373.                 wait(0.2)
  8374.                 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  8375.                 wait(0.6)
  8376.                 lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(999999999999999,0,999999999999999)
  8377.                 game:GetService("StarterGui"):SetCore("SendNotification", {
  8378.                 Title = "Tools needed!";
  8379.                 Text = "You need a tool in your backpack for this command!";
  8380.                 })
  8381.             end
  8382.         end
  8383.         if string.sub(CMDBAR.Text, 1, 6) == ("noclip") then
  8384.             noclip = true
  8385.             game:GetService("StarterGui"):SetCore("SendNotification", {
  8386.             Title = "Noclip enabled";
  8387.             Text = "Type ;clip to disable";
  8388.             })
  8389.         end
  8390.         if string.sub(CMDBAR.Text, 1, 4) == ("clip") then
  8391.             noclip = false
  8392.             game:GetService("StarterGui"):SetCore("SendNotification", {
  8393.             Title = "Noclip disabled";
  8394.             Text = "Type ;noclip to enable";
  8395.             })
  8396.         end
  8397.         if string.sub(CMDBAR.Text, 1, 6) == ("speed ") then
  8398.             lplayer.Character.Humanoid.WalkSpeed = (string.sub(CMDBAR.Text, 7))
  8399.         end
  8400.         if string.sub(CMDBAR.Text, 1, 3) == ("ws ") then
  8401.             lplayer.Character.Humanoid.WalkSpeed = (string.sub(CMDBAR.Text, 4))
  8402.         end
  8403.         if string.sub(CMDBAR.Text, 1, 10) == ("hipheight ") then
  8404.             lplayer.Character.Humanoid.HipHeight = (string.sub(CMDBAR.Text, 11))
  8405.         end
  8406.         if string.sub(CMDBAR.Text, 1, 3) == ("hh ") then
  8407.             lplayer.Character.Humanoid.HipHeight = (string.sub(CMDBAR.Text, 4))
  8408.         end
  8409.         if string.sub(CMDBAR.Text, 1, 10) == ("jumppower ") then
  8410.             lplayer.Character.Humanoid.JumpPower = (string.sub(CMDBAR.Text, 11))
  8411.         end
  8412.         if string.sub(CMDBAR.Text, 1, 3) == ("jp ") then
  8413.             lplayer.Character.Humanoid.JumpPower = (string.sub(CMDBAR.Text, 4))
  8414.         end
  8415.         if string.sub(CMDBAR.Text, 1, 7) == ("default") then
  8416.             lplayer.Character.Humanoid.JumpPower = 50
  8417.             lplayer.Character.Humanoid.WalkSpeed = 16
  8418.             lplayer.Character.Humanoid.HipHeight = 0
  8419.         end
  8420.         if string.sub(CMDBAR.Text, 1, 6) == ("annoy ") then
  8421.             for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  8422.                 annoying = true
  8423.                 annplr = v
  8424.             end
  8425.         end
  8426.         if string.sub(CMDBAR.Text, 1, 7) == ("unannoy") then
  8427.             annoying = false
  8428.         end
  8429.         if string.sub(CMDBAR.Text, 1, 9) == ("headwalk ") then
  8430.             for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 10))) do
  8431.                 hwalk = true
  8432.                 hdwplr = v
  8433.             end
  8434.         end
  8435.         if string.sub(CMDBAR.Text, 1, 10) == ("unheadwalk") then
  8436.             hwalk = false
  8437.         end
  8438.         if string.sub(CMDBAR.Text, 1, 7) == ("nolimbs") then
  8439.             lplayer.Character["Left Leg"]:Destroy()
  8440.             lplayer.Character["Left Arm"]:Destroy()
  8441.             lplayer.Character["Right Leg"]:Destroy()
  8442.             lplayer.Character["Right Arm"]:Destroy()
  8443.         end
  8444.         if string.sub(CMDBAR.Text, 1, 3) == ("god") then
  8445.             lplayer.Character.Humanoid.Name = 1
  8446.             local l = lplayer.Character["1"]:Clone()
  8447.             l.Parent = lplayer.Character
  8448.             l.Name = "Humanoid"
  8449.             wait(0.1)
  8450.             lplayer.Character["1"]:Destroy()
  8451.             game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  8452.             lplayer.Character.Animate.Disabled = true
  8453.             wait(0.1)
  8454.             lplayer.Character.Animate.Disabled = false
  8455.             lplayer.Character.Humanoid.DisplayDistanceType = "None"
  8456.             game:GetService("StarterGui"):SetCore("SendNotification", {
  8457.             Title = "FE Godmode enabled";
  8458.             Text = "Use ;grespawn or ;respawn to remove.";
  8459.             })
  8460.         end
  8461.         if string.sub(CMDBAR.Text, 1, 8) == ("drophats") then
  8462.             for i,v in pairs(lplayer.Character:GetChildren()) do
  8463.                 if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  8464.                     v.Parent = workspace
  8465.                 end
  8466.             end
  8467.         end
  8468.         if string.sub(CMDBAR.Text, 1, 8) == ("droptool") then
  8469.             for i,v in pairs(lplayer.Character:GetChildren()) do
  8470.                 if (v:IsA("Tool")) then
  8471.                     v.Parent = workspace
  8472.                 end
  8473.             end
  8474.         end
  8475.         if string.sub(CMDBAR.Text, 1, 9) == ("loopdhats") then
  8476.             droppinghats = true
  8477.             game:GetService("StarterGui"):SetCore("SendNotification", {
  8478.             Title = "Loop Drop Enabled";
  8479.             Text = "Type ;unloopdhats to disable";
  8480.             })
  8481.         end
  8482.         if string.sub(CMDBAR.Text, 1, 11) == ("unloopdhats") then
  8483.             droppinghats = false
  8484.             game:GetService("StarterGui"):SetCore("SendNotification", {
  8485.             Title = "Loop Drop Disabled";
  8486.             Text = "Type ;loopdhats to enable.";
  8487.             })
  8488.         end
  8489.         if string.sub(CMDBAR.Text, 1, 9) == ("loopdtool") then
  8490.             droppingtools = true
  8491.             game:GetService("StarterGui"):SetCore("SendNotification", {
  8492.             Title = "Loop Drop Enabled";
  8493.             Text = "Type ;unloopdtool to disable";
  8494.             })
  8495.         end
  8496.         if string.sub(CMDBAR.Text, 1, 11) == ("unloopdtool") then
  8497.             droppingtools = false
  8498.             game:GetService("StarterGui"):SetCore("SendNotification", {
  8499.             Title = "Loop Drop Disabled";
  8500.             Text = "Type ;loopdtool to enable.";
  8501.             })
  8502.         end
  8503.         if string.sub(CMDBAR.Text, 1, 9) == ("invisible") then -- Credit to Timeless
  8504.             Local = game:GetService('Players').LocalPlayer
  8505.             Char  = Local.Character
  8506.             touched,tpdback = false, false
  8507.             box = Instance.new('Part',workspace)
  8508.             box.Anchored = true
  8509.             box.CanCollide = true
  8510.             box.Size = Vector3.new(10,1,10)
  8511.             box.Position = Vector3.new(0,10000,0)
  8512.             box.Touched:connect(function(part)
  8513.                 if (part.Parent.Name == Local.Name) then
  8514.                     if touched == false then
  8515.                         touched = true
  8516.                         function apply()
  8517.                             if script.Disabled ~= true then
  8518.                                 no = Char.HumanoidRootPart:Clone()
  8519.                                 wait(.25)
  8520.                                 Char.HumanoidRootPart:Destroy()
  8521.                                 no.Parent = Char
  8522.                                 Char:MoveTo(loc)
  8523.                                 touched = false
  8524.                             end end
  8525.                         if Char then
  8526.                             apply()
  8527.                         end
  8528.                     end
  8529.                 end
  8530.             end)
  8531.             repeat wait() until Char
  8532.             loc = Char.HumanoidRootPart.Position
  8533.             Char:MoveTo(box.Position + Vector3.new(0,.5,0))
  8534.             game:GetService("StarterGui"):SetCore("SendNotification", {
  8535.             Title = "Invisibility enabled!";
  8536.             Text = "Reset or use ;respawn to remove.";
  8537.             })
  8538.         end
  8539.         if string.sub(CMDBAR.Text, 1, 5) == ("view ") then
  8540.             for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  8541.                 if game:GetService("Players")[v.Name].Character.Humanoid then
  8542.                     game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Humanoid
  8543.                 else
  8544.                     game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head
  8545.                 end
  8546.             end
  8547.         end
  8548.         if string.sub(CMDBAR.Text, 1, 6) == ("unview") then
  8549.             if lplayer.Character.Humanoid then
  8550.                 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Humanoid
  8551.             else
  8552.                 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Head
  8553.             end
  8554.         end
  8555.         if string.sub(CMDBAR.Text, 1, 5) == ("goto ") then
  8556.             for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  8557.                 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  8558.             end
  8559.         end
  8560.         if string.sub(CMDBAR.Text, 1, 3) == ("fly") then
  8561.         repeat wait() until lplayer and lplayer.Character and lplayer.Character:FindFirstChild('HumanoidRootPart') and lplayer.Character:FindFirstChild('Humanoid')
  8562.         repeat wait() until Mouse
  8563.        
  8564.         local T = lplayer.Character.HumanoidRootPart
  8565.         local CONTROL = {F = 0, B = 0, L = 0, R = 0}
  8566.         local lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  8567.         local SPEED = speedget
  8568.        
  8569.         local function fly()
  8570.             flying = true
  8571.             local BG = Instance.new('BodyGyro', T)
  8572.             local BV = Instance.new('BodyVelocity', T)
  8573.             BG.P = 9e4
  8574.             BG.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  8575.             BG.cframe = T.CFrame
  8576.             BV.velocity = Vector3.new(0, 0.1, 0)
  8577.             BV.maxForce = Vector3.new(9e9, 9e9, 9e9)
  8578.             spawn(function()
  8579.             repeat wait()
  8580.             lplayer.Character.Humanoid.PlatformStand = true
  8581.             if CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0 then
  8582.             SPEED = 50
  8583.             elseif not (CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0) and SPEED ~= 0 then
  8584.             SPEED = 0
  8585.             end
  8586.             if (CONTROL.L + CONTROL.R) ~= 0 or (CONTROL.F + CONTROL.B) ~= 0 then
  8587.             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
  8588.             lCONTROL = {F = CONTROL.F, B = CONTROL.B, L = CONTROL.L, R = CONTROL.R}
  8589.             elseif (CONTROL.L + CONTROL.R) == 0 and (CONTROL.F + CONTROL.B) == 0 and SPEED ~= 0 then
  8590.             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
  8591.             else
  8592.             BV.velocity = Vector3.new(0, 0.1, 0)
  8593.             end
  8594.             BG.cframe = workspace.CurrentCamera.CoordinateFrame
  8595.                     until not flying
  8596.                     CONTROL = {F = 0, B = 0, L = 0, R = 0}
  8597.                     lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  8598.                     SPEED = 0
  8599.                     BG:destroy()
  8600.                     BV:destroy()
  8601.                     lplayer.Character.Humanoid.PlatformStand = false
  8602.                 end)
  8603.             end
  8604.         Mouse.KeyDown:connect(function(KEY)
  8605.             if KEY:lower() == 'w' then
  8606.                 CONTROL.F = speedfly
  8607.             elseif KEY:lower() == 's' then
  8608.                 CONTROL.B = -speedfly
  8609.             elseif KEY:lower() == 'a' then
  8610.                 CONTROL.L = -speedfly
  8611.             elseif KEY:lower() == 'd' then
  8612.                 CONTROL.R = speedfly
  8613.             end
  8614.         end)
  8615.         Mouse.KeyUp:connect(function(KEY)
  8616.             if KEY:lower() == 'w' then
  8617.                 CONTROL.F = 0
  8618.             elseif KEY:lower() == 's' then
  8619.                 CONTROL.B = 0
  8620.             elseif KEY:lower() == 'a' then
  8621.                 CONTROL.L = 0
  8622.             elseif KEY:lower() == 'd' then
  8623.                 CONTROL.R = 0
  8624.             end
  8625.         end)
  8626.         fly()
  8627.         end
  8628.         if string.sub(CMDBAR.Text, 1, 5) == ("unfly") then
  8629.             flying = false
  8630.             lplayer.Character.Humanoid.PlatformStand = false
  8631.         end
  8632.         if string.sub(CMDBAR.Text, 1, 5) == ("chat ") then
  8633.             game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer((string.sub(CMDBAR.Text, 6)), "All")
  8634.         end
  8635.         if string.sub(CMDBAR.Text, 1, 5) == ("spam ") then
  8636.             spamtext = (string.sub(CMDBAR.Text, 6))
  8637.             spamming = true
  8638.         end
  8639.         if string.sub(CMDBAR.Text, 1, 6) == ("unspam") then
  8640.             spamming = false
  8641.         end
  8642.         if string.sub(CMDBAR.Text, 1, 9) == ("spamwait ") then
  8643.             spamdelay = (string.sub(CMDBAR.Text, 10))
  8644.         end
  8645.         if string.sub(CMDBAR.Text, 1, 7) == ("pmspam ") then
  8646.             for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  8647.                 pmspammed = v.Name
  8648.                 spammingpm = true
  8649.             end
  8650.         end
  8651.         if string.sub(CMDBAR.Text, 1, 8) == ("unpmspam") then
  8652.             spammingpm = false
  8653.         end
  8654.         if string.sub(CMDBAR.Text, 1, 8) == ("cfreeze ") then
  8655.             for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 9))) do
  8656.                 v.Character["Left Leg"].Anchored = true
  8657.                 v.Character["Left Arm"].Anchored = true
  8658.                 v.Character["Right Leg"].Anchored = true
  8659.                 v.Character["Right Arm"].Anchored = true
  8660.                 v.Character.Torso.Anchored = true
  8661.                 v.Character.Head.Anchored = true
  8662.             end
  8663.         end
  8664.         if string.sub(CMDBAR.Text, 1, 10) == ("uncfreeze ") then
  8665.             for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 11))) do
  8666.                 v.Character["Left Leg"].Anchored = false
  8667.                 v.Character["Left Arm"].Anchored = false
  8668.                 v.Character["Right Leg"].Anchored = false
  8669.                 v.Character["Right Arm"].Anchored = false
  8670.                 v.Character.Torso.Anchored = false
  8671.                 v.Character.Head.Anchored = false
  8672.             end
  8673.         end
  8674.         if string.sub(CMDBAR.Text, 1, 8) == ("unlockws") then
  8675.             local a = game:GetService("Workspace"):getChildren()
  8676.             for i = 1, #a do
  8677.                 if a[i].className == "Part" then
  8678.                     a[i].Locked = false
  8679.                 elseif a[i].className == "Model" then
  8680.                     local r = a[i]:getChildren()
  8681.                     for i = 1, #r do
  8682.                         if r[i].className == "Part" then
  8683.                         r[i].Locked = false
  8684.                         end
  8685.                     end
  8686.                 end
  8687.             end
  8688.             game:GetService("StarterGui"):SetCore("SendNotification", {
  8689.             Title = "Success!";
  8690.             Text = "Workspace unlocked. Use ;lockws to lock.";
  8691.             })
  8692.         end
  8693.         if string.sub(CMDBAR.Text, 1, 6) == ("lockws") then
  8694.             local a = game:GetService("Workspace"):getChildren()
  8695.             for i = 1, #a do
  8696.                 if a[i].className == "Part" then
  8697.                     a[i].Locked = true
  8698.                 elseif a[i].className == "Model" then
  8699.                     local r = a[i]:getChildren()
  8700.                     for i = 1, #r do
  8701.                         if r[i].className == "Part" then
  8702.                         r[i].Locked = true
  8703.                         end
  8704.                     end
  8705.                 end
  8706.             end
  8707.         end
  8708.         if string.sub(CMDBAR.Text, 1, 6) == ("btools") then
  8709.             local Clone_T = Instance.new("HopperBin",lplayer.Backpack)
  8710.             Clone_T.BinType = "Clone"
  8711.             local Destruct = Instance.new("HopperBin",lplayer.Backpack)
  8712.             Destruct.BinType = "Hammer"
  8713.             local Hold_T = Instance.new("HopperBin",lplayer.Backpack)
  8714.             Hold_T.BinType = "Grab"
  8715.         end
  8716.         if string.sub(CMDBAR.Text, 1, 6) == ("pstand") then
  8717.             lplayer.Character.Humanoid.PlatformStand = true
  8718.         end
  8719.         if string.sub(CMDBAR.Text, 1, 8) == ("unpstand") then
  8720.             lplayer.Character.Humanoid.PlatformStand = false
  8721.         end
  8722.         if string.sub(CMDBAR.Text, 1, 9) == ("blockhead") then
  8723.             lplayer.Character.Head.Mesh:Destroy()
  8724.         end
  8725.         if string.sub(CMDBAR.Text, 1, 3) == ("sit") then
  8726.             lplayer.Character.Humanoid.Sit = true
  8727.         end
  8728.         if string.sub(CMDBAR.Text, 1, 9) == ("bringobj ") then
  8729.             local function bringobjw()
  8730.             for i,obj in ipairs(game:GetService("Workspace"):GetDescendants()) do
  8731.             if obj.Name == (string.sub(CMDBAR.Text, 10)) then
  8732.             obj.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  8733.             obj.CanCollide = false
  8734.             obj.Transparency = 0.7
  8735.             wait()
  8736.             obj.CFrame = lplayer.Character["Left Leg"].CFrame
  8737.             wait()
  8738.             obj.CFrame = lplayer.Character["Right Leg"].CFrame
  8739.             wait()
  8740.             obj.CFrame = lplayer.Character["Head"].CFrame
  8741.             end
  8742.             end
  8743.             end
  8744.             while wait() do
  8745.                 bringobjw()
  8746.             end
  8747.             game:GetService("StarterGui"):SetCore("SendNotification", {
  8748.             Title = "BringObj";
  8749.             Text = "BringObj enabled.";
  8750.             })
  8751.         end
  8752.         if string.sub(CMDBAR.Text, 1, 6) == ("wsvis ") then
  8753.             vis = (string.sub(CMDBAR.Text, 7))
  8754.             local a = game:GetService("Workspace"):GetDescendants()
  8755.             for i = 1, #a do
  8756.                 if a[i].className == "Part" then
  8757.                     a[i].Transparency = vis
  8758.                 elseif a[i].className == "Model" then
  8759.                     local r = a[i]:getChildren()
  8760.                     for i = 1, #r do
  8761.                         if r[i].className == "Part" then
  8762.                         r[i].Transparency = vis
  8763.                         end
  8764.                     end
  8765.                 end
  8766.             end
  8767.         end
  8768.         if string.sub(CMDBAR.Text, 1, 10) == ("hypertotal") then
  8769.             loadstring(game:GetObjects("rbxassetid://1255063809")[1].Source)()
  8770.             game:GetService("StarterGui"):SetCore("SendNotification", {
  8771.             Title = "Success!";
  8772.             Text = "HyperTotal GUI Loaded!";
  8773.             })
  8774.         end
  8775.         if string.sub(CMDBAR.Text, 1, 4) == ("cmds") then
  8776.             CMDSFRAME.Visible = true
  8777.         end
  8778.         if string.sub(CMDBAR.Text, 1, 9) == ("rmeshhats") then
  8779.             for i,v in pairs(lplayer.Character:GetChildren()) do
  8780.                 if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  8781.                     v.Handle.Mesh:Destroy()
  8782.                 end
  8783.             end
  8784.         end
  8785.         if string.sub(CMDBAR.Text, 1, 9) == ("blockhats") then
  8786.             for i,v in pairs(lplayer.Character:GetChildren()) do
  8787.                 if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  8788.                     v.Handle.Mesh:Destroy()
  8789.                 end
  8790.             end
  8791.         end
  8792.         if string.sub(CMDBAR.Text, 1, 9) == ("rmeshtool") then
  8793.             for i,v in pairs(lplayer.Character:GetChildren()) do
  8794.                 if (v:IsA("Tool")) then
  8795.                     v.Handle.Mesh:Destroy()
  8796.                 end
  8797.             end
  8798.         end
  8799.         if string.sub(CMDBAR.Text, 1, 9) == ("blocktool") then
  8800.             for i,v in pairs(lplayer.Character:GetChildren()) do
  8801.                 if (v:IsA("Tool")) then
  8802.                     v.Handle.Mesh:Destroy()
  8803.                 end
  8804.             end
  8805.         end
  8806.         if string.sub(CMDBAR.Text, 1, 7) == ("spinner") then
  8807.             local p = Instance.new("RocketPropulsion")
  8808.             p.Parent = lplayer.Character.HumanoidRootPart
  8809.             p.Name = "Spinner"
  8810.             p.Target = lplayer.Character["Left Arm"]
  8811.             p:Fire()
  8812.             game:GetService("StarterGui"):SetCore("SendNotification", {
  8813.             Title = "Spinner enabled";
  8814.             Text = "Type ;nospinner to disable.";
  8815.             })
  8816.         end
  8817.         if string.sub(CMDBAR.Text, 1, 9) == ("nospinner") then
  8818.             lplayer.Character.HumanoidRootPart.Spinner:Destroy()
  8819.         end
  8820.         if string.sub(CMDBAR.Text, 1, 6) == ("reachd") then
  8821.             for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  8822.                 if v:isA("Tool") then
  8823.                     local a = Instance.new("SelectionBox",v.Handle)
  8824.                     a.Adornee = v.Handle
  8825.                     v.Handle.Size = Vector3.new(0.5,0.5,60)
  8826.                     v.GripPos = Vector3.new(0,0,0)
  8827.                     lplayer.Character.Humanoid:UnequipTools()
  8828.                 end
  8829.             end
  8830.             game:GetService("StarterGui"):SetCore("SendNotification", {
  8831.             Title = "Reach applied!";
  8832.             Text = "Applied to equipped sword. Use ;noreach to disable.";
  8833.             })
  8834.         end
  8835.         if string.sub(CMDBAR.Text, 1, 6) == ("reach ") then
  8836.             for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  8837.                 if v:isA("Tool") then
  8838.                     local a = Instance.new("SelectionBox",v.Handle)
  8839.                     a.Name = "Reach"
  8840.                     a.Adornee = v.Handle
  8841.                     v.Handle.Size = Vector3.new(0.5,0.5,(string.sub(CMDBAR.Text, 7)))
  8842.                     v.GripPos = Vector3.new(0,0,0)
  8843.                     lplayer.Character.Humanoid:UnequipTools()
  8844.                 end
  8845.             end
  8846.             game:GetService("StarterGui"):SetCore("SendNotification", {
  8847.             Title = "Reach applied!";
  8848.             Text = "Applied to equipped sword. Use ;noreach to disable.";
  8849.             })
  8850.         end
  8851.         if string.sub(CMDBAR.Text, 1, 7) == ("noreach") then
  8852.             for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  8853.                 if v:isA("Tool") then
  8854.                     v.Handle.Reach:Destroy()
  8855.                 end
  8856.             end
  8857.             game:GetService("StarterGui"):SetCore("SendNotification", {
  8858.             Title = "Reach removed!";
  8859.             Text = "Removed reach from equipped sword.";
  8860.             })
  8861.         end
  8862.         if string.sub(CMDBAR.Text, 1, 6) == ("rkill ") then
  8863.             for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7)))do
  8864.                 lplayer.Character.Humanoid.Name = 1
  8865.                 local l = lplayer.Character["1"]:Clone()
  8866.                 l.Parent = lplayer.Character
  8867.                 l.Name = "Humanoid"
  8868.                 wait(0.1)
  8869.                 lplayer.Character["1"]:Destroy()
  8870.                 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  8871.                 lplayer.Character.Animate.Disabled = true
  8872.                 wait(0.1)
  8873.                 lplayer.Character.Animate.Disabled = false
  8874.                 lplayer.Character.Humanoid.DisplayDistanceType = "None"
  8875.                 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  8876.                 lplayer.Character.Humanoid:EquipTool(v)
  8877.                 end
  8878.                 wait(0.1)
  8879.                 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  8880.                 wait(0.2)
  8881.                 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  8882.                 wait(0.5)
  8883.                 lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,10,-100000))
  8884.                 game:GetService("StarterGui"):SetCore("SendNotification", {
  8885.                 Title = "Tools needed!";
  8886.                 Text = "You need a tool in your backpack for this command!";
  8887.                 })
  8888.             end
  8889.         end
  8890.         if string.sub(CMDBAR.Text, 1, 6) == ("tp me ") then
  8891.             for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  8892.                 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  8893.             end
  8894.         end
  8895.         if string.sub(CMDBAR.Text, 1, 7) == ("cbring ") then
  8896.             if (string.sub(CMDBAR.Text, 8)) == "all" or (string.sub(CMDBAR.Text, 8)) == "All" or (string.sub(CMDBAR.Text, 8)) == "ALL" then
  8897.                 cbringall = true
  8898.             else
  8899.                 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  8900.                     brplr = v.Name
  8901.                 end
  8902.             end
  8903.             cbring = true
  8904.         end
  8905.         if string.sub(CMDBAR.Text, 1, 8) == ("uncbring") then
  8906.             cbring = false
  8907.             cbringall = false
  8908.         end
  8909.         if string.sub(CMDBAR.Text, 1, 5) == ("swap ") then
  8910.             for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  8911.                 local NOWPLR = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  8912.                 local NOW = lplayer.Character.HumanoidRootPart.CFrame
  8913.                 lplayer.Character.Humanoid.Name = 1
  8914.                 local l = lplayer.Character["1"]:Clone()
  8915.                 l.Parent = lplayer.Character
  8916.                 l.Name = "Humanoid"
  8917.                 wait(0.1)
  8918.                 lplayer.Character["1"]:Destroy()
  8919.                 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  8920.                 lplayer.Character.Animate.Disabled = true
  8921.                 wait(0.1)
  8922.                 lplayer.Character.Animate.Disabled = false
  8923.                 lplayer.Character.Humanoid.DisplayDistanceType = "None"
  8924.                 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  8925.                 lplayer.Character.Humanoid:EquipTool(v)
  8926.                 end
  8927.                 local function tp(player,player2)
  8928.                 local char1,char2=player.Character,player2.Character
  8929.                 if char1 and char2 then
  8930.                 char1:MoveTo(char2.Head.Position)
  8931.                 end
  8932.                 end
  8933.                 wait(0.1)
  8934.                 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  8935.                 wait(0.2)
  8936.                 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  8937.                 wait(0.5)
  8938.                 lplayer.Character.HumanoidRootPart.CFrame = NOW
  8939.                 wait(0.6)
  8940.                 tp(lplayer, game:GetService("Players")[v.Name])
  8941.                 wait(0.4)
  8942.                 lplayer.Character.HumanoidRootPart.CFrame = NOWPLR
  8943.                 game:GetService("StarterGui"):SetCore("SendNotification", {
  8944.                 Title = "Tools needed!";
  8945.                 Text = "You need a tool in your backpack for this command!";
  8946.                 })
  8947.             end
  8948.         end
  8949.         if string.sub(CMDBAR.Text, 1, 7) == ("glitch ") then
  8950.             for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  8951.                 lplayer.Character.Humanoid.Name = 1
  8952.                 local l = lplayer.Character["1"]:Clone()
  8953.                 l.Parent = lplayer.Character
  8954.                 l.Name = "Humanoid"
  8955.                 wait(0.1)
  8956.                 lplayer.Character["1"]:Destroy()
  8957.                 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  8958.                 lplayer.Character.Animate.Disabled = true
  8959.                 wait(0.1)
  8960.                 lplayer.Character.Animate.Disabled = false
  8961.                 lplayer.Character.Humanoid.DisplayDistanceType = "None"
  8962.                 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  8963.                 lplayer.Character.Humanoid:EquipTool(v)
  8964.                 end
  8965.                 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  8966.                 wait(0.3)
  8967.                 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  8968.                 wait(0.4)
  8969.                 b = Instance.new("BodyForce")
  8970.                 b.Parent = lplayer.Character.HumanoidRootPart
  8971.                 b.Name = "Glitch"
  8972.                 b.Force = Vector3.new(100000000,5000,0)
  8973.                 game:GetService("StarterGui"):SetCore("SendNotification", {
  8974.                 Title = "Tools needed!";
  8975.                 Text = "You need a tool in your backpack for this command!";
  8976.                 })
  8977.             end
  8978.         end
  8979.         if string.sub(CMDBAR.Text, 1, 8) == ("unglitch") then
  8980.             lplayer.Character.HumanoidRootPart.Glitch:Destroy()
  8981.             lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(10000,0,10000)
  8982.             b = Instance.new("BodyForce")
  8983.             b.Parent = lplayer.Character.HumanoidRootPart
  8984.             b.Name = "unGlitch"
  8985.             b.Force = Vector3.new(0,-5000000,0)
  8986.             wait(2)
  8987.             lplayer.Character.HumanoidRootPart.unGlitch:Destroy()
  8988.         end
  8989.         if string.sub(CMDBAR.Text, 1, 8) == ("grespawn") then
  8990.             lplayer.Character.Humanoid.Health = 0
  8991.             wait(1)
  8992.             lplayer.Character.Head.CFrame = CFrame.new(1000000,0,1000000)
  8993.             lplayer.Character.Torso.CFrame = CFrame.new(1000000,0,1000000)
  8994.         end
  8995.         if string.sub(CMDBAR.Text, 1, 8) == ("explorer") then
  8996.             loadstring(game:GetObjects("rbxassetid://492005721")[1].Source)()
  8997.             game:GetService("StarterGui"):SetCore("SendNotification", {
  8998.             Title = "Success!";
  8999.             Text = "DEX Explorer has loaded.";
  9000.             })
  9001.         end
  9002.         if string.sub(CMDBAR.Text, 1, 5) == ("anim ") then
  9003.             local Anim = Instance.new("Animation")
  9004.             Anim.AnimationId = "rbxassetid://"..(string.sub(CMDBAR.Text, 6))
  9005.             local track = lplayer.Character.Humanoid:LoadAnimation(Anim)
  9006.             track:Play(.1, 1, 1)
  9007.         end
  9008.         if string.sub(CMDBAR.Text, 1, 7) == ("animgui") then
  9009.             loadstring(game:GetObjects("rbxassetid://1202558084")[1].Source)()
  9010.             game:GetService("StarterGui"):SetCore("SendNotification", {
  9011.             Title = "Success!";
  9012.             Text = "Energize Animations GUI has loaded.";
  9013.             })
  9014.         end
  9015.         if string.sub(CMDBAR.Text, 1, 7) == ("savepos") then
  9016.             saved = lplayer.Character.HumanoidRootPart.CFrame
  9017.             game:GetService("StarterGui"):SetCore("SendNotification", {
  9018.             Title = "Position Saved";
  9019.             Text = "Use ;loadpos to return to saved position.";
  9020.             })
  9021.         end
  9022.         if string.sub(CMDBAR.Text, 1, 7) == ("loadpos") then
  9023.             lplayer.Character.HumanoidRootPart.CFrame = saved
  9024.         end
  9025.         if string.sub(CMDBAR.Text, 1, 5) == ("bang ") then
  9026.             for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  9027.                 local Anim2 = Instance.new("Animation")
  9028.                 Anim2.AnimationId = "rbxassetid://148840371"
  9029.                 local track2 = lplayer.Character.Humanoid:LoadAnimation(Anim2)
  9030.                 track2:Play(.1, 1, 1)
  9031.                 bplrr = v.Name
  9032.                 banpl = true
  9033.             end
  9034.         end
  9035.         if string.sub(CMDBAR.Text, 1, 6) == ("unbang") then
  9036.             banpl = false
  9037.         end
  9038.         if string.sub(CMDBAR.Text, 1, 9) == ("bringmod ") then
  9039.             local function bringmodw()
  9040.             for i,obj in ipairs(game:GetService("Workspace"):GetDescendants()) do
  9041.             if obj.Name == (string.sub(CMDBAR.Text, 10)) then
  9042.             for i,ch in pairs(obj:GetDescendants()) do
  9043.             if (ch:IsA("BasePart")) then
  9044.             ch.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  9045.             ch.CanCollide = false
  9046.             ch.Transparency = 0.7
  9047.             wait()
  9048.             ch.CFrame = lplayer.Character["Left Leg"].CFrame
  9049.             wait()
  9050.             ch.CFrame = lplayer.Character["Right Leg"].CFrame
  9051.             wait()
  9052.             ch.CFrame = lplayer.Character["Head"].CFrame
  9053.             end
  9054.             end
  9055.             end
  9056.             end
  9057.             end
  9058.             while wait() do
  9059.                 bringmodw()
  9060.             end
  9061.             game:GetService("StarterGui"):SetCore("SendNotification", {
  9062.             Title = "BringMod";
  9063.             Text = "BringMod enabled.";
  9064.             })
  9065.         end
  9066.         if string.sub(CMDBAR.Text, 1, 7) == ("respawn") then
  9067.             local mod = Instance.new('Model', workspace) mod.Name = 're '..lplayer.Name
  9068.             local hum = Instance.new('Humanoid', mod)
  9069.             local ins = Instance.new('Part', mod) ins.Name = 'Torso' ins.CanCollide = false ins.Transparency = 1
  9070.             lplayer.Character = mod
  9071.         end
  9072.         if string.sub(CMDBAR.Text, 1, 8) == ("shutdown") then
  9073.             game:GetService'RunService'.Stepped:Connect(function()
  9074.             pcall(function()
  9075.                 for i,v in pairs(game:GetService'Players':GetPlayers()) do
  9076.                     if v.Character ~= nil and v.Character:FindFirstChild'Head' then
  9077.                         for _,x in pairs(v.Character.Head:GetChildren()) do
  9078.                             if x:IsA'Sound' then x.Playing = true x.CharacterSoundEvent:FireServer(true, true) end
  9079.                         end
  9080.                     end
  9081.                 end
  9082.             end)
  9083.             end)
  9084.             game:GetService("StarterGui"):SetCore("SendNotification", {
  9085.             Title = "Attempting Shutdown";
  9086.             Text = "Shutdown Attempt has begun.";
  9087.             })
  9088.         end
  9089.         if string.sub(CMDBAR.Text, 1, 7) == ("delobj ") then
  9090.             objtodel = (string.sub(CMDBAR.Text, 8))
  9091.             for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
  9092.                 if v.Name == objtodel then
  9093.                     v:Destroy()
  9094.                 end
  9095.             end
  9096.         end
  9097.         if string.sub(CMDBAR.Text, 1, 7) == ("getplrs") then
  9098.             for i,v in pairs(game:GetService("Players"):GetPlayers())do
  9099.                 print(v)
  9100.             end
  9101.             game:GetService("StarterGui"):SetCore("SendNotification", {
  9102.             Title = "Printed";
  9103.             Text = "Players have been printed to console. (F9)";
  9104.             })
  9105.         end
  9106.         if string.sub(CMDBAR.Text, 1, 8) == ("deldecal") then
  9107.             for i,v in pairs(game:GetService("Workspace"):GetDescendants())do
  9108.                 if (v:IsA("Decal")) then
  9109.                     v:Destroy()
  9110.                 end
  9111.             end
  9112.         end
  9113.         if string.sub(CMDBAR.Text, 1, 10) == ("opfinality") then
  9114.             loadstring(game:GetObjects("rbxassetid://1294358929")[1].Source)()
  9115.             game:GetService("StarterGui"):SetCore("SendNotification", {
  9116.             Title = "Success!";
  9117.             Text = "OpFinality GUI has loaded.";
  9118.             })
  9119.         end
  9120.         if string.sub(CMDBAR.Text, 1, 7) == ("remotes") then
  9121.             remotes = true
  9122.             added = true
  9123.             game.DescendantAdded:connect(function(rmt)
  9124.             if added == true then
  9125.             if remotes == true then
  9126.             if rmt:IsA("RemoteEvent") then
  9127.             print("A RemoteEvent was added!")
  9128.             print(" game." .. rmt:GetFullName() .. " | RemoteEvent")
  9129.             print(" game." .. rmt:GetFullName() .. " | RemoteEvent", 247, 0, 0, true)
  9130.             end end end
  9131.             end)
  9132.             game.DescendantAdded:connect(function(rmtfnctn)
  9133.             if added == true then
  9134.             if remotes == true then
  9135.             if rmtfnctn:IsA("RemoteFunction") then
  9136.             warn("A RemoteFunction was added!")
  9137.             warn(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction")
  9138.             print(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction", 5, 102, 198, true)
  9139.             end end end
  9140.             end)
  9141.            
  9142.             game.DescendantAdded:connect(function(bndfnctn)
  9143.             if added == true then
  9144.             if binds == true then
  9145.             if bndfnctn:IsA("BindableFunction") then
  9146.             print("A BindableFunction was added!")
  9147.             print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction")
  9148.             print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction", 239, 247, 4, true)
  9149.             end end end
  9150.             end)
  9151.            
  9152.             game.DescendantAdded:connect(function(bnd)
  9153.             if added == true then
  9154.             if binds == true then
  9155.             if bnd:IsA("BindableEvent") then
  9156.             warn("A BindableEvent was added!")
  9157.             warn(" game." .. bnd:GetFullName() .. " | BindableEvent")
  9158.             print(" game." .. bnd:GetFullName() .. " | BindableEvent", 13, 193, 22, true)
  9159.             end end end
  9160.             end)
  9161.            
  9162.            
  9163.             if binds == true then
  9164.             for i,v in pairs(game:GetDescendants()) do
  9165.             if v:IsA("BindableFunction") then
  9166.             print(" game." .. v:GetFullName() .. " | BindableFunction")
  9167.             print(" game." .. v:GetFullName() .. " | BindableFunction", 239, 247, 4, true)
  9168.             end end
  9169.             for i,v in pairs(game:GetDescendants()) do
  9170.             if v:IsA("BindableEvent") then
  9171.             warn(" game." .. v:GetFullName() .. " | BindableEvent")
  9172.             print(" game." .. v:GetFullName() .. " | BindableEvent", 13, 193, 22, true)
  9173.             end end
  9174.             else
  9175.             print("Off")
  9176.             end
  9177.             if remotes == true then
  9178.             for i,v in pairs(game:GetDescendants()) do
  9179.             if v:IsA("RemoteFunction") then
  9180.             warn(" game." .. v:GetFullName() .. " | RemoteFunction")
  9181.             print(" game." .. v:GetFullName() .. " | RemoteFunction", 5, 102, 198, true)
  9182.             end end
  9183.             wait()
  9184.             for i,v in pairs(game:GetDescendants()) do
  9185.             if v:IsA("RemoteEvent") then
  9186.             print(" game." .. v:GetFullName() .. " | RemoteEvent")
  9187.             print(" game." .. v:GetFullName() .. " | RemoteEvent", 247, 0, 0, true)
  9188.             end end
  9189.             else
  9190.             print("Off")
  9191.             end
  9192.             game:GetService("StarterGui"):SetCore("SendNotification", {
  9193.             Title = "Printing Remotes";
  9194.             Text = "Type ;noremotes to disable.";
  9195.             })
  9196.         end
  9197.         if string.sub(CMDBAR.Text, 1, 9) == ("noremotes") then
  9198.             remotes = false
  9199.             added = false
  9200.             game:GetService("StarterGui"):SetCore("SendNotification", {
  9201.             Title = "Printing Remotes Disabled";
  9202.             Text = "Type ;remotes to enable.";
  9203.             })
  9204.         end
  9205.         if string.sub(CMDBAR.Text, 1, 9) == ("tpdefault") then
  9206.             spin = false
  9207.             followed = false
  9208.             traill = false
  9209.             noclip = false
  9210.             annoying = false
  9211.             hwalk = false
  9212.             cbringing = false
  9213.         end
  9214.         if string.sub(CMDBAR.Text, 1, 7) == ("stopsit") then
  9215.             stopsitting = true
  9216.         end
  9217.         if string.sub(CMDBAR.Text, 1, 5) == ("gosit") then
  9218.             stopsitting = false
  9219.         end
  9220.         if string.sub(CMDBAR.Text, 1, 7) == ("version") then
  9221.             print(adminversion)
  9222.             game:GetService("StarterGui"):SetCore("SendNotification", {
  9223.             Title = "Version";
  9224.             Text = adminversion;
  9225.             })
  9226.         end
  9227.         if string.sub(CMDBAR.Text, 1, 7) == ("clicktp") then
  9228.             clickgoto = true
  9229.             game:GetService("StarterGui"):SetCore("SendNotification", {
  9230.             Title = "Click TP";
  9231.             Text = "Press E to teleport to mouse position";
  9232.             })
  9233.         end
  9234.         if string.sub(CMDBAR.Text, 1, 9) == ("noclicktp") then
  9235.             clickgoto = false
  9236.             game:GetService("StarterGui"):SetCore("SendNotification", {
  9237.             Title = "Click TP";
  9238.             Text = "Click TP has been disabled.";
  9239.             })
  9240.         end
  9241.         if string.sub(CMDBAR.Text, 1, 7) == ("toolson") then
  9242.             gettingtools = true
  9243.             game:GetService("StarterGui"):SetCore("SendNotification", {
  9244.             Title = "Tools Enabled";
  9245.             Text = "Automatically colleting tools dropped.";
  9246.             })
  9247.         end
  9248.         if string.sub(CMDBAR.Text, 1, 8) == ("toolsoff") then
  9249.             gettingtools = false
  9250.             game:GetService("StarterGui"):SetCore("SendNotification", {
  9251.             Title = "Tools Disabled";
  9252.             Text = "Click TP has been disabled.";
  9253.             })
  9254.         end
  9255.         if string.sub(CMDBAR.Text, 1, 9) == ("delcmdbar") then
  9256.             ScreenGui:Destroy()
  9257.         end
  9258.         if string.sub(CMDBAR.Text, 1, 5) == ("reset") then
  9259.             lplayer.Character.Head:Destroy()
  9260.         end
  9261.         if string.sub(CMDBAR.Text, 1, 6) == ("state ") then
  9262.             statechosen = string.sub(CMDBAR.Text, 7)
  9263.             changingstate = true
  9264.         end
  9265.         if string.sub(CMDBAR.Text, 1, 8) == ("gravity ") then
  9266.             game:GetService("Workspace").Gravity = string.sub(CMDBAR.Text, 9)
  9267.         end
  9268.         if string.sub(CMDBAR.Text, 1, 9) == ("looprhats") then
  9269.         removingmeshhats = true
  9270.         end
  9271.         if string.sub(CMDBAR.Text, 1, 11) == ("unlooprhats") then
  9272.             removingmeshhats = false
  9273.         end
  9274.         if string.sub(CMDBAR.Text, 1, 9) == ("looprtool") then
  9275.             removingmeshtool = true
  9276.         end
  9277.         if string.sub(CMDBAR.Text, 1, 11) == ("unlooprtool") then
  9278.             removingmeshtool = false
  9279.         end
  9280.         if string.sub(CMDBAR.Text, 1, 9) == ("givetool ") then
  9281.             for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetDescendants()) do
  9282.                 if v:IsA("Tool") then
  9283.                     for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 10))) do
  9284.                         v.Parent = player.Character
  9285.                     end
  9286.                 end
  9287.             end
  9288.         end
  9289.         if string.sub(CMDBAR.Text, 1, 4) == ("age ") then
  9290.             for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 5))) do
  9291.                 game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.Name.." Account Age: "..player.AccountAge.." days!", "All")
  9292.             end
  9293.         end
  9294.         if string.sub(CMDBAR.Text, 1, 3) == ("id ") then
  9295.             for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 4))) do
  9296.                 game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.Name.." Account ID: "..player.UserId, "All")
  9297.             end
  9298.         end
  9299.         if string.sub(CMDBAR.Text, 1, 5) == (".age ") then
  9300.             for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  9301.                 game:GetService("StarterGui"):SetCore("SendNotification", {
  9302.                 Title = player.AccountAge.." Days";
  9303.                 Text = "Account age of "..player.Name;
  9304.                 })
  9305.             end
  9306.         end
  9307.         if string.sub(CMDBAR.Text, 1, 4) == (".id ") then
  9308.             for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 5))) do
  9309.                 game:GetService("StarterGui"):SetCore("SendNotification", {
  9310.                 Title = player.UserId.." ID";
  9311.                 Text = "Account ID of "..player.Name;
  9312.                 })
  9313.             end
  9314.         end
  9315.         if string.sub(CMDBAR.Text, 1, 6) == ("gameid") then
  9316.             game:GetService("StarterGui"):SetCore("SendNotification", {
  9317.             Title = "Game ID";
  9318.             Text = "Game ID: ".. game.GameId;
  9319.             })
  9320.         end
  9321.         if string.sub(CMDBAR.Text, 1, 3) == ("pgs") then
  9322.             local pgscheck = game:GetService("Workspace"):PGSIsEnabled()
  9323.             if pgscheck == true then
  9324.                 game:GetService("StarterGui"):SetCore("SendNotification", {
  9325.                 Title = "PGSPhysicsSolverEnabled";
  9326.                 Text = "PGS is Enabled!";
  9327.                 })
  9328.             else
  9329.                 game:GetService("StarterGui"):SetCore("SendNotification", {
  9330.                 Title = "PGSPhysicsSolverEnabled";
  9331.                 Text = "PGS is Disabled!";
  9332.                 })
  9333.             end
  9334.         end
  9335.         if string.sub(CMDBAR.Text, 1, 11) == ("removeinvis") then
  9336.             for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
  9337.                 if v:IsA("Part") then
  9338.                     if v.Transparency == 1 then
  9339.                         if v.Name ~= "HumanoidRootPart" then
  9340.                             v:Destroy()
  9341.                         end
  9342.                     end
  9343.                 end
  9344.             end
  9345.         end
  9346.         if string.sub(CMDBAR.Text, 1, 9) == ("removefog") then
  9347.             game:GetService("Lighting").FogStart = 0
  9348.             game:GetService("Lighting").FogEnd = 9999999999999
  9349.         end
  9350.         if string.sub(CMDBAR.Text, 1, 7) == ("disable") then
  9351.             lplayer.Character.Humanoid.Parent = lplayer
  9352.         end
  9353.         if string.sub(CMDBAR.Text, 1, 6) == ("enable") then
  9354.             lplayer.Humanoid.Parent = lplayer.Character
  9355.         end
  9356.         if string.sub(CMDBAR.Text, 1, 13) == ("givealltools ") then
  9357.             for i,v in pairs(game:GetService("Players").LocalPlayer.Backpack:GetDescendants()) do
  9358.                 if v:IsA("Tool") then
  9359.                     v.Parent = lplayer.Character
  9360.                     wait()
  9361.                     for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 14))) do
  9362.                         v.Parent = player.Character
  9363.                     end
  9364.                 end
  9365.             end
  9366.         end
  9367.         if string.sub(CMDBAR.Text, 1, 9) == ("flyspeed ") then
  9368.             speedfly = string.sub(CMDBAR.Text, 10)
  9369.             wait()
  9370.             change()
  9371.         end
  9372.         if string.sub(CMDBAR.Text, 1, 7) == ("carpet ") then
  9373.             for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  9374.                 local Anim3 = Instance.new("Animation")
  9375.                 Anim3.AnimationId = "rbxassetid://282574440"
  9376.                 local track3 = lplayer.Character.Humanoid:LoadAnimation(Anim3)
  9377.                 track3:Play(.1, 1, 1)
  9378.                 bplrr = v.Name
  9379.                 banpl = true
  9380.             end
  9381.         end
  9382.         if string.sub(CMDBAR.Text, 1, 8) == ("uncarpet") then
  9383.             banpl = false
  9384.         end
  9385.         if string.sub(CMDBAR.Text, 1, 6) == ("stare ") then
  9386.             for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  9387.                 staring = true
  9388.                 stareplr = v
  9389.             end
  9390.         end
  9391.         if string.sub(CMDBAR.Text, 1, 7) == ("unstare") then
  9392.             staring = false
  9393.         end
  9394.         if string.sub(CMDBAR.Text, 1, 7) == ("logchat") then
  9395.             chatlogs = true
  9396.             game:GetService("StarterGui"):SetCore("SendNotification", {
  9397.             Title = "LogChat enabled";
  9398.             Text = "Now logging all player chat.";
  9399.             })
  9400.         end
  9401.         if string.sub(CMDBAR.Text, 1, 9) == ("unlogchat") then
  9402.             chatlogs = false
  9403.             game:GetService("StarterGui"):SetCore("SendNotification", {
  9404.             Title = "LogChat disabled";
  9405.             Text = "Stopped logging all player chat.";
  9406.             })
  9407.         end
  9408.         if string.sub(CMDBAR.Text, 1, 6) == ("fixcam") then
  9409.             game:GetService("Workspace").CurrentCamera:Destroy()
  9410.             wait(0.1)
  9411.             game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Humanoid
  9412.             game:GetService("Workspace").CurrentCamera.CameraType = "Custom"
  9413.             lplayer.CameraMinZoomDistance = 0.5
  9414.             lplayer.CameraMaxZoomDistance = 400
  9415.             lplayer.CameraMode = "Classic"
  9416.         end
  9417.         if string.sub(CMDBAR.Text, 1, 7) == ("unstate") then
  9418.             changingstate = false
  9419.         end
  9420.         CMDBAR.Text = ""
  9421.     end
  9422. end)
  9423.  
  9424. wait(0.3)
  9425. game:GetService("StarterGui"):SetCore("SendNotification", {
  9426.     Title = "Loaded successfully!";
  9427.     Text = "Reviz Admin V2 by illremember";
  9428. })
  9429. wait(0.1)
  9430. print("Reviz Admin V2 loaded!")
  9431. if game:GetService("Workspace").FilteringEnabled == true then
  9432.     warn("FE is Enabled (Filtering Enabled)")
  9433.     game:GetService("StarterGui"):SetCore("SendNotification", {
  9434.         Title = "FE is Enabled";
  9435.         Text = "Filtering Enabled. Enjoy using Reviz Admin!";
  9436.     })
  9437. else
  9438.     warn("FE is Disabled (Filtering Disabled) Consider using a different admin script.")
  9439.     game:GetService("StarterGui"):SetCore("SendNotification", {
  9440.         Title = "FE is Disabled";
  9441.         Text = "Filtering Disabled. Consider using a different admin script.";
  9442.     })
  9443. end
  9444.  
  9445. local intro = Instance.new("ScreenGui")
  9446. local Frame = Instance.new("Frame")
  9447. local ImageLabel = Instance.new("ImageLabel")
  9448. intro.Parent = game:GetService("CoreGui")
  9449. Frame.Parent = intro
  9450. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  9451. Frame.BackgroundTransparency = 1
  9452. Frame.Size = UDim2.new(1, 0, 0, 300)
  9453. Frame.Position = UDim2.new(0, 0, -0.4, 0)
  9454. ImageLabel.Parent = Frame
  9455. ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  9456. ImageLabel.BackgroundTransparency = 1
  9457. ImageLabel.Position = UDim2.new(0, 0, 0, 0)
  9458. ImageLabel.Size = UDim2.new(1, 0, 1, 0)
  9459. ImageLabel.Image = "http://www.roblox.com/asset/?id=1542162618"
  9460. Frame:TweenPosition(UDim2.new(0, 0, 0.2, 0), "Out", "Elastic", 3)
  9461. wait(3.01)
  9462. Frame:TweenPosition(UDim2.new(0, 0, 1.5, 0), "Out", "Elastic", 5)
  9463. wait(5.01)
  9464. intro:Destroy()
  9465. end)
  9466.  
  9467. AniMainDesign.Name = "AniMainDesign"
  9468. AniMainDesign.Parent = AniMain
  9469. AniMainDesign.BackgroundColor3 = Color3.new(1, 1, 1)
  9470. AniMainDesign.BackgroundTransparency = 0.5
  9471. AniMainDesign.BorderSizePixel = 0
  9472. AniMainDesign.Position = UDim2.new(0, 0, 0.906832278, 0)
  9473. AniMainDesign.Size = UDim2.new(0, 432, 0, 30)
  9474. AniMainDesign.Font = Enum.Font.SourceSans
  9475. AniMainDesign.Text = ""
  9476. AniMainDesign.TextColor3 = Color3.new(0, 0, 0)
  9477. AniMainDesign.TextSize = 14
  9478.  
  9479. Open.Name = "Open"
  9480. Open.Parent = Ani
  9481. Open.BackgroundColor3 = Color3.new(1, 1, 1)
  9482. Open.Position = UDim2.new(0.435151517, 0, 0.865951717, 0)
  9483. Open.Size = UDim2.new(0, 200, 0, 50)
  9484. Open.Visible = false
  9485. Open.Font = Enum.Font.SourceSans
  9486. Open.Text = "Open"
  9487. Open.TextColor3 = Color3.new(0, 0, 0)
  9488. Open.TextSize = 14
  9489. Open.MouseButton1Down:connect(function()
  9490.     Open.Visible = false
  9491.     AniMain.Visible = true
  9492. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement