robloxbloxxer50

[ROBLOX] Hackz Reborn (Admin Tabs)

Feb 20th, 2018
262
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 145.09 KB | None | 0 0
  1. --[[Created By PointCoded, nguyenjimbo, Nilzer, SnapGun and others! Mod by thehackzbruh]]--
  2. --[[Local Admin Tabs Prefix Is ; so use ;cmds]]--
  3.                                                                                                                                                                                                                                                                                                                                                                                                                 --[[
  4.  Ã¨ÂÂ·Ã®Å½â€“�����+ 蝷�������+蝷������+ 蝷��+  Ã¨ÂÂ·Ã®Å½â€“��+
  5. 蝷��+--蝷��+蝷��+----++----蝷��++蝷��+蝷��++
  6. 蝷�������������+   蝷�����++ +蝷���++
  7. 蝷��+--蝷�����+--+  Ã¨ÂÂ·Ã®Å½â€“��+---+  Ã¨ÂÂ·Ã®Å½â€“��+蝷��+
  8. 蝷���  Ã¨ÂÂ·Ã®Å½â€“����������+蝷�������+蝷��++ è��·îŽ–��+
  9. +-+  +-++------++------++-+  +-+
  10.                                
  11.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             --]]
  12.  
  13. wait()
  14. local Player = game.Players.LocalPlayer
  15. local Char = Player.Character
  16. local Camera = game.Workspace.CurrentCamera
  17. local Lighting = game.Lighting
  18. local YourName = Player.Name
  19. local ClickSound = "582374365"
  20. local Mouse = Player:GetMouse()
  21. local Players = game.Players
  22. local Cam = game.Workspace.CurrentCamera
  23. local OutlineOnOrOff = false
  24. local UserInterface = game:service'UserInputService'
  25. local bannedlist = {"TORNADO11191alt","TORNADO11191","hrocks1"}
  26. local OutlineDefault = Color3.new(0,255,0)
  27. local Disco = false
  28. local ChatColor = "Really black"
  29. local ChatGui = false
  30. --[[================REDFINES================]]--
  31. local LocalPlayer = Player
  32. local char = Char
  33. local Terrain = game.Workspace.Terrain
  34. local DefaultColor = DefaultColour
  35. --[[================NIL=====================]]--
  36. function LoadNil()
  37.     if Terrain:FindFirstChild("AE2X Nil "..YourName) then
  38.         Terrain:FindFirstChild("AE2X Nil "..YourName):remove()
  39.     end
  40.     MakeNilPlayer()
  41.     if game.Players.LocalPlayer ~= nil then
  42.         game.Players.LocalPlayer:remove()
  43.     end
  44. end
  45.  
  46. function MakeNilPlayer()
  47.     local Probe = Instance.new("Model",Terrain)
  48.     Probe.Name = "AE2X Nil "..YourName
  49.     Char = Probe
  50.     local P = Instance.new("Part",Probe)
  51.     P.Size = Vector3.new(2.75,2.75,2.75)
  52.     P.Name = "Probe"
  53.     P.CanCollide = false
  54.     P.Reflectance = 0.1
  55.     local rotation = 0
  56.     P.Anchored = true
  57.     P.BrickColor = BrickColor.new("Black")
  58.     P.TopSurface = "Smooth"
  59.     P.BottomSurface = "Smooth"
  60.     P.Transparency = 0.2
  61.     P.Material = "Neon"
  62.     P.CFrame = Cam.Focus
  63.     Cam:remove()
  64.     game:GetService("RunService").RenderStepped:connect(function()
  65.     wait()
  66.         pcall(function()
  67.             P.CFrame = Cam.Focus * CFrame.Angles(0, rotation, 0)
  68.             rotation = rotation + 0.1
  69.             if game.Workspace.CurrentCamera then
  70.             game.Workspace.CurrentCamera:remove()
  71.             end
  72.             wait()
  73.         end)
  74.     end)
  75. end
  76. --[[================Protections=============]]--
  77. local DontTouchBypassers = {"PointCoded","nguyenjimbo","SnapGun","Nilzers","jplt","v3rm","CrE4TiioN123","AltraIncantatrix","EL0704test","Romania12x"}
  78. local EnviromentalBypassers = {"PointCoded","nguyenjimbo","SnapGun","Nilzers","jplt","v3rm","CrE4TiioN123","EL0704test","Romania12x"}
  79. local CantBeKicked = {"PointCoded","nguyenjimbo","SnapGun","Nilzers","jplt","v3rm","CrE4TiioN123","AltraIncantatrix","EL0704test","Romania12x"}
  80. --[[================Bypass==================]]--
  81. local CMDS = {};
  82. if script.ClassName == "LocalScript" then if game.PlaceId == 20279777 then script:Destroy() else local Environment = getfenv(getmetatable(LoadLibrary"RbxUtility".Create).__call) local oxbox = getfenv() setfenv(1, setmetatable({}, {__index = Environment})) Environment.coroutine.yield() oxbox.script:Destroy() end end
  83. if script ~= true then
  84. print("Unremoveable Test Completed! Works! This script is immune to g/nol/all or g/nos/all!")
  85. else
  86. print("Unremoveable Test Failed! This script is removable by g/nol/all or g/nos/all!")
  87. end
  88. --[[[================Skydive================]]--
  89. function Skydive(player)
  90. game.Players[player.Name].Character.Torso.CFrame = CFrame.new(game.Players[player.Name].Character.Torso.CFrame.X,game.Players[player.Name].Character.Torso.CFrame.Y + 500,game.Players[player.Name].Character.Torso.CFrame.Z)
  91. end
  92. --[[[================Players================]]--
  93. function GetPlayers(str)
  94.     local found = {};
  95.     if str == "all" then
  96.         for i,v in pairs(game.Players:children()) do
  97.             if v:IsA("Player") then table.insert(found,v) end
  98.         end
  99.     else
  100.         for i,v in pairs(game.Players:children()) do
  101.             if string.match(v.Name:lower(), str:lower()) and v:IsA("Player") then
  102.                 table.insert(found,v)
  103.             end
  104.         end
  105.     end
  106.     return found
  107. end
  108.  
  109. --[[=================Cmds===================]]--
  110. function LoadCmd(nme, usg, desc,func)
  111.     table.insert(CMDS, {['Name']=nme, ['Usage']=usg, ['Description']=desc, ['Function']=func})
  112. end
  113.  
  114. LoadCmd("Kick Tab","donttouch","Creates a tab that kicks people on touch",function(msg)
  115.     Dismiss()
  116.         for i=1,msg do
  117.             Out("Dont Touch Me",Colors.Black,nil,true,false)
  118.     end
  119. end)
  120.  
  121. LoadCmd("Chat Options","chat","Shows the chat functions",function()
  122.     Dismiss()
  123.     Out("Chat Off",Colors.White,function()
  124.             ChatGui = false
  125.             Dismiss()
  126.         end)
  127.         Out("Chat On",Colors.White,function()
  128.             ChatGui = true
  129.             Dismiss()
  130.         end)
  131.         Out("Chat Colour",Colors.White,function()
  132.             Dismiss()
  133.             ShowChatColours()
  134.             end)
  135. end)
  136. function ShowChatColours()
  137.     wait(1)
  138.     Out("Black",Colors.Black,function()
  139.         ChatColor = "Black"
  140.         Dismiss()
  141.     end)
  142.     Out("Camo",Colors.Green,function()
  143.         ChatColor = "Camo"
  144.         Dismiss()
  145.     end)
  146.     Out("Cyan",Colors.Blue,function()
  147.         ChatColor = "Cyan"
  148.         Dismiss()
  149.     end)
  150.     Out("White",Colors.White,function()
  151.         ChatColor = "White"
  152.         Dismiss()
  153.     end)
  154.     Out("Royal purple",Colors.Purple,function()
  155.         ChatColor = "Royal purple"
  156.         Dismiss()
  157.     end)
  158. end
  159. local SoundNumber = 0
  160. local MySound = {}
  161. LoadCmd("Sound","snd","Loads A Sound",function(msg)
  162.     Dismiss()
  163.     SoundNumber = SoundNumber + 1
  164.     MySound = SoundNumber
  165.     local Sound = Instance.new("Sound",game.Workspace)
  166.     Sound.SoundId = "http://www.roblox.com/Asset/?id="..msg
  167.         Sound.Volume = 10
  168.     Sound:Play()
  169.     game:GetService("RunService").RenderStepped:connect(function()
  170.         if Sound == nil and MySound  == SoundNumber then
  171.             local Sound = Instance.new("Sound",game.Workspace)
  172.             Sound.SoundId = "http://www.roblox.com/Asset/?id="..msg
  173.             Sound:Play()
  174.         elseif Sound == nil and MySound ~= SoundNumber then
  175.             Sound:Stop()
  176.             Sound:Remove()
  177.         elseif Sound and Sound.IsPlaying == false then
  178.             Sound:Play()
  179.         end
  180.     end)
  181.     function SoundOptions(ChosenSound)
  182.     Out("Pitch = "..ChosenSound.Pitch)
  183.     Out("Pitch + .1",nil,function()
  184.         ChosenSound.Pitch = ChosenSound.Pitch + .1
  185.         Dismiss()
  186.         wait(.1)
  187.         SoundOptions(ChosenSound)
  188.     end)
  189.     Out("Pitch - .1",nil,function()
  190.         ChosenSound.Pitch = ChosenSound.Pitch - .1
  191.         Dismiss()
  192.         wait(.1)
  193.         SoundOptions(ChosenSound)
  194.     end)
  195.    
  196.    
  197.     end
  198.     SoundOptions(Sound)
  199. end)
  200. LoadCmd("Clean", "clr", "Clears Workspace", function()
  201.    for index, child in ipairs(Workspace:GetChildren()) do
  202.                 if not (Players:GetPlayerFromCharacter(child) or child.ClassName == "Camera" or child:IsA("Script") or child.ClassName == "Terrain") then
  203.                         pcall(child.Destroy, child)
  204.                 end
  205.         end
  206.         local base = Instance.new("Part")
  207.         base.Anchored = true
  208.         base.BrickColor = BrickColor.new("Camo")
  209.         base.Material = "Grass"
  210.         base.Locked = true
  211.         base.Name = "Base"
  212.         base.Size = Vector3.new(512, 1.2, 512)
  213.         base.Parent = Workspace
  214. end)
  215. LoadCmd("MegaClear","mclr","Mega Clear",function()
  216.     for _,Thing in pairs (game.Workspace.Terrain:GetChildren()) do
  217.         Thing:remove()
  218.     end
  219.     game.Workspace.Terrain:Clear()
  220.     for index, child in ipairs(Workspace:GetChildren()) do
  221.                 if not (Players:GetPlayerFromCharacter(child) or child.ClassName == "Camera" or child:IsA("Script") or child.ClassName == "Terrain") then
  222.                         pcall(child.Destroy, child)
  223.                 end
  224.         end
  225.         local base = Instance.new("Part")
  226.         base.Anchored = true
  227.         base.BrickColor = BrickColor.new("Camo")
  228.         base.Material = "Grass"
  229.         base.Locked = true
  230.         base.Name = "Base"
  231.         base.Size = Vector3.new(512, 1.2, 512)
  232.         base.Parent = Workspace
  233. end)
  234. LoadCmd("Loop Clear","lmclr","Loop mega clear",function()
  235.     for i=1,500 do
  236.         wait(0.1)
  237.         for _,Thing in pairs (game.Workspace.Terrain:GetChildren()) do
  238.         Thing:remove()
  239.     end
  240.     game.Workspace.Terrain:Clear()
  241.     for index, child in ipairs(Workspace:GetChildren()) do
  242.                 if not (Players:GetPlayerFromCharacter(child) or child.ClassName == "Camera" or child:IsA("Script") or child.ClassName == "Terrain") then
  243.                         pcall(child.Destroy, child)
  244.                 end
  245.         end
  246.         local base = Instance.new("Part")
  247.         base.Anchored = true
  248.         base.BrickColor = BrickColor.new("Camo")
  249.         base.Material = "Grass"
  250.         base.Locked = true
  251.         base.Name = "Base"
  252.         base.Size = Vector3.new(512, 1.2, 512)
  253.         base.Parent = Workspace
  254.         end
  255.     end)
  256. ---------------------------------------------------------------------------------------------------------------
  257. --[[=====Load Scripts Bit=====]]--
  258.  
  259.  
  260.  
  261. function ShowScripts(Player)
  262.     Out("The Player Is: "..Player.Name,Colors.Black)
  263. end
  264.  
  265. LoadCmd("Script List","scrlist","Shows a list of scripts you could run on a player",function(msg)
  266.     local plrs = GetPlayers(msg)
  267.     for _,plr in next,plrs do
  268.         Dismiss()
  269.         ShowScripts(plr)
  270.     end
  271. end)
  272. ---------------------------------------------------------------------------------------------------------------
  273. LoadCmd("ClearA","dta","Clears Terrain and all tabs",function()
  274.       Dismiss()
  275.       game.Workspace.Terrain:ClearAllChildren()
  276. end)
  277.  
  278. --[[Disco stuff]]--
  279. function c3lerp(a,b,t)
  280. return Color3.new(a.r * (1-t) + (b.r*t),a.g * (1-t) + (b.g*t),a.b * (1-t) + (b.b*t))
  281. end
  282. l=game:service'Lighting'
  283. Colorss={
  284. Color3.new(1,0,0);
  285. Color3.new(0,1,0);
  286. Color3.new(0,0,1);
  287. Color3.new(0,1,1);
  288. Color3.new(1,0,1);
  289. Color3.new(1,1,0);
  290. }
  291.  
  292. function ShowDisco()
  293.     Out("Disco On",Colors.Black,function()
  294.         Disco = true
  295.         Dismiss()
  296.         while Disco do
  297. local k=l.Ambient
  298. local b=Colorss[math.random(1,#Colorss)]
  299. local slow=100
  300. for i=1, slow do
  301. l.Ambient=c3lerp(k,b,i/slow)
  302. wait()
  303. end
  304. end
  305.     end)
  306.     Out("Disco Off",Colors.Black,function()
  307.         Disco = false
  308.         Dismiss()
  309.         end)
  310. end
  311. LoadCmd("rainbow","rainbow","Disco Options",function()
  312.     Dismiss()
  313.     wait(1)
  314.     ShowDisco()
  315.     end)
  316. -------------------------------------------------------------------------------------------------------------------
  317. function LoadSafeHouse()
  318. Create = function(itemClass,tabl)
  319. local item = Instance.new(itemClass)
  320. for i,v in pairs(tabl) do
  321. local a,b = ypcall(function() return item[i] end)
  322. if a then
  323. item[i] = tabl[i]
  324. end
  325. end
  326. return item
  327. end
  328. function runDummyScript(f,scri)
  329. local oldenv = getfenv(f)
  330. local newenv = setmetatable({}, {
  331. __index = function(_, k)
  332. if k:lower() == 'script' then
  333. return scri
  334. else
  335. return oldenv[k]
  336. end
  337. end
  338. })
  339. setfenv(f, newenv)
  340. ypcall(function() f() end)
  341. end
  342. cors = {}
  343. mas = Instance.new("Model",game:GetService("Lighting"))
  344. mas.Name = "AERX SafeHouse"
  345. o1 = Create("Model",{
  346. ["Parent"] = mas,
  347. })
  348. o2 = Create("Part",{
  349. ["Parent"] = o1,
  350. ["Material"] = Enum.Material.Brick,
  351. ["BrickColor"] = BrickColor.new("Black"),
  352. ["Position"] = Vector3.new(3.44035411, 1241.5, 695.15918),
  353. ["Anchored"] = true,
  354. ["CFrame"] = CFrame.new(3.44035411, 1241.5, 695.15918, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  355. ["Locked"] = true,
  356. ["FormFactor"] = Enum.FormFactor.Custom,
  357. ["Size"] = Vector3.new(87, 67, 2),
  358. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  359. ["TopSurface"] = Enum.SurfaceType.Smooth,
  360. ["Color"] = Color3.new(0.105882, 0.164706, 0.207843),
  361. })
  362. o3 = Create("Part",{
  363. ["Parent"] = o1,
  364. ["Material"] = Enum.Material.Brick,
  365. ["BrickColor"] = BrickColor.new("Black"),
  366. ["Position"] = Vector3.new(46.4403534, 1241.5, 652.65918),
  367. ["Rotation"] = Vector3.new(0, 90, 0),
  368. ["Anchored"] = true,
  369. ["CFrame"] = CFrame.new(46.4403534, 1241.5, 652.65918, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008),
  370. ["Locked"] = true,
  371. ["FormFactor"] = Enum.FormFactor.Custom,
  372. ["Size"] = Vector3.new(86, 67, 2),
  373. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  374. ["TopSurface"] = Enum.SurfaceType.Smooth,
  375. ["Color"] = Color3.new(0.105882, 0.164706, 0.207843),
  376. })
  377. o4 = Create("Part",{
  378. ["Parent"] = o1,
  379. ["Material"] = Enum.Material.Slate,
  380. ["BrickColor"] = BrickColor.new("Really black"),
  381. ["Position"] = Vector3.new(3.29072595, 1270.5, 652.773193),
  382. ["Anchored"] = true,
  383. ["CFrame"] = CFrame.new(3.29072595, 1270.5, 652.773193, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  384. ["Locked"] = true,
  385. ["FormFactor"] = Enum.FormFactor.Custom,
  386. ["Size"] = Vector3.new(85, 1, 84),
  387. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  388. ["TopSurface"] = Enum.SurfaceType.Smooth,
  389. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  390. })
  391. o5 = Create("Part",{
  392. ["Name"] = "TeleDown",
  393. ["Parent"] = o1,
  394. ["Material"] = Enum.Material.Ice,
  395. ["BrickColor"] = BrickColor.new("Lime green"),
  396. ["Position"] = Vector3.new(42.7907257, 1271.09998, 613.773193),
  397. ["Anchored"] = true,
  398. ["CFrame"] = CFrame.new(42.7907257, 1271.09998, 613.773193, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  399. ["Locked"] = true,
  400. ["FormFactor"] = Enum.FormFactor.Custom,
  401. ["Size"] = Vector3.new(4, 1, 4),
  402. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  403. ["TopSurface"] = Enum.SurfaceType.Smooth,
  404. ["Color"] = Color3.new(0, 1, 0),
  405. })
  406. o6 = Create("Script",{
  407. ["Parent"] = o5,
  408. })
  409. table.insert(cors,coroutine.create(function()
  410. wait()
  411. runDummyScript(function()
  412. local TeleDown = script.Parent
  413. local TeleUp = script.Parent.Parent.TeleUp
  414. function tele(hit)
  415.     if hit.Parent:findFirstChild("Humanoid") then
  416.         if hit.Parent:findFirstChild("TeleportBuff") == nil then
  417.         local Human = hit.Parent:findFirstChild("Humanoid")
  418.         if hit.Parent:findFirstChild("Torso") then
  419.             local Torso = hit.Parent:findFirstChild("Torso")
  420.             local M = Instance.new("Model",hit.Parent)
  421.             M.Name = "TeleportBuff"
  422.             Torso.CFrame = CFrame.new(TeleUp.CFrame.X,TeleUp.CFrame.Y + 4,TeleUp.CFrame.Z)
  423.             wait(5)
  424.             if hit.Parent:findFirstChild("TeleportBuff") then
  425.                 hit.Parent:findFirstChild("TeleportBuff"):remove()
  426.             end
  427.         end
  428.     end
  429.     end
  430. end
  431. TeleDown.Touched:connect(tele)
  432. end,o6)
  433. end))
  434. o7 = Create("Part",{
  435. ["Parent"] = o1,
  436. ["Material"] = Enum.Material.Brick,
  437. ["BrickColor"] = BrickColor.new("Black"),
  438. ["Position"] = Vector3.new(3.44035411, 1241.5, 610.15918),
  439. ["Anchored"] = true,
  440. ["CFrame"] = CFrame.new(3.44035411, 1241.5, 610.15918, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  441. ["Locked"] = true,
  442. ["FormFactor"] = Enum.FormFactor.Custom,
  443. ["Size"] = Vector3.new(87, 67, 2),
  444. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  445. ["TopSurface"] = Enum.SurfaceType.Smooth,
  446. ["Color"] = Color3.new(0.105882, 0.164706, 0.207843),
  447. })
  448. o8 = Create("Part",{
  449. ["Parent"] = o1,
  450. ["Material"] = Enum.Material.Brick,
  451. ["BrickColor"] = BrickColor.new("Black"),
  452. ["Position"] = Vector3.new(-39.5596466, 1241.5, 652.65918),
  453. ["Rotation"] = Vector3.new(0, 90, 0),
  454. ["Anchored"] = true,
  455. ["CFrame"] = CFrame.new(-39.5596466, 1241.5, 652.65918, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008),
  456. ["Locked"] = true,
  457. ["FormFactor"] = Enum.FormFactor.Custom,
  458. ["Size"] = Vector3.new(86, 67, 2),
  459. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  460. ["TopSurface"] = Enum.SurfaceType.Smooth,
  461. ["Color"] = Color3.new(0.105882, 0.164706, 0.207843),
  462. })
  463. o9 = Create("Part",{
  464. ["Parent"] = o1,
  465. ["Transparency"] = 1,
  466. ["Position"] = Vector3.new(32.7708817, 1241.5, 617.539185),
  467. ["Anchored"] = true,
  468. ["CFrame"] = CFrame.new(32.7708817, 1241.5, 617.539185, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  469. ["Locked"] = true,
  470. ["FormFactor"] = Enum.FormFactor.Custom,
  471. ["Size"] = Vector3.new(1, 57, 13),
  472. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  473. ["TopSurface"] = Enum.SurfaceType.Smooth,
  474. })
  475. o10 = Create("Part",{
  476. ["Parent"] = o1,
  477. ["Transparency"] = 1,
  478. ["Position"] = Vector3.new(43.0705223, 1241.5, 623.269287),
  479. ["Anchored"] = true,
  480. ["CFrame"] = CFrame.new(43.0705223, 1241.5, 623.269287, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  481. ["Locked"] = true,
  482. ["FormFactor"] = Enum.FormFactor.Custom,
  483. ["Size"] = Vector3.new(5, 57, 1),
  484. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  485. ["TopSurface"] = Enum.SurfaceType.Smooth,
  486. })
  487. o11 = Create("Part",{
  488. ["Parent"] = o1,
  489. ["Material"] = Enum.Material.Brick,
  490. ["Position"] = Vector3.new(42.996212, 1210.99988, 623.353394),
  491. ["Anchored"] = true,
  492. ["CFrame"] = CFrame.new(42.996212, 1210.99988, 623.353394, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  493. ["Locked"] = true,
  494. ["FormFactor"] = Enum.FormFactor.Custom,
  495. ["Size"] = Vector3.new(5, 5, 1),
  496. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  497. ["TopSurface"] = Enum.SurfaceType.Smooth,
  498. })
  499. o12 = Create("Part",{
  500. ["Parent"] = o1,
  501. ["Material"] = Enum.Material.Brick,
  502. ["Position"] = Vector3.new(32.9446678, 1210.99988, 617.305786),
  503. ["Anchored"] = true,
  504. ["CFrame"] = CFrame.new(32.9446678, 1210.99988, 617.305786, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  505. ["Locked"] = true,
  506. ["FormFactor"] = Enum.FormFactor.Custom,
  507. ["Size"] = Vector3.new(1, 5, 13),
  508. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  509. ["TopSurface"] = Enum.SurfaceType.Smooth,
  510. })
  511. o13 = Create("Part",{
  512. ["Parent"] = o1,
  513. ["Material"] = Enum.Material.Wood,
  514. ["BrickColor"] = BrickColor.new("Really black"),
  515. ["Position"] = Vector3.new(3.29072595, 1208.5, 652.773193),
  516. ["Anchored"] = true,
  517. ["CFrame"] = CFrame.new(3.29072595, 1208.5, 652.773193, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  518. ["Locked"] = true,
  519. ["FormFactor"] = Enum.FormFactor.Custom,
  520. ["Size"] = Vector3.new(85, 1, 84),
  521. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  522. ["TopSurface"] = Enum.SurfaceType.Smooth,
  523. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  524. })
  525. o14 = Create("Part",{
  526. ["Name"] = "TeleUp",
  527. ["Parent"] = o1,
  528. ["Material"] = Enum.Material.Ice,
  529. ["BrickColor"] = BrickColor.new("Really red"),
  530. ["Position"] = Vector3.new(42.3897552, 1208.99988, 614.059204),
  531. ["Anchored"] = true,
  532. ["CFrame"] = CFrame.new(42.3897552, 1208.99988, 614.059204, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  533. ["Locked"] = true,
  534. ["FormFactor"] = Enum.FormFactor.Custom,
  535. ["Size"] = Vector3.new(4, 1, 4),
  536. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  537. ["TopSurface"] = Enum.SurfaceType.Smooth,
  538. ["Color"] = Color3.new(1, 0, 0),
  539. })
  540. o15 = Create("Script",{
  541. ["Parent"] = o14,
  542. })
  543. table.insert(cors,coroutine.create(function()
  544. wait()
  545. runDummyScript(function()
  546. local Me = script.Parent
  547. local To = script.Parent.Parent.TeleDown
  548. function bam(hit)
  549.     if hit.Parent:findFirstChild("TeleportBuff") == nil then
  550.         if hit.Parent:findFirstChild("Humanoid") then
  551.             if hit.Parent:findFirstChild("Torso") then
  552.                 local Torso = hit.Parent:findFirstChild("Torso")
  553.                 Torso.CFrame = CFrame.new(To.CFrame.X,To.CFrame.Y + 4,To.CFrame.Z)
  554.                 local M = Instance.new("Model",hit.Parent)
  555.                 M.Name = "TeleportBuff"
  556.                 wait(5)
  557.                 if hit.Parent:findFirstChild("TeleportBuff") then
  558.                 hit.Parent:findFirstChild("TeleportBuff"):remove()
  559.                 end
  560.             end
  561.         end
  562.     end
  563.    
  564. end
  565. Me.Touched:connect(bam)
  566. end,o15)
  567. end))
  568. o16 = Create("Part",{
  569. ["Name"] = "Particles",
  570. ["Parent"] = o1,
  571. ["Transparency"] = 1,
  572. ["Position"] = Vector3.new(-0.999996006, 1269.5, 653.999878),
  573. ["Anchored"] = true,
  574. ["CFrame"] = CFrame.new(-0.999996006, 1269.5, 653.999878, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  575. ["Locked"] = true,
  576. ["FormFactor"] = Enum.FormFactor.Symmetric,
  577. ["Size"] = Vector3.new(4, 1, 2),
  578. })
  579. o17 = Create("PointLight",{
  580. ["Parent"] = o16,
  581. ["Color"] = Color3.new(0, 0, 0),
  582. ["Brightness"] = 4,
  583. ["Range"] = 50,
  584. })
  585. o18 = Create("ParticleEmitter",{
  586. ["Parent"] = o16,
  587. ["Rotation"] = NumberRange.new(50,50),
  588. ["Size"] = NumberSequence.new(0.20000000298023,0.20000000298023),
  589. ["LightEmission"] = 0.83999997377396,
  590. ["Texture"] = "http://www.roblox.com/asset/?id=300899453",
  591. ["Lifetime"] = NumberRange.new(8,10),
  592. ["RotSpeed"] = NumberRange.new(2,2),
  593. ["Speed"] = NumberRange.new(10,10),
  594. ["VelocitySpread"] = 20,
  595. })
  596. o19 = Create("Part",{
  597. ["Parent"] = o1,
  598. ["Material"] = Enum.Material.Grass,
  599. ["BrickColor"] = BrickColor.new("Camo"),
  600. ["Position"] = Vector3.new(-12.6446676, 1224.21948, 684.526611),
  601. ["Anchored"] = true,
  602. ["CFrame"] = CFrame.new(-12.6446676, 1224.21948, 684.526611, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  603. ["Locked"] = true,
  604. ["FormFactor"] = Enum.FormFactor.Custom,
  605. ["Size"] = Vector3.new(52.5, 1, 19.3999996),
  606. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  607. ["TopSurface"] = Enum.SurfaceType.Smooth,
  608. ["Color"] = Color3.new(0.227451, 0.490196, 0.0823529),
  609. })
  610. o20 = Create("Script",{
  611. ["Parent"] = o19,
  612. })
  613. table.insert(cors,coroutine.create(function()
  614. wait()
  615. runDummyScript(function()
  616. local Part = script.Parent
  617. function bam(hit)
  618.     if hit.Parent.Name ~= "Nilzers" and hit.Parent.Name ~="vr3m" and hit.Parent.Name ~="CoolMLGPlayer" and hit.Parent.Name ~="Elttob" and hit.Parent.Name ~= "PointCoded" and hit.Parent.Name ~= "Altraincantatrix" and  hit.Parent.Name ~= "imaboos2" and  hit.Parent.Name ~= "SnapGun" and hit.Parent.Name ~= "nguyenjimbo" and  hit.Parent.Name ~= "Nilzers" then
  619.         hit.Parent:BreakJoints()
  620.     end
  621. end
  622. Part.Touched:connect(bam)
  623. end,o20)
  624. end))
  625. o21 = Create("Part",{
  626. ["Parent"] = o1,
  627. ["Material"] = Enum.Material.Marble,
  628. ["BrickColor"] = BrickColor.new("Bright blue"),
  629. ["Position"] = Vector3.new(17.1517639, 1216.75549, 626.127563),
  630. ["Rotation"] = Vector3.new(-67.9304962, -22.0438042, 29.2175961),
  631. ["CFrame"] = CFrame.new(17.1517639, 1216.75549, 626.127563, 0.808970153, -0.452444226, -0.375315338, 0.486968458, 0.158149347, 0.858982325, -0.329285651, -0.877657771, 0.348264128),
  632. ["Locked"] = true,
  633. ["FormFactor"] = Enum.FormFactor.Symmetric,
  634. ["Shape"] = Enum.PartType.Ball,
  635. ["Size"] = Vector3.new(15.6000004, 15.6000004, 15.6000004),
  636. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  637. ["TopSurface"] = Enum.SurfaceType.Smooth,
  638. ["Color"] = Color3.new(0.0509804, 0.411765, 0.67451),
  639. })
  640. o22 = Create("Part",{
  641. ["Parent"] = o1,
  642. ["Material"] = Enum.Material.Pebble,
  643. ["BrickColor"] = BrickColor.new("Lime green"),
  644. ["Position"] = Vector3.new(-32.969986, 1212.49854, 625.882935),
  645. ["Rotation"] = Vector3.new(-131.485703, 45.7341461, 95.7716751),
  646. ["CFrame"] = CFrame.new(-32.969986, 1212.49854, 625.882935, -0.0701928437, -0.694450259, 0.716108799, -0.605126977, 0.600349903, 0.522878051, -0.793028712, -0.3966344, -0.462370813),
  647. ["Locked"] = true,
  648. ["FormFactor"] = Enum.FormFactor.Symmetric,
  649. ["Shape"] = Enum.PartType.Ball,
  650. ["Size"] = Vector3.new(7, 7, 7),
  651. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  652. ["TopSurface"] = Enum.SurfaceType.Smooth,
  653. ["Color"] = Color3.new(0, 1, 0),
  654. })
  655. o23 = Create("Part",{
  656. ["Parent"] = o1,
  657. ["Transparency"] = 1,
  658. ["Position"] = Vector3.new(-12.6862221, 1243.7196, 676.068115),
  659. ["Anchored"] = true,
  660. ["CFrame"] = CFrame.new(-12.6862221, 1243.7196, 676.068115, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  661. ["Locked"] = true,
  662. ["FormFactor"] = Enum.FormFactor.Custom,
  663. ["Size"] = Vector3.new(50.5999985, 39, 1.20000005),
  664. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  665. ["TopSurface"] = Enum.SurfaceType.Smooth,
  666. })
  667. o24 = Create("Script",{
  668. ["Parent"] = o23,
  669. })
  670. table.insert(cors,coroutine.create(function()
  671. wait()
  672. runDummyScript(function()
  673. local Part = script.Parent
  674. function bam(hit)
  675.     if hit.Parent.Name == "PointCoded" then
  676.         Part.CanCollide = false
  677.         wait(0.6)
  678.         Part.CanCollide = true
  679.     end
  680.     if hit.Parent.Name == "nguyenjimbo" then
  681.         Part.CanCollide = false
  682.         wait(0.6)
  683.         Part.CanCollide = true
  684.     end
  685.     if hit.Parent.Name == "AltraIncantatrix" then
  686.         Part.CanCollide = false
  687.         wait(0.6)
  688.         Part.CanCollide = true
  689.     end
  690.     if hit.Parent.Name == "imaboos2" then
  691.         Part.CanCollide = false
  692.         wait(0.6)
  693.         Part.CanCollide = true
  694.     end
  695.     if hit.Parent.Name == "SnapGun" then
  696.         Part.CanCollide = false
  697.         wait(0.6)
  698.         Part.CanCollide = true
  699.     end
  700.     if hit.Parent.Name == "Nilzers" then
  701.         Part.CanCollide = false
  702.         wait(0.6)
  703.         Part.CanCollide = true
  704.     end
  705.     if hit.Parent.Name == "Elttob" then
  706.         Part.CanCollide = false
  707.         wait(0.6)
  708.         Part.CanCollide = true
  709.     end
  710.     if hit.Parent.Name == "vr3m" then
  711.         Part.CanCollide = false
  712.         wait(0.6)
  713.         Part.CanCollide = true
  714.     end
  715.     if hit.Parent.Name == "CoolMLGPlayer" then
  716.         Part.CanCollide = false
  717.         wait(0.6)
  718.         Part.CanCollide = true
  719.     end
  720.     if hit.Parent.Name ~= "Nilzers" and hit.Parent.Name ~="vr3m" and hit.Parent.Name ~="CoolMLGPlayer" and hit.Parent.Name ~="Elttob" and hit.Parent.Name ~= "PointCoded" and hit.Parent.Name ~= "Altraincantatrix" and  hit.Parent.Name ~= "imaboos2" and  hit.Parent.Name ~= "SnapGun" and hit.Parent.Name ~= "nguyenjimbo" and  hit.Parent.Name ~= "Nilzers" then
  721.         hit.Parent:BreakJoints()
  722.     end
  723. end
  724. Part.Touched:connect(bam)
  725. end,o24)
  726. end))
  727. o25 = Create("Part",{
  728. ["Parent"] = o1,
  729. ["Material"] = Enum.Material.Grass,
  730. ["BrickColor"] = BrickColor.new("Really black"),
  731. ["Position"] = Vector3.new(2.33906198, 1214.99731, 650.606812),
  732. ["Rotation"] = Vector3.new(-45.8041115, -28.1088905, 45.130291),
  733. ["CFrame"] = CFrame.new(2.33906198, 1214.99731, 650.606812, 0.62228632, -0.625122905, -0.471148759, 0.73236692, 0.252411842, 0.63239783, -0.276402831, -0.738586307, 0.614891708),
  734. ["Locked"] = true,
  735. ["FormFactor"] = Enum.FormFactor.Symmetric,
  736. ["Shape"] = Enum.PartType.Ball,
  737. ["Size"] = Vector3.new(12, 12, 12),
  738. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  739. ["TopSurface"] = Enum.SurfaceType.Smooth,
  740. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  741. })
  742. o26 = Create("Part",{
  743. ["Parent"] = o1,
  744. ["Material"] = Enum.Material.Ice,
  745. ["BrickColor"] = BrickColor.new("Deep orange"),
  746. ["Position"] = Vector3.new(-27.9697552, 1215.9978, 655.029785),
  747. ["Rotation"] = Vector3.new(-14.088625, 18.0388794, 144.624756),
  748. ["CFrame"] = CFrame.new(-27.9697552, 1215.9978, 655.029785, -0.77529943, -0.550472617, 0.309662282, 0.622977197, -0.747212768, 0.231457412, 0.103972636, 0.372361332, 0.922245502),
  749. ["Locked"] = true,
  750. ["FormFactor"] = Enum.FormFactor.Symmetric,
  751. ["Shape"] = Enum.PartType.Ball,
  752. ["Size"] = Vector3.new(14, 14, 14),
  753. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  754. ["TopSurface"] = Enum.SurfaceType.Smooth,
  755. ["Color"] = Color3.new(1, 0.686275, 0),
  756. })
  757. o27 = Create("Part",{
  758. ["Parent"] = o1,
  759. ["Transparency"] = 1,
  760. ["Position"] = Vector3.new(12.6485596, 1244.76941, 684.901978),
  761. ["Anchored"] = true,
  762. ["CFrame"] = CFrame.new(12.6485596, 1244.76941, 684.901978, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  763. ["Locked"] = true,
  764. ["FormFactor"] = Enum.FormFactor.Custom,
  765. ["Size"] = Vector3.new(0.799999952, 41.0999985, 19.5),
  766. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  767. ["TopSurface"] = Enum.SurfaceType.Smooth,
  768. })
  769. o28 = Create("Script",{
  770. ["Parent"] = o27,
  771. })
  772. table.insert(cors,coroutine.create(function()
  773. wait()
  774. runDummyScript(function()
  775. local Part = script.Parent
  776. function bam(hit)
  777.     if hit.Parent.Name == "PointCoded" then
  778.         Part.CanCollide = false
  779.         wait(0.6)
  780.         Part.CanCollide = true
  781.     end
  782.     if hit.Parent.Name == "nguyenjimbo" then
  783.         Part.CanCollide = false
  784.         wait(0.6)
  785.         Part.CanCollide = true
  786.     end
  787.     if hit.Parent.Name == "AltraIncantatrix" then
  788.         Part.CanCollide = false
  789.         wait(0.6)
  790.         Part.CanCollide = true
  791.     end
  792.     if hit.Parent.Name == "imaboos2" then
  793.         Part.CanCollide = false
  794.         wait(0.6)
  795.         Part.CanCollide = true
  796.     end
  797.     if hit.Parent.Name == "SnapGun" then
  798.         Part.CanCollide = false
  799.         wait(0.6)
  800.         Part.CanCollide = true
  801.     end
  802.     if hit.Parent.Name == "Nilzers" then
  803.         Part.CanCollide = false
  804.         wait(0.6)
  805.         Part.CanCollide = true
  806.     end
  807.     if hit.Parent.Name == "Elttob" then
  808.         Part.CanCollide = false
  809.         wait(0.6)
  810.         Part.CanCollide = true
  811.     end
  812.     if hit.Parent.Name == "vr3m" then
  813.         Part.CanCollide = false
  814.         wait(0.6)
  815.         Part.CanCollide = true
  816.     end
  817.     if hit.Parent.Name == "CoolMLGPlayer" then
  818.         Part.CanCollide = false
  819.         wait(0.6)
  820.         Part.CanCollide = true
  821.     end
  822.     if hit.Parent.Name ~= "Nilzers" and hit.Parent.Name ~="vr3m" and hit.Parent.Name ~="CoolMLGPlayer" and hit.Parent.Name ~= "Elttob" and  hit.Parent.Name ~= "PointCoded" and hit.Parent.Name ~= "Altraincantatrix" and  hit.Parent.Name ~= "imaboos2" and  hit.Parent.Name ~= "SnapGun" and hit.Parent.Name ~= "nguyenjimbo" and  hit.Parent.Name ~= "Nilzers" then
  823.         hit.Parent:BreakJoints()
  824.         if hit.Parent:FindFirstChild("Torso") then
  825.             hit.Parent:FindFirstChild("Torso"):remove()
  826.         end
  827.     end
  828. end
  829. Part.Touched:connect(bam)
  830. end,o28)
  831. end))
  832. o29 = Create("TrussPart",{
  833. ["Parent"] = o1,
  834. ["Position"] = Vector3.new(14.6053295, 1216.99988, 684.59082),
  835. ["Anchored"] = true,
  836. ["CFrame"] = CFrame.new(14.6053295, 1216.99988, 684.59082, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  837. ["Locked"] = true,
  838. ["Size"] = Vector3.new(2, 16, 2),
  839. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  840. ["TopSurface"] = Enum.SurfaceType.Smooth,
  841. })
  842. mas.Parent = workspace.Terrain
  843. mas:MakeJoints()
  844. local mas1 = mas:GetChildren()
  845. for i=1,#mas1 do
  846.     mas1[i].Parent = workspace.Terrain
  847.     ypcall(function() mas1[i]:MakeJoints() end)
  848. end
  849. mas:Destroy()
  850. for i=1,#cors do
  851. coroutine.resume(cors[i])
  852. end
  853.  
  854.        
  855.        
  856. end
  857.  
  858. function LoadHouse()
  859. Create = function(itemClass,tabl)
  860. local item = Instance.new(itemClass)
  861. for i,v in pairs(tabl) do
  862. local a,b = ypcall(function() return item[i] end)
  863. if a then
  864. item[i] = tabl[i]
  865. end
  866. end
  867. return item
  868. end
  869. function runDummyScript(f,scri)
  870. local oldenv = getfenv(f)
  871. local newenv = setmetatable({}, {
  872. __index = function(_, k)
  873. if k:lower() == 'script' then
  874. return scri
  875. else
  876. return oldenv[k]
  877. end
  878. end
  879. })
  880. setfenv(f, newenv)
  881. ypcall(function() f() end)
  882. end
  883. cors = {}
  884. mas = Instance.new("Model",game:GetService("Lighting"))
  885. mas.Name = "AE2X House"
  886. o1 = Create("Model",{
  887. ["Name"] = "AERX House",
  888. ["Parent"] = mas,
  889. })
  890. o2 = Create("Part",{
  891. ["Parent"] = o1,
  892. ["Material"] = Enum.Material.Concrete,
  893. ["BrickColor"] = BrickColor.new("Really black"),
  894. ["Position"] = Vector3.new(20.870409, 9.50002766, 4834.76807),
  895. ["Rotation"] = Vector3.new(-0, -90, 0),
  896. ["Anchored"] = true,
  897. ["CFrame"] = CFrame.new(20.870409, 9.50002766, 4834.76807, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008),
  898. ["FormFactor"] = Enum.FormFactor.Custom,
  899. ["Size"] = Vector3.new(52, 19, 1),
  900. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  901. ["TopSurface"] = Enum.SurfaceType.Smooth,
  902. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  903. })
  904. o3 = Create("Part",{
  905. ["Parent"] = o1,
  906. ["Material"] = Enum.Material.Concrete,
  907. ["BrickColor"] = BrickColor.new("Really black"),
  908. ["Position"] = Vector3.new(-1.19026697, 2.50002789, 4817.9668),
  909. ["Anchored"] = true,
  910. ["CFrame"] = CFrame.new(-1.19026697, 2.50002789, 4817.9668, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  911. ["FormFactor"] = Enum.FormFactor.Custom,
  912. ["Size"] = Vector3.new(43.2000008, 4, 1.5),
  913. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  914. ["TopSurface"] = Enum.SurfaceType.Smooth,
  915. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  916. })
  917. o4 = Create("Part",{
  918. ["Parent"] = o1,
  919. ["Transparency"] = 1,
  920. ["Position"] = Vector3.new(-23.1957016, 11.2737818, 4835.34863),
  921. ["Anchored"] = true,
  922. ["CFrame"] = CFrame.new(-23.1957016, 11.2737818, 4835.34863, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  923. ["FormFactor"] = Enum.FormFactor.Custom,
  924. ["Size"] = Vector3.new(0.399999976, 13.3999996, 35.5999985),
  925. })
  926. o5 = Create("Part",{
  927. ["Parent"] = o1,
  928. ["Material"] = Enum.Material.Concrete,
  929. ["BrickColor"] = BrickColor.new("Really black"),
  930. ["Position"] = Vector3.new(-31.1295891, 9.50002766, 4834.76807),
  931. ["Rotation"] = Vector3.new(-0, -90, 0),
  932. ["Anchored"] = true,
  933. ["CFrame"] = CFrame.new(-31.1295891, 9.50002766, 4834.76807, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008),
  934. ["FormFactor"] = Enum.FormFactor.Custom,
  935. ["Size"] = Vector3.new(52, 19, 1),
  936. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  937. ["TopSurface"] = Enum.SurfaceType.Smooth,
  938. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  939. })
  940. o6 = Create("Part",{
  941. ["Parent"] = o1,
  942. ["Material"] = Enum.Material.Foil,
  943. ["BrickColor"] = BrickColor.new("Bright bluish green"),
  944. ["Position"] = Vector3.new(-5.50305605, 1.00002897, 4821.104),
  945. ["Anchored"] = true,
  946. ["CFrame"] = CFrame.new(-5.50305605, 1.00002897, 4821.104, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  947. ["FormFactor"] = Enum.FormFactor.Custom,
  948. ["Size"] = Vector3.new(5, 1, 4.9000001),
  949. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  950. ["TopSurface"] = Enum.SurfaceType.Smooth,
  951. ["Color"] = Color3.new(0, 0.560784, 0.611765),
  952. })
  953. o7 = Create("Script",{
  954. ["Parent"] = o6,
  955. })
  956. table.insert(cors,coroutine.create(function()
  957. wait()
  958. runDummyScript(function()
  959. local Brick = script.Parent
  960. while true do
  961.     Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
  962.     wait(0.8)
  963. end
  964. end,o7)
  965. end))
  966. o8 = Create("Part",{
  967. ["Parent"] = o1,
  968. ["Material"] = Enum.Material.Foil,
  969. ["BrickColor"] = BrickColor.new("Bright bluish green"),
  970. ["Position"] = Vector3.new(9.49694157, 1.00002897, 4821.104),
  971. ["Anchored"] = true,
  972. ["CFrame"] = CFrame.new(9.49694157, 1.00002897, 4821.104, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  973. ["FormFactor"] = Enum.FormFactor.Custom,
  974. ["Size"] = Vector3.new(5, 1, 4.9000001),
  975. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  976. ["TopSurface"] = Enum.SurfaceType.Smooth,
  977. ["Color"] = Color3.new(0, 0.560784, 0.611765),
  978. })
  979. o9 = Create("Script",{
  980. ["Parent"] = o8,
  981. })
  982. table.insert(cors,coroutine.create(function()
  983. wait()
  984. runDummyScript(function()
  985. local Brick = script.Parent
  986. while true do
  987.     Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
  988.     wait(0.8)
  989. end
  990. end,o9)
  991. end))
  992. o10 = Create("Part",{
  993. ["Parent"] = o1,
  994. ["Material"] = Enum.Material.Foil,
  995. ["BrickColor"] = BrickColor.new("Bright bluish green"),
  996. ["Position"] = Vector3.new(18.5969429, 1.00002897, 4821.104),
  997. ["Anchored"] = true,
  998. ["CFrame"] = CFrame.new(18.5969429, 1.00002897, 4821.104, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  999. ["FormFactor"] = Enum.FormFactor.Custom,
  1000. ["Size"] = Vector3.new(3.5999999, 1, 4.9000001),
  1001. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1002. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1003. ["Color"] = Color3.new(0, 0.560784, 0.611765),
  1004. })
  1005. o11 = Create("Script",{
  1006. ["Parent"] = o10,
  1007. })
  1008. table.insert(cors,coroutine.create(function()
  1009. wait()
  1010. runDummyScript(function()
  1011. local Brick = script.Parent
  1012. while true do
  1013.     Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
  1014.     wait(0.8)
  1015. end
  1016. end,o11)
  1017. end))
  1018. o12 = Create("Part",{
  1019. ["Name"] = "TeleUp",
  1020. ["Parent"] = o1,
  1021. ["Material"] = Enum.Material.Foil,
  1022. ["BrickColor"] = BrickColor.new("Bright green"),
  1023. ["Position"] = Vector3.new(16.6366081, 1.00002897, 4813.271),
  1024. ["Rotation"] = Vector3.new(-0, 30.0000019, -0),
  1025. ["Anchored"] = true,
  1026. ["CFrame"] = CFrame.new(16.6366081, 1.00002897, 4813.271, 0.866025388, 0, 0.5, 0, 1, 0, -0.5, 0, 0.866025388),
  1027. ["FormFactor"] = Enum.FormFactor.Custom,
  1028. ["Size"] = Vector3.new(4, 1, 4),
  1029. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1030. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1031. ["Color"] = Color3.new(0.294118, 0.592157, 0.294118),
  1032. })
  1033. o13 = Create("Script",{
  1034. ["Parent"] = o12,
  1035. })
  1036. table.insert(cors,coroutine.create(function()
  1037. wait()
  1038. runDummyScript(function()
  1039. local Me = script.Parent
  1040. local To = script.Parent.Parent.TeleDown
  1041. function bam(hit)
  1042.     if hit.Parent:findFirstChild("TeleportBuff") == nil then
  1043.         if hit.Parent:findFirstChild("Humanoid") then
  1044.             if hit.Parent:findFirstChild("Torso") then
  1045.                 local Torso = hit.Parent:findFirstChild("Torso")
  1046.                 Torso.CFrame = CFrame.new(To.CFrame.X,To.CFrame.Y + 4,To.CFrame.Z)
  1047.                 local M = Instance.new("Model",hit.Parent)
  1048.                 M.Name = "TeleportBuff"
  1049.                 wait(5)
  1050.                 if hit.Parent:findFirstChild("TeleportBuff") then
  1051.                 hit.Parent:findFirstChild("TeleportBuff"):remove()
  1052.                 end
  1053.             end
  1054.         end
  1055.     end
  1056.    
  1057. end
  1058. Me.Touched:connect(bam)
  1059. end,o13)
  1060. end))
  1061. o14 = Create("Part",{
  1062. ["Parent"] = o1,
  1063. ["Material"] = Enum.Material.Foil,
  1064. ["BrickColor"] = BrickColor.new("Bright bluish green"),
  1065. ["Position"] = Vector3.new(-10.4030561, 1.00002897, 4821.104),
  1066. ["Anchored"] = true,
  1067. ["CFrame"] = CFrame.new(-10.4030561, 1.00002897, 4821.104, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  1068. ["FormFactor"] = Enum.FormFactor.Custom,
  1069. ["Size"] = Vector3.new(5, 1, 4.9000001),
  1070. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1071. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1072. ["Color"] = Color3.new(0, 0.560784, 0.611765),
  1073. })
  1074. o15 = Create("Script",{
  1075. ["Parent"] = o14,
  1076. })
  1077. table.insert(cors,coroutine.create(function()
  1078. wait()
  1079. runDummyScript(function()
  1080. local Brick = script.Parent
  1081. while true do
  1082.     Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
  1083.     wait(0.8)
  1084. end
  1085. end,o15)
  1086. end))
  1087. o16 = Create("Part",{
  1088. ["Parent"] = o1,
  1089. ["BrickColor"] = BrickColor.new("Really black"),
  1090. ["Transparency"] = 1,
  1091. ["Position"] = Vector3.new(-5.17958879, 12.7982597, 4817.64795),
  1092. ["Anchored"] = true,
  1093. ["CFrame"] = CFrame.new(-5.17958879, 12.7982597, 4817.64795, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  1094. ["FormFactor"] = Enum.FormFactor.Custom,
  1095. ["Size"] = Vector3.new(51.0999985, 10.3000002, 1.79999995),
  1096. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  1097. })
  1098. o17 = Create("Part",{
  1099. ["Parent"] = o1,
  1100. ["Material"] = Enum.Material.Foil,
  1101. ["BrickColor"] = BrickColor.new("Bright bluish green"),
  1102. ["Position"] = Vector3.new(-20.2030563, 1.00002897, 4821.104),
  1103. ["Anchored"] = true,
  1104. ["CFrame"] = CFrame.new(-20.2030563, 1.00002897, 4821.104, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  1105. ["FormFactor"] = Enum.FormFactor.Custom,
  1106. ["Size"] = Vector3.new(5, 1, 4.9000001),
  1107. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1108. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1109. ["Color"] = Color3.new(0, 0.560784, 0.611765),
  1110. })
  1111. o18 = Create("Script",{
  1112. ["Parent"] = o17,
  1113. })
  1114. table.insert(cors,coroutine.create(function()
  1115. wait()
  1116. runDummyScript(function()
  1117. local Brick = script.Parent
  1118. while true do
  1119.     Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
  1120.     wait(0.8)
  1121. end
  1122. end,o18)
  1123. end))
  1124. o19 = Create("Part",{
  1125. ["Parent"] = o1,
  1126. ["Material"] = Enum.Material.Concrete,
  1127. ["BrickColor"] = BrickColor.new("Really black"),
  1128. ["Position"] = Vector3.new(-23.1666031, 2.50002789, 4835.35156),
  1129. ["Anchored"] = true,
  1130. ["CFrame"] = CFrame.new(-23.1666031, 2.50002789, 4835.35156, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  1131. ["FormFactor"] = Enum.FormFactor.Custom,
  1132. ["Size"] = Vector3.new(0.900000095, 4, 35.8999977),
  1133. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  1134. })
  1135. o20 = Create("Part",{
  1136. ["Parent"] = o1,
  1137. ["Material"] = Enum.Material.Brick,
  1138. ["BrickColor"] = BrickColor.new("Institutional white"),
  1139. ["Position"] = Vector3.new(-5.22013378, 0.500029027, 4834.96826),
  1140. ["Anchored"] = true,
  1141. ["CFrame"] = CFrame.new(-5.22013378, 0.500029027, 4834.96826, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  1142. ["FormFactor"] = Enum.FormFactor.Custom,
  1143. ["Size"] = Vector3.new(52, 1, 52),
  1144. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1145. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1146. ["Color"] = Color3.new(0.972549, 0.972549, 0.972549),
  1147. })
  1148. o21 = Create("Part",{
  1149. ["Parent"] = o1,
  1150. ["Material"] = Enum.Material.Foil,
  1151. ["BrickColor"] = BrickColor.new("Bright bluish green"),
  1152. ["Position"] = Vector3.new(-15.3030558, 1.00002897, 4821.104),
  1153. ["Anchored"] = true,
  1154. ["CFrame"] = CFrame.new(-15.3030558, 1.00002897, 4821.104, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  1155. ["FormFactor"] = Enum.FormFactor.Custom,
  1156. ["Size"] = Vector3.new(5, 1, 4.9000001),
  1157. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1158. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1159. ["Color"] = Color3.new(0, 0.560784, 0.611765),
  1160. })
  1161. o22 = Create("Script",{
  1162. ["Parent"] = o21,
  1163. })
  1164. table.insert(cors,coroutine.create(function()
  1165. wait()
  1166. runDummyScript(function()
  1167. local Brick = script.Parent
  1168. while true do
  1169.     Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
  1170.     wait(0.8)
  1171. end
  1172. end,o22)
  1173. end))
  1174. o23 = Create("Part",{
  1175. ["Parent"] = o1,
  1176. ["Material"] = Enum.Material.Foil,
  1177. ["BrickColor"] = BrickColor.new("Bright bluish green"),
  1178. ["Position"] = Vector3.new(4.496943, 1.00002897, 4821.104),
  1179. ["Anchored"] = true,
  1180. ["CFrame"] = CFrame.new(4.496943, 1.00002897, 4821.104, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  1181. ["FormFactor"] = Enum.FormFactor.Custom,
  1182. ["Size"] = Vector3.new(5, 1, 4.9000001),
  1183. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1184. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1185. ["Color"] = Color3.new(0, 0.560784, 0.611765),
  1186. })
  1187. o24 = Create("Script",{
  1188. ["Parent"] = o23,
  1189. })
  1190. table.insert(cors,coroutine.create(function()
  1191. wait()
  1192. runDummyScript(function()
  1193. local Brick = script.Parent
  1194. while true do
  1195.     Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
  1196.     wait(0.8)
  1197. end
  1198. end,o24)
  1199. end))
  1200. o25 = Create("Part",{
  1201. ["Parent"] = o1,
  1202. ["Material"] = Enum.Material.Foil,
  1203. ["BrickColor"] = BrickColor.new("Bright bluish green"),
  1204. ["Position"] = Vector3.new(-0.503057003, 1.00002897, 4821.104),
  1205. ["Anchored"] = true,
  1206. ["CFrame"] = CFrame.new(-0.503057003, 1.00002897, 4821.104, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  1207. ["FormFactor"] = Enum.FormFactor.Custom,
  1208. ["Size"] = Vector3.new(5, 1, 4.9000001),
  1209. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1210. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1211. ["Color"] = Color3.new(0, 0.560784, 0.611765),
  1212. })
  1213. o26 = Create("Script",{
  1214. ["Parent"] = o25,
  1215. })
  1216. table.insert(cors,coroutine.create(function()
  1217. wait()
  1218. runDummyScript(function()
  1219. local Brick = script.Parent
  1220. while true do
  1221.     Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
  1222.     wait(0.8)
  1223. end
  1224. end,o26)
  1225. end))
  1226. o27 = Create("Part",{
  1227. ["Parent"] = o1,
  1228. ["Material"] = Enum.Material.Foil,
  1229. ["BrickColor"] = BrickColor.new("Bright bluish green"),
  1230. ["Position"] = Vector3.new(14.3969421, 1.00002897, 4821.104),
  1231. ["Anchored"] = true,
  1232. ["CFrame"] = CFrame.new(14.3969421, 1.00002897, 4821.104, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  1233. ["FormFactor"] = Enum.FormFactor.Custom,
  1234. ["Size"] = Vector3.new(5, 1, 4.9000001),
  1235. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1236. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1237. ["Color"] = Color3.new(0, 0.560784, 0.611765),
  1238. })
  1239. o28 = Create("Script",{
  1240. ["Parent"] = o27,
  1241. })
  1242. table.insert(cors,coroutine.create(function()
  1243. wait()
  1244. runDummyScript(function()
  1245. local Brick = script.Parent
  1246. while true do
  1247.     Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
  1248.     wait(0.8)
  1249. end
  1250. end,o28)
  1251. end))
  1252. o29 = Create("Part",{
  1253. ["Parent"] = o1,
  1254. ["Material"] = Enum.Material.Concrete,
  1255. ["BrickColor"] = BrickColor.new("Really black"),
  1256. ["Position"] = Vector3.new(-5.12959003, 9.50002766, 4860.76807),
  1257. ["Anchored"] = true,
  1258. ["CFrame"] = CFrame.new(-5.12959003, 9.50002766, 4860.76807, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  1259. ["FormFactor"] = Enum.FormFactor.Custom,
  1260. ["Size"] = Vector3.new(52, 19, 1),
  1261. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1262. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1263. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  1264. })
  1265. o30 = Create("Part",{
  1266. ["Parent"] = o1,
  1267. ["Material"] = Enum.Material.Marble,
  1268. ["BrickColor"] = BrickColor.new("Bright blue"),
  1269. ["Reflectance"] = 0.10000000149012,
  1270. ["Transparency"] = 0.10000000149012,
  1271. ["Position"] = Vector3.new(-5.4486742, 18.6000271, 4834.76807),
  1272. ["Anchored"] = true,
  1273. ["CFrame"] = CFrame.new(-5.4486742, 18.6000271, 4834.76807, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  1274. ["FormFactor"] = Enum.FormFactor.Custom,
  1275. ["Size"] = Vector3.new(51.7999992, 1, 51),
  1276. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1277. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1278. ["Color"] = Color3.new(0.0509804, 0.411765, 0.67451),
  1279. })
  1280. o31 = Create("Part",{
  1281. ["Name"] = "TeleDown",
  1282. ["Parent"] = o1,
  1283. ["Material"] = Enum.Material.Foil,
  1284. ["BrickColor"] = BrickColor.new("Really red"),
  1285. ["Position"] = Vector3.new(-27.238308, 19.4000263, 4857.07715),
  1286. ["Rotation"] = Vector3.new(-0, 30.0000019, -0),
  1287. ["Anchored"] = true,
  1288. ["CFrame"] = CFrame.new(-27.238308, 19.4000263, 4857.07715, 0.866025388, 0, 0.5, 0, 1, 0, -0.5, 0, 0.866025388),
  1289. ["FormFactor"] = Enum.FormFactor.Custom,
  1290. ["Size"] = Vector3.new(4, 1, 4),
  1291. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1292. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1293. ["Color"] = Color3.new(1, 0, 0),
  1294. })
  1295. o32 = Create("Script",{
  1296. ["Parent"] = o31,
  1297. })
  1298. table.insert(cors,coroutine.create(function()
  1299. wait()
  1300. runDummyScript(function()
  1301. local TeleDown = script.Parent
  1302. local TeleUp = script.Parent.Parent.TeleUp
  1303. function tele(hit)
  1304.     if hit.Parent:findFirstChild("Humanoid") then
  1305.         if hit.Parent:findFirstChild("TeleportBuff") == nil then
  1306.         local Human = hit.Parent:findFirstChild("Humanoid")
  1307.         if hit.Parent:findFirstChild("Torso") then
  1308.             local Torso = hit.Parent:findFirstChild("Torso")
  1309.             local M = Instance.new("Model",hit.Parent)
  1310.             M.Name = "TeleportBuff"
  1311.             Torso.CFrame = CFrame.new(TeleUp.CFrame.X,TeleUp.CFrame.Y + 3,TeleUp.CFrame.Z)
  1312.             wait(5)
  1313.             if hit.Parent:findFirstChild("TeleportBuff") then
  1314.                 hit.Parent:findFirstChild("TeleportBuff"):remove()
  1315.             end
  1316.         end
  1317.     end
  1318.     end
  1319. end
  1320. TeleDown.Touched:connect(tele)
  1321. end,o32)
  1322. end))
  1323. o33 = Create("Part",{
  1324. ["Parent"] = o1,
  1325. ["Material"] = Enum.Material.Foil,
  1326. ["BrickColor"] = BrickColor.new("Bright bluish green"),
  1327. ["Position"] = Vector3.new(-15.3030539, 1.00002897, 4826.00391),
  1328. ["Anchored"] = true,
  1329. ["CFrame"] = CFrame.new(-15.3030539, 1.00002897, 4826.00391, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  1330. ["FormFactor"] = Enum.FormFactor.Custom,
  1331. ["Size"] = Vector3.new(5, 1, 4.9000001),
  1332. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1333. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1334. ["Color"] = Color3.new(0, 0.560784, 0.611765),
  1335. })
  1336. o34 = Create("Script",{
  1337. ["Parent"] = o33,
  1338. })
  1339. table.insert(cors,coroutine.create(function()
  1340. wait()
  1341. runDummyScript(function()
  1342. local Brick = script.Parent
  1343. while true do
  1344.     Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
  1345.     wait(0.8)
  1346. end
  1347. end,o34)
  1348. end))
  1349. o35 = Create("Part",{
  1350. ["Parent"] = o1,
  1351. ["Material"] = Enum.Material.Foil,
  1352. ["BrickColor"] = BrickColor.new("Bright bluish green"),
  1353. ["Position"] = Vector3.new(9.49694157, 1.00003195, 4845.60449),
  1354. ["Anchored"] = true,
  1355. ["CFrame"] = CFrame.new(9.49694157, 1.00003195, 4845.60449, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  1356. ["FormFactor"] = Enum.FormFactor.Custom,
  1357. ["Size"] = Vector3.new(5, 1, 4.9000001),
  1358. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1359. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1360. ["Color"] = Color3.new(0, 0.560784, 0.611765),
  1361. })
  1362. o36 = Create("Script",{
  1363. ["Parent"] = o35,
  1364. })
  1365. table.insert(cors,coroutine.create(function()
  1366. wait()
  1367. runDummyScript(function()
  1368. local Brick = script.Parent
  1369. while true do
  1370.     Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
  1371.     wait(0.8)
  1372. end
  1373. end,o36)
  1374. end))
  1375. o37 = Create("Part",{
  1376. ["Parent"] = o1,
  1377. ["Material"] = Enum.Material.Foil,
  1378. ["BrickColor"] = BrickColor.new("Bright bluish green"),
  1379. ["Position"] = Vector3.new(-0.503054976, 1.00002897, 4826.00391),
  1380. ["Anchored"] = true,
  1381. ["CFrame"] = CFrame.new(-0.503054976, 1.00002897, 4826.00391, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  1382. ["FormFactor"] = Enum.FormFactor.Custom,
  1383. ["Size"] = Vector3.new(5, 1, 4.9000001),
  1384. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1385. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1386. ["Color"] = Color3.new(0, 0.560784, 0.611765),
  1387. })
  1388. o38 = Create("Script",{
  1389. ["Parent"] = o37,
  1390. })
  1391. table.insert(cors,coroutine.create(function()
  1392. wait()
  1393. runDummyScript(function()
  1394. local Brick = script.Parent
  1395. while true do
  1396.     Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
  1397.     wait(0.8)
  1398. end
  1399. end,o38)
  1400. end))
  1401. o39 = Create("Part",{
  1402. ["Parent"] = o1,
  1403. ["Material"] = Enum.Material.Foil,
  1404. ["BrickColor"] = BrickColor.new("Bright bluish green"),
  1405. ["Position"] = Vector3.new(14.3969421, 1.00002897, 4826.00391),
  1406. ["Anchored"] = true,
  1407. ["CFrame"] = CFrame.new(14.3969421, 1.00002897, 4826.00391, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  1408. ["FormFactor"] = Enum.FormFactor.Custom,
  1409. ["Size"] = Vector3.new(5, 1, 4.9000001),
  1410. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1411. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1412. ["Color"] = Color3.new(0, 0.560784, 0.611765),
  1413. })
  1414. o40 = Create("Script",{
  1415. ["Parent"] = o39,
  1416. })
  1417. table.insert(cors,coroutine.create(function()
  1418. wait()
  1419. runDummyScript(function()
  1420. local Brick = script.Parent
  1421. while true do
  1422.     Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
  1423.     wait(0.8)
  1424. end
  1425. end,o40)
  1426. end))
  1427. o41 = Create("Part",{
  1428. ["Parent"] = o1,
  1429. ["Material"] = Enum.Material.Foil,
  1430. ["BrickColor"] = BrickColor.new("Bright bluish green"),
  1431. ["Position"] = Vector3.new(4.49694204, 1.00002897, 4826.00391),
  1432. ["Anchored"] = true,
  1433. ["CFrame"] = CFrame.new(4.49694204, 1.00002897, 4826.00391, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  1434. ["FormFactor"] = Enum.FormFactor.Custom,
  1435. ["Size"] = Vector3.new(5, 1, 4.9000001),
  1436. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1437. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1438. ["Color"] = Color3.new(0, 0.560784, 0.611765),
  1439. })
  1440. o42 = Create("Script",{
  1441. ["Parent"] = o41,
  1442. })
  1443. table.insert(cors,coroutine.create(function()
  1444. wait()
  1445. runDummyScript(function()
  1446. local Brick = script.Parent
  1447. while true do
  1448.     Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
  1449.     wait(0.8)
  1450. end
  1451. end,o42)
  1452. end))
  1453. o43 = Create("Part",{
  1454. ["Parent"] = o1,
  1455. ["Material"] = Enum.Material.Foil,
  1456. ["BrickColor"] = BrickColor.new("Bright bluish green"),
  1457. ["Position"] = Vector3.new(4.49694204, 1.00003195, 4845.60449),
  1458. ["Anchored"] = true,
  1459. ["CFrame"] = CFrame.new(4.49694204, 1.00003195, 4845.60449, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  1460. ["FormFactor"] = Enum.FormFactor.Custom,
  1461. ["Size"] = Vector3.new(5, 1, 4.9000001),
  1462. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1463. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1464. ["Color"] = Color3.new(0, 0.560784, 0.611765),
  1465. })
  1466. o44 = Create("Script",{
  1467. ["Parent"] = o43,
  1468. })
  1469. table.insert(cors,coroutine.create(function()
  1470. wait()
  1471. runDummyScript(function()
  1472. local Brick = script.Parent
  1473. while true do
  1474.     Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
  1475.     wait(0.8)
  1476. end
  1477. end,o44)
  1478. end))
  1479. o45 = Create("Part",{
  1480. ["Parent"] = o1,
  1481. ["Material"] = Enum.Material.Foil,
  1482. ["BrickColor"] = BrickColor.new("Bright bluish green"),
  1483. ["Position"] = Vector3.new(-0.503054976, 1.00003195, 4845.60449),
  1484. ["Anchored"] = true,
  1485. ["CFrame"] = CFrame.new(-0.503054976, 1.00003195, 4845.60449, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  1486. ["FormFactor"] = Enum.FormFactor.Custom,
  1487. ["Size"] = Vector3.new(5, 1, 4.9000001),
  1488. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1489. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1490. ["Color"] = Color3.new(0, 0.560784, 0.611765),
  1491. })
  1492. o46 = Create("Script",{
  1493. ["Parent"] = o45,
  1494. })
  1495. table.insert(cors,coroutine.create(function()
  1496. wait()
  1497. runDummyScript(function()
  1498. local Brick = script.Parent
  1499. while true do
  1500.     Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
  1501.     wait(0.8)
  1502. end
  1503. end,o46)
  1504. end))
  1505. o47 = Create("Part",{
  1506. ["Parent"] = o1,
  1507. ["Material"] = Enum.Material.Foil,
  1508. ["BrickColor"] = BrickColor.new("Bright bluish green"),
  1509. ["Position"] = Vector3.new(-15.3030539, 1.00003195, 4845.60449),
  1510. ["Anchored"] = true,
  1511. ["CFrame"] = CFrame.new(-15.3030539, 1.00003195, 4845.60449, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  1512. ["FormFactor"] = Enum.FormFactor.Custom,
  1513. ["Size"] = Vector3.new(5, 1, 4.9000001),
  1514. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1515. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1516. ["Color"] = Color3.new(0, 0.560784, 0.611765),
  1517. })
  1518. o48 = Create("Script",{
  1519. ["Parent"] = o47,
  1520. })
  1521. table.insert(cors,coroutine.create(function()
  1522. wait()
  1523. runDummyScript(function()
  1524. local Brick = script.Parent
  1525. while true do
  1526.     Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
  1527.     wait(0.8)
  1528. end
  1529. end,o48)
  1530. end))
  1531. o49 = Create("Part",{
  1532. ["Parent"] = o1,
  1533. ["Material"] = Enum.Material.Foil,
  1534. ["BrickColor"] = BrickColor.new("Bright bluish green"),
  1535. ["Position"] = Vector3.new(-5.5030551, 1.00002897, 4826.00391),
  1536. ["Anchored"] = true,
  1537. ["CFrame"] = CFrame.new(-5.5030551, 1.00002897, 4826.00391, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  1538. ["FormFactor"] = Enum.FormFactor.Custom,
  1539. ["Size"] = Vector3.new(5, 1, 4.9000001),
  1540. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1541. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1542. ["Color"] = Color3.new(0, 0.560784, 0.611765),
  1543. })
  1544. o50 = Create("Script",{
  1545. ["Parent"] = o49,
  1546. })
  1547. table.insert(cors,coroutine.create(function()
  1548. wait()
  1549. runDummyScript(function()
  1550. local Brick = script.Parent
  1551. while true do
  1552.     Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
  1553.     wait(0.8)
  1554. end
  1555. end,o50)
  1556. end))
  1557. o51 = Create("Part",{
  1558. ["Parent"] = o1,
  1559. ["Material"] = Enum.Material.Foil,
  1560. ["BrickColor"] = BrickColor.new("Bright bluish green"),
  1561. ["Position"] = Vector3.new(-20.2030563, 1.00003195, 4845.60449),
  1562. ["Anchored"] = true,
  1563. ["CFrame"] = CFrame.new(-20.2030563, 1.00003195, 4845.60449, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  1564. ["FormFactor"] = Enum.FormFactor.Custom,
  1565. ["Size"] = Vector3.new(5, 1, 4.9000001),
  1566. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1567. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1568. ["Color"] = Color3.new(0, 0.560784, 0.611765),
  1569. })
  1570. o52 = Create("Script",{
  1571. ["Parent"] = o51,
  1572. })
  1573. table.insert(cors,coroutine.create(function()
  1574. wait()
  1575. runDummyScript(function()
  1576. local Brick = script.Parent
  1577. while true do
  1578.     Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
  1579.     wait(0.8)
  1580. end
  1581. end,o52)
  1582. end))
  1583. o53 = Create("Part",{
  1584. ["Parent"] = o1,
  1585. ["Material"] = Enum.Material.Foil,
  1586. ["BrickColor"] = BrickColor.new("Bright bluish green"),
  1587. ["Position"] = Vector3.new(-15.3030558, 1.00003195, 4840.7041),
  1588. ["Anchored"] = true,
  1589. ["CFrame"] = CFrame.new(-15.3030558, 1.00003195, 4840.7041, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  1590. ["FormFactor"] = Enum.FormFactor.Custom,
  1591. ["Size"] = Vector3.new(5, 1, 4.9000001),
  1592. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1593. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1594. ["Color"] = Color3.new(0, 0.560784, 0.611765),
  1595. })
  1596. o54 = Create("Script",{
  1597. ["Parent"] = o53,
  1598. })
  1599. table.insert(cors,coroutine.create(function()
  1600. wait()
  1601. runDummyScript(function()
  1602. local Brick = script.Parent
  1603. while true do
  1604.     Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
  1605.     wait(0.8)
  1606. end
  1607. end,o54)
  1608. end))
  1609. o55 = Create("Part",{
  1610. ["Parent"] = o1,
  1611. ["Material"] = Enum.Material.Foil,
  1612. ["BrickColor"] = BrickColor.new("Bright bluish green"),
  1613. ["Position"] = Vector3.new(18.5969391, 1.00004005, 4850.50439),
  1614. ["Anchored"] = true,
  1615. ["CFrame"] = CFrame.new(18.5969391, 1.00004005, 4850.50439, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  1616. ["FormFactor"] = Enum.FormFactor.Custom,
  1617. ["Size"] = Vector3.new(3.5999999, 1, 4.9000001),
  1618. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1619. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1620. ["Color"] = Color3.new(0, 0.560784, 0.611765),
  1621. })
  1622. o56 = Create("Script",{
  1623. ["Parent"] = o55,
  1624. })
  1625. table.insert(cors,coroutine.create(function()
  1626. wait()
  1627. runDummyScript(function()
  1628. local Brick = script.Parent
  1629. while true do
  1630.     Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
  1631.     wait(0.8)
  1632. end
  1633. end,o56)
  1634. end))
  1635. o57 = Create("Part",{
  1636. ["Parent"] = o1,
  1637. ["Material"] = Enum.Material.Foil,
  1638. ["BrickColor"] = BrickColor.new("Bright bluish green"),
  1639. ["Position"] = Vector3.new(-20.2030563, 1.00002897, 4826.00391),
  1640. ["Anchored"] = true,
  1641. ["CFrame"] = CFrame.new(-20.2030563, 1.00002897, 4826.00391, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  1642. ["FormFactor"] = Enum.FormFactor.Custom,
  1643. ["Size"] = Vector3.new(5, 1, 4.9000001),
  1644. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1645. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1646. ["Color"] = Color3.new(0, 0.560784, 0.611765),
  1647. })
  1648. o58 = Create("Script",{
  1649. ["Parent"] = o57,
  1650. })
  1651. table.insert(cors,coroutine.create(function()
  1652. wait()
  1653. runDummyScript(function()
  1654. local Brick = script.Parent
  1655. while true do
  1656.     Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
  1657.     wait(0.8)
  1658. end
  1659. end,o58)
  1660. end))
  1661. o59 = Create("Part",{
  1662. ["Parent"] = o1,
  1663. ["Material"] = Enum.Material.Foil,
  1664. ["BrickColor"] = BrickColor.new("Bright bluish green"),
  1665. ["Position"] = Vector3.new(-10.4030523, 1.00002897, 4826.00391),
  1666. ["Anchored"] = true,
  1667. ["CFrame"] = CFrame.new(-10.4030523, 1.00002897, 4826.00391, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  1668. ["FormFactor"] = Enum.FormFactor.Custom,
  1669. ["Size"] = Vector3.new(5, 1, 4.9000001),
  1670. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1671. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1672. ["Color"] = Color3.new(0, 0.560784, 0.611765),
  1673. })
  1674. o60 = Create("Script",{
  1675. ["Parent"] = o59,
  1676. })
  1677. table.insert(cors,coroutine.create(function()
  1678. wait()
  1679. runDummyScript(function()
  1680. local Brick = script.Parent
  1681. while true do
  1682.     Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
  1683.     wait(0.8)
  1684. end
  1685. end,o60)
  1686. end))
  1687. o61 = Create("Part",{
  1688. ["Parent"] = o1,
  1689. ["Material"] = Enum.Material.Foil,
  1690. ["BrickColor"] = BrickColor.new("Bright bluish green"),
  1691. ["Position"] = Vector3.new(-5.5030551, 1.00003195, 4845.60449),
  1692. ["Anchored"] = true,
  1693. ["CFrame"] = CFrame.new(-5.5030551, 1.00003195, 4845.60449, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  1694. ["FormFactor"] = Enum.FormFactor.Custom,
  1695. ["Size"] = Vector3.new(5, 1, 4.9000001),
  1696. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1697. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1698. ["Color"] = Color3.new(0, 0.560784, 0.611765),
  1699. })
  1700. o62 = Create("Script",{
  1701. ["Parent"] = o61,
  1702. })
  1703. table.insert(cors,coroutine.create(function()
  1704. wait()
  1705. runDummyScript(function()
  1706. local Brick = script.Parent
  1707. while true do
  1708.     Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
  1709.     wait(0.8)
  1710. end
  1711. end,o62)
  1712. end))
  1713. o63 = Create("Part",{
  1714. ["Parent"] = o1,
  1715. ["Material"] = Enum.Material.Foil,
  1716. ["BrickColor"] = BrickColor.new("Bright bluish green"),
  1717. ["Position"] = Vector3.new(18.5969391, 1.00003195, 4845.60449),
  1718. ["Anchored"] = true,
  1719. ["CFrame"] = CFrame.new(18.5969391, 1.00003195, 4845.60449, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  1720. ["FormFactor"] = Enum.FormFactor.Custom,
  1721. ["Size"] = Vector3.new(3.5999999, 1, 4.9000001),
  1722. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1723. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1724. ["Color"] = Color3.new(0, 0.560784, 0.611765),
  1725. })
  1726. o64 = Create("Script",{
  1727. ["Parent"] = o63,
  1728. })
  1729. table.insert(cors,coroutine.create(function()
  1730. wait()
  1731. runDummyScript(function()
  1732. local Brick = script.Parent
  1733. while true do
  1734.     Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
  1735.     wait(0.8)
  1736. end
  1737. end,o64)
  1738. end))
  1739. o65 = Create("Part",{
  1740. ["Parent"] = o1,
  1741. ["Material"] = Enum.Material.Foil,
  1742. ["BrickColor"] = BrickColor.new("Bright bluish green"),
  1743. ["Position"] = Vector3.new(-10.4030523, 1.00003195, 4845.60449),
  1744. ["Anchored"] = true,
  1745. ["CFrame"] = CFrame.new(-10.4030523, 1.00003195, 4845.60449, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  1746. ["FormFactor"] = Enum.FormFactor.Custom,
  1747. ["Size"] = Vector3.new(5, 1, 4.9000001),
  1748. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1749. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1750. ["Color"] = Color3.new(0, 0.560784, 0.611765),
  1751. })
  1752. o66 = Create("Script",{
  1753. ["Parent"] = o65,
  1754. })
  1755. table.insert(cors,coroutine.create(function()
  1756. wait()
  1757. runDummyScript(function()
  1758. local Brick = script.Parent
  1759. while true do
  1760.     Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
  1761.     wait(0.8)
  1762. end
  1763. end,o66)
  1764. end))
  1765. o67 = Create("Part",{
  1766. ["Parent"] = o1,
  1767. ["Material"] = Enum.Material.Foil,
  1768. ["BrickColor"] = BrickColor.new("Bright bluish green"),
  1769. ["Position"] = Vector3.new(-20.2030563, 1.00003195, 4840.7041),
  1770. ["Anchored"] = true,
  1771. ["CFrame"] = CFrame.new(-20.2030563, 1.00003195, 4840.7041, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  1772. ["FormFactor"] = Enum.FormFactor.Custom,
  1773. ["Size"] = Vector3.new(5, 1, 4.9000001),
  1774. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1775. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1776. ["Color"] = Color3.new(0, 0.560784, 0.611765),
  1777. })
  1778. o68 = Create("Script",{
  1779. ["Parent"] = o67,
  1780. })
  1781. table.insert(cors,coroutine.create(function()
  1782. wait()
  1783. runDummyScript(function()
  1784. local Brick = script.Parent
  1785. while true do
  1786.     Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
  1787.     wait(0.8)
  1788. end
  1789. end,o68)
  1790. end))
  1791. o69 = Create("Part",{
  1792. ["Parent"] = o1,
  1793. ["Material"] = Enum.Material.Foil,
  1794. ["BrickColor"] = BrickColor.new("Bright bluish green"),
  1795. ["Position"] = Vector3.new(14.3969421, 1.00003195, 4845.60449),
  1796. ["Anchored"] = true,
  1797. ["CFrame"] = CFrame.new(14.3969421, 1.00003195, 4845.60449, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  1798. ["FormFactor"] = Enum.FormFactor.Custom,
  1799. ["Size"] = Vector3.new(5, 1, 4.9000001),
  1800. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1801. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1802. ["Color"] = Color3.new(0, 0.560784, 0.611765),
  1803. })
  1804. o70 = Create("Script",{
  1805. ["Parent"] = o69,
  1806. })
  1807. table.insert(cors,coroutine.create(function()
  1808. wait()
  1809. runDummyScript(function()
  1810. local Brick = script.Parent
  1811. while true do
  1812.     Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
  1813.     wait(0.8)
  1814. end
  1815. end,o70)
  1816. end))
  1817. o71 = Create("Part",{
  1818. ["Parent"] = o1,
  1819. ["Material"] = Enum.Material.Foil,
  1820. ["BrickColor"] = BrickColor.new("Bright bluish green"),
  1821. ["Position"] = Vector3.new(18.5969391, 1.00002897, 4826.00391),
  1822. ["Anchored"] = true,
  1823. ["CFrame"] = CFrame.new(18.5969391, 1.00002897, 4826.00391, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  1824. ["FormFactor"] = Enum.FormFactor.Custom,
  1825. ["Size"] = Vector3.new(3.5999999, 1, 4.9000001),
  1826. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1827. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1828. ["Color"] = Color3.new(0, 0.560784, 0.611765),
  1829. })
  1830. o72 = Create("Script",{
  1831. ["Parent"] = o71,
  1832. })
  1833. table.insert(cors,coroutine.create(function()
  1834. wait()
  1835. runDummyScript(function()
  1836. local Brick = script.Parent
  1837. while true do
  1838.     Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
  1839.     wait(0.8)
  1840. end
  1841. end,o72)
  1842. end))
  1843. o73 = Create("Part",{
  1844. ["Parent"] = o1,
  1845. ["Material"] = Enum.Material.Foil,
  1846. ["BrickColor"] = BrickColor.new("Bright bluish green"),
  1847. ["Position"] = Vector3.new(9.49694157, 1.00002897, 4826.00391),
  1848. ["Anchored"] = true,
  1849. ["CFrame"] = CFrame.new(9.49694157, 1.00002897, 4826.00391, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  1850. ["FormFactor"] = Enum.FormFactor.Custom,
  1851. ["Size"] = Vector3.new(5, 1, 4.9000001),
  1852. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1853. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1854. ["Color"] = Color3.new(0, 0.560784, 0.611765),
  1855. })
  1856. o74 = Create("Script",{
  1857. ["Parent"] = o73,
  1858. })
  1859. table.insert(cors,coroutine.create(function()
  1860. wait()
  1861. runDummyScript(function()
  1862. local Brick = script.Parent
  1863. while true do
  1864.     Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
  1865.     wait(0.8)
  1866. end
  1867. end,o74)
  1868. end))
  1869. o75 = Create("Part",{
  1870. ["Parent"] = o1,
  1871. ["Material"] = Enum.Material.Foil,
  1872. ["BrickColor"] = BrickColor.new("Bright bluish green"),
  1873. ["Position"] = Vector3.new(-10.4030561, 1.00003195, 4840.7041),
  1874. ["Anchored"] = true,
  1875. ["CFrame"] = CFrame.new(-10.4030561, 1.00003195, 4840.7041, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  1876. ["FormFactor"] = Enum.FormFactor.Custom,
  1877. ["Size"] = Vector3.new(5, 1, 4.9000001),
  1878. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1879. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1880. ["Color"] = Color3.new(0, 0.560784, 0.611765),
  1881. })
  1882. o76 = Create("Script",{
  1883. ["Parent"] = o75,
  1884. })
  1885. table.insert(cors,coroutine.create(function()
  1886. wait()
  1887. runDummyScript(function()
  1888. local Brick = script.Parent
  1889. while true do
  1890.     Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
  1891.     wait(0.8)
  1892. end
  1893. end,o76)
  1894. end))
  1895. o77 = Create("Part",{
  1896. ["Parent"] = o1,
  1897. ["Material"] = Enum.Material.Foil,
  1898. ["BrickColor"] = BrickColor.new("Bright bluish green"),
  1899. ["Position"] = Vector3.new(-0.503057003, 1.00003195, 4840.7041),
  1900. ["Anchored"] = true,
  1901. ["CFrame"] = CFrame.new(-0.503057003, 1.00003195, 4840.7041, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  1902. ["FormFactor"] = Enum.FormFactor.Custom,
  1903. ["Size"] = Vector3.new(5, 1, 4.9000001),
  1904. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1905. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1906. ["Color"] = Color3.new(0, 0.560784, 0.611765),
  1907. })
  1908. o78 = Create("Script",{
  1909. ["Parent"] = o77,
  1910. })
  1911. table.insert(cors,coroutine.create(function()
  1912. wait()
  1913. runDummyScript(function()
  1914. local Brick = script.Parent
  1915. while true do
  1916.     Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
  1917.     wait(0.8)
  1918. end
  1919. end,o78)
  1920. end))
  1921. o79 = Create("Part",{
  1922. ["Parent"] = o1,
  1923. ["Material"] = Enum.Material.Foil,
  1924. ["BrickColor"] = BrickColor.new("Bright bluish green"),
  1925. ["Position"] = Vector3.new(4.49694204, 1.00003195, 4840.7041),
  1926. ["Anchored"] = true,
  1927. ["CFrame"] = CFrame.new(4.49694204, 1.00003195, 4840.7041, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  1928. ["FormFactor"] = Enum.FormFactor.Custom,
  1929. ["Size"] = Vector3.new(5, 1, 4.9000001),
  1930. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1931. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1932. ["Color"] = Color3.new(0, 0.560784, 0.611765),
  1933. })
  1934. o80 = Create("Script",{
  1935. ["Parent"] = o79,
  1936. })
  1937. table.insert(cors,coroutine.create(function()
  1938. wait()
  1939. runDummyScript(function()
  1940. local Brick = script.Parent
  1941. while true do
  1942.     Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
  1943.     wait(0.8)
  1944. end
  1945. end,o80)
  1946. end))
  1947. o81 = Create("Part",{
  1948. ["Parent"] = o1,
  1949. ["Material"] = Enum.Material.Foil,
  1950. ["BrickColor"] = BrickColor.new("Bright bluish green"),
  1951. ["Position"] = Vector3.new(-5.50305605, 1.00003195, 4840.7041),
  1952. ["Anchored"] = true,
  1953. ["CFrame"] = CFrame.new(-5.50305605, 1.00003195, 4840.7041, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  1954. ["FormFactor"] = Enum.FormFactor.Custom,
  1955. ["Size"] = Vector3.new(5, 1, 4.9000001),
  1956. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1957. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1958. ["Color"] = Color3.new(0, 0.560784, 0.611765),
  1959. })
  1960. o82 = Create("Script",{
  1961. ["Parent"] = o81,
  1962. })
  1963. table.insert(cors,coroutine.create(function()
  1964. wait()
  1965. runDummyScript(function()
  1966. local Brick = script.Parent
  1967. while true do
  1968.     Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
  1969.     wait(0.8)
  1970. end
  1971. end,o82)
  1972. end))
  1973. o83 = Create("Part",{
  1974. ["Parent"] = o1,
  1975. ["Material"] = Enum.Material.Foil,
  1976. ["BrickColor"] = BrickColor.new("Bright bluish green"),
  1977. ["Position"] = Vector3.new(14.3969421, 1.00003195, 4840.7041),
  1978. ["Anchored"] = true,
  1979. ["CFrame"] = CFrame.new(14.3969421, 1.00003195, 4840.7041, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  1980. ["FormFactor"] = Enum.FormFactor.Custom,
  1981. ["Size"] = Vector3.new(5, 1, 4.9000001),
  1982. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1983. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1984. ["Color"] = Color3.new(0, 0.560784, 0.611765),
  1985. })
  1986. o84 = Create("Script",{
  1987. ["Parent"] = o83,
  1988. })
  1989. table.insert(cors,coroutine.create(function()
  1990. wait()
  1991. runDummyScript(function()
  1992. local Brick = script.Parent
  1993. while true do
  1994.     Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
  1995.     wait(0.8)
  1996. end
  1997. end,o84)
  1998. end))
  1999. o85 = Create("Part",{
  2000. ["Parent"] = o1,
  2001. ["Material"] = Enum.Material.Foil,
  2002. ["BrickColor"] = BrickColor.new("Bright bluish green"),
  2003. ["Position"] = Vector3.new(9.49694157, 1.00003195, 4840.7041),
  2004. ["Anchored"] = true,
  2005. ["CFrame"] = CFrame.new(9.49694157, 1.00003195, 4840.7041, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  2006. ["FormFactor"] = Enum.FormFactor.Custom,
  2007. ["Size"] = Vector3.new(5, 1, 4.9000001),
  2008. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2009. ["TopSurface"] = Enum.SurfaceType.Smooth,
  2010. ["Color"] = Color3.new(0, 0.560784, 0.611765),
  2011. })
  2012. o86 = Create("Script",{
  2013. ["Parent"] = o85,
  2014. })
  2015. table.insert(cors,coroutine.create(function()
  2016. wait()
  2017. runDummyScript(function()
  2018. local Brick = script.Parent
  2019. while true do
  2020.     Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
  2021.     wait(0.8)
  2022. end
  2023. end,o86)
  2024. end))
  2025. o87 = Create("Part",{
  2026. ["Parent"] = o1,
  2027. ["Material"] = Enum.Material.Foil,
  2028. ["BrickColor"] = BrickColor.new("Bright bluish green"),
  2029. ["Position"] = Vector3.new(18.5969391, 1.00003195, 4840.7041),
  2030. ["Anchored"] = true,
  2031. ["CFrame"] = CFrame.new(18.5969391, 1.00003195, 4840.7041, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  2032. ["FormFactor"] = Enum.FormFactor.Custom,
  2033. ["Size"] = Vector3.new(3.5999999, 1, 4.9000001),
  2034. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2035. ["TopSurface"] = Enum.SurfaceType.Smooth,
  2036. ["Color"] = Color3.new(0, 0.560784, 0.611765),
  2037. })
  2038. o88 = Create("Script",{
  2039. ["Parent"] = o87,
  2040. })
  2041. table.insert(cors,coroutine.create(function()
  2042. wait()
  2043. runDummyScript(function()
  2044. local Brick = script.Parent
  2045. while true do
  2046.     Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
  2047.     wait(0.8)
  2048. end
  2049. end,o88)
  2050. end))
  2051. o89 = Create("Part",{
  2052. ["Parent"] = o1,
  2053. ["Material"] = Enum.Material.Foil,
  2054. ["BrickColor"] = BrickColor.new("Bright bluish green"),
  2055. ["Position"] = Vector3.new(-20.2030563, 1.00004399, 4855.4043),
  2056. ["Anchored"] = true,
  2057. ["CFrame"] = CFrame.new(-20.2030563, 1.00004399, 4855.4043, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  2058. ["FormFactor"] = Enum.FormFactor.Custom,
  2059. ["Size"] = Vector3.new(5, 1, 4.9000001),
  2060. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2061. ["TopSurface"] = Enum.SurfaceType.Smooth,
  2062. ["Color"] = Color3.new(0, 0.560784, 0.611765),
  2063. })
  2064. o90 = Create("Script",{
  2065. ["Parent"] = o89,
  2066. })
  2067. table.insert(cors,coroutine.create(function()
  2068. wait()
  2069. runDummyScript(function()
  2070. local Brick = script.Parent
  2071. while true do
  2072.     Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
  2073.     wait(0.8)
  2074. end
  2075. end,o90)
  2076. end))
  2077. o91 = Create("Part",{
  2078. ["Parent"] = o1,
  2079. ["Material"] = Enum.Material.Foil,
  2080. ["BrickColor"] = BrickColor.new("Bright bluish green"),
  2081. ["Position"] = Vector3.new(-15.3030539, 1.00004399, 4855.4043),
  2082. ["Anchored"] = true,
  2083. ["CFrame"] = CFrame.new(-15.3030539, 1.00004399, 4855.4043, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  2084. ["FormFactor"] = Enum.FormFactor.Custom,
  2085. ["Size"] = Vector3.new(5, 1, 4.9000001),
  2086. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2087. ["TopSurface"] = Enum.SurfaceType.Smooth,
  2088. ["Color"] = Color3.new(0, 0.560784, 0.611765),
  2089. })
  2090. o92 = Create("Script",{
  2091. ["Parent"] = o91,
  2092. })
  2093. table.insert(cors,coroutine.create(function()
  2094. wait()
  2095. runDummyScript(function()
  2096. local Brick = script.Parent
  2097. while true do
  2098.     Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
  2099.     wait(0.8)
  2100. end
  2101. end,o92)
  2102. end))
  2103. o93 = Create("Part",{
  2104. ["Parent"] = o1,
  2105. ["Material"] = Enum.Material.Foil,
  2106. ["BrickColor"] = BrickColor.new("Bright bluish green"),
  2107. ["Position"] = Vector3.new(-10.4030523, 1.00004399, 4855.4043),
  2108. ["Anchored"] = true,
  2109. ["CFrame"] = CFrame.new(-10.4030523, 1.00004399, 4855.4043, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  2110. ["FormFactor"] = Enum.FormFactor.Custom,
  2111. ["Size"] = Vector3.new(5, 1, 4.9000001),
  2112. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2113. ["TopSurface"] = Enum.SurfaceType.Smooth,
  2114. ["Color"] = Color3.new(0, 0.560784, 0.611765),
  2115. })
  2116. o94 = Create("Script",{
  2117. ["Parent"] = o93,
  2118. })
  2119. table.insert(cors,coroutine.create(function()
  2120. wait()
  2121. runDummyScript(function()
  2122. local Brick = script.Parent
  2123. while true do
  2124.     Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
  2125.     wait(0.8)
  2126. end
  2127. end,o94)
  2128. end))
  2129. o95 = Create("Part",{
  2130. ["Parent"] = o1,
  2131. ["Material"] = Enum.Material.Foil,
  2132. ["BrickColor"] = BrickColor.new("Bright bluish green"),
  2133. ["Position"] = Vector3.new(-5.5030551, 1.00004005, 4850.50439),
  2134. ["Anchored"] = true,
  2135. ["CFrame"] = CFrame.new(-5.5030551, 1.00004005, 4850.50439, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  2136. ["FormFactor"] = Enum.FormFactor.Custom,
  2137. ["Size"] = Vector3.new(5, 1, 4.9000001),
  2138. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2139. ["TopSurface"] = Enum.SurfaceType.Smooth,
  2140. ["Color"] = Color3.new(0, 0.560784, 0.611765),
  2141. })
  2142. o96 = Create("Script",{
  2143. ["Parent"] = o95,
  2144. })
  2145. table.insert(cors,coroutine.create(function()
  2146. wait()
  2147. runDummyScript(function()
  2148. local Brick = script.Parent
  2149. while true do
  2150.     Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
  2151.     wait(0.8)
  2152. end
  2153. end,o96)
  2154. end))
  2155. o97 = Create("Part",{
  2156. ["Parent"] = o1,
  2157. ["Material"] = Enum.Material.Foil,
  2158. ["BrickColor"] = BrickColor.new("Bright bluish green"),
  2159. ["Position"] = Vector3.new(18.5969391, 1.00004399, 4855.4043),
  2160. ["Anchored"] = true,
  2161. ["CFrame"] = CFrame.new(18.5969391, 1.00004399, 4855.4043, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  2162. ["FormFactor"] = Enum.FormFactor.Custom,
  2163. ["Size"] = Vector3.new(3.5999999, 1, 4.9000001),
  2164. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2165. ["TopSurface"] = Enum.SurfaceType.Smooth,
  2166. ["Color"] = Color3.new(0, 0.560784, 0.611765),
  2167. })
  2168. o98 = Create("Script",{
  2169. ["Parent"] = o97,
  2170. })
  2171. table.insert(cors,coroutine.create(function()
  2172. wait()
  2173. runDummyScript(function()
  2174. local Brick = script.Parent
  2175. while true do
  2176.     Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
  2177.     wait(0.8)
  2178. end
  2179. end,o98)
  2180. end))
  2181. o99 = Create("Part",{
  2182. ["Parent"] = o1,
  2183. ["Material"] = Enum.Material.Foil,
  2184. ["BrickColor"] = BrickColor.new("Bright bluish green"),
  2185. ["Position"] = Vector3.new(9.49694157, 1.00004399, 4855.4043),
  2186. ["Anchored"] = true,
  2187. ["CFrame"] = CFrame.new(9.49694157, 1.00004399, 4855.4043, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  2188. ["FormFactor"] = Enum.FormFactor.Custom,
  2189. ["Size"] = Vector3.new(5, 1, 4.9000001),
  2190. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2191. ["TopSurface"] = Enum.SurfaceType.Smooth,
  2192. ["Color"] = Color3.new(0, 0.560784, 0.611765),
  2193. })
  2194. o100 = Create("Script",{
  2195. ["Parent"] = o99,
  2196. })
  2197. table.insert(cors,coroutine.create(function()
  2198. wait()
  2199. runDummyScript(function()
  2200. local Brick = script.Parent
  2201. while true do
  2202.     Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
  2203.     wait(0.8)
  2204. end
  2205. end,o100)
  2206. end))
  2207. o101 = Create("Part",{
  2208. ["Parent"] = o1,
  2209. ["Material"] = Enum.Material.Foil,
  2210. ["BrickColor"] = BrickColor.new("Bright bluish green"),
  2211. ["Position"] = Vector3.new(-5.5030551, 1.00004399, 4855.4043),
  2212. ["Anchored"] = true,
  2213. ["CFrame"] = CFrame.new(-5.5030551, 1.00004399, 4855.4043, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  2214. ["FormFactor"] = Enum.FormFactor.Custom,
  2215. ["Size"] = Vector3.new(5, 1, 4.9000001),
  2216. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2217. ["TopSurface"] = Enum.SurfaceType.Smooth,
  2218. ["Color"] = Color3.new(0, 0.560784, 0.611765),
  2219. })
  2220. o102 = Create("Script",{
  2221. ["Parent"] = o101,
  2222. })
  2223. table.insert(cors,coroutine.create(function()
  2224. wait()
  2225. runDummyScript(function()
  2226. local Brick = script.Parent
  2227. while true do
  2228.     Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
  2229.     wait(0.8)
  2230. end
  2231. end,o102)
  2232. end))
  2233. o103 = Create("Part",{
  2234. ["Parent"] = o1,
  2235. ["Material"] = Enum.Material.Foil,
  2236. ["BrickColor"] = BrickColor.new("Bright bluish green"),
  2237. ["Position"] = Vector3.new(-0.503054976, 1.00004399, 4855.4043),
  2238. ["Anchored"] = true,
  2239. ["CFrame"] = CFrame.new(-0.503054976, 1.00004399, 4855.4043, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  2240. ["FormFactor"] = Enum.FormFactor.Custom,
  2241. ["Size"] = Vector3.new(5, 1, 4.9000001),
  2242. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2243. ["TopSurface"] = Enum.SurfaceType.Smooth,
  2244. ["Color"] = Color3.new(0, 0.560784, 0.611765),
  2245. })
  2246. o104 = Create("Script",{
  2247. ["Parent"] = o103,
  2248. })
  2249. table.insert(cors,coroutine.create(function()
  2250. wait()
  2251. runDummyScript(function()
  2252. local Brick = script.Parent
  2253. while true do
  2254.     Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
  2255.     wait(0.8)
  2256. end
  2257. end,o104)
  2258. end))
  2259. o105 = Create("Part",{
  2260. ["Parent"] = o1,
  2261. ["Material"] = Enum.Material.Foil,
  2262. ["BrickColor"] = BrickColor.new("Bright bluish green"),
  2263. ["Position"] = Vector3.new(14.3969421, 1.00004399, 4855.4043),
  2264. ["Anchored"] = true,
  2265. ["CFrame"] = CFrame.new(14.3969421, 1.00004399, 4855.4043, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  2266. ["FormFactor"] = Enum.FormFactor.Custom,
  2267. ["Size"] = Vector3.new(5, 1, 4.9000001),
  2268. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2269. ["TopSurface"] = Enum.SurfaceType.Smooth,
  2270. ["Color"] = Color3.new(0, 0.560784, 0.611765),
  2271. })
  2272. o106 = Create("Script",{
  2273. ["Parent"] = o105,
  2274. })
  2275. table.insert(cors,coroutine.create(function()
  2276. wait()
  2277. runDummyScript(function()
  2278. local Brick = script.Parent
  2279. while true do
  2280.     Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
  2281.     wait(0.8)
  2282. end
  2283. end,o106)
  2284. end))
  2285. o107 = Create("Part",{
  2286. ["Parent"] = o1,
  2287. ["Material"] = Enum.Material.Foil,
  2288. ["BrickColor"] = BrickColor.new("Bright bluish green"),
  2289. ["Position"] = Vector3.new(-15.3030539, 1.00004005, 4850.50439),
  2290. ["Anchored"] = true,
  2291. ["CFrame"] = CFrame.new(-15.3030539, 1.00004005, 4850.50439, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  2292. ["FormFactor"] = Enum.FormFactor.Custom,
  2293. ["Size"] = Vector3.new(5, 1, 4.9000001),
  2294. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2295. ["TopSurface"] = Enum.SurfaceType.Smooth,
  2296. ["Color"] = Color3.new(0, 0.560784, 0.611765),
  2297. })
  2298. o108 = Create("Script",{
  2299. ["Parent"] = o107,
  2300. })
  2301. table.insert(cors,coroutine.create(function()
  2302. wait()
  2303. runDummyScript(function()
  2304. local Brick = script.Parent
  2305. while true do
  2306.     Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
  2307.     wait(0.8)
  2308. end
  2309. end,o108)
  2310. end))
  2311. o109 = Create("Part",{
  2312. ["Parent"] = o1,
  2313. ["Material"] = Enum.Material.Foil,
  2314. ["BrickColor"] = BrickColor.new("Bright bluish green"),
  2315. ["Position"] = Vector3.new(4.49694204, 1.00004399, 4855.4043),
  2316. ["Anchored"] = true,
  2317. ["CFrame"] = CFrame.new(4.49694204, 1.00004399, 4855.4043, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  2318. ["FormFactor"] = Enum.FormFactor.Custom,
  2319. ["Size"] = Vector3.new(5, 1, 4.9000001),
  2320. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2321. ["TopSurface"] = Enum.SurfaceType.Smooth,
  2322. ["Color"] = Color3.new(0, 0.560784, 0.611765),
  2323. })
  2324. o110 = Create("Script",{
  2325. ["Parent"] = o109,
  2326. })
  2327. table.insert(cors,coroutine.create(function()
  2328. wait()
  2329. runDummyScript(function()
  2330. local Brick = script.Parent
  2331. while true do
  2332.     Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
  2333.     wait(0.8)
  2334. end
  2335. end,o110)
  2336. end))
  2337. o111 = Create("Part",{
  2338. ["Parent"] = o1,
  2339. ["Material"] = Enum.Material.Foil,
  2340. ["BrickColor"] = BrickColor.new("Bright bluish green"),
  2341. ["Position"] = Vector3.new(14.3969421, 1.00004005, 4850.50439),
  2342. ["Anchored"] = true,
  2343. ["CFrame"] = CFrame.new(14.3969421, 1.00004005, 4850.50439, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  2344. ["FormFactor"] = Enum.FormFactor.Custom,
  2345. ["Size"] = Vector3.new(5, 1, 4.9000001),
  2346. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2347. ["TopSurface"] = Enum.SurfaceType.Smooth,
  2348. ["Color"] = Color3.new(0, 0.560784, 0.611765),
  2349. })
  2350. o112 = Create("Script",{
  2351. ["Parent"] = o111,
  2352. })
  2353. table.insert(cors,coroutine.create(function()
  2354. wait()
  2355. runDummyScript(function()
  2356. local Brick = script.Parent
  2357. while true do
  2358.     Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
  2359.     wait(0.8)
  2360. end
  2361. end,o112)
  2362. end))
  2363. o113 = Create("Part",{
  2364. ["Parent"] = o1,
  2365. ["Material"] = Enum.Material.Foil,
  2366. ["BrickColor"] = BrickColor.new("Bright bluish green"),
  2367. ["Position"] = Vector3.new(-20.2030563, 1.00004005, 4850.50439),
  2368. ["Anchored"] = true,
  2369. ["CFrame"] = CFrame.new(-20.2030563, 1.00004005, 4850.50439, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  2370. ["FormFactor"] = Enum.FormFactor.Custom,
  2371. ["Size"] = Vector3.new(5, 1, 4.9000001),
  2372. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2373. ["TopSurface"] = Enum.SurfaceType.Smooth,
  2374. ["Color"] = Color3.new(0, 0.560784, 0.611765),
  2375. })
  2376. o114 = Create("Script",{
  2377. ["Parent"] = o113,
  2378. })
  2379. table.insert(cors,coroutine.create(function()
  2380. wait()
  2381. runDummyScript(function()
  2382. local Brick = script.Parent
  2383. while true do
  2384.     Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
  2385.     wait(0.8)
  2386. end
  2387. end,o114)
  2388. end))
  2389. o115 = Create("Part",{
  2390. ["Parent"] = o1,
  2391. ["Material"] = Enum.Material.Foil,
  2392. ["BrickColor"] = BrickColor.new("Bright bluish green"),
  2393. ["Position"] = Vector3.new(-0.503054976, 1.00004005, 4850.50439),
  2394. ["Anchored"] = true,
  2395. ["CFrame"] = CFrame.new(-0.503054976, 1.00004005, 4850.50439, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  2396. ["FormFactor"] = Enum.FormFactor.Custom,
  2397. ["Size"] = Vector3.new(5, 1, 4.9000001),
  2398. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2399. ["TopSurface"] = Enum.SurfaceType.Smooth,
  2400. ["Color"] = Color3.new(0, 0.560784, 0.611765),
  2401. })
  2402. o116 = Create("Script",{
  2403. ["Parent"] = o115,
  2404. })
  2405. table.insert(cors,coroutine.create(function()
  2406. wait()
  2407. runDummyScript(function()
  2408. local Brick = script.Parent
  2409. while true do
  2410.     Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
  2411.     wait(0.8)
  2412. end
  2413. end,o116)
  2414. end))
  2415. o117 = Create("Part",{
  2416. ["Parent"] = o1,
  2417. ["Material"] = Enum.Material.Foil,
  2418. ["BrickColor"] = BrickColor.new("Bright bluish green"),
  2419. ["Position"] = Vector3.new(4.49694204, 1.00004005, 4850.50439),
  2420. ["Anchored"] = true,
  2421. ["CFrame"] = CFrame.new(4.49694204, 1.00004005, 4850.50439, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  2422. ["FormFactor"] = Enum.FormFactor.Custom,
  2423. ["Size"] = Vector3.new(5, 1, 4.9000001),
  2424. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2425. ["TopSurface"] = Enum.SurfaceType.Smooth,
  2426. ["Color"] = Color3.new(0, 0.560784, 0.611765),
  2427. })
  2428. o118 = Create("Script",{
  2429. ["Parent"] = o117,
  2430. })
  2431. table.insert(cors,coroutine.create(function()
  2432. wait()
  2433. runDummyScript(function()
  2434. local Brick = script.Parent
  2435. while true do
  2436.     Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
  2437.     wait(0.8)
  2438. end
  2439. end,o118)
  2440. end))
  2441. o119 = Create("Part",{
  2442. ["Parent"] = o1,
  2443. ["Material"] = Enum.Material.Foil,
  2444. ["BrickColor"] = BrickColor.new("Bright bluish green"),
  2445. ["Position"] = Vector3.new(-10.4030523, 1.00004005, 4850.50439),
  2446. ["Anchored"] = true,
  2447. ["CFrame"] = CFrame.new(-10.4030523, 1.00004005, 4850.50439, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  2448. ["FormFactor"] = Enum.FormFactor.Custom,
  2449. ["Size"] = Vector3.new(5, 1, 4.9000001),
  2450. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2451. ["TopSurface"] = Enum.SurfaceType.Smooth,
  2452. ["Color"] = Color3.new(0, 0.560784, 0.611765),
  2453. })
  2454. o120 = Create("Script",{
  2455. ["Parent"] = o119,
  2456. })
  2457. table.insert(cors,coroutine.create(function()
  2458. wait()
  2459. runDummyScript(function()
  2460. local Brick = script.Parent
  2461. while true do
  2462.     Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
  2463.     wait(0.8)
  2464. end
  2465. end,o120)
  2466. end))
  2467. o121 = Create("Part",{
  2468. ["Parent"] = o1,
  2469. ["Material"] = Enum.Material.Foil,
  2470. ["BrickColor"] = BrickColor.new("Bright bluish green"),
  2471. ["Position"] = Vector3.new(9.49694157, 1.00004005, 4850.50439),
  2472. ["Anchored"] = true,
  2473. ["CFrame"] = CFrame.new(9.49694157, 1.00004005, 4850.50439, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  2474. ["FormFactor"] = Enum.FormFactor.Custom,
  2475. ["Size"] = Vector3.new(5, 1, 4.9000001),
  2476. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2477. ["TopSurface"] = Enum.SurfaceType.Smooth,
  2478. ["Color"] = Color3.new(0, 0.560784, 0.611765),
  2479. })
  2480. o122 = Create("Script",{
  2481. ["Parent"] = o121,
  2482. })
  2483. table.insert(cors,coroutine.create(function()
  2484. wait()
  2485. runDummyScript(function()
  2486. local Brick = script.Parent
  2487. while true do
  2488.     Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
  2489.     wait(0.8)
  2490. end
  2491. end,o122)
  2492. end))
  2493. o123 = Create("Part",{
  2494. ["Parent"] = o1,
  2495. ["Material"] = Enum.Material.Foil,
  2496. ["BrickColor"] = BrickColor.new("Bright bluish green"),
  2497. ["Position"] = Vector3.new(-15.3030539, 1.00003803, 4835.8042),
  2498. ["Anchored"] = true,
  2499. ["CFrame"] = CFrame.new(-15.3030539, 1.00003803, 4835.8042, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  2500. ["FormFactor"] = Enum.FormFactor.Custom,
  2501. ["Size"] = Vector3.new(5, 1, 4.9000001),
  2502. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2503. ["TopSurface"] = Enum.SurfaceType.Smooth,
  2504. ["Color"] = Color3.new(0, 0.560784, 0.611765),
  2505. })
  2506. o124 = Create("Script",{
  2507. ["Parent"] = o123,
  2508. })
  2509. table.insert(cors,coroutine.create(function()
  2510. wait()
  2511. runDummyScript(function()
  2512. local Brick = script.Parent
  2513. while true do
  2514.     Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
  2515.     wait(0.8)
  2516. end
  2517. end,o124)
  2518. end))
  2519. o125 = Create("Part",{
  2520. ["Parent"] = o1,
  2521. ["Material"] = Enum.Material.Foil,
  2522. ["BrickColor"] = BrickColor.new("Bright bluish green"),
  2523. ["Position"] = Vector3.new(-0.503054976, 1.00003803, 4835.8042),
  2524. ["Anchored"] = true,
  2525. ["CFrame"] = CFrame.new(-0.503054976, 1.00003803, 4835.8042, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  2526. ["FormFactor"] = Enum.FormFactor.Custom,
  2527. ["Size"] = Vector3.new(5, 1, 4.9000001),
  2528. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2529. ["TopSurface"] = Enum.SurfaceType.Smooth,
  2530. ["Color"] = Color3.new(0, 0.560784, 0.611765),
  2531. })
  2532. o126 = Create("Script",{
  2533. ["Parent"] = o125,
  2534. })
  2535. table.insert(cors,coroutine.create(function()
  2536. wait()
  2537. runDummyScript(function()
  2538. local Brick = script.Parent
  2539. while true do
  2540.     Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
  2541.     wait(0.8)
  2542. end
  2543. end,o126)
  2544. end))
  2545. o127 = Create("Part",{
  2546. ["Parent"] = o1,
  2547. ["Material"] = Enum.Material.Foil,
  2548. ["BrickColor"] = BrickColor.new("Bright bluish green"),
  2549. ["Position"] = Vector3.new(14.3969421, 1.00003803, 4835.8042),
  2550. ["Anchored"] = true,
  2551. ["CFrame"] = CFrame.new(14.3969421, 1.00003803, 4835.8042, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  2552. ["FormFactor"] = Enum.FormFactor.Custom,
  2553. ["Size"] = Vector3.new(5, 1, 4.9000001),
  2554. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2555. ["TopSurface"] = Enum.SurfaceType.Smooth,
  2556. ["Color"] = Color3.new(0, 0.560784, 0.611765),
  2557. })
  2558. o128 = Create("Script",{
  2559. ["Parent"] = o127,
  2560. })
  2561. table.insert(cors,coroutine.create(function()
  2562. wait()
  2563. runDummyScript(function()
  2564. local Brick = script.Parent
  2565. while true do
  2566.     Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
  2567.     wait(0.8)
  2568. end
  2569. end,o128)
  2570. end))
  2571. o129 = Create("Part",{
  2572. ["Parent"] = o1,
  2573. ["Material"] = Enum.Material.Foil,
  2574. ["BrickColor"] = BrickColor.new("Bright bluish green"),
  2575. ["Position"] = Vector3.new(9.49694157, 1.00003803, 4835.8042),
  2576. ["Anchored"] = true,
  2577. ["CFrame"] = CFrame.new(9.49694157, 1.00003803, 4835.8042, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  2578. ["FormFactor"] = Enum.FormFactor.Custom,
  2579. ["Size"] = Vector3.new(5, 1, 4.9000001),
  2580. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2581. ["TopSurface"] = Enum.SurfaceType.Smooth,
  2582. ["Color"] = Color3.new(0, 0.560784, 0.611765),
  2583. })
  2584. o130 = Create("Script",{
  2585. ["Parent"] = o129,
  2586. })
  2587. table.insert(cors,coroutine.create(function()
  2588. wait()
  2589. runDummyScript(function()
  2590. local Brick = script.Parent
  2591. while true do
  2592.     Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
  2593.     wait(0.8)
  2594. end
  2595. end,o130)
  2596. end))
  2597. o131 = Create("Part",{
  2598. ["Parent"] = o1,
  2599. ["Material"] = Enum.Material.Foil,
  2600. ["BrickColor"] = BrickColor.new("Bright bluish green"),
  2601. ["Position"] = Vector3.new(-5.5030551, 1.00003803, 4835.8042),
  2602. ["Anchored"] = true,
  2603. ["CFrame"] = CFrame.new(-5.5030551, 1.00003803, 4835.8042, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  2604. ["FormFactor"] = Enum.FormFactor.Custom,
  2605. ["Size"] = Vector3.new(5, 1, 4.9000001),
  2606. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2607. ["TopSurface"] = Enum.SurfaceType.Smooth,
  2608. ["Color"] = Color3.new(0, 0.560784, 0.611765),
  2609. })
  2610. o132 = Create("Script",{
  2611. ["Parent"] = o131,
  2612. })
  2613. table.insert(cors,coroutine.create(function()
  2614. wait()
  2615. runDummyScript(function()
  2616. local Brick = script.Parent
  2617. while true do
  2618.     Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
  2619.     wait(0.8)
  2620. end
  2621. end,o132)
  2622. end))
  2623. o133 = Create("Part",{
  2624. ["Parent"] = o1,
  2625. ["Material"] = Enum.Material.Foil,
  2626. ["BrickColor"] = BrickColor.new("Bright bluish green"),
  2627. ["Position"] = Vector3.new(4.49694204, 1.00003803, 4835.8042),
  2628. ["Anchored"] = true,
  2629. ["CFrame"] = CFrame.new(4.49694204, 1.00003803, 4835.8042, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  2630. ["FormFactor"] = Enum.FormFactor.Custom,
  2631. ["Size"] = Vector3.new(5, 1, 4.9000001),
  2632. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2633. ["TopSurface"] = Enum.SurfaceType.Smooth,
  2634. ["Color"] = Color3.new(0, 0.560784, 0.611765),
  2635. })
  2636. o134 = Create("Script",{
  2637. ["Parent"] = o133,
  2638. })
  2639. table.insert(cors,coroutine.create(function()
  2640. wait()
  2641. runDummyScript(function()
  2642. local Brick = script.Parent
  2643. while true do
  2644.     Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
  2645.     wait(0.8)
  2646. end
  2647. end,o134)
  2648. end))
  2649. o135 = Create("Part",{
  2650. ["Parent"] = o1,
  2651. ["Material"] = Enum.Material.Foil,
  2652. ["BrickColor"] = BrickColor.new("Bright bluish green"),
  2653. ["Position"] = Vector3.new(-20.2030563, 1.00003803, 4835.8042),
  2654. ["Anchored"] = true,
  2655. ["CFrame"] = CFrame.new(-20.2030563, 1.00003803, 4835.8042, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  2656. ["FormFactor"] = Enum.FormFactor.Custom,
  2657. ["Size"] = Vector3.new(5, 1, 4.9000001),
  2658. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2659. ["TopSurface"] = Enum.SurfaceType.Smooth,
  2660. ["Color"] = Color3.new(0, 0.560784, 0.611765),
  2661. })
  2662. o136 = Create("Script",{
  2663. ["Parent"] = o135,
  2664. })
  2665. table.insert(cors,coroutine.create(function()
  2666. wait()
  2667. runDummyScript(function()
  2668. local Brick = script.Parent
  2669. while true do
  2670.     Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
  2671.     wait(0.8)
  2672. end
  2673. end,o136)
  2674. end))
  2675. o137 = Create("Part",{
  2676. ["Parent"] = o1,
  2677. ["Material"] = Enum.Material.Foil,
  2678. ["BrickColor"] = BrickColor.new("Bright bluish green"),
  2679. ["Position"] = Vector3.new(-10.4030523, 1.00003803, 4835.8042),
  2680. ["Anchored"] = true,
  2681. ["CFrame"] = CFrame.new(-10.4030523, 1.00003803, 4835.8042, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  2682. ["FormFactor"] = Enum.FormFactor.Custom,
  2683. ["Size"] = Vector3.new(5, 1, 4.9000001),
  2684. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2685. ["TopSurface"] = Enum.SurfaceType.Smooth,
  2686. ["Color"] = Color3.new(0, 0.560784, 0.611765),
  2687. })
  2688. o138 = Create("Script",{
  2689. ["Parent"] = o137,
  2690. })
  2691. table.insert(cors,coroutine.create(function()
  2692. wait()
  2693. runDummyScript(function()
  2694. local Brick = script.Parent
  2695. while true do
  2696.     Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
  2697.     wait(0.8)
  2698. end
  2699. end,o138)
  2700. end))
  2701. o139 = Create("Part",{
  2702. ["Parent"] = o1,
  2703. ["Material"] = Enum.Material.Foil,
  2704. ["BrickColor"] = BrickColor.new("Bright bluish green"),
  2705. ["Position"] = Vector3.new(18.5969391, 1.00003803, 4835.8042),
  2706. ["Anchored"] = true,
  2707. ["CFrame"] = CFrame.new(18.5969391, 1.00003803, 4835.8042, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  2708. ["FormFactor"] = Enum.FormFactor.Custom,
  2709. ["Size"] = Vector3.new(3.5999999, 1, 4.9000001),
  2710. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2711. ["TopSurface"] = Enum.SurfaceType.Smooth,
  2712. ["Color"] = Color3.new(0, 0.560784, 0.611765),
  2713. })
  2714. o140 = Create("Script",{
  2715. ["Parent"] = o139,
  2716. })
  2717. table.insert(cors,coroutine.create(function()
  2718. wait()
  2719. runDummyScript(function()
  2720. local Brick = script.Parent
  2721. while true do
  2722.     Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
  2723.     wait(0.8)
  2724. end
  2725. end,o140)
  2726. end))
  2727. o141 = Create("Part",{
  2728. ["Parent"] = o1,
  2729. ["Material"] = Enum.Material.Foil,
  2730. ["BrickColor"] = BrickColor.new("Bright bluish green"),
  2731. ["Position"] = Vector3.new(4.49694204, 1.000036, 4830.90381),
  2732. ["Anchored"] = true,
  2733. ["CFrame"] = CFrame.new(4.49694204, 1.000036, 4830.90381, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  2734. ["FormFactor"] = Enum.FormFactor.Custom,
  2735. ["Size"] = Vector3.new(5, 1, 4.9000001),
  2736. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2737. ["TopSurface"] = Enum.SurfaceType.Smooth,
  2738. ["Color"] = Color3.new(0, 0.560784, 0.611765),
  2739. })
  2740. o142 = Create("Script",{
  2741. ["Parent"] = o141,
  2742. })
  2743. table.insert(cors,coroutine.create(function()
  2744. wait()
  2745. runDummyScript(function()
  2746. local Brick = script.Parent
  2747. while true do
  2748.     Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
  2749.     wait(0.8)
  2750. end
  2751. end,o142)
  2752. end))
  2753. o143 = Create("Part",{
  2754. ["Parent"] = o1,
  2755. ["Material"] = Enum.Material.Foil,
  2756. ["BrickColor"] = BrickColor.new("Bright bluish green"),
  2757. ["Position"] = Vector3.new(14.3969421, 1.000036, 4830.90381),
  2758. ["Anchored"] = true,
  2759. ["CFrame"] = CFrame.new(14.3969421, 1.000036, 4830.90381, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  2760. ["FormFactor"] = Enum.FormFactor.Custom,
  2761. ["Size"] = Vector3.new(5, 1, 4.9000001),
  2762. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2763. ["TopSurface"] = Enum.SurfaceType.Smooth,
  2764. ["Color"] = Color3.new(0, 0.560784, 0.611765),
  2765. })
  2766. o144 = Create("Script",{
  2767. ["Parent"] = o143,
  2768. })
  2769. table.insert(cors,coroutine.create(function()
  2770. wait()
  2771. runDummyScript(function()
  2772. local Brick = script.Parent
  2773. while true do
  2774.     Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
  2775.     wait(0.8)
  2776. end
  2777. end,o144)
  2778. end))
  2779. o145 = Create("Part",{
  2780. ["Parent"] = o1,
  2781. ["Material"] = Enum.Material.Foil,
  2782. ["BrickColor"] = BrickColor.new("Bright bluish green"),
  2783. ["Position"] = Vector3.new(-5.5030551, 1.000036, 4830.90381),
  2784. ["Anchored"] = true,
  2785. ["CFrame"] = CFrame.new(-5.5030551, 1.000036, 4830.90381, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  2786. ["FormFactor"] = Enum.FormFactor.Custom,
  2787. ["Size"] = Vector3.new(5, 1, 4.9000001),
  2788. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2789. ["TopSurface"] = Enum.SurfaceType.Smooth,
  2790. ["Color"] = Color3.new(0, 0.560784, 0.611765),
  2791. })
  2792. o146 = Create("Script",{
  2793. ["Parent"] = o145,
  2794. })
  2795. table.insert(cors,coroutine.create(function()
  2796. wait()
  2797. runDummyScript(function()
  2798. local Brick = script.Parent
  2799. while true do
  2800.     Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
  2801.     wait(0.8)
  2802. end
  2803. end,o146)
  2804. end))
  2805. o147 = Create("Part",{
  2806. ["Parent"] = o1,
  2807. ["Material"] = Enum.Material.Foil,
  2808. ["BrickColor"] = BrickColor.new("Bright bluish green"),
  2809. ["Position"] = Vector3.new(-20.2030563, 1.000036, 4830.90381),
  2810. ["Anchored"] = true,
  2811. ["CFrame"] = CFrame.new(-20.2030563, 1.000036, 4830.90381, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  2812. ["FormFactor"] = Enum.FormFactor.Custom,
  2813. ["Size"] = Vector3.new(5, 1, 4.9000001),
  2814. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2815. ["TopSurface"] = Enum.SurfaceType.Smooth,
  2816. ["Color"] = Color3.new(0, 0.560784, 0.611765),
  2817. })
  2818. o148 = Create("Script",{
  2819. ["Parent"] = o147,
  2820. })
  2821. table.insert(cors,coroutine.create(function()
  2822. wait()
  2823. runDummyScript(function()
  2824. local Brick = script.Parent
  2825. while true do
  2826.     Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
  2827.     wait(0.8)
  2828. end
  2829. end,o148)
  2830. end))
  2831. o149 = Create("Part",{
  2832. ["Parent"] = o1,
  2833. ["Material"] = Enum.Material.Foil,
  2834. ["BrickColor"] = BrickColor.new("Bright bluish green"),
  2835. ["Position"] = Vector3.new(-15.3030539, 1.000036, 4830.90381),
  2836. ["Anchored"] = true,
  2837. ["CFrame"] = CFrame.new(-15.3030539, 1.000036, 4830.90381, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  2838. ["FormFactor"] = Enum.FormFactor.Custom,
  2839. ["Size"] = Vector3.new(5, 1, 4.9000001),
  2840. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2841. ["TopSurface"] = Enum.SurfaceType.Smooth,
  2842. ["Color"] = Color3.new(0, 0.560784, 0.611765),
  2843. })
  2844. o150 = Create("Script",{
  2845. ["Parent"] = o149,
  2846. })
  2847. table.insert(cors,coroutine.create(function()
  2848. wait()
  2849. runDummyScript(function()
  2850. local Brick = script.Parent
  2851. while true do
  2852.     Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
  2853.     wait(0.8)
  2854. end
  2855. end,o150)
  2856. end))
  2857. o151 = Create("Part",{
  2858. ["Parent"] = o1,
  2859. ["Material"] = Enum.Material.Foil,
  2860. ["BrickColor"] = BrickColor.new("Bright bluish green"),
  2861. ["Position"] = Vector3.new(9.49694157, 1.000036, 4830.90381),
  2862. ["Anchored"] = true,
  2863. ["CFrame"] = CFrame.new(9.49694157, 1.000036, 4830.90381, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  2864. ["FormFactor"] = Enum.FormFactor.Custom,
  2865. ["Size"] = Vector3.new(5, 1, 4.9000001),
  2866. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2867. ["TopSurface"] = Enum.SurfaceType.Smooth,
  2868. ["Color"] = Color3.new(0, 0.560784, 0.611765),
  2869. })
  2870. o152 = Create("Script",{
  2871. ["Parent"] = o151,
  2872. })
  2873. table.insert(cors,coroutine.create(function()
  2874. wait()
  2875. runDummyScript(function()
  2876. local Brick = script.Parent
  2877. while true do
  2878.     Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
  2879.     wait(0.8)
  2880. end
  2881. end,o152)
  2882. end))
  2883. o153 = Create("Part",{
  2884. ["Parent"] = o1,
  2885. ["Material"] = Enum.Material.Foil,
  2886. ["BrickColor"] = BrickColor.new("Bright bluish green"),
  2887. ["Position"] = Vector3.new(18.5969391, 1.000036, 4830.90381),
  2888. ["Anchored"] = true,
  2889. ["CFrame"] = CFrame.new(18.5969391, 1.000036, 4830.90381, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  2890. ["FormFactor"] = Enum.FormFactor.Custom,
  2891. ["Size"] = Vector3.new(3.5999999, 1, 4.9000001),
  2892. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2893. ["TopSurface"] = Enum.SurfaceType.Smooth,
  2894. ["Color"] = Color3.new(0, 0.560784, 0.611765),
  2895. })
  2896. o154 = Create("Script",{
  2897. ["Parent"] = o153,
  2898. })
  2899. table.insert(cors,coroutine.create(function()
  2900. wait()
  2901. runDummyScript(function()
  2902. local Brick = script.Parent
  2903. while true do
  2904.     Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
  2905.     wait(0.8)
  2906. end
  2907. end,o154)
  2908. end))
  2909. o155 = Create("Part",{
  2910. ["Parent"] = o1,
  2911. ["Material"] = Enum.Material.Foil,
  2912. ["BrickColor"] = BrickColor.new("Bright bluish green"),
  2913. ["Position"] = Vector3.new(-10.4030523, 1.000036, 4830.90381),
  2914. ["Anchored"] = true,
  2915. ["CFrame"] = CFrame.new(-10.4030523, 1.000036, 4830.90381, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  2916. ["FormFactor"] = Enum.FormFactor.Custom,
  2917. ["Size"] = Vector3.new(5, 1, 4.9000001),
  2918. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2919. ["TopSurface"] = Enum.SurfaceType.Smooth,
  2920. ["Color"] = Color3.new(0, 0.560784, 0.611765),
  2921. })
  2922. o156 = Create("Script",{
  2923. ["Parent"] = o155,
  2924. })
  2925. table.insert(cors,coroutine.create(function()
  2926. wait()
  2927. runDummyScript(function()
  2928. local Brick = script.Parent
  2929. while true do
  2930.     Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
  2931.     wait(0.8)
  2932. end
  2933. end,o156)
  2934. end))
  2935. o157 = Create("Part",{
  2936. ["Parent"] = o1,
  2937. ["Material"] = Enum.Material.Foil,
  2938. ["BrickColor"] = BrickColor.new("Bright bluish green"),
  2939. ["Position"] = Vector3.new(-0.503054976, 1.000036, 4830.90381),
  2940. ["Anchored"] = true,
  2941. ["CFrame"] = CFrame.new(-0.503054976, 1.000036, 4830.90381, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  2942. ["FormFactor"] = Enum.FormFactor.Custom,
  2943. ["Size"] = Vector3.new(5, 1, 4.9000001),
  2944. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2945. ["TopSurface"] = Enum.SurfaceType.Smooth,
  2946. ["Color"] = Color3.new(0, 0.560784, 0.611765),
  2947. })
  2948. o158 = Create("Script",{
  2949. ["Parent"] = o157,
  2950. })
  2951. table.insert(cors,coroutine.create(function()
  2952. wait()
  2953. runDummyScript(function()
  2954. local Brick = script.Parent
  2955. while true do
  2956.     Brick.BrickColor = BrickColor.Random("Really Black","Cyan","New Yeller","Really red","Institutional white")
  2957.     wait(0.8)
  2958. end
  2959. end,o158)
  2960. end))
  2961. o159 = Create("Part",{
  2962. ["Parent"] = o1,
  2963. ["Material"] = Enum.Material.Concrete,
  2964. ["BrickColor"] = BrickColor.new("Really black"),
  2965. ["Position"] = Vector3.new(-5.12959003, 9.50002766, 4808.76807),
  2966. ["Anchored"] = true,
  2967. ["CFrame"] = CFrame.new(-5.12959003, 9.50002766, 4808.76807, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  2968. ["FormFactor"] = Enum.FormFactor.Custom,
  2969. ["Size"] = Vector3.new(52, 19, 1),
  2970. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2971. ["TopSurface"] = Enum.SurfaceType.Smooth,
  2972. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  2973. })
  2974. o160 = Create("Part",{
  2975. ["Name"] = "TP",
  2976. ["Parent"] = o1,
  2977. ["Transparency"] = 1,
  2978. ["Position"] = Vector3.new(-1.34867501, 19.6000271, 4830.26855),
  2979. ["Anchored"] = true,
  2980. ["CFrame"] = CFrame.new(-1.34867501, 19.6000271, 4830.26855, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  2981. ["CanCollide"] = false,
  2982. ["Locked"] = true,
  2983. ["FormFactor"] = Enum.FormFactor.Symmetric,
  2984. ["Size"] = Vector3.new(4, 1, 2),
  2985. })
  2986. o161 = Create("Part",{
  2987. ["Name"] = "Portal",
  2988. ["Parent"] = o1,
  2989. ["Transparency"] = 1,
  2990. ["Position"] = Vector3.new(-10, 0.500001013, 39.5),
  2991. ["Anchored"] = true,
  2992. ["CFrame"] = CFrame.new(-10, 0.500001013, 39.5, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  2993. ["CanCollide"] = false,
  2994. ["Locked"] = true,
  2995. ["FormFactor"] = Enum.FormFactor.Symmetric,
  2996. ["Size"] = Vector3.new(14, 0.200000003, 15),
  2997. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2998. ["TopSurface"] = Enum.SurfaceType.Smooth,
  2999. })
  3000. o162 = Create("Decal",{
  3001. ["Parent"] = o161,
  3002. ["Texture"] = "http://www.roblox.com/asset/?id=34042861",
  3003. ["Face"] = Enum.NormalId.Top,
  3004. })
  3005. o163 = Create("Script",{
  3006. ["Parent"] = o161,
  3007. })
  3008. table.insert(cors,coroutine.create(function()
  3009. wait()
  3010. runDummyScript(function()
  3011. local Me = script.Parent
  3012. local To = script.Parent.Parent.TP
  3013. function bam(hit)
  3014.     if hit.Parent:findFirstChild("TeleportBuff") == nil then
  3015.         if hit.Parent:findFirstChild("Humanoid") then
  3016.             if hit.Parent:findFirstChild("Torso") then
  3017.                 local Torso = hit.Parent:findFirstChild("Torso")
  3018.                 Torso.CFrame = CFrame.new(To.CFrame.X,To.CFrame.Y + 4,To.CFrame.Z)
  3019.                 local M = Instance.new("Model",hit.Parent)
  3020.                 M.Name = "TeleportBuff"
  3021.                 Me:remove()
  3022.                 wait(5)
  3023.                 if hit.Parent:findFirstChild("TeleportBuff") then
  3024.                 hit.Parent:findFirstChild("TeleportBuff"):remove()
  3025.                 end
  3026.             end
  3027.         end
  3028.     end
  3029.    
  3030. end
  3031. Me.Touched:connect(bam)
  3032. end,o163)
  3033. end))
  3034. mas.Parent = workspace.Terrain
  3035. mas:MakeJoints()
  3036. local mas1 = mas:GetChildren()
  3037. for i=1,#mas1 do
  3038.     mas1[i].Parent = workspace.Terrain
  3039.     ypcall(function() mas1[i]:MakeJoints() end)
  3040. end
  3041. mas:Destroy()
  3042. for i=1,#cors do
  3043. coroutine.resume(cors[i])
  3044. end
  3045.  
  3046. end
  3047. LoadCmd("TP to House","tph","Teleports a player to the house",function(msg)
  3048.         local plrs = GetPlayers(msg)
  3049.         for _,plr in next,plrs do
  3050.                 if game.Workspace.Terrain["AERX House"] then
  3051.                     game.Players[plr.Name].Character.Torso.CFrame = game.Workspace.Terrain["AERX House"].TP.CFrame
  3052.                 end
  3053.         end
  3054. end)
  3055. function HouseCmds()
  3056.     Out("Load House",Colors.Black,function()
  3057.         LoadHouse()
  3058.         Dismiss()
  3059.     end)
  3060.     Out("Remove House",Colors.Black,function()
  3061.             Dismiss()
  3062.         if game.Workspace.Terrain:findFirstChild("AERX House") then
  3063.             game.Workspace.Terrain["AERX House"]:remove()
  3064.         end
  3065. end)
  3066.         Out("Load Safe House",Colors.Black,function()
  3067.                 LoadSafeHouse()
  3068.                 Dismiss()
  3069.                 end)
  3070. end
  3071. LoadCmd("House Options","ahouse","Creates the aerx house",function()
  3072.        HouseCmds()
  3073. end)
  3074. LoadCmd("TP Safehouse","tpsh","Teleports a player to the safehouse",function(msg)
  3075.         local plrs = GetPlayers(msg)
  3076.     for _,plr in next,plrs do
  3077.         game.Players[plr.Name].Character.Torso.CFrame = CFrame.new(42,1271,613)
  3078.         end
  3079.         end)
  3080. -------------------------------------------------------------------------------------------------------------------
  3081. LoadCmd("Kill", "kill", "Kills a chosen Player", function(msg)
  3082.     local plrs = GetPlayers(msg)
  3083.     for _,plr in next,plrs do
  3084.         game.Players[plr.Name].Character:BreakJoints()
  3085.     end
  3086. end)
  3087. LoadCmd("Light", "pl", "Gives a play a pointlight", function(msg)
  3088.     local plrs = GetPlayers(msg)
  3089.     for _,plr in next,plrs do
  3090.         Instance.new("PointLight",game.Players[plr.Name].Character.Torso)
  3091.     end
  3092. end)
  3093. LoadCmd("Spin","spin", "Spins the player", function(msg)
  3094.     local plrs = GetPlayers(msg)
  3095.     for _,plr in next,plrs do
  3096.         local b = Instance.new('BodyAngularVelocity')
  3097.         b.maxTorque = Vector3.new(math.huge, math.huge, math.huge)
  3098.         b.angularvelocity = Vector3.new(0,75, 0) ---Change speed where it says '50'
  3099.         b.Parent = game.Players[plr.Name].Character.Torso
  3100.    
  3101.     end
  3102. end)
  3103. LoadCmd("UnSpin","unspin", "Unspins the player", function(msg)
  3104.     local plrs = GetPlayers(msg)
  3105.     for _,plr in next,plrs do
  3106.         if game.Players[plr.Name].Character.Torso:FindFirstChild("BodyAngularVelocity") then
  3107.                 game.Players[plr.Name].Character.Torso:FindFirstChild("BodyAngularVelocity"):remove()
  3108.         end
  3109.     end
  3110. end)
  3111.  
  3112. local PlayerColor = Color3.new(175,0,0)
  3113. local OutlineColor = PlayerColor
  3114. function Chat(Msg, Clr)
  3115.        
  3116.         if Msg:sub(1,2) == "/e" then return end
  3117.         if Clr == nil then Clr = ChatColor end
  3118.         if Msg == nil then Msg = ";" end
  3119.         Msg = Msg:gsub("","\5")
  3120.         if LocalPlayer and LocalPlayer.Character and LocalPlayer.Character.Head then
  3121.                 if #LocalPlayer.Character.Head:children() > 15 then return end
  3122.                 for _,v in pairs(LocalPlayer.Character.Head:children()) do
  3123.                         if v.Name == "BG" then
  3124.                                 coroutine.wrap(function()
  3125.                                         for i = v.StudsOffset.y,v.StudsOffset.y+2,0.1 do
  3126.                                                 v.StudsOffset = Vector3.new(0,i,0)
  3127.                                                 wait()
  3128.                                         end
  3129.                                         wait(2)
  3130.                                         if v:findFirstChild("TextLabel") ~= nil then
  3131.                                                 for i = 0,1,0.1 do
  3132.                                                         if v:findFirstChild("TextLabel") == nil then break end
  3133.                                                         v.TextLabel.TextTransparency = i
  3134.                                                         v.TextLabel.TextStrokeTransparency = i
  3135.                                                         wait()
  3136.                                                 end
  3137.                                         end
  3138.                                         v:Destroy()
  3139.                                 end)()
  3140.                         end
  3141.                 end
  3142.                 if ChatGui == false then
  3143.                         return
  3144.                 elseif ChatGui == true then            
  3145.                         local BG = Instance.new("BillboardGui", Player.Character.Head)
  3146.                         BG.Name = "BG"
  3147.                         BG.Size = UDim2.new(2,0,3,0)
  3148.                         BG.StudsOffset = Vector3.new(0,1,0)
  3149.                         BG.SizeOffset = Vector2.new(0,.1)
  3150.                         local TL = Instance.new("TextLabel", BG)
  3151.                         TL.Text = Msg
  3152.                         TL.BackgroundTransparency = 1
  3153.                         TL.Size = UDim2.new(0,50,0,50)
  3154.                         TL.BackgroundColor3 = Color3.new(0,0,0)
  3155.                         TL.Size = UDim2.new(1,0,.6,0)
  3156.                         TL.Font = "ArcadeBold"
  3157.                         TL.FontSize = "Size24"
  3158.                         TL.TextStrokeTransparency = 0.4
  3159.                         TL.TextStrokeColor3 = Color3.new(255,0,0)
  3160.                         if Clr ~= "Random" then
  3161.                                 TL.TextColor = BrickColor.new(Clr)
  3162.                         elseif Clr == "Random" then
  3163.                                 TL.TextColor = BrickColor.random()
  3164.                         end
  3165.                         coroutine.wrap(function()
  3166.                                 wait(5)
  3167.                                 if TL ~= nil then
  3168.                                         for i = 0,1,0.1 do
  3169.                                                 if TL == nil then break end
  3170.                                                 TL.TextTransparency = i
  3171.                                                 TL.TextStrokeTransparency = i
  3172.                                                 TL.TextColor = BrickColor.random()
  3173.                                                 wait()
  3174.                                         end
  3175.                                 end
  3176.                        
  3177.                                 BG:Destroy()
  3178.                         end)()
  3179.                         while TL~= nil do
  3180.                 TL.TextStrokeColor3 = Color3.new(0,0,0)
  3181.                 wait(0.1)
  3182.                 end
  3183.                 end
  3184.         end
  3185. end
  3186.  
  3187. ---------------------------------------------------
  3188.  
  3189.  
  3190. LoadCmd("Block", "rek", "Block's a player's sb", function(msg)
  3191.     local plrs = GetPlayers(msg)
  3192.     for _,plr in next,plrs do
  3193.        game.Players[plr.Name]:ClearAllChildren()
  3194.     end
  3195. end)
  3196. LoadCmd("nclip","nclip","noclip",
  3197. function()
  3198. repeat wait(1/44) until game.Players.LocalPlayer and game.Players.LocalPlayer.Character and game.Players.LocalPlayer.Character:findFirstChild("Humanoid") and game.Players.LocalPlayer.Character:findFirstChild("Torso") and game.Players.LocalPlayer:GetMouse() and game.Workspace.CurrentCamera local mouse = game.Players.LocalPlayer:GetMouse() local torso = game.Players.LocalPlayer.Character.Torso local dir = {w = 0, s = 0, a = 0, d = 0} local spd = 2 mouse.KeyDown:connect(function(key) if key:lower() == "w" then dir.w = 1 elseif key:lower() == "s" then dir.s = 1 elseif key:lower() == "a" then dir.a = 1 elseif key:lower() == "d" then dir.d = 1 elseif key:lower() == "q" then spd = spd + 1 elseif key:lower() == "e" then spd = spd - 1 end end) mouse.KeyUp:connect(function(key) if key:lower() == "w" then dir.w = 0 elseif key:lower() == "s" then dir.s = 0 elseif key:lower() == "a" then dir.a = 0 elseif key:lower() == "d" then dir.d = 0 end end) torso.Anchored = true game.Players.LocalPlayer.Character.Humanoid.PlatformStand = true game.Players.LocalPlayer.Character.Humanoid.Changed:connect(function() game.Players.LocalPlayer.Character.Humanoid.PlatformStand = true end) repeat wait(1/44) torso.CFrame = CFrame.new(torso.Position, game.Workspace.CurrentCamera.CoordinateFrame.p) * CFrame.Angles(0,math.rad(180),0) * CFrame.new((dir.d-dir.a)*spd,0,(dir.s-dir.w)*spd) until nil
  3199. end
  3200. )
  3201. LoadCmd("Day", "day", "Makes the time day", function()
  3202.   game.Lighting.TimeOfDay = "12:00:00"
  3203.     end)
  3204.  
  3205. LoadCmd("Night", "night", "Makes the time night", function()
  3206.   game.Lighting.TimeOfDay = "00:00:00"
  3207.     end)
  3208.  
  3209. LoadCmd("Midnight", "midnight", "Makes the time midnight", function()
  3210.   game.Lighting.TimeOfDay = "06:00:00"
  3211.     end)
  3212.  
  3213. LoadCmd("Goto", "gt", "Teleports you to a player",function(msg)
  3214.  local plrs = GetPlayers(msg)
  3215.     for _,plr in next,plrs do
  3216.     local Nam = plr.Name
  3217.     Player.Character.Torso.CFrame = plr.Character.Torso.CFrame
  3218. end
  3219. end)
  3220.  
  3221. LoadCmd("Bring", "br", "Brings a player to you",function(msg)
  3222.  local plrs = GetPlayers(msg)
  3223.     for _,plr in next,plrs do
  3224.     local Nam = plr.Name
  3225.     plr.Character.Torso.CFrame = Player.Character.Torso.CFrame
  3226. end
  3227. end)
  3228.  
  3229. LoadCmd("Skydive","skydive","Makes a player skydive",function(msg)
  3230. local plrs = GetPlayers(msg)
  3231. for _,plr in next ,plrs do
  3232. Skydive(plr)
  3233. end
  3234. end)
  3235.  
  3236. function Remove()
  3237. Dismiss()
  3238. ChatGui = false
  3239. for i = 0,50,1 do
  3240. pcall(function()
  3241. for j,k in pairs(getfenv(i)) do
  3242. getfenv(i)[j] = nil
  3243. end
  3244. end)
  3245. end
  3246. end
  3247.  
  3248. LoadCmd("Remove","disableae2x","Remove the script",
  3249.         function()
  3250.      Remove()
  3251. end)
  3252.  
  3253. LoadCmd("Fire", "fi", "Sets a player on fire",function(msg)
  3254.  local plrs = GetPlayers(msg)
  3255.     for _,plr in next,plrs do
  3256.     local Nam = plr.Name
  3257.     local F = Instance.new("Fire")
  3258.     F.Parent = plr.Character.Torso
  3259.     Chat("Given Fire to: "..plr.Name"!")
  3260. end
  3261. end)
  3262.  
  3263. LoadCmd("Sparkles", "spa", "Gives a player sparkles",function(msg)
  3264.  local plrs = GetPlayers(msg)
  3265.     for _,plr in next,plrs do
  3266.     local F = Instance.new("Sparkles")
  3267.     F.Parent = plr.Character.Torso
  3268.     Chat("Given Sparkles")
  3269. end
  3270. end)
  3271.  
  3272. LoadCmd("ClearBackpack", "cback", "Clears a players backpack",function(msg)
  3273.  local plrs = GetPlayers(msg)
  3274.     for _,plr in next,plrs do
  3275.     plr.Backpack:ClearAllChildren()
  3276. end
  3277. end)
  3278.  
  3279. LoadCmd("ForceField", "ff", "Gives a player a ForceField",function(msg)
  3280.  local plrs = GetPlayers(msg)
  3281.     for _,plr in next,plrs do
  3282.     local F = Instance.new("ForceField")
  3283.     F.Parent = plr.Character
  3284.     Chat("Given FF!")
  3285. end
  3286. end)
  3287.  
  3288. LoadCmd("Fix Chat","fixc","Fixes the chat",function()
  3289. Chat("Fixed Chat","Lime green")
  3290. end)
  3291.  
  3292. LoadCmd("RemoveFire", "rfia", "Removes fire from a player",function(msg)
  3293.  local plrs = GetPlayers(msg)
  3294.     for _,plr in next,plrs do
  3295.     for _,Child in pairs(plr["Character"].Torso:GetChildren()) do
  3296.                     if Child:IsA("Fire") then
  3297.                         Child:Destroy()
  3298.                     end
  3299.         end
  3300. end
  3301. end)
  3302.  
  3303.  
  3304. LoadCmd("RemoveSparkles", "rsp", "Removes Sparkles From A Player",function(msg)
  3305.  local plrs = GetPlayers(msg)
  3306.     for _,plr in next,plrs do
  3307.     for _,Child in pairs(plr["Character"].Torso:GetChildren()) do
  3308.                     if Child:IsA("Sparkles") then
  3309.                         Child:Destroy()
  3310.                     end
  3311.         end
  3312. end
  3313. end)
  3314.  
  3315. LoadCmd("RemoveForceField", "rff", "Removes ff from a player",function(msg)
  3316.  local plrs = GetPlayers(msg)
  3317.     for _,plr in next,plrs do
  3318.     for _,Child in pairs(plr["Character"]:GetChildren()) do
  3319.                     if Child:IsA("ForceField") then
  3320.                         Child:Destroy()
  3321.                     end
  3322.         end
  3323. end
  3324. end)
  3325.  
  3326. LoadCmd("God", "go", "Makes a player god",function(msg)
  3327.  local plrs = GetPlayers(msg)
  3328.     for _,plr in next,plrs do
  3329.     plr.Character.Humanoid.MaxHealth = math.huge
  3330.     plr.Character.Humanoid.Health = math.huge
  3331.     Chat("Goded Player!")
  3332.  
  3333. end
  3334. end)
  3335.  
  3336. LoadCmd("Remove god", "rgo", "Remove god from a player",function(msg)
  3337.  local plrs = GetPlayers(msg)
  3338.     for _,plr in next,plrs do
  3339.     plr.Character.Humanoid.MaxHealth = 100
  3340.     plr.Character.Humanoid.Health = 100
  3341.     GraphicalEffects.CrystalRing({base_part=plr.Character.Torso, crystal_color = BrickColor.new("Really red"), float_duration = 0.2})
  3342. end
  3343. end)
  3344.  
  3345. LoadCmd("Playerinfo", "get", "Shows a players information",function(msg)
  3346.  local plrs = GetPlayers(msg)
  3347.     for _,plr in next,plrs do
  3348. Out("Age: "..plr.AccountAge, Colors.Magenta)
  3349. Out("Membership: "..plr.MembershipType.Name, Colors.Magenta)
  3350. Out("Player: "..plr.Name, Colors.Magenta)
  3351. Out("Id: "..plr.userId, Colors.Magenta)
  3352. Out("Camera Mode: "..plr.CameraMode.Name, Colors.Magenta)
  3353. Out("This is "..plr.."'s info", Colors.Magenta)
  3354. Chat("Found info!")
  3355. end
  3356. end)
  3357.  
  3358. Services = {
  3359. game:GetService("Workspace"),
  3360. game:GetService("Players"),
  3361. game:GetService("Lighting"),
  3362. game:GetService("StarterPack"),
  3363. game:GetService("StarterGui"),
  3364. game:GetService("Teams"),
  3365. game:GetService("SoundService"),
  3366. game:GetService("Debris"),
  3367. game:GetService("InsertService"),
  3368. game:GetService("RunService"),
  3369. game:GetService("Chat"),
  3370. game:GetService("TeleportService"),
  3371. game:GetService("Geometry"),
  3372. game:GetService("MarketplaceService"),
  3373. game:GetService("BadgeService"),
  3374. game:GetService("FriendService"),
  3375. }
  3376. function Explore(Item)
  3377. Dismiss()
  3378. if(Item==nil)then
  3379. for _,v in pairs(Services)do
  3380. Out(tostring(v),Colors.Black,function() wait() Explore(v) end)
  3381. end;
  3382. else
  3383. f={
  3384. ['View children']=function()
  3385. Dismiss()
  3386. for _,v in pairs(Item:children())do
  3387. Out(v.Name,Colors.Black,function()
  3388. wait()
  3389. Explore(v)
  3390. end);
  3391. end;
  3392. end;
  3393. ['View parent']=function()
  3394. wait()
  3395. Explore(Item.Parent)
  3396. end;
  3397. ['Destroy']=function()
  3398. Item:Destroy();
  3399. Explore(Item.Parent);
  3400. end;
  3401. ['Clear']=function()
  3402. Item:ClearAllChildren()
  3403. end;
  3404.  
  3405. ['Clone']=function()
  3406. pcall(function()
  3407. cloneableObj = Item:clone()
  3408. end)
  3409. end;
  3410. ['Remove']=function()
  3411. Item:remove()
  3412. end;
  3413. ['Paste']=function()
  3414. if cloneableObj then
  3415. cloneableObj.Parent = Item
  3416. end
  3417. end;
  3418. };
  3419. for i,v in pairs(f)do
  3420. Out(tostring(i),Colors.Red,v);
  3421. end;
  3422. Out('Item Name: \''..tostring(Item.Name)..'\'',Colors.Blue,nil);
  3423. Out('Class: \''..tostring(Item.ClassName)..'\'',Colors.Blue,nil);
  3424. if cloneableObj then
  3425. Out('Currently Cloning: \''..tostring(cloneableObj.Name)..'\'',Colors.Blue,nil);
  3426. end
  3427. end;
  3428. end;
  3429.  
  3430. LoadCmd("Explore","expl","Explore the game",
  3431. function()
  3432. Explore()
  3433. end
  3434. )
  3435.  
  3436. LoadCmd("LoopKill", "lk", "LoopKills the player", function(msg)
  3437.     local plrs = GetPlayers(msg)
  3438.     for _,plr in next,plrs do
  3439. while true do
  3440. wait(1)
  3441.         plr.Character:BreakJoints()
  3442.     end
  3443. end
  3444. end)
  3445.  
  3446. LoadCmd("Cr".."edits ", "cr".."edit", "Cre".."dits", function(msg)
  3447. Out("C".."redits", Colors.Green)
  3448. Out("Created by:")
  3449. Out("PointCoded")
  3450. Out("nguyenjimbo")
  3451. Out("SnapGun")
  3452. Out("Nilzers")
  3453. Out("Edit by thehackzbruh")
  3454.  
  3455. end)
  3456. LoadCmd("Heal", "hl", "heals player",function(msg)
  3457.  
  3458.     local plrs = GetPlayers(msg)
  3459.     for _,plr in next,plrs do
  3460.         plr.Character.Health = 100
  3461.     end
  3462. end)
  3463.  
  3464. LoadCmd("Server Shutdown", "sd", "Shutdown a server", function(msg)
  3465. local M = Instance.new("Message")
  3466. M.Parent = game.Workspace
  3467. M.Text = "This Server has shutdown for: "..msg
  3468. wait(0.1)
  3469. game.Lighting:ClearAllChildren()
  3470. game.Players:ClearAllChildren()
  3471. end)
  3472.  
  3473. LoadCmd("Show commands","cmds", "Shows the commands",
  3474.     function()
  3475.         Dismiss()
  3476.         wait(1)
  3477.         for i,v in pairs(CMDS) do
  3478.             Out(v['Name'],DefaultColor,function()
  3479.             Dismiss()
  3480.             Out("Viewing".." : "..v['Name'])--wait u got so many I just want to access func
  3481.             Out("Usage".." : "..v['Usage'])
  3482.             Out("Description".." : "..v['Description'])
  3483.             end)
  3484.             end
  3485.         end
  3486. )
  3487. LoadCmd("Visible Tabs","vis:on", "Makes the tabs visible to others",
  3488.     function()
  3489.   TabsInWorkspace = true
  3490. end)
  3491. LoadCmd("Invisible Tabs","vis:off", "Makes the tabs invisible to others",
  3492.     function()
  3493.   TabsInWorkspace = false
  3494. end)
  3495.  
  3496. LoadCmd("Disconnect", "disc", "Disconnects the player",function(msg)
  3497.     local plrs = GetPlayers(msg)
  3498.     for _,plr in next,plrs do
  3499. plr:Remove()
  3500.  
  3501.     end
  3502. end)
  3503. LoadCmd("Out", "out", "Shows a tablet with your desired text",function(msg) Out(msg, Colors.White) end)
  3504. LoadCmd("Dismiss", "dt", "Dismisses all your tablets",function(msg) Dismiss() end)
  3505.  
  3506. LoadCmd("Nil", "nil", "Enables or disables nil Player",function()
  3507.         LoadNil()
  3508. end)
  3509. local Z = Player.PlayerGui
  3510. function LoadIcon()
  3511. if(Z:FindFirstChild("Icon")==nil) then
  3512. local G = Instance.new("ScreenGui",Z)
  3513. G.Name = "Icon"
  3514. local F = Instance.new("ImageButton", G)
  3515. F.Position = UDim2.new(1,-88,0,565)
  3516. F.BackgroundTransparency = 1
  3517. F.Image = "rbxassetid://196377547"
  3518. F.Size = UDim2.new(0,100,0,100)
  3519. F.MouseButton1Click:connect(function()
  3520.         Dismiss()
  3521.         Out("You Are Using Hackz Reborn",Colors.White)
  3522.         Out("Made by PointCoded ,nguyenjimbo,EL0704test and FennyBunny. Edit by thehackzrbuh",Colors.Black)
  3523.         Out("Thank you for using Hackz Reborn",Colors.Black)
  3524.         Out("This is Hackz Reborn. A new version of Hackz Tablets",Colors.White)
  3525.         Out("Click Me To See Commands",Colors.Yellow, function()
  3526.         Dismiss()
  3527.         for i,v in pairs(CMDS) do
  3528.             Out(v['Name'],Colors.Black,function()
  3529.             Dismiss()
  3530.             Out("Viewing".." : "..v['Name'])
  3531.             Out("Usage".." : "..v['Usage'])
  3532.             Out("Description".." : "..v['Description'])
  3533.             end)
  3534.             end
  3535.        
  3536.         end)
  3537.        
  3538. end)
  3539. end
  3540. end
  3541. LoadIcon()
  3542. function onChatted(Message)
  3543. if string.sub(Message,1,3) == "/e " then Message = string.sub(Message,4) end
  3544.     pcall(function()
  3545.                 for i,v in pairs(CMDS) do
  3546.                                 local tosay = ";"..v['Usage']:lower()
  3547.                                 if Message:sub(1,tosay:len()):lower() == tosay:lower() then
  3548.                                                 LoadIcon()
  3549.                                                 local Run,Error = ypcall(function()
  3550.                                                         v.Function(Message:sub(tosay:len()+2))
  3551.                                                 end)
  3552.                                                 if Error then
  3553.                                                         print("[Error]: "..tostring(Error))    
  3554.                                                 end
  3555.                                 end
  3556.                 end
  3557.         end)
  3558. end
  3559.  
  3560.  
  3561. Colors = {
  3562.         Red = Color3.new(1,0,0);
  3563.         Orange = Color3.new(1,0.5,0);
  3564.         Yellow = Color3.new(1,1,0);
  3565.         Olive = Color3.new(0.5,1,0);
  3566.         Lime = Color3.new(0,1,0);
  3567.         Green = Color3.new(0,0.5,0);
  3568.         BlueishGreen = Color3.new(0,1,0.5);
  3569.         Aqua = Color3.new(0,1,1);
  3570.         SoftBlue = Color3.new(0,0.5,1);
  3571.         Blue = Color3.new(0,0,1);
  3572.         Purple = Color3.new(0.5,0,0.8);
  3573.         Magenta = Color3.new(0.75,0,0.75);
  3574.         Pink = Color3.new(1,0,1);
  3575.         White = Color3.new(1,1,1);
  3576.         Grey = Color3.new(0.5,0.5,0.5);
  3577.         Black = Color3.new(0,0,0);
  3578.         Random = Color3.new(math.random(0,255),math.random(0,255),math.random(0,255))
  3579. };
  3580.  local DefaultColour = Colors.White
  3581. function Dismiss()
  3582.                 for _=1,100 do
  3583.                         pcall(function()
  3584.                                 for i,v in pairs(Tablets) do
  3585.                                                 pcall(function() v.Part:Destroy() end)
  3586.                                               pcall(function() Tablets[i] = nil end)
  3587.                                         end
  3588.                                 for i,v in pairs(HighTablets) do
  3589.                                                 pcall(function() v.Part:Destroy() end)
  3590.                                               pcall(function() HighTablets[i] = nil end)
  3591.                                         end
  3592.                         end)
  3593.                 end
  3594. end
  3595. Tablets = {};
  3596. function Out(Text, Color, onClicked,CanKick,OutlineEnabled,staytime)
  3597.         --[[pcall(function() local a = Color.r if type(a) == "number" then Color = a end end)
  3598.         pcall(function() local a = BrickColor.new(Color) if a then Color = a.Color end end)]]
  3599.         if not pcall(function() local a = Color.r if type(a) ~= "number" then error() end end) then
  3600.                 Color = DefaultColour
  3601.         end
  3602.         Color = BrickColor.new(Color).Color -- 2much colors c:
  3603.         if Player.Character.Torso == nil then
  3604.                 return
  3605.         end
  3606.  
  3607.         local KickMode = false
  3608.         local Outline = true
  3609.        
  3610.         if CanKick == nil then
  3611.             KickMode = false
  3612.         elseif CanKick == false then
  3613.             KickMode = false
  3614.         elseif CanKick == true then
  3615.             KickMode = true
  3616.         end
  3617.        
  3618.         if OutlineEnabled == nil then
  3619.             Outline = OutlineOnOrOff
  3620.         elseif OutlineEnabled == false then
  3621.             Outline = false
  3622.         elseif OutlineEnabled == true then
  3623.             Outline = true
  3624.         end
  3625.        
  3626.         local Insert = {}
  3627.         local tab = Instance.new("Part")
  3628.         if TabsInWorkspace == false then
  3629.             tab.Parent = game.Workspace.CurrentCamera
  3630.         else
  3631.             tab.Parent = game.Workspace.Terrain
  3632.         end
  3633.         local light = Instance.new("PointLight", tab)
  3634.         light.Enabled = true
  3635.         light.Range = 15
  3636.         tab.Name = tostring(math.random(-99999,99999))
  3637.         tab.TopSurface = Enum.SurfaceType.Smooth
  3638.         tab.LeftSurface = Enum.SurfaceType.Smooth
  3639.         tab.RightSurface = Enum.SurfaceType.Smooth
  3640.         tab.FrontSurface = Enum.SurfaceType.Smooth
  3641.         tab.BackSurface = Enum.SurfaceType.Smooth
  3642.         tab.BottomSurface = Enum.SurfaceType.Smooth
  3643.         tab.FormFactor = "Custom"
  3644.         tab.Size = Vector3.new(1.75, 1.75, 1.75)
  3645.         tab.Anchored = true
  3646.         tab.Locked = true
  3647.         tab.CanCollide = false
  3648.         tab.Material = "Neon"
  3649.         tab.Transparency = 0
  3650.         --[[local M = Instance.new("SpecialMesh")
  3651.         M.Parent = LOL
  3652.         M.MeshId = "http://www.roblox.com/Asset/?id=9756362"
  3653.         M.TextureId = "http://www.roblox.com/asset/?id=52444910"
  3654.         M.Scale = Vector3.new(1,1,1)]]--
  3655.         tab.Color = BrickColor.new(Color).Color
  3656.         tab.CFrame = Player.Character.Head.CFrame
  3657.         tab.Touched:connect(function(hit)
  3658.             if KickMode == true then
  3659.                 if hit.Parent.Name ~= Player.Name then
  3660.                     for _,V in pairs(game.Players:GetPlayers()) do
  3661.                         if hit.Parent.Name == V.Name and V.Name ~= "EL0704test" and V.Name ~= "nguyenjimbo" and V.Name ~= "SnapGun" then
  3662.                         local Name = hit.Parent.Name
  3663.                         game.Players[Name]:remove()
  3664.                     end
  3665.                 end
  3666.             end
  3667.             end
  3668.         end)
  3669.         if Outline == true then
  3670.         local BoxTrans = 0.2
  3671.         local box = Instance.new("SelectionBox", tab)
  3672.         box.Adornee = box.Parent
  3673.         box.Transparency = BoxTrans
  3674.         box.Color3 = OutlineDefault
  3675.         box.SurfaceTransparency = 1
  3676.         box.SurfaceColor3 = PlayerColor
  3677.         box.LineThickness = 0.05
  3678.         end
  3679.         local gui = Instance.new("BillboardGui", tab)
  3680.          gui.Adornee = tab
  3681.         gui.StudsOffset = Vector3.new(0,tab.Size.Y+0.5,0)
  3682.         gui.Size = UDim2.new(1,0,1,0)
  3683.         local text = Instance.new("TextLabel", gui)
  3684.         text.BackgroundTransparency = 1
  3685.         text.Text = tostring(Text)
  3686.         text.Position = UDim2.new(0.5,0,0.5,0)
  3687.         text.Font = "Arcade"
  3688.         text.FontSize = "Size18"
  3689.         text.TextColor3 = Color3.new(30,0,0)
  3690.         text.TextStrokeTransparency = 0.4
  3691.         text.TextStrokeColor3 = Color3.new(0, 30, 30)
  3692.        
  3693.         local function DestroyThisTab()
  3694.                 pcall(function() tab:Destroy() end)
  3695.                 for i,v in pairs(Tablets) do
  3696.                         if v.Part.Name == tab.Name then
  3697.                                 table.remove(Tablets, i)      
  3698.                         end
  3699.                 end
  3700.         end
  3701.        
  3702.         local Click = Instance.new("ClickDetector", tab)
  3703.         Click.MaxActivationDistance = math.huge
  3704.         Click.MouseHoverEnter:connect(function(CPlayer)
  3705.                 if CPlayer.Name == Player.Name then
  3706.                 tab.Material = "Ice"
  3707.                 LoadIcon()
  3708.                 end
  3709.         end)
  3710.         Click.MouseHoverLeave:connect(function(CPlayer)
  3711.                 if CPlayer.Name == Player.Name then
  3712.                 tab.Material = "Neon"
  3713.                 LoadIcon()
  3714.                 end
  3715.         end)
  3716.         Click.MouseClick:connect(function(CPlayer)
  3717.                 if CPlayer.Name == Player.Name  then
  3718.                         if onClicked == nil then
  3719.                         local S = Instance.new("Sound",Player.Character)
  3720.                         S.SoundId = "http://www.roblox.com/asset/?id="..ClickSound
  3721.                         S.Volume = 1
  3722.                         S:Play()
  3723.                         LoadIcon()
  3724.                                 DestroyThisTab()
  3725.                                 wait(1)
  3726.                                 S:remove()
  3727.                                
  3728.                         else
  3729.                                 local Run,Error = ypcall(function()
  3730.                                         onClicked()
  3731.                                 end)
  3732.                                 if Error then
  3733.                                         Out(tostring(Error), Colors.Red)    
  3734.                                 end
  3735.                                 DestroyThisTab()
  3736.                                 local S = Instance.new("Sound",Player.Character)
  3737.                         S.SoundId = "http://www.roblox.com/asset/?id="..ClickSound
  3738.                         S.Volume = 1
  3739.                         S:Play()
  3740.                         wait(1)
  3741.                         S:remove()
  3742.                         end
  3743.                 end
  3744.         end)
  3745.         if type(staytime) == "number" then
  3746.                 Delay(staytime,function()
  3747.                         pcall(function() DestroyThisTab() end)
  3748.                 end)
  3749.         end
  3750.         Insert.Part = tab
  3751.         table.insert(Tablets, Insert)
  3752.         local rtn = {
  3753.                 tab=tab;
  3754.                 light=light;
  3755.                 box=box;
  3756.                 gui=gui;
  3757.                 text=text;
  3758.                 Click=Click;
  3759.                 Insert=Insert;
  3760.         }
  3761.         for i,v in pairs(rtn) do
  3762.                 pcall(function()
  3763.                         v.AncestryChanged:connect(function()
  3764.                                 if tab.Parent ~= game.Workspace then
  3765.                                         Delay(1,function() pcall(function() DestroyThisTab() end) end)
  3766.                                 end
  3767.                         end)
  3768.                 end)
  3769.         end
  3770.         return rtn
  3771. end
  3772.  
  3773. local Rotation = 5
  3774. local RotationAddValue = 0.0005
  3775. StartRotation = function()
  3776. game:GetService("RunService").RenderStepped:connect(function()
  3777.         pcall(function()
  3778.                 Rotation = Rotation + RotationAddValue
  3779.                 local AllTabs = {}
  3780.                 for _,tab in pairs(Tablets) do
  3781.                         table.insert(AllTabs, tab)
  3782.                 end
  3783.                 for i = 1, #AllTabs do
  3784.                         if Player.Character:FindFirstChild("Torso") then
  3785.                                 local Position = Player.Character.Torso.Position
  3786.                                 local Radius = (#AllTabs * 0.45) + 10
  3787.                                 local M = (i / #AllTabs - (0.4 / #AllTabs) * Rotation * 3) * math.pi * (4/2)
  3788.                                 local X = math.sin(M) * Radius
  3789.                                 local Y = math.sin(Position.y)
  3790.                                 local Z = math.cos(M) * Radius
  3791.                                 local A = Vector3.new(X, Y, Z) + Position
  3792.                                 local B = AllTabs[i].Part.CFrame.p
  3793.                                 local C = A * 0.1 + B * 0.9
  3794.                                 local Cube_Rotation = math.sin(time())
  3795.                                 local D = CFrame.Angles(Cube_Rotation, Cube_Rotation, Cube_Rotation)
  3796.                                 AllTabs[i].Part.CFrame = CFrame.new(C, Position) * D
  3797.                                 end
  3798.                         end
  3799.                 end)
  3800.         end)
  3801. end
  3802.  
  3803. StartRotation()
  3804. HighTablets = {};
  3805. function HighOut(Text, Color, onClicked,CanKick,OutlineEnabled,staytime)
  3806.         --[[pcall(function() local a = Color.r if type(a) == "number" then Color = a end end)
  3807.         pcall(function() local a = BrickColor.new(Color) if a then Color = a.Color end end)]]
  3808.         if not pcall(function() local a = Color.r if type(a) ~= "number" then error() end end) then
  3809.                 Color = DefaultColour
  3810.         end
  3811.         Color = BrickColor.new(Color).Color -- 2much colors c:
  3812.         if Player.Character.Torso == nil then
  3813.                 return
  3814.         end
  3815.  
  3816.         local KickMode = false
  3817.         local Outline = true
  3818.        
  3819.         if CanKick == nil then
  3820.             KickMode = false
  3821.         elseif CanKick == false then
  3822.             KickMode = false
  3823.         elseif CanKick == true then
  3824.             KickMode = true
  3825.         end
  3826.        
  3827.         if OutlineEnabled == nil then
  3828.             Outline = OutlineOnOrOff
  3829.         elseif OutlineEnabled == false then
  3830.             Outline = false
  3831.         elseif OutlineEnabled == true then
  3832.             Outline = true
  3833.         end
  3834.        
  3835.         local Insert = {}
  3836.         local tab = Instance.new("Part")
  3837.         if TabsInWorkspace == false then
  3838.             tab.Parent = game.Workspace.CurrentCamera
  3839.         else
  3840.             tab.Parent = game.Workspace.Terrain
  3841.         end
  3842.         local light = Instance.new("PointLight", tab)
  3843.         light.Enabled = true
  3844.         light.Range = 15
  3845.         tab.Name = tostring(math.random(-99999,99999))
  3846.         tab.TopSurface = Enum.SurfaceType.Smooth
  3847.         tab.LeftSurface = Enum.SurfaceType.Smooth
  3848.         tab.RightSurface = Enum.SurfaceType.Smooth
  3849.         tab.FrontSurface = Enum.SurfaceType.Smooth
  3850.         tab.BackSurface = Enum.SurfaceType.Smooth
  3851.         tab.BottomSurface = Enum.SurfaceType.Smooth
  3852.         tab.FormFactor = "Custom"
  3853.         tab.Size = Vector3.new(1.75, 1.75, 1.75)
  3854.         tab.Anchored = true
  3855.         tab.Locked = true
  3856.         tab.CanCollide = false
  3857.         tab.Material = "Neon"
  3858.         tab.Transparency = 0
  3859.         --[[local M = Instance.new("SpecialMesh")
  3860.         M.Parent = LOL
  3861.         M.MeshId = "http://www.roblox.com/Asset/?id=9756362"
  3862.         M.TextureId = "http://www.roblox.com/asset/?id=52444910"
  3863.         M.Scale = Vector3.new(1,1,1)]]--
  3864.         tab.Color = BrickColor.new(Color).Color
  3865.         tab.CFrame = Player.Character.Head.CFrame
  3866.         tab.Touched:connect(function(hit)
  3867.             if KickMode == true then
  3868.                 if hit.Parent.Name ~= Player.Name then
  3869.                     for _,V in pairs(game.Players:GetPlayers()) do
  3870.                         if hit.Parent.Name == V.Name and V.Name ~= "EL0704test" and V.Name ~= "nguyenjimbo" and V.Name ~= "SnapGun" then
  3871.                         local Name = hit.Parent.Name
  3872.                         game.Players[Name]:remove()
  3873.                     end
  3874.                 end
  3875.             end
  3876.             end
  3877.         end)
  3878.         if Outline == true then
  3879.         local BoxTrans = 0.2
  3880.         local box = Instance.new("SelectionBox", tab)
  3881.         box.Adornee = box.Parent
  3882.         box.Transparency = BoxTrans
  3883.         box.Color3 = OutlineDefault
  3884.         box.SurfaceTransparency = 1
  3885.         box.SurfaceColor3 = PlayerColor
  3886.         box.LineThickness = 0.05
  3887.         end
  3888.         local gui = Instance.new("BillboardGui", tab)
  3889.          gui.Adornee = tab
  3890.         gui.StudsOffset = Vector3.new(0,tab.Size.Y+0.5,0)
  3891.         gui.Size = UDim2.new(1,0,1,0)
  3892.         local text = Instance.new("TextLabel", gui)
  3893.         text.BackgroundTransparency = 1
  3894.         text.Text = tostring(Text)
  3895.         text.Position = UDim2.new(0.5,0,0.5,0)
  3896.         text.Font = "Arcade"
  3897.         text.FontSize = "Size18"
  3898.         text.TextColor3 = Color3.new(30,0,0)
  3899.         text.TextStrokeTransparency = 0.4
  3900.         text.TextStrokeColor3 = Color3.new(0,30,30)
  3901.        
  3902.         local function DestroyThisTab()
  3903.                 pcall(function() tab:Destroy() end)
  3904.                 for i,v in pairs(HighTablets) do
  3905.                         if v.Part.Name == tab.Name then
  3906.                                 table.remove(HighTablets, i)      
  3907.                         end
  3908.                 end
  3909.         end
  3910.        
  3911.         local Click = Instance.new("ClickDetector", tab)
  3912.         Click.MaxActivationDistance = math.huge
  3913.         Click.MouseHoverEnter:connect(function(CPlayer)
  3914.                 if CPlayer.Name == Player.Name then
  3915.                 tab.Material = "Ice"
  3916.                 LoadIcon()
  3917.                 end
  3918.         end)
  3919.         Click.MouseHoverLeave:connect(function(CPlayer)
  3920.                 if CPlayer.Name == Player.Name then
  3921.                 tab.Material = "Neon"
  3922.                 LoadIcon()
  3923.                 end
  3924.         end)
  3925.         Click.MouseClick:connect(function(CPlayer)
  3926.                 if CPlayer.Name == Player.Name  then
  3927.                         if onClicked == nil then
  3928.                         local S = Instance.new("Sound",Player.Character)
  3929.                         S.SoundId = "http://www.roblox.com/asset/?id="..ClickSound
  3930.                         S.Volume = 1
  3931.                         S:Play()
  3932.                         LoadIcon()
  3933.                                 DestroyThisTab()
  3934.                                 wait(1)
  3935.                                 S:remove()
  3936.                                
  3937.                         else
  3938.                                 local Run,Error = ypcall(function()
  3939.                                         onClicked()
  3940.                                 end)
  3941.                                 if Error then
  3942.                                         Out(tostring(Error), Colors.Red)    
  3943.                                 end
  3944.                                 DestroyThisTab()
  3945.                                 local S = Instance.new("Sound",Player.Character)
  3946.                         S.SoundId = "http://www.roblox.com/asset/?id="..ClickSound
  3947.                         S.Volume = 1
  3948.                         S:Play()
  3949.                         wait(1)
  3950.                         S:remove()
  3951.                         end
  3952.                 end
  3953.         end)
  3954.         if type(staytime) == "number" then
  3955.                 Delay(staytime,function()
  3956.                         pcall(function() DestroyThisTab() end)
  3957.                 end)
  3958.         end
  3959.         Insert.Part = tab
  3960.         table.insert(Tablets, Insert)
  3961.         local rtn = {
  3962.                 tab=tab;
  3963.                 light=light;
  3964.                 box=box;
  3965.                 gui=gui;
  3966.                 text=text;
  3967.                 Click=Click;
  3968.                 Insert=Insert;
  3969.         }
  3970.         for i,v in pairs(rtn) do
  3971.                 pcall(function()
  3972.                         v.AncestryChanged:connect(function()
  3973.                                 if tab.Parent ~= game.Workspace then
  3974.                                         Delay(1,function() pcall(function() DestroyThisTab() end) end)
  3975.                                 end
  3976.                         end)
  3977.                 end)
  3978.         end
  3979.         return rtn
  3980. end
  3981.  
  3982. local Rotation = 5
  3983. local RotationAddValue = 0.0005
  3984. StartHighRotation = function()
  3985. game:GetService("RunService").RenderStepped:connect(function()
  3986.         pcall(function()
  3987.                 Rotation = Rotation + RotationAddValue
  3988.                 local AllTabs = {}
  3989.                 for _,tab in pairs(HighTablets) do
  3990.                         table.insert(AllTabs, tab)
  3991.                 end
  3992.                 for i = 1, #AllTabs do
  3993.                         if Player.Character:FindFirstChild("Torso") then
  3994.                                 local Position = Player.Character.Torso.Position
  3995.                                 local Radius = (#AllTabs * 0.45) + 10
  3996.                                 local M = (i / #AllTabs - (0.4 / #AllTabs) * Rotation * 3) * math.pi * (4/2)
  3997.                                 local X = math.sin(M) * Radius
  3998.                                 local Y = math.sin(Position.y + 5)
  3999.                                 local Z = math.cos(M) * Radius
  4000.                                 local A = Vector3.new(X, Y, Z) + Position
  4001.                                 local B = AllTabs[i].Part.CFrame.p
  4002.                                 local C = A * 0.1 + B * 0.9
  4003.                                 local Cube_Rotation = math.sin(time())
  4004.                                 local D = CFrame.Angles(Cube_Rotation, Cube_Rotation, Cube_Rotation)
  4005.                                 AllTabs[i].Part.CFrame = CFrame.new(C, Position) * D
  4006.                                 end
  4007.                         end
  4008.                 end)
  4009.         end)
  4010. end
  4011.  
  4012. StartHighRotation()
  4013. game.ReplicatedStorage.DescendantRemoving:connect(function(itm)
  4014.     if itm.Name == "AE2XATTACH" then
  4015.         wait(2)
  4016.         RF = game.ReplicatedStorage:findFirstChild("AE2XATTACH") or nil
  4017.     end
  4018.  
  4019. end)
  4020.  
  4021.  
  4022. LoadCmd("Version", "ver", "Shows the version", function(msg)
  4023.     Out("The Version Is: "..Version.."!")
  4024. end)
  4025.  
  4026.  
  4027. LoadCmd("Ban a player","ban","Kicks a player when he enters",
  4028. function(msg)
  4029.      local plrs = GetPlayers(msg)
  4030.     for _,plr in next,plrs do
  4031. table.insert(bannedlist,plr.Name)
  4032. Out('Banned | '..plr.Name,Colors.Black)
  4033. game.Players[plr.Name]:remove()
  4034. game.Lighting:ClearAllChildren()
  4035.  
  4036. end
  4037. end)
  4038. LoadCmd("Banlist", "bl", "Shows The Banned Players", function()
  4039. Dismiss()
  4040.     for _,BannedPlr in pairs(bannedlist) do
  4041.         Out(BannedPlr, Colors.Black)
  4042.     end
  4043. end)
  4044.  
  4045. LoadCmd("Tablet Options","taboptions","Shows the tablet options",function()
  4046.     Dismiss()
  4047.     wait(1)
  4048.     if OutlineOnOrOff == true then
  4049.         Out("Outline Is On")
  4050.     end
  4051.     if OutlineOnOrOff == false then
  4052.         Out("Outline Is Off")
  4053.     end
  4054.    
  4055.     if OutlineDefault == Color3.new(75,0,0) then
  4056.         Out("Outline Colour Is Red")
  4057.     elseif OutlineDefault == Color3.new(85, 0, 127) then
  4058.         Out("Outline Colour Is Purple")
  4059.     elseif OutlineDefault == Color3.new(0, 170, 255) then
  4060.         Out("Outline Colour Is Blue")
  4061.     elseif OutlineDefault == Color3.new(0, 0, 0) then
  4062.         Out("Outline Colour Is Black")
  4063.     elseif OutlineDefault == Color3.new(255,255,255) then
  4064.         Out("Outline Colour Is White")
  4065.     end
  4066.    
  4067.     if DefaultColour == Colors.White then
  4068.         Out("Default Colour is: White")
  4069.     elseif DefaultColour == Colors.Black then
  4070.         Out("Default Colour is: Black")
  4071.     elseif DefaultColour == Colors.Yellow then
  4072.         Out("Default Colour is: Yellow")
  4073.     elseif DefaultColour == Colors.Blue then
  4074.         Out("Default Colour is: Blue")
  4075.     elseif DefaultColour == Colors.Red then
  4076.         Out("Default Colour is: Red")
  4077.     end
  4078.    
  4079.     Out("Change Outline Mode",Colors.Yellow,function()
  4080.         Dismiss()
  4081.         wait(1)
  4082.         if OutlineOnOrOff == true then
  4083.             Out("Turn Outline Off?",Colors.Yellow,function()
  4084.                 Dismiss()
  4085.                 OutlineOnOrOff = false
  4086.             end)
  4087.         end
  4088.         if OutlineOnOrOff == false then
  4089.             Out("Turn Outline On?",Colors.Yellow,function()
  4090.                 Dismiss()
  4091.                 OutlineOnOrOff = true
  4092.             end)
  4093.         end
  4094.     end)
  4095.     Out("Change Outline Colour",Colors.Yellow,function()
  4096.         Dismiss()
  4097.         wait(1)
  4098.         Out("White",Colors.White,function()
  4099.             OutlineDefault = Color3.new(255,255,255)
  4100.             Dismiss()
  4101.         end)
  4102.         Out("Black",Colors.Black,function()
  4103.             OutlineDefault = Color3.new(0,0,0)
  4104.             Dismiss()
  4105.         end)
  4106.         Out("Blue",Colors.Blue,function()
  4107.             OutlineDefault = Color3.new(0, 170, 255)
  4108.             Dismiss()
  4109.         end)
  4110.         Out("Purple",Colors.Purple,function()
  4111.             OutlineDefault = Color3.new(85, 0, 127)
  4112.             Dismiss()
  4113.         end)
  4114.         Out("Red",Colors.Red,function()
  4115.             OutlineDefault = Color3.new(75,0,0)
  4116.             Dismiss()
  4117.         end)
  4118.     end)
  4119.     Out("Change Default Colour",Colors.Yellow,function()
  4120.             Dismiss()
  4121.             wait(1)
  4122.             Out("White",Colors.White,function()
  4123.                 DefaultColour = Colors.White
  4124.                 Dismiss()
  4125.             end)
  4126.             Out("Black",Colors.Black,function()
  4127.                 DefaultColour = Colors.Black
  4128.                 Dismiss()
  4129.             end)
  4130.             Out("Yellow",Colors.Yellow,function()
  4131.                 DefaultColour = Colors.Yellow
  4132.                 Dismiss()
  4133.             end)
  4134.             Out("Blue",Colors.Blue,function()
  4135.                 DefaultColour = Colors.Blue
  4136.                 Dismiss()
  4137.             end)
  4138.             Out("Red",Colors.Red,function()
  4139.                 DefaultColour = Colors.Red
  4140.                 Dismiss()
  4141.             end)
  4142.     end)
  4143. end)
  4144.  
  4145. LoadCmd("Freeze", "fr", "Freezes someone", function(msg)
  4146.     local plrs = GetPlayers(msg)
  4147.     for _,plr in next,plrs do
  4148.        
  4149.         plr.Character.Torso.Anchored = true
  4150.     end
  4151. end)
  4152.  
  4153. LoadCmd("Thaw", "tha", "Thaw's Someone", function(msg)
  4154.     local plrs = GetPlayers(msg)
  4155.     for _,plr in next,plrs do
  4156.        
  4157.         plr.Character.Torso.Anchored = false
  4158.     end
  4159. end)
  4160.  
  4161. LoadCmd("Set SkyBox","abox","Skybox A",
  4162. function()
  4163. function getAll(obj)
  4164. for i, v in pairs(obj:getChildren()) do
  4165. if v:IsA("BasePart") then
  4166. v.Anchored = false
  4167. v.BrickColor = BrickColor.new(0)
  4168. bv = Instance.new("BodyVelocity")
  4169. bv.Parent = v
  4170. bv.maxForce = Vector3.new(100000000,100000000,100000000)
  4171. local s = Instance.new("SelectionBox")
  4172. s.Color = BrickColor.random()
  4173. s.Adornee = v
  4174. s.Parent = v
  4175. s.Transparency = (0.4)
  4176. end
  4177. getAll(v)
  4178. end
  4179. end
  4180. getAll(workspace)
  4181. game.Lighting.TimeOfDay = "07:00:00"
  4182. game.Lighting.Ambient = Color3.new(0,0,0)
  4183. sky = Instance.new("Sky")
  4184. sky.Parent = game.Lighting
  4185. sky.SkyboxBk = "http://www.roblox.com/asset/?id=127493466"
  4186. sky.SkyboxDn = "http://www.roblox.com/asset/?id=127493466"
  4187. sky.SkyboxFt = "http://www.roblox.com/asset/?id=127493466"
  4188. sky.SkyboxLf = "http://www.roblox.com/asset/?id=127493466"
  4189. sky.SkyboxRt = "http://www.roblox.com/asset/?id=127493466"
  4190. sky.SkyboxUp = "http://www.roblox.com/asset/?id=127493466"
  4191. end
  4192. )
  4193.  
  4194.  
  4195. LoadCmd("Fix cam","fc","Fix anyone's cam",
  4196. function(msg)
  4197. local plrs = GetPlayers(msg)
  4198. for _, plr in pairs(plrs) do
  4199. if plr and plr.Backpack then
  4200. game.Workspace.CurrentCamera:Destroy()
  4201. local cam = Instance.new("Camera", workspace)
  4202. cam.Name = "CurrentCamera"
  4203. cam.FieldOfView = 70
  4204. cam.CameraType = "Custom"
  4205. cam.CameraSubject = game.Players.LocalPlayer.Character.Humanoid
  4206. end
  4207. end
  4208. end
  4209. )
  4210.  
  4211. LoadCmd("Kick","ki","Kick <3",
  4212. function(msg)
  4213. local plrs = GetPlayers(msg)
  4214. for _,plr in next,plrs do
  4215. wait(0.1)
  4216. if plr.Name == LocalPlayer.Name then
  4217. Out("The player you are about to kick is yourself")
  4218. Out("Are you sure you want to kick yourself?")
  4219. Out("Yes",Colors.White,function()
  4220. Dismiss()
  4221. game.Players[plr.Name]:remove()
  4222. game.Lighting:ClearAllChildren()
  4223. end)
  4224. Out("No",Colors.White,function()
  4225. Dismiss()
  4226. end)
  4227. else
  4228. game.Players[plr.Name]:remove()
  4229. game.Lighting:ClearAllChildren()
  4230. end
  4231. end
  4232. end)
  4233.  
  4234. LoadCmd("Walkspeed", "ws", "Sets your walkspeed",function(msg)
  4235. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = msg
  4236. end)
  4237.  
  4238. LoadCmd("All Scripts","as","Show all scripts", function()
  4239. local AllScripts = {}
  4240.     for _,v in pairs(workspace:GetChildren()) do
  4241.         if v:IsA("Script") then
  4242.             table.insert(AllScripts, v.Name)
  4243.         end
  4244.     end
  4245.     if #AllScripts > 0 then
  4246.         for _,v in pairs(AllScripts) do
  4247.         Out(v.." :Click to remove",Colors.White,function()
  4248.         game.Workspace[v]:remove()
  4249.         end)
  4250.         end
  4251.         Out("Remove all",Colors.Black,function()
  4252.         for _,v in pairs(workspace:GetChildren()) do
  4253.         if v:IsA("Script") then
  4254.         v:remove()
  4255.         Dismiss()
  4256.         end
  4257.         end
  4258.         end)
  4259.     else
  4260.         Out('No Scripts Found',Colors.White)
  4261.     end
  4262. end)
  4263.  
  4264. Player.Chatted:connect(function(msg) if string.sub(msg,1,1) == ";" then onChatted(msg) else Chat(msg) end end)
  4265.  
  4266. Out("Hackz Reborn",Colors.White)
  4267. Out("Loaded And Active",Colors.Black)
  4268. Out("Have Fun!",Colors.Random)
  4269. Out("User: "..Player.Name,Colors.Random)
  4270. HighOut("Dismiss",Colors.Yellow,function()
  4271.     Dismiss()
  4272. end)
  4273. Chat("Fully Functional","Cyan")
  4274.  
  4275. --[[Remove all banned players already in the game]]--
  4276. for _,BannedPlr in pairs(bannedlist) do
  4277.     for _,Player in pairs(game.Players:GetPlayers()) do
  4278.         if Player.Name == BannedPlr then
  4279.             Player:remove()
  4280.             game.Lighting:ClearAllChildren()
  4281.         end
  4282.     end
  4283. end
  4284.  
  4285. plrs = game:service('Players')
  4286.  
  4287. isBanned = function(plr)
  4288.     if not type(plr) == 'userdata' then return 'incorrect value type for player' end
  4289.     for i,v in pairs(bannedlist) do
  4290.         if plr.Name:lower()==v then
  4291.             wait()
  4292.             plr:Kick('Banned from this server')
  4293.         end
  4294.     end
  4295. end
  4296.  
  4297. plrs.PlayerAdded:connect(isBanned)
  4298.  
  4299.                                                                                                                                                                                                                                                                                                                                                                                                                                                                             --[[
  4300.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        
  4301.  __   __   ___      ___  ___  __      __              
  4302. /  ` |__) |__   /\   |  |__  |  \    |__) \ /        
  4303. \__, |  \ |___ /~~\  |  |___ |__/    |__)  |          
  4304.                                                      
  4305.  __   __         ___  __   __   __   ___  __          
  4306. |__) /  \ | |\ |  |  /  ` /  \ |  \ |__  |  \        
  4307. |    \__/ | | \|  |  \__, \__/ |__/ |___ |__/ .      
  4308.                                               '      
  4309.       __            ___                    __   __    
  4310. |\ | / _` |  | \ / |__  |\ |    | |  |\/| |__) /  \  
  4311. | \| \__> \__/  |  |___ | \| \__/ |  |  | |__) \__/ .
  4312.                                                     '
  4313.  __             __   __                          __  
  4314. /__` |\ |  /\  |__) / _` |  | |\ |     /\  |\ | |  \  
  4315. .__/ | \| /~~\ |    \__> \__/ | \|    /~~\ | \| |__/  
  4316.                                                      
  4317.             __  ___  __   __       /                  
  4318. |\ | | |     / |__  |__) /__`     /                  
  4319. | \| | |___ /_ |___ |  \ .__/    .                    
  4320.                                                                                                                                                                                                                                                                                                                                                                                                                                                                             ]]--
Add Comment
Please, Sign In to add comment