Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Objects
- local ScreenGui = Instance.new("ScreenGui")
- local scriptpage = Instance.new("Frame")
- local bar = Instance.new("Frame")
- local closebut = Instance.new("TextButton")
- local title = Instance.new("TextLabel")
- local credits = Instance.new("TextLabel")
- local thomas = Instance.new("TextButton")
- local lightning = Instance.new("TextButton")
- local suicide = Instance.new("TextButton")
- local bleach = Instance.new("TextButton")
- local devil = Instance.new("TextButton")
- local patty = Instance.new("TextButton")
- local sing = Instance.new("TextButton")
- local noclip = Instance.new("TextButton")
- local school = Instance.new("TextButton")
- local exeopen = Instance.new("TextButton")
- local openbut = Instance.new("TextButton")
- local executorpage = Instance.new("Frame")
- local bar_2 = Instance.new("Frame")
- local title2 = Instance.new("TextLabel")
- local ScrollingFrame = Instance.new("ScrollingFrame")
- local TextBox = Instance.new("TextBox")
- local exebut = Instance.new("TextButton")
- local clearbut = Instance.new("TextButton")
- local clearbut_2 = Instance.new("TextButton")
- -- Properties
- ScreenGui.Parent = game.Players.LocalPlayer.PlayerGui
- scriptpage.Name = "scriptpage"
- scriptpage.Parent = ScreenGui
- scriptpage.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
- scriptpage.BorderSizePixel = 0
- scriptpage.Position = UDim2.new(0, 335, 0, 82)
- scriptpage.Size = UDim2.new(0, 500, 0, 500)
- scriptpage.Visible = false
- bar.Name = "bar"
- bar.Parent = scriptpage
- bar.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
- bar.BorderSizePixel = 0
- bar.Size = UDim2.new(0, 500, 0, 35)
- closebut.Name = "closebut"
- closebut.Parent = scriptpage
- closebut.BackgroundColor3 = Color3.new(1, 0, 0)
- closebut.BorderSizePixel = 0
- closebut.Position = UDim2.new(0, 465, 0, 0)
- closebut.Size = UDim2.new(0, 35, 0, 35)
- closebut.Font = Enum.Font.SourceSansBold
- closebut.Text = "X"
- closebut.TextColor3 = Color3.new(1, 1, 1)
- closebut.TextScaled = true
- closebut.TextSize = 14
- closebut.TextWrapped = true
- closebut.MouseButton1Down:connect(function()
- scriptpage.Visible = false
- openbut.Visible = true
- end)
- title.Name = "title"
- title.Parent = scriptpage
- title.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
- title.BorderSizePixel = 0
- title.Position = UDim2.new(0, 127, 0, 18)
- title.Size = UDim2.new(0, 246, 0, 70)
- title.Font = Enum.Font.SourceSansBold
- title.Text = "Troller"
- title.TextColor3 = Color3.new(1, 1, 1)
- title.TextScaled = true
- title.TextSize = 14
- title.TextWrapped = true
- credits.Name = "credits"
- credits.Parent = scriptpage
- credits.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
- credits.BorderSizePixel = 0
- credits.Position = UDim2.new(0, 159, 0, 86)
- credits.Size = UDim2.new(0, 181, 0, 24)
- credits.Font = Enum.Font.SourceSansBold
- credits.Text = "By LeoGamerTV9009"
- credits.TextColor3 = Color3.new(1, 1, 1)
- credits.TextScaled = true
- credits.TextSize = 14
- credits.TextWrapped = true
- thomas.Name = "thomas"
- thomas.Parent = scriptpage
- thomas.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
- thomas.BorderSizePixel = 0
- thomas.Position = UDim2.new(0, 53, 0, 135)
- thomas.Size = UDim2.new(0, 103, 0, 50)
- thomas.Font = Enum.Font.SourceSansBold
- thomas.Text = "Thomas The Dank Engine"
- thomas.TextColor3 = Color3.new(1, 1, 1)
- thomas.TextScaled = true
- thomas.TextSize = 14
- thomas.TextWrapped = true
- thomas.MouseButton1Down:connect(function()
- -- ty krystalburger
- --[[
- Thomas The Dank Engine:
- By: KrystalTeam
- Features: Being a dank engine that kill people
- Version: 1.0.0.2
- --]]
- local p = game.Players.LocalPlayer.Character
- local weld = Instance.new("Weld",p.Torso)
- weld.Part0 = p.Torso
- local train = Instance.new("Part",p.Torso)
- train.Anchored = true
- train.CanCollide = false
- train.Size = Vector3.new(3,2,6)
- train.CustomPhysicalProperties = PhysicalProperties.new(0,0,0,0,0)
- weld.Part1 = train
- weld.C1 = CFrame.new(0,0,0) * CFrame.Angles(0,math.rad(180),0)
- train.Anchored = false
- local TrainMesh = Instance.new("SpecialMesh",train)
- TrainMesh.MeshType = Enum.MeshType.FileMesh
- TrainMesh.Scale = Vector3.new(0.020,0.020,0.015)
- TrainMesh.MeshId = "rbxassetid://431017802"
- TrainMesh.TextureId = "rbxassetid://431017809"
- local weld2 = Instance.new("Weld",p.Torso)
- weld2.Part0 = p.Torso
- local Smoke = Instance.new("Part",p.Torso)
- Smoke.Anchored = true
- Smoke.CanCollide = false
- Smoke.Size = Vector3.new(1,1,1)
- Smoke.CustomPhysicalProperties = PhysicalProperties.new(0,0,0,0,0)
- weld2.Part1 = Smoke
- weld2.C1 = CFrame.new(0,-4,3.5)-- * CFrame.Angles(0,math.rad(180),0)
- Smoke.Anchored = false
- Smoke.Transparency = 1;
- local Particle = Instance.new("ParticleEmitter",Smoke)
- Particle.Rate = 50;
- Particle.Speed = NumberRange.new(30,60);
- Particle.VelocitySpread = 4;
- Particle.Texture = "rbxassetid://133619974"
- local Light = Instance.new("SpotLight",train)
- Light.Angle = 45;
- Light.Brightness = 100;
- Light.Face = Enum.NormalId.Back;
- Light.Range = 30;
- p.Humanoid.WalkSpeed = 60;
- for i,v in pairs(p:GetChildren()) do
- if v:IsA("Part") then
- v.Transparency = 1;
- elseif v:IsA("Hat") then
- v:Destroy()
- elseif v:IsA("Model") then
- v:Destroy()
- end
- end
- local function SFX(id) local s=Instance.new("Sound",p.Torso); s.SoundId = "rbxassetid://"..id; s.Volume = 1; return s; end
- train.Touched:connect(function(p)
- if p.Parent then
- if p.Parent:IsA("Model") then
- if game.Players:FindFirstChild(p.Parent.Name) then
- if p.Parent.Name ~= game.Players.LocalPlayer.Name then
- game.Players:FindFirstChild(p.Parent.Name).Character:BreakJoints()
- local Whistle = SFX(475073913)
- Whistle:Play()
- end
- end
- end
- end
- end)
- local Music = SFX(190819252)
- Music.Looped = true;
- wait(1)
- Music:Play();
- -- ~CL 2016
- end)
- lightning.Name = "lightning"
- lightning.Parent = scriptpage
- lightning.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
- lightning.BorderSizePixel = 0
- lightning.Position = UDim2.new(0, 199, 0, 134)
- lightning.Size = UDim2.new(0, 103, 0, 50)
- lightning.Font = Enum.Font.SourceSansBold
- lightning.Text = "Lightning"
- lightning.TextColor3 = Color3.new(1, 1, 1)
- lightning.TextScaled = true
- lightning.TextSize = 14
- lightning.TextWrapped = true
- lightning.MouseButton1Down:connect(function()
- local isScriptNil = false
- local PlrName = "xExplicitCass"
- local Plrs = game:GetService("Players")
- local RunService = game:GetService("RunService")
- local Content = game:GetService("ContentProvider")
- local LP = Plrs.LocalPlayer
- local Char = LP.Character
- local PlrGui = LP.PlayerGui
- local Backpack = LP.Backpack
- local Mouse = LP:GetMouse()
- local Camera = Workspace.CurrentCamera
- local LastCamCF = Camera.CoordinateFrame
- local AnimJoints = {}
- local Cons = {}
- local mDown = false
- local Multi = false
- local Grabbing = false
- local Current = {}
- local Alpha = 1
- local LightNum = 1
- Current.Part = nil
- Current.BP = nil
- Current.BA = nil
- Current.Mass = nil
- local LastPart = nil
- local Head = Char["Head"]
- local Torso = Char["Torso"]
- local Humanoid = Char["Humanoid"]
- local LA = Char["Left Arm"]
- local RA = Char["Right Arm"]
- local LL = Char["Left Leg"]
- local RL = Char["Right Leg"]
- local LS, RS;
- local OrigLS = Torso["Left Shoulder"]
- local OrigRS = Torso["Right Shoulder"]
- for _,v in pairs(Char:GetChildren()) do
- if v.Name == ModID then
- v:Destroy()
- end
- end
- for _,v in pairs(PlrGui:GetChildren()) do
- if v.Name == "PadsGui" then
- v:Destroy()
- end
- end
- local ModID = "Pads"
- local Objects = {}
- local Grav = 196.2
- local sin=math.sin
- local cos=math.cos
- local max=math.max
- local min=math.min
- local atan2=math.atan2
- local random=math.random
- local tau = 2 * math.pi
- local BodyObjects = {
- ["BodyVelocity"] = true;
- ["BodyAngularVelocity"] = true;
- ["BodyForce"] = true;
- ["BodyThrust"] = true;
- ["BodyPosition"] = true;
- ["RocketPropulsion"] = true;
- }
- if LP.Name == PlrName and isScriptNil then
- script.Parent = nil
- end
- LP.CameraMode = "Classic"
- local Assets = {
- }
- local LS0, LS1 = OrigLS.C0, OrigLS.C1
- local RS0, RS1 = OrigRS.C0, OrigRS.C1
- for i,v in pairs(Assets) do
- local ID = tostring(Assets[i])
- Assets[i] = "http://www.roblox.com/asset/?id=" .. ID
- Content:Preload("http://www.roblox.com/asset/?id=" .. ID)
- end
- function QuaternionFromCFrame(cf)
- local mx, my, mz, m00, m01, m02, m10, m11, m12, m20, m21, m22 = cf:components();
- local trace = m00 + m11 + m22 if trace > 0 then
- local s = math.sqrt(1 + trace);
- local recip = 0.5/s;
- return (m21-m12)*recip, (m02-m20)*recip, (m10-m01)*recip, s*0.5;
- else
- local i = 0;
- if m11 > m00 then
- i = 1;
- end;
- if m22 > (i == 0 and m00 or m11) then
- i = 2 end if i == 0 then
- local s = math.sqrt(m00-m11-m22+1);
- local recip = 0.5/s return 0.5*s, (m10+m01)*recip, (m20+m02)*recip, (m21-m12)*recip;
- elseif i == 1 then
- local s = math.sqrt(m11-m22-m00+1);
- local recip = 0.5/s;
- return (m01+m10)*recip, 0.5*s, (m21+m12)*recip, (m02-m20)*recip ;
- elseif i == 2 then
- local s = math.sqrt(m22-m00-m11+1);
- local recip = 0.5/s;
- return (m02+m20)*recip, (m12+m21)*recip, 0.5*s, (m10-m01)*recip;
- end;
- end;
- end;
- function QuaternionToCFrame(px, py, pz, x, y, z, w)
- local xs, ys, zs = x + x, y + y, z + z;
- local wx, wy, wz = w*xs, w*ys, w*zs;
- local xx = x*xs;
- local xy = x*ys;
- local xz = x*zs;
- local yy = y*ys;
- local yz = y*zs;
- local zz = z*zs;
- return CFrame.new(px, py, pz,1-(yy+zz), xy - wz, xz + wy,xy + wz, 1-(xx+zz), yz - wx, xz - wy, yz + wx, 1-(xx+yy))
- end;
- function QuaternionSlerp(a, b, t)
- local cosTheta = a[1]*b[1] + a[2]*b[2] + a[3]*b[3] + a[4]*b[4];
- local startInterp, finishInterp;
- if cosTheta >= 0.0001 then
- if (1 - cosTheta) > 0.0001 then
- local theta = math.acos(cosTheta);
- local invSinTheta = 1/math.sin(theta);
- startInterp = math.sin((1-t)*theta)*invSinTheta;
- finishInterp = math.sin(t*theta)*invSinTheta;
- else
- startInterp = 1-t finishInterp = t;
- end;
- else
- if (1+cosTheta) > 0.0001 then
- local theta = math.acos(-cosTheta);
- local invSinTheta = 1/math.sin(theta);
- startInterp = math.sin((t-1)*theta)*invSinTheta;
- finishInterp = math.sin(t*theta)*invSinTheta;
- else startInterp = t-1 finishInterp = t;
- end;
- end;
- return a[1]*startInterp + b[1]*finishInterp, a[2]*startInterp + b[2]*finishInterp, a[3]*startInterp + b[3]*finishInterp, a[4]*startInterp + b[4]*finishInterp;
- end;
- function CLerp(a,b,t)
- local qa={QuaternionFromCFrame(a)};
- local qb={QuaternionFromCFrame(b)};
- local ax,ay,az=a.x,a.y,a.z;
- local bx,by,bz=b.x,b.y,b.z;
- local _t=1-t;
- return QuaternionToCFrame(_t*ax+t*bx,_t*ay+t*by,_t*az+t*bz,QuaternionSlerp(qa, qb, t));
- end
- function GetWeld(weld)
- local obj
- for i, v in pairs(AnimJoints) do
- if v[1] == weld then
- obj = v
- break
- end
- end
- if not obj then
- obj = {weld,NV}
- table.insert(AnimJoints,obj)
- end
- return weld.C0.p, obj[2]
- end
- function SetWeld(weld, i, loops, origpos, origangle, nextpos, nextangle, override, overrideLower, smooth)
- smooth = smooth or 1
- local obj
- for i, v in pairs(AnimJoints) do
- if v[1] == weld then
- obj = v
- break
- end
- end
- if not obj then
- obj = {weld,NV}
- table.insert(AnimJoints,obj)
- end
- local perc = (smooth == 1 and math.sin((math.pi/2)/loops*i)) or i/loops
- local tox,toy,toz = 0,0,0
- tox = math.abs(origangle.x - nextangle.x) *perc
- toy = math.abs(origangle.y - nextangle.y) *perc
- toz = math.abs(origangle.z - nextangle.z) *perc
- tox = ((origangle.x > nextangle.x and -tox) or tox)
- toy = ((origangle.y > nextangle.y and -toy) or toy)
- toz = ((origangle.z > nextangle.z and -toz) or toz)
- local tox2,toy2,toz2 = 0,0,0
- tox2 = math.abs(origpos.x - nextpos.x) *perc
- toy2 = math.abs(origpos.y - nextpos.y) *perc
- toz2 = math.abs(origpos.z - nextpos.z) *perc
- tox2 = (origpos.x > nextpos.x and -tox2) or tox2
- toy2 = (origpos.y > nextpos.y and -toy2) or toy2
- toz2 = (origpos.z > nextpos.z and -toz2) or toz2
- obj[2] = Vector3.new(origangle.x + tox, origangle.y + toy, origangle.z + toz)
- weld.C0 = CFrame.new(origpos.x + tox2,origpos.y + toy2,origpos.z + toz2) * CFrame.Angles(origangle.x + tox,origangle.y + toy,origangle.z + toz)
- end
- function RotateCamera(x, y)
- Camera.CoordinateFrame = CFrame.new(Camera.Focus.p) * (Camera.CoordinateFrame - Camera.CoordinateFrame.p) * CFrame.Angles(x, y, 0) * CFrame.new(0, 0, (Camera.CoordinateFrame.p - Camera.Focus.p).magnitude)
- end
- function GetAngles(cf)
- local lv = cf.lookVector
- return -math.asin(lv.y), math.atan2(lv.x, -lv.z)
- end
- local LastCamCF = Camera.CoordinateFrame
- function Look()
- if AlphaOn == true then
- local x, y = GetAngles(LastCamCF:toObjectSpace(Camera.CoordinateFrame))
- Camera.CoordinateFrame = LastCamCF
- RotateCamera(x * -(Alpha), y * -(Alpha))
- LastCamCF = Camera.CoordinateFrame
- end
- end
- function Cor(Func)
- local Ok, Err = coroutine.resume(coroutine.create(Func))
- if not Ok then
- print(Err)
- end
- end
- function Cor2(Func)
- local Ok, Err = ypcall(Func)
- if not Ok then
- print(Err)
- end
- end
- function MakePads()
- -- 1 - VTelekinesis
- P1 = Instance.new("Model")
- P1.Name = ModID
- -- 2 - RBase
- P2 = Instance.new("Part")
- P2.CFrame = CFrame.new(Vector3.new(21.100008, 1.95000589, 11.899971)) * CFrame.Angles(-0, 0, -0)
- P2.FormFactor = Enum.FormFactor.Custom
- P2.Size = Vector3.new(0.799999952, 0.200000003, 0.800000012)
- P2.Anchored = true
- P2.BrickColor = BrickColor.new("White")
- P2.Friction = 0.30000001192093
- P2.Shape = Enum.PartType.Block
- P2.Name = "RBase"
- P2.Parent = P1
- P2.Transparency = 1
- -- 3 - Mesh
- P3 = Instance.new("CylinderMesh")
- P3.Scale = Vector3.new(1, 0.5, 1)
- P3.Parent = P2
- -- 4 - LBase
- P4 = Instance.new("Part")
- P4.CFrame = CFrame.new(Vector3.new(18.100008, 1.95000589, 11.899971)) * CFrame.Angles(-0, 0, -0)
- P4.FormFactor = Enum.FormFactor.Custom
- P4.Size = Vector3.new(0.799999952, 0.200000003, 0.800000012)
- P4.Anchored = true
- P4.BrickColor = BrickColor.new("White")
- P4.Friction = 0.30000001192093
- P4.Shape = Enum.PartType.Block
- P4.Name = "LBase"
- P4.Parent = P1
- P4.Transparency = 1
- -- 5 - Mesh
- P5 = Instance.new("CylinderMesh")
- P5.Scale = Vector3.new(1, 0.5, 1)
- P5.Parent = P4
- -- 7 - Mesh
- P7 = Instance.new("CylinderMesh")
- P7.Scale = Vector3.new(1, 0.5, 1)
- P7.Parent = P6
- -- 9 - Mesh
- P9 = Instance.new("CylinderMesh")
- P9.Scale = Vector3.new(1, 0.5, 1)
- P9.Parent = P8
- -- 11 - Mesh
- P11 = Instance.new("CylinderMesh")
- P11.Scale = Vector3.new(1, 0.5, 1)
- P11.Parent = P10
- -- 13 - Mesh
- P13 = Instance.new("CylinderMesh")
- P13.Scale = Vector3.new(1, 0.5, 1)
- P13.Parent = P12
- -- 15 - Mesh
- P15 = Instance.new("CylinderMesh")
- P15.Scale = Vector3.new(1, 0.5, 1)
- P15.Parent = P14
- -- 17 - Mesh
- P17 = Instance.new("CylinderMesh")
- P17.Scale = Vector3.new(1, 0.5, 1)
- P17.Parent = P16
- P1.Parent = LP.Character
- P1:MakeJoints()
- return P1
- end
- weldModel = function(model, unanchor, rooty)
- local parts = {}
- local function recurse(object)
- if object:IsA("BasePart") then
- table.insert(parts, object)
- end
- for _,child in pairs(object:GetChildren()) do
- recurse(child)
- end
- end
- recurse(model)
- local rootPart = rooty or parts[1]
- for _, part in pairs(parts) do
- local cframe = rootPart.CFrame:toObjectSpace(part.CFrame)
- local weld = Instance.new("Weld")
- weld.Part0 = rootPart
- weld.Part1 = part
- weld.C0 = cframe
- weld.Parent = rootPart
- end
- if unanchor then
- for _, part in pairs(parts) do
- part.Anchored = false
- part.CanCollide = false
- end
- end
- end
- weldItem = function(rootPart, Item, TheC0, unanchor, ParentItem)
- local cframe = TheC0 or rootPart.CFrame:toObjectSpace(Item.CFrame)
- local weld = Instance.new("Weld")
- weld.Name = "Weld"
- weld.Part0 = rootPart
- weld.Part1 = Item
- weld.C0 = cframe
- weld.Parent = ParentItem and Item or rootPart
- if unanchor then
- Item.Anchored = false
- end
- return weld, cframe
- end
- scaleModel = function(model, scale)
- local parts = {}
- local function recurse(object)
- if object:IsA("BasePart") then
- table.insert(parts, object)
- end
- for _,child in pairs(object:GetChildren()) do
- recurse(child)
- end
- end
- recurse(model)
- local top, bottom, left, right, back, front
- for _, part in pairs(parts) do
- if top == nil or top < part.Position.y then top = part.Position.y end
- if bottom == nil or bottom > part.Position.y then bottom = part.Position.y end
- if left == nil or left > part.Position.x then left = part.Position.x end
- if right == nil or right < part.Position.x then right = part.Position.x end
- if back == nil or back > part.Position.z then back = part.Position.z end
- if front == nil or front < part.Position.z then front = part.Position.z end
- end
- local middle = Vector3.new( left+right, top+bottom, back+front )/2
- local minSize = Vector3.new(0.2, 0.2, 0.2)
- for _, part in pairs(parts) do
- local foo = part.CFrame.p - middle
- local rotation = part.CFrame - part.CFrame.p
- local newSize = part.Size*scale
- part.FormFactor = "Custom"
- part.Size = newSize
- part.CFrame = CFrame.new( middle + foo*scale ) * rotation
- if newSize.x < minSize.x or newSize.y < minSize.y or newSize.z < minSize.z then
- local mesh
- for _, child in pairs(part:GetChildren()) do
- if child:IsA("DataModelMesh") then
- mesh = child
- break
- end
- end
- if mesh == nil then
- mesh = Instance.new("BlockMesh", part)
- end
- local oScale = mesh.Scale
- local newScale = newSize/minSize * oScale
- if 0.2 < newSize.x then newScale = Vector3.new(1 * oScale.x, newScale.y, newScale.z) end
- if 0.2 < newSize.y then newScale = Vector3.new(newScale.x, 1 * oScale.y, newScale.z) end
- if 0.2 < newSize.z then newScale = Vector3.new(newScale.x, newScale.y, 1 * oScale.z) end
- mesh.Scale = newScale
- end
- end
- end
- function getMass(Obj, Total)
- local newTotal = Total
- local returnTotal = 0
- if Obj:IsA("BasePart") then
- newTotal = newTotal + Objects[Obj]
- elseif BodyObjects[Obj.ClassName] then
- Obj:Destroy()
- end
- if Obj:GetChildren() and #Obj:GetChildren() > 0 then
- for _,v in pairs(Obj:GetChildren()) do
- returnTotal = returnTotal + getMass(v, newTotal)
- end
- else
- returnTotal = newTotal
- end
- return returnTotal
- end
- function getTargFromCurrent()
- local Current = Current.Part
- if Current:IsA("BasePart") then
- return Current
- elseif Current:findFirstChild("Torso") then
- return Current.Torso
- else
- for _,v in pairs(Current:GetChildren()) do
- if v:IsA("BasePart") then
- return v
- end
- end
- end
- end
- function Fire(Part, Vec, Inv)
- pcall(function()
- Current.BP:Destroy()
- Current.BP = nil
- end)
- pcall(function()
- Current.BA:Destroy()
- Current.BA = nil
- end)
- pcall(function()
- if Inv then
- Part.Velocity = -((Vec - Torso.Position).unit * Grav * 1.1)
- else
- Part.Velocity = ((Vec - Camera.CoordinateFrame.p).unit * Grav * 1.1)
- end
- Current.Mass = nil
- end)
- Reset()
- end
- function Reset()
- LS.Parent = nil
- RS.Parent = nil
- OrigLS.Parent = Torso
- OrigRS.Parent = Torso
- OrigLS.C0 = LS0
- OrigRS.C0 = RS0
- end
- function Start()
- Cor(function()
- repeat wait(1/30) until LP.Character and LP.Character.Parent == Workspace and LP.Character:findFirstChild("Torso")
- Char = LP.Character
- PlrGui = LP.PlayerGui
- Backpack = LP.Backpack
- Mouse = LP:GetMouse()
- for _,v in pairs(Cons) do
- v:disconnect()
- end
- Cons = {}
- Camera = Workspace.CurrentCamera
- LastCamCF = Camera.CoordinateFrame
- AnimJoints = {}
- mDown = false
- Multi = false
- Grabbing = false
- Current = {}
- Alpha = 1
- Head = Char["Head"]
- Torso = Char["Torso"]
- Humanoid = Char["Humanoid"]
- LA = Char["Left Arm"]
- RA = Char["Right Arm"]
- LL = Char["Left Leg"]
- RL = Char["Right Leg"]
- OrigLS = Torso["Left Shoulder"]
- OrigRS = Torso["Right Shoulder"]
- for _,v in pairs(Char:GetChildren()) do
- if v.Name == ModID then
- v:Destroy()
- end
- end
- for _,v in pairs(PlrGui:GetChildren()) do
- if v.Name == "PadsGui" then
- v:Destroy()
- end
- end
- LS = Instance.new("Weld")
- RS = Instance.new("Weld")
- LS.Name = OrigLS.Name
- LS.Part0 = Torso
- LS.Part1 = LA
- LS.C0 = LS0
- LS.C1 = CFrame.new(0, 0.5, 0, 1, 0, 0, 0, 0, 1, 0, -1, 0)
- RS.Name = OrigRS.Name
- RS.Part0 = Torso
- RS.Part1 = RA
- RS.C0 = RS0
- RS.C1 = CFrame.new(0, 0.5, 0, 1, 0, 0, 0, 0, 1, 0, -1, 0)
- local Pads = MakePads()
- local LPad = Pads.LBase
- local RPad = Pads.RBase
- weldModel(LPad, true, LPad)
- weldModel(RPad, true, RPad)
- local GripWeldL = Instance.new("Weld")
- GripWeldL.Name = "GripWeldL"
- GripWeldL.Part0 = LA
- GripWeldL.Part1 = LPad
- GripWeldL.C0 = CFrame.new(0, -1.05, 0) * CFrame.Angles(0, math.rad(180), 0)
- GripWeldL.Parent = LA
- local GripWeldR = Instance.new("Weld")
- GripWeldR.Name = "GripWeldR"
- GripWeldR.Part0 = RA
- GripWeldR.Part1 = RPad
- GripWeldR.C0 = CFrame.new(0, -1.05, 0) * CFrame.Angles(0, math.rad(180), 0)
- GripWeldR.Parent = RA
- local isParts = false
- table.insert(Cons, Mouse.KeyDown:connect(function(Key)
- Key = Key:lower()
- if Key == "z" then
- --Stuff
- elseif Key == "f" then
- local Current = Current.Part
- if Current and Current.Parent ~= nil and not Multi then
- Current:BreakJoints()
- end
- elseif Key == "q" then
- if isParts then
- isParts = false
- for _,v in pairs(Workspace:GetChildren()) do
- if v.Name == "MyPartV" and v:IsA("BasePart") then
- v:Destroy()
- end
- end
- else
- isParts = true
- for i = 1, 50 do
- local Part = Instance.new("Part")
- Part.Color = Color3.new(math.random(), math.random(), math.random())
- Part.Transparency = 0
- Part.Size = Vector3.new(math.random(1, 3), math.random(1, 3), math.random(1, 3))
- Part.Archivable = true
- Part.CanCollide = false
- Part.Material = "Neon"
- Part.Locked = false
- Part.CFrame = Torso.CFrame * CFrame.new(math.random(-15, 15), -1, math.random(-15, 15))
- Part.Anchored = true
- Part.Name = "MyPartV"
- Part.TopSurface = "Smooth"
- Part.BottomSurface = "Smooth"
- Part.Parent = Workspace
- end
- end
- elseif Key == "e" then
- local Targ;
- if Current.Part and Current.Part ~= nil then
- Targ = getTargFromCurrent()
- else
- Targ = LastPart
- end
- if Targ and Targ.Parent ~= nil and not Multi then
- local Ex = Instance.new("Explosion", Workspace)
- Ex.Position = Targ.CFrame.p
- Ex.BlastRadius = 16
- Ex.DestroyJointRadiusPercent = 0.5
- end
- elseif Key == "c" then
- if Current.Part and Current.Part.Parent ~= nil and not Multi then
- local Part = getTargFromCurrent()
- if Part then
- Grabbing = false
- if Mouse.Hit then
- local TargPos = CFrame.new(Camera.CoordinateFrame.p, Mouse.Hit.p) * CFrame.new(0, 0, -1000)
- Fire(Part, TargPos.p)
- else
- Fire(Part, Mouse.Origin.p + Mouse.UnitRay.Direction, true)
- end
- end
- end
- end
- end))
- table.insert(Cons, Mouse.Button1Up:connect(function()
- mDown = false
- if Grabbing == true and Multi == false then
- Grabbing = false
- Reset()
- end
- if Current.Part ~= nil then
- LastPart = getTargFromCurrent()
- Current = {}
- end
- end))
- local function makeLightning(Par, Start, End, Width, Length, RandomScale, ArcScale, Num1)
- local oldParts = {}
- for _,v in pairs(Par:GetChildren()) do
- v.CFrame = CFrame.new(5e5, 5e5, 5e5)
- table.insert(oldParts, v)
- end
- local Distance = (Start-End).Magnitude
- local ArcScale = ArcScale or 1
- local RandomScale = RandomScale or 0
- local Last = Start
- local IterNum = 0
- while Par.Parent do
- IterNum = IterNum + 1
- local New = nil
- if (Last-End).Magnitude < Length then
- New = CFrame.new(End)
- else
- if (End-Last).Magnitude < Length*2 then
- RandomScale = RandomScale*0.5
- ArcScale = ArcScale*0.5
- end
- local Direct = CFrame.new(Last,End)
- New = Direct*CFrame.Angles(math.rad(math.random(-RandomScale/4,RandomScale*ArcScale)),math.rad(math.random(-RandomScale,RandomScale)),math.rad(math.random(-RandomScale,RandomScale)))
- New = New*CFrame.new(0,0,-Length)
- end
- local Trail = nil
- if oldParts[IterNum] then
- Trail = oldParts[IterNum]
- Trail.BrickColor = ((Num1 % 2 == 0) and BrickColor.new("White")) or BrickColor.new("Cyan")
- Trail.Size = Vector3.new(Width, (Last-New.p).Magnitude, Width)
- Trail.CFrame = CFrame.new(New.p, Last)*CFrame.Angles(math.rad(90),0,0)*CFrame.new(0, -(Last-New.p).Magnitude/2, 0)
- oldParts[IterNum] = nil
- else
- Trail = Instance.new("Part")
- Trail.Name = "Part"
- Trail.FormFactor = "Custom"
- Trail.BrickColor = ((Num1 % 2 == 0) and BrickColor.new("White")) or BrickColor.new("White")
- Trail.Transparency = 0
- Trail.Anchored = true
- Trail.CanCollide = false
- Trail.Locked = true
- Trail.BackSurface = "SmoothNoOutlines"
- Trail.BottomSurface = "SmoothNoOutlines"
- Trail.FrontSurface = "SmoothNoOutlines"
- Trail.LeftSurface = "SmoothNoOutlines"
- Trail.RightSurface = "SmoothNoOutlines"
- Trail.TopSurface = "SmoothNoOutlines"
- Trail.Material = "Neon"
- Trail.Size = Vector3.new(Width, (Last-New.p).Magnitude, Width)
- Trail.CFrame = CFrame.new(New.p, Last)*CFrame.Angles(math.rad(90),0,0)*CFrame.new(0, -(Last-New.p).Magnitude/2, 0)
- Trail.Parent = Par
- end
- Last = New.p
- if (Last-End).Magnitude < 1 then
- break
- end
- end
- for _,v in pairs(oldParts) do
- v:Destroy()
- end
- end
- table.insert(Cons, Mouse.Button1Down:connect(function()
- mDown = true
- local Targ = Mouse.Target
- Cor(function()
- if Targ and Objects[Targ] and not Multi then
- Grabbing = true
- Current.Part = Targ
- local Mass = Objects[Targ]
- local ForceNum = 0
- local Hum = nil
- for _,v in pairs(Targ:GetChildren()) do
- if BodyObjects[v.ClassName] then
- v:Destroy()
- end
- end
- for _,v in pairs(Workspace:GetChildren()) do
- if v:findFirstChild("Humanoid") and v:IsAncestorOf(Targ) then
- Hum = v.Humanoid
- Mass = getMass(v, 0)
- Current.Part = v
- break
- end
- end
- Current.Mass = Mass
- if not Hum then
- Targ:BreakJoints()
- end
- ForceNum = Mass * Grav
- Targ.CanCollide = true
- Targ.Anchored = false
- local BP = Instance.new("BodyPosition")
- BP.maxForce = Vector3.new(3 * ForceNum, 3 * ForceNum, 3 * ForceNum)
- BP.Parent = Targ
- local Ang = Instance.new("BodyAngularVelocity")
- Ang.Parent = Targ
- Current.BP = BP
- Current.BA = Ang
- OrigLS.Parent = nil
- OrigRS.Parent = nil
- LS.Parent = Torso
- RS.Parent = Torso
- LS.C0 = LS0
- RS.C0 = RS0
- local DirDot = Mouse.UnitRay.Direction:Dot(Targ.Position - Mouse.Origin.p)
- local BPPos = Vector3.new(0, 0, 0)
- local Vel = Vector3.new(0, 0, 0)
- local Vlev = random() * math.pi
- local RPos = Vector3.new(random() * 2 - 1, cos(Vlev), random() * 2 - 1)
- local Ball = Instance.new("Part")
- Ball.Name = "Ball"
- Ball.FormFactor = "Custom"
- Ball.Color = Color3.new(0, 1, 1)
- Ball.Transparency = 0.3
- Ball.Anchored = true
- Ball.CanCollide = false
- Ball.Locked = true
- Ball.BottomSurface, Ball.TopSurface = "Smooth", "Smooth"
- Ball.Size = Vector3.new(0.5, 0.5, 0.5)
- Ball.CFrame = Torso.CFrame * CFrame.new(0, 1, -3)
- Ball.Parent = Char
- if Targ.Name == "MyPartV" then
- Targ.Name = "MyPartF"
- end
- local LightMod = Instance.new("Model", Char)
- local Mesh = Instance.new("SpecialMesh")
- Mesh.MeshType = "Sphere"
- Mesh.Parent = Ball
- local Size = 0.5
- local Rise = true
- while Grabbing and BP and Ang and Targ.Parent ~= nil do
- local BPPos = Mouse.Origin.p + Mouse.UnitRay.Direction * DirDot
- Ang.angularvelocity = Vel
- BP.position = BPPos + RPos
- RPos = Vector3.new(max(-1, min(RPos.x + random() * 0.02 - 0.01, 1)), cos(Vlev), max(-1, min(RPos.z + random() * 0.02 - 0.01, 1)))
- Vel = Vector3.new(max(-1, min(Vel.x + random() * 0.2 - 0.1, 1)), max(-1, min(Vel.y + random() * 0.2 - 0.1, 1)), max(-1, min(Vel.z + random() * 0.2 - 0.1, 1)))
- Vlev = (Vlev + 0.05) % tau
- if Hum then
- Hum.Sit = true
- end
- if LA.Parent ~= nil and RA.Parent ~= nil then
- local LPos = (LA.CFrame * CFrame.new(0, -1, 0)).p
- local RPos = (RA.CFrame * CFrame.new(0, -1, 0)).p
- if Rise == true then
- if Size < 0.6 then
- Size = Size + 0.05
- else
- Size = Size + 0.1
- end
- if Size >= 2.2 then
- Rise = false
- end
- else
- if Size > 2.1 then
- Size = Size - 0.05
- else
- Size = Size - 0.1
- end
- if Size <= 0.5 then
- Rise = true
- end
- end
- Ball.Size = Vector3.new(Size, Size, Size)
- Ball.CFrame = CFrame.new(LPos:Lerp(RPos, 0.5), Targ.Position) * CFrame.new(0, 0, -2.2)
- LightNum = LightNum + 1
- makeLightning(LightMod, Ball.Position, Targ.Position, 0.2, 4, 50, 1, LightNum)
- elseif Ball.Parent ~= nil then
- Ball:Destroy()
- end
- if LS and LS.Parent == Torso then
- LS.C0 = CFrame.new(Vector3.new(-1.5, 0.5, 0), Torso.CFrame:pointToObjectSpace((Targ.CFrame or Torso.CFrame * CFrame.new(-1.5, 0.5, 1)).p))
- end
- if RS and RS.Parent == Torso then
- RS.C0 = CFrame.new(Vector3.new(1.5, 0.5, 0), Torso.CFrame:pointToObjectSpace((Targ.CFrame or Torso.CFrame * CFrame.new(1.5, 0.5, 1)).p))
- end
- RunService.Heartbeat:wait()
- end
- coroutine.resume(coroutine.create(function()
- for i = 0.5, 1, 0.1 do
- for i2,v in pairs(LightMod:GetChildren()) do
- --v.Light.Range = 6-(i*5)
- v.Transparency = i
- end
- wait(1/30)
- end
- LightMod:Destroy()
- end))
- if BP and BP.Parent ~= nil then
- BP:Destroy()
- end
- if Ang and Ang.Parent ~= nil then
- Ang:Destroy()
- end
- pcall(function() Ball:Destroy() end)
- end
- end)
- end))
- end)
- end
- function Add(Obj)
- if Obj:IsA("BasePart") and not Objects[Obj] and not (Obj.Name == "Base" and Obj.ClassName == "Part") then
- Objects[Obj] = Obj:GetMass()
- Obj.Changed:connect(function(P)
- if P:lower() == "size" and Objects[Obj] and Obj.Parent ~= nil then
- Objects[Obj] = Obj:GetMass()
- end
- end)
- end
- end
- function Rem(Obj)
- if Objects[Obj] then
- Objects[Obj] = nil
- end
- end
- function Recursion(Obj)
- ypcall(function()
- Add(Obj)
- if #Obj:GetChildren() > 0 then
- for _,v in pairs(Obj:GetChildren()) do
- Recursion(v)
- end
- end
- end)
- end
- Workspace.DescendantAdded:connect(function(Obj)
- Add(Obj)
- end)
- Workspace.DescendantRemoving:connect(function(Obj)
- Rem(Obj)
- end)
- for _,v in pairs(Workspace:GetChildren()) do
- Recursion(v)
- end
- Start()
- if LP.Name == PlrName then
- LP.CharacterAdded:connect(Start)
- end
- local verlet = {}
- verlet.step_time = 1 / 50
- verlet.gravity = Vector3.new(0, -10, 0)
- local char = game.Players.LocalPlayer.Character
- local torso = char:WaitForChild("Torso")
- local parts = {}
- local render = game:GetService("RunService").RenderStepped
- wait(2)
- local point = {}
- local link = {}
- local rope = {}
- local function ccw(A,B,C)
- return (C.y-A.y) * (B.x-A.x) > (B.y-A.y) * (C.x-A.x)
- end
- local function intersect(A,B,C,D)
- return ccw(A,C,D) ~= ccw(B,C,D) and ccw(A,B,C) ~= ccw(A,B,D)
- end
- local function vec2(v)
- return Vector2.new(v.x, v.z)
- end
- function point:step()
- if not self.fixed then
- local derivative = (self.position - self.last_position) * 0.95
- self.last_position = self.position
- self.position = self.position + derivative + (self.velocity * verlet.step_time ^ 2)
- --[[local torsoP = torso.CFrame * CFrame.new(-1, 0, 0.5)
- local torsoE = torso.CFrame * CFrame.new(1, 0, 0.5)
- local pointE = self.position + torso.CFrame.lookVector * 100
- local doIntersect = intersect(vec2(torsoP.p), vec2(torsoE.p), vec2(self.position), vec2(pointE))
- if not doIntersect then
- self.postition = self.position - torso.CFrame.lookVector * 10
- end]]
- end
- end
- function link:step()
- for i = 1, 1 do
- local distance = self.point1.position - self.point2.position
- local magnitude = distance.magnitude
- local differance = (self.length - magnitude) / magnitude
- local translation = ((self.point1.fixed or self.point2.fixed) and 1 or 0.6) * distance * differance
- if not self.point1.fixed then
- self.point1.position = self.point1.position + translation
- end
- if not self.point2.fixed then
- self.point2.position = self.point2.position - translation
- end
- end
- end
- function verlet.new(class, a, b, c)
- if class == "Point" then
- local new = {}
- setmetatable(new, {__index = point})
- new.class = class
- new.position = a or Vector3.new()
- new.last_position = new.position
- new.velocity = verlet.gravity
- new.fixed = false
- return new
- elseif class == "Link" then
- local new = {}
- setmetatable(new, {__index = link})
- new.class = class
- new.point1 = a
- new.point2 = b
- new.length = c or (a.position - b.position).magnitude
- return new
- elseif class == "Rope" then
- local new = {}
- setmetatable(new, {__index = link})
- new.class = class
- new.start_point = a
- new.finish_point = b
- new.points = {}
- new.links = {}
- local inc = (b - a) / 10
- for i = 0, 10 do
- table.insert(new.points, verlet.new("Point", a + (i * inc)))
- end
- for i = 2, #new.points do
- table.insert(new.links, verlet.new("Link", new.points[i - 1], new.points[i]))
- end
- return new
- end
- end
- local tris = {}
- local triParts = {}
- local function GetDiscoColor(hue)
- local section = hue % 1 * 3
- local secondary = 0.5 * math.pi * (section % 1)
- if section < 1 then
- return Color3.new(0, 0, 0)
- elseif section < 2 then
- return Color3.new(0, 0, 0)
- else
- return Color3.new(0, 0, 0)
- end
- end
- local function setupPart(part)
- part.Anchored = true
- part.FormFactor = 3
- part.CanCollide = false
- part.TopSurface = 10
- part.BottomSurface = 10
- part.LeftSurface = 10
- part.RightSurface = 10
- part.FrontSurface = 10
- part.BackSurface = 10
- part.Material = "Neon"
- local m = Instance.new("SpecialMesh", part)
- m.MeshType = "Wedge"
- m.Scale = Vector3.new(0.2, 1, 1)
- return part
- end
- local function CFrameFromTopBack(at, top, back)
- local right = top:Cross(back)
- return CFrame.new(at.x, at.y, at.z, right.x, top.x, back.x, right.y, top.y, back.y, right.z, top.z, back.z)
- end
- local function drawTri(parent, a, b, c)
- local this = {}
- local mPart1 = table.remove(triParts, 1) or setupPart(Instance.new("Part"))
- local mPart2 = table.remove(triParts, 1) or setupPart(Instance.new("Part"))
- function this:Set(a, b, c)
- local ab, bc, ca = b-a, c-b, a-c
- local abm, bcm, cam = ab.magnitude, bc.magnitude, ca.magnitude
- local edg1 = math.abs(0.5 + ca:Dot(ab)/(abm*abm))
- local edg2 = math.abs(0.5 + ab:Dot(bc)/(bcm*bcm))
- local edg3 = math.abs(0.5 + bc:Dot(ca)/(cam*cam))
- if edg1 < edg2 then
- if edg1 >= edg3 then
- a, b, c = c, a, b
- ab, bc, ca = ca, ab, bc
- abm = cam
- end
- else
- if edg2 < edg3 then
- a, b, c = b, c, a
- ab, bc, ca = bc, ca, ab
- abm = bcm
- else
- a, b, c = c, a, b
- ab, bc, ca = ca, ab, bc
- abm = cam
- end
- end
- local len1 = -ca:Dot(ab)/abm
- local len2 = abm - len1
- local width = (ca + ab.unit*len1).magnitude
- local maincf = CFrameFromTopBack(a, ab:Cross(bc).unit, -ab.unit)
- if len1 > 0.2 then
- mPart1.Parent = parent
- mPart1.Size = Vector3.new(0.2, width, len1)
- mPart1.CFrame = maincf*CFrame.Angles(math.pi,0,math.pi/2)*CFrame.new(0,width/2,len1/2)
- else
- mPart1.Parent = nil
- end
- if len2 > 0.2 then
- mPart2.Parent = parent
- mPart2.Size = Vector3.new(0.2, width, len2)
- mPart2.CFrame = maincf*CFrame.Angles(math.pi,math.pi,-math.pi/2)*CFrame.new(0,width/2,-len1 - len2/2)
- else
- mPart2.Parent = nil
- end
- end
- function this:SetProperty(prop, value)
- mPart1[prop] = value
- mPart2[prop] = value
- end
- this:Set(a, b, c)
- function this:Destroy()
- mPart1:Destroy()
- mPart2:Destroy()
- end
- this.p1 = mPart1
- this.p2 = mPart2
- this.p1.BrickColor = BrickColor.new(GetDiscoColor(math.noise(0.5, 0.5, this.p1.CFrame.Y * 0.5 + time())))
- this.p2.BrickColor = BrickColor.new(GetDiscoColor(math.noise(0.5, 0.5, this.p2.CFrame.Y * 0.5 + time())))
- return this
- end
- function verlet.draw(object, id)
- if object.class == "Point" then
- local part = parts[id]
- part.BrickColor = BrickColor.new(107, 0, 107)
- part.Transparency = 0
- part.formFactor = 3
- part.Anchored = true
- part.CanCollide = false
- part.TopSurface = 0
- part.BottomSurface = 0
- part.Size = Vector3.new(0.35, 0.35, 0.35)
- part.Material = "Neon"
- part.CFrame = CFrame.new(object.position)
- part.Parent = torso
- return part
- elseif object.class == "Link" then
- local part = parts[id]
- local dist = (object.point1.position - object.point2.position).magnitude
- part.Size = Vector3.new(0.2, 0.2, dist)
- part.CFrame = CFrame.new(object.point1.position, object.point2.position) * CFrame.new(0, 0, dist * -0.5)
- part.Parent = torso
- return part
- end
- end
- function verlet.clear()
- for _, v in pairs(workspace:GetChildren()) do
- if v.Name == "Part" then
- v:Destroy()
- end
- end
- end
- local points = {}
- local links = {}
- for x = 0, 2 do
- points[x] = {}
- for y = 0, 3 do
- points[x][y] = verlet.new("Point", torso.Position + Vector3.new(x * 0.8 - 2, 2 - y * 0.8, 5 + y * 0.4))
- points[x][y].fixed = y == 0
- end
- end
- for x = 1, 2 do
- for y = 0, 3 do
- links[#links + 1] = verlet.new("Link", points[x][y], points[x - 1][y], 1 + y * 0.08)
- end
- end
- for x = 0, 2 do
- for y = 1, 3 do
- links[#links + 1] = verlet.new("Link", points[x][y], points[x][y - 1], 1.2 + y * 0.03)
- end
- end
- render:connect(function()
- for x = 0, 2 do
- for y = 0, 3 do
- if y == 0 then
- points[x][y].position = (torso.CFrame * CFrame.new(x * 1 - 1, 1, 0.5)).p
- else
- points[x][y]:step()
- end
- end
- end
- for i = 1, #links do
- links[i]:step()
- end
- for i = 1, #tris do
- triParts[#triParts + 1] = tris[i].p1
- triParts[#triParts + 1] = tris[i].p2
- end
- tris = {}
- for x = 1, 2 do
- for y = 1, 3 do
- tris[#tris + 1] = drawTri(torso, points[x - 1][y - 1].position, points[x - 1][y].position, points[x][y - 1].position)
- tris[#tris + 1] = drawTri(torso, points[x][y].position, points[x - 1][y].position, points[x][y - 1].position)
- end
- end
- end)
- end)
- suicide.Name = "suicide"
- suicide.Parent = scriptpage
- suicide.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
- suicide.BorderSizePixel = 0
- suicide.Position = UDim2.new(0, 345, 0, 134)
- suicide.Size = UDim2.new(0, 103, 0, 50)
- suicide.Font = Enum.Font.SourceSansBold
- suicide.Text = "Suicide Gun"
- suicide.TextColor3 = Color3.new(1, 1, 1)
- suicide.TextScaled = true
- suicide.TextSize = 14
- suicide.TextWrapped = true
- suicide.MouseButton1Down:connect(function()
- --SUICIDE GUN REBORN BY DMS
- o1 = Instance.new("Tool")
- o2 = Instance.new("Part")
- o3 = Instance.new("SpecialMesh")
- o4 = Instance.new("Part")
- o5 = Instance.new("BlockMesh")
- o6 = Instance.new("Part")
- o7 = Instance.new("BlockMesh")
- o8 = Instance.new("Part")
- o9 = Instance.new("BlockMesh")
- o10 = Instance.new("Part")
- o11 = Instance.new("BlockMesh")
- o12 = Instance.new("Part")
- o13 = Instance.new("BlockMesh")
- o14 = Instance.new("Part")
- o15 = Instance.new("BlockMesh")
- o16 = Instance.new("Part")
- o17 = Instance.new("BlockMesh")
- o18 = Instance.new("Part")
- o19 = Instance.new("BlockMesh")
- o20 = Instance.new("Part")
- o21 = Instance.new("CylinderMesh")
- o22 = Instance.new("Part")
- o23 = Instance.new("CylinderMesh")
- o24 = Instance.new("Part")
- o25 = Instance.new("CylinderMesh")
- o26 = Instance.new("Part")
- o27 = Instance.new("BlockMesh")
- o28 = Instance.new("Part")
- o29 = Instance.new("CylinderMesh")
- o30 = Instance.new("Part")
- o31 = Instance.new("PointLight")
- o32 = Instance.new("BillboardGui")
- o33 = Instance.new("ImageLabel")
- o34 = Instance.new("BlockMesh")
- o35 = Instance.new("Part")
- o36 = Instance.new("BlockMesh")
- o37 = Instance.new("Part")
- o38 = Instance.new("BlockMesh")
- o39 = Instance.new("Part")
- o40 = Instance.new("BlockMesh")
- o41 = Instance.new("Part")
- o42 = Instance.new("Decal")
- o43 = Instance.new("CylinderMesh")
- o44 = Instance.new("Part")
- o45 = Instance.new("CylinderMesh")
- o46 = Instance.new("Part")
- o47 = Instance.new("BlockMesh")
- o48 = Instance.new("Part")
- o49 = Instance.new("SpecialMesh")
- o50 = Instance.new("Part")
- o51 = Instance.new("SpecialMesh")
- o52 = Instance.new("Part")
- o53 = Instance.new("BlockMesh")
- o54 = Instance.new("Part")
- o55 = Instance.new("BlockMesh")
- o56 = Instance.new("Part")
- o57 = Instance.new("BlockMesh")
- o58 = Instance.new("Part")
- o59 = Instance.new("CylinderMesh")
- o60 = Instance.new("Part")
- o61 = Instance.new("SpecialMesh")
- o62 = Instance.new("Part")
- o63 = Instance.new("BlockMesh")
- o64 = Instance.new("Part")
- o65 = Instance.new("SpecialMesh")
- o66 = Instance.new("Part")
- o67 = Instance.new("BlockMesh")
- o68 = Instance.new("Part")
- o69 = Instance.new("BlockMesh")
- o70 = Instance.new("Part")
- o71 = Instance.new("SpecialMesh")
- o72 = Instance.new("Part")
- o73 = Instance.new("BlockMesh")
- o74 = Instance.new("Part")
- o75 = Instance.new("BlockMesh")
- o76 = Instance.new("Part")
- o77 = Instance.new("BlockMesh")
- o78 = Instance.new("Part")
- o79 = Instance.new("SpecialMesh")
- o80 = Instance.new("Part")
- o81 = Instance.new("CylinderMesh")
- o82 = Instance.new("Part")
- o83 = Instance.new("SpecialMesh")
- o84 = Instance.new("Part")
- o85 = Instance.new("BlockMesh")
- o86 = Instance.new("Part")
- o87 = Instance.new("SpecialMesh")
- o88 = Instance.new("Part")
- o89 = Instance.new("SpecialMesh")
- o90 = Instance.new("Part")
- o91 = Instance.new("BlockMesh")
- o92 = Instance.new("Part")
- o93 = Instance.new("BlockMesh")
- o94 = Instance.new("Part")
- o95 = Instance.new("SpecialMesh")
- o96 = Instance.new("Part")
- o97 = Instance.new("BlockMesh")
- o98 = Instance.new("Part")
- o99 = Instance.new("SpecialMesh")
- o100 = Instance.new("Part")
- o101 = Instance.new("BlockMesh")
- o102 = Instance.new("Part")
- o103 = Instance.new("BlockMesh")
- o104 = Instance.new("Part")
- o105 = Instance.new("SpecialMesh")
- o106 = Instance.new("Part")
- o107 = Instance.new("BlockMesh")
- o108 = Instance.new("Part")
- o109 = Instance.new("CylinderMesh")
- o110 = Instance.new("Part")
- o111 = Instance.new("BlockMesh")
- o112 = Instance.new("Part")
- o113 = Instance.new("SpecialMesh")
- o114 = Instance.new("Part")
- o115 = Instance.new("CylinderMesh")
- o116 = Instance.new("Part")
- o117 = Instance.new("BlockMesh")
- o118 = Instance.new("Part")
- o119 = Instance.new("SpecialMesh")
- o120 = Instance.new("Part")
- o121 = Instance.new("BlockMesh")
- o122 = Instance.new("Part")
- o123 = Instance.new("SpecialMesh")
- o124 = Instance.new("Part")
- o125 = Instance.new("SpecialMesh")
- o126 = Instance.new("Part")
- o127 = Instance.new("BlockMesh")
- o128 = Instance.new("Part")
- o129 = Instance.new("BlockMesh")
- o130 = Instance.new("Part")
- o131 = Instance.new("SpecialMesh")
- o132 = Instance.new("Part")
- o133 = Instance.new("BlockMesh")
- o134 = Instance.new("Part")
- o135 = Instance.new("BlockMesh")
- o136 = Instance.new("Part")
- o137 = Instance.new("SpecialMesh")
- o138 = Instance.new("Part")
- o139 = Instance.new("BlockMesh")
- o140 = Instance.new("Part")
- o141 = Instance.new("CylinderMesh")
- o142 = Instance.new("Part")
- o143 = Instance.new("BlockMesh")
- o144 = Instance.new("Part")
- o145 = Instance.new("SpecialMesh")
- o146 = Instance.new("Part")
- o147 = Instance.new("SpecialMesh")
- o148 = Instance.new("Part")
- o149 = Instance.new("Sound")
- o150 = Instance.new("BlockMesh")
- o1.Name = "Suicide"
- o1.Parent = game.Players.LocalPlayer.Backpack
- o2.Parent = o1
- o2.Material = Enum.Material.SmoothPlastic
- o2.BrickColor = BrickColor.new("Really black")
- o2.Position = Vector3.new(18.950964, 0.850407004, 14.2854338)
- o2.Rotation = Vector3.new(-2.19040904e-013, 2.50129006e-006, -180)
- o2.Anchored = true
- o2.FormFactor = Enum.FormFactor.Custom
- o2.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- o2.CFrame = CFrame.new(18.950964, 0.850407004, 14.2854338, -1, 8.74227766e-008, 4.36557457e-008, -8.74227766e-008, -1, 3.82298495e-015, 4.36557457e-008, 3.92853881e-018, 1)
- o2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- o2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- o2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- o2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- o2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- o2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- o2.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- o3.Parent = o2
- o3.Scale = Vector3.new(0.666666687, 0.388888866, 0.416666687)
- o3.MeshType = Enum.MeshType.Wedge
- o4.Parent = o1
- o4.Material = Enum.Material.SmoothPlastic
- o4.BrickColor = BrickColor.new("Really black")
- o4.Position = Vector3.new(18.950964, 0.953182995, 14.5104237)
- o4.Rotation = Vector3.new(3.08320072e-016, 90, 0)
- o4.Anchored = true
- o4.FormFactor = Enum.FormFactor.Custom
- o4.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- o4.CFrame = CFrame.new(18.950964, 0.953182995, 14.5104237, 0, -1.0960446e-021, 1, 5.38120031e-018, 1, -1.0960446e-021, -1, -5.38120031e-018, 0)
- o4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- o4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- o4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- o4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- o4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- o4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- o4.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- o5.Parent = o4
- o5.Scale = Vector3.new(0.333333343, 0.194444433, 0.694444478)
- o6.Parent = o1
- o6.Material = Enum.Material.SmoothPlastic
- o6.BrickColor = BrickColor.new("Black")
- o6.Position = Vector3.new(18.950964, 1.13095105, 14.5993176)
- o6.Rotation = Vector3.new(3.08320072e-016, 90, 0)
- o6.Anchored = true
- o6.FormFactor = Enum.FormFactor.Custom
- o6.Size = Vector3.new(0.566666663, 0.200000003, 0.200000003)
- o6.CFrame = CFrame.new(18.950964, 1.13095105, 14.5993176, 0, -1.0960446e-021, 1, 5.38120031e-018, 1, -1.0960446e-021, -1, -5.38120031e-018, 0)
- o6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- o6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- o6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- o6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- o6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- o6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- o6.Color = Color3.new(0.105882, 0.164706, 0.207843)
- o7.Parent = o6
- o7.Scale = Vector3.new(1, 0.583333313, 0.722222269)
- o8.Name = "SightBack"
- o8.Parent = o1
- o8.Material = Enum.Material.SmoothPlastic
- o8.Position = Vector3.new(18.950964, 1.23151195, 14.4882116)
- o8.Rotation = Vector3.new(3.08320072e-016, 90, 0)
- o8.Anchored = true
- o8.FormFactor = Enum.FormFactor.Custom
- o8.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- o8.CFrame = CFrame.new(18.950964, 1.23151195, 14.4882116, 0, -1.0960446e-021, 1, 5.38120031e-018, 1, -1.0960446e-021, -1, -5.38120031e-018, 0)
- o8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- o8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- o8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- o8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- o8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- o8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- o9.Parent = o8
- o9.Scale = Vector3.new(0.166666672, 0.111111112, 0.411111116)
- o10.Parent = o1
- o10.Material = Enum.Material.SmoothPlastic
- o10.BrickColor = BrickColor.new("Really black")
- o10.Position = Vector3.new(18.950964, 0.961513996, 14.5937595)
- o10.Rotation = Vector3.new(3.08320072e-016, 90, 0)
- o10.Anchored = true
- o10.FormFactor = Enum.FormFactor.Custom
- o10.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- o10.CFrame = CFrame.new(18.950964, 0.961513996, 14.5937595, 0, -1.0960446e-021, 1, 5.38120031e-018, 1, -1.0960446e-021, -1, -5.38120031e-018, 0)
- o10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- o10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- o10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- o10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- o10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- o10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- o10.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- o11.Parent = o10
- o11.Scale = Vector3.new(0.49999997, 0.277777761, 0.694444478)
- o12.Parent = o1
- o12.Material = Enum.Material.SmoothPlastic
- o12.BrickColor = BrickColor.new("Really black")
- o12.Position = Vector3.new(18.950964, 1.19539297, 14.5993176)
- o12.Rotation = Vector3.new(3.08320072e-016, 90, 0)
- o12.Anchored = true
- o12.FormFactor = Enum.FormFactor.Custom
- o12.Size = Vector3.new(0.566666663, 0.200000003, 0.200000003)
- o12.CFrame = CFrame.new(18.950964, 1.19539297, 14.5993176, 0, -1.0960446e-021, 1, 5.38120031e-018, 1, -1.0960446e-021, -1, -5.38120031e-018, 0)
- o12.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- o12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- o12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- o12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- o12.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- o12.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- o12.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- o13.Parent = o12
- o13.Scale = Vector3.new(1, 0.249999985, 0.411111116)
- o14.Parent = o1
- o14.Material = Enum.Material.SmoothPlastic
- o14.BrickColor = BrickColor.new("Really black")
- o14.Position = Vector3.new(18.908186, 1.19095695, 14.5993176)
- o14.Rotation = Vector3.new(-90, 44.9999962, 90)
- o14.Anchored = true
- o14.FormFactor = Enum.FormFactor.Custom
- o14.Size = Vector3.new(0.566666663, 0.200000003, 0.200000003)
- o14.CFrame = CFrame.new(18.908186, 1.19095695, 14.5993176, 0, -0.707106709, 0.707106709, 5.38120031e-018, 0.707106769, 0.707106769, -1, 2.04281037e-011, 9.59801127e-011)
- o14.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- o14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- o14.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- o14.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- o14.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- o14.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- o14.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- o15.Parent = o14
- o15.Scale = Vector3.new(1, 0.194444433, 0.222222224)
- o16.Name = "SightBack"
- o16.Parent = o1
- o16.Material = Enum.Material.SmoothPlastic
- o16.Position = Vector3.new(18.9787407, 1.25372696, 14.4882116)
- o16.Rotation = Vector3.new(3.08320072e-016, 90, 0)
- o16.Anchored = true
- o16.FormFactor = Enum.FormFactor.Custom
- o16.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- o16.CFrame = CFrame.new(18.9787407, 1.25372696, 14.4882116, 0, -1.0960446e-021, 1, 5.38120031e-018, 1, -1.0960446e-021, -1, -5.38120031e-018, 0)
- o16.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- o16.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- o16.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- o16.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- o16.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- o16.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- o17.Parent = o16
- o17.Scale = Vector3.new(0.166666672, 0.111111112, 0.13333334)
- o18.Name = "SightBack"
- o18.Parent = o1
- o18.Material = Enum.Material.SmoothPlastic
- o18.Position = Vector3.new(18.9231701, 1.25372696, 14.4882002)
- o18.Rotation = Vector3.new(3.08320072e-016, 90, 0)
- o18.Anchored = true
- o18.FormFactor = Enum.FormFactor.Custom
- o18.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- o18.CFrame = CFrame.new(18.9231701, 1.25372696, 14.4882002, 0, -1.0960446e-021, 1, 5.38120031e-018, 1, -1.0960446e-021, -1, -5.38120031e-018, 0)
- o18.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- o18.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- o18.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- o18.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- o18.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- o18.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- o19.Parent = o18
- o19.Scale = Vector3.new(0.166666672, 0.111111112, 0.13333334)
- o20.Parent = o1
- o20.Material = Enum.Material.SmoothPlastic
- o20.BrickColor = BrickColor.new("Black")
- o20.Position = Vector3.new(18.950964, 0.886528015, 14.5798664)
- o20.Rotation = Vector3.new(-90, -2.50447761e-006, -90)
- o20.Anchored = true
- o20.FormFactor = Enum.FormFactor.Custom
- o20.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- o20.CFrame = CFrame.new(18.950964, 0.886528015, 14.5798664, -8.74279067e-008, 1, -4.37113812e-008, -3.83195418e-015, 4.37113812e-008, 1, 1, 8.74279067e-008, -4.65359901e-018)
- o20.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- o20.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- o20.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- o20.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- o20.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- o20.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- o20.Color = Color3.new(0.105882, 0.164706, 0.207843)
- o21.Parent = o20
- o21.Scale = Vector3.new(0.416666687, 0.722222269, 0.416666687)
- o22.Name = "SightLine"
- o22.Parent = o1
- o22.Material = Enum.Material.SmoothPlastic
- o22.BrickColor = BrickColor.new("Smoky grey")
- o22.Position = Vector3.new(18.950964, 1.21539295, 15.7804356)
- o22.Rotation = Vector3.new(90, -2.50447761e-006, -90)
- o22.Anchored = true
- o22.FormFactor = Enum.FormFactor.Custom
- o22.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- o22.CFrame = CFrame.new(18.950964, 1.21539295, 15.7804356, 0, 1, -4.37113812e-008, 5.38120031e-018, -4.37113812e-008, -1, -1, 0, 6.1083781e-018)
- o22.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- o22.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- o22.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- o22.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- o22.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- o22.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- o22.Color = Color3.new(0.356863, 0.364706, 0.411765)
- o23.Parent = o22
- o23.Scale = Vector3.new(0.505999982, 0.150000006, 0.505999982)
- o24.Parent = o1
- o24.Material = Enum.Material.SmoothPlastic
- o24.BrickColor = BrickColor.new("Black")
- o24.Position = Vector3.new(18.950964, 0.96707201, 15.7326679)
- o24.Rotation = Vector3.new(-90, -2.50447761e-006, -180)
- o24.Anchored = true
- o24.FormFactor = Enum.FormFactor.Custom
- o24.Size = Vector3.new(0.200000003, 0.344444454, 0.200000003)
- o24.CFrame = CFrame.new(18.950964, 0.96707201, 15.7326679, -1, 4.36557457e-008, -4.37113812e-008, -4.37113812e-008, 1.9122997e-015, 1, 4.36557457e-008, 1, -4.65359901e-018)
- o24.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- o24.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- o24.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- o24.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- o24.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- o24.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- o24.Color = Color3.new(0.105882, 0.164706, 0.207843)
- o25.Parent = o24
- o25.Scale = Vector3.new(0.405599982, 1, 0.405599982)
- o26.Parent = o1
- o26.Material = Enum.Material.SmoothPlastic
- o26.BrickColor = BrickColor.new("Black")
- o26.Position = Vector3.new(18.950964, 1.01984501, 15.7298756)
- o26.Rotation = Vector3.new(3.08320072e-016, 90, 0)
- o26.Anchored = true
- o26.FormFactor = Enum.FormFactor.Custom
- o26.Size = Vector3.new(0.338888884, 0.200000003, 0.200000003)
- o26.CFrame = CFrame.new(18.950964, 1.01984501, 15.7298756, 0, -1.0960446e-021, 1, 5.38120031e-018, 1, -1.0960446e-021, -1, -5.38120031e-018, 0)
- o26.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- o26.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- o26.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- o26.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- o26.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- o26.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- o26.Color = Color3.new(0.105882, 0.164706, 0.207843)
- o27.Parent = o26
- o27.Scale = Vector3.new(1, 0.527777731, 0.611111104)
- o28.Parent = o1
- o28.Material = Enum.Material.SmoothPlastic
- o28.BrickColor = BrickColor.new("Black")
- o28.Position = Vector3.new(18.950964, 0.96707201, 15.7298756)
- o28.Rotation = Vector3.new(-90, -2.50447761e-006, -180)
- o28.Anchored = true
- o28.FormFactor = Enum.FormFactor.Custom
- o28.Size = Vector3.new(0.200000003, 0.338888884, 0.200000003)
- o28.CFrame = CFrame.new(18.950964, 0.96707201, 15.7298756, -1, 4.36557457e-008, -4.37113812e-008, -4.37113812e-008, 1.9122997e-015, 1, 4.36557457e-008, 1, -4.65359901e-018)
- o28.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- o28.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- o28.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- o28.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- o28.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- o28.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- o28.Color = Color3.new(0.105882, 0.164706, 0.207843)
- o29.Parent = o28
- o29.Scale = Vector3.new(0.611111104, 1, 0.611111104)
- o30.Name = "Main"
- o30.Parent = o1
- o30.Material = Enum.Material.SmoothPlastic
- o30.BrickColor = BrickColor.new("Really black")
- o30.Transparency = 1
- o30.Position = Vector3.new(18.950964, 1.12816894, 15.9493256)
- o30.Rotation = Vector3.new(90, -2.50447761e-006, 2.50796006e-006)
- o30.Anchored = true
- o30.FormFactor = Enum.FormFactor.Custom
- o30.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- o30.CFrame = CFrame.new(18.950964, 1.12816894, 15.9493256, 1, -4.3772161e-008, -4.37113812e-008, -4.37113812e-008, -1.49011594e-008, -1, 4.3772161e-008, 1, -1.49011603e-008)
- o30.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- o30.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- o30.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- o30.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- o30.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- o30.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- o30.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- o31.Name = "FlashFX"
- o31.Parent = o30
- o31.Color = Color3.new(1, 1, 0)
- o31.Enabled = false
- o31.Brightness = 10
- o31.Range = 6
- o31.Shadows = true
- o32.Name = "FlashGui"
- o32.Parent = o30
- o32.Size = UDim2.new(1.1000000238419,0,1.1000000238419,0)
- o32.Enabled = false
- o33.Name = "Label"
- o33.Parent = o32
- o33.Size = UDim2.new(1,0,1,0)
- o33.BackgroundTransparency = 1
- o33.Image = "http://www.roblox.com/asset/?id=117472237"
- o34.Parent = o30
- o34.Scale = Vector3.new(0.99999994, 0.99999994, 0.99999994)
- o35.Parent = o1
- o35.Material = Enum.Material.SmoothPlastic
- o35.BrickColor = BrickColor.new("Black")
- o35.Position = Vector3.new(18.908186, 1.19095695, 15.5132236)
- o35.Rotation = Vector3.new(-90, 44.9999962, 90)
- o35.Anchored = true
- o35.FormFactor = Enum.FormFactor.Custom
- o35.Size = Vector3.new(0.772222221, 0.200000003, 0.200000003)
- o35.CFrame = CFrame.new(18.908186, 1.19095695, 15.5132236, 0, -0.707106709, 0.707106709, 5.38120031e-018, 0.707106769, 0.707106769, -1, 2.04281037e-011, 9.59801127e-011)
- o35.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- o35.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- o35.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- o35.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- o35.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- o35.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- o35.Color = Color3.new(0.105882, 0.164706, 0.207843)
- o36.Parent = o35
- o36.Scale = Vector3.new(1, 0.194444433, 0.222222224)
- o37.Parent = o1
- o37.Material = Enum.Material.SmoothPlastic
- o37.BrickColor = BrickColor.new("Black")
- o37.Position = Vector3.new(18.950964, 1.19539297, 15.5132236)
- o37.Rotation = Vector3.new(3.08320072e-016, 90, 0)
- o37.Anchored = true
- o37.FormFactor = Enum.FormFactor.Custom
- o37.Size = Vector3.new(0.772222221, 0.200000003, 0.200000003)
- o37.CFrame = CFrame.new(18.950964, 1.19539297, 15.5132236, 0, -1.0960446e-021, 1, 5.38120031e-018, 1, -1.0960446e-021, -1, -5.38120031e-018, 0)
- o37.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- o37.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- o37.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- o37.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- o37.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- o37.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- o37.Color = Color3.new(0.105882, 0.164706, 0.207843)
- o38.Parent = o37
- o38.Scale = Vector3.new(1, 0.249999985, 0.411111116)
- o39.Parent = o1
- o39.Material = Enum.Material.SmoothPlastic
- o39.BrickColor = BrickColor.new("Black")
- o39.Position = Vector3.new(18.950964, 1.13095105, 15.5132236)
- o39.Rotation = Vector3.new(3.08320072e-016, 90, 0)
- o39.Anchored = true
- o39.FormFactor = Enum.FormFactor.Custom
- o39.Size = Vector3.new(0.772222221, 0.200000003, 0.200000003)
- o39.CFrame = CFrame.new(18.950964, 1.13095105, 15.5132236, 0, -1.0960446e-021, 1, 5.38120031e-018, 1, -1.0960446e-021, -1, -5.38120031e-018, 0)
- o39.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- o39.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- o39.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- o39.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- o39.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- o39.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- o39.Color = Color3.new(0.105882, 0.164706, 0.207843)
- o40.Parent = o39
- o40.Scale = Vector3.new(1, 0.583333313, 0.722222269)
- o41.Parent = o1
- o41.Material = Enum.Material.SmoothPlastic
- o41.BrickColor = BrickColor.new("Black")
- o41.Position = Vector3.new(18.950964, 1.12816894, 15.3854284)
- o41.Rotation = Vector3.new(-90, -2.50447761e-006, -180)
- o41.Anchored = true
- o41.FormFactor = Enum.FormFactor.Custom
- o41.Size = Vector3.new(0.200000003, 1.06111109, 0.200000003)
- o41.CFrame = CFrame.new(18.950964, 1.12816894, 15.3854284, -1, 4.36557457e-008, -4.37113812e-008, -4.37113812e-008, 1.9122997e-015, 1, 4.36557457e-008, 1, -4.65359901e-018)
- o41.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- o41.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- o41.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- o41.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- o41.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- o41.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- o41.Color = Color3.new(0.105882, 0.164706, 0.207843)
- o42.Parent = o41
- o42.Texture = "http://www.roblox.com/asset/?id=47760372"
- o42.Face = Enum.NormalId.Top
- o43.Parent = o41
- o43.Scale = Vector3.new(0.49999997, 1, 0.49999997)
- o44.Parent = o1
- o44.Material = Enum.Material.SmoothPlastic
- o44.BrickColor = BrickColor.new("Black")
- o44.Position = Vector3.new(18.950964, 0.961513996, 15.352108)
- o44.Rotation = Vector3.new(-90, -2.50447761e-006, -180)
- o44.Anchored = true
- o44.FormFactor = Enum.FormFactor.Custom
- o44.Size = Vector3.new(0.200000003, 0.416666627, 0.200000003)
- o44.CFrame = CFrame.new(18.950964, 0.961513996, 15.352108, -1, 4.36557457e-008, -4.37113812e-008, -4.37113812e-008, 1.9122997e-015, 1, 4.36557457e-008, 1, -4.65359901e-018)
- o44.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- o44.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- o44.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- o44.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- o44.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- o44.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- o44.Color = Color3.new(0.105882, 0.164706, 0.207843)
- o45.Parent = o44
- o45.Scale = Vector3.new(0.666666687, 1, 0.666666687)
- o46.Name = "Mag"
- o46.Parent = o1
- o46.Material = Enum.Material.SmoothPlastic
- o46.BrickColor = BrickColor.new("Black")
- o46.Position = Vector3.new(18.950964, 0.129971996, 14.3866644)
- o46.Rotation = Vector3.new(101, 90, 0)
- o46.Anchored = true
- o46.FormFactor = Enum.FormFactor.Custom
- o46.Size = Vector3.new(0.200000003, 0.333333343, 0.200000003)
- o46.CFrame = CFrame.new(18.950964, 0.129971996, 14.3866644, -2.79885857e-008, -5.49657244e-008, 1, 0.981627166, -0.190809026, 1.69563066e-008, 0.190809026, 0.981627107, 5.93718141e-008)
- o46.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- o46.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- o46.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- o46.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- o46.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- o46.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- o46.Color = Color3.new(0.105882, 0.164706, 0.207843)
- o47.Parent = o46
- o47.Scale = Vector3.new(0.027777778, 1, 0.666666687)
- o48.Parent = o1
- o48.Material = Enum.Material.SmoothPlastic
- o48.BrickColor = BrickColor.new("Black")
- o48.Position = Vector3.new(18.950964, 0.161533996, 14.3493176)
- o48.Rotation = Vector3.new(0.019784553, -6.66929267e-009, 180)
- o48.Anchored = true
- o48.FormFactor = Enum.FormFactor.Custom
- o48.Size = Vector3.new(0.200000003, 0.200000003, 0.266666681)
- o48.CFrame = CFrame.new(18.950964, 0.161533996, 14.3493176, -1, -8.74227979e-008, -1.16401111e-010, 8.74227766e-008, -0.99999994, -0.000345305598, 0, -0.000345305569, 0.99999994)
- o48.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- o48.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- o48.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- o48.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- o48.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- o48.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- o48.Color = Color3.new(0.105882, 0.164706, 0.207843)
- o49.Parent = o48
- o49.Scale = Vector3.new(0.694444478, 0.222222224, 1)
- o49.MeshType = Enum.MeshType.Wedge
- o50.Parent = o1
- o50.Material = Enum.Material.SmoothPlastic
- o50.BrickColor = BrickColor.new("Really black")
- o50.Position = Vector3.new(18.950964, 0.155975997, 14.3354216)
- o50.Rotation = Vector3.new(3.08320072e-016, 0, -180)
- o50.Anchored = true
- o50.FormFactor = Enum.FormFactor.Custom
- o50.Size = Vector3.new(0.200000003, 0.200000003, 0.438888878)
- o50.CFrame = CFrame.new(18.950964, 0.155975997, 14.3354216, -1, 1.0960446e-021, 0, 1.0960446e-021, -1, -5.38120031e-018, 0, 5.38120031e-018, 1)
- o50.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- o50.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- o50.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- o50.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- o50.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- o50.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- o50.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- o51.Parent = o50
- o51.Scale = Vector3.new(0.666666687, 0.333333343, 1)
- o51.MeshType = Enum.MeshType.Wedge
- o52.Parent = o1
- o52.Material = Enum.Material.SmoothPlastic
- o52.BrickColor = BrickColor.new("Black")
- o52.Position = Vector3.new(18.950964, 0.239300996, 14.1882057)
- o52.Rotation = Vector3.new(105, 90, 0)
- o52.Anchored = true
- o52.FormFactor = Enum.FormFactor.Custom
- o52.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- o52.CFrame = CFrame.new(18.950964, 0.239300996, 14.1882057, -1.07331601e-008, -6.40018527e-008, 1, 0.965925813, -0.258819044, -6.21114538e-009, 0.258819073, 0.965925813, 6.46105036e-008)
- o52.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- o52.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- o52.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- o52.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- o52.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- o52.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- o52.Color = Color3.new(0.105882, 0.164706, 0.207843)
- o53.Parent = o52
- o53.Scale = Vector3.new(0.944444478, 0.111111112, 0.611111104)
- o54.Parent = o1
- o54.Material = Enum.Material.SmoothPlastic
- o54.BrickColor = BrickColor.new("Really black")
- o54.Position = Vector3.new(18.950964, 0.225419, 14.3520937)
- o54.Rotation = Vector3.new(-3.25256337e-007, 90, 0)
- o54.Anchored = true
- o54.FormFactor = Enum.FormFactor.Custom
- o54.Size = Vector3.new(0.26111111, 0.200000003, 0.200000003)
- o54.CFrame = CFrame.new(18.950964, 0.225419, 14.3520937, 8.94069672e-008, -6.24762481e-015, 1, -5.6767937e-009, 1, 1.42108539e-014, -1, -5.6767937e-009, 8.94069672e-008)
- o54.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- o54.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- o54.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- o54.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- o54.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- o54.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- o54.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- o55.Parent = o54
- o55.Scale = Vector3.new(1, 0.416666687, 0.694444478)
- o56.Parent = o1
- o56.Material = Enum.Material.SmoothPlastic
- o56.BrickColor = BrickColor.new("Really black")
- o56.Position = Vector3.new(18.950964, 0.197641, 14.2215319)
- o56.Rotation = Vector3.new(3.08320072e-016, 90, 0)
- o56.Anchored = true
- o56.FormFactor = Enum.FormFactor.Custom
- o56.Size = Vector3.new(0.211111099, 0.200000003, 0.200000003)
- o56.CFrame = CFrame.new(18.950964, 0.197641, 14.2215319, 0, -1.0960446e-021, 1, 5.38120031e-018, 1, -1.0960446e-021, -1, -5.38120031e-018, 0)
- o56.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- o56.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- o56.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- o56.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- o56.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- o56.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- o56.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- o57.Parent = o56
- o57.Scale = Vector3.new(1, 0.0833333358, 0.666666687)
- o58.Parent = o1
- o58.Material = Enum.Material.SmoothPlastic
- o58.BrickColor = BrickColor.new("Really black")
- o58.Position = Vector3.new(18.950964, 0.258204013, 14.3493176)
- o58.Rotation = Vector3.new(-90, -2.50447761e-006, -90)
- o58.Anchored = true
- o58.FormFactor = Enum.FormFactor.Custom
- o58.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- o58.CFrame = CFrame.new(18.950964, 0.258204013, 14.3493176, -8.74279067e-008, 1, -4.37113812e-008, -3.83195418e-015, 4.37113812e-008, 1, 1, 8.74279067e-008, -4.65359901e-018)
- o58.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- o58.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- o58.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- o58.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- o58.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- o58.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- o58.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- o59.Parent = o58
- o59.Scale = Vector3.new(0.49999997, 0.722222269, 0.472222239)
- o60.Parent = o1
- o60.Material = Enum.Material.SmoothPlastic
- o60.BrickColor = BrickColor.new("Really black")
- o60.Position = Vector3.new(18.950964, 0.244874001, 14.1993141)
- o60.Rotation = Vector3.new(0.019784553, -6.66929267e-009, 180)
- o60.Anchored = true
- o60.FormFactor = Enum.FormFactor.Custom
- o60.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- o60.CFrame = CFrame.new(18.950964, 0.244874001, 14.1993141, -1, -8.74227979e-008, -1.16401111e-010, 8.74227766e-008, -0.99999994, -0.000345305598, 0, -0.000345305569, 0.99999994)
- o60.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- o60.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- o60.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- o60.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- o60.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- o60.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- o60.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- o61.Parent = o60
- o61.Scale = Vector3.new(0.694444478, 0.222222224, 0.222222224)
- o61.MeshType = Enum.MeshType.Wedge
- o62.Parent = o1
- o62.Material = Enum.Material.SmoothPlastic
- o62.BrickColor = BrickColor.new("Black")
- o62.Position = Vector3.new(18.993742, 1.19095695, 15.1076584)
- o62.Rotation = Vector3.new(90, 44.9999962, -90)
- o62.Anchored = true
- o62.FormFactor = Enum.FormFactor.Custom
- o62.Size = Vector3.new(1.58333337, 0.200000003, 0.200000003)
- o62.CFrame = CFrame.new(18.993742, 1.19095695, 15.1076584, 0, 0.707106709, 0.707106709, 5.38120031e-018, 0.707106769, -0.707106769, -1, 9.59801127e-011, -2.04281037e-011)
- o62.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- o62.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- o62.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- o62.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- o62.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- o62.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- o62.Color = Color3.new(0.105882, 0.164706, 0.207843)
- o63.Parent = o62
- o63.Scale = Vector3.new(1, 0.194444433, 0.222222224)
- o64.Parent = o1
- o64.Material = Enum.Material.SmoothPlastic
- o64.Position = Vector3.new(18.950964, 0.867092013, 15.1298876)
- o64.Rotation = Vector3.new(180, 2.50796006e-006, 8.65142192e-006)
- o64.Anchored = true
- o64.FormFactor = Enum.FormFactor.Custom
- o64.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- o64.CFrame = CFrame.new(18.950964, 0.867092013, 15.1298876, 1, -1.50995803e-007, 4.3772161e-008, -1.50995803e-007, -1, -6.59664855e-015, 4.3772161e-008, 3.92853881e-018, -1)
- o64.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- o64.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- o64.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- o64.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- o64.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- o64.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- o65.Parent = o64
- o65.Scale = Vector3.new(0.611111104, 0.333333343, 0.138888881)
- o65.MeshType = Enum.MeshType.Wedge
- o66.Parent = o1
- o66.Material = Enum.Material.SmoothPlastic
- o66.Position = Vector3.new(18.950964, 0.83930999, 15.1048679)
- o66.Rotation = Vector3.new(89.9999771, 90, 0)
- o66.Anchored = true
- o66.FormFactor = Enum.FormFactor.Custom
- o66.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- o66.CFrame = CFrame.new(18.950964, 0.83930999, 15.1048679, -8.74231674e-008, 2.50292942e-008, 1, 1, 4.33125763e-007, 8.74231461e-008, -4.33125791e-007, 1, -2.50292942e-008)
- o66.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- o66.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- o66.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- o66.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- o66.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- o66.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- o67.Parent = o66
- o67.Scale = Vector3.new(0.944444478, 0.111111112, 0.611111104)
- o68.Parent = o1
- o68.Material = Enum.Material.SmoothPlastic
- o68.BrickColor = BrickColor.new("Fossil")
- o68.Position = Vector3.new(18.950964, 0.716949999, 15.0719404)
- o68.Rotation = Vector3.new(-45, 90, 0)
- o68.Anchored = true
- o68.FormFactor = Enum.FormFactor.Custom
- o68.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- o68.CFrame = CFrame.new(18.950964, 0.716949999, 15.0719404, -1.36843425e-010, -2.04281037e-011, 1, -0.707106769, 0.707106769, -1.0960446e-021, -0.707106709, -0.707106709, 0)
- o68.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- o68.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- o68.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- o68.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- o68.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- o68.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- o68.Color = Color3.new(0.623529, 0.631373, 0.67451)
- o69.Parent = o68
- o69.Scale = Vector3.new(0.527777731, 0.111111112, 0.611111104)
- o70.Parent = o1
- o70.Material = Enum.Material.SmoothPlastic
- o70.BrickColor = BrickColor.new("Black")
- o70.Position = Vector3.new(18.950964, 0.875427008, 15.0743237)
- o70.Rotation = Vector3.new(3.08320072e-016, 0, -180)
- o70.Anchored = true
- o70.FormFactor = Enum.FormFactor.Custom
- o70.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- o70.CFrame = CFrame.new(18.950964, 0.875427008, 15.0743237, -1, 1.0960446e-021, 0, 1.0960446e-021, -1, -5.38120031e-018, 0, 5.38120031e-018, 1)
- o70.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- o70.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- o70.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- o70.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- o70.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- o70.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- o70.Color = Color3.new(0.105882, 0.164706, 0.207843)
- o71.Parent = o70
- o71.Scale = Vector3.new(0.611111104, 0.249999985, 0.194444433)
- o71.MeshType = Enum.MeshType.Wedge
- o72.Parent = o1
- o72.Material = Enum.Material.SmoothPlastic
- o72.BrickColor = BrickColor.new("Black")
- o72.Position = Vector3.new(18.9315281, 1.09817195, 15.0048761)
- o72.Rotation = Vector3.new(3.08320072e-016, 90, 0)
- o72.Anchored = true
- o72.FormFactor = Enum.FormFactor.Custom
- o72.Size = Vector3.new(0.244444445, 0.200000003, 0.200000003)
- o72.CFrame = CFrame.new(18.9315281, 1.09817195, 15.0048761, 0, -1.0960446e-021, 1, 5.38120031e-018, 1, -1.0960446e-021, -1, -5.38120031e-018, 0)
- o72.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- o72.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- o72.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- o72.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- o72.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- o72.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- o72.Color = Color3.new(0.105882, 0.164706, 0.207843)
- o73.Parent = o72
- o73.Scale = Vector3.new(1, 0.277777761, 0.527777731)
- o74.Parent = o1
- o74.Material = Enum.Material.SmoothPlastic
- o74.BrickColor = BrickColor.new("Black")
- o74.Position = Vector3.new(18.9870701, 1.13095105, 15.0048761)
- o74.Rotation = Vector3.new(3.08320072e-016, 90, 0)
- o74.Anchored = true
- o74.FormFactor = Enum.FormFactor.Custom
- o74.Size = Vector3.new(0.244444445, 0.200000003, 0.200000003)
- o74.CFrame = CFrame.new(18.9870701, 1.13095105, 15.0048761, 0, -1.0960446e-021, 1, 5.38120031e-018, 1, -1.0960446e-021, -1, -5.38120031e-018, 0)
- o74.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- o74.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- o74.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- o74.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- o74.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- o74.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- o74.Color = Color3.new(0.105882, 0.164706, 0.207843)
- o75.Parent = o74
- o75.Scale = Vector3.new(1, 0.583333313, 0.361111134)
- o76.Parent = o1
- o76.Material = Enum.Material.SmoothPlastic
- o76.BrickColor = BrickColor.new("Black")
- o76.Position = Vector3.new(18.970396, 1.17595196, 15.0048761)
- o76.Rotation = Vector3.new(3.08320072e-016, 90, 0)
- o76.Anchored = true
- o76.FormFactor = Enum.FormFactor.Custom
- o76.Size = Vector3.new(0.244444445, 0.200000003, 0.200000003)
- o76.CFrame = CFrame.new(18.970396, 1.17595196, 15.0048761, 0, -1.0960446e-021, 1, 5.38120031e-018, 1, -1.0960446e-021, -1, -5.38120031e-018, 0)
- o76.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- o76.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- o76.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- o76.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- o76.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- o76.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- o76.Color = Color3.new(0.105882, 0.164706, 0.207843)
- o77.Parent = o76
- o77.Scale = Vector3.new(1, 0.444444448, 0.216666669)
- o78.Parent = o1
- o78.Material = Enum.Material.SmoothPlastic
- o78.BrickColor = BrickColor.new("Black")
- o78.Position = Vector3.new(18.950964, 0.39764601, 14.6493216)
- o78.Rotation = Vector3.new(180, 2.50796006e-006, 5.00895612e-006)
- o78.Anchored = true
- o78.FormFactor = Enum.FormFactor.Custom
- o78.Size = Vector3.new(0.200000003, 0.550000012, 0.200000003)
- o78.CFrame = CFrame.new(18.950964, 0.39764601, 14.6493216, 1, -8.74227766e-008, 4.3772161e-008, -8.74227766e-008, -1, -3.8177829e-015, 4.3772161e-008, 6.83386182e-018, -1)
- o78.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- o78.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- o78.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- o78.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- o78.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- o78.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- o78.Color = Color3.new(0.105882, 0.164706, 0.207843)
- o79.Parent = o78
- o79.Scale = Vector3.new(0.666666687, 1, 0.944444478)
- o79.MeshType = Enum.MeshType.Wedge
- o80.Parent = o1
- o80.Material = Enum.Material.SmoothPlastic
- o80.BrickColor = BrickColor.new("Black")
- o80.Position = Vector3.new(18.8859501, 0.96707201, 15.0021019)
- o80.Rotation = Vector3.new(-90, -2.50447761e-006, -90.0000076)
- o80.Anchored = true
- o80.FormFactor = Enum.FormFactor.Custom
- o80.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- o80.CFrame = CFrame.new(18.8859501, 0.96707201, 15.0021019, -1.51107088e-007, 1, -4.37113812e-008, -6.60488848e-015, 4.37113812e-008, 1, 1, 1.51107088e-007, -4.65359901e-018)
- o80.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- o80.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- o80.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- o80.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- o80.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- o80.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- o80.Color = Color3.new(0.105882, 0.164706, 0.207843)
- o81.Parent = o80
- o81.Scale = Vector3.new(0.249999985, 0.027777778, 0.249999985)
- o82.Parent = o1
- o82.Material = Enum.Material.SmoothPlastic
- o82.BrickColor = BrickColor.new("Dark stone grey")
- o82.Position = Vector3.new(18.950964, 0.858749986, 14.8770924)
- o82.Rotation = Vector3.new(-180, -2.50796256e-006, 5.00895703e-006)
- o82.Anchored = true
- o82.FormFactor = Enum.FormFactor.Custom
- o82.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- o82.CFrame = CFrame.new(18.950964, 0.858749986, 14.8770924, 0.99999994, -8.74227837e-008, -4.37722036e-008, -8.74227837e-008, -0.99999994, 7.17606313e-018, -4.36557599e-008, 1.89421216e-015, -0.999999762)
- o82.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- o82.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- o82.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- o82.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- o82.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- o82.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- o82.Color = Color3.new(0.388235, 0.372549, 0.384314)
- o83.Parent = o82
- o83.Scale = Vector3.new(0.472222239, 0.416666687, 0.222222224)
- o83.MeshType = Enum.MeshType.Wedge
- o84.Parent = o1
- o84.Material = Enum.Material.SmoothPlastic
- o84.BrickColor = BrickColor.new("Black")
- o84.Position = Vector3.new(18.950964, 1.05040395, 14.9382162)
- o84.Rotation = Vector3.new(3.08320072e-016, 90, 0)
- o84.Anchored = true
- o84.FormFactor = Enum.FormFactor.Custom
- o84.Size = Vector3.new(1.24444449, 0.200000003, 0.200000003)
- o84.CFrame = CFrame.new(18.950964, 1.05040395, 14.9382162, 0, -1.0960446e-021, 1, 5.38120031e-018, 1, -1.0960446e-021, -1, -5.38120031e-018, 0)
- o84.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- o84.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- o84.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- o84.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- o84.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- o84.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- o84.Color = Color3.new(0.105882, 0.164706, 0.207843)
- o85.Parent = o84
- o85.Scale = Vector3.new(1, 0.222222224, 0.722222269)
- o86.Parent = o1
- o86.Material = Enum.Material.SmoothPlastic
- o86.BrickColor = BrickColor.new("Black")
- o86.Position = Vector3.new(18.950964, 0.469879985, 14.2215319)
- o86.Rotation = Vector3.new(2.05579065e-016, -2.50796006e-006, 6.27987314e-020)
- o86.Anchored = true
- o86.FormFactor = Enum.FormFactor.Custom
- o86.Size = Vector3.new(0.200000003, 0.527777791, 0.211111099)
- o86.CFrame = CFrame.new(18.950964, 0.469879985, 14.2215319, 1, -1.0960446e-021, -4.3772161e-008, -7.78546341e-022, 1, -3.58803156e-018, 4.3772161e-008, -5.38120031e-018, 1)
- o86.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- o86.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- o86.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- o86.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- o86.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- o86.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- o86.Color = Color3.new(0.105882, 0.164706, 0.207843)
- o87.Parent = o86
- o87.Scale = Vector3.new(0.666666687, 1, 1)
- o87.MeshType = Enum.MeshType.Wedge
- o88.Parent = o1
- o88.Material = Enum.Material.SmoothPlastic
- o88.BrickColor = BrickColor.new("Dark stone grey")
- o88.Position = Vector3.new(18.950964, 0.736557007, 14.8798761)
- o88.Rotation = Vector3.new(180, -2.50129006e-006, 180)
- o88.Anchored = true
- o88.FormFactor = Enum.FormFactor.Custom
- o88.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- o88.CFrame = CFrame.new(18.950964, 0.736557007, 14.8798761, -1, -1.0960446e-021, -4.36557457e-008, 1.41269847e-021, 1, -1.6144448e-018, 4.36557457e-008, -5.38120031e-018, -1)
- o88.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- o88.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- o88.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- o88.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- o88.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- o88.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- o88.Color = Color3.new(0.388235, 0.372549, 0.384314)
- o89.Parent = o88
- o89.Scale = Vector3.new(0.472222239, 0.416666687, 0.249999985)
- o89.MeshType = Enum.MeshType.Wedge
- o90.Parent = o1
- o90.Material = Enum.Material.SmoothPlastic
- o90.BrickColor = BrickColor.new("Smoky grey")
- o90.Position = Vector3.new(18.950964, 0.683766007, 14.9020796)
- o90.Rotation = Vector3.new(3.08320072e-016, 90, 0)
- o90.Anchored = true
- o90.FormFactor = Enum.FormFactor.Custom
- o90.Size = Vector3.new(0.283333331, 0.200000003, 0.200000003)
- o90.CFrame = CFrame.new(18.950964, 0.683766007, 14.9020796, 0, -1.0960446e-021, 1, 5.38120031e-018, 1, -1.0960446e-021, -1, -5.38120031e-018, 0)
- o90.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- o90.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- o90.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- o90.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- o90.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- o90.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- o90.Color = Color3.new(0.356863, 0.364706, 0.411765)
- o91.Parent = o90
- o91.Scale = Vector3.new(1, 0.111111112, 0.611111104)
- o92.Parent = o1
- o92.Material = Enum.Material.SmoothPlastic
- o92.BrickColor = BrickColor.new("Black")
- o92.Position = Vector3.new(18.950964, 0.992074013, 14.9382162)
- o92.Rotation = Vector3.new(3.08320072e-016, 90, 0)
- o92.Anchored = true
- o92.FormFactor = Enum.FormFactor.Custom
- o92.Size = Vector3.new(1.24444449, 0.200000003, 0.200000003)
- o92.CFrame = CFrame.new(18.950964, 0.992074013, 14.9382162, 0, -1.0960446e-021, 1, 5.38120031e-018, 1, -1.0960446e-021, -1, -5.38120031e-018, 0)
- o92.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- o92.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- o92.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- o92.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- o92.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- o92.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- o92.Color = Color3.new(0.105882, 0.164706, 0.207843)
- o93.Parent = o92
- o93.Scale = Vector3.new(1, 0.361111134, 0.666666687)
- o94.Parent = o1
- o94.Material = Enum.Material.SmoothPlastic
- o94.BrickColor = BrickColor.new("Black")
- o94.Position = Vector3.new(18.950964, 0.708733976, 14.827096)
- o94.Rotation = Vector3.new(-180, 0.0927856117, 180)
- o94.Anchored = true
- o94.FormFactor = Enum.FormFactor.Custom
- o94.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- o94.CFrame = CFrame.new(18.950964, 0.708733976, 14.827096, -0.999998689, -1.0960446e-021, 0.00161941373, -1.1745207e-017, 1, 4.66291637e-018, -0.00161941373, -5.38120031e-018, -0.999998689)
- o94.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- o94.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- o94.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- o94.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- o94.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- o94.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- o94.Color = Color3.new(0.105882, 0.164706, 0.207843)
- o95.Parent = o94
- o95.Scale = Vector3.new(0.611111104, 0.138888881, 0.249999985)
- o95.MeshType = Enum.MeshType.Wedge
- o96.Parent = o1
- o96.Material = Enum.Material.SmoothPlastic
- o96.BrickColor = BrickColor.new("Black")
- o96.Position = Vector3.new(18.950964, 0.797657013, 14.8104324)
- o96.Rotation = Vector3.new(180, -2.50129006e-006, 180)
- o96.Anchored = true
- o96.FormFactor = Enum.FormFactor.Custom
- o96.Size = Vector3.new(0.200000003, 0.205555543, 0.200000003)
- o96.CFrame = CFrame.new(18.950964, 0.797657013, 14.8104324, -1, -1.0960446e-021, -4.36557457e-008, 1.41269847e-021, 1, -1.6144448e-018, 4.36557457e-008, -5.38120031e-018, -1)
- o96.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- o96.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- o96.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- o96.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- o96.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- o96.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- o96.Color = Color3.new(0.105882, 0.164706, 0.207843)
- o97.Parent = o96
- o97.Scale = Vector3.new(0.472222239, 1, 0.444444448)
- o98.Parent = o1
- o98.Material = Enum.Material.SmoothPlastic
- o98.BrickColor = BrickColor.new("Black")
- o98.Position = Vector3.new(18.950964, 0.875427008, 14.8298864)
- o98.Rotation = Vector3.new(-180, 0, -6.27987314e-020)
- o98.Anchored = true
- o98.FormFactor = Enum.FormFactor.Custom
- o98.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- o98.CFrame = CFrame.new(18.950964, 0.875427008, 14.8298864, 1, 1.0960446e-021, 0, -1.0960446e-021, -1, 5.38120031e-018, 0, 5.38120031e-018, -1)
- o98.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- o98.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- o98.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- o98.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- o98.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- o98.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- o98.Color = Color3.new(0.105882, 0.164706, 0.207843)
- o99.Parent = o98
- o99.Scale = Vector3.new(0.666666687, 0.249999985, 0.194444433)
- o99.MeshType = Enum.MeshType.Wedge
- o100.Parent = o1
- o100.Material = Enum.Material.SmoothPlastic
- o100.BrickColor = BrickColor.new("Black")
- o100.Position = Vector3.new(18.988184, 0.986526012, 14.8076496)
- o100.Rotation = Vector3.new(3.00000024, 90, 0)
- o100.Anchored = true
- o100.FormFactor = Enum.FormFactor.Custom
- o100.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- o100.CFrame = CFrame.new(18.988184, 0.986526012, 14.8076496, 2.57358579e-011, -6.64535094e-012, 1, 0.0523359589, 0.99862951, -1.0960446e-021, -0.99862951, 0.0523359627, 0)
- o100.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- o100.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- o100.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- o100.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- o100.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- o100.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- o100.Color = Color3.new(0.105882, 0.164706, 0.207843)
- o101.Parent = o100
- o101.Scale = Vector3.new(0.694444478, 0.249999985, 0.361111134)
- o102.Parent = o1
- o102.Material = Enum.Material.SmoothPlastic
- o102.BrickColor = BrickColor.new("Black")
- o102.Position = Vector3.new(18.950964, 0.875427008, 14.8020916)
- o102.Rotation = Vector3.new(3.08320072e-016, 90, 0)
- o102.Anchored = true
- o102.FormFactor = Enum.FormFactor.Custom
- o102.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- o102.CFrame = CFrame.new(18.950964, 0.875427008, 14.8020916, 0, -1.0960446e-021, 1, 5.38120031e-018, 1, -1.0960446e-021, -1, -5.38120031e-018, 0)
- o102.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- o102.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- o102.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- o102.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- o102.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- o102.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- o102.Color = Color3.new(0.105882, 0.164706, 0.207843)
- o103.Parent = o102
- o103.Scale = Vector3.new(0.0833333358, 0.249999985, 0.666666687)
- o104.Parent = o1
- o104.Material = Enum.Material.SmoothPlastic
- o104.BrickColor = BrickColor.new("Really black")
- o104.Position = Vector3.new(18.950964, 0.536549985, 14.6048756)
- o104.Rotation = Vector3.new(180, 2.50796006e-006, 5.00895612e-006)
- o104.Anchored = true
- o104.FormFactor = Enum.FormFactor.Custom
- o104.Size = Vector3.new(0.200000003, 0.794444382, 0.244444445)
- o104.CFrame = CFrame.new(18.950964, 0.536549985, 14.6048756, 1, -8.74227766e-008, 4.3772161e-008, -8.74227766e-008, -1, -3.8177829e-015, 4.3772161e-008, 6.83386182e-018, -1)
- o104.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- o104.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- o104.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- o104.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- o104.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- o104.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- o104.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- o105.Parent = o104
- o105.Scale = Vector3.new(0.694444478, 1, 1)
- o105.MeshType = Enum.MeshType.Wedge
- o106.Name = "Mag"
- o106.Parent = o1
- o106.Material = Enum.Material.SmoothPlastic
- o106.BrickColor = BrickColor.new("Really black")
- o106.Position = Vector3.new(18.950964, 0.56080699, 14.4704056)
- o106.Rotation = Vector3.new(101, 90, 0)
- o106.Anchored = true
- o106.FormFactor = Enum.FormFactor.Custom
- o106.Size = Vector3.new(0.872222185, 0.322222203, 0.200000003)
- o106.CFrame = CFrame.new(18.950964, 0.56080699, 14.4704056, -2.79885857e-008, -5.65955389e-008, 1, 0.981627166, -0.190809026, 1.66447549e-008, 0.190809026, 0.981627107, 6.10016286e-008)
- o106.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- o106.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- o106.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- o106.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- o106.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- o106.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- o106.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- o107.Parent = o106
- o107.Scale = Vector3.new(1, 1, 0.611111104)
- o108.Parent = o1
- o108.Material = Enum.Material.SmoothPlastic
- o108.BrickColor = BrickColor.new("Smoky grey")
- o108.Position = Vector3.new(18.950964, 0.731004, 14.7326536)
- o108.Rotation = Vector3.new(-90, 4.32571142e-006, -90.0000076)
- o108.Anchored = true
- o108.FormFactor = Enum.FormFactor.Custom
- o108.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- o108.CFrame = CFrame.new(18.950964, 0.731004, 14.7326536, -1.51107088e-007, 1, 7.54979084e-008, 7.25342942e-015, -7.54979084e-008, 1, 1, 1.51107088e-007, 4.14945855e-015)
- o108.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- o108.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- o108.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- o108.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- o108.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- o108.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- o108.Color = Color3.new(0.356863, 0.364706, 0.411765)
- o109.Parent = o108
- o109.Scale = Vector3.new(0.416666687, 0.694444478, 0.416666687)
- o110.Parent = o1
- o110.Material = Enum.Material.SmoothPlastic
- o110.BrickColor = BrickColor.new("Black")
- o110.Position = Vector3.new(18.950964, 0.544876993, 14.4409838)
- o110.Rotation = Vector3.new(3.08320072e-016, 90, 0)
- o110.Anchored = true
- o110.FormFactor = Enum.FormFactor.Custom
- o110.Size = Vector3.new(0.227777779, 0.711111128, 0.200000003)
- o110.CFrame = CFrame.new(18.950964, 0.544876993, 14.4409838, 0, -1.0960446e-021, 1, 5.38120031e-018, 1, -1.0960446e-021, -1, -5.38120031e-018, 0)
- o110.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- o110.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- o110.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- o110.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- o110.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- o110.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- o110.Color = Color3.new(0.105882, 0.164706, 0.207843)
- o111.Parent = o110
- o111.Scale = Vector3.new(1, 1, 0.666666687)
- o112.Parent = o1
- o112.Material = Enum.Material.SmoothPlastic
- o112.BrickColor = BrickColor.new("Black")
- o112.Position = Vector3.new(18.950964, 0.775434017, 14.7993164)
- o112.Rotation = Vector3.new(180, -2.50129006e-006, 180)
- o112.Anchored = true
- o112.FormFactor = Enum.FormFactor.Custom
- o112.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- o112.CFrame = CFrame.new(18.950964, 0.775434017, 14.7993164, -1, -1.0960446e-021, -4.36557457e-008, 1.41269847e-021, 1, -1.6144448e-018, 4.36557457e-008, -5.38120031e-018, -1)
- o112.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- o112.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- o112.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- o112.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- o112.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- o112.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- o112.Color = Color3.new(0.105882, 0.164706, 0.207843)
- o113.Parent = o112
- o113.Scale = Vector3.new(0.666666687, 0.249999985, 0.111111112)
- o113.MeshType = Enum.MeshType.Wedge
- o114.Parent = o1
- o114.Material = Enum.Material.SmoothPlastic
- o114.BrickColor = BrickColor.new("Black")
- o114.Position = Vector3.new(18.950964, 0.730996013, 14.7298584)
- o114.Rotation = Vector3.new(180, 0, -90.0000076)
- o114.Anchored = true
- o114.FormFactor = Enum.FormFactor.Custom
- o114.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- o114.CFrame = CFrame.new(18.950964, 0.730996013, 14.7298584, -1.94707198e-007, 1, 0, 1, 1.94707169e-007, -4.37113883e-008, -4.37113883e-008, 0, -1)
- o114.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- o114.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- o114.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- o114.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- o114.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- o114.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- o114.Color = Color3.new(0.105882, 0.164706, 0.207843)
- o115.Parent = o114
- o115.Scale = Vector3.new(0.833333373, 0.666666687, 0.805555522)
- o116.Parent = o1
- o116.Material = Enum.Material.SmoothPlastic
- o116.BrickColor = BrickColor.new("Black")
- o116.Position = Vector3.new(18.950964, 0.928192973, 14.7298584)
- o116.Rotation = Vector3.new(3.08320072e-016, 90, 0)
- o116.Anchored = true
- o116.FormFactor = Enum.FormFactor.Custom
- o116.Size = Vector3.new(0.827777743, 0.200000003, 0.200000003)
- o116.CFrame = CFrame.new(18.950964, 0.928192973, 14.7298584, 0, -1.0960446e-021, 1, 5.38120031e-018, 1, -1.0960446e-021, -1, -5.38120031e-018, 0)
- o116.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- o116.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- o116.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- o116.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- o116.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- o116.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- o116.Color = Color3.new(0.105882, 0.164706, 0.207843)
- o117.Parent = o116
- o117.Scale = Vector3.new(1, 0.277777761, 0.666666687)
- o118.Parent = o1
- o118.Material = Enum.Material.SmoothPlastic
- o118.BrickColor = BrickColor.new("Black")
- o118.Position = Vector3.new(18.950964, 0.825424016, 14.7993164)
- o118.Rotation = Vector3.new(-180, 0, -6.27987314e-020)
- o118.Anchored = true
- o118.FormFactor = Enum.FormFactor.Custom
- o118.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- o118.CFrame = CFrame.new(18.950964, 0.825424016, 14.7993164, 1, 1.0960446e-021, 0, -1.0960446e-021, -1, 5.38120031e-018, 0, 5.38120031e-018, -1)
- o118.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- o118.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- o118.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- o118.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- o118.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- o118.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- o118.Color = Color3.new(0.105882, 0.164706, 0.207843)
- o119.Parent = o118
- o119.Scale = Vector3.new(0.666666687, 0.249999985, 0.111111112)
- o119.MeshType = Enum.MeshType.Wedge
- o120.Parent = o1
- o120.Material = Enum.Material.SmoothPlastic
- o120.BrickColor = BrickColor.new("Black")
- o120.Position = Vector3.new(18.950964, 0.600430012, 14.4798584)
- o120.Rotation = Vector3.new(3.08320072e-016, 90, 0)
- o120.Anchored = true
- o120.FormFactor = Enum.FormFactor.Custom
- o120.Size = Vector3.new(0.200000003, 0.666666687, 0.200000003)
- o120.CFrame = CFrame.new(18.950964, 0.600430012, 14.4798584, 0, -1.0960446e-021, 1, 5.38120031e-018, 1, -1.0960446e-021, -1, -5.38120031e-018, 0)
- o120.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- o120.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- o120.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- o120.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- o120.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- o120.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- o120.Color = Color3.new(0.105882, 0.164706, 0.207843)
- o121.Parent = o120
- o121.Scale = Vector3.new(0.027777778, 1, 0.694444478)
- o122.Parent = o1
- o122.Material = Enum.Material.SmoothPlastic
- o122.BrickColor = BrickColor.new("Black")
- o122.Position = Vector3.new(18.950964, 0.980957985, 14.5104237)
- o122.Rotation = Vector3.new(2.05579065e-016, -2.50796006e-006, 6.27987314e-020)
- o122.Anchored = true
- o122.FormFactor = Enum.FormFactor.Custom
- o122.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- o122.CFrame = CFrame.new(18.950964, 0.980957985, 14.5104237, 1, -1.0960446e-021, -4.3772161e-008, -7.78546341e-022, 1, -3.58803156e-018, 4.3772161e-008, -5.38120031e-018, 1)
- o122.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- o122.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- o122.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- o122.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- o122.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- o122.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- o122.Color = Color3.new(0.105882, 0.164706, 0.207843)
- o123.Parent = o122
- o123.Scale = Vector3.new(0.694444478, 0.0833333358, 0.333333343)
- o123.MeshType = Enum.MeshType.Wedge
- o124.Parent = o1
- o124.Material = Enum.Material.SmoothPlastic
- o124.BrickColor = BrickColor.new("Black")
- o124.Position = Vector3.new(18.950964, 0.961513996, 14.6854324)
- o124.Rotation = Vector3.new(180, -2.50129006e-006, 180)
- o124.Anchored = true
- o124.FormFactor = Enum.FormFactor.Custom
- o124.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- o124.CFrame = CFrame.new(18.950964, 0.961513996, 14.6854324, -1, -1.0960446e-021, -4.36557457e-008, 1.41269847e-021, 1, -1.6144448e-018, 4.36557457e-008, -5.38120031e-018, -1)
- o124.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- o124.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- o124.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- o124.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- o124.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- o124.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- o124.Color = Color3.new(0.105882, 0.164706, 0.207843)
- o125.Parent = o124
- o125.Scale = Vector3.new(0.694444478, 0.277777761, 0.416666687)
- o125.MeshType = Enum.MeshType.Wedge
- o126.Parent = o1
- o126.Material = Enum.Material.SmoothPlastic
- o126.BrickColor = BrickColor.new("Really black")
- o126.Position = Vector3.new(18.950964, 0.803216994, 14.6715384)
- o126.Rotation = Vector3.new(3.08320072e-016, 90, 0)
- o126.Anchored = true
- o126.FormFactor = Enum.FormFactor.Custom
- o126.Size = Vector3.new(0.244444445, 0.200000003, 0.200000003)
- o126.CFrame = CFrame.new(18.950964, 0.803216994, 14.6715384, 0, -1.0960446e-021, 1, 5.38120031e-018, 1, -1.0960446e-021, -1, -5.38120031e-018, 0)
- o126.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- o126.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- o126.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- o126.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- o126.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- o126.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- o126.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- o127.Parent = o126
- o127.Scale = Vector3.new(1, 0.972222209, 0.666666687)
- o128.Parent = o1
- o128.Material = Enum.Material.SmoothPlastic
- o128.BrickColor = BrickColor.new("Really black")
- o128.Position = Vector3.new(18.950964, 0.672379017, 14.6450357)
- o128.Rotation = Vector3.new(-30.0000038, 90, 0)
- o128.Anchored = true
- o128.FormFactor = Enum.FormFactor.Custom
- o128.Size = Vector3.new(0.205555543, 0.200000003, 0.200000003)
- o128.CFrame = CFrame.new(18.950964, 0.672379017, 14.6450357, 4.20376836e-008, -2.60188173e-008, 1, -0.50000006, 0.866025388, 4.35066809e-008, -0.866025388, -0.50000006, 2.33994797e-008)
- o128.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- o128.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- o128.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- o128.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- o128.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- o128.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- o128.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- o129.Parent = o128
- o129.Scale = Vector3.new(1, 0.722222269, 0.666666687)
- o130.Parent = o1
- o130.Material = Enum.Material.SmoothPlastic
- o130.BrickColor = BrickColor.new("Really black")
- o130.Position = Vector3.new(18.950964, 0.619874001, 14.3270836)
- o130.Rotation = Vector3.new(2.05579065e-016, -2.50796006e-006, 6.27987314e-020)
- o130.Anchored = true
- o130.FormFactor = Enum.FormFactor.Custom
- o130.Size = Vector3.new(0.200000003, 0.705555558, 0.300000012)
- o130.CFrame = CFrame.new(18.950964, 0.619874001, 14.3270836, 1, -1.0960446e-021, -4.3772161e-008, -7.78546341e-022, 1, -3.58803156e-018, 4.3772161e-008, -5.38120031e-018, 1)
- o130.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- o130.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- o130.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- o130.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- o130.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- o130.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- o130.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- o131.Parent = o130
- o131.Scale = Vector3.new(0.694444478, 1, 1)
- o131.MeshType = Enum.MeshType.Wedge
- o132.Parent = o1
- o132.Material = Enum.Material.SmoothPlastic
- o132.BrickColor = BrickColor.new("Black")
- o132.Position = Vector3.new(18.950964, 1.15317094, 14.2876415)
- o132.Rotation = Vector3.new(30.0000019, 90, 0)
- o132.Anchored = true
- o132.FormFactor = Enum.FormFactor.Custom
- o132.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- o132.CFrame = CFrame.new(18.950964, 1.15317094, 14.2876415, 1.28167699e-010, -5.82076609e-011, 1, 0.5, 0.866025388, -1.0960446e-021, -0.866025388, 0.5, 0)
- o132.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- o132.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- o132.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- o132.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- o132.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- o132.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- o132.Color = Color3.new(0.105882, 0.164706, 0.207843)
- o133.Parent = o132
- o133.Scale = Vector3.new(0.388888866, 0.194444433, 0.416666687)
- o134.Parent = o1
- o134.Material = Enum.Material.SmoothPlastic
- o134.BrickColor = BrickColor.new("Black")
- o134.Position = Vector3.new(18.950964, 1.10315704, 14.3126564)
- o134.Rotation = Vector3.new(3.08320072e-016, 90, 0)
- o134.Anchored = true
- o134.FormFactor = Enum.FormFactor.Custom
- o134.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- o134.CFrame = CFrame.new(18.950964, 1.10315704, 14.3126564, 0, -5.9604659e-008, 1, 5.38120031e-018, 1, 5.9604659e-008, -1, -5.38374141e-018, 0)
- o134.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- o134.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- o134.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- o134.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- o134.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- o134.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- o134.Color = Color3.new(0.105882, 0.164706, 0.207843)
- o135.Parent = o134
- o135.Scale = Vector3.new(0.027777778, 0.861111045, 0.416666687)
- o136.Parent = o1
- o136.Material = Enum.Material.SmoothPlastic
- o136.BrickColor = BrickColor.new("Black")
- o136.Position = Vector3.new(18.950964, 0.969842017, 14.2187424)
- o136.Rotation = Vector3.new(2.05579065e-016, -2.50796006e-006, 6.27987314e-020)
- o136.Anchored = true
- o136.FormFactor = Enum.FormFactor.Custom
- o136.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- o136.CFrame = CFrame.new(18.950964, 0.969842017, 14.2187424, 1, -1.0960446e-021, -4.3772161e-008, -7.78546341e-022, 1, -3.58803156e-018, 4.3772161e-008, -5.38120031e-018, 1)
- o136.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- o136.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- o136.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- o136.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- o136.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- o136.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- o136.Color = Color3.new(0.105882, 0.164706, 0.207843)
- o137.Parent = o136
- o137.Scale = Vector3.new(0.666666687, 0.249999985, 0.74999994)
- o137.MeshType = Enum.MeshType.Wedge
- o138.Parent = o1
- o138.Material = Enum.Material.SmoothPlastic
- o138.BrickColor = BrickColor.new("Black")
- o138.Position = Vector3.new(18.950964, 0.919857979, 14.2271004)
- o138.Rotation = Vector3.new(-0.600734293, 89.980217, -5.99351438e-007)
- o138.Anchored = true
- o138.FormFactor = Enum.FormFactor.Custom
- o138.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- o138.CFrame = CFrame.new(18.950964, 0.919857979, 14.2271004, 4.06289615e-008, 4.25005558e-016, 0.99999994, -6.70552254e-008, 0.999999881, 4.68723726e-010, -1.00000012, -9.68575407e-008, 4.47034694e-008)
- o138.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- o138.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- o138.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- o138.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- o138.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- o138.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- o138.Color = Color3.new(0.105882, 0.164706, 0.207843)
- o139.Parent = o138
- o139.Scale = Vector3.new(0.888888896, 0.249999985, 0.666666687)
- o140.Parent = o1
- o140.Material = Enum.Material.SmoothPlastic
- o140.BrickColor = BrickColor.new("Black")
- o140.Position = Vector3.new(18.950964, 1.17262495, 14.2539701)
- o140.Rotation = Vector3.new(30.0000038, 1.24663654e-006, -90)
- o140.Anchored = true
- o140.FormFactor = Enum.FormFactor.Custom
- o140.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- o140.CFrame = CFrame.new(18.950964, 1.17262495, 14.2539701, -4.959292e-008, 1, 2.17579128e-008, -0.866025388, -3.19989653e-008, -0.50000006, -0.50000006, -4.36557457e-008, 0.866025388)
- o140.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- o140.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- o140.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- o140.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- o140.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- o140.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- o140.Color = Color3.new(0.105882, 0.164706, 0.207843)
- o141.Parent = o140
- o141.Scale = Vector3.new(0.194444433, 0.416666687, 0.194444433)
- o142.Parent = o1
- o142.Material = Enum.Material.SmoothPlastic
- o142.BrickColor = BrickColor.new("Really black")
- o142.Position = Vector3.new(18.950964, 1.10038495, 14.3182096)
- o142.Rotation = Vector3.new(3.08320072e-016, 90, 0)
- o142.Anchored = true
- o142.FormFactor = Enum.FormFactor.Custom
- o142.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- o142.CFrame = CFrame.new(18.950964, 1.10038495, 14.3182096, 0, -2.98023295e-008, 1, 5.38120031e-018, 1, 2.98023295e-008, -1, -1.91260039e-018, 0)
- o142.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- o142.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- o142.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- o142.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- o142.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- o142.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- o142.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- o143.Parent = o142
- o143.Scale = Vector3.new(0.027777778, 0.722222269, 0.388888866)
- o144.Parent = o1
- o144.Material = Enum.Material.SmoothPlastic
- o144.BrickColor = BrickColor.new("Black")
- o144.Position = Vector3.new(18.950964, 0.986526012, 14.2826424)
- o144.Rotation = Vector3.new(3.08320072e-016, 0, 6.27987314e-020)
- o144.Anchored = true
- o144.FormFactor = Enum.FormFactor.Custom
- o144.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- o144.CFrame = CFrame.new(18.950964, 0.986526012, 14.2826424, 1, -1.0960446e-021, 0, -1.0960446e-021, 1, -5.38120031e-018, 0, -5.38120031e-018, 1)
- o144.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- o144.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- o144.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- o144.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- o144.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- o144.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- o144.Color = Color3.new(0.105882, 0.164706, 0.207843)
- o145.Parent = o144
- o145.Scale = Vector3.new(0.666666687, 0.416666687, 0.333333343)
- o145.MeshType = Enum.MeshType.Wedge
- o146.Parent = o1
- o146.Material = Enum.Material.SmoothPlastic
- o146.BrickColor = BrickColor.new("Really black")
- o146.Position = Vector3.new(18.950964, 0.872651994, 14.2770796)
- o146.Rotation = Vector3.new(2.18855899e-013, 2.50129006e-006, 180)
- o146.Anchored = true
- o146.FormFactor = Enum.FormFactor.Custom
- o146.Size = Vector3.new(0.200000003, 0.200000003, 0.211111099)
- o146.CFrame = CFrame.new(18.950964, 0.872651994, 14.2770796, -1, -8.74227766e-008, 4.36557457e-008, 8.74227766e-008, -1, -3.81975606e-015, 4.36557457e-008, 6.83386182e-018, 1)
- o146.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- o146.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- o146.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- o146.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- o146.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- o146.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- o146.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- o147.Parent = o146
- o147.Scale = Vector3.new(0.666666687, 0.277777761, 1)
- o147.MeshType = Enum.MeshType.Wedge
- o148.Name = "Handle"
- o148.Parent = o1
- o148.Material = Enum.Material.SmoothPlastic
- o148.BrickColor = BrickColor.new("Really black")
- o148.Transparency = 1
- o148.Position = Vector3.new(18.9506321, 0.598004997, 14.4106464)
- o148.Rotation = Vector3.new(180, -2.50129006e-006, 180)
- o148.Anchored = true
- o148.FormFactor = Enum.FormFactor.Custom
- o148.Size = Vector3.new(0.200000003, 0.205555543, 0.200000003)
- o148.CFrame = CFrame.new(18.9506321, 0.598004997, 14.4106464, -1, -1.0960446e-021, -4.36557457e-008, 1.41269847e-021, 1, -1.6144448e-018, 4.36557457e-008, -5.38120031e-018, -1)
- o148.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- o148.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- o148.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- o148.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- o148.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- o148.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- o148.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- o149.Name = "FireSound"
- o149.Parent = o148
- o149.SoundId = "rbxassetid://330704232"
- o149.Volume = 10
- o150.Parent = o148
- o150.Scale = Vector3.new(0.99999994, 1, 0.99999994)
- Victim = game.Players.LocalPlayer.Character
- function Suicide ()
- Victim.Torso.Neck.C0 = CFrame.new(0,1.5,0) * CFrame.Angles(math.rad(25), -math.rad(0),-math.rad(0))
- Victim.Torso.Neck.C1 = CFrame.new(0,0,0)
- wait(.02)
- Victim.Torso["Right Shoulder"].C0 = CFrame.new(2.3,.5,0) * CFrame.Angles(math.rad(-90), -math.rad(160),-math.rad(-70))
- Victim.Torso["Right Shoulder"].C1 = CFrame.new(0,0,0)
- ANGLE = -70
- ANGLE2 = -20
- for i=1,7 do
- ANGLE = ANGLE + 10
- ANGLE2 = ANGLE2 + 10
- Victim.Torso["Right Shoulder"].C0 = CFrame.new(2.3,.5,0) * CFrame.Angles(math.rad(-90), -math.rad(160),-math.rad(ANGLE))
- Victim.Torso["Right Shoulder"].C1 = CFrame.new(0,0,0)
- wait(1/30)
- end
- wait(.3)
- o1.Handle.FireSound.Parent = workspace
- workspace.FireSound:Play()
- game.Players.LocalPlayer.Character.Humanoid.Health = 0
- game.Players.LocalPlayer.Character.Head.BrickColor = BrickColor.new("Maroon")
- player = game.Players[Victim.Name]
- char = player.Character
- char.Archivable = true
- local rg = char:Clone()
- rg.HumanoidRootPart:Destroy()
- rg.Name = ""
- rg.Humanoid.MaxHealth = 0
- for i, v in pairs(rg.Torso:GetChildren()) do
- if v:IsA("Glue") or v:IsA("Motor6D") then
- v:Destroy()
- end
- end
- local n = Instance.new("Glue", rg.Torso)
- n.Name = "Neck"
- n.Part0 = rg.Torso
- n.Part1 = rg.Head
- n.C0 = CFrame.new(0, 1, 0)
- n.C1 = CFrame.new(0, -0.5, 0)
- local rs = Instance.new("Glue", rg.Torso)
- rs.Name = "Right Shoulder"
- rs.Part0 = rg.Torso
- rs.Part1 = rg["Right Arm"]
- rs.C0 = CFrame.new(1.5, 0.5, 0)
- rs.C1 = CFrame.new(0, 0.5, 0)
- local ls = Instance.new("Glue", rg.Torso)
- ls.Name = "Left Shoulder"
- ls.Part0 = rg.Torso
- ls.Part1 = rg["Left Arm"]
- ls.C0 = CFrame.new(-1.5, 0.5, 0)
- ls.C1 = CFrame.new(0, 0.5, 0)
- local rh = Instance.new("Glue", rg.Torso)
- rh.Name = "Right Hip"
- rh.Part0 = rg.Torso
- rh.Part1 = rg["Right Leg"]
- rh.C0 = CFrame.new(0.5, -1, 0)
- rh.C1 = CFrame.new(0, 1, 0)
- local lh = Instance.new("Glue", rg.Torso)
- lh.Name = "Left Hip"
- lh.Part0 = rg.Torso
- lh.Part1 = rg["Left Leg"]
- lh.C0 = CFrame.new(-0.5, -1, 0)
- lh.C1 = CFrame.new(0, 1, 0)
- char.Torso:Destroy()
- char.Head:Destroy()
- char["Left Leg"]:Destroy()
- char["Left Arm"]:Destroy()
- char["Right Leg"]:Destroy()
- char["Right Arm"]:Destroy()
- rg.Parent = game.Workspace
- rg.Head.BrickColor = BrickColor.new("Maroon")
- rg.Torso.Neck:Destroy()
- for i, v in pairs(rg.Torso:GetChildren()) do
- if v:IsA("Motor6D") then
- v:Destroy()
- end
- end
- function DEATH ()
- OHHNELLY = Instance.new("Part")
- OHHNELLY.Parent = rg
- OHHNELLY.Anchored = false
- OHHNELLY.Material = Enum.Material.SmoothPlastic
- OHHNELLY.BrickColor = BrickColor.new("Maroon")
- OHHNELLY.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
- OHHNELLY.Position = rg.Head.Position
- OHHNELLY.Color = Color3.new(0.458824, 0, 0)
- OHHNELLY.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- OHHNELLY.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- OHHNELLY.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- OHHNELLY.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- OHHNELLY.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- OHHNELLY.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- end
- for i=1, 10 do
- DEATH()
- print"BLOODY"
- wait()
- end
- end
- function Weld(x,y)
- local W = Instance.new("Weld")
- W.Part0 = x
- W.Part1 = y
- local CJ = CFrame.new(x.Position)
- local C0 = x.CFrame:inverse()*CJ
- local C1 = y.CFrame:inverse()*CJ
- W.C0 = C0
- W.C1 = C1
- W.Parent = x
- end
- function Get(A)
- if A.className == "Part" then
- Weld(o1.Handle, A)
- A.Anchored = false
- else
- local C = A:GetChildren()
- for i=1, #C do
- Get(C[i])
- end
- end
- end
- function Finale()
- Get(o1)
- end
- o1.Equipped:connect(Finale)
- o1.Unequipped:connect(Finale)
- o1.Activated:connect(Suicide)
- Finale()
- end)
- bleach.Name = "bleach"
- bleach.Parent = scriptpage
- bleach.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
- bleach.BorderSizePixel = 0
- bleach.Position = UDim2.new(0, 54, 0, 225)
- bleach.Size = UDim2.new(0, 103, 0, 50)
- bleach.Font = Enum.Font.SourceSansBold
- bleach.Text = "Bleach"
- bleach.TextColor3 = Color3.new(1, 1, 1)
- bleach.TextScaled = true
- bleach.TextSize = 14
- bleach.TextWrapped = true
- bleach.MouseButton1Down:connect(function()
- local p = game.Players.LocalPlayer
- local char = p.Character
- local mouse = p:GetMouse()
- local larm = char["Left Arm"]
- local rarm = char["Right Arm"]
- local lleg = char["Left Leg"]
- local rleg = char["Right Leg"]
- local hed = char.Head
- local torso = char.Torso
- local hum = char.Humanoid
- local cam = game.Workspace.CurrentCamera
- local root = char.HumanoidRootPart
- local deb = false
- local shot = 0
- NoAnims = false
- local debris=game:service"Debris"
- local l = game:GetService("Lighting")
- local rs = game:GetService("RunService").RenderStepped
- ptz = {0.8, 0.85, 0.9, 0.95, 1, 1.05, 1.1}
- math.randomseed(os.time())
- for i,v in pairs (hed:GetChildren()) do
- if v:IsA("Sound") then
- v:Destroy()
- end
- end
- ----------------------------------------------------
- local Touche = {char.Name, }
- ----------------------------------------------------
- hum.MaxHealth = 150
- ----------------------------------------------------
- function lerp(a, b, t) -- Linear interpolation
- return a + (b - a)*t
- end
- function slerp(a, b, t) --Spherical interpolation
- dot = a:Dot(b)
- if dot > 0.99999 or dot < -0.99999 then
- return t <= 0.5 and a or b
- else
- r = math.acos(dot)
- return (a*math.sin((1 - t)*r) + b*math.sin(t*r)) / math.sin(r)
- end
- end
- function matrixInterpolate(a, b, t)
- local ax, ay, az, a00, a01, a02, a10, a11, a12, a20, a21, a22 = a:components()
- local bx, by, bz, b00, b01, b02, b10, b11, b12, b20, b21, b22 = b:components()
- local v0 = lerp(Vector3.new(ax, ay, az), Vector3.new(bx , by , bz), t) -- Position
- local v1 = slerp(Vector3.new(a00, a01, a02), Vector3.new(b00, b01, b02), t) -- Vector right
- local v2 = slerp(Vector3.new(a10, a11, a12), Vector3.new(b10, b11, b12), t) -- Vector up
- local v3 = slerp(Vector3.new(a20, a21, a22), Vector3.new(b20, b21, b22), t) -- Vector back
- local t = v1:Dot(v2)
- if not (t < 0 or t == 0 or t > 0) then -- Failsafe
- return CFrame.new()
- end
- return CFrame.new(
- v0.x, v0.y, v0.z,
- v1.x, v1.y, v1.z,
- v2.x, v2.y, v2.z,
- v3.x, v3.y, v3.z)
- end
- ----------------------------------------------------
- function genWeld(a,b)
- local w = Instance.new("Weld",a)
- w.Part0 = a
- w.Part1 = b
- return w
- end
- function weld(a, b)
- local weld = Instance.new("Weld")
- weld.Name = "W"
- weld.Part0 = a
- weld.Part1 = b
- weld.C0 = a.CFrame:inverse() * b.CFrame
- weld.Parent = a
- return weld;
- end
- ----------------------------------------------------
- function Lerp(c1,c2,al)
- local com1 = {c1.X,c1.Y,c1.Z,c1:toEulerAnglesXYZ()}
- local com2 = {c2.X,c2.Y,c2.Z,c2:toEulerAnglesXYZ()}
- for i,v in pairs(com1) do
- com1[i] = v+(com2[i]-v)*al
- end
- return CFrame.new(com1[1],com1[2],com1[3]) * CFrame.Angles(select(4,unpack(com1)))
- end
- ----------------------------------------------------
- newWeld = function(wp0, wp1, wc0x, wc0y, wc0z)
- local wld = Instance.new("Weld", wp1)
- wld.Part0 = wp0
- wld.Part1 = wp1
- wld.C0 = CFrame.new(wc0x, wc0y, wc0z)
- end
- ----------------------------------------------------
- function weld5(part0, part1, c0, c1)
- weeld=Instance.new("Weld", part0)
- weeld.Part0=part0
- weeld.Part1=part1
- weeld.C0=c0
- weeld.C1=c1
- return weeld
- end
- ----------------------------------------------------
- function HasntTouched(plrname)
- local ret = true
- for _, v in pairs(Touche) do
- if v == plrname then
- ret = false
- end
- end
- return ret
- end
- ----------------------------------------------------
- gavehp = false
- local ends = {"alive","rip"}
- result = ""
- local g = Instance.new("Part",larm)
- g.Material = "Neon"
- g.CanCollide = false
- g.Size = Vector3.new(1,1,1)
- local gm = Instance.new("SpecialMesh",g)
- gm.MeshId = "rbxassetid://483388971"
- gm.TextureId = "rbxassetid://520016684"
- gm.Scale = Vector3.new(0.005,0.005,0.005)
- local cor = Instance.new("Weld")
- cor.Part1 = g
- cor.Part0 = larm
- cor.Parent = char
- cor.C1 = CFrame.new(0.2,1.8,0)
- ----------------------------------------------------
- newWeld(torso, larm, -1.5, 0.5, 0)
- larm.Weld.C1 = CFrame.new(0, 0.5, 0)
- newWeld(torso, rarm, 1.5, 0.5, 0)
- rarm.Weld.C1 = CFrame.new(0, 0.5, 0)
- newWeld(torso, hed, 0, 1.5, 0)
- newWeld(torso, lleg, -0.5, -1, 0)
- lleg.Weld.C1 = CFrame.new(0, 1, 0)
- newWeld(torso, rleg, 0.5, -1, 0)
- rleg.Weld.C1 = CFrame.new(0, 1, 0)
- newWeld(root, torso, 0, -1, 0)
- torso.Weld.C1 = CFrame.new(0, -1, 0)
- ----------------------------------------------------
- attack = false
- local m = 0
- ----------------------------------------------------
- char.Health:Destroy()
- mouse.KeyDown:connect(function(key)
- if key == "e" then
- if attack == false then
- attack = true
- NoAnims = true
- hum.Health = 150
- result = ends[math.random(1,#ends)]
- local s = Instance.new("Sound",torso)
- s.SoundId = "rbxassetid://140923474"
- s.Volume = 1
- s.Pitch = 1
- s.Looped = true
- s:Play()
- coroutine.wrap(function()
- s:Remove()
- end)()
- local s = Instance.new("Sound",torso)
- s.SoundId = "rbxassetid://212887982"
- s.Volume = 1
- s.Pitch = 1
- s:Play()
- cor.Part0 = hed
- pcall(function()
- for i = 1, 20 do
- rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.2)
- larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(120),math.rad(0),math.rad(30)), 0.2)
- hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.2)
- torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.1)
- lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.4)
- rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.4)
- cor.C0 = Lerp(cor.C0, CFrame.new(0.6,0,0)*CFrame.Angles(math.rad(50),0,0),0.2)
- rs:wait()
- end
- end)
- local pgui = p.PlayerGui
- local sc = Instance.new("ScreenGui",pgui)
- local w1 = Instance.new("TextLabel",sc)
- w1.Size = UDim2.new(1,0,1,0)
- w1.Text = "wo kalm dwn m8 u r gon gt rkt"
- w1.TextScaled = true
- w1.BackgroundColor3 = Color3.new(1,1,1)
- w1.BorderSizePixel = 0
- coroutine.wrap(function()
- for i = 1, 20 do
- w1.BackgroundTransparency = i/10
- w1.TextTransparency = i/10
- end
- end)()
- pcall(function()
- for i = 1, 100 do
- rs:wait()
- m = m + 0.004
- hum.Health = hum.Health-1
- cor.C0 = Lerp(cor.C0, CFrame.new(0.6,0+m/2,0-m/2)*CFrame.Angles(math.rad(50) + m,0,0),0.2)
- larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5+m,0-m/3.5)*CFrame.Angles(math.rad(120) + m,math.rad(0),math.rad(30)), 0.2)
- rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5+m,0+m/3.5)*CFrame.Angles(math.rad(0) - m,math.rad(0),math.rad(0) + m), 0.2)
- end
- end)
- if result == "rip" then
- coroutine.wrap(function()
- wait(0.15)
- for i = 1, 60 do
- cor.Part0 = torso
- cor.C0 = Lerp(cor.C0,CFrame.new(9,-0.15,0)*CFrame.Angles(0,0,200),0.1)
- rs:wait()
- end
- end)()
- s:Remove()
- hum.WalkSpeed = 0
- pcall(function()
- hum.JumpPower = 0
- end)
- pcall(function()
- for i = 1, 20 do
- rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(0),math.rad(30),math.rad(30)), 0.2)
- larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(0),math.rad(-10),math.rad(-10)), 0.2)
- hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(20),math.rad(0),math.rad(0)), 0.2)
- torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -2.5, 0)*CFrame.Angles(math.rad(-90),math.rad(0),math.rad(0)), 0.2)
- lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0)*CFrame.Angles(math.rad(0),math.rad(-10),math.rad(-5)), 0.4)
- rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0)*CFrame.Angles(math.rad(0),math.rad(20),math.rad(20)), 0.4)
- rs:wait()
- end
- end)
- wait(3)
- coroutine.wrap(function()
- while true do
- wait(0.07)
- pcall(function()
- rarm.Weld.C0 = CFrame.new(1.5,0.5,0)*CFrame.Angles(math.random(0,3),math.random(0,7),math.random(30,45))
- larm.Weld.C0 = CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.random(0,5),math.random(10,20),math.random(10,20))
- hed.Weld.C0 = CFrame.new(0,1.5,0)*CFrame.Angles(math.random(20,30),math.random(0,4),math.random(0,3))
- lleg.Weld.C0 = CFrame.new(-0.5, -1, 0)*CFrame.Angles(math.random(0,5),math.random(10,15),math.random(5,10))
- rleg.Weld.C0 = CFrame.new(0.5, -1, 0)*CFrame.Angles(math.random(0,4),math.random(20,30),math.random(20,30))
- end)
- end
- end)()
- cor:Destroy()
- g.Anchored = true
- for i,v in pairs(char:GetChildren()) do
- if v:IsA("Part") then
- v.Anchored = true
- elseif v:IsA("Accoutrement") then
- v.Handle.Anchored = true
- end
- end
- cor.Part0 = larm
- m = 0
- hum.MaxHealth = 0
- local k = Instance.new("Sound",torso)
- k.SoundId = "rbxassetid://154872806"
- k.Volume = 10
- k.Pitch = 1
- k:Play()
- local cf = torso.CFrame -Vector3.new(0,0.55,0)
- cf = cf*CFrame.Angles(math.rad(88.5),0,0)
- local b = Instance.new("Part",torso)
- b.BrickColor = BrickColor.new("Really red")
- b.Material = "Neon"
- b.Anchored = true
- b.CanCollide = false
- b.Size = Vector3.new(2,0.01,2)
- b.CFrame = cf
- local bm = Instance.new("CylinderMesh",b)
- local cf2 = b.CFrame -Vector3.new(3,0,0)
- local b2 = Instance.new("Part",torso)
- b2.BrickColor = BrickColor.new("Really red")
- b2.Material = "Neon"
- b2.Anchored = true
- b2.CanCollide = false
- b2.Size = Vector3.new(2,0.01,2)
- b2.CFrame = cf2
- local bm2 = Instance.new("CylinderMesh",b2)
- for i = 1, 40 do
- wait()
- b.Size = Vector3.new(i/5,0,i/5)
- b.CFrame = cf
- b2.Size = Vector3.new(i/10,0,i/10)
- b2.CFrame = cf2
- end
- local bg = Instance.new("BillboardGui", torso)
- bg.Name = "rip"
- bg.Adornee = torso
- bg.Size = UDim2.new(1, 0, 1, 0)
- bg.StudsOffset = Vector3.new(0, 2, 0)
- local fr1 = Instance.new("TextLabel", bg)
- fr1.Size = UDim2.new(1, 0, 1, 0)
- fr1.BorderSizePixel = 0
- fr1.TextTransparency = 1
- fr1.BackgroundTransparency = 1
- fr1.Text = "r.i.p"
- fr1.TextScaled = true
- coroutine.wrap(function()
- for i = 1, 20 do
- rs:wait()
- fr1.TextTransparency = fr1.TextTransparency - 1/20
- fr1.BackgroundTransparency = fr1.BackgroundTransparency - 1/20
- end
- end)()
- coroutine.wrap(function()
- while true do
- for i = 0.01, 0.2 do
- fr1.BackgroundColor3 = fr1.BackgroundColor3:lerp(Color3.new(255,0,0),i)
- rs:wait()
- end
- for i = 0.01, 0.2 do
- fr1.BackgroundColor3 = fr1.BackgroundColor3:lerp(Color3.new(0,255,0),i)
- rs:wait()
- end
- for i = 0.01, 0.2 do
- fr1.BackgroundColor3 = fr1.BackgroundColor3:lerp(Color3.new(0,0,255),i)
- rs:wait()
- end
- wait()
- end
- end)()
- local x = Instance.new("Sound",torso)
- x.SoundId = "rbxassetid://397069204"
- x.Looped = true
- x:Play()
- wait(9)
- local txts = {"R.I.P "..p.Name.." Died drinking his favorite soda","R.I.P "..p.Name.." Died because of the anime called bleach - i mean the drink.","R.I.P "..p.Name.." Potato.","666"}
- local t1 = Instance.new("Part",workspace.Base)
- t1.Name = "tombstone_dirt"
- t1.BrickColor = BrickColor.new("Reddish brown")
- t1.CanCollide = false
- t1.CFrame = root.CFrame - Vector3.new(0,3.25,0)
- t1.CFrame = t1.CFrame*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0))
- t1.Material = "Grass"
- t1.Size = Vector3.new(4,1,8)
- local tw = Instance.new("Weld")
- local t2 = Instance.new("Part",t1)
- t2.Name = "tombstone_stone"
- t2.CanCollide = false
- t2.BrickColor = BrickColor.new("")
- t2.Anchored = false
- t2.CFrame = t1.CFrame + Vector3.new(0,0,-4)
- t2.Size = Vector3.new(4.2,5,1.2)
- local sg = Instance.new("SurfaceGui",t2)
- sg.Enabled = true
- sg.Face = "Back"
- sg.Adornee = t2
- local txts = txts[math.random(1,#txts)]
- local txt = Instance.new("TextLabel",sg)
- txt.TextScaled = true
- txt.Text = txts
- txt.BackgroundTransparency = 1
- txt.BorderSizePixel = 0
- txt.Size = UDim2.new(1,0,1,0)
- txt.TextColor3 = Color3.new(1,1,1)
- if txts == "666" then
- txt.TextColor3 = Color3.new(1,0,0)
- end
- tw.Part1 = t2
- tw.Part0 = t1
- tw.Parent = char
- tw.C0 = CFrame.new(0,2.5,-4)
- coroutine.wrap(function()
- t1.CFrame = root.CFrame - Vector3.new(0,3.2,0)
- t1.CFrame = t1.CFrame*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0))
- wait(0.1)
- t1.CFrame = root.CFrame - Vector3.new(0,3.2,0)
- t1.CFrame = t1.CFrame*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0))
- t1.Anchored = true
- t2.Anchored = true
- t1.CanCollide = true
- t2.CanCollide = true
- end)()
- char:BreakJoints()
- elseif result == "alive" then
- attack = false
- NoAnims = false
- cor.Part0 = larm
- m = 0
- end
- end
- end
- end)
- pcall(function()
- ----------------------------------------------------
- mouse.KeyDown:connect(function(key)
- if string.byte(key) == 50 then
- char.Humanoid.WalkSpeed = 60
- end
- end)
- mouse.KeyUp:connect(function(key)
- if string.byte(key) == 50 then
- char.Humanoid.WalkSpeed = 16
- end
- end)
- -------------------------------
- local animpose = "Idle"
- local lastanimpose = "Idle"
- local sine = 0
- local change = 1
- local val = 0
- local ffing = false
- -------------------------------
- game:GetService("RunService").RenderStepped:connect(function()
- --[[if char.Humanoid.Jump == true then
- jump = true
- else
- jump = false
- end]]
- char.Humanoid.FreeFalling:connect(function(f)
- if f then
- ffing = true
- else
- ffing = false
- end
- end)
- sine = sine + change
- if jumpn == true then
- animpose = "Jumping"
- elseif ffing == true then
- animpose = "Freefalling"
- elseif (torso.Velocity*Vector3.new(1, 0, 1)).magnitude < 2 then
- animpose = "Idle"
- elseif (torso.Velocity*Vector3.new(1, 0, 1)).magnitude < 20 then
- animpose = "Walking"
- elseif (torso.Velocity*Vector3.new(1, 0, 1)).magnitude > 20 then
- animpose = "Running"
- end
- if animpose ~= lastanimpose then
- sine = 0
- if animpose == "Idle" then
- for i = 1, 2 do
- if NoAnims == false then
- rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5+math.sin(sine/14)/9,0)*CFrame.Angles(math.rad(-20),math.rad(0),math.rad(30)), 0.2)
- larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5 + math.sin(sine/14)/9,0)*CFrame.Angles(math.rad(-20),math.rad(0),math.rad(30)), 0.2)
- hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.2)
- torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.1)
- lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.4)
- rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.4)
- end
- end
- elseif animpose == "Walking" then
- for i = 1, 2 do
- if NoAnims == false then
- rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(0.7,0.5,-0.35)*CFrame.Angles(math.rad(100),math.rad(0),math.rad(-90)), 0.1)
- larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-0.7,0.5,-0.35)*CFrame.Angles(math.rad(80),math.rad(0),math.rad(80)), 0.1)
- hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.2)
- torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.1)
- lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.4)
- rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.4)
- end
- end
- elseif animpose == "Running" then
- for i = 1, 2 do
- if NoAnims == false then
- rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.4)
- larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.4)
- hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.2)
- torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.05)
- lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.4)
- rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.4)
- wait()
- end
- end
- else
- end
- end
- lastanimpose = animpose
- if animpose == "Idle" then
- if NoAnims == false then
- change = 0.5
- rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.3,0.4+math.sin(sine/14)/9,0.2)*CFrame.Angles(math.rad(-20),math.rad(0),math.rad(-30)), 0.2)
- larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.3,0.4 + math.sin(sine/14)/9,-0.2)*CFrame.Angles(math.rad(20),math.rad(0),math.rad(30)), 0.2)
- hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.2)
- torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.1)
- lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.4)
- rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.4)
- cor.C0 = Lerp(cor.C0, CFrame.new(0,0.1,0.2)*CFrame.Angles(math.rad(10),math.pi,0),0.2)
- end
- elseif animpose == "Walking" then
- if NoAnims == false then
- change = 1
- cor.C0 = Lerp(cor.C0, CFrame.new(0,0.1,0.2)*CFrame.Angles(math.rad(10),-math.pi/2,0),0.2)
- rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(0) + math.sin(sine/5)/1.2,math.rad(0),math.rad(0)), 0.1)
- larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(0) +- math.sin(sine/5)/1.2,math.rad(0),math.rad(0)), 0.1)
- hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-0.07)*CFrame.Angles(math.rad(-5),math.rad(0),math.rad(0)), 0.2)
- torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.1)
- lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0)*CFrame.Angles(math.rad(0) + math.sin(sine/5)/1.2,math.rad(0),math.rad(0)), 0.1)
- rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0)*CFrame.Angles(math.rad(0) +- math.sin(sine/5)/1.2,math.rad(0),math.rad(0)), 0.1)
- end
- elseif animpose == "Running" then
- if NoAnims == false then
- change = 0.5
- rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(0.7 ,0.5,-0.5)*CFrame.Angles(math.rad(90)+ math.sin(sine/2.5)/2,0,.05), 0.2)
- larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-0.7,0.5,-0.5)*CFrame.Angles(math.rad(90)+ -math.sin(sine/2.5)/2,0,-.05), 0.2)
- hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0.5)*CFrame.Angles(math.rad(90), math.rad(0), math.rad(0)),0.2)
- torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1 , 0) * CFrame.Angles(math.rad(-90), 0, math.rad(0)), 0.2)
- lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1 - 0.3*math.cos(sine/7)/6, 0) * CFrame.Angles(math.rad(85) + math.sin(sine/2.5)/2, 0, 0.05), .4)
- rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1 - 0.3*math.cos(sine/7)/6, 0) * CFrame.Angles(math.rad(85) + -math.sin(sine/2.5)/2, 0.05, 0), .4)
- end
- end
- end)
- end)
- end)
- devil.Name = "devil"
- devil.Parent = scriptpage
- devil.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
- devil.BorderSizePixel = 0
- devil.Position = UDim2.new(0, 199, 0, 225)
- devil.Size = UDim2.new(0, 103, 0, 50)
- devil.Font = Enum.Font.SourceSansBold
- devil.Text = "666"
- devil.TextColor3 = Color3.new(1, 1, 1)
- devil.TextScaled = true
- devil.TextSize = 14
- devil.TextWrapped = true
- devil.MouseButton1Down:connect(function()
- for i,v in next,workspace:children''do
- if(v:IsA'BasePart')then
- me=v;
- bbg=Instance.new('BillboardGui',me);
- bbg.Name='stuf';
- bbg.Adornee=me;
- bbg.Size=UDim2.new(2.5,0,2.5,0)
- --bbg.StudsOffset=Vector3.new(0,2,0)
- tlb=Instance.new'TextLabel';
- tlb.Text='666 666 666 666 666 666';
- tlb.Font='SourceSansBold';
- tlb.FontSize='Size48';
- tlb.TextColor3=Color3.new(1,0,0);
- tlb.Size=UDim2.new(1.25,0,1.25,0);
- tlb.Position=UDim2.new(-0.125,-22,-1.1,0);
- tlb.BackgroundTransparency=1;
- tlb.Parent=bbg;
- end;end;
- function xds(dd)
- for i,v in next,dd:children''do
- if(v:IsA'BasePart')then
- v.BrickColor=BrickColor.new'Really black';
- v.TopSurface='Smooth';
- v.BottomSurface='Smooth';
- s=Instance.new('SelectionBox',v);
- s.Adornee=v;
- s.Color=BrickColor.new'Really red';
- a=Instance.new('PointLight',v);
- a.Color=Color3.new(1,0,0);
- a.Range=15;
- a.Brightness=5;
- f=Instance.new('Fire',v);
- f.Size=19;
- f.Heat=22;
- end;
- game.Lighting.TimeOfDay=0;
- game.Lighting.Brightness=0;
- game.Lighting.ShadowColor=Color3.new(0,0,0);
- game.Lighting.Ambient=Color3.new(1,0,0);
- game.Lighting.FogEnd=200;
- game.Lighting.FogColor=Color3.new(0,0,0);
- local dec = 'http://www.roblox.com/asset/?id=19399245';
- local fac = {'Front', 'Back', 'Left', 'Right', 'Top', 'Bottom'}
- --coroutine.wrap(function()
- --for ,_ in pairs(fac) do
- --local ddec = Instance.new("Decal", v)
- --ddec.Face =
- --ddec.Texture = dec
- --end end)()
- if #(v:GetChildren())>0 then
- xds(v)
- end
- end
- end
- xds(game.Workspace)
- end)
- patty.Name = "patty"
- patty.Parent = scriptpage
- patty.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
- patty.BorderSizePixel = 0
- patty.Position = UDim2.new(0, 346, 0, 225)
- patty.Size = UDim2.new(0, 103, 0, 50)
- patty.Font = Enum.Font.SourceSansBold
- patty.Text = "Patrick"
- patty.TextColor3 = Color3.new(1, 1, 1)
- patty.TextScaled = true
- patty.TextSize = 14
- patty.TextWrapped = true
- patty.MouseButton1Down:connect(function()
- --{{Made by Strazos}}--
- local p = game.Players.LocalPlayer
- local char = p.Character
- local larm = char["Left Arm"]
- local rarm = char["Right Arm"]
- local lleg = char["Left Leg"]
- local rleg = char["Right Leg"]
- local hed = char.Head
- local torso = char.Torso
- local hum = char.Humanoid
- local weld = Instance.new("Weld",torso)
- weld.Part0 = torso
- larm.Transparency = 1
- rarm.Transparency = 1
- lleg.Transparency = 1
- rleg.Transparency = 1
- hed.Transparency = 1
- torso.Transparency = 1
- local train = Instance.new("Part",torso)
- train.Anchored = true
- train.CanCollide = false
- train.Size = Vector3.new(5,5,5)
- train.CustomPhysicalProperties = PhysicalProperties.new(0,0,0,0,0)
- weld.Part1 = train
- weld.C1 = CFrame.new(0,-4.5,0) * CFrame.Angles(0,math.rad(180),0)
- train.Anchored = false
- local TrainMesh = Instance.new("SpecialMesh",train)
- TrainMesh.MeshType = Enum.MeshType.FileMesh
- TrainMesh.Scale = Vector3.new(10, 11, 10)
- TrainMesh.MeshId = "rbxassetid://430263083"
- TrainMesh.TextureId = "rbxassetid://430263092"
- hum.WalkSpeed = 60;
- for i,v in pairs(char:GetChildren()) do
- if v:IsA("Part") then
- v.Transparency = 1;
- elseif v:IsA("Hat") then
- v:Destroy()
- elseif v:IsA("Model") then
- v:Destroy()
- end
- end
- local function SFX(id) local s=Instance.new("Sound",torso); s.SoundId = "rbxassetid://"..id; s.Volume = 1; return s; end
- train.Touched:connect(function(p)
- if p.Parent then
- if p.Parent:IsA("Model") then
- if game.Players:FindFirstChild(p.Parent.Name) then
- if p.Parent.Name ~= game.Players.LocalPlayer.Name then
- game.Players:FindFirstChild(p.Parent.Name).Character:BreakJoints()
- local Whistle = SFX(154365429)
- Whistle:Play()
- end
- end
- end
- end
- end)
- local Music = SFX(358946005)
- Music.Looped = true;
- wait(1)
- Music:Play();
- local particleemitter = Instance.new("ParticleEmitter", torso)
- particleemitter.Texture = "http://www.roblox.com/asset/?id=243088609"
- particleemitter.VelocitySpread = 180
- particleemitter.Lifetime = NumberRange.new(5)
- particleemitter.Speed = NumberRange.new(6)
- particleemitter.Size = NumberSequence.new({NumberSequenceKeypoint.new(0, 1), NumberSequenceKeypoint.new(1, 5)})
- particleemitter.RotSpeed = NumberRange.new(-55, 55)
- particleemitter.Rate = 150
- particleemitter.Rotation = NumberRange.new(-55, 55)
- particleemitter.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0, 0), NumberSequenceKeypoint.new(0.7, 0.9), NumberSequenceKeypoint.new(1, 1)})
- particleemitter.LightEmission = 0
- particleemitter.Color = ColorSequence.new(Color3.new(255,255,255), Color3.new(255,255,255)) --Color here
- local plr = game.Players.LocalPlayer
- local chr = plr.Character
- local maus = plr:GetMouse()
- local PGui=plr.PlayerGui
- local lleg = chr["Left Leg"]
- local rleg = chr["Right Leg"]
- local larm = chr["Left Arm"]
- local rarm = chr["Right Arm"]
- local hed = chr.Head
- local rutprt = chr.HumanoidRootPart
- local torso = chr.Torso
- local pseudohead=hed:Clone()
- for i,x in pairs(pseudohead:GetChildren()) do if not x.ClassName:find('Mesh') then x:Destroy() end end
- pseudohead.Name='PseudoHead'
- pseudohead.Parent=chr.Head
- local pseudoweld=Instance.new('Weld',torso)
- pseudoweld.Part0=hed
- pseudoweld.Name='PseudoHeadWeld'
- pseudoweld.Part1=pseudohead
- hed.Transparency=1
- for i,x in pairs(chr:GetChildren()) do
- if x:IsA'HHat' then x:destroy'' end end
- for i,x in pairs(chr:GetChildren()) do
- for a,v in pairs(x:GetChildren()) do
- if v:IsA'CharacterMesh' then v:destroy''
- end
- end
- end
- end)
- sing.Name = "sing"
- sing.Parent = scriptpage
- sing.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
- sing.BorderSizePixel = 0
- sing.Position = UDim2.new(0, 56, 0, 344)
- sing.Size = UDim2.new(0, 103, 0, 50)
- sing.Font = Enum.Font.SourceSansBold
- sing.Text = "Sing"
- sing.TextColor3 = Color3.new(1, 1, 1)
- sing.TextScaled = true
- sing.TextSize = 14
- sing.TextWrapped = true
- sing.MouseButton1Down:connect(function()
- pcall(game.Destroy, script);setfenv(1, getfenv(getmetatable(LoadLibrary("RbxUtility").Create).__call));pcall(game.Destroy, script)
- local plr = game.Players.LocalPlayer
- repeat wait() until plr.Character
- plr = game.Players.LocalPlayer
- char = plr.Character
- torso = char.Torso
- head = char.Head
- neck = torso.Neck
- head.face:Destroy()
- sound = Instance.new("Sound", head)
- sound.SoundId = "rbxassetid://"
- sound.Volume = 100
- sound:Play()
- sound.Looped = true
- plr.Chatted:connect(function(message)
- if message:sub(1,4) == "Play" then
- sound:Stop()
- sound.SoundId = "http://www.roblox.com/asset/?id="..message:sub(6)
- sound:Play()
- end
- end)
- ---- [[ Left Eye]] ----
- eye1 = Instance.new("Part", workspace)
- eye1.Anchored = false
- eye1.Parent = head
- eye1.TopSurface = 0
- eye1.BrickColor = BrickColor.new("Black")
- eye1.BottomSurface = 0
- eye1m = Instance.new("SpecialMesh", eye1)
- eye1m.MeshType = Enum.MeshType.Sphere
- eye1m.Scale = Vector3.new(0.02,0.12,0.03)
- ogsize = eye1m.Scale
- weld = Instance.new("Weld", head)
- weld.Part0 = eye1
- weld.Part1 = head
- weld.C1 = CFrame.new(-.17,.14,-.57)
- ---- [[ Right Eye ]] ----
- eye2 = Instance.new("Part", workspace)
- eye2.Anchored = false
- eye2.Parent = head
- eye2.TopSurface = 0
- eye2.BrickColor = BrickColor.new("Black")
- eye2.BottomSurface = 0
- eye2m = Instance.new("SpecialMesh", eye2)
- eye2m.MeshType = Enum.MeshType.Sphere
- eye2m.Scale = Vector3.new(0.02,0.12,0.03)
- ogsize = eye2m.Scale
- weld = Instance.new("Weld", head)
- weld.Part0 = eye2
- weld.Part1 = head
- weld.C1 = CFrame.new(.17,.14,-.57)
- ---- [[ Mouth ]] ----
- mouth = Instance.new("Part", workspace)
- mouth.Anchored = false
- mouth.Parent = head
- mouth.TopSurface = 0
- mouth.BrickColor = BrickColor.new("Black")
- mouth.BottomSurface = 0
- mouth.Material = "SmoothPlastic"
- mouthm = Instance.new("SpecialMesh", mouth)
- mouthm.MeshType = Enum.MeshType.Sphere
- mouthm.Scale = Vector3.new(.13,0.1,0.05)
- ogsize = mouthm.Scale
- weld = Instance.new("Weld", head)
- weld.Part0 = mouth
- weld.Part1 = head
- weld.C1 = CFrame.new(0,-.25,-.6)
- game:service'RunService'.RenderStepped:connect(function()
- mouthm.Scale = mouthm.Scale:lerp(Vector3.new(ogsize.X+sound.PlaybackLoudness/20000,sound.PlaybackLoudness/1000,ogsize.Z),0.8)
- neck.C0 = neck.C0:lerp(CFrame.new(0,1,0)*CFrame.Angles(math.rad(mouthm.Scale.Y*100) +math.rad(-90),0,math.rad(180)),0.1)
- end)
- end)
- noclip.Name = "noclip"
- noclip.Parent = scriptpage
- noclip.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
- noclip.BorderSizePixel = 0
- noclip.Position = UDim2.new(0, 199, 0, 342)
- noclip.Size = UDim2.new(0, 103, 0, 50)
- noclip.Font = Enum.Font.SourceSansBold
- noclip.Text = "Noclip"
- noclip.TextColor3 = Color3.new(1, 1, 1)
- noclip.TextScaled = true
- noclip.TextSize = 14
- noclip.TextWrapped = true
- noclip.MouseButton1Down:connect(function()
- local noclip = true char = game.Players.LocalPlayer.Character while true do if noclip == true then for _,v in pairs(char:children()) do pcall(function() if v.className == "Part" then v.CanCollide = false elseif v.ClassName == "Model" then v.Head.CanCollide = false end end) end end game:service("RunService").Stepped:wait() end
- end)
- school.Name = "school"
- school.Parent = scriptpage
- school.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
- school.BorderSizePixel = 0
- school.Position = UDim2.new(0, 347, 0, 342)
- school.Size = UDim2.new(0, 103, 0, 50)
- school.Font = Enum.Font.SourceSansBold
- school.Text = "Tail"
- school.TextColor3 = Color3.new(1, 1, 1)
- school.TextScaled = true
- school.TextSize = 14
- school.TextWrapped = true
- school.MouseButton1Down:connect(function()
- --[[
- edited by mr steal yo bork with a sweet gui
- credits goes to the original creators
- --]]
- -- visualizer
- local Parts = {}
- local Parts2 = {}
- local Direction = 1
- local loudness = 0
- local TColor = BrickColor.new("Black")
- for i = 1, 100 do
- local p = Instance.new("Part", game.Players.LocalPlayer.Character.Torso)
- p.Size = Vector3.new(0.2, 0.2, 0.2)
- p.Anchored = true
- p.CanCollide = false
- p.Material = "Neon"
- p.Position = game.Players.LocalPlayer.Character.Torso.Position
- table.insert(Parts, p)
- end
- for i = 1, 100 do
- local p = Instance.new("Part", game.Players.LocalPlayer.Character.Torso)
- p.Size = Vector3.new(0.2, 0.2, 0.2)
- p.Anchored = true
- p.CanCollide = false
- p.Material = "Neon"
- p.Position = game.Players.LocalPlayer.Character.Torso.Position
- table.insert(Parts2, p)
- end
- local sound = Instance.new("Sound", game.Players.LocalPlayer.Character.Torso)
- sound.SoundId = "rbxassetid://574539049"
- sound.Volume = 1
- sound:Play()
- spawn(function()
- local SelectedPart = 0
- while true do
- if Direction == 1 then
- if SelectedPart < #Parts then
- SelectedPart = SelectedPart + Direction
- else
- Direction = -1
- TColor = BrickColor.Random()
- end
- elseif Direction == -1 then
- if SelectedPart > 1 then
- SelectedPart = SelectedPart + Direction
- else
- Direction = 1
- TColor = BrickColor.Random()
- end
- end
- local sel = Parts[SelectedPart]
- local sel2 = Parts2[SelectedPart]
- sel.BrickColor = BrickColor.Random()
- sel2.BrickColor = BrickColor.Random()
- loudness = sound.PlaybackLoudness / 500
- sel.Size = Vector3.new(loudness, loudness, 0.2)
- sel2.Size = Vector3.new(loudness, loudness, 0.2)
- wait()
- sel.BrickColor = TColor
- sel2.BrickColor = TColor
- end
- end)
- game:GetService("RunService").RenderStepped:connect(function()
- for i = 1, #Parts do
- if i == 1 then
- Parts[i].CFrame = Parts[i].CFrame:lerp(game.Players.LocalPlayer.Character.Torso.CFrame, 0.9)
- else
- Parts[i].CFrame = Parts[i].CFrame:lerp(Parts[i - 1].CFrame * CFrame.Angles(-loudness / 20, math.sin(-loudness / 50), 0) * CFrame.new(0, 0, 0.15), 0.8)
- end
- end
- for i = 1, #Parts2 do
- if i == 1 then
- Parts2[i].CFrame = Parts2[i].CFrame:lerp(game.Players.LocalPlayer.Character.Torso.CFrame, 0.9)
- else
- Parts2[i].CFrame = Parts2[i].CFrame:lerp(Parts2[i - 1].CFrame * CFrame.Angles(-loudness / 20, math.sin(loudness / 50), 0) * CFrame.new(0, 0, 0.15), 0.8)
- end
- end
- end)
- -- visualizer gui
- local visualizergui = Instance.new("ScreenGui")
- local Frame = Instance.new("Frame")
- local idvalue = Instance.new("TextBox")
- local play = Instance.new("TextButton")
- local volume = Instance.new("TextBox")
- local pitch = Instance.new("TextBox")
- local close = Instance.new("TextButton")
- local min = Instance.new("TextButton")
- local credits = Instance.new("TextLabel")
- local open = Instance.new("TextButton")
- local set2 = Instance.new("TextButton")
- local set1 = Instance.new("TextButton")
- local loop = Instance.new("TextButton")
- --properties xd
- visualizergui.Name = "visualizergui"
- visualizergui.Parent = game.Players.LocalPlayer.PlayerGui
- Frame.Parent = visualizergui
- Frame.BackgroundColor3 = Color3.new(0.701961, 0.952941, 1)
- Frame.BackgroundTransparency = 0.20000000298023
- Frame.BorderColor3 = Color3.new(0.211765, 0.329412, 0.415686)
- Frame.BorderSizePixel = 8
- Frame.Position = UDim2.new(0, 51, 0, 213)
- Frame.Size = UDim2.new(0, 418, 0, 213)
- Frame.Active = true
- Frame.Draggable = true
- Frame.Visible = false
- idvalue.Name = "idvalue"
- idvalue.Parent = Frame
- idvalue.BackgroundColor3 = Color3.new(0.666667, 1, 1)
- idvalue.BackgroundTransparency = 0.5
- idvalue.Size = UDim2.new(0, 418, 0, 50)
- idvalue.Font = Enum.Font.Fantasy
- idvalue.FontSize = Enum.FontSize.Size24
- idvalue.Text = "Put ID plz"
- idvalue.TextSize = 24
- play.Name = "play"
- play.Parent = Frame
- play.BackgroundColor3 = Color3.new(0.666667, 1, 1)
- play.BackgroundTransparency = 0.44999998807907
- play.BorderColor3 = Color3.new(0.207843, 0.0901961, 0.0705882)
- play.BorderSizePixel = 3
- play.Position = UDim2.new(0, 9, 0, 82)
- play.Size = UDim2.new(0, 117, 0, 50)
- play.Font = Enum.Font.SourceSans
- play.FontSize = Enum.FontSize.Size28
- play.Text = "Play"
- play.TextSize = 28
- volume.Name = "volume"
- volume.Parent = Frame
- volume.BackgroundColor3 = Color3.new(0.666667, 1, 1)
- volume.BackgroundTransparency = 0.44999998807907
- volume.BorderColor3 = Color3.new(0.207843, 0.0901961, 0.0705882)
- volume.BorderSizePixel = 3
- volume.Position = UDim2.new(0, 151, 0, 82)
- volume.Size = UDim2.new(0, 117, 0, 50)
- volume.Font = Enum.Font.SourceSans
- volume.FontSize = Enum.FontSize.Size28
- volume.Text = "Volume"
- volume.TextSize = 28
- pitch.Name = "pitch"
- pitch.Parent = Frame
- pitch.BackgroundColor3 = Color3.new(0.666667, 1, 1)
- pitch.BackgroundTransparency = 0.44999998807907
- pitch.BorderColor3 = Color3.new(0.207843, 0.0901961, 0.0705882)
- pitch.BorderSizePixel = 3
- pitch.Position = UDim2.new(0, 291, 0, 82)
- pitch.Size = UDim2.new(0, 117, 0, 50)
- pitch.Font = Enum.Font.SourceSans
- pitch.FontSize = Enum.FontSize.Size28
- pitch.Text = "Pitch"
- pitch.TextSize = 28
- close.Name = "close"
- close.Parent = Frame
- close.BackgroundColor3 = Color3.new(1, 0, 0.0156863)
- close.BackgroundTransparency = 0.40000000596046
- close.Position = UDim2.new(0, 393, 0, 190)
- close.Size = UDim2.new(0, 25, 0, 23)
- close.Font = Enum.Font.SourceSans
- close.FontSize = Enum.FontSize.Size28
- close.Text = "X"
- close.TextSize = 28
- min.Name = "min"
- min.Parent = Frame
- min.BackgroundColor3 = Color3.new(0.286275, 0.286275, 1)
- min.BackgroundTransparency = 0.40000000596046
- min.Position = UDim2.new(0, 357, 0, 190)
- min.Size = UDim2.new(0, 25, 0, 23)
- min.Font = Enum.Font.SourceSans
- min.FontSize = Enum.FontSize.Size36
- min.Text = "-"
- min.TextSize = 36
- credits.Name = "credits"
- credits.Parent = Frame
- credits.BackgroundColor3 = Color3.new(1, 1, 1)
- credits.BackgroundTransparency = 1
- credits.Position = UDim2.new(0, 0, 0, 161)
- credits.Size = UDim2.new(0, 200, 0, 52)
- credits.Font = Enum.Font.SourceSans
- credits.FontSize = Enum.FontSize.Size14
- credits.Text = "credits to mr steal yo bork for gui, i didn't make the visualizer credits to whoever leaked it or made it."
- credits.TextSize = 14
- credits.TextWrapped = true
- open.Name = "open"
- open.Parent = visualizergui
- open.BackgroundColor3 = Color3.new(0.666667, 1, 1)
- open.BackgroundTransparency = 0.44999998807907
- open.BorderColor3 = Color3.new(0.207843, 0.0901961, 0.0705882)
- open.BorderSizePixel = 3
- open.Position = UDim2.new(0, 0, 0, 400)
- open.Size = UDim2.new(0, 59, 0, 50)
- open.Font = Enum.Font.SourceSans
- open.FontSize = Enum.FontSize.Size28
- open.Text = "Open"
- open.TextSize = 28
- open.Visible = false
- set2.Name = "set2"
- set2.Parent = Frame
- set2.BackgroundColor3 = Color3.new(0.666667, 1, 1)
- set2.BackgroundTransparency = 0.44999998807907
- set2.BorderColor3 = Color3.new(0.207843, 0.0901961, 0.0705882)
- set2.BorderSizePixel = 3
- set2.Position = UDim2.new(0, 325, 0, 136)
- set2.Size = UDim2.new(0, 55, 0, 25)
- set2.Font = Enum.Font.SourceSans
- set2.FontSize = Enum.FontSize.Size24
- set2.Text = "Set"
- set2.TextSize = 24
- set2.TextWrapped = true
- set1.Name = "set1"
- set1.Parent = Frame
- set1.BackgroundColor3 = Color3.new(0.666667, 1, 1)
- set1.BackgroundTransparency = 0.44999998807907
- set1.BorderColor3 = Color3.new(0.207843, 0.0901961, 0.0705882)
- set1.BorderSizePixel = 3
- set1.Position = UDim2.new(0, 181, 0, 136)
- set1.Size = UDim2.new(0, 55, 0, 25)
- set1.Font = Enum.Font.SourceSans
- set1.FontSize = Enum.FontSize.Size24
- set1.Text = "Set"
- set1.TextSize = 24
- set1.TextWrapped = true
- loop.Name = "loop"
- loop.Parent = Frame
- loop.BackgroundColor3 = Color3.new(0.666667, 1, 1)
- loop.BackgroundTransparency = 0.44999998807907
- loop.BorderColor3 = Color3.new(0.207843, 0.0901961, 0.0705882)
- loop.BorderSizePixel = 3
- loop.Position = UDim2.new(0, 241, 0, 188)
- loop.Size = UDim2.new(0, 84, 0, 25)
- loop.Font = Enum.Font.SourceSans
- loop.FontSize = Enum.FontSize.Size18
- loop.Text = "Loop : OFF"
- loop.TextSize = 18
- loop.TextWrapped = true
- -- functions
- function start()
- wait(0.5)
- Frame.Position = UDim2.new(0, -500, 0, 400)
- Frame.Visible = true
- Frame:TweenPosition(UDim2.new(0, 0, 0, 400),Enum.EasingDirection.InOut,Enum.EasingStyle.Quint,1)
- end
- if game.Players.LocalPlayer.Character then
- start()
- else
- print'character not found plz try again XD'
- end
- function minimize()
- Frame:TweenPosition(UDim2.new(0, 0, 0, 400),Enum.EasingDirection.InOut,Enum.EasingStyle.Quint,1)
- credits.Text = ""
- min.Text = ""
- close.Text = ""
- play.Text = ""
- pitch.Text = ""
- volume.Text = ""
- idvalue.Text = ""
- set1.Text = ""
- set2.Text = ""
- loop.Text = ""
- Frame:TweenSize(UDim2.new(0, 0, 0, 0),Enum.EasingDirection.InOut,Enum.EasingStyle.Quint,0.5)
- credits:TweenSize(UDim2.new(0, 0, 0, 0),Enum.EasingDirection.InOut,Enum.EasingStyle.Quint,0.5)
- min:TweenSize(UDim2.new(0, 0, 0, 0),Enum.EasingDirection.InOut,Enum.EasingStyle.Quint,0.5)
- close:TweenSize(UDim2.new(0, 0, 0, 0),Enum.EasingDirection.InOut,Enum.EasingStyle.Quint,0.5)
- idvalue:TweenSize(UDim2.new(0, 0, 0, 0),Enum.EasingDirection.InOut,Enum.EasingStyle.Quint,0.5)
- volume:TweenSize(UDim2.new(0, 0, 0, 0),Enum.EasingDirection.InOut,Enum.EasingStyle.Quint,0.5)
- play:TweenSize(UDim2.new(0, 0, 0, 0),Enum.EasingDirection.InOut,Enum.EasingStyle.Quint,0.5)
- pitch:TweenSize(UDim2.new(0, 0, 0, 0),Enum.EasingDirection.InOut,Enum.EasingStyle.Quint,0.5)
- loop:TweenSize(UDim2.new(0, 0, 0, 0),Enum.EasingDirection.InOut,Enum.EasingStyle.Quint,0.5)
- set1:TweenSize(UDim2.new(0, 0, 0, 0),Enum.EasingDirection.InOut,Enum.EasingStyle.Quint,0.5)
- set2:TweenSize(UDim2.new(0, 0, 0, 0),Enum.EasingDirection.InOut,Enum.EasingStyle.Quint,0.5)
- Frame:TweenPosition(UDim2.new(0, 0, 0, 400),Enum.EasingDirection.InOut,Enum.EasingStyle.Quint,0.5)
- wait(0.5)
- Frame.Visible = false
- open.Visible = true
- end
- function show()
- open.Visible = false
- Frame.Position = UDim2.new(0, -500, 0, 400)
- Frame.Visible = true
- credits.Text = "credits to me for gui, i didn't make the visualizer credits to whoever leaked it or made it."
- min.Text = "-"
- close.Text = "X"
- play.Text = "Play"
- pitch.Text = "Pitch"
- volume.Text = "Volume"
- idvalue.Text = "Put ID plz"
- set1.Text = "Set"
- set2.Text = "Set"
- loop.Text = "Loop : OFF"
- Frame:TweenSize(UDim2.new(0, 418, 0, 213),Enum.EasingDirection.InOut,Enum.EasingStyle.Quint,0.5)
- credits:TweenSize(UDim2.new(0, 200, 0, 52),Enum.EasingDirection.InOut,Enum.EasingStyle.Quint,0.5)
- min:TweenSize(UDim2.new(0, 25, 0, 23),Enum.EasingDirection.InOut,Enum.EasingStyle.Quint,0.5)
- close:TweenSize(UDim2.new(0, 25, 0, 23),Enum.EasingDirection.InOut,Enum.EasingStyle.Quint,0.5)
- idvalue:TweenSize(UDim2.new(0, 418, 0, 50),Enum.EasingDirection.InOut,Enum.EasingStyle.Quint,0.5)
- volume:TweenSize(UDim2.new(0, 117, 0, 50),Enum.EasingDirection.InOut,Enum.EasingStyle.Quint,0.5)
- play:TweenSize(UDim2.new(0, 117, 0, 50),Enum.EasingDirection.InOut,Enum.EasingStyle.Quint,0.5)
- pitch:TweenSize(UDim2.new(0, 117, 0, 50),Enum.EasingDirection.InOut,Enum.EasingStyle.Quint,0.5)
- set1:TweenSize(UDim2.new(0, 55, 0, 25),Enum.EasingDirection.InOut,Enum.EasingStyle.Quint,0.5)
- loop:TweenSize(UDim2.new(0, 84, 0, 25),Enum.EasingDirection.InOut,Enum.EasingStyle.Quint,0.5)
- set2:TweenSize(UDim2.new(0, 55, 0, 25),Enum.EasingDirection.InOut,Enum.EasingStyle.Quint,0.5)
- Frame:TweenPosition(UDim2.new(0, 0, 0, 400),Enum.EasingDirection.InOut,Enum.EasingStyle.Quint, 0.5)
- end
- function exitdatshit()
- Frame:TweenPosition(UDim2.new(0, 0, 0, 400),Enum.EasingDirection.InOut,Enum.EasingStyle.Quint,1)
- credits.Text = ""
- min.Text = ""
- close.Text = ""
- play.Text = ""
- pitch.Text = ""
- volume.Text = ""
- idvalue.Text = ""
- Frame:TweenSize(UDim2.new(0, 0, 0, 0),Enum.EasingDirection.InOut,Enum.EasingStyle.Quint,0.5)
- credits:TweenSize(UDim2.new(0, 0, 0, 0),Enum.EasingDirection.InOut,Enum.EasingStyle.Quint,0.5)
- min:TweenSize(UDim2.new(0, 0, 0, 0),Enum.EasingDirection.InOut,Enum.EasingStyle.Quint,0.5)
- close:TweenSize(UDim2.new(0, 0, 0, 0),Enum.EasingDirection.InOut,Enum.EasingStyle.Quint,0.5)
- idvalue:TweenSize(UDim2.new(0, 0, 0, 0),Enum.EasingDirection.InOut,Enum.EasingStyle.Quint,0.5)
- volume:TweenSize(UDim2.new(0, 0, 0, 0),Enum.EasingDirection.InOut,Enum.EasingStyle.Quint,0.5)
- play:TweenSize(UDim2.new(0, 0, 0, 0),Enum.EasingDirection.InOut,Enum.EasingStyle.Quint,0.5)
- pitch:TweenSize(UDim2.new(0, 0, 0, 0),Enum.EasingDirection.InOut,Enum.EasingStyle.Quint,0.5)
- set1:TweenSize(UDim2.new(0, 0, 0, 0),Enum.EasingDirection.InOut,Enum.EasingStyle.Quint,0.5)
- set2:TweenSize(UDim2.new(0, 0, 0, 0),Enum.EasingDirection.InOut,Enum.EasingStyle.Quint,0.5)
- loop:TweenSize(UDim2.new(0, 0, 0, 0),Enum.EasingDirection.InOut,Enum.EasingStyle.Quint,0.5)
- Frame:TweenPosition(UDim2.new(0, 0, 0, 400),Enum.EasingDirection.InOut,Enum.EasingStyle.Quint,0.5)
- wait(0.5)
- visualizergui:Destroy()
- end
- -- events
- wait(1)
- min.MouseButton1Down:connect(function()
- minimize()
- end)
- open.MouseButton1Down:connect(function()
- show()
- end)
- close.MouseButton1Down:connect(function()
- exitdatshit()
- end)
- set1.MouseButton1Down:connect(function()
- sound.Volume = volume.Text
- end)
- set2.MouseButton1Down:connect(function()
- sound.Pitch = pitch.Text
- end)
- play.MouseButton1Down:connect(function()
- sound.TimePosition = 0
- sound.SoundId = "rbxassetid://" .. idvalue.Text
- end)
- loop.MouseButton1Down:connect(function()
- if loop.Text == "Loop : OFF" then
- sound.Looped = true
- loop.Text = "Loop : ON"
- else
- sound.Looped = false
- loop.Text = "Loop : OFF"
- end
- end)
- end)
- exeopen.Name = "exeopen"
- exeopen.Parent = scriptpage
- exeopen.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
- exeopen.BorderSizePixel = 0
- exeopen.Position = UDim2.new(0, 400, 0, 465)
- exeopen.Size = UDim2.new(0, 100, 0, 35)
- exeopen.Font = Enum.Font.SourceSansBold
- exeopen.Text = "Loadstring Executor"
- exeopen.TextColor3 = Color3.new(1, 1, 1)
- exeopen.TextScaled = true
- exeopen.TextSize = 14
- exeopen.TextWrapped = true
- exeopen.MouseButton1Down:connect(function()
- scriptpage.Visible = false
- executorpage.Visible = true
- end)
- openbut.Name = "openbut"
- openbut.Parent = ScreenGui
- openbut.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
- openbut.BorderSizePixel = 0
- openbut.Position = UDim2.new(0, 0, 0, 429)
- openbut.Size = UDim2.new(0, 136, 0, 30)
- openbut.Font = Enum.Font.SourceSansBold
- openbut.Text = "Open"
- openbut.TextColor3 = Color3.new(1, 1, 1)
- openbut.TextSize = 25
- openbut.TextWrapped = true
- openbut.MouseButton1Down:connect(function()
- openbut.Visible = false
- scriptpage.Visible = true
- end)
- executorpage.Name = "executorpage"
- executorpage.Parent = ScreenGui
- executorpage.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
- executorpage.BorderSizePixel = 0
- executorpage.Position = UDim2.new(0, 335, 0, 82)
- executorpage.Size = UDim2.new(0, 500, 0, 500)
- executorpage.Visible = false
- bar_2.Name = "bar"
- bar_2.Parent = executorpage
- bar_2.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
- bar_2.BorderSizePixel = 0
- bar_2.Size = UDim2.new(0, 500, 0, 35)
- title2.Name = "title2"
- title2.Parent = executorpage
- title2.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
- title2.BorderSizePixel = 0
- title2.Position = UDim2.new(0, 127, 0, 18)
- title2.Size = UDim2.new(0, 246, 0, 70)
- title2.Font = Enum.Font.SourceSansBold
- title2.Text = "Loadstring Executor"
- title2.TextColor3 = Color3.new(1, 1, 1)
- title2.TextScaled = true
- title2.TextSize = 14
- title2.TextWrapped = true
- ScrollingFrame.Parent = executorpage
- ScrollingFrame.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
- ScrollingFrame.BorderSizePixel = 0
- ScrollingFrame.Position = UDim2.new(0, 26, 0, 116)
- ScrollingFrame.Size = UDim2.new(0, 447, 0, 303)
- ScrollingFrame.CanvasSize = UDim2.new(0, 0, 100000, 0)
- TextBox.Parent = ScrollingFrame
- TextBox.BackgroundColor3 = Color3.new(1, 1, 1)
- TextBox.BackgroundTransparency = 1
- TextBox.BorderSizePixel = 0
- TextBox.Size = UDim2.new(0, 430, 0, 999)
- TextBox.ClearTextOnFocus = false
- TextBox.Font = Enum.Font.SourceSansBold
- TextBox.MultiLine = true
- TextBox.Text = "Script Here"
- TextBox.TextColor3 = Color3.new(1, 1, 1)
- TextBox.TextSize = 20
- TextBox.TextWrapped = true
- TextBox.TextXAlignment = Enum.TextXAlignment.Left
- TextBox.TextYAlignment = Enum.TextYAlignment.Top
- exebut.Name = "exebut"
- exebut.Parent = executorpage
- exebut.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
- exebut.BorderSizePixel = 0
- exebut.Position = UDim2.new(0, 25, 0, 431)
- exebut.Size = UDim2.new(0, 200, 0, 50)
- exebut.Font = Enum.Font.SourceSansBold
- exebut.Text = "Execute"
- exebut.TextColor3 = Color3.new(1, 1, 1)
- exebut.TextScaled = true
- exebut.TextSize = 14
- exebut.TextWrapped = true
- exebut.MouseButton1Down:connect(function()
- loadstring(TextBox.Text())
- end)
- clearbut.Name = "clearbut"
- clearbut.Parent = executorpage
- clearbut.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
- clearbut.BorderSizePixel = 0
- clearbut.Position = UDim2.new(0, 271, 0, 431)
- clearbut.Size = UDim2.new(0, 200, 0, 50)
- clearbut.Font = Enum.Font.SourceSansBold
- clearbut.Text = "Clear"
- clearbut.TextColor3 = Color3.new(1, 1, 1)
- clearbut.TextScaled = true
- clearbut.TextSize = 14
- clearbut.TextWrapped = true
- clearbut.MouseButton1Down:connect(function()
- TextBox.Text = ""
- end)
- clearbut_2.Name = "clearbut"
- clearbut_2.Parent = executorpage
- clearbut_2.BackgroundColor3 = Color3.new(1, 0, 0)
- clearbut_2.BorderSizePixel = 0
- clearbut_2.Position = UDim2.new(0, 428, 0, 35)
- clearbut_2.Size = UDim2.new(0, 72, 0, -35)
- clearbut_2.Font = Enum.Font.SourceSansBold
- clearbut_2.Text = "Back"
- clearbut_2.TextColor3 = Color3.new(1, 1, 1)
- clearbut_2.TextScaled = true
- clearbut_2.TextSize = 14
- clearbut_2.TextWrapped = true
- clearbut_2.MouseButton1Down:connect(function()
- executorpage.Visible = false
- scriptpage.Visible = true
- end)
Advertisement
Advertisement