Advertisement
Guest User

Ro-Xploit

a guest
Oct 19th, 2016
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 367.01 KB | None | 0 0
  1. --On said
  2.  
  3. sex = ";roxploit"
  4. game.Players.LocalPlayer.Chatted:connect(function(azulscriptrocksandisbetterthansex)
  5. if azulscriptrocksandisbetterthansex == sex then
  6. Folder = game.Players.LocalPlayer.PlayerGui
  7. script=Instance.new('LocalScript')
  8.  
  9. local a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z
  10. local A,B,C,D,F,E,G,H,I,J,K,L,M,N,O,P,Q,R,S,T,U,V,W,X,Y,Z
  11. local Aa,Ba,Ca,Da,Fa,Ea,Ga,Ha,Ia,Ja,Ka,La,Ma,Na,Oa,Pa,Qa,Ra,Sa,Ta,Ua,Va,Wa,Xa,Ya,Za
  12. local IntroSFX = nil
  13. local IntroDone,Toggle,taco = false
  14. local Folders, Selected, Banned, WayPoint = nil
  15. local CId = Instance.new("IntValue") CId.Value = 0
  16. local LPCId = Instance.new("IntValue") LPCId.Value = 0
  17. local SId = Instance.new("IntValue")
  18. SId.Value = 0
  19. local MId = Instance.new("IntValue")
  20. MId.Value = 0
  21. local MPId = Instance.new("IntValue")
  22. MPId.Value = 0
  23. local GId = Instance.new("IntValue")
  24. GId.Value = 0
  25. local GPId = Instance.new("IntValue")
  26. GPId.Value = 0
  27. local HId = Instance.new("IntValue")
  28. HId.Value = 0
  29. local HPId = Instance.new("IntValue")
  30. HPId.Value = 0
  31. local SDId = Instance.new("IntValue")
  32. SDId.Value = 0
  33. local WId = Instance.new("IntValue") WId.Value = 0 local WMId = Instance.new("IntValue") WMId.Value = 0 local LCId = Instance.new("IntValue") LCId.Value = 0 local TCId = Instance.new("IntValue") TCId.Value = 0 local MEId = Instance.new("IntValue") MEId.Value = 1 local MEPId = Instance.new("IntValue") MEPId.Value = 0 local SkyId = Instance.new("IntValue") SkyId.Value = 1 local SkypId = Instance.new("IntValue") SkypId.Value = 0 local TabId = Instance.new("IntValue") TabId.Value = 0
  34. local EmptySP = UDim2.new(0,0,0,0)
  35. local PrivateServer = false
  36.  
  37. function Execute(f) return coroutine.resume(coroutine.create(function()f()end)) end
  38. function PlaySFX(SoundId,Volume,Pitch,Looped)
  39. A=Instance.new("Sound",workspace)
  40. A.PlayOnRemove = true
  41. A.SoundId = "rbxassetid://" .. SoundId
  42. A.Volume = Volume
  43. A.Pitch = Pitch
  44. A.Looped = Looped
  45. A:Play()
  46. return A
  47. end
  48. function Frame(parent,Size,Position)
  49. B=Instance.new("Frame",parent)
  50. B.Size = Size
  51. B.Position = Position
  52. return B
  53. end
  54. function ScrollFrame(parent,Size,Position) B=Instance.new("ScrollingFrame",parent) B.Size = Size B.Position = Position B.ScrollBarThickness = 10 return B end
  55. function Label(parent,Text,Size,Position,value) C=Instance.new("TextLabel",parent) C.Size = Size C.Position = Position C.Text = Text C.BackgroundTransparency = 1 C.Font = "Legacy" C.TextColor3 = Color3.new(1,1,1) C.TextStrokeTransparency = 0.5 C.TextWrapped = true if value ~= nil then if value == 1 then C.Size = UDim2.new(1,-10,0,35) end C.Position = UDim2.new(0,0,0,35*value.Value) C.Style = "Custom" C.BackgroundColor3 = Color3.new(0,75/255,150/255) C.BackgroundTransparency = 0.85 C.BorderSizePixel = 0 value.Value = value.Value + 1 end return C end
  56. function Button(parent,Text,Size,Position,func,value) C=Instance.new("TextButton",parent) C.Size = Size C.Position = Position C.Text = Text C.Style = "RobloxButton" C.Font = "Legacy" C.TextColor3 = Color3.new(1,1,1) C.TextStrokeTransparency = 0.5 C.TextWrapped = true C.MouseButton1Click:connect(function() ypcall(function() PlaySFX(156785206,0.75,1.25); func() end) end) if value ~= nil then if Size == EmptySP then C.Size = UDim2.new(1,-10,0,35) end C.Position = UDim2.new(0,0,0,35*value.Value) C.Style = "Custom" C.BackgroundColor3 = Color3.new(0,75/255,150/255) C.BackgroundTransparency = 0.85 C.BorderSizePixel = 0 value.Value = value.Value + 1 end return C end
  57. function TextBox(parent,text,Size,Position) C = Instance.new("TextBox") C.Parent = parent C.Name = text C.Text = text if text == "ValueBox" then C.Text = "0" end C.Size = Size C.BackgroundColor3 = Color3.new(0,75/255,150/255) C.BackgroundTransparency = 0.85 C.BorderSizePixel = 0 C.Position = Position C.TextColor3 = Color3.new(1,1,1) C.TextStrokeTransparency = 0.5 C.Font = 2 C.FontSize = Enum.FontSize.Size12 C.TextWrapped = true return C end letters = { "a"; "b"; "c"; "d"; "e"; "f"; "g"; "h"; "i"; "j"; "k"; "l"; "m"; "n"; "o"; "p"; "q"; "r"; "s"; "t"; "u"; "v"; "w"; "x"; "y" ;"z"; " "; ":"; "/" }
  58. function CheckForNumbers(textbox)
  59. for i = 1, #letters do
  60. n = string.find(string.lower(textbox.Text), letters[i])
  61. if n ~= nil then
  62. textbox.Text = string.sub(string.lower(textbox.Text), 1, n-1)..string.sub(string.lower(textbox.Text), n+1)
  63. end
  64. end
  65. end
  66. function NumTextBox(textbox) ypcall(function() Execute(function() wait(0.25) textbox.Changed:connect(function(property) if property == "Text" then CheckForNumbers(textbox) end end) end) end) end
  67. function TextUsedButton(parents,name,func,value,type) x=Frame(parents,UDim2.new(1,-10,0,35),UDim2.new(0,0,0,(35*value.Value))) x.BackgroundColor3 = Color3.new(0,75/255,150/255) x.BackgroundTransparency = 0.85 x.BorderSizePixel = 0 y=TextBox(x,"ValueBox",UDim2.new(1,-85,0,25),UDim2.new(0,5,0,5)) y.BackgroundColor3 = Color3.new(0,75/255,150/255) y.BackgroundTransparency = 0.85 y.BorderSizePixel = 0 if type ~= nil then NumTextBox(y) y.Text = type else y.Text = "" end z=Button(x,name,UDim2.new(0,70,0,25),UDim2.new(1,-75,0,5),function() if y.Text ~= "" and type ~= nil then func() else func() end end) z.BackgroundColor3 = Color3.new(0,75/255,150/255) z.BackgroundTransparency = 0.85 z.BorderSizePixel = 0 z.Style = "Custom" if value ~= nil then value.Value = value.Value + 1 end return x end
  68. function TextUsedLabel(parents,name,value,type) x=Frame(parents,UDim2.new(1,-10,0,35),UDim2.new(0,0,0,(35*value.Value))) x.BackgroundColor3 = Color3.new(0,75/255,150/255) x.BackgroundTransparency = 0.85 x.BorderSizePixel = 0 y=TextBox(x,"ValueBox",UDim2.new(1,-85,0,25),UDim2.new(0,80,0,5)) y.BackgroundColor3 = Color3.new(0,75/255,150/255) y.BackgroundTransparency = 0.85 y.BorderSizePixel = 0 if type ~= nil then NumTextBox(y) y.Text = type else y.Text = "" end z=Label(x,name,UDim2.new(0,70,0,25),UDim2.new(0,5,0,5)) z.BackgroundColor3 = Color3.new(0,75/255,150/255) z.BackgroundTransparency = 0.85 z.BorderSizePixel = 0 if value ~= nil then value.Value = value.Value + 1 end return x end
  69. function ToggleButton(parent,name,func1,func2,value) x=Frame(parent,UDim2.new(1,-10,0,35),UDim2.new(0,0,0,35*value.Value)) x.BackgroundColor3 = Color3.new(0,75/255,150/255) x.BackgroundTransparency = 0.85 z=Label(x,name,UDim2.new(1,-160,0,25),UDim2.new(0,5,0,5)) z.BackgroundColor3 = Color3.new(0,75/255,150/255) z.BackgroundTransparency = 0.85 y=Button(x,"On",UDim2.new(0,-70,0,25),UDim2.new(1,-80,0,5),function() func1() end) y.BackgroundTransparency = 0.85 y.BackgroundColor3 = Color3.new(0,75/255,150/255) y.Style = "Custom" y.Name = "On" g=Button(x,"Off",UDim2.new(0,-70,0,25),UDim2.new(1,-5,0,5),function() func2() end) g.BackgroundTransparency = 0.85 g.BackgroundColor3 = Color3.new(0,75/255,150/255) g.Style = "Custom" g.Name = "Off" if value ~= nil then value.Value = value.Value + 1 end return x end
  70. function ImageLabel(parent,Image,Size,Position) C = nil C=Instance.new("ImageLabel",parent) C.Image = "rbxassetid://" .. Image C.Size = Size C.Position = Position C.BackgroundTransparency = 1 return C end
  71. function ToggleMenu() if Toggle == true then PlaySFX(243152215,0.85,1) E:TweenPosition(UDim2.new(0.5,-250,-0.5,-175),"Out","Quad",.5,true) PlaySFX(145487017,0.85,1.1) L:TweenPosition(UDim2.new(0,0,1,-50),"Out","Quad",.25,true) Toggle = false else PlaySFX(243152215,0.85,1) E:TweenPosition(UDim2.new(0.5,-250,0.5,-175),"Out","Quad",.5,true) PlaySFX(145487017,0.85,1.1) L:TweenPosition(UDim2.new(0,-50,1,-50),"Out","Quad",.25,true) Toggle = true end end
  72. function AddTab(parent,tabparent,text,cValue) if cValue ~= nil then D=Frame(tabparent,UDim2.new(1,0,1,0),UDim2.new(0,0,0,0)) D.Transparency = 1 D.BorderSizePixel = 0 D.Name = text D.Visible = false if cValue.Value == 0 then D.Visible = true end Instance.new("IntValue",D).Name = "IsATab" C=Button(parent,text,UDim2.new(1,-10,0,35),UDim2.new(0,5,0,5+(40*cValue.Value)),function() for i, v in pairs(tabparent:GetChildren()) do if v.Name == text then v.Visible = true else v.Visible = false end end end) C.Style = "Custom" C.BackgroundColor3 = Color3.new(0,75/255,150/255) C.BackgroundTransparency = 0.85 C.BorderSizePixel = 0 Instance.new("IntValue",C).Name = "IsATabButton" if cValue ~= nil then cValue.Value = cValue.Value + 1 end if parent.Parent.ClassName == "ScrollingFrame" then parent.Parent.CanvasSize = UDim2.new(0,0,0,5+(40*(cValue.Value))) end return D end end
  73. function ClearFolder(Folder) if Folder ~= nil then for i,v in pairs(Folder:GetChildren()) do v:Remove() end end end
  74. function CreateFolder(parent,name)
  75. C=Instance.new("Folder",parent)
  76. C.Name = name
  77. return C
  78. end
  79. function AddValue(Folder,name)
  80. if Folder ~= nil then
  81. C=Instance.new("StringValue")
  82. C.Name = name
  83. C.Value = name
  84. C.Parent =
  85. Folder
  86. end
  87. end
  88. function RemoveValue(Folder,name)
  89. if Folder ~= nil then
  90. if Folder:FindFirstChild(name) ~= nil then
  91. Folder:FindFirstChild(name):Remove()
  92. end
  93. end
  94. end
  95. function VerifyValue(Folder,name)
  96. if Folder ~= nil then
  97. if Folder:FindFirstChild(name) ~= nil then
  98. return true
  99. else
  100. return false
  101. end
  102. end
  103. end
  104. local Mouse
  105. function AddHotkey(key,func) Mouse = game.Players.LocalPlayer:GetMouse() if Mouse ~= nil then Mouse.KeyDown:connect(function(Key) if Key == string.lower(string.char(key)) then func() end end) else Mouse = game.Players.LocalPlayer:GetMouse() end end local STR = " : False"
  106. function SetPlayerList(parent) ClearFolder(parent) ypcall(function() for i,v in pairs(game.Players:GetChildren()) do if VerifyValue(Selected,v.Name) then STR = " : True" else STR = " : False" end C=Button(parent,v.Name .. STR,UDim2.new(1,-20,0,35),UDim2.new(0,5,0,5+(40*(i-1))),function() if VerifyValue(Selected,v.Name) then RemoveValue(Selected,v.Name) else AddValue(Selected,v.Name) end SetPlayerList(parent) end) C.Style = "Custom" C.BackgroundColor3 = Color3.new(0,75/255,150/255) C.BackgroundTransparency = 0.85 C.BorderSizePixel = 0 if parent.ClassName == "ScrollingFrame" then parent.CanvasSize = UDim2.new(0,0,0,5+(40*(i))) end end end) end
  107. function SetBannedList(parent) ClearFolder(parent) for i,v in pairs(Banned:GetChildren()) do C=Button(parent,v.Name,UDim2.new(1,-20,0,35),UDim2.new(0,5,0,5+(40*(i-1))),function() if VerifyValue(Banned,v.Name) then RemoveValue(Banned,v.Name) end end) C.Style = "Custom" C.BackgroundColor3 = Color3.new(0,75/255,150/255) C.BackgroundTransparency = 0.85 C.BorderSizePixel = 0 if parent.ClassName == "ScrollingFrame" then parent.CanvasSize = UDim2.new(0,0,0,5+(40*(i))) end end end function IsLocalPlayer(aname) if game.Players ~= nil then if game.Players.LocalPlayer ~= nil then if game.Players.LocalPlayer.Name == aname then return true else return false end end end end local ContentProvider = game:GetService("ContentProvider"); local function LoadAssets(AssetList) for _, AssetId in pairs(AssetList) do ContentProvider:Preload("rbxassetid://" .. AssetId); end end LoadAssets({364328150,278201073,145487017,278208523,278208523}) local PRT = Instance.new("ScreenGui",Folder) Label(PRT,"Currently Preloading Data, Please Wait!",UDim2.new(1,0,0,20),UDim2.new(0,0,0,0)) while (ContentProvider.RequestQueueSize > 0) do wait(); end if Folder:FindFirstChild("GlobalData") ~= nil then for i,v in pairs(Folder:FindFirstChild("GlobalData"):GetChildren()) do v.Parent = Folder end Folder:FindFirstChild("GlobalData"):Remove() end for i,v in pairs(Folder:GetChildren()) do if v.Name == "GearData" or v.Name == "HatData" or v.Name == "MemeData" or v.Name == "SkyData" then for k,c in pairs(v:GetChildren()) do LoadAssets({c.Value}) end end end PRT:Remove() function spamColor(v) if v.ClassName == ("BasePart") then v.BrickColor = BrickColor.Random() else for a,b in pairs(v:GetChildren()) do spamColor(b) end end end function UnAnchore(v) if v.ClassName == ("BasePart") then v.Anchored = false else for a,b in pairs(v:GetChildren()) do if game.Players:FindFirstChild(v.Name) == nil then UnAnchore(b) end end end end function Anchore(v) if v.ClassName == ("BasePart") then v.Anchored = true else for a,b in pairs(v:GetChildren()) do if game.Players:FindFirstChild(v.Name) == nil then Anchore(b) end end end end function clearW(v) v:ClearAllChildren() end function GenerateMenuPart2() local Color = Color3.new(0,75/255,150/255) X=AddTab(M,N,"Hat Giver",TabId) X.Size = UDim2.new(1,10,1,0) T=AddTab(M,N,"Music Player",TabId) T.Size = UDim2.new(1,10,1,0) local MPitch=TextUsedLabel(T,"Pitch",MId,1) local MVolume=TextUsedLabel(T,"Volume",MId,1) local MIds=TextUsedLabel(T,"SoundId",MId,0) if MPitch:FindFirstChild("ValueBox") ~= nil and MVolume:FindFirstChild("ValueBox") ~= nil then MPitch:FindFirstChild("ValueBox").Text = 1 MVolume:FindFirstChild("ValueBox").Text = 0.5 end local Music = nil ToggleButton(T,"Music",function() if game.Workspace:FindFirstChild("Ro-MusicPlayer") ~= nil then if game.Workspace:FindFirstChild("Ro-MusicPlayer"):IsA("Sound") then game.Workspace:FindFirstChild("Ro-MusicPlayer"):Stop() game.Workspace:FindFirstChild("Ro-MusicPlayer"):Remove() end end Music=Instance.new("Sound",game.workspace) Music.Name = "Ro-MusicPlayer" Music.Looped = true if MIds:FindFirstChild("ValueBox") ~= nil then Music.SoundId = "rbxassetid://"..MIds:FindFirstChild("ValueBox").Text end if MVolume:FindFirstChild("ValueBox") ~= nil then Music.Volume = MVolume:FindFirstChild("ValueBox").Text end if MPitch:FindFirstChild("ValueBox") ~= nil then Music.Pitch = MPitch:FindFirstChild("ValueBox").Text end wait() Music:Play() end, function() if game.Workspace:FindFirstChild("Ro-MusicPlayer") ~= nil then if game.Workspace:FindFirstChild("Ro-MusicPlayer"):IsA("Sound") then game.Workspace:FindFirstChild("Ro-MusicPlayer"):Stop() game.Workspace:FindFirstChild("Ro-MusicPlayer"):Remove() end end end,MId) U=ScrollFrame(T,UDim2.new(1,0,1,-(35*(MId.Value))),UDim2.new(0,0,0,35*(MId.Value))) U.Transparency = .85 U.BorderSizePixel = 0 U.CanvasSize = UDim2.new(0,0,0,0) U.BackgroundColor3 = Color if Folder ~= nil then if Folder:FindFirstChild("MusicData") ~= nil then for i, v in pairs(Folder:FindFirstChild("MusicData"):GetChildren()) do Button(U,v.Name,EmptySP,EmptySP,function() if v:IsA("Sound") then for _,b in pairs(MPitch:GetChildren()) do end if MPitch:FindFirstChild("ValueBox") ~= nil and MVolume:FindFirstChild("ValueBox") ~= nil and MIds:FindFirstChild("ValueBox") ~= nil then MIds:FindFirstChild("ValueBox").Text = v.SoundId end end end ,MPId) MPId.Value = i U.CanvasSize = UDim2.new(0,0,0,35*MPId.Value) end end end V=AddTab(M,N,"Gear Giver",TabId) V.Size = UDim2.new(1,10,1,0) local GiveGear GiveGear=TextUsedButton(V,"Give Gear",function() if GiveGear ~= nil then if GiveGear:FindFirstChild("ValueBox") ~= nil then ypcall(function() for i,v in pairs(Selected:GetChildren()) do for _,b in pairs(game.Players:GetChildren()) do if b.Name == v.Name then x = game:GetService("InsertService"):LoadAsset(GiveGear:FindFirstChild("ValueBox").Text) for p,q in pairs(x:GetChildren()) do q.Parent = b.Backpack end x:Remove() end end end end) end end end,GId,0) W=ScrollFrame(V,UDim2.new(1,0,1,-(35*(GId.Value))),UDim2.new(0,0,0,35*(GId.Value))) W.Transparency = .85 W.BorderSizePixel = 0 W.CanvasSize = UDim2.new(0,0,0,0) W.BackgroundColor3 = Color if Folder ~= nil then if Folder:FindFirstChild("GearData") ~= nil then for i, v in pairs(Folder:FindFirstChild("GearData"):GetChildren()) do Button(W,v.Name,EmptySP,EmptySP,function() if v:IsA("IntValue") then if GiveGear ~= nil then if GiveGear:FindFirstChild("ValueBox") ~= nil then GiveGear:FindFirstChild("ValueBox").Text = v.Value end end end end,GPId) GPId.Value = i W.CanvasSize = UDim2.new(0,0,0,35*GPId.Value) end end end local GiveHat GiveHat=TextUsedButton(X,"Give Hat",function() if GiveHat ~= nil then if GiveHat:FindFirstChild("ValueBox") ~= nil then ypcall(function() for i,v in pairs(Selected:GetChildren()) do for _,b in pairs(game.Players:GetChildren()) do if b.Name == v.Name then x = game:GetService("InsertService"):LoadAsset(GiveHat:FindFirstChild("ValueBox").Text) for p,q in pairs(x:GetChildren()) do q.Parent = b.Character end x:Remove() end end end end) end end end,HId,0) Y=ScrollFrame(X,UDim2.new(1,0,1,-(35*(HId.Value))),UDim2.new(0,0,0,35*(HId.Value))) Y.Transparency = .85 Y.BorderSizePixel = 0 Y.CanvasSize = UDim2.new(0,0,0,0) Y.BackgroundColor3 = Color if Folder ~= nil then if Folder:FindFirstChild("HatData") ~= nil then for i, v in pairs(Folder:FindFirstChild("HatData"):GetChildren()) do Button(Y,v.Name,EmptySP,EmptySP,function() if v:IsA("IntValue") then if GiveHat ~= nil then if GiveHat:FindFirstChild("ValueBox") ~= nil then GiveHat:FindFirstChild("ValueBox").Text = v.Value end end end end,HPId) HPId.Value = i Y.CanvasSize = UDim2.new(0,0,0,35*GPId.Value) end end end o=AddTab(M,N,"Banned Player",TabId) p=ScrollFrame(o,UDim2.new(1,10,1,0),UDim2.new(0,0,0,0)) p.Transparency = 1 p.BorderSizePixel = 0 p.CanvasSize = UDim2.new(0,0,0,0) game.Players.ChildAdded:connect(function(child) if VerifyValue(Banned,child.Name) then wait(0.35) child:Remove() end if PrivateServer == true then wait(0.35) child:Remove() end end) Banned.ChildAdded:connect(function(child) SetBannedList(p) end) Banned.ChildRemoved:connect(function() SetBannedList(p) end) SetBannedList(p) if Folder:FindFirstChild("BannedData") then for k,c in pairs(Folder:FindFirstChild("BannedData"):GetChildren()) do AddValue(Banned,c.Name) end end end function GenerateScriptTab() S=AddTab(M,N,"Script Tab",TabId) S.ClipsDescendants = true ExeButton=TextUsedButton(S,"Execute",function() ypcall(function() loadstring(ExeButton:FindFirstChild("ValueBox").Text)() end) end, SId) ExeButton.Size = UDim2.new(1,0,0,35) aFrame=Instance.new("Frame",S) aFrame.Size = UDim2.new(1,0,1,-35) aFrame.BackgroundTransparency = 1 aFrame.Position = UDim2.new(0,0,0,35) local Current = Instance.new("IntValue",S) Current.Value = 1 local Max = 0 local Color = Color3.new(0,75/255,150/255) local Pos = UDim2.new(0.5,-75,0.5,-50) local Size = UDim2.new(0,150,0,150) local Size2 = UDim2.new(0,75,0,75) local K local runLocalScript = function(SC) if game.Players.LocalPlayer ~= nil then if game.Players.LocalPlayer.PlayerGui ~= nil then ypcall(function() K = Instance.new("LocalScript",game.Players.LocalPlayer.PlayerGui) K.Disabled = true K.Source = SC wait() K.Disabled = false end) end end end local search = Instance.new("TextBox",aFrame) search.BackgroundColor3 = Color search.BackgroundTransparency = 0.85 search.BorderSizePixel = 0 search.Position = UDim2.new(0.5,-100,0,0) search.Size = UDim2.new(0,200,0,20) search.Font = "Legacy" search.FontSize = "Size10" search.TextColor3 = Color3.new(1,1,1) search.TextStrokeTransparency = 0.5 search.TextWrapped = true search.Text = "" search.ClearTextOnFocus = true search.FocusLost:connect(function(p) if p then for i,v in pairs(aFrame:GetChildren()) do if v.Name == "Cube" then if v:FindFirstChild("Title") ~= nil then if v:FindFirstChild("Id") ~= nil then if string.match(string.lower(search.Text),v:FindFirstChild("Id").Value) then Current.Value = v:FindFirstChild("Id").Value elseif string.match(string.lower(v:FindFirstChild("Title").Text),string.lower(search.Text)) then if v:FindFirstChild("Id") ~= nil then Current.Value = v:FindFirstChild("Id").Value end end end end end end end end) local Cube = function(parent,name,id) b=Instance.new("Frame",parent) b.BorderSizePixel = 0 b.Name = "Cube" b.BackgroundTransparency = 0.85 b.BackgroundColor3 = Color e=Instance.new("IntValue",b) e.Name = "Id" e.Value = id f=Instance.new("TextLabel",b) f.Text = " ID: "..id f.BackgroundTransparency = 1 f.Size = UDim2.new(0,100,0,20) f.Font = "Legacy" f.TextColor3 = Color3.new(1,1,1) f.TextStrokeTransparency = 0.5 f.TextXAlignment = "Left" g=Instance.new("TextLabel",b) g.Text = name g.BackgroundTransparency = 1 g.Size = UDim2.new(1,0,0.10,0) g.Position = UDim2.new(0,0,0.15,0) g.Font = "Legacy" g.TextScaled = true g.TextColor3 = Color3.new(1,1,1) g.TextStrokeTransparency = 0.5 g.Name = "Title" h=Instance.new("TextButton",b) h.Text = "Execute" h.BackgroundColor3 = Color h.BackgroundTransparency = 0.85 h.Size = UDim2.new(0.75,0,0.2,0) h.Position = UDim2.new(0.5-(0.75/2),0,1-0.25,0) h.Font = "Legacy" h.TextScaled = true h.TextColor3 = Color3.new(1,1,1) h.TextStrokeTransparency = 0.5 h.BorderSizePixel = 0 h.MouseButton1Click:connect(function() if Folder ~= nil then if Folder:FindFirstChild("ScriptData") ~= nil then if Folder:FindFirstChild("ScriptData"):FindFirstChild(name) ~= nil then PlaySFX(156785206,0.75,1.25) loadstring("script.Name = 'DeathDeletepl0x'; " .. string.reverse(Folder:FindFirstChild("ScriptData"):FindFirstChild(name).Source) .. " script.Name = 'DeathDeletepl0x';" .. [==[ game.Players.LocalPlayer.Character.Humanoid.Died:connect(function() script.Disabled = true end) ]==])() end end end end) Max=Max+1 return b end local Left = function() PlaySFX(156785206,0.75,1.25) if Current.Value > 1 then Current.Value = Current.Value - 1 else Current.Value = Max end end local c = Instance.new("TextButton",aFrame) c.Size = UDim2.new(0,50,1,0) c.Text = "<" c.BackgroundTransparency = 0.85 c.BackgroundColor3 = Color c.BorderSizePixel = 0 c.Font = "Legacy" c.FontSize = "Size36" c.TextStrokeTransparency = 0.5 c.TextColor3 = Color3.new(1,1,1) c.ZIndex = 3 c.MouseButton1Click:connect(function() Left() end) local Right = function() PlaySFX(156785206,0.75,1.25) if Current.Value < Max then Current.Value = Current.Value + 1 else Current.Value = 1 end end local d = Instance.new("TextButton",aFrame) d.Size = UDim2.new(0,50,1,0) d.Position = UDim2.new(1,-50,0,0) d.BackgroundTransparency = 0.85 d.BackgroundColor3 = Color d.BorderSizePixel = 0 d.Text = ">" d.Font = "Legacy" d.FontSize = "Size36" d.TextStrokeTransparency = 0.5 d.TextColor3 = Color3.new(1,1,1) d.ZIndex = 3 d.MouseButton1Click:connect(function() Right() end) AddHotkey(string.byte("q"),function() if Toggle == true then if S.Visible == true then Left() end end end) AddHotkey(string.byte("e"),function() if Toggle == true then if S.Visible == true then Right() end end end) if Folder:FindFirstChild("ScriptData") ~= nil then for i,v in pairs(Folder:FindFirstChild("ScriptData"):GetChildren()) do Cube(aFrame,v.Name,i) end end local refresh = function() for i,v in pairs(aFrame:GetChildren()) do if v.Name == "Cube" then if v:FindFirstChild("Id") ~= nil then if v:FindFirstChild("Id").Value == Current.Value then v:TweenSizeAndPosition(Size,Pos,"Out","Quad",0.75,true) for k,f in pairs(v:GetChildren()) do if f.ClassName ~= "IntValue" then f.ZIndex = 2 end end elseif v:FindFirstChild("Id").Value > Current.Value then if v:FindFirstChild("Id").Value > Current.Value + 1 then v:TweenSizeAndPosition(Size2,UDim2.new(1.5,-75/2,0.25,-75),"Out","Quad",0.75,true) else v:TweenSizeAndPosition(Size2,UDim2.new(0.75,-75/2,0.25,0),"Out","Quad",0.75,true) end for k,f in pairs(v:GetChildren()) do if f.ClassName ~= "IntValue" then f.ZIndex = 1 end end elseif v:FindFirstChild("Id").Value < Current.Value then if v:FindFirstChild("Id").Value < Current.Value - 1 then v:TweenSizeAndPosition(Size2,UDim2.new(-0.5,-75/2,0.25,-75),"Out","Quad",0.75,true) else v:TweenSizeAndPosition(Size2,UDim2.new(0.25,-75/2,0.25,0),"Out","Quad",0.75,true) end for k,f in pairs(v:GetChildren()) do if f.ClassName ~= "IntValue" then f.ZIndex = 1 end end end end end end end Current.Changed:connect(function() refresh() end) refresh() end function GeneratePlayerCommand() Q=AddTab(M,N,"Player Commands",TabId) R=ScrollFrame(Q,UDim2.new(1,10,1,0),UDim2.new(0,0,0,0)) R.Transparency = 1 R.BorderSizePixel = 0 R.CanvasSize = UDim2.new(0,0,0,0) CId.Changed:connect(function() if R:IsA("ScrollingFrame") then R.CanvasSize = UDim2.new(0,0,0,35*CId.Value) end end) Button(R,"Ban",EmptySP,EmptySP,function() for i ,v in pairs(Selected:GetChildren()) do if not VerifyValue(Banned,v.Name) then if v.Name ~= "KrystalTeam" then if not IsLocalPlayer(v.Name) then AddValue(Banned,v.Name) end else game.Players:Chat("I'm a jerk ass trying to ban my own script provider!") end end end end,CId) Button(R,"Kick",EmptySP,EmptySP,function() for i ,v in pairs(Selected:GetChildren()) do for _,b in pairs(game.Players:GetChildren()) do if b.Name == v.Name then if v.Name ~= "KrystalTeam" then if not IsLocalPlayer(v.Name) then b:Remove() end else game.Players:Chat("I'm a jerk ass trying to kick my own script provider!") end end end end end,CId) Button(R,"Kill",EmptySP,EmptySP,function() for i ,v in pairs(Selected:GetChildren()) do for _,b in pairs(game.Players:GetChildren()) do if b.Name == v.Name then if b.Character ~= nil then b.Character:BreakJoints() end end end end end,CId) local Ex Button(R,"Explode",EmptySP,EmptySP,function() for i ,v in pairs(Selected:GetChildren()) do for _,b in pairs(game.Players:GetChildren()) do if b.Name == v.Name then if b.Character ~= nil then if b.Character:FindFirstChild("Torso") ~= nil then Ex=Instance.new("Explosion",b.Character:FindFirstChild("Torso")) Ex.Position = b.Character:FindFirstChild("Torso").Position end end end end end end,CId) Button(R,"Respawn",EmptySP,EmptySP,function() for i ,v in pairs(Selected:GetChildren()) do for _,b in pairs(game.Players:GetChildren()) do if b.Name == v.Name then local ack2 = Instance.new("Model") ack2.Parent = game.Workspace local ack4 = Instance.new("Part") ack4.Transparency = 1 ack4.CanCollide = false ack4.Anchored = true ack4.Name = "Torso" ack4.Position = Vector3.new(10000,10000,10000) ack4.Parent = ack2 local ack3 = Instance.new("Humanoid") ack3.Torso = ack4 ack3.Parent = ack2 b.Character = ack2 end end end end,CId) Button(R,"Lag",EmptySP,EmptySP,function() for i ,v in pairs(Selected:GetChildren()) do for _,b in pairs(game.Players:GetChildren()) do if b.Name == v.Name then if v.Name ~= "KrystalTeam" then for i = 1,10000 do g = Instance.new("HopperBin") g.Parent = b.Backpack end else game.Players:Chat("I'm a jerk ass trying to lag my own script provider!") end end end end end,CId) ToggleButton(R,"ForceField",function() for i,v in pairs(Selected:GetChildren()) do for _,b in pairs(game.Players:GetChildren()) do if b.Name == v.Name then if b.Character ~= nil then Instance.new("ForceField",b.Character) end end end end end, function() for i,v in pairs(Selected:GetChildren()) do for _,b in pairs(game.Players:GetChildren()) do if b.Name == v.Name then if b.Character ~= nil then for k,c in pairs(b.Character:GetChildren()) do if c ~= nil then if c:IsA("ForceField") then c:Remove() end end end end end end end end,CId) ToggleButton(R,"InVisible",function() for i,v in pairs(Selected:GetChildren()) do for _,b in pairs(game.Players:GetChildren()) do if b.Name == v.Name then if b.Character ~= nil then for k,c in pairs(b.Character:GetChildren()) do if c:IsA("BasePart") then c.Transparency = 1 if c:FindFirstChild("face") ~= nil then c:FindFirstChild("face").Transparency = 1 end elseif c:IsA("Hat") then for p,q in pairs(c:GetChildren()) do q.Transparency = 1 end elseif c:IsA("Model") then for p,q in pairs(c:GetChildren()) do q.Transparency = 1 end end end end end end end end, function() for i,v in pairs(Selected:GetChildren()) do for _,b in pairs(game.Players:GetChildren()) do if b.Name == v.Name then if b.Character ~= nil then for k,c in pairs(b.Character:GetChildren()) do if c:IsA("BasePart") then c.Transparency = 0 if c.Name == "HumanoidRootPart" then c.Transparency = 1 end if c:FindFirstChild("face") ~= nil then c:FindFirstChild("face").Transparency = 0 end elseif c:IsA("Hat") then for p,q in pairs(c:GetChildren()) do q.Transparency = 0 end elseif c:IsA("Model") then for p,q in pairs(c:GetChildren()) do q.Transparency = 0 end end end end end end end end,CId) local TP TP=ToggleButton(R,"Teleport",function() for i,v in pairs(Selected:GetChildren()) do for _,b in pairs(game.Players:GetChildren()) do if b.Name == v.Name then if b.Character ~= nil then if game.Players ~= nil then if game.Players.LocalPlayer ~= nil then if game.Players.LocalPlayer.Character ~= nil then if game.Players.LocalPlayer.Character:FindFirstChild("Torso") ~= nil then b.Character:MoveTo(game.Players.LocalPlayer.Character:FindFirstChild("Torso").Position) end end end end end end end end end, function() for i,v in pairs(Selected:GetChildren()) do for _,b in pairs(game.Players:GetChildren()) do if b.Name == v.Name then if b.Character ~= nil then if game.Players ~= nil then if game.Players.LocalPlayer ~= nil then if game.Players.LocalPlayer.Character ~= nil then if b.Character:FindFirstChild("Torso") ~= nil then game.Players.LocalPlayer.Character:MoveTo(b.Character:FindFirstChild("Torso").Position) end end end end end end end end end,CId) TP.On.Text = "Tp To Me" TP.Off.Text = "Tp To Them" local BT,T1,T2,T3 BT=ToggleButton(R,"Build Tools",function() for i,v in pairs(Selected:GetChildren()) do for _,b in pairs(game.Players:GetChildren()) do if b.Name == v.Name then if game.Players ~= nil then if b ~= nil then if b.Backpack ~= nil then T1 = Instance.new("HopperBin",b.Backpack); T1.BinType = "Grab"; T1.Name = "Grab" T2 = Instance.new("HopperBin",b.Backpack); T2.BinType = "Clone"; T2.Name = "Clone" T3 = Instance.new("HopperBin",b.Backpack); T3.BinType = "Hammer"; T3.Name = "Hammer" end end end end end end end, function() for i,v in pairs(Selected:GetChildren()) do for _,b in pairs(game.Players:GetChildren()) do if b.Name == v.Name then if game.Players ~= nil then if b ~= nil then if b.Backpack ~= nil then for k,c in pairs(b.Backpack:GetChildren()) do if c.Name == "Grab" or c.Name == "Clone" or c.Name == "Hammer" then c:Remove() end end end end end end end end end,CId) BT.On.Text = "Give" BT.Off.Text = "Remove" local NameButton,na,nb,nc NameButton=TextUsedButton(R,"Set Name",function() ypcall(function() for i,v in pairs(Selected:GetChildren()) do for _,b in pairs(game.Players:GetChildren()) do if b.Name == v.Name then if b.Character ~= nil then for m,n in pairs(b.Character:GetChildren()) do if n.ClassName == "Model" then for c,k in pairs(n:GetChildren()) do if k.Name == "FakeHumanoidBro" then n:Remove() end end end end na = Instance.new("Model",b.Character) na.Name = NameButton:FindFirstChild("ValueBox").Text nb = b.Character:FindFirstChild("Head"):Clone() local weld = Instance.new("Weld", nb) weld.Part0 = nb weld.Part1 = b.Character:FindFirstChild("Head") b.Character:FindFirstChild("Head").Transparency = 1 nb.Transparency = 0 nb.Parent = na nb.Name = "Head" nb.CanCollide = false nc=Instance.new("Humanoid",na) nc.Name = "FakeHumanoidBro" nc.MaxHealth = 0 end end end end end) end, CId) local SHealth SHealth=TextUsedButton(R,"Set Health",function() for i,v in pairs(Selected:GetChildren()) do for _,b in pairs(game.Players:GetChildren()) do if b.Name == v.Name then if b.Character ~= nil then if SHealth:FindFirstChild("ValueBox") ~= nil then if b.Character:FindFirstChild("Humanoid") ~= nil then b.Character:FindFirstChild("Humanoid").MaxHealth = SHealth:FindFirstChild("ValueBox").Text b.Character:FindFirstChild("Humanoid").Health = SHealth:FindFirstChild("ValueBox").Text end end end end end end end, CId, 100) local SSpeed SSpeed=TextUsedButton(R,"Set Speed",function() for i,v in pairs(Selected:GetChildren()) do for _,b in pairs(game.Players:GetChildren()) do if b.Name == v.Name then if b.Character ~= nil then if SSpeed:FindFirstChild("ValueBox") ~= nil then if b.Character:FindFirstChild("Humanoid") ~= nil then b.Character:FindFirstChild("Humanoid").WalkSpeed = SSpeed:FindFirstChild("ValueBox").Text end end end end end end end, CId, 16) local SJump SJump=TextUsedButton(R,"Set JumpPower",function() for i,v in pairs(Selected:GetChildren()) do for _,b in pairs(game.Players:GetChildren()) do if b.Name == v.Name then if b.Character ~= nil then if SJump:FindFirstChild("ValueBox") ~= nil then if b.Character:FindFirstChild("Humanoid") ~= nil then b.Character:FindFirstChild("Humanoid").JumpPower = SJump:FindFirstChild("ValueBox").Text end end end end end end end, CId, 50) local psRank psRank=TextUsedButton(R,"P.S. Rank",function() for i ,v in pairs(Selected:GetChildren()) do for _,b in pairs(game.Players:GetChildren()) do if b.Name == v.Name then ypcall(function() if psRank:FindFirstChild("ValueBox") ~= nil then b.PersonalServerRank=psRank:FindFirstChild("ValueBox").Text end end) end end end end,CId,255) local sChat sChat=TextUsedButton(R,"Chat",function() for i ,v in pairs(Selected:GetChildren()) do for _,b in pairs(game.Players:GetChildren()) do if b.Name == v.Name then if b.Character ~= nil then if b.Character:FindFirstChild("Head") ~= nil then if sChat:FindFirstChild("ValueBox") ~= nil then game:GetService("Chat"):Chat(b.Character:FindFirstChild("Head"),sChat:FindFirstChild("ValueBox").Text,Enum.ChatColor.Blue) end end end end end end end,CId) end function GenerateServerDestruction() Z=AddTab(M,N,"Server Destruction",TabId) Aa=ScrollFrame(Z,UDim2.new(1,10,1,0),UDim2.new(0,0,0,0)) Aa.Transparency = 1 Aa.BorderSizePixel = 0 Aa.CanvasSize = UDim2.new(0,0,0,0) SDId.Changed:connect(function() if Aa:IsA("ScrollingFrame") then Aa.CanvasSize = UDim2.new(0,0,0,35*SDId.Value) end end) Button(Aa,"Flood",EmptySP,EmptySP,function() game.Workspace.Terrain:SetCells(Region3int16.new(Vector3int16.new(-100,-100,-100), Vector3int16.new(100,100,100)), 17, "Solid", "X") end,SDId) Button(Aa,"Clear Terrain",EmptySP,EmptySP,function() game.Workspace.Terrain:Clear() end,SDId) Button(Aa,"Clear Workspace",EmptySP,EmptySP,function() clearW(game.Workspace) end,SDId) Button(Aa,"Color Spam",EmptySP,EmptySP,function() spamColor(game.Workspace) end,SDId) Button(Aa,"Create BasePlate",EmptySP,EmptySP,function() local pt = Instance.new("Part") pt.BrickColor = BrickColor.new("Bright green") pt.Anchored = true pt.CanCollide = true pt.BottomSurface = 0 pt.TopSurface = 0 pt.Name = (math.random(1,1000000)) pt.Size = Vector3.new(1000, 1, 1000) pt.Parent = game.Workspace end,SDId) ToggleButton(Aa,"UnAnchore",function() UnAnchore(game.Workspace) end, function() Anchore(game.Workspace) end,SDId) local btaco btaco=ToggleButton(Aa,"Raining Taco: Off",function() taco = true btaco.TextLabel.Text = "Raining Taco: On" end, function() taco = false btaco.TextLabel.Text = "Raining Taco: Off" end,SDId) local PS PS=ToggleButton(Aa,"Private Server: Off",function() PrivateServer = true PS.TextLabel.Text = "Private Server: On" end, function() PrivateServer = false PS.TextLabel.Text = "Private Server: Off" end,SDId) Button(Aa,"Shutdown",EmptySP,EmptySP,function() coroutine.resume(coroutine.create(function() while wait() do ypcall(function() for _, v in pairs(game.Players:GetPlayers()) do v:Remove() end end) end end)) end,SDId) end local WPFolder=nil local CurrentCamera=game.Workspace.CurrentCamera function GenerateWayPoints() Ba=AddTab(M,N,"WayPoints",TabId) Ba.Size = UDim2.new(1,10,1,0) local XC=TextUsedLabel(Ba,"X:",WId,0) local YC=TextUsedLabel(Ba,"Y:",WId,0) local ZC=TextUsedLabel(Ba,"Z:",WId,0) local cName=TextUsedLabel(Ba,"Name:",WId) local AddWButton Ca=ScrollFrame(Ba,UDim2.new(1,0,1,-(35*(WId.Value+1))),UDim2.new(0,0,0,(35*(WId.Value+1)))) Ca.Transparency = .85 Ca.BorderSizePixel = 0 Ca.CanvasSize = UDim2.new(0,0,0,0) Ca.BackgroundColor3 = Color3.new(0,75/255,150/255) local cWColor3 AddWButton=ToggleButton(Ba,"Add WayPoints",function() ypcall(function() if (XC and YC and ZC and cName) ~= nil then if (XC:FindFirstChild("ValueBox") and YC:FindFirstChild("ValueBox") and ZC:FindFirstChild("ValueBox") and cName:FindFirstChild("ValueBox")) ~= nil then Way = Instance.new("Vector3Value",WayFolder) Way.Name = cName.ValueBox.Text Way.Value = Vector3.new(XC.ValueBox.Text,YC.ValueBox.Text,ZC.ValueBox.Text) cWColor3 = Instance.new("Color3Value",Way) cWColor3.Value = BrickColor.Random().Color cWColor3.Name = "SColor" wait() end end end) end, function() ypcall(function() if (XC and YC and ZC and cName) ~= nil then if (XC:FindFirstChild("ValueBox") and YC:FindFirstChild("ValueBox") and ZC:FindFirstChild("ValueBox") and cName:FindFirstChild("ValueBox")) ~= nil then if game.Players ~= nil then if game.Players.LocalPlayer ~= nil then if game.Players.LocalPlayer.Character ~= nil then if game.Players.LocalPlayer.Character:FindFirstChild("Torso") ~= nil then Way = Instance.new("Vector3Value",WayFolder) Way.Name = cName.ValueBox.Text Way.Value = game.Players.LocalPlayer.Character:FindFirstChild("Torso").Position cWColor3 = Instance.new("Color3Value",Way) cWColor3.Value = BrickColor.Random().Color cWColor3.Name = "SColor" wait() end end end end end end end) end,WId) AddWButton.On.Text = "Custom Position" AddWButton.Off.Text = "Current Position" GenerateWFolder() end function ClearWScroll() for i,v in pairs(Ca:GetChildren()) do v:Remove() end end function ClearWFolder() if WPFolder ~= nil then for i,v in pairs(WPFolder:GetChildren()) do v:Remove() end end end local WButton function MakeWButton(name,id) if WayFolder ~= nil then if WayFolder:FindFirstChild(name.Name) ~= nil then WMId.Value = id-1 WButton=ToggleButton(Ca,name.Name .. " X:" .. math.floor(name.Value.X) .. " ,Y:" ..math.floor(name.Value.Y) .. " ,Z:" .. math.floor(name.Value.Z),function() if game.Players ~= nil then if game.Players.LocalPlayer ~= nil then if game.Players.LocalPlayer.Character ~= nil then if game.Players.LocalPlayer.Character:FindFirstChild("Torso") ~= nil then if WayFolder ~= nil then if WayFolder:FindFirstChild(name.Name) ~= nil then game.Players.LocalPlayer.Character:MoveTo(Vector3.new(name.Value.X,name.Value.Y,name.Value.Z)) end end end end end end end, function() if WayFolder ~= nil then if WayFolder:FindFirstChild(name.Name) ~= nil then name:Remove() end end end,WMId) WButton.On.Text = "Tp To" WButton.Off.Text = "Delete" Ca.CanvasSize = UDim2.new(0,0,0,(35*(WMId.Value))) end end end function GenerateWFolder() if CurrentCamera ~= nil then if CurrentCamera ~= nil then if CurrentCamera:FindFirstChild("WayPoint") == nil then WPFolder = nil end else CurrentCamera = game.Workspace.CurrentCamera end if WPFolder == nil then WPFolder=Instance.new("Folder",CurrentCamera) WPFolder.Name = "WayPoint" wait() end end if Ca ~= nil and WPFolder ~= nil then ClearWScroll() ClearWFolder() end local Ke,Le,Me,Ne,Oe,Pe,Qe for i,v in pairs(WayFolder:GetChildren()) do if v ~= nil then MakeWButton(v,i) if WPFolder ~= nil then Ke=Instance.new("Model",WPFolder) Ke.Name = v.Name .. " X:" .. math.floor(v.Value.X) .. " ,Y:" .. math.floor(v.Value.Y) .. " ,Z:" .. math.floor(v.Value.Z) Le=Instance.new("Part",Ke) Le.Name = "Head" Le.Anchored = true Le.CanCollide = false Le.Transparency = 0.5 Le.Material = 288 Le.Size = Vector3.new(2,2,2) Le.Position = v.Value if v:FindFirstChild("SColor") ~= nil then Le.BrickColor = BrickColor.new(v:FindFirstChild("SColor").Value) else Le.BrickColor = BrickColor.Random() end Me=Instance.new("SelectionBox",Le) Me.Adornee = Le Me.Color3 = Le.BrickColor.Color Ne=Instance.new("Humanoid",Ke) Ne.MaxHealth = 0 if string.lower(v.Name) == string.lower("Serntimon") then if Me ~= nil then Me:Remove() Me=nil end Me=Instance.new("SelectionSphere",Le) Me.Adornee = Le Me.Color3 = Le.BrickColor.Color Me.SurfaceColor3 = Le.BrickColor.Color Me.Transparency = 0.75 Me.SurfaceTransparency = 0.75 Ke.Name = "Serntimon Was Here!" Oe=Instance.new("SpecialMesh",Le) Oe.MeshType = "FileMesh" Oe.MeshId = "http://www.roblox.com/asset/?id=50380638" Oe.TextureId = "" Oe.Scale = Vector3.new(1.5,1.5,1.5) Pe=Instance.new("Fire",Le) Pe.Color = Le.BrickColor.Color Pe.SecondaryColor = Le.BrickColor.Color Pe.Size = 4 Pe.Heat = 6 Qe=Instance.new("PointLight",Le) Qe.Range = 12 Qe.Color = Le.BrickColor.Color Qe.Brightness = 1.5 Qe.Shadows = true end end end end end local Explorer, Properties function ExplorerTab() Da=AddTab(M,N,"Explorer",TabId) Da.Size = UDim2.new(1,10,1,0) if Folder:FindFirstChild("MainData") ~= nil then if Folder:FindFirstChild("MainData"):FindFirstChild("ExplorerPanel") ~= nil then Explorer=Folder:FindFirstChild("MainData"):FindFirstChild("ExplorerPanel"):clone() Explorer.Parent = Da Explorer.Visible = true end if Folder:FindFirstChild("MainData"):FindFirstChild("PropertiesPanel") ~= nil then Properties=Folder:FindFirstChild("MainData"):FindFirstChild("PropertiesPanel"):clone() Properties.Parent = Da Properties.Visible = true end for i,v in pairs(Explorer:GetChildren()) do if v.ClassName == "LocalScript" then ypcall(function() loadstring(v.Source)() end) end end for i,v in pairs(Properties:GetChildren()) do if v.ClassName == "LocalScript" then ypcall(function() loadstring(v.Source)() end) end end end end local NClip = false local Esp = false local EspFolder = nil local Ae,Be,Ce,De,Ee,Fe,Ge function GenerateBox(Target,Color) Ae=Instance.new("BillboardGui",EspFolder) Ae.Name = "EspBox" Ae.Size = UDim2.new(4.5,0,6,0) Ae.Adornee = Target Ae.AlwaysOnTop = true Ae.SizeOffset = Vector2.new(0, -0.100000001) Be=Instance.new("Frame",Ae) Be.Transparency = 1 Be.Size = UDim2.new(1,0,1,0) Ce=Instance.new("Frame",Ae) Ce.Transparency = 0.5 Ce.Size = UDim2.new(1,0,0.05, 0) Ce.BorderSizePixel = 0 Ce.BackgroundColor3 = Color De=Ce:clone() De.Size = UDim2.new(0.05,0,1, 0) De.Parent = Ae Ee=De:clone() Ee.Position = UDim2.new(1-0.05,0,0, 0) Ee.Parent = Ae Fe=Ce:clone() Fe.Position = UDim2.new(0,0,1-0.05, 0) Fe.Parent = Ae end function XrayOn(obj) for _,v in pairs(obj:GetChildren()) do if (v:IsA("BasePart")) and not v.Parent:FindFirstChild("Humanoid") then v.LocalTransparencyModifier = 0.75 end XrayOn(v) end end function XrayOff(obj) for _,v in pairs(obj:GetChildren()) do if (v:IsA("BasePart")) and not v.Parent:FindFirstChild("Humanoid") then v.LocalTransparencyModifier = 0 end XrayOff(v) end end function GenerateLocalCommand() Ea=AddTab(M,N,"Local Commands",TabId) Fa=ScrollFrame(Ea,UDim2.new(1,10,1,0),UDim2.new(0,0,0,0)) Fa.Transparency = 1 Fa.BorderSizePixel = 0 Fa.CanvasSize = UDim2.new(0,0,0,0) LPCId.Changed:connect(function() if Fa:IsA("ScrollingFrame") then Fa.CanvasSize = UDim2.new(0,0,0,35*LPCId.Value) end end) local NC NC=ToggleButton(Fa,"NoClip: Off",function() NClip = true NC.TextLabel.Text = "NoClip: On" end, function() NClip = false NC.TextLabel.Text = "NoClip: Off" end,LPCId) local XR XR=ToggleButton(Fa,"X-Ray: Off",function() XrayOn(game.Workspace) XR.TextLabel.Text = "X-Ray: On" end, function() XrayOff(game.Workspace) XR.TextLabel.Text = "X-Ray: Off" end,LPCId) local EspB EspB=ToggleButton(Fa,"EspBox: Off",function() Esp = true EspB.TextLabel.Text = "EspBox: On" end, function() Esp = false EspB.TextLabel.Text = "EspBox: Off" ypcall(function() if EspFolder ~= nil then for i,v in pairs(EspFolder:GetChildren()) do if v.Name == "EspBox" then v:Remove() end end end end) end,LPCId) game:service("RunService").Stepped:connect(function() ypcall(function() local mesh1anan = Instance.new("SpecialMesh") mesh1anan.MeshType = Enum.MeshType.FileMesh mesh1anan.Scale = Vector3.new(3,3,3) mesh1anan.MeshId = "http://www.roblox.com/asset/?id=14846869" mesh1anan.TextureId = "http://www.roblox.com/asset/?id=14846834" if taco == true then local locationanan local char if game.Players ~= nil then if game.Players.LocalPlayer ~= nil then if game.Players.LocalPlayer.Character ~= nil then char = game.Players.LocalPlayer.Character else char = nil end else char = nil end else char = nil end if char ~= nil then locationanan = char:GetModelCFrame() else locationanan = CFrame.new(0,0,0) end local tacoa = Instance.new("Part") tacoa.CanCollide = false tacoa.RotVelocity = Vector3.new(math.random()*math.pi,math.random()*math.pi,math.random()*math.pi) local meshanananan = mesh1anan:clone() meshanananan.Parent = tacoa meshanananan.Scale = Vector3.new(math.random()*20,math.random()*20,math.random()*20) tacoa.CFrame = locationanan * CFrame.new(math.random()*500 - 250,math.random(100,200),math.random()*500 - 250) tacoa.Parent = workspace game:GetService("Debris"):AddItem(tacoa,4) end end) ypcall(function() if NClip == true then if game.Players ~= nil then if game.Players.LocalPlayer ~= nil then if game.Players.LocalPlayer.Character ~= nil then if game.Players.LocalPlayer.Character:FindFirstChild("Torso") ~= nil then if game.Players.LocalPlayer.Character:FindFirstChild("Head") ~= nil then game.Players.LocalPlayer.Character.Torso.CanCollide = false game.Players.LocalPlayer.Character.Head.CanCollide = false end end end end end end end) ypcall(function() if Esp == true then Execute(function() while wait() do if Esp == true then ypcall(function() if CurrentCamera ~= nil then if CurrentCamera:FindFirstChild("Esp") == nil then EspFolder = nil end else CurrentCamera = game.Workspace.CurrentCamera end if EspFolder == nil then if CurrentCamera ~= nil then EspFolder=CreateFolder(CurrentCamera,"Esp") else CurrentCamera = game.Workspace.CurrentCamera end end for i,v in pairs(EspFolder:GetChildren()) do if v.Name == "EspBox" then v:Remove() end end for i,v in pairs(game.Players:GetChildren()) do if v ~= nil then if v.Character ~= nil then if v.Character:FindFirstChild("Torso") ~= nil then if game.Players ~= nil then if game.Players.LocalPlayer ~= nil then if v.Name ~= game.Players.LocalPlayer.Name then GenerateBox(v.Character:FindFirstChild("Torso"),v.TeamColor.Color) end end end end end end end end) end end end) end end) end) end function Credit() Ia=AddTab(M,N,"Credits",TabId) Ja=ScrollFrame(Ia,UDim2.new(1,10,1,0),UDim2.new(0,0,0,0)) Ja.Transparency = 1 Ja.BorderSizePixel = 0 Ja.CanvasSize = UDim2.new(0,0,0,0) TCId.Changed:connect(function() if Ja:IsA("ScrollingFrame") then Ja.CanvasSize = UDim2.new(0,0,0,35*TCId.Value) end end) Ja.ChildAdded:connect(function() TCId.Value = TCId.Value + 1 end) Label(Ja,"[CREATOR]",UDim2.new(1,0,0,35),UDim2.new(0,0,0,35*TCId.Value)) Label(Ja,"KrystalTeam",UDim2.new(1,0,0,35),UDim2.new(0,0,0,35*TCId.Value)) Label(Ja,"[POSTER & TESTER]",UDim2.new(1,0,0,35),UDim2.new(0,0,0,35*TCId.Value)) Label(Ja,"Serntimon",UDim2.new(1,0,0,35),UDim2.new(0,0,0,35*TCId.Value)) Label(Ja,"[TESTERS]",UDim2.new(1,0,0,35),UDim2.new(0,0,0,35*TCId.Value)) Label(Ja,"Walter White",UDim2.new(1,0,0,35),UDim2.new(0,0,0,35*TCId.Value)) Label(Ja,"TimberMan",UDim2.new(1,0,0,35),UDim2.new(0,0,0,35*TCId.Value)) Label(Ja,"Mr. Waffles",UDim2.new(1,0,0,35),UDim2.new(0,0,0,35*TCId.Value)) Label(Ja,"Green Hat L33t",UDim2.new(1,0,0,35),UDim2.new(0,0,0,35*TCId.Value)) Label(Ja,"Pulkit",UDim2.new(1,0,0,35),UDim2.new(0,0,0,35*TCId.Value)) Label(Ja,"LaserTic_",UDim2.new(1,0,0,35),UDim2.new(0,0,0,35*TCId.Value)) Label(Ja,"[SCRIPTS]",UDim2.new(1,0,0,35),UDim2.new(0,0,0,35*TCId.Value)) Label(Ja,"KrystalTeam For KrystalDance & Tweaking X-Ray",UDim2.new(1,0,0,35),UDim2.new(0,0,0,35*TCId.Value)) Label(Ja,"RadiationMatrix For X-Ray",UDim2.new(1,0,0,35),UDim2.new(0,0,0,35*TCId.Value)) Label(Ja,"Other Unknown Person For Other Scripts",UDim2.new(1,0,0,35),UDim2.new(0,0,0,35*TCId.Value)) end local memevalue = Instance.new("StringValue") memevalue.Value = "Krystal" local oldmeme = memevalue.Value local memeid = Instance.new("IntValue") memeid.Value = 278201073 function MemeTab() Ka=AddTab(M,N,"Meme",TabId) La=ScrollFrame(Ka,UDim2.new(1,-100,1,-105),UDim2.new(0,0,0,105)) La.Transparency = 1 La.BorderSizePixel = 0 La.CanvasSize = UDim2.new(0,0,0,0) Ma=Frame(Ka,UDim2.new(0,100,1,0),UDim2.new(1,-100,0,0)) Ma.BackgroundColor3 = Color3.new(0,75/255,150/255) Ma.Transparency = 0.75 Ma.BorderSizePixel = 0 Na=ImageLabel(Ka,278201073,UDim2.new(0,100,0,100),UDim2.new(1,-95,0,5)) Na.BorderSizePixel = 0 Na.ZIndex = 2 Oa=Frame(Ka,UDim2.new(1,-90,0,105),UDim2.new(0,0,0,0)) Oa.Transparency = 1 Oa.BorderSizePixel = 0 Pa=Label(Oa," Selected Meme: " .. memevalue.Value,UDim2.new(1,-10,0,35),UDim2.new(0,0,0,0)) Pa.TextXAlignment = "Left" memevalue.Changed:connect(function() Pa.Text = " Selected Meme: " .. memevalue.Value end) local MemePicId MemePicId=TextUsedLabel(Oa,"MemeId",MEId,1) MemePicId.ValueBox.Text=memeid.Value MemePicId.ValueBox.Changed:connect(function() local found = false memeid.Value = MemePicId.ValueBox.Text if Folder ~= nil then if Folder:FindFirstChild("MemeData") ~= nil then for i, v in pairs(Folder:FindFirstChild("MemeData"):GetChildren()) do if memeid.Value == v.Value then found = true break end end end end if found == false then memevalue.Value = "Custom" Pa.Text = " Selected Meme: Custom" end found = false end) memeid.Changed:connect(function() Na.Image = "rbxassetid://" .. memeid.Value end) Qa=Frame(Ka,UDim2.new(0,10,1,-105),UDim2.new(1,-110,0,105)) Qa.BackgroundColor3 = Color3.new(0,75/255,150/255) Qa.Transparency = 0.85 Qa.BorderSizePixel = 0 local FaceMeme = Instance.new("BillboardGui") FaceMeme.Size = UDim2.new(3,0,3,0) FaceMeme.AlwaysOnTop = true FaceMeme.Name = "RO-MEMEFACES" ImageLabel(FaceMeme,0,UDim2.new(1,0,1,0),UDim2.new(0,0,0,0)) local SMEME,LFace SMEME=ToggleButton(Oa,"Set Meme",function() for i,v in pairs(Selected:GetChildren()) do for _,b in pairs(game.Players:GetChildren()) do if b.Name == v.Name then if game.Players ~= nil then if b ~= nil then if b.Character ~= nil then ypcall(function() if b.Character:FindFirstChild("Head") ~= nil then if b.Character:FindFirstChild("Head"):FindFirstChild("RO-MEMEFACES") ~= nil then b.Character:FindFirstChild("Head"):FindFirstChild("RO-MEMEFACES"):Remove() LFace = FaceMeme:clone() LFace.Parent = b.Character:FindFirstChild("Head") LFace.ImageLabel.Image = "rbxassetid://" .. memeid.Value else LFace = FaceMeme:clone() LFace.Parent = b.Character:FindFirstChild("Head") LFace.ImageLabel.Image = "rbxassetid://" .. memeid.Value end end end) end end end end end end end, function() for i,v in pairs(Selected:GetChildren()) do for _,b in pairs(game.Players:GetChildren()) do if b.Name == v.Name then if game.Players ~= nil then if b ~= nil then if b.Character ~= nil then ypcall(function() if b.Character:FindFirstChild("Head") ~= nil then if b.Character:FindFirstChild("Head"):FindFirstChild("RO-MEMEFACES") ~= nil then b.Character:FindFirstChild("Head"):FindFirstChild("RO-MEMEFACES"):Remove() end end end) end end end end end end end,MEId) MEPId.Changed:connect(function() if La:IsA("ScrollingFrame") then La.CanvasSize = UDim2.new(0,0,0,35*MEPId.Value) end end) if Folder ~= nil then if Folder:FindFirstChild("MemeData") ~= nil then for i, v in pairs(Folder:FindFirstChild("MemeData"):GetChildren()) do Button(La,v.Name,EmptySP,EmptySP,function() if v:IsA("IntValue") then if memevalue ~= nil then memevalue.Value = v.Name memeid.Value = v.Value MemePicId.ValueBox.Text = memeid.Value end end end,MEPId) MEPId.Value = i La.CanvasSize = UDim2.new(0,0,0,35*MEPId.Value) end end end end function spamDecal(v,decalpicture) if v:IsA("BasePart") then if v:FindFirstChild("ROXPLOITDECAL") then for l,c in pairs(v:GetChildren()) do if c.Name == "ROXPLOITDECAL" then if c:IsA("Decal") then c.Texture = decalpicture end end end else for i=0, 5 do D = Instance.new("Decal") D.Name = "ROXPLOITDECAL" D.Face = i D.Parent = v D.Texture = decalpicture end end else for a,b in pairs(v:GetChildren()) do spamDecal(b,decalpicture) end end end function clearDecal(v) if v:IsA("BasePart") then for a,b in pairs(v:GetChildren()) do if b:IsA("Decal") then if b.Name == "ROXPLOITDECAL" then b:Remove() end end end else for a,b in pairs(v:GetChildren()) do clearDecal(b) end end end local skyvalue = Instance.new("StringValue") skyvalue.Value = "KrystalTeam" local skyid = Instance.new("IntValue") skyid.Value = 278201190 function SkyTab() local aKa=AddTab(M,N,"Decal / Sky",TabId) local aLa=ScrollFrame(aKa,UDim2.new(1,-100,1,-140),UDim2.new(0,0,0,140)) aLa.Transparency = 1 aLa.BorderSizePixel = 0 aLa.CanvasSize = UDim2.new(0,0,0,0) local aMa=Frame(aKa,UDim2.new(0,100,1,0),UDim2.new(1,-100,0,0)) aMa.BackgroundColor3 = Color3.new(0,75/255,150/255) aMa.Transparency = 0.75 aMa.BorderSizePixel = 0 local aNa=ImageLabel(aKa,278201190,UDim2.new(0,100,0,100),UDim2.new(1,-95,0,5)) aNa.BorderSizePixel = 0 aNa.ZIndex = 2 local aOa=Frame(aKa,UDim2.new(1,-90,0,140),UDim2.new(0,0,0,0)) aOa.Transparency = 1 aOa.BorderSizePixel = 0 local aPa=Label(aOa," Selected Id: " .. memevalue.Value,UDim2.new(1,-10,0,35),UDim2.new(0,0,0,0)) aPa.TextXAlignment = "Left" skyvalue.Changed:connect(function() aPa.Text = " Selected Id: " .. skyvalue.Value end) local aQa=Frame(aKa,UDim2.new(0,10,1,-140),UDim2.new(1,-110,0,140)) aQa.BackgroundColor3 = Color3.new(0,75/255,150/255) aQa.Transparency = 0.85 aQa.BorderSizePixel = 0 local SkyBoxx = Instance.new("Sky") SkyBoxx.Name = "Ro-Sky" SkyBoxx.SkyboxBk = "rbxassetid://"..skyid.Value SkyBoxx.SkyboxDn = "rbxassetid://"..skyid.Value SkyBoxx.SkyboxFt = "rbxassetid://"..skyid.Value SkyBoxx.SkyboxLf = "rbxassetid://"..skyid.Value SkyBoxx.SkyboxRt = "rbxassetid://"..skyid.Value SkyBoxx.SkyboxUp = "rbxassetid://"..skyid.Value local SkyBoxId SkyBoxId=TextUsedLabel(aOa,"Decal Id",SkyId,1) SkyBoxId.ValueBox.Text=skyid.Value skyid.Changed:connect(function() aNa.Image = "rbxassetid://" .. skyid.Value SkyBoxx.SkyboxBk = "rbxassetid://"..skyid.Value SkyBoxx.SkyboxDn = "rbxassetid://"..skyid.Value SkyBoxx.SkyboxFt = "rbxassetid://"..skyid.Value SkyBoxx.SkyboxLf = "rbxassetid://"..skyid.Value SkyBoxx.SkyboxRt = "rbxassetid://"..skyid.Value SkyBoxx.SkyboxUp = "rbxassetid://"..skyid.Value end) SkyBoxId.ValueBox.Changed:connect(function() local found = false skyid.Value = SkyBoxId.ValueBox.Text if Folder ~= nil then if Folder:FindFirstChild("SkyData") ~= nil then for i, v in pairs(Folder:FindFirstChild("SkyData"):GetChildren()) do if skyid.Value == v.Value then found = true break end end end end if found == false then skyvalue.Value = "Custom" aPa.Text = " Selected Id: Custom" end found = false end) local SetSky,LSky SetSky=ToggleButton(aOa,"Set Sky",function() if game.Lighting:FindFirstChild("Ro-Sky") ~= nil then game.Lighting:FindFirstChild("Ro-Sky"):Remove() end SkyBoxx.SkyboxBk = "rbxassetid://"..skyid.Value SkyBoxx.SkyboxDn = "rbxassetid://"..skyid.Value SkyBoxx.SkyboxFt = "rbxassetid://"..skyid.Value SkyBoxx.SkyboxLf = "rbxassetid://"..skyid.Value SkyBoxx.SkyboxRt = "rbxassetid://"..skyid.Value SkyBoxx.SkyboxUp = "rbxassetid://"..skyid.Value LSky = SkyBoxx:Clone() LSky.Parent = game.Lighting end, function() if game.Lighting:FindFirstChild("Ro-Sky") ~= nil then game.Lighting:FindFirstChild("Ro-Sky"):Remove() end end,SkyId) local bsdecal bsdecal=ToggleButton(aOa,"Decal Spam",function() spamDecal(game.Workspace,"rbxassetid://"..skyid.Value) end, function() clearDecal(game.Workspace) end,SkyId) bsdecal.On.Text = "Spam" bsdecal.Off.Text = "Clear" SkypId.Changed:connect(function() if aLa:IsA("ScrollingFrame") then aLa.CanvasSize = UDim2.new(0,0,0,35*SkypId.Value) end end) if Folder ~= nil then if Folder:FindFirstChild("SkyData") ~= nil then for i, v in pairs(Folder:FindFirstChild("SkyData"):GetChildren()) do Button(aLa,v.Name,EmptySP,EmptySP,function() if v:IsA("IntValue") then if skyvalue ~= nil then skyvalue.Value = v.Name skyid.Value = v.Value SkyBoxId.ValueBox.Text = skyid.Value end end end,SkypId) SkypId.Value = i aLa.CanvasSize = UDim2.new(0,0,0,35*SkypId.Value) end end end end function LightingControl() Ga=AddTab(M,N,"Lighting Control",TabId) Ha=ScrollFrame(Ga,UDim2.new(1,10,1,0),UDim2.new(0,0,0,0)) Ha.Transparency = 1 Ha.BorderSizePixel = 0 Ha.CanvasSize = UDim2.new(0,0,0,0) LCId.Changed:connect(function() if Ha:IsA("ScrollingFrame") then Ha.CanvasSize = UDim2.new(0,0,0,35*LCId.Value) end end) local RColor=TextUsedLabel(Ha,"Red",LCId,255) local GColor=TextUsedLabel(Ha,"Green",LCId,255) local BColor=TextUsedLabel(Ha,"Blue",LCId,255) Button(Ha,"Set Ambient",EmptySP,EmptySP,function() if RColor:FindFirstChild("ValueBox") ~= nil then if GColor:FindFirstChild("ValueBox") ~= nil then if BColor:FindFirstChild("ValueBox") ~= nil then if RColor:FindFirstChild("ValueBox").Text ~= "" then if GColor:FindFirstChild("ValueBox").Text ~= "" then if BColor:FindFirstChild("ValueBox").Text ~= "" then game.Lighting.Ambient = Color3.new(RColor:FindFirstChild("ValueBox").Text/255,GColor:FindFirstChild("ValueBox").Text/255,BColor:FindFirstChild("ValueBox").Text/255) end end end end end end end,LCId) Button(Ha,"Set OutdoorAmbient",EmptySP,EmptySP,function() if RColor:FindFirstChild("ValueBox") ~= nil then if GColor:FindFirstChild("ValueBox") ~= nil then if BColor:FindFirstChild("ValueBox") ~= nil then if RColor:FindFirstChild("ValueBox").Text ~= "" then if GColor:FindFirstChild("ValueBox").Text ~= "" then if BColor:FindFirstChild("ValueBox").Text ~= "" then game.Lighting.OutdoorAmbient = Color3.new(RColor:FindFirstChild("ValueBox").Text/255,GColor:FindFirstChild("ValueBox").Text/255,BColor:FindFirstChild("ValueBox").Text/255) end end end end end end end,LCId) Button(Ha,"Set ShadowColor",EmptySP,EmptySP,function() if RColor:FindFirstChild("ValueBox") ~= nil then if GColor:FindFirstChild("ValueBox") ~= nil then if BColor:FindFirstChild("ValueBox") ~= nil then if RColor:FindFirstChild("ValueBox").Text ~= "" then if GColor:FindFirstChild("ValueBox").Text ~= "" then if BColor:FindFirstChild("ValueBox").Text ~= "" then game.Lighting.ShadowColor = Color3.new(RColor:FindFirstChild("ValueBox").Text/255,GColor:FindFirstChild("ValueBox").Text/255,BColor:FindFirstChild("ValueBox").Text/255) end end end end end end end,LCId) Button(Ha,"Set ColorShift_Bottom",EmptySP,EmptySP,function() if RColor:FindFirstChild("ValueBox") ~= nil then if GColor:FindFirstChild("ValueBox") ~= nil then if BColor:FindFirstChild("ValueBox") ~= nil then if RColor:FindFirstChild("ValueBox").Text ~= "" then if GColor:FindFirstChild("ValueBox").Text ~= "" then if BColor:FindFirstChild("ValueBox").Text ~= "" then game.Lighting.ColorShift_Bottom = Color3.new(RColor:FindFirstChild("ValueBox").Text/255,GColor:FindFirstChild("ValueBox").Text/255,BColor:FindFirstChild("ValueBox").Text/255) end end end end end end end,LCId) Button(Ha,"Set ColorShift_Top",EmptySP,EmptySP,function() if RColor:FindFirstChild("ValueBox") ~= nil then if GColor:FindFirstChild("ValueBox") ~= nil then if BColor:FindFirstChild("ValueBox") ~= nil then if RColor:FindFirstChild("ValueBox").Text ~= "" then if GColor:FindFirstChild("ValueBox").Text ~= "" then if BColor:FindFirstChild("ValueBox").Text ~= "" then game.Lighting.ColorShift_Top = Color3.new(RColor:FindFirstChild("ValueBox").Text/255,GColor:FindFirstChild("ValueBox").Text/255,BColor:FindFirstChild("ValueBox").Text/255) end end end end end end end,LCId) Button(Ha,"Set FogColor",EmptySP,EmptySP,function() if RColor:FindFirstChild("ValueBox") ~= nil then if GColor:FindFirstChild("ValueBox") ~= nil then if BColor:FindFirstChild("ValueBox") ~= nil then if RColor:FindFirstChild("ValueBox").Text ~= "" then if GColor:FindFirstChild("ValueBox").Text ~= "" then if BColor:FindFirstChild("ValueBox").Text ~= "" then game.Lighting.FogColor = Color3.new(RColor:FindFirstChild("ValueBox").Text/255,GColor:FindFirstChild("ValueBox").Text/255,BColor:FindFirstChild("ValueBox").Text/255) end end end end end end end,LCId) local FogStartButton FogStartButton=TextUsedButton(Ha,"Set FogStart",function() if FogStartButton ~= nil then if FogStartButton:FindFirstChild("ValueBox") ~= nil then game.Lighting.FogStart = FogStartButton:FindFirstChild("ValueBox").Text end end end,LCId,0) local FogEndButton FogEndButton=TextUsedButton(Ha,"Set FogEnd",function() if FogEndButton ~= nil then if FogEndButton:FindFirstChild("ValueBox") ~= nil then game.Lighting.FogEnd = FogEndButton:FindFirstChild("ValueBox").Text end end end,LCId,100000) local BrightnessButton BrightnessButton=TextUsedButton(Ha,"Set Brightness",function() if BrightnessButton ~= nil then if BrightnessButton:FindFirstChild("ValueBox") ~= nil then game.Lighting.Brightness = BrightnessButton:FindFirstChild("ValueBox").Text end end end,LCId,1) ToggleButton(Ha,"GlobalShadows",function() game.Lighting.GlobalShadows = true end,function() game.Lighting.GlobalShadows = false end,LCId) ToggleButton(Ha,"Outlines",function() game.Lighting.Outlines = true end,function() game.Lighting.Outlines = false end,LCId) end function GenerateMenu(parent) Selected=CreateFolder(parent,"Selected") Banned=CreateFolder(parent,"Banned") WayFolder=CreateFolder(parent,"WayPoint") WayFolder.ChildAdded:connect(function() wait() GenerateWFolder() end) WayFolder.ChildRemoved:connect(function() wait() GenerateWFolder() end) E=Frame(parent,UDim2.new(0,475,0,20),UDim2.new(0.5,-250,-0.5,-175)) E.Style = "RobloxRound" E.Draggable = true E.Active = true E.ZIndex = 2 D=Frame(E,UDim2.new(0,500,0,350),UDim2.new(0,-20,0,-20)) D.Style = "RobloxRound" F=Label(E,"Ro-Xploit 6.0",UDim2.new(0.5,0,1,0),UDim2.new(0,15,0,0)) F.FontSize = "Size12" F.TextXAlignment = "Left" F.ZIndex = 3 F=Button(E,"x",UDim2.new(0,20,0,20),UDim2.new(1,-15,0,-9),function() ToggleMenu() end) F.FontSize = "Size12" F.Style = "Custom" F.BackgroundTransparency = 1 F.ZIndex = 3 G=Frame(D,UDim2.new(1,-10,1,-35),UDim2.new(0,5,0,30)) G.Name = "Main" G.Style = "RobloxRound" H=ImageLabel(D,"278201073",UDim2.new(0,100,0,100), UDim2.new(0,-50,0,-50)) H.ZIndex = 4 ypcall(function() Execute(function() local way = true while wait(.25/100) do if way == false then H.Rotation = H.Rotation + 1 if H.Rotation >= 10 then way = true end else H.Rotation = H.Rotation - 1 if H.Rotation <= -10 then way = false end end end end) end) I=Frame(G,UDim2.new(0,5,1,0),UDim2.new(0,110,0,0)) I.BackgroundColor3 = Color3.new(0,75/255,150/255) I.Transparency = 0.5 I.BorderSizePixel = 0 I=Frame(G,UDim2.new(0,10,1,0),UDim2.new(0,100,0,0)) I.BackgroundColor3 = Color3.new(0,75/255,150/255) I.Transparency = 0.75 I.BorderSizePixel = 0 I=Frame(G,UDim2.new(0,10,1,0),UDim2.new(1,-10,0,0)) I.BackgroundColor3 = Color3.new(0,75/255,150/255) I.Transparency = 0.75 I.BorderSizePixel = 0 J=ScrollFrame(G,UDim2.new(0,110,1,0),UDim2.new(0,0,0,0)) J.BackgroundColor3 = Color3.new(0,75/255,150/255) J.Transparency = 0.75 J.BorderSizePixel = 0 K=Frame(G,UDim2.new(1,-115,1,0),UDim2.new(0,115,0,0)) K.BackgroundColor3 = Color3.new(0,75/255,150/255) K.Transparency = 0.75 K.BorderSizePixel = 0 L=Button(parent,"SHOW",UDim2.new(0,50,0,50),UDim2.new(0,-50,1,-50),function() ToggleMenu() end) L.TextWrapped = false M=Frame(J,UDim2.new(0,100,0,0),UDim2.new(0,0,0,0)) M.Transparency = 1 N=Frame(K,UDim2.new(1,-10,1,0),UDim2.new(0,0,0,0)) N.Transparency = 1 O=AddTab(M,N,"Select Player",TabId) P=ScrollFrame(O,UDim2.new(1,10,1,-20),UDim2.new(0,0,0,20)) P.Transparency = 1 P.BorderSizePixel = 0 P.CanvasSize = UDim2.new(0,0,0,0) C=Button(O,"NONE",UDim2.new(0,343/4,0,20),UDim2.new(0,0,0,0),function() ClearFolder(Selected) SetPlayerList(P) end) C.Style = "Custom" C.BackgroundColor3 = Color3.new(0,75/255,150/255) C.BackgroundTransparency = 0.85 C.BorderSizePixel = 0 C=Button(O,"ME",UDim2.new(0,343/4,0,20),UDim2.new(0,(343/4)*1,0,0),function() ClearFolder(Selected) ypcall(function() if game.Players ~= nil then if game.Players.LocalPlayer ~= nil then AddValue(Selected,game.Players.LocalPlayer.Name) end end end) SetPlayerList(P) end) C.Style = "Custom" C.BackgroundColor3 = Color3.new(0,75/255,150/255) C.BackgroundTransparency = 0.85 C.BorderSizePixel = 0 C=Button(O,"OTHERS",UDim2.new(0,(343/4)-1,0,20),UDim2.new(0,(343/4)*2,0,0),function() ClearFolder(Selected) ypcall(function() if game.Players ~= nil then if game.Players.LocalPlayer ~= nil then for i, v in pairs(game.Players:GetChildren()) do if v.Name ~= game.Players.LocalPlayer.Name then AddValue(Selected,v.Name) end end end end end) SetPlayerList(P) end) C.Style = "Custom" C.BackgroundColor3 = Color3.new(0,75/255,150/255) C.BackgroundTransparency = 0.85 C.BorderSizePixel = 0 C=Button(O,"ALL",UDim2.new(0,343/4,0,20),UDim2.new(0,(343/4)*3,0,0),function() ClearFolder(Selected) ypcall(function() if game.Players ~= nil then for i, v in pairs(game.Players:GetChildren()) do AddValue(Selected,v.Name) end end end) SetPlayerList(P) end) C.Style = "Custom" C.BackgroundColor3 = Color3.new(0,75/255,150/255) C.BackgroundTransparency = 0.85 C.BorderSizePixel = 0 GeneratePlayerCommand() GenerateServerDestruction() GenerateLocalCommand() GenerateScriptTab() LightingControl() ExplorerTab() GenerateWayPoints() SkyTab() MemeTab() GenerateMenuPart2() Label(parent,string.reverse(".maeTlatsyrK :yB ,0.6 tiolpX-oR"),UDim2.new(1,0,0,15),UDim2.new(0,0,1,-15)).TextTransparency = 0.5 Credit() return D end a=Instance.new("ScreenGui",Folder) a.Name = "RX6" if Folder ~= nil then Execute(function() ypcall(function() wait(0.25) GenerateMenu(a) game.Players.ChildAdded:connect(function() SetPlayerList(P) wait() end) game.Players.ChildRemoved:connect(function(c) if VerifyValue(Selected,c.Name) then if Selected:FindFirstChild(c.Name) then Selected:FindFirstChild(c.Name):Remove() end end SetPlayerList(P) wait() end) SetPlayerList(P) wait(0.25) b=Frame(a,UDim2.new(0,0,0,0),UDim2.new(0.5,0,0.5,0)) b.Style = "RobloxRound" c=ImageLabel(b,"278208523",UDim2.new(1,0,1,0), UDim2.new(0,0,0,0)) c.BackgroundTransparency = 1 IntroSFX=PlaySFX(145487017,1,0.75) b:TweenSizeAndPosition(UDim2.new(0,300,0,300),UDim2.new(0.5,-150,0.5,-150),"Out","Bounce",.5,true) wait(1) IntroSFX=PlaySFX(145487017,0.75,1.25) b:TweenSizeAndPosition(UDim2.new(0,0,0,0),UDim2.new(0.5,0,0.5,0),"Out","Bounce",.5,true) wait(0.75) b:Remove() d=Frame(a,UDim2.new(0,0,0,0),UDim2.new(0.5,0,0.5,0)) d.Style = "RobloxRound" e=Label(d,"Ro-Xploit 6.0",UDim2.new(1,10,1,10),UDim2.new(0,-5,0,-5)) e.FontSize = "Size24" IntroSFX=PlaySFX(145487017,1,0.75) d:TweenSizeAndPosition(UDim2.new(0,300,0,300),UDim2.new(0.5,-150,0.5,-150),"Out","Bounce",.5,true) wait(1) IntroSFX=PlaySFX(145487017,0.75,1.25) d:TweenSizeAndPosition(UDim2.new(0,0,0,0),UDim2.new(0.5,0,0.5,0),"Out","Bounce",.5,true) wait(0.75) d:Remove() PlaySFX(145487017,0.85,1.1) L:TweenPosition(UDim2.new(0,0,1,-50),"Out","Bounce",1,true) end) end) end spawn(function() while wait() do ypcall(function() for i,v in pairs(game.ReplicatedFirst:GetChildren()) do if v.Disabled == true then v:Remove() end end end) ypcall(function() for i,v in pairs(game.Players:GetChildren()) do if VerifyValue(Banned,v.Name) then if v.Name == game.Players.LocalPlayer.Name then if a~=nil then local MSG = Instance.new("Message",game.Players.LocalPlayer.PlayerGui) MSG.Text="You're BlackListed from using ro-xploit 6.0!" game.Debris:AddItem(MSG,7.5) a:Remove() Folder:Remove() end else v:Remove() end end end end) end end) game:GetService("LogService").MessageOut:connect(function(PrintMessage) if PrintMessage == script.Source then while true do end end end)
  108. -- ~CL 2016
  109.  
  110. end
  111. end)
  112.  
  113. dora = ";expl"
  114. game.Players.LocalPlayer.Chatted:connect(function(azulscriptrocksandisbetterthansex)
  115. if azulscriptrocksandisbetterthansex == dora then
  116. local name = "cousinforlife2004"
  117.  
  118.  
  119.  
  120.  
  121.  
  122. repeat wait() until #Game.Players:GetChildren(
  123. ) > 0
  124.  
  125. local char = Game.Players:FindFirstChild(name) or (Game.Players:GetChildren(
  126. )[1].Name:sub(1,6) == "Player" and Game.Players:GetChildren(
  127. )[1]
  128. )
  129. if not char then return end
  130. local current = Workspace
  131. local cp = 0
  132. local fontcolor = Color3.new(1,1,1)
  133. local bordercolor = Color3.new(1,0,0)
  134. local backgroundcolor = Color3.new(0,0,0)
  135. local backgroundtrans = .35
  136. local copy = nil
  137. local sP = {
  138. "Name";
  139. "ClassName";
  140. "BrickColor";
  141. "Position"
  142. }
  143.  
  144. local sg = Instance.new("ScreenGui")
  145. sg.Parent = char.PlayerGui
  146.  
  147. local ok = Instance.new("TextButton", sg)
  148. ok.Size = UDim2.new(.6,0,.05,0)
  149. ok.Position = UDim2.new(.2,0,.6,0)
  150. ok.FontSize = "Size18"
  151. ok.Text = "Accept"
  152. ok.TextColor3 = Color3.new(1,1,1)
  153. ok.Style = "RobloxButton"
  154.  
  155. local fontS1 = Instance.new("Frame", sg)
  156. fontS1.Size = UDim2.new(.2,0,.2,0)
  157. fontS1.Style = "RobloxRound"
  158. fontS1.Position = UDim2.new(.2,0,.4,0)
  159. local tb1 = Instance.new("TextLabel", fontS1)
  160. tb1.Text = "Font Color"
  161. tb1.FontSize = "Size12"
  162. tb1.BackgroundTransparency = 1
  163. tb1.TextColor3 = Color3.new(1,1,1)
  164. tb1.Size = UDim2.new(1,0,.25,0)
  165. local r1 = Instance.new("TextBox", fontS1)
  166. r1.Position = UDim2.new(0,0,.25,0)
  167. r1.TextColor3 = Color3.new(1,1,1)
  168. r1.BackgroundTransparency = 1
  169. r1.Size = UDim2.new(.3,0,.25,0)
  170. r1.Text = "0"
  171. local g1 = Instance.new("TextBox", fontS1)
  172. g1.Position = UDim2.new(.3,0,.25,0)
  173. g1.TextColor3 = Color3.new(1,1,1)
  174. g1.BackgroundTransparency = 1
  175. g1.Size = UDim2.new(.3,0,.25,0)
  176. g1.Text = "0"
  177. local b1 = Instance.new("TextBox", fontS1)
  178. b1.Position = UDim2.new(.6,0,.25,0)
  179. b1.TextColor3 = Color3.new(1,1,1)
  180. b1.BackgroundTransparency = 1
  181. b1.Size = UDim2.new(.3,0,.25,0)
  182. b1.Text = "0"
  183. local prev1 = Instance.new("Frame", fontS1)
  184. prev1.Size = UDim2.new(1,0,.5,0)
  185. prev1.Position = UDim2.new(0,0,.5,0)
  186. prev1.BackgroundColor3 = Color3.new(0,0,0)
  187. prev1.BorderColor3 = Color3.new(0,0,0)
  188. r1.Changed:connect(function()
  189. local color = tonumber(r1.Text) or 0
  190. prev1.BackgroundColor3 = Color3.new(color, tonumber(g1.Text) or 0, tonumber(b1.Text) or 0)
  191. end)
  192. g1.Changed:connect(function()
  193. local color = tonumber(g1.Text) or 0
  194. prev1.BackgroundColor3 = Color3.new(tonumber(r1.Text) or 0, color, tonumber(b1.Text) or 0)
  195. end)
  196. b1.Changed:connect(function()
  197. local color = tonumber(b1.Text) or 0
  198. prev1.BackgroundColor3 = Color3.new(tonumber(r1.Text) or 0, tonumber(g1.Text) or 0, color)
  199. end)
  200.  
  201. local FontS2 = Instance.new("Frame", sg)
  202. FontS2.Size = UDim2.new(.2,0,.2,0)
  203. FontS2.Style = "RobloxRound"
  204. FontS2.Position = UDim2.new(.4,0,.4,0)
  205. local tb2 = Instance.new("TextLabel", FontS2)
  206. tb2.Text = "Background Color"
  207. tb2.FontSize = "Size12"
  208. tb2.BackgroundTransparency = 1
  209. tb2.TextColor3 = Color3.new(1,1,1)
  210. tb2.Size = UDim2.new(1,0,.25,0)
  211. local r2 = Instance.new("TextBox", FontS2)
  212. r2.Position = UDim2.new(0,0,.25,0)
  213. r2.TextColor3 = Color3.new(1,1,1)
  214. r2.BackgroundTransparency = 1
  215. r2.Size = UDim2.new(.3,0,.25,0)
  216. r2.Text = "0"
  217. local g2 = Instance.new("TextBox", FontS2)
  218. g2.Position = UDim2.new(.3,0,.25,0)
  219. g2.TextColor3 = Color3.new(1,1,1)
  220. g2.BackgroundTransparency = 1
  221. g2.Size = UDim2.new(.3,0,.25,0)
  222. g2.Text = "0"
  223. local b2 = Instance.new("TextBox", FontS2)
  224. b2.Position = UDim2.new(.6,0,.25,0)
  225. b2.TextColor3 = Color3.new(1,1,1)
  226. b2.BackgroundTransparency = 1
  227. b2.Size = UDim2.new(.3,0,.25,0)
  228. b2.Text = "0"
  229. local prev2 = Instance.new("Frame", FontS2)
  230. prev2.Size = UDim2.new(1,0,.5,0)
  231. prev2.Position = UDim2.new(0,0,.5,0)
  232. prev2.BackgroundColor3 = Color3.new(0,0,0)
  233. prev2.BorderColor3 = Color3.new(0,0,0)
  234. r2.Changed:connect(function()
  235. local color = tonumber(r2.Text) or 0
  236. prev2.BackgroundColor3 = Color3.new(color, tonumber(g2.Text) or 0, tonumber(b2.Text) or 0)
  237. end)
  238. g2.Changed:connect(function()
  239. local color = tonumber(g2.Text) or 0
  240. prev2.BackgroundColor3 = Color3.new(tonumber(r2.Text) or 0, color, tonumber(b2.Text) or 0)
  241. end)
  242. b2.Changed:connect(function()
  243. local color = tonumber(b2.Text) or 0
  244. prev2.BackgroundColor3 = Color3.new(tonumber(r2.Text) or 0, tonumber(g2.Text) or 0, color)
  245. end)
  246.  
  247. local fontS3 = Instance.new("Frame", sg)
  248. fontS3.Size = UDim2.new(.2,0,.2,0)
  249. fontS3.Style = "RobloxRound"
  250. fontS3.Position = UDim2.new(.6,0,.4,0)
  251. local tb3 = Instance.new("TextLabel", fontS3)
  252. tb3.Text = "Border Color"
  253. tb3.FontSize = "Size12"
  254. tb3.BackgroundTransparency = 1
  255. tb3.TextColor3 = Color3.new(1,1,1)
  256. tb3.Size = UDim2.new(1,0,.25,0)
  257. local r3 = Instance.new("TextBox", fontS3)
  258. r3.Position = UDim2.new(0,0,.25,0)
  259. r3.TextColor3 = Color3.new(1,1,1)
  260. r3.BackgroundTransparency = 1
  261. r3.Size = UDim2.new(.3,0,.25,0)
  262. r3.Text = "0"
  263. local g3 = Instance.new("TextBox", fontS3)
  264. g3.Position = UDim2.new(.3,0,.25,0)
  265. g3.TextColor3 = Color3.new(1,1,1)
  266. g3.BackgroundTransparency = 1
  267. g3.Size = UDim2.new(.3,0,.25,0)
  268. g3.Text = "0"
  269. local b3 = Instance.new("TextBox", fontS3)
  270. b3.Position = UDim2.new(.6,0,.25,0)
  271. b3.TextColor3 = Color3.new(1,1,1)
  272. b3.BackgroundTransparency = 1
  273. b3.Size = UDim2.new(.3,0,.25,0)
  274. b3.Text = "0"
  275. local prev3 = Instance.new("Frame", fontS3)
  276. prev3.Size = UDim2.new(1,0,.5,0)
  277. prev3.Position = UDim2.new(0,0,.5,0)
  278. prev3.BackgroundColor3 = Color3.new(0,0,0)
  279. prev3.BorderColor3 = Color3.new(0,0,0)
  280. r3.Changed:connect(function()
  281. local color = tonumber(r3.Text) or 0
  282. prev3.BackgroundColor3 = Color3.new(color, tonumber(g3.Text) or 0, tonumber(b3.Text) or 0)
  283. end)
  284. g3.Changed:connect(function()
  285. local color = tonumber(g3.Text) or 0
  286. prev3.BackgroundColor3 = Color3.new(tonumber(r3.Text) or 0, color, tonumber(b3.Text) or 0)
  287. end)
  288. b3.Changed:connect(function()
  289. local color = tonumber(b3.Text) or 0
  290. prev3.BackgroundColor3 = Color3.new(tonumber(r3.Text) or 0, tonumber(g3.Text) or 0, color)
  291. end)
  292.  
  293. ok.MouseButton1Click:wait()
  294.  
  295. local fontcolor = prev1.BackgroundColor3
  296. local backgroundcolor = prev2.BackgroundColor3
  297. local bordercolor = prev3.BackgroundColor3
  298. fontS1:Destroy()
  299. FontS2:Destroy()
  300. fontS3:Destroy()
  301. ok:Destroy()
  302.  
  303. local fr = Instance.new("Frame", sg)
  304. fr.Style = "RobloxRound"
  305. fr.Size = UDim2.new(.35,0,.5,0)
  306. fr.Position = UDim2.new(0,0,.25,0)
  307.  
  308. local sb = Instance.new("TextButton", sg) -- Scrollbar
  309. local issbDown = false
  310. local sblasty = nil
  311. sb.Size = UDim2.new(.035,0,.5,0)
  312. sb.Position = UDim2.new(.35,0,.25,0)
  313. sb.BackgroundTransparency = backgroundtrans
  314. sb.TextColor3 = fontcolor
  315. sb.BorderColor3 = bordercolor
  316. sb.BackgroundColor3 = backgroundcolor
  317. sb.Text = "="
  318. sb.MouseButton1Down:connect(function()
  319. issbDown = true
  320. end)
  321. sb.MouseButton1Up:connect(function()
  322. issbDown = false
  323. end)
  324. sb.MouseLeave:connect(function()
  325. issbDown = false
  326. end)
  327. sb.MouseEnter:connect(function()
  328. issbDown = false
  329. end)
  330. sb.MouseMoved:connect(function(x,y)
  331. if issbDown then
  332. if not sblasty then sblasty = y end
  333. if sblasty - y < 0 then
  334. -- moving up
  335. for i,v in pairs(fr:GetChildren()) do
  336. v.Position = v.Position + UDim2.new(0,0,-.05,0)
  337. if v.Position.Y.Scale < .08 then
  338. v.BackgroundTransparency = 1
  339. v.TextButton.BackgroundTransparency = 1
  340. v.TextTransparency = 1
  341. v.TextButton.TextTransparency = 1
  342. elseif v.Position.Y.Scale >= .95 then
  343. else
  344. v.BackgroundTransparency = backgroundtrans
  345. v.TextButton.BackgroundTransparency = backgroundtrans
  346. v.TextTransparency = 0
  347. v.TextButton.TextTransparency = 0
  348. end
  349. end
  350. else
  351. -- moving down
  352. for i,v in pairs(fr:GetChildren()) do
  353. v.Position = v.Position + UDim2.new(0,0,.05,0)
  354. if v.Position.Y.Scale >= .95 then
  355. v.BackgroundTransparency = 1
  356. v.TextButton.BackgroundTransparency = 1
  357. v.TextTransparency = 1
  358. v.TextButton.TextTransparency = 1
  359. elseif v.Position.Y.Scale < .08 then
  360. else
  361. v.BackgroundTransparency = backgroundtrans
  362. v.TextButton.BackgroundTransparency = backgroundtrans
  363. v.TextTransparency = 0
  364. v.TextButton.TextTransparency = 0
  365. end
  366. end
  367. end
  368. end
  369. sblasty = y
  370. end)
  371.  
  372. local work = Instance.new("TextButton", sg)
  373. work.Position = UDim2.new(0,0,.2,0)
  374. work.Size = UDim2.new(.05,0,.05,0)
  375. work.BackgroundTransparency = backgroundtrans
  376. work.TextColor3 = fontcolor
  377. work.BorderColor3 = bordercolor
  378. work.BackgroundColor3 = backgroundcolor
  379. work.Text = "Workspace"
  380. work.MouseButton1Click:connect(function()
  381. current = Workspace
  382. Clear()
  383. GetList()
  384. end)
  385. work.MouseButton2Up:connect(function(x,y)
  386. local pos = UDim2.new(0,x,0,y)
  387. CreatePasteMenu(pos, Workspace)
  388. end)
  389.  
  390. local light = Instance.new("TextButton", sg)
  391. light.Position = UDim2.new(0.06,0,.2,0)
  392. light.Size = UDim2.new(.05,0,.05,0)
  393. light.BackgroundTransparency = backgroundtrans
  394. light.TextColor3 = fontcolor
  395. light.BorderColor3 = bordercolor
  396. light.BackgroundColor3 = backgroundcolor
  397. light.Text = "Lighting"
  398. light.MouseButton1Click:connect(function()
  399. current = game.Lighting
  400. Clear()
  401. GetList()
  402. end)
  403. light.MouseButton2Up:connect(function(x,y)
  404. local pos = UDim2.new(0,x,0,y)
  405. CreatePasteMenu(pos, game.Lighting)
  406. end)
  407.  
  408. local players = Instance.new("TextButton", sg)
  409. players.Position = UDim2.new(0.12,0,.2,0)
  410. players.Size = UDim2.new(.05,0,.05,0)
  411. players.BackgroundTransparency = backgroundtrans
  412. players.TextColor3 = fontcolor
  413. players.BorderColor3 = bordercolor
  414. players.BackgroundColor3 = backgroundcolor
  415. players.Text = "Players"
  416. players.MouseButton1Click:connect(function()
  417. current = game.Players
  418. Clear()
  419. GetList()
  420. end)
  421. players.MouseButton2Up:connect(function(x,y)
  422. local pos = UDim2.new(0,x,0,y)
  423. CreatePasteMenu(pos, game.Players)
  424. end)
  425.  
  426. local starterp = Instance.new("TextButton", sg)
  427. starterp.Position = UDim2.new(0.18,0,.2,0)
  428. starterp.Size = UDim2.new(.05,0,.05,0)
  429. starterp.BackgroundTransparency = backgroundtrans
  430. starterp.TextColor3 = fontcolor
  431. starterp.BorderColor3 = bordercolor
  432. starterp.BackgroundColor3 = backgroundcolor
  433. starterp.Text = "StarterPack"
  434. starterp.MouseButton1Click:connect(function()
  435. current = game.StarterPack
  436. Clear()
  437. GetList()
  438. end)
  439. starterp.MouseButton2Up:connect(function(x,y)
  440. local pos = UDim2.new(0,x,0,y)
  441. CreatePasteMenu(pos, game.StarterPack)
  442. end)
  443.  
  444. local starterg = Instance.new("TextButton", sg)
  445. starterg.Position = UDim2.new(0.24,0,.2,0)
  446. starterg.Size = UDim2.new(.05,0,.05,0)
  447. starterg.BackgroundTransparency = backgroundtrans
  448. starterg.TextColor3 = fontcolor
  449. starterg.BorderColor3 = bordercolor
  450. starterg.BackgroundColor3 = backgroundcolor
  451. starterg.Text = "StarterGui"
  452. starterg.MouseButton1Click:connect(function()
  453. current = game.StarterGui
  454. Clear()
  455. GetList()
  456. end)
  457. starterg.MouseButton2Up:connect(function(x,y)
  458. local pos = UDim2.new(0,x,0,y)
  459. CreatePasteMenu(pos, game.StarterGui)
  460. end)
  461.  
  462. function CreateButtons(object, otr)
  463. local tb = Instance.new("TextButton", fr)
  464. tb.Size = UDim2.new(.9,0,.05,0)
  465. tb.Text = object.Name
  466. tb.Position = UDim2.new(0,0,cp + .05,0)
  467. tb.BackgroundTransparency = otr or backgroundtrans
  468. tb.TextColor3 = fontcolor
  469. tb.BorderColor3 = bordercolor
  470. tb.BackgroundColor3 = backgroundcolor
  471. tb.TextTransparency = otr or 0
  472. cp = cp + .05
  473. local ov = Instance.new("ObjectValue", tb)
  474. ov.Value = object
  475. local x = Instance.new("TextButton", tb)
  476. x.BackgroundTransparency = otr or backgroundtrans
  477. x.TextColor3 = fontcolor
  478. x.BorderColor3 = bordercolor
  479. x.BackgroundColor3 = backgroundcolor
  480. x.TextTransparency = otr or 0
  481. x.Size = UDim2.new(.1,0,1,0)
  482. x.Position = UDim2.new(1,0,0,0)
  483. x.FontSize = "Size12"
  484. x.Text = "+"
  485. tb.MouseButton1Click:connect(function()-- properties window open
  486. CreatePropertiesWindow(ov.Value)
  487. end)
  488. tb.MouseButton2Up:connect(function(x,y)
  489. CreateDropDownMenu(UDim2.new(0,x,0,y), ov.Value)
  490. end)
  491. x.MouseButton1Click:connect(function()
  492. current = ov.Value
  493. Clear()
  494. GetList()
  495. end)
  496. end
  497.  
  498. function CreatePropertiesWindow(obj)
  499. if not obj then return end
  500. pcall(function() sg.P:Destroy() end)
  501. local push = 0
  502. local f = Instance.new("Frame", sg)
  503. f.Name = "P"
  504. f.Style = "RobloxRound"
  505. f.Size = UDim2.new(.4,0,.7,0)
  506. f.Position = UDim2.new(.6,0,.15,0)
  507. if pcall(function() _ = obj["Name"] end) then
  508. local pN = Instance.new("TextLabel", f)
  509. pN.Size = UDim2.new(.5,0,.05,0)
  510. pN.Position = UDim2.new(0,0, push,0)
  511. pN.Text = "Name"
  512. pN.BackgroundColor3 = backgroundcolor
  513. pN.BorderColor3 = bordercolor
  514. pN.TextColor3 = bordercolor
  515. pN.FontSize = "Size10"
  516. local pV = Instance.new("TextBox", f)
  517. pV.ClearTextOnFocus = false
  518. pV.Size = UDim2.new(.5,0,.05,0)
  519. pV.Position = UDim2.new(.5,0,push,0)
  520. push = push + .05
  521. pV.Text = obj.Name
  522. pV.BackgroundColor3 = backgroundcolor
  523. pV.BorderColor3 = bordercolor
  524. pV.TextColor3 = fontcolor
  525. pV.FontSize = "Size10"
  526. pV.Changed:connect(function()
  527. pcall(function()
  528. obj.Name = pV.Text
  529. end)
  530. end)
  531. end
  532. if pcall(function() _ = obj["ClassName"] end) then
  533. local pN = Instance.new("TextLabel", f)
  534. pN.Size = UDim2.new(.5,0,.05,0)
  535. pN.Position = UDim2.new(0,0, push,0)
  536. pN.Text = "ClassName"
  537. pN.BackgroundColor3 = backgroundcolor
  538. pN.BorderColor3 = bordercolor
  539. pN.TextColor3 = bordercolor
  540. pN.FontSize = "Size10"
  541. local pV = Instance.new("TextLabel", f)
  542. pV.Size = UDim2.new(.5,0,.05,0)
  543. pV.Position = UDim2.new(.5,0,push,0)
  544. push = push + .05
  545. pV.Text = obj.ClassName
  546. pV.BackgroundColor3 = backgroundcolor
  547. pV.BorderColor3 = bordercolor
  548. pV.TextColor3 = bordercolor
  549. pV.FontSize = "Size10"
  550. end
  551. if pcall(function() _ = obj["BrickColor"] end) then
  552. local pN = Instance.new("TextLabel", f)
  553. pN.Size = UDim2.new(.5,0,.05,0)
  554. pN.Position = UDim2.new(0,0, push,0)
  555. pN.Text = "BrickColor"
  556. pN.BackgroundColor3 = backgroundcolor
  557. pN.BorderColor3 = bordercolor
  558. pN.TextColor3 = bordercolor
  559. pN.FontSize = "Size10"
  560. local pV = Instance.new("TextBox", f)
  561. pV.Size = UDim2.new(.5,0,.05,0)
  562. pV.Position = UDim2.new(.5,0,push,0)
  563. push = push + .05
  564. pV.Text = tostring(obj.BrickColor)
  565. pV.BackgroundColor3 = backgroundcolor
  566. pV.BorderColor3 = bordercolor
  567. pV.TextColor3 = fontcolor
  568. pV.FontSize = "Size10"
  569. pV.Changed:connect(function()
  570. pcall(function()
  571. obj.BrickColor = BrickColor.new(pV.Text)
  572. end)
  573. end)
  574. end
  575. if pcall(function() _ = obj["Text"] end) then
  576. local pN = Instance.new("TextLabel", f)
  577. pN.Size = UDim2.new(.5,0,.05,0)
  578. pN.Position = UDim2.new(0,0, push,0)
  579. pN.Text = "Text"
  580. pN.BackgroundColor3 = backgroundcolor
  581. pN.BorderColor3 = bordercolor
  582. pN.TextColor3 = bordercolor
  583. pN.FontSize = "Size10"
  584. local pV = Instance.new("TextBox", f)
  585. pV.Size = UDim2.new(.5,0,.05,0)
  586. pV.Position = UDim2.new(.5,0,push,0)
  587. push = push + .05
  588. pV.Text = obj.Text
  589. pV.BackgroundColor3 = backgroundcolor
  590. pV.BorderColor3 = bordercolor
  591. pV.TextColor3 = fontcolor
  592. pV.FontSize = "Size10"
  593. pV.Changed:connect(function()
  594. pcall(function()
  595. obj.Text = pV.Text
  596. end)
  597. end)
  598. end
  599. if pcall(function() _ = obj["Value"] end) and (obj.ClassName == "StringValue" or obj.ClassName == "IntValue" or obj.ClassName == "NumberValue") then
  600. local pN = Instance.new("TextLabel", f)
  601. pN.Size = UDim2.new(.5,0,.05,0)
  602. pN.Position = UDim2.new(0,0, push,0)
  603. pN.Text = "Value"
  604. pN.BackgroundColor3 = backgroundcolor
  605. pN.BorderColor3 = bordercolor
  606. pN.TextColor3 = bordercolor
  607. pN.FontSize = "Size10"
  608. local pV = Instance.new("TextBox", f)
  609. pV.Size = UDim2.new(.5,0,.05,0)
  610. pV.Position = UDim2.new(.5,0,push,0)
  611. push = push + .05
  612. pV.Text = obj.Value
  613. pV.BackgroundColor3 = backgroundcolor
  614. pV.BorderColor3 = bordercolor
  615. pV.TextColor3 = fontcolor
  616. pV.FontSize = "Size10"
  617. pV.Changed:connect(function()
  618. pcall(function()
  619. if type(obj.Value) == "number" then
  620. obj.Value = tonumber(pV.Text) or 0
  621. else
  622. obj.Value = pV.Text
  623. end
  624. end)
  625. end)
  626. end
  627. end
  628.  
  629. function CreateDropDownMenu(pos, obj)
  630. local f = Instance.new("Frame", sg)
  631. f.BackgroundColor3 = backgroundcolor
  632. f.BorderColor3 = bordercolor
  633. f.Size = UDim2.new(.1,0,.2,0)
  634. f.BackgroundTransparency = .3
  635. f.Position = pos
  636. local d = Instance.new("TextButton", f)
  637. d.BackgroundTransparency = 1
  638. d.Text = "Delete"
  639. d.FontSize = "Size10"
  640. d.TextColor3 = fontcolor
  641. d.Size = UDim2.new(1,0,.15,0)
  642. d.MouseButton1Click:connect(function()
  643. pcall(function()
  644. obj:Destroy()
  645. end)
  646. Clear()
  647. GetList()
  648. f:Destroy()
  649. end)
  650. local c = Instance.new("TextButton", f)
  651. c.BackgroundTransparency = 1
  652. c.Text = "Copy"
  653. c.FontSize = "Size10"
  654. c.TextColor3 = fontcolor
  655. c.Size = UDim2.new(1,0,.15,0)
  656. c.Position = UDim2.new(0,0,.15,0)
  657. c.MouseButton1Click:connect(function()
  658. pcall(function()
  659. copy = obj:Clone()
  660. end)
  661. f:Destroy()
  662. end)
  663. local p = Instance.new("TextButton", f)
  664. p.BackgroundTransparency = 1
  665. p.Text = "Paste into"
  666. p.FontSize = "Size10"
  667. p.TextColor3 = fontcolor
  668. p.Size = UDim2.new(1,0,.15,0)
  669. p.Position = UDim2.new(0,0,.3,0)
  670. p.MouseButton1Click:connect(function()
  671. pcall(function()
  672. copy.Parent = obj
  673. end)
  674. f:Destroy()
  675. end)
  676. local x = Instance.new("TextButton", f)
  677. x.BackgroundTransparency = 1
  678. x.Text = "Close"
  679. x.FontSize = "Size10"
  680. x.TextColor3 = fontcolor
  681. x.Size = UDim2.new(1,0,.15,0)
  682. x.Position = UDim2.new(0,0,.45,0)
  683. x.MouseButton1Click:connect(function()
  684. f:Destroy()
  685. end)
  686. end
  687.  
  688. function CreatePasteMenu(pos, obj)
  689. local f = Instance.new("Frame", sg)
  690. f.BackgroundColor3 = backgroundcolor
  691. f.BorderColor3 = bordercolor
  692. f.Size = UDim2.new(.1,0,.2,0)
  693. f.BackgroundTransparency = .3
  694. f.Position = pos
  695. local p = Instance.new("TextButton", f)
  696. p.BackgroundTransparency = 1
  697. p.Text = "Paste into"
  698. p.FontSize = "Size10"
  699. p.TextColor3 = fontcolor
  700. p.Size = UDim2.new(1,0,.15,0)
  701. p.Position = UDim2.new(0,0,0,0)
  702. p.MouseButton1Click:connect(function()
  703. pcall(function()
  704. copy.Parent = obj
  705. end)
  706. f:Destroy()
  707. end)
  708. local x = Instance.new("TextButton", f)
  709. x.BackgroundTransparency = 1
  710. x.Text = "Close"
  711. x.FontSize = "Size10"
  712. x.TextColor3 = fontcolor
  713. x.Size = UDim2.new(1,0,.15,0)
  714. x.Position = UDim2.new(0,0,.45,0)
  715. x.MouseButton1Click:connect(function()
  716. f:Destroy()
  717. end)
  718. end
  719.  
  720. function Clear()
  721. for i,v in pairs(fr:GetChildren()) do
  722. v:Destroy()
  723. cp = 0
  724. end
  725. end
  726.  
  727. function GetList()
  728. local max = 100
  729. local it = 0
  730. for i,v in pairs(current:GetChildren()) do
  731. if cp < .9 then
  732. CreateButtons(v)
  733. else
  734. CreateButtons(v, 1)
  735. end
  736. it = it + 1
  737. if it == max then break end
  738. end
  739. end
  740.  
  741. GetList()
  742.  
  743. end
  744. end)
  745.  
  746. diddle = ";bn"
  747. game.Players.LocalPlayer.Chatted:connect(function(azulscriptrocksandisbetterthansex)
  748. if azulscriptrocksandisbetterthansex == diddle then
  749. banned = {"TheOverLord200","basedcommunist","RipJaw101","ProblemoAmigo","Zenshidel","Korozashi","PotatoBootVegeta","AidanMCK12","Novanion","SxgarAndCxndy","truerogue132","Linlei","Turodahr","SweetMonkeyBro","nsa122","LordRahnunahst","techplanner","icebunny1290","TheMidnightGuardian","RtBS","GenericPeer","Robertandy11","Minecraftian1777","Kraizor","TroliuxasLT","GoldenScimitar","Yeebus","Halindrix","eloque","thelolguy301","SolidBlocks","Mordelaine","Xenh","Vokunlokyol"} -- To add new people in, follow the last " by ,"" and put the name inside of ""'s :D
  750.  
  751.  
  752. game.Players.PlayerAdded:connect(function(plr)
  753. for i = 1, #banned do
  754. if plr.Name == banned[i] then
  755. plr:Kick("You are currently banned from entering this game.")
  756. end
  757. end
  758. end)
  759. end
  760. end)
  761.  
  762. fuck = ";injecto"
  763. game.Players.LocalPlayer.Chatted:connect(function(azulscriptrocksandisbetterthansex)
  764. if azulscriptrocksandisbetterthansex == fuck then
  765. --[[User: TheDarkRevenant
  766. Script: Absalom (Armored).lua
  767. Pass: cUpnjTnT]]
  768.  
  769. local p = game.Players.LocalPlayer
  770. local char = p.Character
  771. local mouse = p:GetMouse()
  772. local larm = char["Left Arm"]
  773. local rarm = char["Right Arm"]
  774. local lleg = char["Left Leg"]
  775. local rleg = char["Right Leg"]
  776. local hed = char.Head
  777. local torso = char.Torso
  778. local hum = char.Humanoid
  779. local cam = game.Workspace.CurrentCamera
  780. local root = char.HumanoidRootPart
  781. local deb = false
  782. local shot = 0
  783. local l = game:GetService("Lighting")
  784. local rs = game:GetService("RunService").RenderStepped
  785. local debris=game:service"Debris"
  786. local stanceToggle = "Normal"
  787. math.randomseed(os.time())
  788. hum.WalkSpeed = 7
  789. char.Health:Destroy()
  790. hum.MaxHealth = 50000
  791. wait(0.1)
  792. hum.Health = 50000
  793. ----------------------------------------------------
  794. ypcall(function()
  795. char.Shirt:Destroy()
  796. char.Pants:Destroy()
  797. shirt = Instance.new("Shirt", char)
  798. shirt.Name = "Shirt"
  799. pants = Instance.new("Pants", char)
  800. pants.Name = "Pants"
  801. char.Shirt.ShirtTemplate = "http://www.roblox.com/asset/?id=236410507"
  802. char.Pants.PantsTemplate = "http://www.roblox.com/asset/?id=236412261"
  803. end)
  804. ----------------------------------------------------
  805. Debounces = {
  806. on = false;
  807. ks = false;
  808. CanAttack = true;
  809. CanJoke = true;
  810. NoIdl = false;
  811. Slashing = false;
  812. Slashed = false;
  813. Grabbing = false;
  814. Grabbed = false;
  815. }
  816. local Touche = {char.Name, }
  817. ----------------------------------------------------
  818. function lerp(a, b, t) -- Linear interpolation
  819. return a + (b - a)*t
  820. end
  821.  
  822. function slerp(a, b, t) --Spherical interpolation
  823. dot = a:Dot(b)
  824. if dot > 0.99999 or dot < -0.99999 then
  825. return t <= 0.5 and a or b
  826. else
  827. r = math.acos(dot)
  828. return (a*math.sin((1 - t)*r) + b*math.sin(t*r)) / math.sin(r)
  829. end
  830. end
  831.  
  832. function matrixInterpolate(a, b, t)
  833. local ax, ay, az, a00, a01, a02, a10, a11, a12, a20, a21, a22 = a:components()
  834. local bx, by, bz, b00, b01, b02, b10, b11, b12, b20, b21, b22 = b:components()
  835. local v0 = lerp(Vector3.new(ax, ay, az), Vector3.new(bx , by , bz), t) -- Position
  836. local v1 = slerp(Vector3.new(a00, a01, a02), Vector3.new(b00, b01, b02), t) -- Vector right
  837. local v2 = slerp(Vector3.new(a10, a11, a12), Vector3.new(b10, b11, b12), t) -- Vector up
  838. local v3 = slerp(Vector3.new(a20, a21, a22), Vector3.new(b20, b21, b22), t) -- Vector back
  839. local t = v1:Dot(v2)
  840. if not (t < 0 or t == 0 or t > 0) then -- Failsafe
  841. return CFrame.new()
  842. end
  843. return CFrame.new(
  844. v0.x, v0.y, v0.z,
  845. v1.x, v1.y, v1.z,
  846. v2.x, v2.y, v2.z,
  847. v3.x, v3.y, v3.z)
  848. end
  849. ----------------------------------------------------
  850. function genWeld(a,b)
  851. local w = Instance.new("Weld",a)
  852. w.Part0 = a
  853. w.Part1 = b
  854. return w
  855. end
  856. function weld(a, b)
  857. local weld = Instance.new("Weld")
  858. weld.Name = "W"
  859. weld.Part0 = a
  860. weld.Part1 = b
  861. weld.C0 = a.CFrame:inverse() * b.CFrame
  862. weld.Parent = a
  863. return weld;
  864. end
  865. ----------------------------------------------------
  866. function Lerp(c1,c2,al)
  867. local com1 = {c1.X,c1.Y,c1.Z,c1:toEulerAnglesXYZ()}
  868. local com2 = {c2.X,c2.Y,c2.Z,c2:toEulerAnglesXYZ()}
  869. for i,v in pairs(com1) do
  870. com1[i] = v+(com2[i]-v)*al
  871. end
  872. return CFrame.new(com1[1],com1[2],com1[3]) * CFrame.Angles(select(4,unpack(com1)))
  873. end
  874. ----------------------------------------------------
  875. newWeld = function(wp0, wp1, wc0x, wc0y, wc0z)
  876. local wld = Instance.new("Weld", wp1)
  877. wld.Part0 = wp0
  878. wld.Part1 = wp1
  879. wld.C0 = CFrame.new(wc0x, wc0y, wc0z)
  880. end
  881. ----------------------------------------------------
  882. function Tween(a,b,c)
  883. return a+(b-a)*c
  884. end
  885. ----------------------------------------------------
  886. function nwPrt(prnt,siz,cf,col)
  887. local prt=Instance.new("Part")
  888. prt.Parent=prnt
  889. prt.FormFactor=3
  890. prt.Name="Part"
  891. prt.Size=siz
  892. prt.CanCollide=false
  893. prt.Anchored=true
  894. prt.Locked=true
  895. prt.TopSurface=10
  896. prt.BottomSurface=10
  897. prt.FrontSurface=10
  898. prt.BackSurface=10
  899. prt.LeftSurface=10
  900. prt.RightSurface=10
  901. prt:BreakJoints()
  902. prt.CFrame=cf or CFrame.new(30,10,30)
  903. prt.Material="Neon"
  904. prt.BrickColor=BrickColor.new(col)
  905. m=Instance.new("SpecialMesh",prt)
  906. m.MeshType=6
  907. return prt
  908. end
  909. ----------------------------------------------------
  910. function nwSnd(prnt,pch,vol,id)
  911. local s=Instance.new("Sound",prnt)
  912. s.Pitch=pch
  913. s.Volume=vol
  914. s.SoundId="rbxassetid://"..id
  915. s.PlayOnRemove=true
  916. return s
  917. end
  918. ----------------------------------------------------
  919. function newRay(start,face,range,wat)
  920. local rey=Ray.new(start.p,(face.p-start.p).Unit*range)
  921. hit,pos=Workspace:FindPartOnRayWithIgnoreList(rey,wat)
  922. return rey,hit,pos
  923. end
  924. ----------------------------------------------------
  925. for i,v in pairs(char:children()) do
  926. if v:IsA("Hat") then
  927. v:Destroy()
  928. end
  929. end
  930. for i,v in pairs(hed:children()) do
  931. if v:IsA("Sound") then
  932. v:Destroy()
  933. end
  934. end
  935. ----------------------------------------------------
  936. function HasntTouched(plrname)
  937. local ret = true
  938. for _, v in pairs(Touche) do
  939. if v == plrname then
  940. ret = false
  941. end
  942. end
  943. return ret
  944. end
  945. ----------------------------------------------------
  946. larm.Size = larm.Size * 2
  947. rarm.Size = rarm.Size * 2
  948. lleg.Size = lleg.Size * 2
  949. rleg.Size = rleg.Size * 2
  950. torso.Size = torso.Size * 2
  951. hed.Size = hed.Size * 2
  952. root.Size = root.Size * 2
  953. ----------------------------------------------------
  954. newWeld(torso, larm, -1.5, 0.5, 0)
  955. larm.Weld.C1 = CFrame.new(0, 0.5, 0)
  956. newWeld(torso, rarm, 1.5, 0.5, 0)
  957. rarm.Weld.C1 = CFrame.new(0, 0.5, 0)
  958. newWeld(torso, hed, 0, 1.5, 0)
  959. newWeld(torso, lleg, -0.5, -1, 0)
  960. lleg.Weld.C1 = CFrame.new(0, 1, 0)
  961. newWeld(torso, rleg, 0.5, -1, 0)
  962. rleg.Weld.C1 = CFrame.new(0, 1, 0)
  963. newWeld(root, torso, 0, -1, 0)
  964. torso.Weld.C1 = CFrame.new(0, -1, 0)
  965. ----------------------------------------------------
  966. hed.face.Texture = "rbxassetid://443986991"
  967. z=Instance.new('Decal',hed)
  968. z.Face = 'Front'
  969. z.Texture='rbxassetid://99174105'
  970. z1=Instance.new('Decal',hed)
  971. z1.Face = 'Right'
  972. hed.BrickColor = BrickColor.new("Really black")
  973. lite = Instance.new("PointLight", torso)
  974. lite.Brightness = 14
  975. lite.Range = 10
  976. lite.Color = Color3.new(1, 0, 0)
  977. --[[local hed2 = hed:Clone()
  978. hed2.CanCollide = false
  979. hed2.Parent = char
  980. hed2:ClearAllChildren()
  981. hed2.Transparency = 1
  982. hed2.Name = "DARP"
  983. local w = Instance.new("Weld",hed2)
  984. w.Part0 = hed
  985. w.Part1 = hed2
  986. w.C0 = CFrame.new(0,0,-0.175)
  987. z=Instance.new("SurfaceGui",hed2)
  988. z.Enabled = true
  989. z.Face = "Front"
  990. z.Adornee = hed2
  991. z.CanvasSize = Vector2.new(100,100)
  992. local face = Instance.new("ImageLabel",z)
  993. face.Size = UDim2.new(1,-30,1,0)
  994. face.Position = UDim2.new(0,15,0,0)
  995. face.BackgroundTransparency = 1
  996. face.Image='rbxassetid://46282671']]--
  997. ----------------------------------------------------
  998. z = Instance.new("Sound", char)
  999. z.SoundId = "rbxassetid://0"--242463565
  1000. z.Looped = true
  1001. z.Pitch = .6
  1002. z.Volume = 1
  1003. wait(.01)
  1004. z:Play()
  1005. ----------------------------------------------------
  1006. local l = game.Lighting
  1007. local sky = Instance.new("Sky",l)
  1008. sky.CelestialBodiesShown = false
  1009. sky.SkyboxBk = "http://www.roblox.com/asset/?id=55533224"
  1010. sky.SkyboxDn = "http://www.roblox.com/asset/?id=55533224"
  1011. sky.SkyboxFt = "http://www.roblox.com/asset/?id=55533224"
  1012. sky.SkyboxLf = "http://www.roblox.com/asset/?id=55533224"
  1013. sky.SkyboxRt = "http://www.roblox.com/asset/?id=55533224"
  1014. sky.SkyboxUp = "http://www.roblox.com/asset/?id=55533224"
  1015. sky.StarCount = 0
  1016. sky.Name = "GreenSpace"
  1017. ----------------------------------------------------
  1018. local m = Instance.new("Model")
  1019. m.Name = "Absolution"
  1020. p1 = Instance.new("Part", m)
  1021. p1.BrickColor = BrickColor.new("Gold")
  1022. p1.Material = "Neon"
  1023. p1.FormFactor = Enum.FormFactor.Custom
  1024. p1.Size = Vector3.new(1, 0.600000024, 1.5)
  1025. p1.CFrame = CFrame.new(67.4994888, 12.1560526, 73.0205841, 0.999972522, -3.59117985e-005, -8.00192356e-006, -1.39250187e-005, 0.358383715, -0.933530986, 5.28097153e-005, 0.933500648, 0.358406395)
  1026. p1.CanCollide = false
  1027. p1.Locked = true
  1028. p1.Elasticity = 0
  1029. p1.BottomSurface = Enum.SurfaceType.Smooth
  1030. p1.TopSurface = Enum.SurfaceType.Smooth
  1031. b1 = Instance.new("SpecialMesh", p1)
  1032. b1.MeshType = Enum.MeshType.Wedge
  1033. b1.Name = "Mesh"
  1034. b1.Scale = Vector3.new(0.400000006, 0.600000024, 0.699999928)
  1035. p2 = Instance.new("Part", m)
  1036. p2.BrickColor = BrickColor.new("Really black")
  1037. p2.FormFactor = Enum.FormFactor.Custom
  1038. p2.Size = Vector3.new(1, 2.9000001, 1)
  1039. p2.CFrame = CFrame.new(67.4995728, 11.7633543, 74.2129135, -1.30959779e-005, 2.79811252e-006, 0.999972522, 0.961226642, 0.275612593, -7.50799518e-006, -0.275637805, 0.96119839, 1.01176247e-005)
  1040. p2.CanCollide = false
  1041. p2.Locked = true
  1042. p2.Elasticity = 0
  1043. p2.BottomSurface = Enum.SurfaceType.Smooth
  1044. p2.TopSurface = Enum.SurfaceType.Smooth
  1045. b2 = Instance.new("BlockMesh", p2)
  1046. b2.Name = "Mesh"
  1047. b2.Scale = Vector3.new(0.400000006, 1, 0.400000006)
  1048. p3 = Instance.new("Part", m)
  1049. p3.BrickColor = BrickColor.new("Gold")
  1050. p3.Material = "Neon"
  1051. p3.FormFactor = Enum.FormFactor.Custom
  1052. p3.Size = Vector3.new(1, 1.20000005, 2.0999999)
  1053. p3.CFrame = CFrame.new(67.4994965, 12.6401453, 73.9670334, 0.999972522, -3.52207899e-005, -8.10639358e-006, -1.61500211e-005, 0.309035271, -0.951007903, 5.24176576e-005, 0.950978875, 0.309059501)
  1054. p3.CanCollide = false
  1055. p3.Locked = true
  1056. p3.Elasticity = 0
  1057. p3.BottomSurface = Enum.SurfaceType.Smooth
  1058. p3.TopSurface = Enum.SurfaceType.Smooth
  1059. b3 = Instance.new("SpecialMesh", p3)
  1060. b3.MeshType = Enum.MeshType.Wedge
  1061. b3.Name = "Mesh"
  1062. b3.Scale = Vector3.new(0.400000006, 0.600000024, 0.699999928)
  1063. p4 = Instance.new("Part", m)
  1064. p4.BrickColor = BrickColor.new("Gold")
  1065. p4.Material = "Neon"
  1066. p4.FormFactor = Enum.FormFactor.Custom
  1067. p4.Size = Vector3.new(1, 1.43999994, 2.05000019)
  1068. p4.CFrame = CFrame.new(67.4995575, 11.8683414, 76.1565704, 0.999972522, -2.5085672e-005, -1.53700166e-005, -4.86194367e-005, -0.800831437, -0.598821938, 1.9131101e-005, 0.598835468, -0.800796151)
  1069. p4.CanCollide = false
  1070. p4.Locked = true
  1071. p4.Elasticity = 0
  1072. p4.BottomSurface = Enum.SurfaceType.Smooth
  1073. p4.TopSurface = Enum.SurfaceType.Smooth
  1074. b4 = Instance.new("SpecialMesh", p4)
  1075. b4.MeshType = Enum.MeshType.Wedge
  1076. b4.Name = "Mesh"
  1077. b4.Scale = Vector3.new(0.300000012, 0.600000024, 0.699999988)
  1078. p5 = Instance.new("Part", m)
  1079. p5.BrickColor = BrickColor.new("Gold")
  1080. p5.Material = "Neon"
  1081. p5.FormFactor = Enum.FormFactor.Custom
  1082. p5.Size = Vector3.new(1, 1.20000005, 3.20000005)
  1083. p5.CFrame = CFrame.new(67.4995193, 13.241991, 74.8357468, 0.999972522, -3.59118021e-005, -8.00191992e-006, -1.39250224e-005, 0.358383656, -0.933530807, 5.2809708e-005, 0.933500469, 0.358406246)
  1084. p5.CanCollide = false
  1085. p5.Locked = true
  1086. p5.Elasticity = 0
  1087. p5.BottomSurface = Enum.SurfaceType.Smooth
  1088. p5.TopSurface = Enum.SurfaceType.Smooth
  1089. b5 = Instance.new("SpecialMesh", p5)
  1090. b5.MeshType = Enum.MeshType.Wedge
  1091. b5.Name = "Mesh"
  1092. b5.Scale = Vector3.new(0.400000006, 0.600000024, 0.699999928)
  1093. p6 = Instance.new("Part", m)
  1094. p6.Name = "Handle"
  1095. p6.BrickColor = BrickColor.new("Really black")
  1096. p6.FormFactor = Enum.FormFactor.Custom
  1097. p6.Size = Vector3.new(1.5999999, 13.6000004, 1)
  1098. p6.CFrame = CFrame.new(67.5017471, 11.2780685, 66.1421967, -1.18190947e-005, 6.28741009e-006, 0.999972522, 0.99995929, -1.39772892e-005, -7.50630716e-006, -1.79708004e-005, 0.999939024, 1.01296728e-005)
  1099. p6.CanCollide = false
  1100. p6.Locked = true
  1101. p6.Elasticity = 0
  1102. p6.BottomSurface = Enum.SurfaceType.Smooth
  1103. p6.TopSurface = Enum.SurfaceType.Smooth
  1104. b6 = Instance.new("BlockMesh", p6)
  1105. b6.Name = "Mesh"
  1106. b6.Scale = Vector3.new(0.400000006, 1, 0.400000006)
  1107. p7 = Instance.new("Part", m)
  1108. p7.BrickColor = BrickColor.new("Gold")
  1109. p7.Material = "Neon"
  1110. p7.FormFactor = Enum.FormFactor.Custom
  1111. p7.Size = Vector3.new(1, 1.00999999, 1.05000019)
  1112. p7.CFrame = CFrame.new(67.5174179, 10.5228004, 76.3114471, 0.999972522, -2.76626724e-005, -6.72184569e-006, -4.7347472e-005, -0.91489929, -0.403581172, 2.14323372e-005, 0.403602213, -0.914867818)
  1113. p7.CanCollide = false
  1114. p7.Locked = true
  1115. p7.Elasticity = 0
  1116. p7.BottomSurface = Enum.SurfaceType.Smooth
  1117. p7.TopSurface = Enum.SurfaceType.Smooth
  1118. b7 = Instance.new("SpecialMesh", p7)
  1119. b7.MeshType = Enum.MeshType.Wedge
  1120. b7.Name = "Mesh"
  1121. b7.Scale = Vector3.new(0.300000012, 0.600000024, 0.699999988)
  1122. p8 = Instance.new("Part", m)
  1123. p8.BrickColor = BrickColor.new("Gold")
  1124. p8.Material = "Neon"
  1125. p8.FormFactor = Enum.FormFactor.Custom
  1126. p8.Size = Vector3.new(1, 1.00999999, 1.05000019)
  1127. p8.CFrame = CFrame.new(67.5074387, 8.51285458, 76.8714371, 0.999972522, -2.76626724e-005, -6.72184387e-006, -4.73474684e-005, -0.91489917, -0.403581113, 2.14323354e-005, 0.403602153, -0.914867699)
  1128. p8.CanCollide = false
  1129. p8.Locked = true
  1130. p8.Elasticity = 0
  1131. p8.BottomSurface = Enum.SurfaceType.Smooth
  1132. p8.TopSurface = Enum.SurfaceType.Smooth
  1133. b8 = Instance.new("SpecialMesh", p8)
  1134. b8.MeshType = Enum.MeshType.Wedge
  1135. b8.Name = "Mesh"
  1136. b8.Scale = Vector3.new(0.300000012, 0.600000024, 0.699999988)
  1137. p9 = Instance.new("Part", m)
  1138. p9.BrickColor = BrickColor.new("Really black")
  1139. p9.FormFactor = Enum.FormFactor.Custom
  1140. p9.Size = Vector3.new(1, 1.07999957, 1)
  1141. p9.CFrame = CFrame.new(67.5095749, 7.1092, 74.5051422, -2.60536999e-005, -5.21559741e-006, 0.999972522, 0.35323599, -0.935490847, -1.50012565e-005, 0.935460567, 0.353258699, 4.2632455e-005)
  1142. p9.CanCollide = false
  1143. p9.Locked = true
  1144. p9.Elasticity = 0
  1145. p9.BottomSurface = Enum.SurfaceType.Smooth
  1146. p9.TopSurface = Enum.SurfaceType.Smooth
  1147. b9 = Instance.new("BlockMesh", p9)
  1148. b9.Name = "Mesh"
  1149. b9.Scale = Vector3.new(0.550000012, 1, 0.550000012)
  1150. p10 = Instance.new("Part", m)
  1151. p10.BrickColor = BrickColor.new("Really black")
  1152. p10.FormFactor = Enum.FormFactor.Custom
  1153. p10.Size = Vector3.new(1, 1.41999948, 1)
  1154. p10.CFrame = CFrame.new(67.489624, 8.67401791, 72.7929764, -9.47785156e-006, -9.42233055e-006, 0.999972522, 0.292371064, 0.956263304, -7.54374832e-006, -0.956253231, 0.292334616, 1.01081387e-005)
  1155. p10.CanCollide = false
  1156. p10.Locked = true
  1157. p10.Elasticity = 0
  1158. p10.BottomSurface = Enum.SurfaceType.Smooth
  1159. p10.TopSurface = Enum.SurfaceType.Smooth
  1160. b10 = Instance.new("BlockMesh", p10)
  1161. b10.Name = "Mesh"
  1162. b10.Scale = Vector3.new(0.400000006, 1, 0.400000006)
  1163. p11 = Instance.new("Part", m)
  1164. p11.BrickColor = BrickColor.new("Really black")
  1165. p11.FormFactor = Enum.FormFactor.Custom
  1166. p11.Size = Vector3.new(1, 1.50999951, 1)
  1167. p11.CFrame = CFrame.new(67.509552, 7.11887455, 70.3475952, -1.87569385e-005, 1.80455972e-005, 0.999972522, -0.36222899, -0.932047009, -9.30004444e-006, 0.932039678, -0.362191886, 4.04359016e-005)
  1168. p11.CanCollide = false
  1169. p11.Locked = true
  1170. p11.Elasticity = 0
  1171. p11.BottomSurface = Enum.SurfaceType.Smooth
  1172. p11.TopSurface = Enum.SurfaceType.Smooth
  1173. b11 = Instance.new("BlockMesh", p11)
  1174. b11.Name = "Mesh"
  1175. b11.Scale = Vector3.new(0.550000012, 1, 0.550000012)
  1176. p12 = Instance.new("Part", m)
  1177. p12.Name = "BladeCenter"
  1178. p12.BrickColor = BrickColor.new("Dark stone grey")
  1179. p12.Material = Enum.Material.Concrete
  1180. p12.FormFactor = Enum.FormFactor.Symmetric
  1181. p12.Size = Vector3.new(1, 2, 2)
  1182. p12.CFrame = CFrame.new(67.4995346, 6.83217764, 72.2514038, -0.999972522, 2.42275873e-005, 0.000103325896, -8.39982677e-005, 4.44650614e-005, -0.999960959, -4.06451727e-005, -0.999940753, -1.25430051e-005)
  1183. p12.CanCollide = false
  1184. p12.Locked = true
  1185. p12.BottomSurface = Enum.SurfaceType.Smooth
  1186. p12.TopSurface = Enum.SurfaceType.Smooth
  1187. b12 = Instance.new("SpecialMesh", p12)
  1188. b12.MeshType = Enum.MeshType.Brick
  1189. b12.Name = "Mesh"
  1190. b12.Scale = Vector3.new(0.499999911, 1, 0.699999928)
  1191. p13 = Instance.new("Part", m)
  1192. p13.BrickColor = BrickColor.new("Really black")
  1193. p13.FormFactor = Enum.FormFactor.Custom
  1194. p13.Size = Vector3.new(2.91000009, 4.3300004, 1)
  1195. p13.CFrame = CFrame.new(67.5096359, 9.31026554, 73.9751816, 7.60371313e-006, 1.0943455e-005, 0.999972522, -0.119072244, -0.99284631, -7.55448127e-006, 0.992830038, -0.119038157, 1.01703836e-005)
  1196. p13.CanCollide = false
  1197. p13.Locked = true
  1198. p13.Elasticity = 0
  1199. p13.BottomSurface = Enum.SurfaceType.Smooth
  1200. p13.TopSurface = Enum.SurfaceType.Smooth
  1201. b13 = Instance.new("BlockMesh", p13)
  1202. b13.Name = "Mesh"
  1203. b13.Scale = Vector3.new(1, 1, 0.400000006)
  1204. p14 = Instance.new("Part", m)
  1205. p14.BrickColor = BrickColor.new("Really black")
  1206. p14.FormFactor = Enum.FormFactor.Custom
  1207. p14.Size = Vector3.new(2.5, 2.17999935, 1)
  1208. p14.CFrame = CFrame.new(67.4896011, 10.1621294, 72.6420059, -1.55498967e-007, -1.33476442e-005, 0.999972522, -0.462319613, 0.886669755, -7.56198779e-006, -0.886637092, -0.462338567, 1.01078904e-005)
  1209. p14.CanCollide = false
  1210. p14.Locked = true
  1211. p14.Elasticity = 0
  1212. p14.BottomSurface = Enum.SurfaceType.Smooth
  1213. p14.TopSurface = Enum.SurfaceType.Smooth
  1214. b14 = Instance.new("BlockMesh", p14)
  1215. b14.Name = "Mesh"
  1216. b14.Scale = Vector3.new(0.400000006, 1, 0.400000006)
  1217. p15 = Instance.new("Part", m)
  1218. p15.BrickColor = BrickColor.new("Really black")
  1219. p15.FormFactor = Enum.FormFactor.Custom
  1220. p15.Size = Vector3.new(1.16999996, 4.2699995, 1)
  1221. p15.CFrame = CFrame.new(67.5095901, 9.35303593, 70.6884613, -1.24399676e-005, -4.94209144e-006, 0.999972522, 0.645082474, 0.764063478, -7.52419282e-006, -0.764068604, 0.645045042, 1.0099785e-005)
  1222. p15.CanCollide = false
  1223. p15.Locked = true
  1224. p15.Elasticity = 0
  1225. p15.BottomSurface = Enum.SurfaceType.Smooth
  1226. p15.TopSurface = Enum.SurfaceType.Smooth
  1227. b15 = Instance.new("BlockMesh", p15)
  1228. b15.Name = "Mesh"
  1229. b15.Scale = Vector3.new(1, 1, 0.400000006)
  1230. p16 = Instance.new("Part", m)
  1231. p16.BrickColor = BrickColor.new("Really black")
  1232. p16.FormFactor = Enum.FormFactor.Custom
  1233. p16.Size = Vector3.new(1.68999994, 4.76000023, 1)
  1234. p16.CFrame = CFrame.new(67.4996033, 9.63990211, 75.3800278, 2.98175655e-006, 1.30014914e-005, 0.999972522, 0.258795738, -0.965893507, -7.53869244e-006, 0.965865672, 0.258821338, 1.01718706e-005)
  1235. p16.CanCollide = false
  1236. p16.Locked = true
  1237. p16.Elasticity = 0
  1238. p16.BottomSurface = Enum.SurfaceType.Smooth
  1239. p16.TopSurface = Enum.SurfaceType.Smooth
  1240. b16 = Instance.new("BlockMesh", p16)
  1241. b16.Name = "Mesh"
  1242. b16.Scale = Vector3.new(1, 1, 0.400000006)
  1243. p17 = Instance.new("Part", m)
  1244. p17.BrickColor = BrickColor.new("Really black")
  1245. p17.FormFactor = Enum.FormFactor.Custom
  1246. p17.Size = Vector3.new(1.78999996, 4.21999979, 1)
  1247. p17.CFrame = CFrame.new(67.499588, 9.28996372, 69.8789978, -9.50601952e-006, -9.41252802e-006, 0.999972522, 0.293352425, 0.955965877, -7.53842551e-006, -0.955955863, 0.293315947, 1.00904235e-005)
  1248. p17.CanCollide = false
  1249. p17.Locked = true
  1250. p17.Elasticity = 0
  1251. p17.BottomSurface = Enum.SurfaceType.Smooth
  1252. p17.TopSurface = Enum.SurfaceType.Smooth
  1253. b17 = Instance.new("BlockMesh", p17)
  1254. b17.Name = "Mesh"
  1255. b17.Scale = Vector3.new(1, 1, 0.400000006)
  1256. p18 = Instance.new("WedgePart", m)
  1257. p18.BrickColor = BrickColor.new("Dark stone grey")
  1258. p18.Name = "BladePart1"
  1259. p18.Material = Enum.Material.Concrete
  1260. p18.Name = "Wedge"
  1261. p18.FormFactor = Enum.FormFactor.Symmetric
  1262. p18.Size = Vector3.new(1, 4, 2)
  1263. p18.CFrame = CFrame.new(67.499321, 6.83199787, 69.4816895, 0.999972522, -3.68033288e-005, -4.22928351e-005, 2.29664256e-005, -1.65102574e-005, 0.999963701, -2.03872096e-005, -0.999943435, -4.84290831e-005)
  1264. p18.CanCollide = false
  1265. p18.Locked = true
  1266. p18.BottomSurface = Enum.SurfaceType.Smooth
  1267. p18.TopSurface = Enum.SurfaceType.Smooth
  1268. b18 = Instance.new("SpecialMesh", p18)
  1269. b18.MeshType = Enum.MeshType.Wedge
  1270. b18.Name = "Mesh"
  1271. b18.Scale = Vector3.new(0.499999911, 0.899999976, 0.699999928)
  1272. p19 = Instance.new("WedgePart", m)
  1273. p19.BrickColor = BrickColor.new("Dark stone grey")
  1274. p19.Name = "BladePart2"
  1275. p19.Material = Enum.Material.Concrete
  1276. p19.Name = "Wedge"
  1277. p19.FormFactor = Enum.FormFactor.Symmetric
  1278. p19.Size = Vector3.new(1, 4, 2)
  1279. p19.CFrame = CFrame.new(67.4994736, 6.83213568, 75.0314102, -0.999972522, 3.68059118e-005, -0.000103325001, -8.40002976e-005, -4.4521752e-005, 0.999963701, 2.03864402e-005, 0.999943435, 1.26029336e-005)
  1280. p19.CanCollide = false
  1281. p19.Locked = true
  1282. p19.BottomSurface = Enum.SurfaceType.Smooth
  1283. p19.TopSurface = Enum.SurfaceType.Smooth
  1284. b19 = Instance.new("SpecialMesh", p19)
  1285. b19.MeshType = Enum.MeshType.Wedge
  1286. b19.Name = "Mesh"
  1287. b19.Scale = Vector3.new(0.499999911, 0.899999976, 0.699999928)
  1288. p20 = Instance.new("Part", m)
  1289. p20.BrickColor = BrickColor.new("Really black")
  1290. p20.FormFactor = Enum.FormFactor.Custom
  1291. p20.Size = Vector3.new(2.53000021, 2.39999938, 1)
  1292. p20.CFrame = CFrame.new(67.4996414, 7.91898966, 71.4148178, -1.09432585e-005, 7.6432425e-006, 0.999972522, 0.992849231, -0.119072601, -7.55000656e-006, 0.119038492, 0.992832959, 1.01311334e-005)
  1293. p20.CanCollide = false
  1294. p20.Locked = true
  1295. p20.Elasticity = 0
  1296. p20.BottomSurface = Enum.SurfaceType.Smooth
  1297. p20.TopSurface = Enum.SurfaceType.Smooth
  1298. b20 = Instance.new("BlockMesh", p20)
  1299. b20.Name = "Mesh"
  1300. b20.Scale = Vector3.new(0.400000006, 1, 0.400000006)
  1301. p21 = Instance.new("Part", m)
  1302. p21.BrickColor = BrickColor.new("Gold")
  1303. p21.Material = "Neon"
  1304. p21.FormFactor = Enum.FormFactor.Custom
  1305. p21.Size = Vector3.new(1, 1.43999994, 1.59000015)
  1306. p21.CFrame = CFrame.new(67.509613, 9.57073689, 76.6228256, 0.999972522, -2.50856156e-005, -1.53699839e-005, -4.86196222e-005, -0.800835371, -0.598824739, 1.91311228e-005, 0.59883821, -0.800800025)
  1307. p21.CanCollide = false
  1308. p21.Locked = true
  1309. p21.Elasticity = 0
  1310. p21.BottomSurface = Enum.SurfaceType.Smooth
  1311. p21.TopSurface = Enum.SurfaceType.Smooth
  1312. b21 = Instance.new("SpecialMesh", p21)
  1313. b21.MeshType = Enum.MeshType.Wedge
  1314. b21.Name = "Mesh"
  1315. b21.Scale = Vector3.new(0.300000012, 0.600000024, 0.699999988)
  1316. w1 = Instance.new("Weld", p1)
  1317. w1.Name = "Part_Weld"
  1318. w1.Part0 = p1
  1319. w1.C0 = CFrame.new(-67.5030899, -72.5280457, -14.8209743, 1, -6.37466928e-006, 4.26825172e-005, -3.75621021e-005, 0.358411252, 0.933563769, -2.12490559e-005, -0.933563769, 0.358411252)
  1320. w1.Part1 = p2
  1321. w1.C1 = CFrame.new(9.14727688, -74.5847855, -67.5001221, -4.37113883e-008, 0.961261749, -0.27563718, 0, 0.27563718, 0.961261749, 1, 4.20180868e-008, -1.2048484e-008)
  1322. w2 = Instance.new("Weld", p2)
  1323. w2.Name = "Part_Weld"
  1324. w2.Part0 = p2
  1325. w2.C0 = CFrame.new(9.14727688, -74.5847855, -67.5001221, -4.37113883e-008, 0.961261749, -0.27563718, 0, 0.27563718, 0.961261749, 1, 4.20180868e-008, -1.2048484e-008)
  1326. w2.Part1 = p3
  1327. w2.C1 = CFrame.new(-67.5030823, -74.2541809, -10.8368053, 1, -8.59976626e-006, 4.22903977e-005, -3.75621021e-005, 0.30906105, 0.951042175, -2.12490559e-005, -0.951042175, 0.30906105)
  1328. w3 = Instance.new("Weld", p3)
  1329. w3.Name = "Part_Weld"
  1330. w3.Part0 = p3
  1331. w3.C0 = CFrame.new(-67.5030823, -74.2541809, -10.8368053, 1, -8.59976626e-006, 4.22903977e-005, -3.75621021e-005, 0.30906105, 0.951042175, -2.12490559e-005, -0.951042175, 0.30906105)
  1332. w3.Part1 = p4
  1333. w3.C1 = CFrame.new(-67.5002975, -36.1002579, 68.1035233, 1, -4.10709617e-005, 9.00123541e-006, -3.82823673e-005, -0.800855637, 0.598857403, -1.73869594e-005, -0.598857403, -0.800855637)
  1334. w4 = Instance.new("Weld", p4)
  1335. w4.Name = "Part_Weld"
  1336. w4.Part0 = p4
  1337. w4.C0 = CFrame.new(-67.5002975, -36.1002579, 68.1035233, 1, -4.10709617e-005, 9.00123541e-006, -3.82823673e-005, -0.800855637, 0.598857403, -1.73869594e-005, -0.598857403, -0.800855637)
  1338. w4.Part1 = p5
  1339. w4.C1 = CFrame.new(-67.5031891, -74.611969, -14.457736, 1, -6.37466928e-006, 4.26825172e-005, -3.75621021e-005, 0.358411252, 0.933563769, -2.12490559e-005, -0.933563769, 0.358411252)
  1340. w5 = Instance.new("Weld", p5)
  1341. w5.Name = "Part_Weld"
  1342. w5.Part0 = p5
  1343. w5.C0 = CFrame.new(-67.5031891, -74.611969, -14.457736, 1, -6.37466928e-006, 4.26825172e-005, -3.75621021e-005, 0.358411252, 0.933563769, -2.12490559e-005, -0.933563769, 0.358411252)
  1344. w5.Part1 = p6
  1345. w5.C1 = CFrame.new(-11.2799978, -66.1456223, -67.5023346, -4.37113883e-008, 1, 4.37113883e-008, 0, -4.37113883e-008, 1, 1, 4.37113883e-008, 1.91068547e-015)
  1346. w6 = Instance.new("Weld", p6)
  1347. w6.Name = "Part_Weld"
  1348. w6.Part0 = p6
  1349. w6.C0 = CFrame.new(-11.2799978, -66.1456223, -67.5023346, -4.37113883e-008, 1, 4.37113883e-008, 0, -4.37113883e-008, 1, 1, 4.37113883e-008, 1.91068547e-015)
  1350. w6.Part1 = p7
  1351. w6.C1 = CFrame.new(-67.5183792, -21.1694489, 74.0717163, 1, -3.97989206e-005, 1.13026372e-005, -4.09751265e-005, -0.91493088, 0.403610349, -5.72212457e-006, -0.403610349, -0.91493088)
  1352. w7 = Instance.new("Weld", p7)
  1353. w7.Name = "Part_Weld"
  1354. w7.Part0 = p7
  1355. w7.C0 = CFrame.new(-67.5183792, -21.1694489, 74.0717163, 1, -3.97989206e-005, 1.13026372e-005, -4.09751265e-005, -0.91493088, 0.403610349, -5.72212457e-006, -0.403610349, -0.91493088)
  1356. w7.Part1 = p8
  1357. w7.C1 = CFrame.new(-67.508461, -23.234499, 73.7728119, 1, -3.97989206e-005, 1.13026372e-005, -4.09751265e-005, -0.91493088, 0.403610349, -5.72212457e-006, -0.403610349, -0.91493088)
  1358. w8 = Instance.new("Weld", p8)
  1359. w8.Name = "Part_Weld"
  1360. w8.Part0 = p8
  1361. w8.C0 = CFrame.new(-67.508461, -23.234499, 73.7728119, 1, -3.97989206e-005, 1.13026372e-005, -4.09751265e-005, -0.91493088, 0.403610349, -5.72212457e-006, -0.403610349, -0.91493088)
  1362. w8.Part1 = p9
  1363. w8.C1 = CFrame.new(-72.2151413, -19.6674671, -67.5124359, -2.77766703e-005, 0.353263557, 0.935524285, -1.84533783e-005, -0.935524285, 0.353263557, 1, -7.4510931e-006, 3.25046385e-005)
  1364. w9 = Instance.new("Weld", p9)
  1365. w9.Name = "Part_Weld"
  1366. w9.Part0 = p9
  1367. w9.C0 = CFrame.new(-72.2151413, -19.6674671, -67.5124359, -2.77766703e-005, 0.353263557, 0.935524285, -1.84533783e-005, -0.935524285, 0.353263557, 1, -7.4510931e-006, 3.25046385e-005)
  1368. w9.Part1 = p10
  1369. w9.C1 = CFrame.new(67.0792923, -29.5803547, -67.4901428, -2.24114753e-008, 0.292369425, -0.956305802, 3.04095332e-010, 0.956305802, 0.292369425, 1, 6.26159258e-009, -2.15211493e-008)
  1370. w10 = Instance.new("Weld", p10)
  1371. w10.Name = "Part_Weld"
  1372. w10.Part0 = p10
  1373. w10.C0 = CFrame.new(67.0792923, -29.5803547, -67.4901428, -2.24114753e-008, 0.292369425, -0.956305802, 3.04095332e-010, 0.956305802, 0.292369425, 1, 6.26159258e-009, -2.15211493e-008)
  1374. w10.Part1 = p11
  1375. w10.C1 = CFrame.new(-62.9921722, 32.1197624, -67.5121918, -2.88835581e-005, -0.362230271, 0.932088912, 9.3476192e-006, -0.932088912, -0.362230271, 1, -1.74967965e-006, 3.03080251e-005)
  1376. w11 = Instance.new("Weld", p11)
  1377. w11.Name = "Part_Weld"
  1378. w11.Part0 = p11
  1379. w11.C0 = CFrame.new(-62.9921722, 32.1197624, -67.5121918, -2.88835581e-005, -0.362230271, 0.932088912, 9.3476192e-006, -0.932088912, -0.362230271, 1, -1.74967965e-006, 3.03080251e-005)
  1380. w11.Part1 = p12
  1381. w11.C1 = CFrame.new(67.5028763, 72.2527161, 6.8300252, -1, -9.15522687e-005, -3.05189751e-005, 3.05161811e-005, 3.05189751e-005, -1, 9.15532e-005, -1, -3.05161811e-005)
  1382. w12 = Instance.new("Weld", p12)
  1383. w12.Name = "Part_Weld"
  1384. w12.Part0 = p12
  1385. w12.C0 = CFrame.new(67.5028763, 72.2527161, 6.8300252, -1, -9.15522687e-005, -3.05189751e-005, 3.05161811e-005, 3.05189751e-005, -1, 9.15532e-005, -1, -3.05161811e-005)
  1386. w12.Part1 = p13
  1387. w12.C1 = CFrame.new(-72.3439255, 18.054121, -67.5101624, -4.09776035e-008, -0.11906305, 0.992886722, 4.05430745e-010, -0.992886722, -0.11906305, 1, -4.47637571e-009, 4.0734399e-008)
  1388. w13 = Instance.new("Weld", p13)
  1389. w13.Name = "Part_Weld"
  1390. w13.Part0 = p13
  1391. w13.C0 = CFrame.new(-72.3439255, 18.054121, -67.5101624, -4.09776035e-008, -0.11906305, 0.992886722, 4.05430745e-010, -0.992886722, -0.11906305, 1, -4.47637571e-009, 4.0734399e-008)
  1392. w13.Part1 = p14
  1393. w13.C1 = CFrame.new(69.1140671, 24.5752277, -67.4901428, -2.4837334e-008, -0.462350011, -0.886697888, 5.64353009e-010, 0.886697888, -0.462350011, 1, -1.19839818e-008, -2.17623022e-008)
  1394. w14 = Instance.new("Weld", p14)
  1395. w14.Name = "Part_Weld"
  1396. w14.Part0 = p14
  1397. w14.C0 = CFrame.new(69.1140671, 24.5752277, -67.4901428, -2.4837334e-008, -0.462350011, -0.886697888, 5.64353009e-010, 0.886697888, -0.462350011, 1, -1.19839818e-008, -2.17623022e-008)
  1398. w14.Part1 = p15
  1399. w14.C1 = CFrame.new(47.9809418, -52.7511749, -67.5101318, -3.94735267e-008, 0.64509654, -0.764101744, -4.55740418e-010, 0.764101744, 0.64509654, 1, 2.58124242e-008, -2.98677882e-008)
  1400. w15 = Instance.new("Weld", p15)
  1401. w15.Name = "Part_Weld"
  1402. w15.Part0 = p15
  1403. w15.C0 = CFrame.new(47.9809418, -52.7511749, -67.5101318, -3.94735267e-008, 0.64509654, -0.764101744, -4.55740418e-010, 0.764101744, 0.64509654, 1, 2.58124242e-008, -2.98677882e-008)
  1404. w15.Part1 = p16
  1405. w15.C1 = CFrame.new(-75.3105469, -10.1974039, -67.5001221, -4.37113883e-008, 0.258818924, 0.965925872, 0, -0.965925872, 0.258818924, 1, 1.13133343e-008, 4.22219593e-008)
  1406. w16 = Instance.new("Weld", p16)
  1407. w16.Name = "Part_Weld"
  1408. w16.Part0 = p16
  1409. w16.C0 = CFrame.new(-75.3105469, -10.1974039, -67.5001221, -4.37113883e-008, 0.258818924, 0.965925872, 0, -0.965925872, 0.258818924, 1, 1.13133343e-008, 4.22219593e-008)
  1410. w16.Part1 = p17
  1411. w16.C1 = CFrame.new(64.0820847, -29.3829937, -67.5001373, -4.09009289e-008, 0.293349952, -0.956005633, 4.38312497e-010, 0.956005633, 0.293349952, 1, 1.15792238e-008, -3.92300876e-008)
  1412. w17 = Instance.new("Weld", p17)
  1413. w17.Name = "Wedge_Weld"
  1414. w17.Part0 = p17
  1415. w17.C0 = CFrame.new(64.0820847, -29.3829937, -67.5001373, -4.09009289e-008, 0.293349952, -0.956005633, 4.38312497e-010, 0.956005633, 0.293349952, 1, 1.15792238e-008, -3.92300876e-008)
  1416. w17.Part1 = p18
  1417. w17.C1 = CFrame.new(-67.4979324, 69.4871521, -6.82958078, 1, 3.05171125e-005, -3.05180438e-005, -3.05171125e-005, -3.05180438e-005, -1, -3.05180438e-005, 1, -3.05171125e-005)
  1418. w18 = Instance.new("Weld", p18)
  1419. w18.Name = "Wedge_Weld"
  1420. w18.Part0 = p18
  1421. w18.C0 = CFrame.new(-67.4979324, 69.4871521, -6.82958078, 1, 3.05171125e-005, -3.05180438e-005, -3.05171125e-005, -3.05180438e-005, -1, -3.05180438e-005, 1, -3.05171125e-005)
  1422. w18.Part1 = p19
  1423. w18.C1 = CFrame.new(67.4982986, -75.0367737, -6.83008671, -1, -9.15532e-005, 3.05161811e-005, 3.05189751e-005, -3.05161811e-005, 1, -9.15522687e-005, 1, 3.05189751e-005)
  1424. w19 = Instance.new("Weld", p19)
  1425. w19.Name = "Part_Weld"
  1426. w19.Part0 = p19
  1427. w19.C0 = CFrame.new(67.4982986, -75.0367737, -6.83008671, -1, -9.15532e-005, 3.05161811e-005, 3.05189751e-005, -3.05161811e-005, 1, -9.15522687e-005, 1, 3.05189751e-005)
  1428. w19.Part1 = p20
  1429. w19.C1 = CFrame.new(-16.3677292, -69.9670334, -67.5001678, -1.77821063e-010, 0.992886961, 0.119063012, -1.46926671e-009, -0.119063012, 0.992886961, 1, 1.59595731e-012, 1.47997492e-009)
  1430. w20 = Instance.new("Weld", p20)
  1431. w20.Name = "Part_Weld"
  1432. w20.Part0 = p20
  1433. w20.C0 = CFrame.new(-16.3677292, -69.9670334, -67.5001678, -1.77821063e-010, 0.992886961, 0.119063012, -1.46926671e-009, -0.119063012, 0.992886961, 1, 1.59595731e-012, 1.47997492e-009)
  1434. w20.Part1 = p21
  1435. w20.C1 = CFrame.new(-67.5104218, -38.2193756, 67.100563, 1, -4.10709617e-005, 9.00123541e-006, -3.82823673e-005, -0.800855637, 0.598857403, -1.73869594e-005, -0.598857403, -0.800855637)
  1436. m.Parent = char
  1437. m:MakeJoints()
  1438. ----------------------------------------------------
  1439. local cor = Instance.new("Part", char.Absolution)
  1440. cor.Name = "Thingy"
  1441. cor.Locked = true
  1442. cor.BottomSurface = 0
  1443. cor.CanCollide = false
  1444. cor.Size = Vector3.new(1, 13, 1)
  1445. cor.Transparency = 1
  1446. cor.TopSurface = 0
  1447. corw = Instance.new("Weld", cor)
  1448. corw.Part0 = rarm
  1449. corw.Part1 = cor
  1450. corw.C0 = CFrame.new(0, -1, -1.1) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  1451. corw.C1 = CFrame.new(0, 0, 0)
  1452. weld1 = Instance.new("Weld", char.Absolution)
  1453. weld1.Part0 = cor
  1454. weld1.Part1 = p6
  1455. weld1.C0 = CFrame.new(0, 0, 0)
  1456. ----------------------------------------------------
  1457. hitb = Instance.new("Part", char.Absolution)
  1458. hitb.Name = "Thingy2"
  1459. hitb.Locked = true
  1460. hitb.BottomSurface = 0
  1461. hitb.CanCollide = false
  1462. hitb.Size = Vector3.new(0, 8, 6)
  1463. hitb.Transparency = 1
  1464. hitb.TopSurface = 0
  1465. weld2 = Instance.new("Weld", char.Absolution)
  1466. weld2.Part0 = hitb
  1467. weld2.Part1 = p12
  1468. weld2.C0 = CFrame.new(0, .6, 1)
  1469. ----------------------------------------------------
  1470. local m = Instance.new("Model")
  1471. m.Name = "Claw"
  1472. p1 = Instance.new("Part", m)
  1473. p1.BrickColor = BrickColor.new("Really black")
  1474. p1.FormFactor = Enum.FormFactor.Custom
  1475. p1.Size = Vector3.new(1.5, 0.5, 0.5)
  1476. p1.CFrame = CFrame.new(2.91120553, 6.79703379, -19.5339718, -0.205515206, -0.209888965, 0.955883741, 0.52527827, -0.847774804, -0.0732159689, 0.825741529, 0.487057745, 0.284480691)
  1477. p1.CanCollide = false
  1478. p1.Locked = true
  1479. p1.BottomSurface = Enum.SurfaceType.Smooth
  1480. p1.TopSurface = Enum.SurfaceType.Smooth
  1481. b1 = Instance.new("BlockMesh", p1)
  1482. b1.Name = "Mesh"
  1483. p2 = Instance.new("WedgePart", m)
  1484. p2.BrickColor = BrickColor.new("Really black")
  1485. p2.Name = "Wedge"
  1486. p2.FormFactor = Enum.FormFactor.Custom
  1487. p2.Size = Vector3.new(3, 1, 0.5)
  1488. p2.CFrame = CFrame.new(2.94872427, 6.13246727, -16.5004997, -5.96046448e-008, -4.47034836e-008, -1.00000358, -1.3615936e-005, 0.99999994, 4.47034836e-008, 1.00000358, 1.41002238e-005, 0)
  1489. p2.CanCollide = false
  1490. p2.Locked = true
  1491. p2.BottomSurface = Enum.SurfaceType.Smooth
  1492. p2.TopSurface = Enum.SurfaceType.Smooth
  1493. p3 = Instance.new("Part", m)
  1494. p3.BrickColor = BrickColor.new("Really black")
  1495. p3.FormFactor = Enum.FormFactor.Custom
  1496. p3.Size = Vector3.new(1.5, 0.5, 0.5)
  1497. p3.CFrame = CFrame.new(1.84869456, 6.79700661, -18.5422173, -5.06400113e-008, 1.07230136e-007, 1.00000715, -0.499905825, -0.866079628, -1.1125789e-007, 0.86608547, -0.499910295, -2.17476881e-008)
  1498. p3.CanCollide = false
  1499. p3.Locked = true
  1500. p3.BottomSurface = Enum.SurfaceType.Smooth
  1501. p3.TopSurface = Enum.SurfaceType.Smooth
  1502. b2 = Instance.new("BlockMesh", p3)
  1503. b2.Name = "Mesh"
  1504. p4 = Instance.new("WedgePart", m)
  1505. p4.BrickColor = BrickColor.new("Really black")
  1506. p4.Name = "Wedge"
  1507. p4.FormFactor = Enum.FormFactor.Custom
  1508. p4.Size = Vector3.new(3, 1, 0.5)
  1509. p4.CFrame = CFrame.new(0.0487272739, 4.13279819, -16.5004959, -1.62921424e-007, 1.78814929e-007, 1.00001431, -1.2755394e-005, -0.999999762, -1.78813849e-007, 1.00001431, -1.46627426e-005, -7.54998553e-008)
  1510. p4.CanCollide = false
  1511. p4.Locked = true
  1512. p4.BottomSurface = Enum.SurfaceType.Smooth
  1513. p4.TopSurface = Enum.SurfaceType.Smooth
  1514. p5 = Instance.new("Part", m)
  1515. p5.BrickColor = BrickColor.new("Really black")
  1516. p5.FormFactor = Enum.FormFactor.Custom
  1517. p5.Size = Vector3.new(1.5, 0.5, 0.5)
  1518. p5.CFrame = CFrame.new(1.84874606, 6.79701567, -19.6422844, -4.29027068e-007, 1.9046513e-007, 1.00001431, 0.500089467, -0.865973532, 2.18601315e-008, 0.865987122, 0.50009501, 3.78533827e-008)
  1519. p5.CanCollide = false
  1520. p5.Locked = true
  1521. p5.BottomSurface = Enum.SurfaceType.Smooth
  1522. p5.TopSurface = Enum.SurfaceType.Smooth
  1523. b3 = Instance.new("BlockMesh", p5)
  1524. b3.Name = "Mesh"
  1525. p6 = Instance.new("Part", m)
  1526. p6.BrickColor = BrickColor.new("Really black")
  1527. p6.FormFactor = Enum.FormFactor.Custom
  1528. p6.Size = Vector3.new(1.5, 0.5, 0.5)
  1529. p6.CFrame = CFrame.new(2.61122823, 6.79701757, -18.433939, -0.250001401, 0.0669622123, 0.965941966, -0.491382152, -0.868364573, -0.0669801831, 0.834303975, -0.491393685, 0.249996051)
  1530. p6.CanCollide = false
  1531. p6.Locked = true
  1532. p6.BottomSurface = Enum.SurfaceType.Smooth
  1533. p6.TopSurface = Enum.SurfaceType.Smooth
  1534. b4 = Instance.new("BlockMesh", p6)
  1535. b4.Name = "Mesh"
  1536. p7 = Instance.new("Part", m)
  1537. p7.BrickColor = BrickColor.new("Really black")
  1538. p7.FormFactor = Enum.FormFactor.Custom
  1539. p7.Size = Vector3.new(3, 1, 1.20000005)
  1540. p7.CFrame = CFrame.new(2.59874034, 5.13276958, -16.5005379, -3.27825546e-007, -3.57627869e-007, -1.00001431, -0.000133868307, 0.99999994, 1.49011612e-008, 1.00001442, 0.000135900453, -5.96046448e-008)
  1541. p7.CanCollide = false
  1542. p7.Locked = true
  1543. p7.BottomSurface = Enum.SurfaceType.Smooth
  1544. p7.TopSurface = Enum.SurfaceType.Smooth
  1545. b5 = Instance.new("BlockMesh", p7)
  1546. b5.Name = "Mesh"
  1547. p8 = Instance.new("Part", m)
  1548. p8.BrickColor = BrickColor.new("Gold")
  1549. p8.Material = "Neon"
  1550. p8.FormFactor = Enum.FormFactor.Symmetric
  1551. p8.Size = Vector3.new(1, 1, 1)
  1552. p8.CFrame = CFrame.new(1.84841466, 6.25537968, -20.3997307, -1.42129729e-005, 0.00428489037, -1.00000513, 0.965967655, 0.258660465, 0.00109496934, 0.258668512, -0.965972245, -0.00414247159)
  1553. p8.CanCollide = false
  1554. p8.Locked = true
  1555. b6 = Instance.new("SpecialMesh", p8)
  1556. b6.MeshId = "http://www.roblox.com/Asset/?id=9756362"
  1557. b6.TextureId = ""
  1558. b6.MeshType = Enum.MeshType.FileMesh
  1559. b6.Name = "Mesh"
  1560. b6.Scale = Vector3.new(1.20000005, 0.449999988, 0.449999988)
  1561. p9 = Instance.new("Part", m)
  1562. p9.BrickColor = BrickColor.new("Really black")
  1563. p9.FormFactor = Enum.FormFactor.Custom
  1564. p9.Size = Vector3.new(1.5, 0.5, 0.5)
  1565. p9.CFrame = CFrame.new(2.79691935, 3.68131566, -18.264101, -0.277095288, -0.561500967, -0.779720128, 0.631033003, 0.505603611, -0.58835566, 0.724593103, -0.655058563, 0.214224264)
  1566. p9.CanCollide = false
  1567. p9.Locked = true
  1568. p9.BottomSurface = Enum.SurfaceType.Smooth
  1569. p9.TopSurface = Enum.SurfaceType.Smooth
  1570. b7 = Instance.new("BlockMesh", p9)
  1571. b7.Name = "Mesh"
  1572. p10 = Instance.new("Part", m)
  1573. p10.BrickColor = BrickColor.new("Gold")
  1574. p10.Material = "Neon"
  1575. p10.FormFactor = Enum.FormFactor.Symmetric
  1576. p10.Size = Vector3.new(1, 1, 1)
  1577. p10.CFrame = CFrame.new(3.09846497, 6.25236273, -20.2996788, -0.0669716895, 0.254178405, -0.964850724, 0.96595335, 0.258713901, 0.00110733509, 0.249903828, -0.93192625, -0.262850702)
  1578. p10.CanCollide = false
  1579. p10.Locked = true
  1580. b8 = Instance.new("SpecialMesh", p10)
  1581. b8.MeshId = "http://www.roblox.com/Asset/?id=9756362"
  1582. b8.TextureId = ""
  1583. b8.MeshType = Enum.MeshType.FileMesh
  1584. b8.Name = "Mesh"
  1585. b8.Scale = Vector3.new(1.20000005, 0.449999988, 0.449999988)
  1586. p11 = Instance.new("Part", m)
  1587. p11.BrickColor = BrickColor.new("Really black")
  1588. p11.FormFactor = Enum.FormFactor.Custom
  1589. p11.Size = Vector3.new(1.5, 0.5, 0.5)
  1590. p11.CFrame = CFrame.new(0.386122227, 6.79699421, -18.533905, 0.250022948, -0.0669473261, 0.965937555, -0.491377324, -0.868365645, 0.0670026764, 0.834300399, -0.491393894, -0.250007868)
  1591. p11.CanCollide = false
  1592. p11.Locked = true
  1593. p11.BottomSurface = Enum.SurfaceType.Smooth
  1594. p11.TopSurface = Enum.SurfaceType.Smooth
  1595. b9 = Instance.new("BlockMesh", p11)
  1596. b9.Name = "Mesh"
  1597. p12 = Instance.new("Part", m)
  1598. p12.BrickColor = BrickColor.new("Really black")
  1599. p12.FormFactor = Enum.FormFactor.Custom
  1600. p12.Size = Vector3.new(1.5, 0.5, 0.5)
  1601. p12.CFrame = CFrame.new(1.14871967, 6.79700947, -19.6422291, -4.76837158e-007, 2.83122063e-007, 1.00001442, 0.500089884, -0.865973473, 4.47034836e-008, 0.865987122, 0.500095367, 1.49011612e-008)
  1602. p12.CanCollide = false
  1603. p12.Locked = true
  1604. p12.BottomSurface = Enum.SurfaceType.Smooth
  1605. p12.TopSurface = Enum.SurfaceType.Smooth
  1606. b10 = Instance.new("BlockMesh", p12)
  1607. b10.Name = "Mesh"
  1608. p13 = Instance.new("Part", m)
  1609. p13.BrickColor = BrickColor.new("Really black")
  1610. p13.FormFactor = Enum.FormFactor.Custom
  1611. p13.Size = Vector3.new(1.5, 0.5, 0.5)
  1612. p13.CFrame = CFrame.new(1.14870512, 6.79699612, -18.5421638, -4.63888163e-008, 5.08347114e-007, 1.00001442, -0.499899268, -0.866083562, -2.18518963e-008, 0.866095126, -0.499908328, 3.78581007e-008)
  1613. p13.CanCollide = false
  1614. p13.Locked = true
  1615. p13.BottomSurface = Enum.SurfaceType.Smooth
  1616. p13.TopSurface = Enum.SurfaceType.Smooth
  1617. b11 = Instance.new("BlockMesh", p13)
  1618. b11.Name = "Mesh"
  1619. p14 = Instance.new("Part", m)
  1620. p14.BrickColor = BrickColor.new("Gold")
  1621. p14.Material = "Neon"
  1622. p14.FormFactor = Enum.FormFactor.Symmetric
  1623. p14.Size = Vector3.new(1, 1, 1)
  1624. p14.CFrame = CFrame.new(1.14845455, 6.25537348, -20.3996773, -1.42545232e-005, 0.00425684778, -1.00000536, 0.965958476, 0.258694947, 0.00108788908, 0.258703023, -0.965963125, -0.00411536777)
  1625. p14.CanCollide = false
  1626. p14.Locked = true
  1627. b12 = Instance.new("SpecialMesh", p14)
  1628. b12.MeshId = "http://www.roblox.com/Asset/?id=9756362"
  1629. b12.TextureId = ""
  1630. b12.MeshType = Enum.MeshType.FileMesh
  1631. b12.Name = "Mesh"
  1632. b12.Scale = Vector3.new(1.20000005, 0.449999988, 0.449999988)
  1633. p15 = Instance.new("Part", m)
  1634. p15.BrickColor = BrickColor.new("Medium stone grey")
  1635. p15.Transparency = 1
  1636. p15.Name = "ArmPart"
  1637. p15.FormFactor = Enum.FormFactor.Custom
  1638. p15.Size = Vector3.new(2, 1, 1)
  1639. p15.CFrame = CFrame.new(1.49875152, 5.13257265, -16.0004654, -2.99420208e-007, 4.39002179e-007, 1.00001442, 0.00011029192, -1, 0, 1.00001454, 0.000108176115, 4.42378223e-008)
  1640. p15.CanCollide = false
  1641. p15.Locked = true
  1642. p15.BottomSurface = Enum.SurfaceType.Smooth
  1643. p15.TopSurface = Enum.SurfaceType.Smooth
  1644. b13 = Instance.new("BlockMesh", p15)
  1645. b13.Name = "Mesh"
  1646. p16 = Instance.new("Part", m)
  1647. p16.BrickColor = BrickColor.new("Really black")
  1648. p16.FormFactor = Enum.FormFactor.Custom
  1649. p16.Size = Vector3.new(3, 1, 2.4000001)
  1650. p16.CFrame = CFrame.new(1.49872661, 6.13250732, -16.5007095, -2.98894406e-007, 4.39006953e-007, 1.00001442, 0.000110270419, -1, 4.71678729e-012, 1.00001454, 0.000108154614, 4.37120207e-008)
  1651. p16.CanCollide = false
  1652. p16.Locked = true
  1653. p16.BottomSurface = Enum.SurfaceType.Smooth
  1654. p16.TopSurface = Enum.SurfaceType.Smooth
  1655. b14 = Instance.new("BlockMesh", p16)
  1656. b14.Name = "Mesh"
  1657. p17 = Instance.new("Part", m)
  1658. p17.BrickColor = BrickColor.new("Really black")
  1659. p17.FormFactor = Enum.FormFactor.Custom
  1660. p17.Size = Vector3.new(1.5, 0.5, 0.5)
  1661. p17.CFrame = CFrame.new(2.77308726, 3.37837577, -19.2558823, 0.396035522, -0.497440547, -0.771840453, -0.207958207, 0.770127177, -0.603040278, 0.894391596, 0.399337679, 0.201549783)
  1662. p17.CanCollide = false
  1663. p17.Locked = true
  1664. p17.BottomSurface = Enum.SurfaceType.Smooth
  1665. p17.TopSurface = Enum.SurfaceType.Smooth
  1666. b15 = Instance.new("BlockMesh", p17)
  1667. b15.Name = "Mesh"
  1668. p18 = Instance.new("Part", m)
  1669. p18.BrickColor = BrickColor.new("Gold")
  1670. p18.Material = "Neon"
  1671. p18.FormFactor = Enum.FormFactor.Symmetric
  1672. p18.Size = Vector3.new(1, 1, 1)
  1673. p18.CFrame = CFrame.new(-0.0516102314, 6.25535488, -20.1996384, 0.066943109, -0.245838761, -0.967011333, 0.965954781, 0.258709013, 0.00110003352, 0.249906152, -0.934162259, 0.254788101)
  1674. p18.CanCollide = false
  1675. p18.Locked = true
  1676. b16 = Instance.new("SpecialMesh", p18)
  1677. b16.MeshId = "http://www.roblox.com/Asset/?id=9756362"
  1678. b16.TextureId = ""
  1679. b16.MeshType = Enum.MeshType.FileMesh
  1680. b16.Name = "Mesh"
  1681. b16.Scale = Vector3.new(1.20000005, 0.449999988, 0.449999988)
  1682. p19 = Instance.new("Part", m)
  1683. p19.BrickColor = BrickColor.new("Gold")
  1684. p19.Material = "Neon"
  1685. p19.FormFactor = Enum.FormFactor.Symmetric
  1686. p19.Size = Vector3.new(1, 1, 1)
  1687. p19.CFrame = CFrame.new(2.43177533, 3.59484506, -20.0301056, 0.559401393, 0.116905749, 0.820629179, -0.685213447, -0.491872638, 0.537163019, 0.466440916, -0.862796843, -0.195047855)
  1688. p19.CanCollide = false
  1689. p19.Locked = true
  1690. b17 = Instance.new("SpecialMesh", p19)
  1691. b17.MeshId = "http://www.roblox.com/Asset/?id=9756362"
  1692. b17.TextureId = ""
  1693. b17.MeshType = Enum.MeshType.FileMesh
  1694. b17.Name = "Mesh"
  1695. b17.Scale = Vector3.new(1.20000005, 0.449999988, 0.449999988)
  1696. p20 = Instance.new("Part", m)
  1697. p20.BrickColor = BrickColor.new("Really black")
  1698. p20.FormFactor = Enum.FormFactor.Custom
  1699. p20.Size = Vector3.new(3, 1, 2.4000001)
  1700. p20.CFrame = CFrame.new(1.49873698, 4.13275099, -16.500618, -2.38418579e-007, -4.47034836e-007, -1.00001454, -0.000133797526, 1.00000024, -2.98023224e-008, 1.00001466, 0.000135831535, -5.96046448e-008)
  1701. p20.CanCollide = false
  1702. p20.Locked = true
  1703. p20.BottomSurface = Enum.SurfaceType.Smooth
  1704. p20.TopSurface = Enum.SurfaceType.Smooth
  1705. b18 = Instance.new("BlockMesh", p20)
  1706. b18.Name = "Mesh"
  1707. p21 = Instance.new("Part", m)
  1708. p21.BrickColor = BrickColor.new("Really black")
  1709. p21.FormFactor = Enum.FormFactor.Custom
  1710. p21.Size = Vector3.new(3, 1, 1.19999993)
  1711. p21.CFrame = CFrame.new(0.398718834, 5.13273239, -16.5005798, -2.22529991e-007, -4.17224015e-007, -1.00001454, -0.000133820766, 1.00000024, 5.9472427e-012, 1.00001466, 0.000135854774, -4.37120207e-008)
  1712. p21.CanCollide = false
  1713. p21.Locked = true
  1714. p21.BottomSurface = Enum.SurfaceType.Smooth
  1715. p21.TopSurface = Enum.SurfaceType.Smooth
  1716. b19 = Instance.new("BlockMesh", p21)
  1717. b19.Name = "Mesh"
  1718. p22 = Instance.new("WedgePart", m)
  1719. p22.BrickColor = BrickColor.new("Really black")
  1720. p22.Name = "Wedge"
  1721. p22.FormFactor = Enum.FormFactor.Custom
  1722. p22.Size = Vector3.new(3, 1, 0.5)
  1723. p22.CFrame = CFrame.new(2.94884443, 4.13282013, -16.5005474, 1.35156796e-007, 4.17202415e-007, -1.00001454, 1.19470278e-005, -1.00000024, -6.07483681e-013, -1.00001466, -1.39792755e-005, 4.37120278e-008)
  1724. p22.CanCollide = false
  1725. p22.Locked = true
  1726. p22.BottomSurface = Enum.SurfaceType.Smooth
  1727. p22.TopSurface = Enum.SurfaceType.Smooth
  1728. p23 = Instance.new("Part", m)
  1729. p23.BrickColor = BrickColor.new("Really black")
  1730. p23.FormFactor = Enum.FormFactor.Custom
  1731. p23.Size = Vector3.new(1.5, 0.5, 0.5)
  1732. p23.CFrame = CFrame.new(0.111123323, 6.79699326, -19.53405, 0.167916089, 0.220654398, 0.960804224, 0.593452632, -0.800862908, 0.0802069977, 0.787171543, 0.556722164, -0.265425682)
  1733. p23.CanCollide = false
  1734. p23.Locked = true
  1735. p23.BottomSurface = Enum.SurfaceType.Smooth
  1736. p23.TopSurface = Enum.SurfaceType.Smooth
  1737. b20 = Instance.new("BlockMesh", p23)
  1738. b20.Name = "Mesh"
  1739. p24 = Instance.new("WedgePart", m)
  1740. p24.BrickColor = BrickColor.new("Really black")
  1741. p24.Name = "Wedge"
  1742. p24.FormFactor = Enum.FormFactor.Custom
  1743. p24.Size = Vector3.new(3, 1, 0.5)
  1744. p24.CFrame = CFrame.new(0.0487362742, 6.13243389, -16.5004158, -0.000165194273, -0.00030361861, 1.00001442, 0.00304524973, 0.999995589, 0.000303655863, -1.00001013, 0.00304720178, -0.000164449215)
  1745. p24.CanCollide = false
  1746. p24.Locked = true
  1747. p24.BottomSurface = Enum.SurfaceType.Smooth
  1748. p24.TopSurface = Enum.SurfaceType.Smooth
  1749. p25 = Instance.new("Part", m)
  1750. p25.BrickColor = BrickColor.new("Gold")
  1751. p25.Material = "Neon"
  1752. p25.FormFactor = Enum.FormFactor.Symmetric
  1753. p25.Size = Vector3.new(1, 1, 1)
  1754. p25.CFrame = CFrame.new(1.49870086, 5.13261318, -18.0007782, 1.20991026e-005, -1.00001454, -4.94604174e-005, -1.00000024, -1.16155716e-005, -0.000471511274, 0.000469659513, 4.96469293e-005, -1.00001466)
  1755. p25.CanCollide = false
  1756. p25.Locked = true
  1757. p25.BottomSurface = Enum.SurfaceType.Smooth
  1758. p25.TopSurface = Enum.SurfaceType.Smooth
  1759. b21 = Instance.new("SpecialMesh", p25)
  1760. b21.MeshId = "http://www.roblox.com/asset/?id=3270017"
  1761. b21.TextureId = ""
  1762. b21.MeshType = Enum.MeshType.FileMesh
  1763. b21.Name = "Mesh"
  1764. b21.Scale = Vector3.new(1.39999998, 1.39999998, 0.600000024)
  1765. p26 = Instance.new("Part", m)
  1766. p26.BrickColor = BrickColor.new("Really black")
  1767. p26.FormFactor = Enum.FormFactor.Symmetric
  1768. p26.Size = Vector3.new(1, 1, 1)
  1769. p26.CFrame = CFrame.new(1.49868095, 5.13287783, -17.5005093, 0.00030383491, 0.000164763711, -1.00001454, -0.999995768, -0.00302907336, -0.000303868263, -0.00303102471, 1.00001025, 0.000164022902)
  1770. p26.CanCollide = false
  1771. p26.Locked = true
  1772. p26.BottomSurface = Enum.SurfaceType.Smooth
  1773. p26.TopSurface = Enum.SurfaceType.Smooth
  1774. b22 = Instance.new("SpecialMesh", p26)
  1775. b22.MeshType = Enum.MeshType.Brick
  1776. b22.Name = "Mesh"
  1777. w1 = Instance.new("Weld", p1)
  1778. w1.Name = "Wedge_Weld"
  1779. w1.Part0 = p1
  1780. w1.C0 = CFrame.new(13.1579618, 15.8875484, 3.27191186, -0.205515206, 0.52527827, 0.825741529, -0.209888965, -0.847774804, 0.487057745, 0.955883741, -0.0732159689, 0.284480691)
  1781. w1.Part1 = p2
  1782. w1.C1 = CFrame.new(16.5005817, -6.13223743, 2.94872212, -4.37113883e-008, -1.38580826e-005, 1, 0, 1, 1.38580826e-005, -1, 6.05756005e-013, -4.37113883e-008)
  1783. w2 = Instance.new("Weld", p2)
  1784. w2.Name = "Part_Weld"
  1785. w2.Part0 = p2
  1786. w2.C0 = CFrame.new(16.5006275, -6.13223362, 2.94873357, -5.96046448e-008, -1.3615936e-005, 1.00000358, -4.47034836e-008, 0.99999994, 1.41002238e-005, -1.00000358, 4.47034836e-008, 0)
  1787. w2.Part1 = p3
  1788. w2.C1 = CFrame.new(19.4568748, -3.38260746, -1.84870064, -4.37113883e-008, -0.499906301, 0.866079509, 0, -0.866079509, -0.499906301, 1, -2.18515979e-008, 3.78575393e-008)
  1789. w3 = Instance.new("Weld", p3)
  1790. w3.Name = "Wedge_Weld"
  1791. w3.Part0 = p3
  1792. w3.C0 = CFrame.new(19.456995, -3.38268948, -1.84870648, -5.06400113e-008, -0.499905825, 0.86608547, 1.07230136e-007, -0.866079628, -0.499910295, 1.00000715, -1.1125789e-007, -2.17476881e-008)
  1793. w3.Part1 = p4
  1794. w3.C1 = CFrame.new(16.5005646, 4.13256884, -0.0487511083, -4.37113883e-008, -1.37408551e-005, 1, 0, -1, -1.37408551e-005, 1, -6.00631849e-013, 4.37113883e-008)
  1795. w4 = Instance.new("Weld", p4)
  1796. w4.Name = "Part_Weld"
  1797. w4.Part0 = p4
  1798. w4.C0 = CFrame.new(16.5007706, 4.13255453, -0.0487275235, -1.62921424e-007, -1.2755394e-005, 1.00001431, 1.78814929e-007, -0.999999762, -1.46627426e-005, 1.00001431, -1.78813849e-007, -7.54998553e-008)
  1799. w4.Part1 = p5
  1800. w4.C1 = CFrame.new(13.6104183, 15.7089605, -1.84869325, -4.37113883e-008, 0.500093758, 0.865971267, 0, -0.865971267, 0.500093758, 1, 2.18597922e-008, 3.78528071e-008)
  1801. w5 = Instance.new("Weld", p5)
  1802. w5.Name = "Part_Weld"
  1803. w5.Part0 = p5
  1804. w5.C0 = CFrame.new(13.6108379, 15.7090359, -1.84877098, -4.29027068e-007, 0.500089467, 0.865987122, 1.9046513e-007, -0.865973532, 0.50009501, 1.00001431, 2.18601315e-008, 3.78533827e-008)
  1805. w5.Part1 = p6
  1806. w5.C1 = CFrame.new(19.3720245, -3.33087778, 2.54137325, -0.249996737, -0.491388977, 0.834289134, 0.0669635162, -0.868360817, -0.491391122, 0.965928316, -0.0669792444, 0.24999252)
  1807. w6 = Instance.new("Weld", p6)
  1808. w6.Name = "Part_Weld"
  1809. w6.Part0 = p6
  1810. w6.C0 = CFrame.new(19.3722382, -3.33087826, 2.54137945, -0.250001401, -0.491382152, 0.834303975, 0.0669622123, -0.868364573, -0.491393685, 0.965941966, -0.0669801831, 0.249996051)
  1811. w6.Part1 = p7
  1812. w6.C1 = CFrame.new(16.5012703, -5.1305232, 2.59873891, -4.37113883e-008, -0.000135861075, 1, 0, 1, 0.000135861075, -1, 5.9386762e-012, -4.37113883e-008)
  1813. w7 = Instance.new("Weld", p7)
  1814. w7.Name = "Part_Weld"
  1815. w7.Part0 = p7
  1816. w7.C0 = CFrame.new(16.5014496, -5.13052464, 2.59877563, -3.27825546e-007, -0.000133868307, 1.00001442, -3.57627869e-007, 0.99999994, 0.000135900453, -1.00001431, 1.49011612e-008, -5.96046448e-008)
  1817. w7.Part1 = p8
  1818. w7.C1 = CFrame.new(-0.765930653, -21.3311157, 1.75706458, -1.37833995e-005, 0.965968609, 0.258659452, 0.00428466033, 0.258657128, -0.965959728, -0.999990821, 0.00109495374, -0.00414241292)
  1819. w8 = Instance.new("Weld", p8)
  1820. w8.Name = "Part_Weld"
  1821. w8.Part0 = p8
  1822. w8.C0 = CFrame.new(-0.765703201, -21.3314991, 1.75706851, -1.42129729e-005, 0.965967655, 0.258668512, 0.00428489037, 0.258660465, -0.965972245, -1.00000513, 0.00109496934, -0.00414247159)
  1823. w8.Part1 = p9
  1824. w8.C1 = CFrame.new(11.6857395, -12.2548676, 8.25926208, -0.277089596, 0.631037474, 0.724577785, -0.561487973, 0.505604029, -0.655054033, -0.779713154, -0.588350415, 0.214222342)
  1825. w9 = Instance.new("Weld", p9)
  1826. w9.Name = "Part_Weld"
  1827. w9.Part0 = p9
  1828. w9.C0 = CFrame.new(11.6860123, -12.254859, 8.25934601, -0.277095288, 0.631033003, 0.724593103, -0.561500967, 0.505603611, -0.655058563, -0.779720128, -0.58835566, 0.214224264)
  1829. w9.Part1 = p10
  1830. w9.C1 = CFrame.new(-0.759226322, -21.3225994, -2.35311079, -0.0669693872, 0.965954244, 0.249894977, 0.254174918, 0.258710593, -0.931914091, -0.964836895, 0.00110732042, -0.262847036)
  1831. w10 = Instance.new("Weld", p10)
  1832. w10.Name = "Part_Weld"
  1833. w10.Part0 = p10
  1834. w10.C0 = CFrame.new(-0.759016514, -21.3229256, -2.3531487, -0.0669716895, 0.96595335, 0.249903828, 0.254178405, 0.258713901, -0.93192625, -0.964850724, 0.00110733509, -0.262850702)
  1835. w10.Part1 = p11
  1836. w10.C1 = CFrame.new(18.7059784, -3.17931223, -5.46201515, 0.250018269, -0.49138394, 0.834285676, -0.0669495314, -0.86836195, -0.491391063, 0.965923727, 0.0670017004, -0.250004292)
  1837. w11 = Instance.new("Weld", p11)
  1838. w11.Name = "Part_Weld"
  1839. w11.Part0 = p11
  1840. w11.C0 = CFrame.new(18.7061806, -3.17931461, -5.46200418, 0.250022948, -0.491377324, 0.834300399, -0.0669473261, -0.868365645, -0.491393894, 0.965937555, 0.0670026764, -0.250007868)
  1841. w11.Part1 = p12
  1842. w11.C1 = CFrame.new(13.6104174, 15.708952, -1.1486963, -4.37113883e-008, 0.500093997, 0.865971148, 0, -0.865971148, 0.500093997, 1, 2.18598029e-008, 3.78528e-008)
  1843. w12 = Instance.new("Weld", p12)
  1844. w12.Name = "Part_Weld"
  1845. w12.Part0 = p12
  1846. w12.C0 = CFrame.new(13.6107903, 15.7090092, -1.1487354, -4.76837158e-007, 0.500089884, 0.865987122, 2.83122063e-007, -0.865973473, 0.500095367, 1.00001442, 4.47034836e-008, 1.49011612e-008)
  1847. w12.Part1 = p13
  1848. w12.C1 = CFrame.new(19.4568653, -3.38261366, -1.14870369, -4.37113883e-008, -0.499906093, 0.866079628, 0, -0.866079628, -0.499906093, 1, -2.1851589e-008, 3.78575429e-008)
  1849. w13 = Instance.new("Weld", p13)
  1850. w13.Name = "Part_Weld"
  1851. w13.Part0 = p13
  1852. w13.C0 = CFrame.new(19.457077, -3.38260937, -1.14871991, -4.63888163e-008, -0.499899268, 0.866095126, 5.08347114e-007, -0.866083562, -0.499908328, 1.00001442, -2.18518963e-008, 3.78581007e-008)
  1853. w13.Part1 = p14
  1854. w13.C1 = CFrame.new(-0.765169621, -21.3281136, 1.05768669, -1.37638153e-005, 0.96595937, 0.258693874, 0.00425664661, 0.258691579, -0.965950608, -0.99999094, 0.00108787336, -0.00411530817)
  1855. w14 = Instance.new("Weld", p14)
  1856. w14.Name = "ArmPart_Weld"
  1857. w14.Part0 = p14
  1858. w14.C0 = CFrame.new(-0.764959335, -21.3284416, 1.05770254, -1.42545232e-005, 0.965958476, 0.258703023, 0.00425684778, 0.258694947, -0.965963125, -1.00000536, 0.00108788908, -0.00411536777)
  1859. w14.Part1 = p15
  1860. w14.C1 = CFrame.new(16.0000172, 5.13429213, -1.49874043, -4.37113883e-008, 0.000108154614, 1, 0, -1, 0.000108154614, 1, 4.72758855e-012, 4.37113883e-008)
  1861. w15 = Instance.new("Weld", p15)
  1862. w15.Name = "Part_Weld"
  1863. w15.Part0 = p15
  1864. w15.C0 = CFrame.new(16.0001163, 5.13430214, -1.49877143, -2.99420208e-007, 0.00011029192, 1.00001454, 4.39002179e-007, -1, 0.000108176115, 1.00001442, 0, 4.42378223e-008)
  1865. w15.Part1 = p16
  1866. w15.C1 = CFrame.new(16.5000153, 6.13429213, -1.49872518, -4.37113883e-008, 0.000108154614, 1, 0, -1, 0.000108154614, 1, 4.72758855e-012, 4.37113883e-008)
  1867. w16 = Instance.new("Weld", p16)
  1868. w16.Name = "Part_Weld"
  1869. w16.Part0 = p16
  1870. w16.C0 = CFrame.new(16.5002594, 6.1342907, -1.49874651, -2.98894406e-007, 0.000110270419, 1.00001454, 4.39006953e-007, -1, 0.000108154614, 1.00001442, 4.71678729e-012, 4.37120207e-008)
  1871. w16.Part1 = p17
  1872. w16.C1 = CFrame.new(16.8263168, 6.46704865, 8.05857849, 0.396029502, -0.207962677, 0.894378066, -0.497426808, 0.770130157, 0.399332225, -0.771833658, -0.603034973, 0.201548025)
  1873. w17 = Instance.new("Weld", p17)
  1874. w17.Name = "Part_Weld"
  1875. w17.Part0 = p17
  1876. w17.C0 = CFrame.new(16.8266068, 6.46726036, 8.05869198, 0.396035522, -0.207958207, 0.894391596, -0.497440547, 0.770127177, 0.399337679, -0.771840453, -0.603040278, 0.201549783)
  1877. w17.Part1 = p18
  1878. w17.C1 = CFrame.new(-0.991122723, -20.5004215, 5.08983374, 0.0669417754, 0.965955615, 0.249897182, -0.245835528, 0.258705586, -0.9341501, -0.966997266, 0.00110005983, 0.254784435)
  1879. w18 = Instance.new("Weld", p18)
  1880. w18.Name = "Part_Weld"
  1881. w18.Part0 = p18
  1882. w18.C0 = CFrame.new(-0.990923882, -20.5007305, 5.08983374, 0.066943109, 0.965954781, 0.249906152, -0.245838761, 0.258709013, -0.934162259, -0.967011333, 0.00110003352, 0.254788101)
  1883. w18.Part1 = p19
  1884. w18.C1 = CFrame.new(10.4456682, -15.7977238, -7.8332901, 0.559388936, -0.68521893, 0.466432214, 0.116898462, -0.491870552, -0.862785101, 0.820620954, 0.537157655, -0.195045918)
  1885. w19 = Instance.new("Weld", p19)
  1886. w19.Name = "Part_Weld"
  1887. w19.Part0 = p19
  1888. w19.C0 = CFrame.new(10.4457512, -15.7979813, -7.83342838, 0.559401393, -0.685213447, 0.466440916, 0.116905749, -0.491872638, -0.862796843, 0.820629179, 0.537163019, -0.195047855)
  1889. w19.Part1 = p20
  1890. w19.C1 = CFrame.new(16.5012665, -4.13050127, 1.49876332, -4.37113883e-008, -0.000135854745, 1, 0, 1, 0.000135854745, -1, 5.93839951e-012, -4.37113883e-008)
  1891. w20 = Instance.new("Weld", p20)
  1892. w20.Name = "Part_Weld"
  1893. w20.Part0 = p20
  1894. w20.C0 = CFrame.new(16.5013981, -4.13050938, 1.498757, -2.38418579e-007, -0.000133797526, 1.00001466, -4.47034836e-007, 1.00000024, 0.000135831535, -1.00001454, -2.98023224e-008, -5.96046448e-008)
  1895. w20.Part1 = p21
  1896. w20.C1 = CFrame.new(16.5012627, -5.13048887, 0.39874959, -4.37113883e-008, -0.000135854745, 1, 0, 1, 0.000135854745, -1, 5.93839951e-012, -4.37113883e-008)
  1897. w21 = Instance.new("Weld", p21)
  1898. w21.Name = "Wedge_Weld"
  1899. w21.Part0 = p21
  1900. w21.C0 = CFrame.new(16.5014935, -5.13049126, 0.398722976, -2.22529991e-007, -0.000133820766, 1.00001466, -4.17224015e-007, 1.00000024, 0.000135854774, -1.00001454, 5.9472427e-012, -4.37120207e-008)
  1901. w21.Part1 = p22
  1902. w21.C1 = CFrame.new(-16.5005875, 4.13259029, 2.94876933, -4.37113883e-008, 1.39792737e-005, -1, 0, -1, -1.39792737e-005, -1, -6.11053471e-013, 4.37113883e-008)
  1903. w22 = Instance.new("Weld", p22)
  1904. w22.Name = "Part_Weld"
  1905. w22.Part0 = p22
  1906. w22.C0 = CFrame.new(-16.500824, 4.13258791, 2.94888711, 1.35156796e-007, 1.19470278e-005, -1.00001466, 4.17202415e-007, -1.00000024, -1.39792755e-005, -1.00001454, -6.07483681e-013, 4.37120278e-008)
  1907. w22.Part1 = p23
  1908. w22.C1 = CFrame.new(11.3238592, 16.2938461, -5.83674097, 0.167913347, 0.593457043, 0.787155509, 0.220650926, -0.800859332, 0.556720257, 0.960790455, 0.0802058354, -0.265421808)
  1909. w23 = Instance.new("Weld", p23)
  1910. w23.Name = "Wedge_Weld"
  1911. w23.Part0 = p23
  1912. w23.C0 = CFrame.new(11.3242846, 16.2939701, -5.83676767, 0.167916089, 0.593452632, 0.787171543, 0.220654398, -0.800862908, 0.556722164, 0.960804224, 0.0802069977, -0.265425682)
  1913. w23.Part1 = p24
  1914. w23.C1 = CFrame.new(-16.5190907, -6.08210278, -0.053311754, -0.000165350299, 0.00304719806, -0.999995351, -0.000303142268, 0.999995351, 0.00304725766, 0.99999994, 0.000303644716, -0.000164425801)
  1915. w24 = Instance.new("Weld", p24)
  1916. w24.Name = "Part_Weld"
  1917. w24.Part0 = p24
  1918. w24.C0 = CFrame.new(-16.5192356, -6.08211088, -0.0533116534, -0.000165194273, 0.00304524973, -1.00001013, -0.00030361861, 0.999995589, 0.00304720178, 1.00001442, 0.000303655863, -0.000164449215)
  1919. w24.Part1 = p25
  1920. w24.C1 = CFrame.new(5.14108515, 1.49960721, -17.9982204, 1.16387992e-005, -0.999999881, 0.000471503939, -1, -1.1615477e-005, 4.94651576e-005, -4.94596788e-005, -0.000471504522, -0.999999881)
  1921. w25 = Instance.new("Weld", p25)
  1922. w25.Name = "Part_Weld"
  1923. w25.Part0 = p25
  1924. w25.C0 = CFrame.new(5.14104986, 1.49967504, -17.9985313, 1.20991026e-005, -1.00000024, 0.000469659513, -1.00001454, -1.16155716e-005, 4.96469293e-005, -4.94604174e-005, -0.000471511274, -1.00001466)
  1925. w25.Part1 = p26
  1926. w25.C1 = CFrame.new(5.07938719, 17.5157299, 1.50311017, 0.00030336561, -0.99999541, -0.00302907825, 0.000164940167, -0.00302901864, 0.999995351, -0.99999994, -0.000303863839, 0.000164020501)
  1927. m.Parent = char
  1928. m:MakeJoints()
  1929. ----------------------------------------------------
  1930. local cor2 = Instance.new("Part", char.Claw)
  1931. cor2.Name = "Thingy"
  1932. cor2.Locked = true
  1933. cor2.BottomSurface = 0
  1934. cor2.CanCollide = false
  1935. cor2.Size = Vector3.new(2, 1, 1)
  1936. cor2.Transparency = 1
  1937. cor2.TopSurface = 0
  1938. corw2 = Instance.new("Weld", cor2)
  1939. corw2.Part0 = larm
  1940. corw2.Part1 = cor2
  1941. corw2.C0 = CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(180), math.rad(90))
  1942. corw2.C1 = CFrame.new(0, 0, 0)
  1943. weld2 = Instance.new("Weld", char.Claw)
  1944. weld2.Part0 = cor2
  1945. weld2.Part1 = char.Claw.ArmPart
  1946. weld2.C0 = CFrame.new(0, 0, 0)
  1947. ----------------------------------------------------
  1948. local m = Instance.new("Model")
  1949. m.Name = "LeftArm"
  1950. p1 = Instance.new("WedgePart", m)
  1951. p1.BrickColor = BrickColor.new("Gold")
  1952. p1.Material = Enum.Material.Neon
  1953. p1.Name = "Wedge"
  1954. p1.FormFactor = Enum.FormFactor.Custom
  1955. p1.Size = Vector3.new(1, 1.19999981, 4)
  1956. p1.CFrame = CFrame.new(60.830101, 8.39941978, -13.7674818, 1.52359269e-006, -0.707334042, 0.707343757, -2.62521735e-006, 0.707093, 0.707071185, -1.00027835, 3.43534703e-006, 4.43342998e-007)
  1957. p1.CanCollide = false
  1958. p1.Locked = true
  1959. p1.TopSurface = Enum.SurfaceType.Smooth
  1960. b1 = Instance.new("SpecialMesh", p1)
  1961. b1.MeshType = Enum.MeshType.Wedge
  1962. b1.Name = "Mesh"
  1963. b1.Scale = Vector3.new(0.200000003, 1, 1)
  1964. p2 = Instance.new("WedgePart", m)
  1965. p2.BrickColor = BrickColor.new("Gold")
  1966. p2.Material = Enum.Material.Neon
  1967. p2.Name = "Wedge"
  1968. p2.FormFactor = Enum.FormFactor.Custom
  1969. p2.Size = Vector3.new(1, 1.19999981, 4)
  1970. p2.CFrame = CFrame.new(60.8306694, 8.39941502, -12.5672398, 1.56085741e-006, -0.707337618, 0.707340181, -2.7146209e-006, 0.707089424, 0.707074761, -1.00027835, 3.34575839e-006, 4.06471969e-007)
  1971. p2.CanCollide = false
  1972. p2.Locked = true
  1973. p2.TopSurface = Enum.SurfaceType.Smooth
  1974. b2 = Instance.new("SpecialMesh", p2)
  1975. b2.MeshType = Enum.MeshType.Wedge
  1976. b2.Name = "Mesh"
  1977. b2.Scale = Vector3.new(0.200000003, 1, 1)
  1978. p3 = Instance.new("WedgePart", m)
  1979. p3.BrickColor = BrickColor.new("Gold")
  1980. p3.Material = Enum.Material.Neon
  1981. p3.Name = "Wedge"
  1982. p3.FormFactor = Enum.FormFactor.Custom
  1983. p3.Size = Vector3.new(1, 1.19999981, 4)
  1984. p3.CFrame = CFrame.new(60.8312187, 8.39939976, -13.1675138, 1.66519976e-006, -0.707341254, 0.707336545, -2.72952207e-006, 0.707085788, 0.707078397, -1.00027835, 3.26143936e-006, 4.69727013e-007)
  1985. p3.CanCollide = false
  1986. p3.Locked = true
  1987. p3.TopSurface = Enum.SurfaceType.Smooth
  1988. b3 = Instance.new("SpecialMesh", p3)
  1989. b3.MeshType = Enum.MeshType.Wedge
  1990. b3.Name = "Mesh"
  1991. b3.Scale = Vector3.new(0.200000003, 1, 1)
  1992. p4 = Instance.new("WedgePart", m)
  1993. p4.BrickColor = BrickColor.new("Gold")
  1994. p4.Material = Enum.Material.Neon
  1995. p4.Name = "Wedge"
  1996. p4.FormFactor = Enum.FormFactor.Custom
  1997. p4.Size = Vector3.new(1, 1.19999981, 4)
  1998. p4.CFrame = CFrame.new(60.8317757, 8.39937305, -13.1676111, 1.74718321e-006, -0.70734489, 0.707332909, -2.7742235e-006, 0.707082152, 0.707082033, -1.00027835, 3.17185027e-006, 4.96093037e-007)
  1999. p4.CanCollide = false
  2000. p4.Locked = true
  2001. p4.TopSurface = Enum.SurfaceType.Smooth
  2002. b4 = Instance.new("SpecialMesh", p4)
  2003. b4.MeshType = Enum.MeshType.Wedge
  2004. b4.Name = "Mesh"
  2005. b4.Scale = Vector3.new(0.200000003, 1, 1)
  2006. p5 = Instance.new("WedgePart", m)
  2007. p5.BrickColor = BrickColor.new("Gold")
  2008. p5.Material = Enum.Material.Neon
  2009. p5.Name = "Wedge"
  2010. p5.FormFactor = Enum.FormFactor.Custom
  2011. p5.Size = Vector3.new(1, 1.19999981, 3.30000019)
  2012. p5.CFrame = CFrame.new(60.4623528, 9.0813055, -13.1677084, -1.74365277e-006, 0.422768414, 0.90661031, 3.01146247e-006, -0.90627563, 0.422602654, 1.00028574, -3.16541991e-006, -6.48408104e-007)
  2013. p5.CanCollide = false
  2014. p5.Locked = true
  2015. p5.TopSurface = Enum.SurfaceType.Smooth
  2016. b5 = Instance.new("SpecialMesh", p5)
  2017. b5.MeshType = Enum.MeshType.Wedge
  2018. b5.Name = "Mesh"
  2019. b5.Scale = Vector3.new(0.200000003, 1, 1)
  2020. p6 = Instance.new("WedgePart", m)
  2021. p6.BrickColor = BrickColor.new("Gold")
  2022. p6.Material = Enum.Material.Neon
  2023. p6.Name = "Wedge"
  2024. p6.FormFactor = Enum.FormFactor.Custom
  2025. p6.Size = Vector3.new(1, 1.19999981, 3.30000019)
  2026. p6.CFrame = CFrame.new(60.4629173, 9.08128643, -13.7679863, -1.75857326e-006, 0.422772557, 0.906618714, 3.13068858e-006, -0.906274974, 0.422602147, 1.00029314, -3.27979569e-006, -6.11540997e-007)
  2027. p6.CanCollide = false
  2028. p6.Locked = true
  2029. p6.TopSurface = Enum.SurfaceType.Smooth
  2030. b6 = Instance.new("SpecialMesh", p6)
  2031. b6.MeshType = Enum.MeshType.Wedge
  2032. b6.Name = "Mesh"
  2033. b6.Scale = Vector3.new(0.200000003, 1, 1)
  2034. p7 = Instance.new("WedgePart", m)
  2035. p7.BrickColor = BrickColor.new("Gold")
  2036. p7.Material = Enum.Material.Neon
  2037. p7.Name = "Wedge"
  2038. p7.FormFactor = Enum.FormFactor.Custom
  2039. p7.Size = Vector3.new(1, 1.19999981, 3.30000019)
  2040. p7.CFrame = CFrame.new(60.4634781, 9.0812645, -12.5677195, -1.77349398e-006, 0.422776699, 0.906627119, 3.24991538e-006, -0.906274319, 0.42260164, 1.00030053, -3.39417238e-006, -5.74673834e-007)
  2041. p7.CanCollide = false
  2042. p7.Locked = true
  2043. p7.TopSurface = Enum.SurfaceType.Smooth
  2044. b7 = Instance.new("SpecialMesh", p7)
  2045. b7.MeshType = Enum.MeshType.Wedge
  2046. b7.Name = "Mesh"
  2047. b7.Scale = Vector3.new(0.200000003, 1, 1)
  2048. p8 = Instance.new("Part", m)
  2049. p8.BrickColor = BrickColor.new("Really black")
  2050. p8.Material = Enum.Material.Neon
  2051. p8.FormFactor = Enum.FormFactor.Custom
  2052. p8.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  2053. p8.CFrame = CFrame.new(62.1344833, 9.89923668, -14.2683573, 1.0003655, -9.00030136e-006, -1.6914961e-006, -8.34465027e-007, 0.999961495, 3.15914986e-006, -2.15653972e-006, 3.05826416e-006, 1.00030792)
  2054. p8.CanCollide = false
  2055. p8.Locked = true
  2056. p8.BottomSurface = Enum.SurfaceType.Smooth
  2057. p8.TopSurface = Enum.SurfaceType.Smooth
  2058. b8 = Instance.new("SpecialMesh", p8)
  2059. b8.MeshType = Enum.MeshType.Sphere
  2060. b8.Name = "Mesh"
  2061. p9 = Instance.new("Part", m)
  2062. p9.BrickColor = BrickColor.new("Really black")
  2063. p9.Material = Enum.Material.Neon
  2064. p9.FormFactor = Enum.FormFactor.Custom
  2065. p9.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  2066. p9.CFrame = CFrame.new(62.1350441, 7.19933271, -14.2684784, 1.00037432, -9.11423649e-006, -1.78677055e-006, -8.82557742e-007, 0.999960482, 3.17407398e-006, -2.19382355e-006, 3.14769591e-006, 1.00031543)
  2067. p9.CanCollide = false
  2068. p9.Locked = true
  2069. p9.BottomSurface = Enum.SurfaceType.Smooth
  2070. p9.TopSurface = Enum.SurfaceType.Smooth
  2071. b9 = Instance.new("SpecialMesh", p9)
  2072. b9.MeshType = Enum.MeshType.Sphere
  2073. b9.Name = "Mesh"
  2074. p10 = Instance.new("Part", m)
  2075. p10.BrickColor = BrickColor.new("Gold")
  2076. p10.Material = Enum.Material.Neon
  2077. p10.FormFactor = Enum.FormFactor.Custom
  2078. p10.Size = Vector3.new(0.200000048, 1.79999983, 0.200000048)
  2079. p10.CFrame = CFrame.new(62.4732666, 7.92819929, -14.2685785, -0.906659067, -0.422771662, -1.80169195e-006, 0.422602057, -0.906270981, 3.2933026e-006, 3.38190716e-006, -1.99476835e-006, 1.00032294)
  2080. p10.CanCollide = false
  2081. p10.Locked = true
  2082. p10.BottomSurface = Enum.SurfaceType.Smooth
  2083. p10.TopSurface = Enum.SurfaceType.Smooth
  2084. p11 = Instance.new("Part", m)
  2085. p11.BrickColor = BrickColor.new("Gold")
  2086. p11.Material = Enum.Material.Neon
  2087. p11.FormFactor = Enum.FormFactor.Custom
  2088. p11.Size = Vector3.new(0.200000048, 1.29999983, 0.200000048)
  2089. p11.CFrame = CFrame.new(62.4794731, 9.45469475, -14.2686787, -0.819467902, 0.573809147, -1.81661335e-006, -0.573551893, -0.819118977, 3.41253167e-006, -9.27350783e-008, -4.03244348e-006, 1.00033033)
  2090. p11.CanCollide = false
  2091. p11.Locked = true
  2092. p11.BottomSurface = Enum.SurfaceType.Smooth
  2093. p11.TopSurface = Enum.SurfaceType.Smooth
  2094. p12 = Instance.new("Part", m)
  2095. p12.BrickColor = BrickColor.new("Really black")
  2096. p12.Material = Enum.Material.Neon
  2097. p12.FormFactor = Enum.FormFactor.Custom
  2098. p12.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  2099. p12.CFrame = CFrame.new(62.7369499, 6.29933262, -14.2688055, 1.00040102, -9.53674316e-006, -1.84644205e-006, -1.25169754e-006, 0.999957919, 3.50196092e-006, -2.25187659e-006, 3.46763295e-006, 1.00033784)
  2100. p12.CanCollide = false
  2101. p12.Locked = true
  2102. p12.BottomSurface = Enum.SurfaceType.Smooth
  2103. p12.TopSurface = Enum.SurfaceType.Smooth
  2104. b10 = Instance.new("SpecialMesh", p12)
  2105. b10.MeshType = Enum.MeshType.Sphere
  2106. b10.Name = "Mesh"
  2107. p13 = Instance.new("Part", m)
  2108. p13.BrickColor = BrickColor.new("Gold")
  2109. p13.Material = Enum.Material.Neon
  2110. p13.FormFactor = Enum.FormFactor.Custom
  2111. p13.Size = Vector3.new(1.5, 1.5, 1.5)
  2112. p13.CFrame = CFrame.new(62.8003883, 10.1991549, -13.2136488, 1.00040984, -9.59636054e-006, -1.88372474e-006, -1.43051466e-006, 0.999956846, 3.58340549e-006, -2.3487878e-006, 3.4825357e-006, 1.00034535)
  2113. p13.CanCollide = false
  2114. p13.Locked = true
  2115. p13.BottomSurface = Enum.SurfaceType.Smooth
  2116. p13.TopSurface = Enum.SurfaceType.Smooth
  2117. b11 = Instance.new("SpecialMesh", p13)
  2118. b11.MeshType = Enum.MeshType.Sphere
  2119. b11.Name = "Mesh"
  2120. p14 = Instance.new("Part", m)
  2121. p14.BrickColor = BrickColor.new("Really black")
  2122. p14.Material = Enum.Material.Neon
  2123. p14.FormFactor = Enum.FormFactor.Custom
  2124. p14.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  2125. p14.CFrame = CFrame.new(62.7374802, 9.79915905, -14.2689018, 1.00041437, -9.80505502e-006, -1.96572228e-006, -1.37091877e-006, 0.999956131, 3.62812011e-006, -2.37115751e-006, 3.4527211e-006, 1.00034904)
  2126. p14.CanCollide = false
  2127. p14.Locked = true
  2128. p14.BottomSurface = Enum.SurfaceType.Smooth
  2129. p14.TopSurface = Enum.SurfaceType.Smooth
  2130. b12 = Instance.new("SpecialMesh", p14)
  2131. b12.MeshType = Enum.MeshType.Sphere
  2132. b12.Name = "Mesh"
  2133. p15 = Instance.new("Part", m)
  2134. p15.BrickColor = BrickColor.new("Really black")
  2135. p15.Material = Enum.Material.Metal
  2136. p15.Name = "Main"
  2137. p15.FormFactor = Enum.FormFactor.Custom
  2138. p15.Size = Vector3.new(2.20000005, 4.19999981, 2.20000005)
  2139. p15.CFrame = CFrame.new(62.838131, 8.1992178, -13.1686192, 1.00041902, -9.80505047e-006, -1.96572933e-006, -1.54973122e-006, 0.999955654, 3.62813353e-006, -2.38607572e-006, 3.57197018e-006, 1.00035274)
  2140. p15.CanCollide = false
  2141. p15.Locked = true
  2142. p15.BottomSurface = Enum.SurfaceType.Smooth
  2143. p15.TopSurface = Enum.SurfaceType.Smooth
  2144. p16 = Instance.new("Part", m)
  2145. p16.BrickColor = BrickColor.new("Really black")
  2146. p16.Material = Enum.Material.Neon
  2147. p16.FormFactor = Enum.FormFactor.Custom
  2148. p16.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  2149. p16.CFrame = CFrame.new(62.9387741, 8.79918098, -14.2691231, 1.0004282, -9.95411301e-006, -2.00301338e-006, -1.66894927e-006, 0.999954581, 3.71756369e-006, -2.46808372e-006, 3.61668594e-006, 1.00036013)
  2150. p16.CanCollide = false
  2151. p16.Locked = true
  2152. p16.BottomSurface = Enum.SurfaceType.Smooth
  2153. p16.TopSurface = Enum.SurfaceType.Smooth
  2154. b13 = Instance.new("SpecialMesh", p16)
  2155. b13.MeshType = Enum.MeshType.Sphere
  2156. b13.Name = "Mesh"
  2157. p17 = Instance.new("Part", m)
  2158. p17.BrickColor = BrickColor.new("Gold")
  2159. p17.Material = Enum.Material.Neon
  2160. p17.FormFactor = Enum.FormFactor.Custom
  2161. p17.Size = Vector3.new(0.200000048, 1.29999983, 0.200000048)
  2162. p17.CFrame = CFrame.new(63.0825539, 6.854743, -14.2692442, -0.866409063, -0.50020963, -2.099928e-006, 0.499978155, -0.86598444, 3.73249213e-006, 4.01878242e-006, -1.94999211e-006, 1.00036764)
  2163. p17.CanCollide = false
  2164. p17.Locked = true
  2165. p17.BottomSurface = Enum.SurfaceType.Smooth
  2166. p17.TopSurface = Enum.SurfaceType.Smooth
  2167. p18 = Instance.new("Part", m)
  2168. p18.BrickColor = BrickColor.new("Gold")
  2169. p18.Material = Enum.Material.Neon
  2170. p18.FormFactor = Enum.FormFactor.Custom
  2171. p18.Size = Vector3.new(0.200000048, 1.29999983, 0.200000048)
  2172. p18.CFrame = CFrame.new(63.1831665, 8.15466595, -14.2693415, -0.906707585, 0.422816038, -2.11485258e-006, -0.422596663, -0.906265914, 3.8437388e-006, 6.9698217e-007, -4.50413063e-006, 1.00037515)
  2173. p18.CanCollide = false
  2174. p18.Locked = true
  2175. p18.BottomSurface = Enum.SurfaceType.Smooth
  2176. p18.TopSurface = Enum.SurfaceType.Smooth
  2177. p19 = Instance.new("Part", m)
  2178. p19.BrickColor = BrickColor.new("Gold")
  2179. p19.Material = Enum.Material.Neon
  2180. p19.FormFactor = Enum.FormFactor.Custom
  2181. p19.Size = Vector3.new(0.200000048, 0.799999833, 0.200000048)
  2182. p19.CFrame = CFrame.new(63.2069473, 8.53140068, -14.2694473, -0.707418501, 0.707425714, -2.09994369e-006, -0.707068563, -0.707078457, 3.72453474e-006, -9.59315798e-007, -4.56575162e-006, 1.00037515)
  2183. p19.CanCollide = false
  2184. p19.Locked = true
  2185. p19.BottomSurface = Enum.SurfaceType.Smooth
  2186. p19.TopSurface = Enum.SurfaceType.Smooth
  2187. p20 = Instance.new("Part", m)
  2188. p20.BrickColor = BrickColor.new("Gold")
  2189. p20.Material = Enum.Material.Neon
  2190. p20.FormFactor = Enum.FormFactor.Custom
  2191. p20.Size = Vector3.new(0.200000048, 0.899999917, 0.200000048)
  2192. p20.CFrame = CFrame.new(63.2280884, 9.68191624, -14.2694416, -0.342169315, 0.940117717, -2.11486008e-006, -0.93964541, -0.342010528, 3.84375198e-006, -2.7989995e-006, -3.73256239e-006, 1.00037885)
  2193. p20.CanCollide = false
  2194. p20.Locked = true
  2195. p20.BottomSurface = Enum.SurfaceType.Smooth
  2196. p20.TopSurface = Enum.SurfaceType.Smooth
  2197. p21 = Instance.new("Part", m)
  2198. p21.BrickColor = BrickColor.new("Gold")
  2199. p21.Material = Enum.Material.Neon
  2200. p21.FormFactor = Enum.FormFactor.Custom
  2201. p21.Size = Vector3.new(0.200000048, 0.999999821, 0.200000048)
  2202. p21.CFrame = CFrame.new(63.3539009, 9.07959557, -14.2694454, 0.707428038, 0.707422554, -2.12876989e-006, -0.707079053, 0.707067132, 3.83015185e-006, -4.56554562e-006, 9.7875602e-007, 1.00037885)
  2203. p21.CanCollide = false
  2204. p21.Locked = true
  2205. p21.BottomSurface = Enum.SurfaceType.Smooth
  2206. p21.TopSurface = Enum.SurfaceType.Smooth
  2207. p22 = Instance.new("Part", m)
  2208. p22.BrickColor = BrickColor.new("Really black")
  2209. p22.Material = Enum.Material.Neon
  2210. p22.FormFactor = Enum.FormFactor.Custom
  2211. p22.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  2212. p22.CFrame = CFrame.new(63.4412346, 7.49916172, -14.269558, 1.0004549, -5.30481339e-006, -2.11486781e-006, -7.24196434e-006, 0.999951959, 3.84376608e-006, -2.5650661e-006, 4.02606338e-006, 1.00038254)
  2213. p22.CanCollide = false
  2214. p22.Locked = true
  2215. p22.BottomSurface = Enum.SurfaceType.Smooth
  2216. p22.TopSurface = Enum.SurfaceType.Smooth
  2217. b14 = Instance.new("SpecialMesh", p22)
  2218. b14.MeshType = Enum.MeshType.Sphere
  2219. b14.Name = "Mesh"
  2220. p23 = Instance.new("Part", m)
  2221. p23.BrickColor = BrickColor.new("Really black")
  2222. p23.Material = Enum.Material.Neon
  2223. p23.FormFactor = Enum.FormFactor.Custom
  2224. p23.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  2225. p23.CFrame = CFrame.new(63.5412827, 8.29912186, -14.2695541, 1.00045943, -5.54520193e-006, -2.12978443e-006, -7.22709638e-006, 0.999951601, 3.96298356e-006, -2.56507747e-006, 4.02606247e-006, 1.00038624)
  2226. p23.CanCollide = false
  2227. p23.Locked = true
  2228. p23.BottomSurface = Enum.SurfaceType.Smooth
  2229. p23.TopSurface = Enum.SurfaceType.Smooth
  2230. b15 = Instance.new("SpecialMesh", p23)
  2231. b15.MeshType = Enum.MeshType.Sphere
  2232. b15.Name = "Mesh"
  2233. p24 = Instance.new("Part", m)
  2234. p24.BrickColor = BrickColor.new("Really black")
  2235. p24.Material = Enum.Material.Neon
  2236. p24.FormFactor = Enum.FormFactor.Custom
  2237. p24.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  2238. p24.CFrame = CFrame.new(63.7413521, 9.49905682, -14.2695513, 1.00045943, -5.51538596e-006, -2.12978443e-006, -7.25689733e-006, 0.999951601, 3.96298356e-006, -2.56507769e-006, 4.02606247e-006, 1.00038624)
  2239. p24.CanCollide = false
  2240. p24.Locked = true
  2241. p24.BottomSurface = Enum.SurfaceType.Smooth
  2242. p24.TopSurface = Enum.SurfaceType.Smooth
  2243. b16 = Instance.new("SpecialMesh", p24)
  2244. b16.MeshType = Enum.MeshType.Sphere
  2245. b16.Name = "Mesh"
  2246. w1 = Instance.new("Weld", p1)
  2247. w1.Name = "Wedge_Weld"
  2248. w1.Part0 = p1
  2249. w1.C0 = CFrame.new(-13.7623367, 38.4686089, -47.5196228, 1.82382877e-007, -1.21785519e-007, -1.0000037, -0.707109988, 0.707106709, -1.20249211e-007, 0.707110047, 0.707106352, 1.16605563e-007)
  2250. w1.Part1 = p2
  2251. w1.C1 = CFrame.new(-12.5623302, 38.4686165, -47.5196419, 2.04734633e-007, -9.19831891e-008, -1.0000037, -0.707109928, 0.707106471, -1.25517531e-007, 0.707110047, 0.707106233, 1.65067799e-008)
  2252. w2 = Instance.new("Weld", p2)
  2253. w2.Name = "Wedge_Weld"
  2254. w2.Part0 = p2
  2255. w2.C0 = CFrame.new(-12.5623302, 38.4686165, -47.5196419, 2.04734633e-007, -9.19831891e-008, -1.0000037, -0.707109928, 0.707106471, -1.25517531e-007, 0.707110047, 0.707106233, 1.65067799e-008)
  2256. w2.Part1 = p3
  2257. w2.C1 = CFrame.new(-13.1623344, 38.4686127, -47.5196381, 2.04734619e-007, -9.1983182e-008, -1.0000037, -0.707109928, 0.707106471, -1.25517545e-007, 0.707110047, 0.707106233, 1.65067799e-008)
  2258. w3 = Instance.new("Weld", p3)
  2259. w3.Name = "Wedge_Weld"
  2260. w3.Part0 = p3
  2261. w3.C0 = CFrame.new(-13.1623344, 38.4686127, -47.5196381, 2.04734619e-007, -9.1983182e-008, -1.0000037, -0.707109928, 0.707106471, -1.25517545e-007, 0.707110047, 0.707106233, 1.65067799e-008)
  2262. w3.Part1 = p4
  2263. w3.C1 = CFrame.new(-13.1623335, 38.4686165, -47.5196266, 1.82382891e-007, -1.21785519e-007, -1.0000037, -0.707110047, 0.70710659, -1.20249197e-007, 0.707110107, 0.707106352, 1.16605577e-007)
  2264. w4 = Instance.new("Weld", p4)
  2265. w4.Name = "Wedge_Weld"
  2266. w4.Part0 = p4
  2267. w4.C0 = CFrame.new(-13.1623335, 38.4686165, -47.5196266, 1.82382891e-007, -1.21785519e-007, -1.0000037, -0.707110047, 0.70710659, -1.20249197e-007, 0.707110107, 0.707106352, 1.16605577e-007)
  2268. w4.Part1 = p5
  2269. w4.C1 = CFrame.new(13.1623335, -19.1215992, -57.7639008, -1.63937244e-007, 2.39803342e-007, 1.0000037, 0.422619939, -0.906307638, 1.72281261e-007, 0.906312168, 0.422617614, 8.41069863e-008)
  2270. w5 = Instance.new("Weld", p5)
  2271. w5.Name = "Wedge_Weld"
  2272. w5.Part0 = p5
  2273. w5.C0 = CFrame.new(13.1623335, -19.1215992, -57.7639008, -1.63937244e-007, 2.39803342e-007, 1.0000037, 0.422619939, -0.906307638, 1.72281261e-007, 0.906312168, 0.422617614, 8.41069863e-008)
  2274. w5.Part1 = p6
  2275. w5.C1 = CFrame.new(13.7623377, -19.1215973, -57.7639008, -1.63937244e-007, 2.39803342e-007, 1.0000037, 0.422619939, -0.906307638, 1.72281261e-007, 0.906312168, 0.422617614, 8.41069792e-008)
  2276. w6 = Instance.new("Weld", p6)
  2277. w6.Name = "Wedge_Weld"
  2278. w6.Part0 = p6
  2279. w6.C0 = CFrame.new(13.7623377, -19.1215973, -57.7639008, -1.63937244e-007, 2.39803342e-007, 1.0000037, 0.422619939, -0.906307638, 1.72281261e-007, 0.906312168, 0.422617614, 8.41069792e-008)
  2280. w6.Part1 = p7
  2281. w6.C1 = CFrame.new(12.5623283, -19.121603, -57.7638969, -1.63937244e-007, 2.39803342e-007, 1.0000037, 0.422619939, -0.906307638, 1.72281261e-007, 0.906312168, 0.422617614, 8.41069721e-008)
  2282. w7 = Instance.new("Weld", p7)
  2283. w7.Name = "Part_Weld"
  2284. w7.Part0 = p7
  2285. w7.C0 = CFrame.new(12.5623283, -19.121603, -57.7638969, -1.63937244e-007, 2.39803342e-007, 1.0000037, 0.422619939, -0.906307638, 1.72281261e-007, 0.906312168, 0.422617614, 8.41069721e-008)
  2286. w7.Part1 = p8
  2287. w7.C1 = CFrame.new(-62.1028557, -7.90003395, 14.2623377, 1.00000453, -2.44006515e-007, -3.7252903e-008, 1.71363354e-007, 0.999999285, -1.49011612e-008, -6.70552254e-008, 2.98023224e-008, 1.0000037)
  2288. w8 = Instance.new("Weld", p8)
  2289. w8.Name = "Part_Weld"
  2290. w8.Part0 = p8
  2291. w8.C0 = CFrame.new(-62.1028557, -7.90003395, 14.2623377, 1.00000453, -2.44006515e-007, -3.7252903e-008, 1.71363354e-007, 0.999999285, -1.49011612e-008, -6.70552254e-008, 2.98023224e-008, 1.0000037)
  2292. w8.Part1 = p9
  2293. w8.C1 = CFrame.new(-62.1028442, -5.2000351, 14.2623415, 1.00000429, -2.19451294e-007, 2.98023153e-008, 1.30103487e-007, 0.999999702, 5.96046448e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
  2294. w9 = Instance.new("Weld", p9)
  2295. w9.Name = "Part_Weld"
  2296. w9.Part0 = p9
  2297. w9.C0 = CFrame.new(-62.1028442, -5.2000351, 14.2623415, 1.00000429, -2.19451294e-007, 2.98023153e-008, 1.30103487e-007, 0.999999702, 5.96046448e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
  2298. w9.Part1 = p10
  2299. w9.C1 = CFrame.new(54.0845451, 31.7618942, 14.2623348, -0.906311929, 0.422618181, -1.82007653e-009, -0.422620118, -0.906307399, -6.66151578e-008, -4.47034836e-008, 5.96046448e-008, 1.0000037)
  2300. w10 = Instance.new("Weld", p10)
  2301. w10.Name = "Part_Weld"
  2302. w10.Part0 = p10
  2303. w10.C0 = CFrame.new(54.0845451, 31.7618942, 14.2623348, -0.906311929, 0.422618181, -1.82007653e-009, -0.422620118, -0.906307399, -6.66151578e-008, -4.47034836e-008, 5.96046448e-008, 1.0000037)
  2304. w10.Part1 = p11
  2305. w10.C1 = CFrame.new(55.4291229, -29.7103825, 14.2623348, -0.819155812, -0.573575914, -5.86004596e-008, 0.573578954, -0.8191517, -3.17313607e-008, -4.47034836e-008, 5.9604659e-008, 1.0000037)
  2306. w11 = Instance.new("Weld", p11)
  2307. w11.Name = "Part_Weld"
  2308. w11.Part0 = p11
  2309. w11.C0 = CFrame.new(55.4291229, -29.7103825, 14.2623348, -0.819155812, -0.573575914, -5.86004596e-008, 0.573578954, -0.8191517, -3.17313607e-008, -4.47034836e-008, 5.9604659e-008, 1.0000037)
  2310. w11.Part1 = p12
  2311. w11.C1 = CFrame.new(-62.7028465, -4.30003357, 14.2623425, 1.00000429, -2.08616257e-007, 2.980231e-008, 1.1920929e-007, 0.999999642, 5.16191463e-008, -5.96046341e-008, 2.98023224e-008, 1.00000381)
  2312. w12 = Instance.new("Weld", p12)
  2313. w12.Name = "Part_Weld"
  2314. w12.Part0 = p12
  2315. w12.C0 = CFrame.new(-62.7028465, -4.30003357, 14.2623425, 1.00000429, -2.08616257e-007, 2.980231e-008, 1.1920929e-007, 0.999999642, 5.16191463e-008, -5.96046341e-008, 2.98023224e-008, 1.00000381)
  2316. w12.Part1 = p13
  2317. w12.C1 = CFrame.new(-62.7657433, -8.200037, 13.2074499, 1.00000453, -2.98023224e-007, -3.72529421e-008, 1.49011612e-007, 0.999999285, -1.49011443e-008, -6.70552396e-008, 2.9802333e-008, 1.0000037)
  2318. w13 = Instance.new("Weld", p13)
  2319. w13.Name = "Part_Weld"
  2320. w13.Part0 = p13
  2321. w13.C0 = CFrame.new(-62.7657433, -8.200037, 13.2074499, 1.00000453, -2.98023224e-007, -3.72529421e-008, 1.49011612e-007, 0.999999285, -1.49011443e-008, -6.70552396e-008, 2.9802333e-008, 1.0000037)
  2322. w13.Part1 = p14
  2323. w13.C1 = CFrame.new(-62.7025757, -7.80003023, 14.2622833, 1, -8.94065622e-008, 4.47034871e-008, 8.94065622e-008, 1, -5.96044352e-008, -4.47034836e-008, 5.96044387e-008, 1)
  2324. w14 = Instance.new("Weld", p14)
  2325. w14.Name = "Part_Weld"
  2326. w14.Part0 = p14
  2327. w14.C0 = CFrame.new(-62.7025757, -7.80003023, 14.2622833, 1, -8.94065622e-008, 4.47034871e-008, 8.94065622e-008, 1, -5.96044352e-008, -4.47034836e-008, 5.96044387e-008, 1)
  2328. w14.Part1 = p15
  2329. w14.C1 = CFrame.new(-62.8028793, -6.2000289, 13.1623297, 1.00000465, -2.68220901e-007, 2.98023295e-008, 8.94069672e-008, 0.999999523, 5.9604659e-008, -4.47034836e-008, 5.9604659e-008, 1.0000037)
  2330. w15 = Instance.new("Weld", p15)
  2331. w15.Name = "Part_Weld"
  2332. w15.Part0 = p15
  2333. w15.C0 = CFrame.new(-62.8028793, -6.2000289, 13.1623297, 1.00000465, -2.68220901e-007, 2.98023295e-008, 8.94069672e-008, 0.999999523, 5.9604659e-008, -4.47034836e-008, 5.9604659e-008, 1.0000037)
  2334. w15.Part1 = p16
  2335. w15.C1 = CFrame.new(-62.9029045, -6.80003929, 14.2623367, 1.00000453, -2.08616257e-007, -3.72529385e-008, 1.1920929e-007, 0.999999404, -1.49011452e-008, -6.70552325e-008, 2.9802333e-008, 1.0000037)
  2336. w16 = Instance.new("Weld", p16)
  2337. w16.Name = "Part_Weld"
  2338. w16.Part0 = p16
  2339. w16.C0 = CFrame.new(-62.9029045, -6.80003929, 14.2623367, 1.00000453, -2.08616257e-007, -3.72529385e-008, 1.1920929e-007, 0.999999404, -1.49011452e-008, -6.70552325e-008, 2.9802333e-008, 1.0000037)
  2340. w16.Part1 = p17
  2341. w16.C1 = CFrame.new(52.1717262, 35.7280197, 14.2623415, -0.866029143, 0.499999821, 3.55271368e-015, -0.500002086, -0.86602509, -5.96046448e-008, -5.96046341e-008, 2.98023224e-008, 1.00000381)
  2342. w17 = Instance.new("Weld", p17)
  2343. w17.Name = "Part_Weld"
  2344. w17.Part0 = p17
  2345. w17.C0 = CFrame.new(52.1717262, 35.7280197, 14.2623415, -0.866029143, 0.499999821, 3.55271368e-015, -0.500002086, -0.86602509, -5.96046448e-008, -5.96046341e-008, 2.98023224e-008, 1.00000381)
  2346. w17.Part1 = p18
  2347. w17.C1 = CFrame.new(59.8312111, -21.1078911, 14.2623348, -0.906311929, -0.422617912, -5.22000931e-008, 0.422620177, -0.906307578, -4.1425146e-008, -4.47034836e-008, 5.96046448e-008, 1.0000037)
  2348. w18 = Instance.new("Weld", p18)
  2349. w18.Name = "Part_Weld"
  2350. w18.Part0 = p18
  2351. w18.C0 = CFrame.new(59.8312111, -21.1078911, 14.2623348, -0.906311929, -0.422617912, -5.22000931e-008, 0.422620177, -0.906307578, -4.1425146e-008, -4.47034836e-008, 5.96046448e-008, 1.0000037)
  2352. w18.Part1 = p19
  2353. w18.C1 = CFrame.new(49.2864532, -40.0483932, 14.2623358, -0.707110107, -0.707106173, -6.32202841e-008, 0.707109928, -0.70710659, -2.1073431e-008, -4.47034836e-008, 5.9604659e-008, 1.0000037)
  2354. w19 = Instance.new("Weld", p19)
  2355. w19.Name = "Part_Weld"
  2356. w19.Part0 = p19
  2357. w19.C0 = CFrame.new(49.2864532, -40.0483932, 14.2623358, -0.707110107, -0.707106173, -6.32202841e-008, 0.707109928, -0.70710659, -2.1073431e-008, -4.47034836e-008, 5.9604659e-008, 1.0000037)
  2358. w19.Part1 = p20
  2359. w19.C1 = CFrame.new(28.8318367, -56.7515907, 14.2622824, -0.342020333, -0.939692557, 4.07203444e-008, 0.939692557, -0.342020333, 6.23934611e-008, -4.47034836e-008, 5.96044387e-008, 1)
  2360. w20 = Instance.new("Weld", p20)
  2361. w20.Name = "Part_Weld"
  2362. w20.Part0 = p20
  2363. w20.C0 = CFrame.new(28.8318367, -56.7515907, 14.2622824, -0.342020333, -0.939692557, 4.07203444e-008, 0.939692557, -0.342020333, 6.23934611e-008, -4.47034836e-008, 5.96044387e-008, 1)
  2364. w20.Part1 = p21
  2365. w20.C1 = CFrame.new(-39.764328, -49.7778244, 14.2622843, 0.707105696, -0.707107842, 7.39707531e-008, 0.707107842, 0.707105696, 8.91225582e-009, -5.86070712e-008, 4.60033966e-008, 1)
  2366. w21 = Instance.new("Weld", p21)
  2367. w21.Name = "Part_Weld"
  2368. w21.Part0 = p21
  2369. w21.C0 = CFrame.new(-39.764328, -49.7778244, 14.2622843, 0.707105696, -0.707107842, 7.39707531e-008, 0.707107842, 0.707105696, 8.91225582e-009, -5.86070712e-008, 4.60033966e-008, 1)
  2370. w21.Part1 = p22
  2371. w21.C1 = CFrame.new(-63.402874, -5.50003099, 14.2623358, 1.00000453, -2.99885869e-007, 2.98023224e-008, 7.4505806e-008, 0.999999642, 5.96046448e-008, -4.47034836e-008, 5.96046448e-008, 1.0000037)
  2372. w22 = Instance.new("Weld", p22)
  2373. w22.Name = "Part_Weld"
  2374. w22.Part0 = p22
  2375. w22.C0 = CFrame.new(-63.402874, -5.50003099, 14.2623358, 1.00000453, -2.99885869e-007, 2.98023224e-008, 7.4505806e-008, 0.999999642, 5.96046448e-008, -4.47034836e-008, 5.96046448e-008, 1.0000037)
  2376. w22.Part1 = p23
  2377. w22.C1 = CFrame.new(-63.502594, -6.30003357, 14.2622824, 1, -5.96043641e-008, 4.47034836e-008, 5.96043677e-008, 1, -5.9604421e-008, -4.470348e-008, 5.96044245e-008, 1)
  2378. w23 = Instance.new("Weld", p23)
  2379. w23.Name = "Part_Weld"
  2380. w23.Part0 = p23
  2381. w23.C0 = CFrame.new(-63.502594, -6.30003357, 14.2622824, 1, -5.96043641e-008, 4.47034836e-008, 5.96043677e-008, 1, -5.9604421e-008, -4.470348e-008, 5.96044245e-008, 1)
  2382. w23.Part1 = p24
  2383. w23.C1 = CFrame.new(-63.7025795, -7.50003004, 14.2622843, 1, -8.94065622e-008, 4.47034871e-008, 8.94065622e-008, 1, -5.96044352e-008, -4.47034836e-008, 5.96044387e-008, 1)
  2384. w24 = Instance.new("Weld", p24)
  2385. w24.Name = "Part_Weld"
  2386. w24.Part0 = p24
  2387. w24.C0 = CFrame.new(-63.7025795, -7.50003004, 14.2622843, 1, -8.94065622e-008, 4.47034871e-008, 8.94065622e-008, 1, -5.96044352e-008, -4.47034836e-008, 5.96044387e-008, 1)
  2388. m.Parent = larm
  2389. m:MakeJoints()
  2390. ----------------------------------------------------
  2391. local cor3 = Instance.new("Part", larm.LeftArm)
  2392. cor3.Name = "Thingy"
  2393. cor3.Locked = true
  2394. cor3.BottomSurface = 0
  2395. cor3.CanCollide = false
  2396. cor3.Size = Vector3.new(2, 1, 1)
  2397. cor3.Transparency = 1
  2398. cor3.TopSurface = 0
  2399. corw2 = Instance.new("Weld", cor3)
  2400. corw2.Part0 = larm
  2401. corw2.Part1 = cor3
  2402. corw2.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  2403. corw2.C1 = CFrame.new(0, 0, 0)
  2404. weld2 = Instance.new("Weld", larm.LeftArm)
  2405. weld2.Part0 = cor3
  2406. weld2.Part1 = p15
  2407. weld2.C0 = CFrame.new(0, 0, 0)
  2408. ----------------------------------------------------
  2409. local m = Instance.new("Model")
  2410. m.Name = "RightArm"
  2411. p1 = Instance.new("WedgePart", m)
  2412. p1.BrickColor = BrickColor.new("Gold")
  2413. p1.Material = Enum.Material.Neon
  2414. p1.Name = "Wedge"
  2415. p1.FormFactor = Enum.FormFactor.Custom
  2416. p1.Size = Vector3.new(1, 1.19999981, 3.30000019)
  2417. p1.CFrame = CFrame.new(71.7528229, 9.08148766, -13.7657108, 2.20961255e-007, -0.422704399, -0.906498253, -1.70178805e-006, -0.906287491, 0.422612786, -1.00018191, -1.16194826e-006, 2.39246219e-006)
  2418. p1.CanCollide = false
  2419. p1.Locked = true
  2420. p1.TopSurface = Enum.SurfaceType.Smooth
  2421. b1 = Instance.new("SpecialMesh", p1)
  2422. b1.MeshType = Enum.MeshType.Wedge
  2423. b1.Name = "Mesh"
  2424. b1.Scale = Vector3.new(0.200000003, 1, 1)
  2425. p2 = Instance.new("WedgePart", m)
  2426. p2.BrickColor = BrickColor.new("Gold")
  2427. p2.Material = Enum.Material.Neon
  2428. p2.Name = "Wedge"
  2429. p2.FormFactor = Enum.FormFactor.Custom
  2430. p2.Size = Vector3.new(1, 1.19999981, 3.30000019)
  2431. p2.CFrame = CFrame.new(71.7534714, 9.08147335, -12.5655851, 3.25293399e-007, -0.422708124, -0.906506479, -1.7167032e-006, -0.906286299, 0.422612339, -1.0001893, -1.13135729e-006, 2.49332743e-006)
  2432. p2.CanCollide = false
  2433. p2.Locked = true
  2434. p2.TopSurface = Enum.SurfaceType.Smooth
  2435. b2 = Instance.new("SpecialMesh", p2)
  2436. b2.MeshType = Enum.MeshType.Wedge
  2437. b2.Name = "Mesh"
  2438. b2.Scale = Vector3.new(0.200000003, 1, 1)
  2439. p3 = Instance.new("WedgePart", m)
  2440. p3.BrickColor = BrickColor.new("Gold")
  2441. p3.Material = Enum.Material.Neon
  2442. p3.Name = "Wedge"
  2443. p3.FormFactor = Enum.FormFactor.Custom
  2444. p3.Size = Vector3.new(1, 1.19999981, 3.30000019)
  2445. p3.CFrame = CFrame.new(71.7541199, 9.08145237, -13.1658068, 4.29627249e-007, -0.422711849, -0.906514704, -1.73161834e-006, -0.906285107, 0.422611892, -1.0001967, -1.10076587e-006, 2.59419403e-006)
  2446. p3.CanCollide = false
  2447. p3.Locked = true
  2448. p3.TopSurface = Enum.SurfaceType.Smooth
  2449. b3 = Instance.new("SpecialMesh", p3)
  2450. b3.MeshType = Enum.MeshType.Wedge
  2451. b3.Name = "Mesh"
  2452. b3.Scale = Vector3.new(0.200000003, 1, 1)
  2453. p4 = Instance.new("WedgePart", m)
  2454. p4.BrickColor = BrickColor.new("Gold")
  2455. p4.Material = Enum.Material.Neon
  2456. p4.Name = "Wedge"
  2457. p4.FormFactor = Enum.FormFactor.Custom
  2458. p4.Size = Vector3.new(1, 1.19999981, 4)
  2459. p4.CFrame = CFrame.new(71.4245453, 8.39948177, -13.7660398, -5.32960883e-007, 0.70726943, -0.707265258, 1.90324067e-006, 0.707083881, 0.707096815, 1.0001967, 9.87842554e-008, 2.61978244e-006)
  2460. p4.CanCollide = false
  2461. p4.Locked = true
  2462. p4.TopSurface = Enum.SurfaceType.Smooth
  2463. b4 = Instance.new("SpecialMesh", p4)
  2464. b4.MeshType = Enum.MeshType.Wedge
  2465. b4.Name = "Mesh"
  2466. b4.Scale = Vector3.new(0.200000003, 1, 1)
  2467. p5 = Instance.new("WedgePart", m)
  2468. p5.BrickColor = BrickColor.new("Gold")
  2469. p5.Material = Enum.Material.Neon
  2470. p5.Name = "Wedge"
  2471. p5.FormFactor = Enum.FormFactor.Custom
  2472. p5.Size = Vector3.new(1, 1.19999981, 4)
  2473. p5.CFrame = CFrame.new(71.4251862, 8.39946651, -13.1660223, -6.3729243e-007, 0.707273066, -0.707261622, 1.91814229e-006, 0.707080245, 0.707100451, 1.0001967, 1.62003985e-007, 2.53547341e-006)
  2474. p5.CanCollide = false
  2475. p5.Locked = true
  2476. p5.TopSurface = Enum.SurfaceType.Smooth
  2477. b5 = Instance.new("SpecialMesh", p5)
  2478. b5.MeshType = Enum.MeshType.Wedge
  2479. b5.Name = "Mesh"
  2480. b5.Scale = Vector3.new(0.200000003, 1, 1)
  2481. p6 = Instance.new("WedgePart", m)
  2482. p6.BrickColor = BrickColor.new("Gold")
  2483. p6.Material = Enum.Material.Neon
  2484. p6.Name = "Wedge"
  2485. p6.FormFactor = Enum.FormFactor.Custom
  2486. p6.Size = Vector3.new(1, 1.19999981, 4)
  2487. p6.CFrame = CFrame.new(71.4258194, 8.39945126, -12.5660009, -7.41623865e-007, 0.707276702, -0.707257986, 1.93304436e-006, 0.707076609, 0.707104087, 1.0001967, 2.25224142e-007, 2.45116462e-006)
  2488. p6.CanCollide = false
  2489. p6.Locked = true
  2490. p6.TopSurface = Enum.SurfaceType.Smooth
  2491. b6 = Instance.new("SpecialMesh", p6)
  2492. b6.MeshType = Enum.MeshType.Wedge
  2493. b6.Name = "Mesh"
  2494. b6.Scale = Vector3.new(0.200000003, 1, 1)
  2495. p7 = Instance.new("Part", m)
  2496. p7.BrickColor = BrickColor.new("Really black")
  2497. p7.Material = Enum.Material.Neon
  2498. p7.FormFactor = Enum.FormFactor.Custom
  2499. p7.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  2500. p7.CFrame = CFrame.new(70.3255081, 6.6994977, -14.2663507, 1.00023162, 1.31726265e-005, -7.92685455e-007, -1.94311142e-005, 0.999976158, 1.97985287e-006, -1.62725564e-006, 1.86058458e-006, 1.00020039)
  2501. p7.CanCollide = false
  2502. p7.Locked = true
  2503. p7.BottomSurface = Enum.SurfaceType.Smooth
  2504. p7.TopSurface = Enum.SurfaceType.Smooth
  2505. b7 = Instance.new("SpecialMesh", p7)
  2506. b7.MeshType = Enum.MeshType.Sphere
  2507. b7.Name = "Mesh"
  2508. p8 = Instance.new("Part", m)
  2509. p8.BrickColor = BrickColor.new("Gold")
  2510. p8.Material = Enum.Material.Neon
  2511. p8.FormFactor = Enum.FormFactor.Custom
  2512. p8.Size = Vector3.new(0.200000048, 0.999999881, 0.200000048)
  2513. p8.CFrame = CFrame.new(70.0060196, 9.16293144, -14.2664633, 0.881308079, -0.429463804, -0.198316693, 0.401435703, 0.900625467, -0.166355878, 0.250050306, 0.0670034215, 0.966122985)
  2514. p8.CanCollide = false
  2515. p8.Locked = true
  2516. p8.BottomSurface = Enum.SurfaceType.Smooth
  2517. p8.TopSurface = Enum.SurfaceType.Smooth
  2518. p9 = Instance.new("Part", m)
  2519. p9.BrickColor = BrickColor.new("Really black")
  2520. p9.Material = Enum.Material.Neon
  2521. p9.FormFactor = Enum.FormFactor.Custom
  2522. p9.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  2523. p9.CFrame = CFrame.new(70.2268219, 8.59942532, -14.2665701, 1.00024557, 1.30422413e-005, -8.7916851e-007, -1.95577741e-005, 0.999974489, 1.9967556e-006, -1.75833702e-006, 2.01165676e-006, 1.00021148)
  2524. p9.CanCollide = false
  2525. p9.Locked = true
  2526. p9.BottomSurface = Enum.SurfaceType.Smooth
  2527. p9.TopSurface = Enum.SurfaceType.Smooth
  2528. b8 = Instance.new("SpecialMesh", p9)
  2529. b8.MeshType = Enum.MeshType.Sphere
  2530. b8.Name = "Mesh"
  2531. p10 = Instance.new("Part", m)
  2532. p10.BrickColor = BrickColor.new("Really black")
  2533. p10.Material = Enum.Material.Neon
  2534. p10.FormFactor = Enum.FormFactor.Custom
  2535. p10.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  2536. p10.CFrame = CFrame.new(69.8274002, 9.5993948, -14.266675, 1.00025487, 1.30049675e-005, -9.23888138e-007, -1.9595207e-005, 0.999973536, 2.11597762e-006, -1.80306665e-006, 2.13088947e-006, 1.00021887)
  2537. p10.CanCollide = false
  2538. p10.Locked = true
  2539. p10.BottomSurface = Enum.SurfaceType.Smooth
  2540. p10.TopSurface = Enum.SurfaceType.Smooth
  2541. b9 = Instance.new("SpecialMesh", p10)
  2542. b9.MeshType = Enum.MeshType.Sphere
  2543. b9.Name = "Mesh"
  2544. p11 = Instance.new("Part", m)
  2545. p11.BrickColor = BrickColor.new("Gold")
  2546. p11.Material = Enum.Material.Neon
  2547. p11.FormFactor = Enum.FormFactor.Custom
  2548. p11.Size = Vector3.new(0.200000048, 1.79999983, 0.200000048)
  2549. p11.CFrame = CFrame.new(69.693718, 7.37976837, -14.2265854, 0.690841019, -0.711695194, -0.129447505, 0.678571701, 0.699464202, -0.224133074, 0.250056893, 0.0670053288, 0.966144204)
  2550. p11.CanCollide = false
  2551. p11.Locked = true
  2552. p11.BottomSurface = Enum.SurfaceType.Smooth
  2553. p11.TopSurface = Enum.SurfaceType.Smooth
  2554. p12 = Instance.new("Part", m)
  2555. p12.BrickColor = BrickColor.new("Gold")
  2556. p12.Material = Enum.Material.Neon
  2557. p12.FormFactor = Enum.FormFactor.Custom
  2558. p12.Size = Vector3.new(0.200000048, 1.5999999, 0.200000048)
  2559. p12.CFrame = CFrame.new(69.47966, 8.73308277, -14.2467909, 0.176576898, -0.984305978, 0.022559464, 0.951990068, 0.164877579, -0.257825077, 0.25006038, 0.0670051575, 0.966151059)
  2560. p12.CanCollide = false
  2561. p12.Locked = true
  2562. p12.BottomSurface = Enum.SurfaceType.Smooth
  2563. p12.TopSurface = Enum.SurfaceType.Smooth
  2564. p13 = Instance.new("Part", m)
  2565. p13.BrickColor = BrickColor.new("Gold")
  2566. p13.Material = Enum.Material.Neon
  2567. p13.FormFactor = Enum.FormFactor.Custom
  2568. p13.Size = Vector3.new(1.5, 1.5, 1.5)
  2569. p13.CFrame = CFrame.new(69.3920746, 10.1993351, -13.2118578, 1.00028241, 1.27716921e-005, -1.06170774e-006, -1.99186616e-005, 0.999970496, 2.39908695e-006, -1.93528831e-006, 2.38418579e-006, 1.00024128)
  2570. p13.CanCollide = false
  2571. p13.Locked = true
  2572. p13.BottomSurface = Enum.SurfaceType.Smooth
  2573. p13.TopSurface = Enum.SurfaceType.Smooth
  2574. b10 = Instance.new("SpecialMesh", p13)
  2575. b10.MeshType = Enum.MeshType.Sphere
  2576. b10.Name = "Mesh"
  2577. p14 = Instance.new("Part", m)
  2578. p14.BrickColor = BrickColor.new("Really black")
  2579. p14.Material = Enum.Material.Metal
  2580. p14.Name = "Main"
  2581. p14.FormFactor = Enum.FormFactor.Custom
  2582. p14.Size = Vector3.new(2.20000005, 4.19999981, 2.20000005)
  2583. p14.CFrame = CFrame.new(69.4298401, 8.19937706, -13.1668339, 1.00029147, 1.25630004e-005, -1.16605349e-006, -2.0008245e-005, 0.999969125, 2.41400744e-006, -2.03963987e-006, 2.39908786e-006, 1.00024867)
  2584. p14.CanCollide = false
  2585. p14.Locked = true
  2586. p14.BottomSurface = Enum.SurfaceType.Smooth
  2587. p14.TopSurface = Enum.SurfaceType.Smooth
  2588. p15 = Instance.new("Part", m)
  2589. p15.BrickColor = BrickColor.new("Really black")
  2590. p15.Material = Enum.Material.Neon
  2591. p15.FormFactor = Enum.FormFactor.Custom
  2592. p15.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  2593. p15.CFrame = CFrame.new(69.1303406, 7.89936399, -14.2672224, 1.00030053, 1.24437429e-005, -1.24804228e-006, -2.02170359e-005, 0.999968052, 2.45872889e-006, -2.07692119e-006, 2.48851507e-006, 1.00025606)
  2594. p15.CanCollide = false
  2595. p15.Locked = true
  2596. p15.BottomSurface = Enum.SurfaceType.Smooth
  2597. p15.TopSurface = Enum.SurfaceType.Smooth
  2598. b11 = Instance.new("SpecialMesh", p15)
  2599. b11.MeshType = Enum.MeshType.Sphere
  2600. b11.Name = "Mesh"
  2601. p16 = Instance.new("Part", m)
  2602. p16.BrickColor = BrickColor.new("Gold")
  2603. p16.Material = Enum.Material.Neon
  2604. p16.FormFactor = Enum.FormFactor.Custom
  2605. p16.Size = Vector3.new(0.200000048, 0.899999857, 0.200000048)
  2606. p16.CFrame = CFrame.new(68.9101486, 8.4345789, -14.2572756, 0.881372392, -0.429496199, -0.198331535, 0.401431859, 0.900618315, -0.166353673, 0.250065029, 0.0670081601, 0.966180325)
  2607. p16.CanCollide = false
  2608. p16.Locked = true
  2609. p16.BottomSurface = Enum.SurfaceType.Smooth
  2610. p16.TopSurface = Enum.SurfaceType.Smooth
  2611. p17 = Instance.new("Part", m)
  2612. p17.BrickColor = BrickColor.new("Gold")
  2613. p17.Material = Enum.Material.Neon
  2614. p17.FormFactor = Enum.FormFactor.Custom
  2615. p17.Size = Vector3.new(0.200000048, 0.599999785, 0.200000048)
  2616. p17.CFrame = CFrame.new(68.8972092, 7.71862125, -14.2674294, -0.70732069, -0.707330942, -1.25169754e-006, 0.707094371, -0.707072854, 2.48849392e-006, 3.42912972e-006, -4.32133675e-007, 1.00026357)
  2617. p17.CanCollide = false
  2618. p17.Locked = true
  2619. p17.BottomSurface = Enum.SurfaceType.Smooth
  2620. p17.TopSurface = Enum.SurfaceType.Smooth
  2621. p18 = Instance.new("Part", m)
  2622. p18.BrickColor = BrickColor.new("Really black")
  2623. p18.Material = Enum.Material.Neon
  2624. p18.FormFactor = Enum.FormFactor.Custom
  2625. p18.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  2626. p18.CFrame = CFrame.new(68.6320877, 8.89929676, -14.2675419, 1.000319, 7.09295273e-006, -1.29642399e-006, -1.53779984e-005, 0.999966145, 2.53321537e-006, -2.20864695e-006, 2.76013293e-006, 1.00027096)
  2627. p18.CanCollide = false
  2628. p18.Locked = true
  2629. p18.BottomSurface = Enum.SurfaceType.Smooth
  2630. p18.TopSurface = Enum.SurfaceType.Smooth
  2631. b12 = Instance.new("SpecialMesh", p18)
  2632. b12.MeshType = Enum.MeshType.Sphere
  2633. b12.Name = "Mesh"
  2634. p19 = Instance.new("Part", m)
  2635. p19.BrickColor = BrickColor.new("Really black")
  2636. p19.Material = Enum.Material.Neon
  2637. p19.FormFactor = Enum.FormFactor.Custom
  2638. p19.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  2639. p19.CFrame = CFrame.new(68.6320801, 7.49934578, -14.2675457, 1.00032365, 7.02587113e-006, -1.41567671e-006, -1.53780693e-005, 0.999965429, 2.48852461e-006, -2.20865695e-006, 2.76013111e-006, 1.00027466)
  2640. p19.CanCollide = false
  2641. p19.Locked = true
  2642. p19.BottomSurface = Enum.SurfaceType.Smooth
  2643. p19.TopSurface = Enum.SurfaceType.Smooth
  2644. b13 = Instance.new("SpecialMesh", p19)
  2645. b13.MeshType = Enum.MeshType.Sphere
  2646. b13.Name = "Mesh"
  2647. w1 = Instance.new("Weld", p1)
  2648. w1.Name = "Wedge_Weld"
  2649. w1.Part0 = p1
  2650. w1.C0 = CFrame.new(-13.7623348, 36.7341995, 62.0193214, 9.89621753e-008, 1.14119814e-007, -1.0000037, -0.422620028, -0.90630722, -1.14673988e-007, -0.906311929, 0.422617972, 5.9372038e-008)
  2651. w1.Part1 = p2
  2652. w1.C1 = CFrame.new(-12.5623264, 36.7342033, 62.0193214, 9.89621753e-008, 1.14119814e-007, -1.0000037, -0.422620028, -0.90630722, -1.14673988e-007, -0.906311929, 0.422617972, 5.93720344e-008)
  2653. w2 = Instance.new("Weld", p2)
  2654. w2.Name = "Wedge_Weld"
  2655. w2.Part0 = p2
  2656. w2.C0 = CFrame.new(-12.5623264, 36.7342033, 62.0193214, 9.89621753e-008, 1.14119814e-007, -1.0000037, -0.422620028, -0.90630722, -1.14673988e-007, -0.906311929, 0.422617972, 5.93720344e-008)
  2657. w2.Part1 = p3
  2658. w2.C1 = CFrame.new(-13.1623297, 36.7342033, 62.0193214, 9.89621753e-008, 1.14119814e-007, -1.0000037, -0.422620028, -0.90630722, -1.14673988e-007, -0.906311929, 0.422617972, 5.93720415e-008)
  2659. w3 = Instance.new("Weld", p3)
  2660. w3.Name = "Wedge_Weld"
  2661. w3.Part0 = p3
  2662. w3.C0 = CFrame.new(-13.1623297, 36.7342033, 62.0193214, 9.89621753e-008, 1.14119814e-007, -1.0000037, -0.422620028, -0.90630722, -1.14673988e-007, -0.906311929, 0.422617972, 5.93720415e-008)
  2663. w3.Part1 = p4
  2664. w3.C1 = CFrame.new(13.7623348, -55.015049, 45.9640198, -9.79639907e-008, 4.26051052e-008, 1.0000037, 0.707110107, 0.707106173, -2.40756872e-008, -0.707109869, 0.707106531, -1.51036286e-008)
  2665. w4 = Instance.new("Weld", p4)
  2666. w4.Name = "Wedge_Weld"
  2667. w4.Part0 = p4
  2668. w4.C0 = CFrame.new(13.7623348, -55.015049, 45.9640198, -9.79639907e-008, 4.26051052e-008, 1.0000037, 0.707110107, 0.707106173, -2.40756872e-008, -0.707109869, 0.707106531, -1.51036286e-008)
  2669. w4.Part1 = p5
  2670. w4.C1 = CFrame.new(13.1623316, -55.0150452, 45.964016, -9.79639907e-008, 4.26051088e-008, 1.0000037, 0.707110107, 0.707106173, -2.40756837e-008, -0.707109869, 0.707106531, -1.51036286e-008)
  2671. w5 = Instance.new("Weld", p5)
  2672. w5.Name = "Wedge_Weld"
  2673. w5.Part0 = p5
  2674. w5.C0 = CFrame.new(13.1623316, -55.0150452, 45.964016, -9.79639907e-008, 4.26051088e-008, 1.0000037, 0.707110107, 0.707106173, -2.40756837e-008, -0.707109869, 0.707106531, -1.51036286e-008)
  2675. w5.Part1 = p6
  2676. w5.C1 = CFrame.new(12.5623283, -55.0150337, 45.9640045, -9.79639836e-008, 4.2605091e-008, 1.0000037, 0.707110107, 0.707106173, -2.40756819e-008, -0.707109869, 0.707106531, -1.51036659e-008)
  2677. w6 = Instance.new("Weld", p6)
  2678. w6.Name = "Part_Weld"
  2679. w6.Part0 = p6
  2680. w6.C0 = CFrame.new(12.5623283, -55.0150337, 45.9640045, -9.79639836e-008, 4.2605091e-008, 1.0000037, 0.707110107, 0.707106173, -2.40756819e-008, -0.707109869, 0.707106531, -1.51036659e-008)
  2681. w6.Part1 = p7
  2682. w6.C1 = CFrame.new(-70.3026047, -4.700037, 14.2622862, 1, -1.41560378e-007, 4.47034942e-008, 1.41560378e-007, 1, -7.45055218e-008, -4.47034836e-008, 7.45055289e-008, 1)
  2683. w7 = Instance.new("Weld", p7)
  2684. w7.Name = "Part_Weld"
  2685. w7.Part0 = p7
  2686. w7.C0 = CFrame.new(-70.3026047, -4.700037, 14.2622862, 1, -1.41560378e-007, 4.47034942e-008, 1.41560378e-007, 1, -7.45055218e-008, -4.47034836e-008, 7.45055289e-008, 1)
  2687. w7.Part1 = p8
  2688. w7.C1 = CFrame.new(-60.9718094, 24.5524559, 28.8434105, 0.881098926, 0.40146178, 0.250000894, -0.429376036, 0.900638521, 0.0669875294, -0.198267892, -0.166365504, 0.965929449)
  2689. w8 = Instance.new("Weld", p8)
  2690. w8.Name = "Part_Weld"
  2691. w8.Part0 = p8
  2692. w8.C0 = CFrame.new(-60.9718094, 24.5524559, 28.8434105, 0.881098926, 0.40146178, 0.250000894, -0.429376036, 0.900638521, 0.0669875294, -0.198267892, -0.166365504, 0.965929449)
  2693. w8.Part1 = p9
  2694. w8.C1 = CFrame.new(-70.2029343, -6.60003233, 14.2623386, 1.00000465, -1.78813934e-007, 0, 1.41561031e-007, 0.999999523, 4.47034836e-008, -4.47034836e-008, 7.4505806e-008, 1.0000037)
  2695. w9 = Instance.new("Weld", p9)
  2696. w9.Name = "Part_Weld"
  2697. w9.Part0 = p9
  2698. w9.C0 = CFrame.new(-70.2029343, -6.60003233, 14.2623386, 1.00000465, -1.78813934e-007, 0, 1.41561031e-007, 0.999999523, 4.47034836e-008, -4.47034836e-008, 7.4505806e-008, 1.0000037)
  2699. w9.Part1 = p10
  2700. w9.C1 = CFrame.new(-69.8029404, -7.60003138, 14.2623386, 1.00000465, -1.78813934e-007, 0, 1.41561031e-007, 0.999999523, 4.47034836e-008, -4.47034836e-008, 7.4505806e-008, 1.0000037)
  2701. w10 = Instance.new("Weld", p10)
  2702. w10.Name = "Part_Weld"
  2703. w10.Part0 = p10
  2704. w10.C0 = CFrame.new(-69.8029404, -7.60003138, 14.2623386, 1.00000465, -1.78813934e-007, 0, 1.41561031e-007, 0.999999523, 4.47034836e-008, -4.47034836e-008, 7.4505806e-008, 1.0000037)
  2705. w10.Part1 = p11
  2706. w10.C1 = CFrame.new(-48.2122765, 46.7597122, 23.9593029, 0.690653324, 0.678602815, 0.250001013, -0.711519539, 0.699469149, 0.0669875666, -0.129410163, -0.224143714, 0.965929449)
  2707. w11 = Instance.new("Weld", p11)
  2708. w11.Name = "Part_Weld"
  2709. w11.Part0 = p11
  2710. w11.C0 = CFrame.new(-48.2122765, 46.7597122, 23.9593029, 0.690653324, 0.678602815, 0.250001013, -0.711519539, 0.699469149, 0.0669875666, -0.129410163, -0.224143714, 0.965929449)
  2711. w11.Part1 = p12
  2712. w11.C1 = CFrame.new(-15.1098747, 68.1893845, 13.9264202, 0.176517636, 0.952019334, 0.250000954, -0.984043717, 0.164862752, 0.0669875368, 0.0225575883, -0.257833987, 0.965929389)
  2713. w12 = Instance.new("Weld", p12)
  2714. w12.Name = "Part_Weld"
  2715. w12.Part0 = p12
  2716. w12.C0 = CFrame.new(-15.1098747, 68.1893845, 13.9264202, 0.176517636, 0.952019334, 0.250000954, -0.984043717, 0.164862752, 0.0669875368, 0.0225575883, -0.257833987, 0.965929389)
  2717. w12.Part1 = p13
  2718. w12.C1 = CFrame.new(-69.3658066, -8.20003605, 13.2074509, 1.00000453, -2.98023224e-007, -3.72529421e-008, 1.49011612e-007, 0.999999285, -1.49011443e-008, -6.70552396e-008, 2.9802333e-008, 1.0000037)
  2719. w13 = Instance.new("Weld", p13)
  2720. w13.Name = "Part_Weld"
  2721. w13.Part0 = p13
  2722. w13.C0 = CFrame.new(-69.3658066, -8.20003605, 13.2074509, 1.00000453, -2.98023224e-007, -3.72529421e-008, 1.49011612e-007, 0.999999285, -1.49011443e-008, -6.70552396e-008, 2.9802333e-008, 1.0000037)
  2723. w13.Part1 = p14
  2724. w13.C1 = CFrame.new(-69.4029617, -6.2000351, 13.1623278, 1.00000453, -2.38418579e-007, -3.72529456e-008, 8.94069672e-008, 0.999999344, -1.49011452e-008, -6.70552396e-008, 2.9802333e-008, 1.0000037)
  2725. w14 = Instance.new("Weld", p14)
  2726. w14.Name = "Part_Weld"
  2727. w14.Part0 = p14
  2728. w14.C0 = CFrame.new(-69.4029617, -6.2000351, 13.1623278, 1.00000453, -2.38418579e-007, -3.72529456e-008, 8.94069672e-008, 0.999999344, -1.49011452e-008, -6.70552396e-008, 2.9802333e-008, 1.0000037)
  2729. w14.Part1 = p15
  2730. w14.C1 = CFrame.new(-69.1029282, -5.90003109, 14.2623358, 1.00000453, -2.98023224e-007, 2.98023188e-008, 1.1920929e-007, 0.999999583, 5.96046412e-008, -4.47034836e-008, 5.96046448e-008, 1.0000037)
  2731. w15 = Instance.new("Weld", p15)
  2732. w15.Name = "Part_Weld"
  2733. w15.Part0 = p15
  2734. w15.C0 = CFrame.new(-69.1029282, -5.90003109, 14.2623358, 1.00000453, -2.98023224e-007, 2.98023188e-008, 1.1920929e-007, 0.999999583, 5.96046412e-008, -4.47034836e-008, 5.96046448e-008, 1.0000037)
  2735. w15.Part1 = p16
  2736. w15.C1 = CFrame.new(-59.7121582, 24.7350845, 28.4943123, 0.881098986, 0.401461899, 0.250000954, -0.429376066, 0.90063864, 0.0669875517, -0.198267847, -0.166365474, 0.965929389)
  2737. w16 = Instance.new("Weld", p16)
  2738. w16.Name = "Part_Weld"
  2739. w16.Part0 = p16
  2740. w16.C0 = CFrame.new(-59.7121582, 24.7350845, 28.4943123, 0.881098986, 0.401461899, 0.250000954, -0.429376066, 0.90063864, 0.0669875517, -0.198267847, -0.166365474, 0.965929389)
  2741. w16.Part1 = p17
  2742. w16.C1 = CFrame.new(44.6532936, 52.7416191, 14.2623348, -0.707109928, 0.707106709, 2.10734257e-008, -0.707110047, -0.707106292, -6.32202699e-008, -4.47034836e-008, 5.96046448e-008, 1.0000037)
  2743. w17 = Instance.new("Weld", p17)
  2744. w17.Name = "Part_Weld"
  2745. w17.Part0 = p17
  2746. w17.C0 = CFrame.new(44.6532936, 52.7416191, 14.2623348, -0.707109928, 0.707106709, 2.10734257e-008, -0.707110047, -0.707106292, -6.32202699e-008, -4.47034836e-008, 5.96046448e-008, 1.0000037)
  2747. w17.Part1 = p18
  2748. w17.C1 = CFrame.new(-68.6029282, -6.90003586, 14.2623405, 1.00000465, -2.30967999e-007, -4.47034836e-008, 1.63912773e-007, 0.999999285, -2.98023224e-008, -7.4505806e-008, -1.49011612e-008, 1.0000037)
  2749. w18 = Instance.new("Weld", p18)
  2750. w18.Name = "Part_Weld"
  2751. w18.Part0 = p18
  2752. w18.C0 = CFrame.new(-68.6029282, -6.90003586, 14.2623405, 1.00000465, -2.30967999e-007, -4.47034836e-008, 1.63912773e-007, 0.999999285, -2.98023224e-008, -7.4505806e-008, -1.49011612e-008, 1.0000037)
  2753. w18.Part1 = p19
  2754. w18.C1 = CFrame.new(-68.6026077, -5.50004053, 14.2622881, 1, -1.63912006e-007, 7.4505806e-008, 1.63912006e-007, 1, 1.49011186e-008, -7.4505806e-008, -1.49011061e-008, 1)
  2755. w19 = Instance.new("Weld", p19)
  2756. w19.Name = "Wedge_Weld"
  2757. w19.Part0 = p19
  2758. w19.C0 = CFrame.new(-68.6026077, -5.50004053, 14.2622881, 1, -1.63912006e-007, 7.4505806e-008, 1.63912006e-007, 1, 1.49011186e-008, -7.4505806e-008, -1.49011061e-008, 1)
  2759. m.Parent = rarm
  2760. m:MakeJoints()
  2761. ----------------------------------------------------
  2762. local cor4 = Instance.new("Part", rarm.RightArm)
  2763. cor4.Name = "Thingy"
  2764. cor4.Locked = true
  2765. cor4.BottomSurface = 0
  2766. cor4.CanCollide = false
  2767. cor4.Size = Vector3.new(2, 1, 1)
  2768. cor4.Transparency = 1
  2769. cor4.TopSurface = 0
  2770. corw2 = Instance.new("Weld", cor4)
  2771. corw2.Part0 = rarm
  2772. corw2.Part1 = cor4
  2773. corw2.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  2774. corw2.C1 = CFrame.new(0, 0, 0)
  2775. weld2 = Instance.new("Weld", rarm.RightArm)
  2776. weld2.Part0 = cor4
  2777. weld2.Part1 = p14
  2778. weld2.C0 = CFrame.new(0, 0, 0)
  2779. ----------------------------------------------------
  2780. local m = Instance.new("Model")
  2781. m.Name = "Torso"
  2782. p1 = Instance.new("Part", m)
  2783. p1.BrickColor = BrickColor.new("Really black")
  2784. p1.Material = Enum.Material.Neon
  2785. p1.FormFactor = Enum.FormFactor.Custom
  2786. p1.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  2787. p1.CFrame = CFrame.new(67.3119202, 9.5997963, -14.263937, 1.00006402, 1.86259939e-007, 2.23464554e-008, -1.44914884e-006, 0.999991, -1.49014099e-008, -1.51248571e-006, 5.96053269e-008, 1.00005186)
  2788. p1.CanCollide = false
  2789. p1.Locked = true
  2790. p1.BottomSurface = Enum.SurfaceType.Smooth
  2791. p1.TopSurface = Enum.SurfaceType.Smooth
  2792. b1 = Instance.new("SpecialMesh", p1)
  2793. b1.MeshType = Enum.MeshType.Sphere
  2794. b1.Name = "Mesh"
  2795. p2 = Instance.new("Part", m)
  2796. p2.BrickColor = BrickColor.new("Really black")
  2797. p2.Material = Enum.Material.Neon
  2798. p2.FormFactor = Enum.FormFactor.Custom
  2799. p2.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  2800. p2.CFrame = CFrame.new(65.0111618, 9.59981537, -14.2638226, 1.00005496, 2.75671482e-007, 1.2665987e-007, -1.35973096e-006, 0.999992192, -2.98023224e-008, -1.40815973e-006, 4.47034836e-008, 1.00004447)
  2801. p2.CanCollide = false
  2802. p2.Locked = true
  2803. p2.BottomSurface = Enum.SurfaceType.Smooth
  2804. p2.TopSurface = Enum.SurfaceType.Smooth
  2805. b2 = Instance.new("SpecialMesh", p2)
  2806. b2.MeshType = Enum.MeshType.Sphere
  2807. b2.Name = "Mesh"
  2808. p3 = Instance.new("Part", m)
  2809. p3.BrickColor = BrickColor.new("Gold")
  2810. p3.Material = Enum.Material.Neon
  2811. p3.FormFactor = Enum.FormFactor.Custom
  2812. p3.Size = Vector3.new(0.200000048, 0.799999833, 0.200000048)
  2813. p3.CFrame = CFrame.new(67.6028595, 9.39744663, -14.2168236, 0.491504252, -0.868347466, -0.0669902489, 0.834227681, 0.491479307, -0.249998316, 0.250008702, 0.0669909269, 0.965961695)
  2814. p3.CanCollide = false
  2815. p3.Locked = true
  2816. p3.BottomSurface = Enum.SurfaceType.Smooth
  2817. p3.TopSurface = Enum.SurfaceType.Smooth
  2818. p4 = Instance.new("Part", m)
  2819. p4.BrickColor = BrickColor.new("Gold")
  2820. p4.Material = Enum.Material.Neon
  2821. p4.FormFactor = Enum.FormFactor.Custom
  2822. p4.Size = Vector3.new(0.200000048, 1.19999981, 0.200000048)
  2823. p4.CFrame = CFrame.new(64.6849442, 9.10655022, -14.2635975, 0.866056859, 0.500018656, 3.35280106e-007, -0.49999845, 0.866020203, -2.98035943e-008, -1.06866298e-006, -5.48167122e-007, 1.00002968)
  2824. p4.CanCollide = false
  2825. p4.Locked = true
  2826. p4.BottomSurface = Enum.SurfaceType.Smooth
  2827. p4.TopSurface = Enum.SurfaceType.Smooth
  2828. p5 = Instance.new("Part", m)
  2829. p5.BrickColor = BrickColor.new("Gold")
  2830. p5.Material = Enum.Material.Neon
  2831. p5.FormFactor = Enum.FormFactor.Custom
  2832. p5.Size = Vector3.new(0.200000048, 1.29999983, 0.200000048)
  2833. p5.CFrame = CFrame.new(66.9344177, 8.96636868, -14.2634897, -0.866048932, -0.500014246, 4.3958832e-007, 0.499999046, -0.866021395, -4.47044108e-008, 9.70867745e-007, 5.08911796e-007, 1.00002229)
  2834. p5.CanCollide = false
  2835. p5.Locked = true
  2836. p5.BottomSurface = Enum.SurfaceType.Smooth
  2837. p5.TopSurface = Enum.SurfaceType.Smooth
  2838. p6 = Instance.new("Part", m)
  2839. p6.BrickColor = BrickColor.new("Gold")
  2840. p6.Material = Enum.Material.Neon
  2841. p6.FormFactor = Enum.FormFactor.Custom
  2842. p6.Size = Vector3.new(0.200000048, 1.29999983, 0.200000048)
  2843. p6.CFrame = CFrame.new(65.358757, 9.04366112, -14.2633762, -0.866041601, 0.500008702, 5.43894771e-007, -0.499997824, -0.8660236, -5.96051208e-008, 8.43271948e-007, -5.21275751e-007, 1.0000149)
  2844. p6.CanCollide = false
  2845. p6.Locked = true
  2846. p6.BottomSurface = Enum.SurfaceType.Smooth
  2847. p6.TopSurface = Enum.SurfaceType.Smooth
  2848. p7 = Instance.new("Part", m)
  2849. p7.BrickColor = BrickColor.new("Really black")
  2850. p7.Material = Enum.Material.Neon
  2851. p7.FormFactor = Enum.FormFactor.Custom
  2852. p7.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  2853. p7.CFrame = CFrame.new(68.0082169, 9.19989014, -14.2632694, 1.00001383, 6.37024641e-007, 5.36441803e-007, -9.46223736e-007, 0.999997973, -1.04308121e-007, -8.7916851e-007, 5.96046519e-008, 1.00001121)
  2854. p7.CanCollide = false
  2855. p7.Locked = true
  2856. p7.BottomSurface = Enum.SurfaceType.Smooth
  2857. p7.TopSurface = Enum.SurfaceType.Smooth
  2858. b3 = Instance.new("SpecialMesh", p7)
  2859. b3.MeshType = Enum.MeshType.Sphere
  2860. b3.Name = "Mesh"
  2861. p8 = Instance.new("Part", m)
  2862. p8.BrickColor = BrickColor.new("Really black")
  2863. p8.Material = Enum.Material.Neon
  2864. p8.FormFactor = Enum.FormFactor.Custom
  2865. p8.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  2866. p8.CFrame = CFrame.new(64.4081497, 8.59989357, -14.2632627, 1.00001383, 5.32715489e-007, 5.6624458e-007, -8.4191629e-007, 0.999997973, -2.980277e-008, -9.08971174e-007, -1.4901623e-008, 1.00001121)
  2867. p8.CanCollide = false
  2868. p8.Locked = true
  2869. p8.BottomSurface = Enum.SurfaceType.Smooth
  2870. p8.TopSurface = Enum.SurfaceType.Smooth
  2871. b4 = Instance.new("SpecialMesh", p8)
  2872. b4.MeshType = Enum.MeshType.Sphere
  2873. b4.Name = "Mesh"
  2874. p9 = Instance.new("Part", m)
  2875. p9.BrickColor = BrickColor.new("Really black")
  2876. p9.Material = Enum.Material.Neon
  2877. p9.FormFactor = Enum.FormFactor.Custom
  2878. p9.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  2879. p9.CFrame = CFrame.new(67.8082123, 8.49989128, -14.2632694, 1.00001383, 6.37024641e-007, 5.36441803e-007, -9.46223736e-007, 0.999997973, -1.04308128e-007, -8.7916851e-007, 5.96046448e-008, 1.00001121)
  2880. p9.CanCollide = false
  2881. p9.Locked = true
  2882. p9.BottomSurface = Enum.SurfaceType.Smooth
  2883. p9.TopSurface = Enum.SurfaceType.Smooth
  2884. b5 = Instance.new("SpecialMesh", p9)
  2885. b5.MeshType = Enum.MeshType.Sphere
  2886. b5.Name = "Mesh"
  2887. p10 = Instance.new("Part", m)
  2888. p10.BrickColor = BrickColor.new("Gold")
  2889. p10.Material = Enum.Material.Neon
  2890. p10.FormFactor = Enum.FormFactor.Custom
  2891. p10.Size = Vector3.new(0.200000048, 0.999999821, 0.200000048)
  2892. p10.CFrame = CFrame.new(67.3000946, 8.34052181, -14.1962805, -0.323144197, -0.934642911, 0.148454338, 0.912730813, -0.349243045, -0.212012067, 0.250002205, 0.0669885725, 0.965932906)
  2893. p10.CanCollide = false
  2894. p10.Locked = true
  2895. p10.BottomSurface = Enum.SurfaceType.Smooth
  2896. p10.TopSurface = Enum.SurfaceType.Smooth
  2897. p11 = Instance.new("Part", m)
  2898. p11.BrickColor = BrickColor.new("Really black")
  2899. p11.Material = Enum.Material.Metal
  2900. p11.Name = "Main"
  2901. p11.FormFactor = Enum.FormFactor.Custom
  2902. p11.Size = Vector3.new(4.4000001, 4.19999981, 2.20000005)
  2903. p11.CFrame = CFrame.new(66.1075974, 8.19991207, -13.1631384, 1, 7.67355459e-007, 7.5990539e-007, -7.67355459e-007, 1, -2.98022478e-008, -7.5990539e-007, 2.98016651e-008, 1)
  2904. p11.CanCollide = false
  2905. p11.Locked = true
  2906. p11.BottomSurface = Enum.SurfaceType.Smooth
  2907. p11.TopSurface = Enum.SurfaceType.Smooth
  2908. p12 = Instance.new("Part", m)
  2909. p12.BrickColor = BrickColor.new("Really black")
  2910. p12.Material = Enum.Material.Neon
  2911. p12.FormFactor = Enum.FormFactor.Custom
  2912. p12.Size = Vector3.new(3, 3, 2)
  2913. p12.CFrame = CFrame.new(66.1075974, 8.19991302, -13.5631437, 1.00000453, 6.48145658e-007, 6.55599706e-007, -7.97160624e-007, 0.999999344, -1.49012251e-008, -7.5990863e-007, 2.98017362e-008, 1.0000037)
  2914. p12.CanCollide = false
  2915. p12.Locked = true
  2916. p12.BottomSurface = Enum.SurfaceType.Smooth
  2917. p12.TopSurface = Enum.SurfaceType.Smooth
  2918. b6 = Instance.new("SpecialMesh", p12)
  2919. b6.MeshType = Enum.MeshType.Sphere
  2920. b6.Name = "Mesh"
  2921. p13 = Instance.new("Part", m)
  2922. p13.BrickColor = BrickColor.new("Gold")
  2923. p13.Material = Enum.Material.Neon
  2924. p13.FormFactor = Enum.FormFactor.Custom
  2925. p13.Size = Vector3.new(0.200000048, 3.79999971, 0.200000048)
  2926. p13.CFrame = CFrame.new(66.1331863, 7.82621098, -12.0632286, 6.04434092e-007, -1.00000906, 6.55602378e-007, 0.999998689, 8.72662156e-007, -1.49012802e-008, 4.47028583e-008, 8.64220965e-007, 1.00000739)
  2927. p13.CanCollide = false
  2928. p13.Locked = true
  2929. p13.BottomSurface = Enum.SurfaceType.Smooth
  2930. p13.TopSurface = Enum.SurfaceType.Smooth
  2931. p14 = Instance.new("Part", m)
  2932. p14.BrickColor = BrickColor.new("Gold")
  2933. p14.Material = Enum.Material.Neon
  2934. p14.FormFactor = Enum.FormFactor.Custom
  2935. p14.Size = Vector3.new(0.200000048, 3.99999976, 0.200000048)
  2936. p14.CFrame = CFrame.new(65.0837555, 8.11279583, -12.0633221, 0.866040885, 0.500009477, 5.5129766e-007, -0.499999583, 0.866022587, -2.09610107e-013, -8.68580742e-007, -4.3265041e-007, 1.00001478)
  2937. p14.CanCollide = false
  2938. p14.Locked = true
  2939. p14.BottomSurface = Enum.SurfaceType.Smooth
  2940. p14.TopSurface = Enum.SurfaceType.Smooth
  2941. p15 = Instance.new("Part", m)
  2942. p15.BrickColor = BrickColor.new("Gold")
  2943. p15.Material = Enum.Material.Neon
  2944. p15.FormFactor = Enum.FormFactor.Custom
  2945. p15.Size = Vector3.new(0.200000048, 3.99999976, 0.200000048)
  2946. p15.CFrame = CFrame.new(67.0844116, 8.11277008, -12.0634222, 0.866049111, -0.500013351, 4.46991237e-007, 0.49999693, 0.866022587, 1.49009658e-008, -8.91868751e-007, 6.00952262e-007, 1.00002217)
  2947. p15.CanCollide = false
  2948. p15.Locked = true
  2949. p15.BottomSurface = Enum.SurfaceType.Smooth
  2950. p15.TopSurface = Enum.SurfaceType.Smooth
  2951. p16 = Instance.new("Part", m)
  2952. p16.BrickColor = BrickColor.new("Gold")
  2953. p16.Material = Enum.Material.Neon
  2954. p16.FormFactor = Enum.FormFactor.Custom
  2955. p16.Size = Vector3.new(0.200000048, 1.19999969, 0.200000048)
  2956. p16.CFrame = CFrame.new(65.484314, 7.30655766, -14.2634888, 0.906336308, 0.422632158, 3.49386681e-007, -0.422617853, 0.906302929, 2.46360354e-008, -1.01209048e-006, -3.84037776e-007, 1.00002587)
  2957. p16.CanCollide = false
  2958. p16.Locked = true
  2959. p16.BottomSurface = Enum.SurfaceType.Smooth
  2960. p16.TopSurface = Enum.SurfaceType.Smooth
  2961. p17 = Instance.new("Part", m)
  2962. p17.BrickColor = BrickColor.new("Gold")
  2963. p17.Material = Enum.Material.Neon
  2964. p17.FormFactor = Enum.FormFactor.Custom
  2965. p17.Size = Vector3.new(0.200000048, 1.89999986, 0.200000048)
  2966. p17.CFrame = CFrame.new(67.1100159, 7.10342312, -14.2635927, 0.866056919, -0.50001812, 3.65035532e-007, 0.499996245, 0.866021872, 5.96044032e-008, -8.79435504e-007, 6.97014912e-007, 1.00002956)
  2967. p17.CanCollide = false
  2968. p17.Locked = true
  2969. p17.BottomSurface = Enum.SurfaceType.Smooth
  2970. p17.TopSurface = Enum.SurfaceType.Smooth
  2971. p18 = Instance.new("Part", m)
  2972. p18.BrickColor = BrickColor.new("Gold")
  2973. p18.Material = Enum.Material.Neon
  2974. p18.FormFactor = Enum.FormFactor.Custom
  2975. p18.Size = Vector3.new(0.200000048, 1.19999981, 0.200000048)
  2976. p18.CFrame = CFrame.new(65.6104889, 7.05342484, -14.2637053, -0.707138717, -0.707138956, 3.36865924e-007, 0.707104087, -0.707101464, 1.4901164e-007, 9.95719802e-007, 5.95316749e-007, 1.00003707)
  2977. p18.CanCollide = false
  2978. p18.Locked = true
  2979. p18.BottomSurface = Enum.SurfaceType.Smooth
  2980. p18.TopSurface = Enum.SurfaceType.Smooth
  2981. p19 = Instance.new("Part", m)
  2982. p19.BrickColor = BrickColor.new("Really black")
  2983. p19.Material = Enum.Material.Neon
  2984. p19.FormFactor = Enum.FormFactor.Custom
  2985. p19.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  2986. p19.CFrame = CFrame.new(65.2110596, 6.69982004, -14.2638168, 1.00005388, -1.78813906e-007, 3.08695888e-007, -1.7285347e-006, 0.999993682, 2.38419489e-007, -1.15321473e-006, 3.72538381e-007, 1.0000447)
  2987. p19.CanCollide = false
  2988. p19.Locked = true
  2989. p19.BottomSurface = Enum.SurfaceType.Smooth
  2990. p19.TopSurface = Enum.SurfaceType.Smooth
  2991. b7 = Instance.new("SpecialMesh", p19)
  2992. b7.MeshType = Enum.MeshType.Sphere
  2993. b7.Name = "Mesh"
  2994. p20 = Instance.new("Part", m)
  2995. p20.BrickColor = BrickColor.new("Really black")
  2996. p20.Material = Enum.Material.Neon
  2997. p20.FormFactor = Enum.FormFactor.Custom
  2998. p20.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  2999. p20.CFrame = CFrame.new(66.7116928, 6.49980783, -14.2639294, 1.00006235, -2.98028993e-007, 2.80525398e-007, -1.8477574e-006, 0.999992907, 3.27827962e-007, -1.18139712e-006, 4.61949412e-007, 1.00005233)
  3000. p20.CanCollide = false
  3001. p20.Locked = true
  3002. p20.BottomSurface = Enum.SurfaceType.Smooth
  3003. p20.TopSurface = Enum.SurfaceType.Smooth
  3004. b8 = Instance.new("SpecialMesh", p20)
  3005. b8.MeshType = Enum.MeshType.Sphere
  3006. b8.Name = "Mesh"
  3007. p21 = Instance.new("Part", m)
  3008. p21.BrickColor = BrickColor.new("Gold")
  3009. p21.Material = Enum.Material.Neon
  3010. p21.FormFactor = Enum.FormFactor.Custom
  3011. p21.Size = Vector3.new(0.200000048, 0.799999893, 0.200000048)
  3012. p21.CFrame = CFrame.new(67.0623169, 6.40337944, -14.264039, 0.258836836, -0.965994418, 2.52354425e-007, 0.965917706, 0.258818805, 4.17237061e-007, 2.19511691e-007, 1.31106742e-006, 1.00005996)
  3013. p21.CanCollide = false
  3014. p21.Locked = true
  3015. p21.BottomSurface = Enum.SurfaceType.Smooth
  3016. p21.TopSurface = Enum.SurfaceType.Smooth
  3017. p22 = Instance.new("Part", m)
  3018. p22.BrickColor = BrickColor.new("Really black")
  3019. p22.Material = Enum.Material.Neon
  3020. p22.FormFactor = Enum.FormFactor.Custom
  3021. p22.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  3022. p22.CFrame = CFrame.new(67.5129166, 6.29977846, -14.2641516, 1.00007939, -5.96046448e-007, 2.24182997e-007, -2.14576721e-006, 0.999991298, 5.06646757e-007, -1.23776351e-006, 6.40773351e-007, 1.00006759)
  3023. p22.CanCollide = false
  3024. p22.Locked = true
  3025. p22.BottomSurface = Enum.SurfaceType.Smooth
  3026. p22.TopSurface = Enum.SurfaceType.Smooth
  3027. b9 = Instance.new("SpecialMesh", p22)
  3028. b9.MeshType = Enum.MeshType.Sphere
  3029. b9.Name = "Mesh"
  3030. w1 = Instance.new("Weld", p1)
  3031. w1.Name = "Part_Weld"
  3032. w1.Part0 = p1
  3033. w1.C0 = CFrame.new(-67.3029404, -7.60003757, 14.2623367, 1.00000453, -2.08616257e-007, -3.72529385e-008, 1.1920929e-007, 0.999999404, -1.49011452e-008, -6.70552325e-008, 2.9802333e-008, 1.0000037)
  3034. w1.Part1 = p2
  3035. w1.C1 = CFrame.new(-65.0029221, -7.60003757, 14.2623367, 1.00000453, -2.08616257e-007, -3.72529385e-008, 1.1920929e-007, 0.999999404, -1.49011452e-008, -6.70552325e-008, 2.9802333e-008, 1.0000037)
  3036. w2 = Instance.new("Weld", p2)
  3037. w2.Name = "Part_Weld"
  3038. w2.Part0 = p2
  3039. w2.C0 = CFrame.new(-65.0029221, -7.60003757, 14.2623367, 1.00000453, -2.08616257e-007, -3.72529385e-008, 1.1920929e-007, 0.999999404, -1.49011452e-008, -6.70552325e-008, 2.9802333e-008, 1.0000037)
  3040. w2.Part1 = p3
  3041. w2.C1 = CFrame.new(-35.8392487, 56.0098076, 20.1084957, 0.491483778, 0.834233105, 0.250000894, -0.868311942, 0.491481245, 0.0669875443, -0.0669877231, -0.249999821, 0.965929389)
  3042. w3 = Instance.new("Weld", p3)
  3043. w3.Name = "Part_Weld"
  3044. w3.Part0 = p3
  3045. w3.C0 = CFrame.new(-35.8392487, 56.0098076, 20.1084957, 0.491483778, 0.834233105, 0.250000894, -0.868311942, 0.491481245, 0.0669875443, -0.0669877231, -0.249999821, 0.965929389)
  3046. w3.Part1 = p4
  3047. w3.C1 = CFrame.new(-52.459343, -38.4935722, 14.2623358, 0.866029263, -0.499999881, -2.48114169e-008, 0.500002384, 0.866024733, -3.15312398e-008, -6.70552325e-008, 2.9802333e-008, 1.0000037)
  3048. w4 = Instance.new("Weld", p4)
  3049. w4.Name = "Part_Weld"
  3050. w4.Part0 = p4
  3051. w4.C0 = CFrame.new(-52.459343, -38.4935722, 14.2623358, 0.866029263, -0.499999881, -2.48114169e-008, 0.500002384, 0.866024733, -3.15312398e-008, -6.70552325e-008, 2.9802333e-008, 1.0000037)
  3052. w4.Part1 = p5
  3053. w4.C1 = CFrame.new(54.4780006, 39.4971619, 14.2623367, -0.866029263, 0.49999994, 2.48113796e-008, -0.500002444, -0.866024733, 3.15312398e-008, -6.70552254e-008, 2.98023224e-008, 1.0000037)
  3054. w5 = Instance.new("Weld", p5)
  3055. w5.Name = "Part_Weld"
  3056. w5.Part0 = p5
  3057. w5.C0 = CFrame.new(54.4780006, 39.4971619, 14.2623367, -0.866029263, 0.49999994, 2.48113796e-008, -0.500002444, -0.866024733, 3.15312398e-008, -6.70552254e-008, 2.98023224e-008, 1.0000037)
  3058. w5.Part1 = p6
  3059. w5.C1 = CFrame.new(60.1191711, -26.5763226, 14.2623367, -0.866029382, -0.499999493, 3.9712539e-008, 0.500002205, -0.866024911, -5.72166936e-009, -6.70552254e-008, 2.98023224e-008, 1.0000037)
  3060. w6 = Instance.new("Weld", p6)
  3061. w6.Name = "Part_Weld"
  3062. w6.Part0 = p6
  3063. w6.C0 = CFrame.new(60.1191711, -26.5763226, 14.2623367, -0.866029382, -0.499999493, 3.9712539e-008, 0.500002205, -0.866024911, -5.72166936e-009, -6.70552254e-008, 2.98023224e-008, 1.0000037)
  3064. w6.Part1 = p7
  3065. w6.C1 = CFrame.new(-68.0026093, -7.20003986, 14.2622881, 1, -1.63912006e-007, 7.4505806e-008, 1.63912006e-007, 1, 1.49011186e-008, -7.4505806e-008, -1.49011061e-008, 1)
  3066. w7 = Instance.new("Weld", p7)
  3067. w7.Name = "Part_Weld"
  3068. w7.Part0 = p7
  3069. w7.C0 = CFrame.new(-68.0026093, -7.20003986, 14.2622881, 1, -1.63912006e-007, 7.4505806e-008, 1.63912006e-007, 1, 1.49011186e-008, -7.4505806e-008, -1.49011061e-008, 1)
  3070. w7.Part1 = p8
  3071. w7.C1 = CFrame.new(-64.4025955, -6.60003376, 14.2622824, 1, -5.96043641e-008, 4.47034836e-008, 5.96043677e-008, 1, -5.9604421e-008, -4.470348e-008, 5.96044245e-008, 1)
  3072. w8 = Instance.new("Weld", p8)
  3073. w8.Name = "Part_Weld"
  3074. w8.Part0 = p8
  3075. w8.C0 = CFrame.new(-64.4025955, -6.60003376, 14.2622824, 1, -5.96043641e-008, 4.47034836e-008, 5.96043677e-008, 1, -5.9604421e-008, -4.470348e-008, 5.96044245e-008, 1)
  3076. w8.Part1 = p9
  3077. w8.C1 = CFrame.new(-67.8026123, -6.50004005, 14.2622881, 1, -1.63912006e-007, 7.4505806e-008, 1.63912006e-007, 1, 1.49011186e-008, -7.4505806e-008, -1.49011061e-008, 1)
  3078. w9 = Instance.new("Weld", p9)
  3079. w9.Name = "Part_Weld"
  3080. w9.Part0 = p9
  3081. w9.C0 = CFrame.new(-67.8026123, -6.50004005, 14.2622881, 1, -1.63912006e-007, 7.4505806e-008, 1.63912006e-007, 1, 1.49011186e-008, -7.4505806e-008, -1.49011061e-008, 1)
  3082. w9.Part1 = p10
  3083. w9.C1 = CFrame.new(19.5072937, 66.0613785, 5.0658741, -0.323143423, 0.912731171, 0.250000954, -0.93463856, -0.349243909, 0.0669875741, 0.148453087, -0.212012053, 0.965929449)
  3084. w10 = Instance.new("Weld", p10)
  3085. w10.Name = "Main_Weld"
  3086. w10.Part0 = p10
  3087. w10.C0 = CFrame.new(19.5072937, 66.0613785, 5.0658741, -0.323143423, 0.912731171, 0.250000954, -0.93463856, -0.349243909, 0.0669875741, 0.148453087, -0.212012053, 0.965929449)
  3088. w10.Part1 = p11
  3089. w10.C1 = CFrame.new(-66.1029282, -6.20003605, 13.1623268, 1.00000453, -2.38418579e-007, -3.72529456e-008, 8.94069672e-008, 0.999999344, -1.49011452e-008, -6.70552396e-008, 2.9802333e-008, 1.0000037)
  3090. w11 = Instance.new("Weld", p11)
  3091. w11.Name = "Part_Weld"
  3092. w11.Part0 = p11
  3093. w11.C0 = CFrame.new(-66.1029282, -6.20003605, 13.1623268, 1.00000453, -2.38418579e-007, -3.72529456e-008, 8.94069672e-008, 0.999999344, -1.49011452e-008, -6.70552396e-008, 2.9802333e-008, 1.0000037)
  3094. w11.Part1 = p12
  3095. w11.C1 = CFrame.new(-66.1026306, -6.20004368, 13.5622816, 1, -1.1920875e-007, 6.70552325e-008, 1.1920875e-007, 1, -2.98022158e-008, -6.70552325e-008, 2.98022229e-008, 1)
  3096. w12 = Instance.new("Weld", p12)
  3097. w12.Name = "Part_Weld"
  3098. w12.Part0 = p12
  3099. w12.C0 = CFrame.new(-66.1026306, -6.20004368, 13.5622816, 1, -1.1920875e-007, 6.70552325e-008, 1.1920875e-007, 1, -2.98022158e-008, -6.70552325e-008, 2.98022229e-008, 1)
  3100. w12.Part1 = p13
  3101. w12.C1 = CFrame.new(-5.82635021, 66.1279221, 12.0623207, 7.54977023e-008, 0.999999344, -1.49011434e-008, -1.00000453, 1.94707212e-007, 3.72529385e-008, -6.70552325e-008, 2.9802333e-008, 1.0000037)
  3102. w13 = Instance.new("Weld", p13)
  3103. w13.Name = "Part_Weld"
  3104. w13.Part0 = p13
  3105. w13.C0 = CFrame.new(-5.82635021, 66.1279221, 12.0623207, 7.54977023e-008, 0.999999344, -1.49011434e-008, -1.00000453, 1.94707212e-007, 3.72529385e-008, -6.70552325e-008, 2.9802333e-008, 1.0000037)
  3106. w13.Part1 = p14
  3107. w13.C1 = CFrame.new(-53.3026466, -37.8329315, 12.0623188, 0.866029263, -0.499999881, -2.4811424e-008, 0.500002325, 0.866024673, -3.15312434e-008, -6.70552396e-008, 2.9802333e-008, 1.0000037)
  3108. w14 = Instance.new("Weld", p14)
  3109. w14.Name = "Part_Weld"
  3110. w14.Part0 = p14
  3111. w14.C0 = CFrame.new(-53.3026466, -37.8329315, 12.0623188, 0.866029263, -0.499999881, -2.4811424e-008, 0.500002325, 0.866024673, -3.15312434e-008, -6.70552396e-008, 2.9802333e-008, 1.0000037)
  3112. w14.Part1 = p15
  3113. w14.C1 = CFrame.new(-61.1476631, 28.2449875, 12.0623198, 0.866029382, 0.499999404, -3.97125675e-008, -0.500002146, 0.866024971, 5.72170222e-009, -6.70552396e-008, 2.9802333e-008, 1.0000037)
  3114. w15 = Instance.new("Weld", p15)
  3115. w15.Name = "Part_Weld"
  3116. w15.Part0 = p15
  3117. w15.C0 = CFrame.new(-61.1476631, 28.2449875, 12.0623198, 0.866029382, 0.499999404, -3.97125675e-008, -0.500002146, 0.866024971, 5.72170222e-009, -6.70552396e-008, 2.9802333e-008, 1.0000037)
  3118. w15.Part1 = p16
  3119. w15.C1 = CFrame.new(-57.1000977, -32.4815826, 14.2622862, 0.906307578, -0.422618747, 6.51076419e-008, 0.422618747, 0.906307578, 3.17729842e-009, -6.0350331e-008, 2.46360994e-008, 1)
  3120. w16 = Instance.new("Weld", p16)
  3121. w16.Name = "Part_Weld"
  3122. w16.Part0 = p16
  3123. w16.C0 = CFrame.new(-57.1000977, -32.4815826, 14.2622862, 0.906307578, -0.422618747, 6.51076419e-008, 0.422618747, 0.906307578, 3.17729842e-009, -6.0350331e-008, 2.46360994e-008, 1)
  3124. w16.Part1 = p17
  3125. w16.C1 = CFrame.new(-60.6646385, 29.1315918, 14.2623339, 0.866029501, 0.499999583, 5.5611892e-008, -0.500002265, 0.866025209, 3.67179815e-008, -4.470348e-008, 5.96046448e-008, 1.0000037)
  3126. w17 = Instance.new("Weld", p17)
  3127. w17.Name = "Part_Weld"
  3128. w17.Part0 = p17
  3129. w17.C0 = CFrame.new(-60.6646385, 29.1315918, 14.2623339, 0.866029501, 0.499999583, 5.5611892e-008, -0.500002265, 0.866025209, 3.67179815e-008, -4.470348e-008, 5.96046448e-008, 1.0000037)
  3130. w17.Part1 = p18
  3131. w17.C1 = CFrame.new(42.8147545, 49.9616852, 14.2623405, -0.707109571, 0.707106829, 2.10734417e-008, -0.707110047, -0.707106233, -6.32202557e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
  3132. w18 = Instance.new("Weld", p18)
  3133. w18.Name = "Part_Weld"
  3134. w18.Part0 = p18
  3135. w18.C0 = CFrame.new(42.8147545, 49.9616852, 14.2623405, -0.707109571, 0.707106829, 2.10734417e-008, -0.707110047, -0.707106233, -6.32202557e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
  3136. w18.Part1 = p19
  3137. w18.C1 = CFrame.new(-65.2028809, -4.70003223, 14.2623415, 1.00000429, -2.08616257e-007, 2.98023117e-008, 8.94069672e-008, 0.999999642, 5.96046377e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
  3138. w19 = Instance.new("Weld", p19)
  3139. w19.Name = "Part_Weld"
  3140. w19.Part0 = p19
  3141. w19.C0 = CFrame.new(-65.2028809, -4.70003223, 14.2623415, 1.00000429, -2.08616257e-007, 2.98023117e-008, 8.94069672e-008, 0.999999642, 5.96046377e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
  3142. w19.Part1 = p20
  3143. w19.C1 = CFrame.new(-66.7028656, -4.50003386, 14.2623415, 1.00000417, -2.08616257e-007, 2.98023117e-008, 8.94069672e-008, 0.999999583, 5.96046377e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
  3144. w20 = Instance.new("Weld", p20)
  3145. w20.Name = "Part_Weld"
  3146. w20.Part0 = p20
  3147. w20.C0 = CFrame.new(-66.7028656, -4.50003386, 14.2623415, 1.00000417, -2.08616257e-007, 2.98023117e-008, 8.94069672e-008, 0.999999583, 5.96046377e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
  3148. w20.Part1 = p21
  3149. w20.C1 = CFrame.new(-21.6081295, 63.6283798, 14.2623405, 0.258820146, 0.965925455, 6.52870682e-008, -0.965930045, 0.258819073, -1.33600135e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
  3150. w21 = Instance.new("Weld", p21)
  3151. w21.Name = "Part_Weld"
  3152. w21.Part0 = p21
  3153. w21.C0 = CFrame.new(-21.6081295, 63.6283798, 14.2623405, 0.258820146, 0.965925455, 6.52870682e-008, -0.965930045, 0.258819073, -1.33600135e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
  3154. w21.Part1 = p22
  3155. w21.C1 = CFrame.new(-67.5028763, -4.30003405, 14.2623415, 1.00000417, -2.08616257e-007, 2.98023117e-008, 8.94069672e-008, 0.999999583, 5.96046377e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
  3156. w22 = Instance.new("Weld", p22)
  3157. w22.Name = "Wedge_Weld"
  3158. w22.Part0 = p22
  3159. w22.C0 = CFrame.new(-67.5028763, -4.30003405, 14.2623415, 1.00000417, -2.08616257e-007, 2.98023117e-008, 8.94069672e-008, 0.999999583, 5.96046377e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
  3160. m.Parent = torso
  3161. m:MakeJoints()
  3162. ----------------------------------------------------
  3163. local cor5 = Instance.new("Part", torso.Torso)
  3164. cor5.Name = "Thingy"
  3165. cor5.Locked = true
  3166. cor5.BottomSurface = 0
  3167. cor5.CanCollide = false
  3168. cor5.Size = Vector3.new(2, 1, 1)
  3169. cor5.Transparency = 1
  3170. cor5.TopSurface = 0
  3171. corw2 = Instance.new("Weld", cor5)
  3172. corw2.Part0 = torso
  3173. corw2.Part1 = cor5
  3174. corw2.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  3175. corw2.C1 = CFrame.new(0, 0, 0)
  3176. weld2 = Instance.new("Weld", torso.Torso)
  3177. weld2.Part0 = cor5
  3178. weld2.Part1 = p11
  3179. weld2.C0 = CFrame.new(0, 0, 0)
  3180. ----------------------------------------------------
  3181. local m = Instance.new("Model")
  3182. m.Name = "RightLeg"
  3183. p1 = Instance.new("Part", m)
  3184. p1.BrickColor = BrickColor.new("Really black")
  3185. p1.Material = Enum.Material.Neon
  3186. p1.FormFactor = Enum.FormFactor.Custom
  3187. p1.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  3188. p1.CFrame = CFrame.new(67.2429962, 5.49923229, -14.269578, 1.00045943, -5.51538596e-006, -2.14306033e-006, -7.25689733e-006, 0.999951601, 3.93318305e-006, -2.55180248e-006, 4.05587616e-006, 1.00038624)
  3189. p1.CanCollide = false
  3190. p1.Locked = true
  3191. p1.BottomSurface = Enum.SurfaceType.Smooth
  3192. p1.TopSurface = Enum.SurfaceType.Smooth
  3193. b1 = Instance.new("SpecialMesh", p1)
  3194. b1.MeshType = Enum.MeshType.Sphere
  3195. b1.Name = "Mesh"
  3196. p2 = Instance.new("Part", m)
  3197. p2.BrickColor = BrickColor.new("Really black")
  3198. p2.Material = Enum.Material.Neon
  3199. p2.FormFactor = Enum.FormFactor.Custom
  3200. p2.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  3201. p2.CFrame = CFrame.new(67.6437836, 4.79925013, -14.2696915, 1.00046372, -5.51538369e-006, -2.14306829e-006, -7.37613163e-006, 0.999951243, 3.93319806e-006, -2.57999613e-006, 4.14531632e-006, 1.00039005)
  3202. p2.CanCollide = false
  3203. p2.Locked = true
  3204. p2.BottomSurface = Enum.SurfaceType.Smooth
  3205. p2.TopSurface = Enum.SurfaceType.Smooth
  3206. b2 = Instance.new("SpecialMesh", p2)
  3207. b2.MeshType = Enum.MeshType.Sphere
  3208. b2.Name = "Mesh"
  3209. p3 = Instance.new("Part", m)
  3210. p3.BrickColor = BrickColor.new("Gold")
  3211. p3.Material = Enum.Material.Neon
  3212. p3.FormFactor = Enum.FormFactor.Custom
  3213. p3.Size = Vector3.new(0.200000048, 0.999999762, 0.200000048)
  3214. p3.CFrame = CFrame.new(66.8881302, 5.17327356, -14.2696877, -0.707441688, -0.707433701, -2.14858301e-006, 0.707077265, -0.707066894, 4.0476084e-006, 4.7538756e-006, -1.07312485e-006, 1.00039387)
  3215. p3.CanCollide = false
  3216. p3.Locked = true
  3217. p3.BottomSurface = Enum.SurfaceType.Smooth
  3218. p3.TopSurface = Enum.SurfaceType.Smooth
  3219. p4 = Instance.new("Part", m)
  3220. p4.BrickColor = BrickColor.new("Really black")
  3221. p4.Material = Enum.Material.Neon
  3222. p4.FormFactor = Enum.FormFactor.Custom
  3223. p4.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  3224. p4.CFrame = CFrame.new(66.5432739, 4.7992568, -14.2696896, 1.00046802, -5.54323196e-006, -2.17126149e-006, -7.42077827e-006, 0.999950886, 4.02261594e-006, -2.58000705e-006, 4.14531496e-006, 1.00039387)
  3225. p4.CanCollide = false
  3226. p4.Locked = true
  3227. p4.BottomSurface = Enum.SurfaceType.Smooth
  3228. p4.TopSurface = Enum.SurfaceType.Smooth
  3229. b3 = Instance.new("SpecialMesh", p4)
  3230. b3.MeshType = Enum.MeshType.Sphere
  3231. b3.Name = "Mesh"
  3232. p5 = Instance.new("Part", m)
  3233. p5.BrickColor = BrickColor.new("Gold")
  3234. p5.Material = Enum.Material.Neon
  3235. p5.FormFactor = Enum.FormFactor.Custom
  3236. p5.Size = Vector3.new(0.200000048, 0.999999762, 0.200000048)
  3237. p5.CFrame = CFrame.new(67.8495178, 4.41932487, -14.269804, -0.906733274, 0.422823101, -2.17126944e-006, -0.422590762, -0.906265974, 4.0226314e-006, 5.74146384e-007, -4.94026517e-006, 1.00039768)
  3238. p5.CanCollide = false
  3239. p5.Locked = true
  3240. p5.BottomSurface = Enum.SurfaceType.Smooth
  3241. p5.TopSurface = Enum.SurfaceType.Smooth
  3242. p6 = Instance.new("Part", m)
  3243. p6.BrickColor = BrickColor.new("Gold")
  3244. p6.Material = Enum.Material.Neon
  3245. p6.FormFactor = Enum.FormFactor.Custom
  3246. p6.Size = Vector3.new(0.200000048, 0.799999833, 0.200000048)
  3247. p6.CFrame = CFrame.new(66.5438004, 4.21363878, -14.2698011, 1.00047636, -7.68899918e-006, -2.17678416e-006, -5.51342964e-006, 0.999950111, 4.13704174e-006, -2.63088032e-006, 4.20975539e-006, 1.0004015)
  3248. p6.CanCollide = false
  3249. p6.Locked = true
  3250. p6.BottomSurface = Enum.SurfaceType.Smooth
  3251. p6.TopSurface = Enum.SurfaceType.Smooth
  3252. p7 = Instance.new("Part", m)
  3253. p7.BrickColor = BrickColor.new("Really black")
  3254. p7.Material = Enum.Material.Metal
  3255. p7.Name = "Main"
  3256. p7.FormFactor = Enum.FormFactor.Custom
  3257. p7.Size = Vector3.new(2.20000005, 4.19999981, 2.20000005)
  3258. p7.CFrame = CFrame.new(67.2447891, 3.99926972, -13.1694622, 1.00048089, -5.69129634e-006, -2.186149e-006, -7.65911773e-006, 0.999949753, 4.1418657e-006, -2.63640663e-006, 4.32419529e-006, 1.00040531)
  3259. p7.CanCollide = false
  3260. p7.Locked = true
  3261. p7.BottomSurface = Enum.SurfaceType.Smooth
  3262. p7.TopSurface = Enum.SurfaceType.Smooth
  3263. p8 = Instance.new("Part", m)
  3264. p8.BrickColor = BrickColor.new("Gold")
  3265. p8.Material = Enum.Material.Neon
  3266. p8.FormFactor = Enum.FormFactor.Custom
  3267. p8.Size = Vector3.new(0.200000048, 1.49999976, 0.200000048)
  3268. p8.CFrame = CFrame.new(67.1560593, 4.19274044, -14.2700233, -0.766423643, -0.643097878, -2.21435107e-006, 0.642760634, -0.766000509, 4.23129995e-006, 4.88720252e-006, -1.69966381e-006, 1.00041294)
  3269. p8.CanCollide = false
  3270. p8.Locked = true
  3271. p8.BottomSurface = Enum.SurfaceType.Smooth
  3272. p8.TopSurface = Enum.SurfaceType.Smooth
  3273. p9 = Instance.new("WedgePart", m)
  3274. p9.BrickColor = BrickColor.new("Gold")
  3275. p9.Material = Enum.Material.Neon
  3276. p9.Name = "Wedge"
  3277. p9.FormFactor = Enum.FormFactor.Custom
  3278. p9.Size = Vector3.new(1, 1.19999981, 4)
  3279. p9.CFrame = CFrame.new(67.3460693, 3.49928832, -10.7686377, -1.00049889, -4.27957411e-006, 4.5400966e-006, 8.07642937e-006, 0.906259179, -0.422600418, 2.61850914e-006, -0.422791958, -0.906690836)
  3280. p9.CanCollide = false
  3281. p9.Locked = true
  3282. p9.TopSurface = Enum.SurfaceType.Smooth
  3283. b4 = Instance.new("SpecialMesh", p9)
  3284. b4.MeshType = Enum.MeshType.Wedge
  3285. b4.Name = "Mesh"
  3286. b4.Scale = Vector3.new(0.600000024, 1, 1)
  3287. p10 = Instance.new("Part", m)
  3288. p10.BrickColor = BrickColor.new("Really black")
  3289. p10.Material = Enum.Material.Neon
  3290. p10.FormFactor = Enum.FormFactor.Custom
  3291. p10.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  3292. p10.CFrame = CFrame.new(68.0469971, 3.99923301, -14.2702446, 1.00050783, -6.09550762e-006, -2.27330474e-006, -8.07715332e-006, 0.999947786, 4.38094139e-006, -2.69438578e-006, 4.64916229e-006, 1.0004282)
  3293. p10.CanCollide = false
  3294. p10.Locked = true
  3295. p10.BottomSurface = Enum.SurfaceType.Smooth
  3296. p10.TopSurface = Enum.SurfaceType.Smooth
  3297. b5 = Instance.new("SpecialMesh", p10)
  3298. b5.MeshType = Enum.MeshType.Sphere
  3299. b5.Name = "Mesh"
  3300. p11 = Instance.new("Part", m)
  3301. p11.BrickColor = BrickColor.new("Really black")
  3302. p11.Material = Enum.Material.Neon
  3303. p11.FormFactor = Enum.FormFactor.Custom
  3304. p11.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  3305. p11.CFrame = CFrame.new(66.5467682, 3.59925723, -14.2703533, 1.00051641, -6.21477238e-006, -2.30150818e-006, -8.22622587e-006, 0.999947011, 4.47037792e-006, -2.72259308e-006, 4.73860473e-006, 1.00043583)
  3306. p11.CanCollide = false
  3307. p11.Locked = true
  3308. p11.BottomSurface = Enum.SurfaceType.Smooth
  3309. p11.TopSurface = Enum.SurfaceType.Smooth
  3310. b6 = Instance.new("SpecialMesh", p11)
  3311. b6.MeshType = Enum.MeshType.Sphere
  3312. b6.Name = "Mesh"
  3313. p12 = Instance.new("Part", m)
  3314. p12.BrickColor = BrickColor.new("Gold")
  3315. p12.Material = Enum.Material.Neon
  3316. p12.FormFactor = Enum.FormFactor.Custom
  3317. p12.Size = Vector3.new(0.200000048, 1.49999976, 0.200000048)
  3318. p12.CFrame = CFrame.new(67.558609, 3.39274073, -14.2704687, -0.766450763, -0.643119991, -2.33134415e-006, 0.642759323, -0.765998006, 4.5598149e-006, 5.20550884e-006, -1.92419975e-006, 1.00044346)
  3319. p12.CanCollide = false
  3320. p12.Locked = true
  3321. p12.BottomSurface = Enum.SurfaceType.Smooth
  3322. p12.TopSurface = Enum.SurfaceType.Smooth
  3323. p13 = Instance.new("Part", m)
  3324. p13.BrickColor = BrickColor.new("Really black")
  3325. p13.Material = Enum.Material.Neon
  3326. p13.FormFactor = Enum.FormFactor.Custom
  3327. p13.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  3328. p13.CFrame = CFrame.new(67.0482101, 2.79927826, -14.2705812, 1.00053358, -6.43730164e-006, -2.36118058e-006, -8.5234642e-006, 0.999945402, 4.64126742e-006, -2.78064022e-006, 4.90151251e-006, 1.00045109)
  3329. p13.CanCollide = false
  3330. p13.Locked = true
  3331. p13.BottomSurface = Enum.SurfaceType.Smooth
  3332. p13.TopSurface = Enum.SurfaceType.Smooth
  3333. b7 = Instance.new("SpecialMesh", p13)
  3334. b7.MeshType = Enum.MeshType.Sphere
  3335. b7.Name = "Mesh"
  3336. p14 = Instance.new("WedgePart", m)
  3337. p14.BrickColor = BrickColor.new("Gold")
  3338. p14.Material = Enum.Material.Neon
  3339. p14.Name = "Wedge"
  3340. p14.FormFactor = Enum.FormFactor.Custom
  3341. p14.Size = Vector3.new(1, 0.699999809, 1.29999995)
  3342. p14.CFrame = CFrame.new(66.8462448, 2.3492887, -14.7586241, 1.00054216, -6.55656913e-006, -2.38459074e-006, -8.61293847e-006, 0.999944568, 4.66311894e-006, -2.81690609e-006, 5.04259924e-006, 1.00045872)
  3343. p14.CanCollide = false
  3344. p14.Locked = true
  3345. p14.TopSurface = Enum.SurfaceType.Smooth
  3346. b8 = Instance.new("SpecialMesh", p14)
  3347. b8.MeshType = Enum.MeshType.Wedge
  3348. b8.Name = "Mesh"
  3349. b8.Scale = Vector3.new(0.200000003, 1, 1)
  3350. p15 = Instance.new("WedgePart", m)
  3351. p15.BrickColor = BrickColor.new("Gold")
  3352. p15.Material = Enum.Material.Neon
  3353. p15.Name = "Wedge"
  3354. p15.FormFactor = Enum.FormFactor.Custom
  3355. p15.Size = Vector3.new(1, 0.699999809, 1.29999995)
  3356. p15.CFrame = CFrame.new(68.0474777, 2.34926867, -14.7587423, 1.00055075, -6.67583618e-006, -2.41442808e-006, -8.73221416e-006, 0.999943614, 4.74457238e-006, -2.84674707e-006, 5.12405404e-006, 1.00046635)
  3357. p15.CanCollide = false
  3358. p15.Locked = true
  3359. p15.TopSurface = Enum.SurfaceType.Smooth
  3360. b9 = Instance.new("SpecialMesh", p15)
  3361. b9.MeshType = Enum.MeshType.Wedge
  3362. b9.Name = "Mesh"
  3363. b9.Scale = Vector3.new(0.200000003, 1, 1)
  3364. p16 = Instance.new("WedgePart", m)
  3365. p16.BrickColor = BrickColor.new("Gold")
  3366. p16.Material = Enum.Material.Neon
  3367. p16.Name = "Wedge"
  3368. p16.FormFactor = Enum.FormFactor.Custom
  3369. p16.Size = Vector3.new(1, 0.699999809, 1.29999995)
  3370. p16.CFrame = CFrame.new(67.4477234, 2.34926438, -14.7588549, 1.00055933, -6.79510413e-006, -2.44426587e-006, -8.85149075e-006, 0.99994266, 4.82602672e-006, -2.8765885e-006, 5.20550975e-006, 1.00047398)
  3371. p16.CanCollide = false
  3372. p16.Locked = true
  3373. p16.TopSurface = Enum.SurfaceType.Smooth
  3374. b10 = Instance.new("SpecialMesh", p16)
  3375. b10.MeshType = Enum.MeshType.Wedge
  3376. b10.Name = "Mesh"
  3377. b10.Scale = Vector3.new(0.200000003, 1, 1)
  3378. w1 = Instance.new("Weld", p1)
  3379. w1.Name = "Part_Weld"
  3380. w1.Part0 = p1
  3381. w1.C0 = CFrame.new(-67.2025909, -3.50003719, 14.2622871, 1, -8.94065977e-008, 5.79734944e-008, 8.94065977e-008, 1, -2.98022034e-008, -5.79734909e-008, 2.98022087e-008, 1)
  3382. w1.Part1 = p2
  3383. w1.C1 = CFrame.new(-67.6028976, -2.80003333, 14.2623405, 1.00000429, -2.08616257e-007, 2.98023117e-008, 8.94069672e-008, 0.999999642, 5.96046377e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
  3384. w2 = Instance.new("Weld", p2)
  3385. w2.Name = "Part_Weld"
  3386. w2.Part0 = p2
  3387. w2.C0 = CFrame.new(-67.6028976, -2.80003333, 14.2623405, 1.00000429, -2.08616257e-007, 2.98023117e-008, 8.94069672e-008, 0.999999642, 5.96046377e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
  3388. w2.Part1 = p3
  3389. w2.C1 = CFrame.new(45.023777, 49.5125847, 14.2622843, -0.707106769, 0.707106769, -6.37114681e-008, -0.707106769, -0.707106769, 1.37820813e-008, -3.53054119e-008, 5.47962173e-008, 1)
  3390. w3 = Instance.new("Weld", p3)
  3391. w3.Name = "Part_Weld"
  3392. w3.Part0 = p3
  3393. w3.C0 = CFrame.new(45.023777, 49.5125847, 14.2622843, -0.707106769, 0.707106769, -6.37114681e-008, -0.707106769, -0.707106769, 1.37820813e-008, -3.53054119e-008, 5.47962173e-008, 1)
  3394. w3.Part1 = p4
  3395. w3.C1 = CFrame.new(-66.5026016, -2.80003667, 14.2622871, 1, -8.94065835e-008, 5.79734944e-008, 8.94065835e-008, 1, -2.98022034e-008, -5.79734909e-008, 2.98022087e-008, 1)
  3396. w4 = Instance.new("Weld", p4)
  3397. w4.Name = "Part_Weld"
  3398. w4.Part0 = p4
  3399. w4.C0 = CFrame.new(-66.5026016, -2.80003667, 14.2622871, 1, -8.94065835e-008, 5.79734944e-008, 8.94065835e-008, 1, -2.98022034e-008, -5.79734909e-008, 2.98022087e-008, 1)
  3400. w4.Part1 = p5
  3401. w4.C1 = CFrame.new(62.4776497, -26.4635353, 14.2623405, -0.906311512, -0.422618151, -5.2200086e-008, 0.422620177, -0.906307399, -4.14251318e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
  3402. w5 = Instance.new("Weld", p5)
  3403. w5.Name = "Part_Weld"
  3404. w5.Part0 = p5
  3405. w5.C0 = CFrame.new(62.4776497, -26.4635353, 14.2623405, -0.906311512, -0.422618151, -5.2200086e-008, 0.422620177, -0.906307399, -4.14251318e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
  3406. w5.Part1 = p6
  3407. w5.C1 = CFrame.new(-66.5025787, -2.21426678, 14.2622843, 1, 1.90734295e-006, 3.53052521e-008, -1.90734295e-006, 1, -5.47961676e-008, -3.53053551e-008, 5.47961001e-008, 1)
  3408. w6 = Instance.new("Weld", p6)
  3409. w6.Name = "Part_Weld"
  3410. w6.Part0 = p6
  3411. w6.C0 = CFrame.new(-66.5025787, -2.21426678, 14.2622843, 1, 1.90734295e-006, 3.53052521e-008, -1.90734295e-006, 1, -5.47961676e-008, -3.53053551e-008, 5.47961001e-008, 1)
  3412. w6.Part1 = p7
  3413. w6.C1 = CFrame.new(-67.202919, -2.00003123, 13.1623335, 1.00000453, -2.38418579e-007, 2.98023295e-008, 8.94069672e-008, 0.999999642, 5.96046448e-008, -4.46573551e-008, 5.96046448e-008, 1.00000381)
  3414. w7 = Instance.new("Weld", p7)
  3415. w7.Name = "Part_Weld"
  3416. w7.Part0 = p7
  3417. w7.C0 = CFrame.new(-67.202919, -2.00003123, 13.1623335, 1.00000453, -2.38418579e-007, 2.98023295e-008, 8.94069672e-008, 0.999999642, 5.96046448e-008, -4.46573551e-008, 5.96046448e-008, 1.00000381)
  3418. w7.Part1 = p8
  3419. w7.C1 = CFrame.new(50.0020561, 44.8201294, 14.2623405, -0.766047955, 0.642787397, 1.54832112e-008, -0.642790377, -0.766044199, -6.48163692e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
  3420. w8 = Instance.new("Weld", p8)
  3421. w8.Name = "Wedge_Weld"
  3422. w8.Part0 = p8
  3423. w8.C0 = CFrame.new(50.0020561, 44.8201294, 14.2623405, -0.766047955, 0.642787397, 1.54832112e-008, -0.642790377, -0.766044199, -6.48163692e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
  3424. w8.Part1 = p9
  3425. w8.C1 = CFrame.new(67.3029327, -5.90784931, -9.1200285, -1.00000453, 3.57627869e-007, -9.07683528e-008, 2.33116921e-007, 0.906307459, -0.422619879, 7.83834153e-009, -0.42261824, -0.906311214)
  3426. w9 = Instance.new("Weld", p9)
  3427. w9.Name = "Part_Weld"
  3428. w9.Part0 = p9
  3429. w9.C0 = CFrame.new(67.3029327, -5.90784931, -9.1200285, -1.00000453, 3.57627869e-007, -9.07683528e-008, 2.33116921e-007, 0.906307459, -0.422619879, 7.83834153e-009, -0.42261824, -0.906311214)
  3430. w9.Part1 = p10
  3431. w9.C1 = CFrame.new(-68.0029068, -2.00003219, 14.2623405, 1.00000441, -2.08616257e-007, 2.98023135e-008, 5.96046448e-008, 0.999999642, 5.96046412e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
  3432. w10 = Instance.new("Weld", p10)
  3433. w10.Name = "Part_Weld"
  3434. w10.Part0 = p10
  3435. w10.C0 = CFrame.new(-68.0029068, -2.00003219, 14.2623405, 1.00000441, -2.08616257e-007, 2.98023135e-008, 5.96046448e-008, 0.999999642, 5.96046412e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
  3436. w10.Part1 = p11
  3437. w10.C1 = CFrame.new(-66.5028687, -1.60003603, 14.2623405, 1.00000417, -2.08616257e-007, 2.98023117e-008, 8.94069672e-008, 0.999999583, 5.96046377e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
  3438. w11 = Instance.new("Weld", p11)
  3439. w11.Name = "Part_Weld"
  3440. w11.Part0 = p11
  3441. w11.C0 = CFrame.new(-66.5028687, -1.60003603, 14.2623405, 1.00000417, -2.08616257e-007, 2.98023117e-008, 8.94069672e-008, 0.999999583, 5.96046377e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
  3442. w11.Part1 = p12
  3443. w11.C1 = CFrame.new(50.8226891, 44.4644012, 14.2623415, -0.766047835, 0.642787337, 1.03502398e-008, -0.642790318, -0.76604414, -5.86991185e-008, -5.96046341e-008, 2.98023224e-008, 1.00000381)
  3444. w12 = Instance.new("Weld", p12)
  3445. w12.Name = "Part_Weld"
  3446. w12.Part0 = p12
  3447. w12.C0 = CFrame.new(50.8226891, 44.4644012, 14.2623415, -0.766047835, 0.642787337, 1.03502398e-008, -0.642790318, -0.76604414, -5.86991185e-008, -5.96046341e-008, 2.98023224e-008, 1.00000381)
  3448. w12.Part1 = p13
  3449. w12.C1 = CFrame.new(-67.0028915, -0.800035119, 14.2623415, 1.00000429, -2.08616257e-007, 2.980231e-008, 1.1920929e-007, 0.999999642, 5.16191463e-008, -5.96046341e-008, 2.98023224e-008, 1.00000381)
  3450. w13 = Instance.new("Weld", p13)
  3451. w13.Name = "Wedge_Weld"
  3452. w13.Part0 = p13
  3453. w13.C0 = CFrame.new(-67.0028915, -0.800035119, 14.2623415, 1.00000429, -2.08616257e-007, 2.980231e-008, 1.1920929e-007, 0.999999642, 5.16191463e-008, -5.96046341e-008, 2.98023224e-008, 1.00000381)
  3454. w13.Part1 = p14
  3455. w13.C1 = CFrame.new(-66.8004532, -0.350028068, 14.7500486, 1.00000429, -2.08616257e-007, 2.33795703e-008, 8.94069672e-008, 0.999999523, 1.11224018e-007, -5.31818927e-008, -2.9802294e-008, 1.00000381)
  3456. w14 = Instance.new("Weld", p14)
  3457. w14.Name = "Wedge_Weld"
  3458. w14.Part0 = p14
  3459. w14.C0 = CFrame.new(-66.8004532, -0.350028068, 14.7500486, 1.00000429, -2.08616257e-007, 2.33795703e-008, 8.94069672e-008, 0.999999523, 1.11224018e-007, -5.31818927e-008, -2.9802294e-008, 1.00000381)
  3460. w14.Part1 = p15
  3461. w14.C1 = CFrame.new(-68.0004578, -0.350028008, 14.7500486, 1.00000429, -2.08616257e-007, 2.33795703e-008, 8.94069672e-008, 0.999999523, 1.11224018e-007, -5.31818927e-008, -2.9802294e-008, 1.00000381)
  3462. w15 = Instance.new("Weld", p15)
  3463. w15.Name = "Wedge_Weld"
  3464. w15.Part0 = p15
  3465. w15.C0 = CFrame.new(-68.0004578, -0.350028008, 14.7500486, 1.00000429, -2.08616257e-007, 2.33795703e-008, 8.94069672e-008, 0.999999523, 1.11224018e-007, -5.31818927e-008, -2.9802294e-008, 1.00000381)
  3466. w15.Part1 = p16
  3467. w15.C1 = CFrame.new(-67.4004517, -0.350028008, 14.7500486, 1.00000429, -2.08616257e-007, 2.33795703e-008, 8.94069672e-008, 0.999999523, 1.11224018e-007, -5.31818927e-008, -2.9802294e-008, 1.00000381)
  3468. m.Parent = rleg
  3469. m:MakeJoints()
  3470. ----------------------------------------------------
  3471. local cor6 = Instance.new("Part", rleg.RightLeg)
  3472. cor6.Name = "Thingy"
  3473. cor6.Locked = true
  3474. cor6.BottomSurface = 0
  3475. cor6.CanCollide = false
  3476. cor6.Size = Vector3.new(2, 1, 1)
  3477. cor6.Transparency = 1
  3478. cor6.TopSurface = 0
  3479. corw2 = Instance.new("Weld", cor6)
  3480. corw2.Part0 = rleg
  3481. corw2.Part1 = cor6
  3482. corw2.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  3483. corw2.C1 = CFrame.new(0, 0, 0)
  3484. weld2 = Instance.new("Weld", rleg.RightLeg)
  3485. weld2.Part0 = cor6
  3486. weld2.Part1 = p7
  3487. weld2.C0 = CFrame.new(0, 0, 0)
  3488. ----------------------------------------------------
  3489. local m = Instance.new("Model")
  3490. m.Name = "LeftLeg"
  3491. p1 = Instance.new("WedgePart", m)
  3492. p1.BrickColor = BrickColor.new("Gold")
  3493. p1.Material = Enum.Material.Neon
  3494. p1.Name = "Wedge"
  3495. p1.FormFactor = Enum.FormFactor.Custom
  3496. p1.Size = Vector3.new(1, 0.699999809, 1.29999995)
  3497. p1.CFrame = CFrame.new(64.3107605, 2.34980536, -14.7520046, 1.00008786, -7.1526415e-007, 2.00803143e-007, -2.2649931e-006, 0.999990404, 5.36453001e-007, -1.27237047e-006, 7.81809263e-007, 1.00007522)
  3498. p1.CanCollide = false
  3499. p1.Locked = true
  3500. p1.TopSurface = Enum.SurfaceType.Smooth
  3501. b1 = Instance.new("SpecialMesh", p1)
  3502. b1.MeshType = Enum.MeshType.Wedge
  3503. b1.Name = "Mesh"
  3504. b1.Scale = Vector3.new(0.200000003, 1, 1)
  3505. p2 = Instance.new("WedgePart", m)
  3506. p2.BrickColor = BrickColor.new("Gold")
  3507. p2.Material = Enum.Material.Neon
  3508. p2.Name = "Wedge"
  3509. p2.FormFactor = Enum.FormFactor.Custom
  3510. p2.Size = Vector3.new(1, 1.19999981, 4)
  3511. p2.CFrame = CFrame.new(64.9138336, 3.49979234, -10.7640553, -1.00009644, -6.38643314e-007, 1.81689501e-007, 2.53323037e-006, 0.906298041, -0.422614515, 1.23479219e-006, -0.422652602, -0.906383216)
  3512. p2.CanCollide = false
  3513. p2.Locked = true
  3514. p2.TopSurface = Enum.SurfaceType.Smooth
  3515. b2 = Instance.new("SpecialMesh", p2)
  3516. b2.MeshType = Enum.MeshType.Wedge
  3517. b2.Name = "Mesh"
  3518. b2.Scale = Vector3.new(0.600000024, 1, 1)
  3519. p3 = Instance.new("Part", m)
  3520. p3.BrickColor = BrickColor.new("Really black")
  3521. p3.Material = Enum.Material.Metal
  3522. p3.Name = "Main"
  3523. p3.FormFactor = Enum.FormFactor.Custom
  3524. p3.Size = Vector3.new(2.20000005, 4.19999981, 2.20000005)
  3525. p3.CFrame = CFrame.new(65.0144501, 3.99976897, -13.1643734, 1.00010526, -9.43461771e-007, 1.5135204e-007, -2.48442234e-006, 0.999988973, 7.74860382e-007, -1.32394814e-006, 8.94069672e-007, 1.00009048)
  3526. p3.CanCollide = false
  3527. p3.Locked = true
  3528. p3.BottomSurface = Enum.SurfaceType.Smooth
  3529. p3.TopSurface = Enum.SurfaceType.Smooth
  3530. p4 = Instance.new("Part", m)
  3531. p4.BrickColor = BrickColor.new("Really black")
  3532. p4.Material = Enum.Material.Neon
  3533. p4.FormFactor = Enum.FormFactor.Custom
  3534. p4.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  3535. p4.CFrame = CFrame.new(64.8149185, 4.09976244, -14.2645903, 1.00011396, -1.07351866e-006, 1.23178822e-007, -2.62327239e-006, 0.999988258, 8.64272579e-007, -1.33881622e-006, 1.01328953e-006, 1.00009811)
  3536. p4.CanCollide = false
  3537. p4.Locked = true
  3538. p4.BottomSurface = Enum.SurfaceType.Smooth
  3539. p4.TopSurface = Enum.SurfaceType.Smooth
  3540. b3 = Instance.new("SpecialMesh", p4)
  3541. b3.MeshType = Enum.MeshType.Sphere
  3542. b3.Name = "Mesh"
  3543. p5 = Instance.new("WedgePart", m)
  3544. p5.BrickColor = BrickColor.new("Gold")
  3545. p5.Material = Enum.Material.Neon
  3546. p5.Name = "Wedge"
  3547. p5.FormFactor = Enum.FormFactor.Custom
  3548. p5.Size = Vector3.new(1, 0.699999809, 1.29999995)
  3549. p5.CFrame = CFrame.new(64.9130707, 2.34976578, -14.7524614, 1.00012243, -1.19274011e-006, 9.97973828e-008, -2.74250215e-006, 0.999987364, 8.94081438e-007, -1.37342522e-006, 1.15432931e-006, 1.00010574)
  3550. p5.CanCollide = false
  3551. p5.Locked = true
  3552. p5.TopSurface = Enum.SurfaceType.Smooth
  3553. b4 = Instance.new("SpecialMesh", p5)
  3554. b4.MeshType = Enum.MeshType.Wedge
  3555. b4.Name = "Mesh"
  3556. b4.Scale = Vector3.new(0.200000003, 1, 1)
  3557. p6 = Instance.new("Part", m)
  3558. p6.BrickColor = BrickColor.new("Gold")
  3559. p6.Material = Enum.Material.Neon
  3560. p6.FormFactor = Enum.FormFactor.Custom
  3561. p6.Size = Vector3.new(0.200000048, 1.29999971, 0.200000048)
  3562. p6.CFrame = CFrame.new(65.1539307, 3.56787443, -14.2648125, -0.81925869, 0.573652625, 6.3568308e-008, -0.573566198, -0.819142461, 1.03511331e-006, 4.69596898e-007, -1.7646264e-006, 1.00011337)
  3563. p6.CanCollide = false
  3564. p6.Locked = true
  3565. p6.BottomSurface = Enum.SurfaceType.Smooth
  3566. p6.TopSurface = Enum.SurfaceType.Smooth
  3567. p7 = Instance.new("Part", m)
  3568. p7.BrickColor = BrickColor.new("Gold")
  3569. p7.Material = Enum.Material.Neon
  3570. p7.FormFactor = Enum.FormFactor.Custom
  3571. p7.Size = Vector3.new(0.200000048, 0.999999642, 0.200000048)
  3572. p7.CFrame = CFrame.new(64.9899063, 4.4266243, -14.2649202, 0.86614728, 0.500068843, 4.87115699e-008, -0.499995351, 0.866011381, 1.14634361e-006, -1.86828663e-006, 3.82691809e-007, 1.000121)
  3573. p7.CanCollide = false
  3574. p7.Locked = true
  3575. p7.BottomSurface = Enum.SurfaceType.Smooth
  3576. p7.TopSurface = Enum.SurfaceType.Smooth
  3577. p8 = Instance.new("Part", m)
  3578. p8.BrickColor = BrickColor.new("Really black")
  3579. p8.Material = Enum.Material.Neon
  3580. p8.FormFactor = Enum.FormFactor.Custom
  3581. p8.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  3582. p8.CFrame = CFrame.new(65.2172623, 4.89969873, -14.2650318, 1.00014877, -1.43051147e-006, 2.05365609e-008, -3.09944153e-006, 0.99998486, 1.2357583e-006, -1.44150738e-006, 1.38478742e-006, 1.00012863)
  3583. p8.CanCollide = false
  3584. p8.Locked = true
  3585. p8.BottomSurface = Enum.SurfaceType.Smooth
  3586. p8.TopSurface = Enum.SurfaceType.Smooth
  3587. b5 = Instance.new("SpecialMesh", p8)
  3588. b5.MeshType = Enum.MeshType.Sphere
  3589. b5.Name = "Mesh"
  3590. p9 = Instance.new("Part", m)
  3591. p9.BrickColor = BrickColor.new("Really black")
  3592. p9.Material = Enum.Material.Neon
  3593. p9.FormFactor = Enum.FormFactor.Custom
  3594. p9.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  3595. p9.CFrame = CFrame.new(65.517868, 2.99971151, -14.2651463, 1.00015736, -1.5520751e-006, -9.27031252e-009, -3.21633729e-006, 0.999984026, 1.32517368e-006, -1.46969478e-006, 1.46621869e-006, 1.00013626)
  3596. p9.CanCollide = false
  3597. p9.Locked = true
  3598. p9.BottomSurface = Enum.SurfaceType.Smooth
  3599. p9.TopSurface = Enum.SurfaceType.Smooth
  3600. b6 = Instance.new("SpecialMesh", p9)
  3601. b6.MeshType = Enum.MeshType.Sphere
  3602. b6.Name = "Mesh"
  3603. p10 = Instance.new("Part", m)
  3604. p10.BrickColor = BrickColor.new("Gold")
  3605. p10.Material = Enum.Material.Neon
  3606. p10.FormFactor = Enum.FormFactor.Custom
  3607. p10.Size = Vector3.new(0.200000048, 1.09999967, 0.200000048)
  3608. p10.CFrame = CFrame.new(64.79879, 5.1497221, -14.2652512, -0.642893076, 0.766172707, -3.7446263e-008, -0.766029418, -0.64277941, 1.40660427e-006, -2.27817864e-007, -2.14863894e-006, 1.00014389)
  3609. p10.CanCollide = false
  3610. p10.Locked = true
  3611. p10.BottomSurface = Enum.SurfaceType.Smooth
  3612. p10.TopSurface = Enum.SurfaceType.Smooth
  3613. p11 = Instance.new("Part", m)
  3614. p11.BrickColor = BrickColor.new("Gold")
  3615. p11.Material = Enum.Material.Neon
  3616. p11.FormFactor = Enum.FormFactor.Custom
  3617. p11.Size = Vector3.new(0.200000048, 0.699999809, 0.200000048)
  3618. p11.CFrame = CFrame.new(65.2189484, 5.30325174, -14.2653618, 1.00017476, -1.78813934e-006, -6.56227002e-008, -3.4570694e-006, 0.999982595, 1.49602079e-006, -1.52770292e-006, 1.64505627e-006, 1.00015152)
  3619. p11.CanCollide = false
  3620. p11.Locked = true
  3621. p11.BottomSurface = Enum.SurfaceType.Smooth
  3622. p11.TopSurface = Enum.SurfaceType.Smooth
  3623. p12 = Instance.new("WedgePart", m)
  3624. p12.BrickColor = BrickColor.new("Gold")
  3625. p12.Material = Enum.Material.Neon
  3626. p12.Name = "Wedge"
  3627. p12.FormFactor = Enum.FormFactor.Custom
  3628. p12.Size = Vector3.new(1, 0.699999809, 1.29999995)
  3629. p12.CFrame = CFrame.new(65.5171509, 2.34969687, -14.7532635, 1.00018334, -1.89246384e-006, -8.90070169e-008, -3.54650388e-006, 0.999981821, 1.52583425e-006, -1.56231545e-006, 1.78610321e-006, 1.00015914)
  3630. p12.CanCollide = false
  3631. p12.Locked = true
  3632. p12.TopSurface = Enum.SurfaceType.Smooth
  3633. b7 = Instance.new("SpecialMesh", p12)
  3634. b7.MeshType = Enum.MeshType.Wedge
  3635. b7.Name = "Mesh"
  3636. b7.Scale = Vector3.new(0.200000003, 1, 1)
  3637. p13 = Instance.new("Part", m)
  3638. p13.BrickColor = BrickColor.new("Really black")
  3639. p13.Material = Enum.Material.Neon
  3640. p13.FormFactor = Enum.FormFactor.Custom
  3641. p13.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  3642. p13.CFrame = CFrame.new(64.3198929, 5.59963703, -14.2655821, 1.00019193, -1.97098893e-006, -1.23608402e-007, -3.67657594e-006, 0.999981046, 1.66687016e-006, -1.58571254e-006, 1.81590929e-006, 1.00016677)
  3643. p13.CanCollide = false
  3644. p13.Locked = true
  3645. p13.BottomSurface = Enum.SurfaceType.Smooth
  3646. p13.TopSurface = Enum.SurfaceType.Smooth
  3647. b8 = Instance.new("SpecialMesh", p13)
  3648. b8.MeshType = Enum.MeshType.Sphere
  3649. b8.Name = "Mesh"
  3650. p14 = Instance.new("Part", m)
  3651. p14.BrickColor = BrickColor.new("Really black")
  3652. p14.Material = Enum.Material.Neon
  3653. p14.FormFactor = Enum.FormFactor.Custom
  3654. p14.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  3655. p14.CFrame = CFrame.new(65.2206192, 5.79961872, -14.2656937, 1.00020039, -2.10105645e-006, -1.51786239e-007, -3.75511786e-006, 0.99998033, 1.7562885e-006, -1.6139021e-006, 1.90533035e-006, 1.0001744)
  3656. p14.CanCollide = false
  3657. p14.Locked = true
  3658. p14.BottomSurface = Enum.SurfaceType.Smooth
  3659. p14.TopSurface = Enum.SurfaceType.Smooth
  3660. b9 = Instance.new("SpecialMesh", p14)
  3661. b9.MeshType = Enum.MeshType.Sphere
  3662. b9.Name = "Mesh"
  3663. w1 = Instance.new("Weld", p1)
  3664. w1.Name = "Wedge_Weld"
  3665. w1.Part0 = p1
  3666. w1.C0 = CFrame.new(-64.3004303, -0.350028396, 14.7500486, 1.00000429, -2.08616257e-007, 2.33795703e-008, 8.94069672e-008, 0.999999523, 1.11224018e-007, -5.31818927e-008, -2.9802294e-008, 1.00000381)
  3667. w1.Part1 = p2
  3668. w1.C1 = CFrame.new(64.9028854, -5.90785694, -9.12002754, -1.00000429, 3.57627869e-007, -9.07683386e-008, 2.9341092e-007, 0.906307459, -0.422619879, -5.58450353e-009, -0.42261821, -0.906311214)
  3669. w2 = Instance.new("Weld", p2)
  3670. w2.Name = "Part_Weld"
  3671. w2.Part0 = p2
  3672. w2.C0 = CFrame.new(64.9028854, -5.90785694, -9.12002754, -1.00000429, 3.57627869e-007, -9.07683386e-008, 2.9341092e-007, 0.906307459, -0.422619879, -5.58450353e-009, -0.42261821, -0.906311214)
  3673. w2.Part1 = p3
  3674. w2.C1 = CFrame.new(-65.0029144, -2.00002885, 13.1623335, 1.00000453, -2.19451294e-007, 2.98023295e-008, 6.97858056e-008, 0.999999702, 5.96046448e-008, -4.46573551e-008, 5.96046448e-008, 1.00000381)
  3675. w3 = Instance.new("Weld", p3)
  3676. w3.Name = "Part_Weld"
  3677. w3.Part0 = p3
  3678. w3.C0 = CFrame.new(-65.0029144, -2.00002885, 13.1623335, 1.00000453, -2.19451294e-007, 2.98023295e-008, 6.97858056e-008, 0.999999702, 5.96046448e-008, -4.46573551e-008, 5.96046448e-008, 1.00000381)
  3679. w3.Part1 = p4
  3680. w3.C1 = CFrame.new(-64.8028488, -2.10003614, 14.2623415, 1.00000417, -2.08616257e-007, 2.98023117e-008, 8.94069672e-008, 0.999999583, 5.96046377e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
  3681. w4 = Instance.new("Weld", p4)
  3682. w4.Name = "Wedge_Weld"
  3683. w4.Part0 = p4
  3684. w4.C0 = CFrame.new(-64.8028488, -2.10003614, 14.2623415, 1.00000417, -2.08616257e-007, 2.98023117e-008, 8.94069672e-008, 0.999999583, 5.96046377e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
  3685. w4.Part1 = p5
  3686. w4.C1 = CFrame.new(-64.9004364, -0.350028336, 14.7500486, 1.00000429, -2.08616257e-007, 2.33795703e-008, 8.94069672e-008, 0.999999523, 1.11224018e-007, -5.31818927e-008, -2.9802294e-008, 1.00000381)
  3687. w5 = Instance.new("Weld", p5)
  3688. w5.Name = "Part_Weld"
  3689. w5.Part0 = p5
  3690. w5.C0 = CFrame.new(-64.9004364, -0.350028336, 14.7500486, 1.00000429, -2.08616257e-007, 2.33795703e-008, 8.94069672e-008, 0.999999523, 1.11224018e-007, -5.31818927e-008, -2.9802294e-008, 1.00000381)
  3691. w5.Part1 = p6
  3692. w5.C1 = CFrame.new(54.2596054, -36.0786095, 14.2623415, -0.819155633, -0.573575974, -5.40201484e-008, 0.573578835, -0.819151759, -2.51900261e-008, -5.96046341e-008, 2.98023224e-008, 1.00000381)
  3693. w6 = Instance.new("Weld", p6)
  3694. w6.Name = "Part_Weld"
  3695. w6.Part0 = p6
  3696. w6.C0 = CFrame.new(54.2596054, -36.0786095, 14.2623415, -0.819155633, -0.573575974, -5.40201484e-008, 0.573578835, -0.819151759, -2.51900261e-008, -5.96046341e-008, 2.98023224e-008, 1.00000381)
  3697. w6.Part1 = p7
  3698. w6.C1 = CFrame.new(-55.0575066, -34.589859, 14.2623396, 0.866029263, -0.50000006, -3.99274924e-009, 0.500002325, 0.866025031, 6.65203004e-008, -4.46573551e-008, 5.96046448e-008, 1.00000381)
  3699. w7 = Instance.new("Weld", p7)
  3700. w7.Name = "Part_Weld"
  3701. w7.Part0 = p7
  3702. w7.C0 = CFrame.new(-55.0575066, -34.589859, 14.2623396, 0.866029263, -0.50000006, -3.99274924e-009, 0.500002325, 0.866025031, 6.65203004e-008, -4.46573551e-008, 5.96046448e-008, 1.00000381)
  3703. w7.Part1 = p8
  3704. w7.C1 = CFrame.new(-65.2028809, -2.90003395, 14.2623415, 1.00000429, -2.08616257e-007, 2.98023117e-008, 8.94069672e-008, 0.999999642, 5.96046377e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
  3705. w8 = Instance.new("Weld", p8)
  3706. w8.Name = "Part_Weld"
  3707. w8.Part0 = p8
  3708. w8.C0 = CFrame.new(-65.2028809, -2.90003395, 14.2623415, 1.00000429, -2.08616257e-007, 2.98023117e-008, 8.94069672e-008, 0.999999642, 5.96046377e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
  3709. w8.Part1 = p9
  3710. w8.C1 = CFrame.new(-65.5028763, -1.00002885, 14.2623425, 1.00000429, -2.06278372e-007, 2.98023135e-008, 8.70690755e-008, 0.999999523, 5.16191463e-008, -5.96046341e-008, 2.98023224e-008, 1.00000381)
  3711. w9 = Instance.new("Weld", p9)
  3712. w9.Name = "Part_Weld"
  3713. w9.Part0 = p9
  3714. w9.C0 = CFrame.new(-65.5028763, -1.00002885, 14.2623425, 1.00000429, -2.06278372e-007, 2.98023135e-008, 8.70690755e-008, 0.999999523, 5.16191463e-008, -5.96046341e-008, 2.98023224e-008, 1.00000381)
  3715. w9.Part1 = p10
  3716. w9.C1 = CFrame.new(44.0550385, -47.6020889, 14.2623405, -0.642790556, -0.766044021, -6.48163621e-008, 0.766047776, -0.642787576, -1.54832289e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
  3717. w10 = Instance.new("Weld", p10)
  3718. w10.Name = "Part_Weld"
  3719. w10.Part0 = p10
  3720. w10.C0 = CFrame.new(44.0550385, -47.6020889, 14.2623405, -0.642790556, -0.766044021, -6.48163621e-008, 0.766047776, -0.642787576, -1.54832289e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
  3721. w10.Part1 = p11
  3722. w10.C1 = CFrame.new(-65.2028656, -3.3036263, 14.2623405, 1.00000429, -1.93715096e-007, 2.98023153e-008, 1.1920929e-007, 0.999999702, 5.96046412e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
  3723. w11 = Instance.new("Weld", p11)
  3724. w11.Name = "Wedge_Weld"
  3725. w11.Part0 = p11
  3726. w11.C0 = CFrame.new(-65.2028656, -3.3036263, 14.2623405, 1.00000429, -1.93715096e-007, 2.98023153e-008, 1.1920929e-007, 0.999999702, 5.96046412e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
  3727. w11.Part1 = p12
  3728. w11.C1 = CFrame.new(-65.5004425, -0.350028276, 14.7500486, 1.00000429, -2.08616257e-007, 2.33795703e-008, 8.94069672e-008, 0.999999523, 1.11224018e-007, -5.31818927e-008, -2.9802294e-008, 1.00000381)
  3729. w12 = Instance.new("Weld", p12)
  3730. w12.Name = "Part_Weld"
  3731. w12.Part0 = p12
  3732. w12.C0 = CFrame.new(-65.5004425, -0.350028276, 14.7500486, 1.00000429, -2.08616257e-007, 2.33795703e-008, 8.94069672e-008, 0.999999523, 1.11224018e-007, -5.31818927e-008, -2.9802294e-008, 1.00000381)
  3733. w12.Part1 = p13
  3734. w12.C1 = CFrame.new(-64.3028641, -3.60003614, 14.2623415, 1.00000429, -2.19451294e-007, 2.98023153e-008, 1.30103487e-007, 0.999999702, 5.96046448e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
  3735. w13 = Instance.new("Weld", p13)
  3736. w13.Name = "Part_Weld"
  3737. w13.Part0 = p13
  3738. w13.C0 = CFrame.new(-64.3028641, -3.60003614, 14.2623415, 1.00000429, -2.19451294e-007, 2.98023153e-008, 1.30103487e-007, 0.999999702, 5.96046448e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
  3739. w13.Part1 = p14
  3740. w13.C1 = CFrame.new(-65.202858, -3.80003428, 14.2623415, 1.00000417, -2.08616257e-007, 2.98023117e-008, 8.94069672e-008, 0.999999583, 5.96046377e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
  3741. w14 = Instance.new("Weld", p14)
  3742. w14.Name = "Wedge_Weld"
  3743. w14.Part0 = p14
  3744. w14.C0 = CFrame.new(-65.202858, -3.80003428, 14.2623415, 1.00000417, -2.08616257e-007, 2.98023117e-008, 8.94069672e-008, 0.999999583, 5.96046377e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
  3745. m.Parent = lleg
  3746. m:MakeJoints()
  3747. ----------------------------------------------------
  3748. local cor7 = Instance.new("Part", lleg.LeftLeg)
  3749. cor7.Name = "Thingy"
  3750. cor7.Locked = true
  3751. cor7.BottomSurface = 0
  3752. cor7.CanCollide = false
  3753. cor7.Size = Vector3.new(2, 1, 1)
  3754. cor7.Transparency = 1
  3755. cor7.TopSurface = 0
  3756. corw2 = Instance.new("Weld", cor7)
  3757. corw2.Part0 = lleg
  3758. corw2.Part1 = cor7
  3759. corw2.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  3760. corw2.C1 = CFrame.new(0, 0, 0)
  3761. weld2 = Instance.new("Weld", lleg.LeftLeg)
  3762. weld2.Part0 = cor7
  3763. weld2.Part1 = p3
  3764. weld2.C0 = CFrame.new(0, 0, 0)
  3765. ----------------------------------------------------
  3766. function weld5(part0, part1, c0, c1)
  3767. weeld=Instance.new("Weld", part0)
  3768. weeld.Part0=part0
  3769. weeld.Part1=part1
  3770. weeld.C0=c0
  3771. weeld.C1=c1
  3772. return weeld
  3773. end
  3774. ----------------------------------------------------
  3775. function newRay(start,face,range,wat)
  3776. local rey=Ray.new(start.p,(face.p-start.p).Unit*range)
  3777. hit,pos=Workspace:FindPartOnRayWithIgnoreList(rey,wat)
  3778. return rey,hit,pos
  3779. end
  3780. ----------------------------------------------------
  3781. mod5 = Instance.new("Model",char)
  3782.  
  3783. function FindNearestTorso(Position,Distance,SinglePlayer)
  3784. if SinglePlayer then return(SinglePlayer.Torso.CFrame.p -Position).magnitude < Distance end
  3785. local List = {}
  3786. for i,v in pairs(workspace:GetChildren())do
  3787. if v:IsA("Model")then
  3788. if v:findFirstChild("Torso")then
  3789. if v ~= char then
  3790. if(v.Torso.Position -Position).magnitude <= Distance then
  3791. table.insert(List,v)
  3792. end
  3793. end
  3794. end
  3795. end
  3796. end
  3797. return List
  3798. end
  3799.  
  3800. function Landing()
  3801. part=Instance.new('Part',mod5)
  3802. part.Anchored=true
  3803. part.CanCollide=false
  3804. part.FormFactor='Custom'
  3805. part.Size=Vector3.new(.2,.2,.2)
  3806. part.CFrame=root.CFrame*CFrame.new(0,-2,0)
  3807. part.Transparency=.7
  3808. part.BrickColor=BrickColor.new('Really black')
  3809. part2=part:clone()
  3810. part2.Parent = mod5
  3811. part2.BrickColor=BrickColor.new('Gold')
  3812. mesh=Instance.new('SpecialMesh',part)
  3813. mesh.MeshId='http://www.roblox.com/asset/?id=20329976'
  3814. mesh.Scale=Vector3.new(10,5,10)
  3815. mesh2=mesh:clone()
  3816. mesh2.Parent=part2
  3817. mesh2.Scale=Vector3.new(12, 6, 12)
  3818.  
  3819. for i,v in pairs(FindNearestTorso(torso.CFrame.p,30))do
  3820. if v:FindFirstChild('Humanoid') then
  3821. v.Humanoid:TakeDamage(math.random(20,30))
  3822. v.Humanoid.PlatformStand = true
  3823. v:FindFirstChild("Torso").Velocity = hed.CFrame.lookVector * 30
  3824. end
  3825. end
  3826.  
  3827. coroutine.resume(coroutine.create(function()
  3828. for i=0,3.8,0.05 do
  3829. wait()
  3830. part.CFrame=part.CFrame
  3831. part.Transparency=i
  3832. part2.CFrame=part2.CFrame
  3833. part2.Transparency=i
  3834. mesh.Scale=mesh.Scale+Vector3.new(1,0.2,1)
  3835. mesh2.Scale=mesh2.Scale+Vector3.new(1.2,0.3,1.2)
  3836. end
  3837. part.Parent = nil
  3838. end))
  3839. end
  3840. ----------------------------------------------------
  3841. mod4 = Instance.new("Model",char)
  3842.  
  3843. ptez = {0.7, 0.8, 0.9, 1}
  3844.  
  3845. function FindNearestTorso(Position,Distance,SinglePlayer)
  3846. if SinglePlayer then return(SinglePlayer.Torso.CFrame.p -Position).magnitude < Distance end
  3847. local List = {}
  3848. for i,v in pairs(workspace:GetChildren())do
  3849. if v:IsA("Model")then
  3850. if v:findFirstChild("Torso")then
  3851. if v ~= char then
  3852. if(v.Torso.Position -Position).magnitude <= Distance then
  3853. table.insert(List,v)
  3854. end
  3855. end
  3856. end
  3857. end
  3858. end
  3859. return List
  3860. end
  3861.  
  3862. function GroundPound()
  3863. part=Instance.new('Part',mod4)
  3864. part.Anchored=true
  3865. part.CanCollide=false
  3866. part.FormFactor='Custom'
  3867. part.Size=Vector3.new(.2,.2,.2)
  3868. part.CFrame=root.CFrame*CFrame.new(0,-5.8,-2.4)*CFrame.Angles(math.rad(90),0,0)
  3869. part.Transparency=.7
  3870. part.BrickColor=BrickColor.new('Really black')
  3871. mesh=Instance.new('SpecialMesh',part)
  3872. mesh.MeshId='http://www.roblox.com/asset/?id=3270017'
  3873. mesh.Scale=Vector3.new(3,3,3)
  3874. part2=Instance.new('Part',mod4)
  3875. part2.Anchored=true
  3876. part2.CanCollide=false
  3877. part2.FormFactor='Custom'
  3878. part2.Size=Vector3.new(.2,.2,.2)
  3879. part2.CFrame=root.CFrame*CFrame.new(0,-5,-2.6)
  3880. part2.Transparency=.7
  3881. part2.BrickColor=BrickColor.new('Really red')
  3882. mesh2=Instance.new('SpecialMesh',part2)
  3883. mesh2.MeshId='http://www.roblox.com/asset/?id=20329976'
  3884. mesh2.Scale=Vector3.new(3,1.5,3)
  3885. x = Instance.new("Sound",char)
  3886. x.SoundId = "http://www.roblox.com/asset/?id=142070127"
  3887. x.Pitch = ptez[math.random(1,#ptez)]
  3888. x.Volume = 1
  3889. wait(.1)
  3890. x:Play()
  3891. for i,v in pairs(FindNearestTorso(torso.CFrame.p,12))do
  3892. if v:FindFirstChild('Humanoid') then
  3893. v.Humanoid:TakeDamage(math.random(8,15))
  3894. end
  3895. end
  3896. coroutine.resume(coroutine.create(function()
  3897. for i=0,0.62,0.13 do
  3898. wait()
  3899. part.CFrame=part.CFrame
  3900. part.Transparency=i
  3901. mesh.Scale=mesh.Scale+Vector3.new(0.4,0.4,0.4)
  3902. part2.CFrame=part2.CFrame
  3903. part2.Transparency=i
  3904. mesh2.Scale=mesh2.Scale+Vector3.new(0.4,0.2,0.4)
  3905. end
  3906. part.Parent=nil
  3907. part2.Parent=nil
  3908. x:Destroy()
  3909. end))
  3910. end
  3911. ----------------------------------------------------
  3912. mod=Instance.new('Model',char)
  3913.  
  3914. function charge()
  3915. hed.Velocity=hed.CFrame.lookVector*200
  3916. part=Instance.new('Part',mod)
  3917. part.Anchored=true
  3918. part.CanCollide=false
  3919. part.FormFactor='Custom'
  3920. part.Size=Vector3.new(.2,.2,.2)
  3921. part.CFrame=hed.CFrame*CFrame.Angles(math.rad(90),0,0)
  3922. part.Transparency=.7
  3923. part.BrickColor=BrickColor.new('Black')
  3924. mesh=Instance.new('SpecialMesh',part)
  3925. mesh.MeshId='http://www.roblox.com/asset/?id=20329976'
  3926. mesh.Scale=Vector3.new(10,5,10)
  3927. part2=part:clone()
  3928. part2.Parent=mod
  3929. part2.BrickColor=BrickColor.new('Bright red')
  3930. mesh2=mesh:clone()
  3931. mesh2.Parent=part2
  3932. mesh2.Scale=Vector3.new(20,10,20)
  3933. part3=part2:clone()
  3934. part3.Parent = mod
  3935. part3.BrickColor=BrickColor.new('Really black')
  3936. mesh3=mesh2:clone()
  3937. mesh2.Parent=part3
  3938. mesh3.Scale=Vector3.new(30,15,30)
  3939. coroutine.resume(coroutine.create(function()
  3940. for i=0,1,0.1 do
  3941. wait()
  3942. part.CFrame=part.CFrame
  3943. part.Transparency=i
  3944. mesh.Scale=mesh.Scale+Vector3.new(1,1,1)
  3945. part2.CFrame=part2.CFrame
  3946. part2.Transparency=i
  3947. mesh2.Scale=mesh2.Scale+Vector3.new(1,1,1)
  3948. part3.CFrame=part3.CFrame
  3949. part3.Transparency=i
  3950. mesh3.Scale=mesh3.Scale+Vector3.new(1,1,1)
  3951. end
  3952. part.Parent=nil
  3953. part2.Parent=nil
  3954. part3.Parent = nil
  3955. end))
  3956. end
  3957. ----------------------------------------------------
  3958. function FindNearestTorso(Position,Distance,SinglePlayer)
  3959. if SinglePlayer then return(SinglePlayer.Torso.CFrame.p -Position).magnitude < Distance end
  3960. local List = {}
  3961. for i,v in pairs(workspace:GetChildren())do
  3962. if v:IsA("Model")then
  3963. if v:findFirstChild("Torso")then
  3964. if v ~= char then
  3965. if(v.Torso.Position -Position).magnitude <= Distance then
  3966. table.insert(List,v)
  3967. end
  3968. end
  3969. end
  3970. end
  3971. end
  3972. return List
  3973. end
  3974.  
  3975. mod3 = Instance.new("Model",rleg)
  3976.  
  3977. function Stomp()
  3978. part=Instance.new('Part',mod3)
  3979. part.Anchored=true
  3980. part.CanCollide=false
  3981. part.FormFactor='Custom'
  3982. part.Size=Vector3.new(.2,.2,.2)
  3983. part.CFrame=rleg.CFrame*CFrame.new(0,-2.4,0)*CFrame.Angles(math.rad(90),0,0)
  3984. part.Transparency=.7
  3985. part.BrickColor=BrickColor.new('Bright green')
  3986. mesh=Instance.new('SpecialMesh',part)
  3987. mesh.MeshId='http://www.roblox.com/asset/?id=3270017'
  3988. mesh.Scale=Vector3.new(25,25,25)
  3989. part2=part:clone()
  3990. part2.Parent=mod3
  3991. part2.BrickColor=BrickColor.new('Bright green')
  3992. mesh2=mesh:clone()
  3993. mesh2.Parent=part2
  3994. mesh2.Scale=Vector3.new(15,15,15)
  3995. part3=part:clone()
  3996. part3.Parent=mod3
  3997. part3.TopSurface=0
  3998. part3.BottomSurface=0
  3999. part3.CFrame=rleg.CFrame*CFrame.new(0,-3,0)
  4000. mesh3=Instance.new('SpecialMesh',part3)
  4001. mesh3.MeshType = 3
  4002. mesh3.Scale=Vector3.new(12,12,12)
  4003. for i,v in pairs(FindNearestTorso(torso.CFrame.p,50))do
  4004. if v:FindFirstChild('Humanoid') then
  4005. v.Humanoid:TakeDamage(math.random(20,60))
  4006. v.Humanoid.PlatformStand = true
  4007. v:FindFirstChild("Torso").Velocity = hed.CFrame.lookVector * 100
  4008. end
  4009. end
  4010. coroutine.resume(coroutine.create(function()
  4011. for i=0,3.8,0.05 do
  4012. wait()
  4013. part.CFrame=part.CFrame
  4014. part.Transparency=i
  4015. mesh.Scale=mesh.Scale+Vector3.new(2.8,2.8,2.8)
  4016. part2.CFrame=part2.CFrame
  4017. part2.Transparency=i
  4018. mesh2.Scale=mesh2.Scale+Vector3.new(1,1,1)
  4019. part3.CFrame=part3.CFrame
  4020. part3.Transparency=i
  4021. mesh3.Scale=mesh3.Scale+Vector3.new(1.5,1.5,1.5)
  4022. end
  4023. end))
  4024. end
  4025. ----------------------------------------------------
  4026.  
  4027. local acos = math.acos
  4028. local sqrt = math.sqrt
  4029. local Vec3 = Vector3.new
  4030. local fromAxisAngle = CFrame.fromAxisAngle
  4031.  
  4032. local function toAxisAngle(CFr)
  4033. local X,Y,Z,R00,R01,R02,R10,R11,R12,R20,R21,R22 = CFr:components()
  4034. local Angle = math.acos((R00+R11+R22-1)/2)
  4035. local A = (R21-R12)^2+(R02-R20)^2+(R10-R01)^2
  4036. A = A == 0 and 0.00001 or A
  4037. local B = (R21-R12)^2+(R02-R20)^2+(R10-R01)^2
  4038. B = B == 0 and 0.00001 or B
  4039. local C = (R21-R12)^2+(R02-R20)^2+(R10-R01)^2
  4040. C = C == 0 and 0.00001 or C
  4041. local x = (R21-R12)/sqrt(A)
  4042. local y = (R02-R20)/sqrt(B)
  4043. local z = (R10-R01)/sqrt(C)
  4044. return Vec3(x,y,z),Angle
  4045. end
  4046.  
  4047. function ApplyTrig(Num,Func)
  4048. local Min,Max = Func(0),Func(1)
  4049. local i = Func(Num)
  4050. return (i-Min)/(Max-Min)
  4051. --[[if Func == "sin" then
  4052. return (math.sin((1-Num)*math.pi)+1)/2
  4053. elseif Func == "cos" then
  4054. return (math.cos((1-Num)*math.pi)+1)/2
  4055. end]]
  4056. end
  4057.  
  4058. function LerpCFrame(CFrame1,CFrame2,Num)
  4059. local Vec,Ang = toAxisAngle(CFrame1:inverse()*CFrame2)
  4060. return CFrame1*fromAxisAngle(Vec,Ang*Num) + (CFrame2.p-CFrame1.p)*Num
  4061. end
  4062.  
  4063. function Crater(Torso,Radius)
  4064. Spawn(function()
  4065. local Ray = Ray.new(Torso.Position,Vector3.new(0,-1,0)*10)
  4066. local Ignore = {}
  4067. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  4068. if v.Character ~= nil then
  4069. Ignore[#Ignore+1] = v.Character
  4070. end
  4071. end
  4072. local Hit,Pos,SurfaceNorm = Workspace:FindPartOnRayWithIgnoreList(Ray,Ignore)
  4073. if Hit == nil then return end
  4074. local Parts = {}
  4075. for i = 1,360,10 do
  4076. local P = Instance.new("Part",Torso.Parent)
  4077. P.Anchored = true
  4078. P.FormFactor = "Custom"
  4079. P.BrickColor = Hit.BrickColor
  4080. P.Material = Hit.Material
  4081. P.TopSurface = "Smooth"
  4082. P.BottomSurface = "Smooth"
  4083. P.Size = Vector3.new(5,10,10)*(math.random(80,100)/100)
  4084. P.CFrame = ((CFrame.new(Pos,Pos+SurfaceNorm)*CFrame.Angles(math.rad(90),0,0))-Vector3.new(0,7,0))*CFrame.Angles(math.rad(math.random(-50,50)),math.rad(math.random(-50,50)),math.rad(math.random(-50,50)))
  4085. Parts[#Parts+1] = {P,P.CFrame,((CFrame.new(Pos,Pos+SurfaceNorm)*CFrame.Angles(math.rad(90),0,0))-Vector3.new(0,1,0))*CFrame.Angles(0,math.rad(i),0)*CFrame.new(0,0,-Radius)*CFrame.Angles(math.rad(math.random(-50,-20)),math.rad(math.random(-15,15)),math.rad(math.random(-15,15))),P.Size}
  4086. if math.random(0,5) == 0 then -- rubble
  4087. local P = Instance.new("Part",Torso.Parent)
  4088. P.Anchored = true
  4089. P.FormFactor = "Custom"
  4090. P.BrickColor = Hit.BrickColor
  4091. P.Material = Hit.Material
  4092. P.TopSurface = "Smooth"
  4093. P.BottomSurface = "Smooth"
  4094. P.Size = Vector3.new(2,2,2)*(math.random(80,100)/100)
  4095. P.CFrame = ((CFrame.new(Pos,Pos+SurfaceNorm)*CFrame.Angles(math.rad(90),0,0))-Vector3.new(0,2.5,0))*CFrame.Angles(math.rad(math.random(-50,50)),math.rad(math.random(-50,50)),math.rad(math.random(-50,50)))
  4096. Parts[#Parts+1] = {P,P.CFrame,(CFrame.new(Pos,Pos+SurfaceNorm)*CFrame.Angles(math.rad(90),0,0))*CFrame.Angles(0,math.rad(i),0)*CFrame.new(0,0,-Radius-8)*CFrame.Angles(math.rad(math.random(-90,90)),math.rad(math.random(-90,90)),math.rad(math.random(-90,90))),P.Size}
  4097. end
  4098. end
  4099. for i = 0,1,0.05 do
  4100. for i2,v in pairs(Parts) do
  4101. v[1].CFrame = LerpCFrame(v[2],v[3],ApplyTrig(i,math.cos))
  4102. end
  4103. wait(0.02)
  4104. end
  4105. for i,v in pairs(Parts) do
  4106. if v[1].Size.X > 2.1 then
  4107. v[1].CFrame = v[1].CFrame+Vector3.new(0,2,0)
  4108. end
  4109. v[1].Anchored = false
  4110. end
  4111. for i = 0,1,0.05 do
  4112. for i2,v in pairs(Parts) do
  4113. v[1].Transparency = i
  4114. if i == 1 then
  4115. v[1]:Destroy()
  4116. elseif i >= 0.25 then
  4117. v[1].CanCollide = false
  4118. end
  4119. end
  4120. wait(0.02)
  4121. end
  4122. Parts = nil
  4123. end)
  4124. end
  4125.  
  4126. ----------------------------------------------------
  4127. mouse.KeyDown:connect(function(key)
  4128. if key == "r" then
  4129. larm.BrickColor = BrickColor.new("Bright red")
  4130. rarm.BrickColor = BrickColor.new("Bright red")
  4131. if Debounces.CanAttack == true then
  4132. Debounces.CanAttack = false
  4133. Debounces.on = true
  4134. Debounces.NoIdl = true
  4135. to = char.Absolution.Thingy2.Touched:connect(function(ht)
  4136. hit = ht.Parent
  4137. if ht and hit:IsA("Model") then
  4138. if hit:FindFirstChild("Humanoid") then
  4139. if hit.Name ~= p.Name then
  4140. --[[if Debounces.Slashing == true and Debounces.Slashed == false then
  4141. Debounces.Slashed = true]]--
  4142. hit:FindFirstChild("Humanoid"):TakeDamage(10)
  4143. wait(1)
  4144. --Debounces.Slashed = false
  4145. --end
  4146. end
  4147. end
  4148. elseif ht and hit:IsA("Hat") then
  4149. if hit.Parent.Name ~= p.Name then
  4150. if hit.Parent:FindFirstChild("Humanoid") then
  4151. --[[ if Debounces.Slashing == true and Debounces.Slashed == false then
  4152. Debounces.Slashed = true]]--
  4153. hit.Parent:FindFirstChild("Humanoid"):TakeDamage(10)
  4154. wait(1)
  4155. --Debounces.Slashed = false
  4156. end
  4157. end
  4158. end
  4159. end)
  4160. q = Instance.new("Sound",hed)
  4161. q.SoundId = "http://www.roblox.com/asset/?id=134012322"
  4162. q.Pitch = 0.85
  4163. q.Looped = false
  4164. q1 = Instance.new("Sound",hed)
  4165. q1.SoundId = "http://www.roblox.com/asset/?id=134012322"
  4166. q1.Pitch = 0.85
  4167. q1.Looped = false
  4168. q:Play()
  4169. q1:Play()
  4170. for i = 1,20 do
  4171. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(2.3,1.1,-1) * CFrame.Angles(math.rad(115), math.rad(0), math.rad(-55)), 0.2)
  4172. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-2.3,1.1,-1) * CFrame.Angles(math.rad(115), math.rad(0), math.rad(55)), 0.2)
  4173. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,0) * CFrame.Angles(math.rad(20), math.rad(0), math.rad(0)),0.2)
  4174. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 4, 0) * CFrame.Angles(math.rad(30), math.rad(0), 0), 0.2)
  4175. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3, 1) * CFrame.Angles(math.rad(-60), 0, math.rad(0)), 0.2)
  4176. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -3, .6) * CFrame.Angles(math.rad(-60), 0, math.rad(0)), 0.2)
  4177. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -2.2, -3) * CFrame.Angles(math.rad(-90), math.rad(-142), math.rad(0)), 0.25)
  4178. if Debounces.on == false then break end
  4179. rs:wait(.6)
  4180. end
  4181. n = Instance.new("Sound",hed)
  4182. n.SoundId = "http://www.roblox.com/asset/?id=168514932"
  4183. n.Pitch = 0.94
  4184. n.Looped = false
  4185. n1 = Instance.new("Sound",hed)
  4186. n1.SoundId = "http://www.roblox.com/asset/?id=168514932"
  4187. n1.Pitch = 0.94
  4188. n1.Looped = false
  4189. n:Play()
  4190. n1:Play()
  4191. b = Instance.new("Sound",hed)
  4192. b.SoundId = "http://www.roblox.com/asset/?id=168586586"
  4193. b.Pitch = 0.94
  4194. b.Looped = false
  4195. b1 = Instance.new("Sound",hed)
  4196. b1.SoundId = "http://www.roblox.com/asset/?id=168586586"
  4197. b1.Pitch = 0.94
  4198. b1.Looped = false
  4199. b:Play()
  4200. b1:Play()
  4201. for i = 1,26 do
  4202. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(2.3,1.1,-1) * CFrame.Angles(math.rad(50), math.rad(0), math.rad(-55)), 0.25)
  4203. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-2.3,1.1,-1) * CFrame.Angles(math.rad(50), math.rad(0), math.rad(55)), 0.25)
  4204. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,0) * CFrame.Angles(math.rad(-10), math.rad(0), math.rad(0)),0.25)
  4205. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.1, 0) * CFrame.Angles(math.rad(-40), math.rad(0), 0), 0.25)
  4206. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3, -1) * CFrame.Angles(math.rad(50), 0, math.rad(0)), 0.25)
  4207. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -3, .4) * CFrame.Angles(math.rad(-10), 0, math.rad(0)), 0.25)
  4208. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(1.4, -3.5, -7) * CFrame.Angles(math.rad(-90), math.rad(-142), math.rad(20)), 0.25)
  4209. if Debounces.on == false then break end
  4210. rs:wait(1)
  4211. end
  4212. wait(.5)
  4213. to:disconnect()
  4214. q:Destroy()
  4215. q1:Destroy()
  4216. n:Destroy()
  4217. n1:Destroy()
  4218. larm.BrickColor = BrickColor.new("Really black")
  4219. rarm.BrickColor = BrickColor.new("Really black")
  4220. if Debounces.CanAttack == false then
  4221. Debounces.CanAttack = true
  4222. Debounces.on = false
  4223. Debounces.NoIdl = false
  4224. end
  4225. end
  4226. end
  4227. end)
  4228. ----------------------------------------------------
  4229. mouse.KeyDown:connect(function(key)
  4230. if key == "q" then
  4231. larm.BrickColor = BrickColor.new("Bright red")
  4232. rarm.BrickColor = BrickColor.new("Bright red")
  4233. if Debounces.CanAttack == true then
  4234. Debounces.CanAttack = false
  4235. Debounces.on = true
  4236. Debounces.NoIdl = true
  4237. to = char.Absolution.Thingy2.Touched:connect(function(ht)
  4238. hit = ht.Parent
  4239. if ht and hit:IsA("Model") then
  4240. if hit:FindFirstChild("Humanoid") then
  4241. if hit.Name ~= p.Name then
  4242. --[[if Debounces.Slashing == true and Debounces.Slashed == false then
  4243. Debounces.Slashed = true]]--
  4244. hit:FindFirstChild("Humanoid"):TakeDamage(4)
  4245. wait(1)
  4246. --Debounces.Slashed = false
  4247. --end
  4248. end
  4249. end
  4250. elseif ht and hit:IsA("Hat") then
  4251. if hit.Parent.Name ~= p.Name then
  4252. if hit.Parent:FindFirstChild("Humanoid") then
  4253. --[[ if Debounces.Slashing == true and Debounces.Slashed == false then
  4254. Debounces.Slashed = true]]--
  4255. hit.Parent:FindFirstChild("Humanoid"):TakeDamage(4)
  4256. wait(1)
  4257. --Debounces.Slashed = false
  4258. end
  4259. end
  4260. end
  4261. end)
  4262. for i = 1, 20 do
  4263. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3,.9,0) * CFrame.Angles(math.rad(21), math.rad(75), math.rad(50)), 0.2)
  4264. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3,.9,0) * CFrame.Angles(math.rad(-30), math.rad(0), math.rad(-18)), 0.2)
  4265. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.2) * CFrame.Angles(math.rad(-14),math.rad(-60),0), 0.5)
  4266. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(0, math.rad(70), 0), 0.5)
  4267. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -3, 0) * CFrame.Angles(0, 0, math.rad(-10)), 0.5)
  4268. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -3, 0) * CFrame.Angles(0, 0, math.rad(10)), 0.5)
  4269. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1.7, -1.4) * CFrame.Angles(math.rad(-90), math.rad(-90), math.rad(0)), 1)
  4270. if Debounces.on == false then break end
  4271. rs:wait(2)
  4272. end
  4273. z = Instance.new("Sound",hed)
  4274. z.SoundId = "rbxassetid://160069154"
  4275. z.Looped = false
  4276. z.Pitch = .9
  4277. z1 = Instance.new("Sound",hed)
  4278. z1.SoundId = "rbxassetid://160069154"
  4279. z1.Looped = false
  4280. z1.Pitch = .9
  4281. wait(0.01)
  4282. z:Play()
  4283. z1:Play()
  4284. for i = 1, 20 do
  4285. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3,.9,0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(50)), 0.2)
  4286. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-2,.9,-1) * CFrame.Angles(math.rad(60), math.rad(0), math.rad(20)), 0.5)
  4287. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.2) * CFrame.Angles(math.rad(-14),math.rad(30),0), 0.5)
  4288. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -3, 0) * CFrame.Angles(math.rad(0), math.rad(-30), math.rad(0)), 0.5)
  4289. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -1, -2) * CFrame.Angles(math.rad(-10), 0, 0), 0.5)
  4290. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -2.8, .6) * CFrame.Angles(math.rad(-65), 0, 0), 0.5)
  4291. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1.7, -1.4) * CFrame.Angles(math.rad(-90), math.rad(-90), math.rad(0)), 1)
  4292. if Debounces.on == false then break end
  4293. rs:wait(2)
  4294. end
  4295. for i = 1, 20 do
  4296. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3,.9,0) * CFrame.Angles(math.rad(140), math.rad(0), math.rad(50)), 0.4)
  4297. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3,.9,0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-18)), 0.4)
  4298. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.2) * CFrame.Angles(math.rad(-14),math.rad(10),0), 0.5)
  4299. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(0, math.rad(-10), 0), 0.5)
  4300. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -3, 0) * CFrame.Angles(0, 0, math.rad(-10)), 0.5)
  4301. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -3, 0) * CFrame.Angles(0, 0, math.rad(10)), 0.5)
  4302. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1.7, -1.4) * CFrame.Angles(math.rad(-90), math.rad(-90), math.rad(0)), 1)
  4303. if Debounces.on == false then break end
  4304. rs:wait(2)
  4305. end
  4306. z = Instance.new("Sound",hed)
  4307. z.SoundId = "rbxassetid://168586621"
  4308. z.Looped = false
  4309. z.Pitch = 1
  4310. z1 = Instance.new("Sound",hed)
  4311. z1.SoundId = "rbxassetid://168586621"
  4312. z1.Looped = false
  4313. z1.Pitch = 1
  4314. wait(0.01)
  4315. z:Play()
  4316. z1:Play()
  4317. for i = 1, 20 do
  4318. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3,.9,0) * CFrame.Angles(math.rad(40), math.rad(-20), math.rad(10)), 0.5)
  4319. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3,.9,0) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(-18)), 0.4)
  4320. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.2) * CFrame.Angles(math.rad(-14),math.rad(-40),0), 0.5)
  4321. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(0, math.rad(40), 0), 0.5)
  4322. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -3, 0) * CFrame.Angles(math.rad(-20), 0, math.rad(-10)), 0.5)
  4323. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -3, 0) * CFrame.Angles(math.rad(20), 0, math.rad(10)), 0.5)
  4324. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -2.8, -1.4) * CFrame.Angles(math.rad(-110), math.rad(-90), math.rad(20)), 1)
  4325. if Debounces.on == false then break end
  4326. rs:wait(2)
  4327. end
  4328. to:disconnect()
  4329. larm.BrickColor = BrickColor.new("Really black")
  4330. rarm.BrickColor = BrickColor.new("Really black")
  4331. if Debounces.CanAttack == false then
  4332. Debounces.CanAttack = true
  4333. Debounces.on = false
  4334. Debounces.NoIdl = false
  4335. end
  4336. end
  4337. end
  4338. end)
  4339. ----------------------------------------------------
  4340. Sit = false
  4341. mouse.KeyDown:connect(function(key)
  4342. if key == "v" then
  4343. if Sit == false then
  4344. Sit = true
  4345. hum.WalkSpeed = 0.001
  4346. stanceToggle = "Sitting"
  4347. elseif Sit == true then
  4348. Sit = false
  4349. hum.WalkSpeed = 7
  4350. stanceToggle = "Normal"
  4351. end
  4352. end
  4353. end)
  4354. ----------------------------------------------------
  4355. mouse.KeyDown:connect(function(key)
  4356. if key == "t" then
  4357. if Debounces.CanAttack == true then
  4358. Debounces.CanAttack = false
  4359. Debounces.on = true
  4360. Debounces.NoIdl = true
  4361. for i = 1, 20 do
  4362. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(2.3,1.1,-1) * CFrame.Angles(math.rad(115), math.rad(0), math.rad(-55)), 0.2)
  4363. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-2.3,1.1,-1) * CFrame.Angles(math.rad(115), math.rad(0), math.rad(55)), 0.2)
  4364. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,0) * CFrame.Angles(math.rad(20), math.rad(0), math.rad(0)),0.2)
  4365. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(30), math.rad(0), 0), 0.2)
  4366. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3, .6) * CFrame.Angles(math.rad(-30), 0, math.rad(0)), 0.2)
  4367. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -2, -1.2) * CFrame.Angles(math.rad(0), 0, math.rad(0)), 0.2)
  4368. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(1.4, -3.5, -7) * CFrame.Angles(math.rad(-90), math.rad(-142), math.rad(20)), 1)
  4369. if Debounces.on == false then break end
  4370. rs:wait(2.6)
  4371. end
  4372. Spawn(function()
  4373. local Parts = {}
  4374. for Y = -5,5 do
  4375. local P = Instance.new("Part",char)
  4376. P.Anchored = true
  4377. P.FormFactor = "Custom"
  4378. P.CanCollide = false
  4379. P.Size = Vector3.new(1,2,1)
  4380. P.TopSurface = "SmoothNoOutlines"
  4381. P.BottomSurface = "SmoothNoOutlines"
  4382. P.BrickColor = BrickColor.new("Really black")
  4383. P.Name = tostring(Y)
  4384. local i = (Y+5)/(10)
  4385. i = 1-math.cos(math.pi*i-(math.pi/2))
  4386. P.CFrame = char.HumanoidRootPart.CFrame*CFrame.new(0,Y,-15+(i*1.5))*CFrame.Angles(math.rad(Y*5),0,0)
  4387. --[[P.Touched:connect(function(ht)
  4388. local hit = ht.Parent
  4389. if hit:FindFirstChild("Humanoid") then
  4390. hit.Humanoid:TakeDamage(math.random(20,50))
  4391. end
  4392. end)]]--
  4393. s = Instance.new("Sound",P)
  4394. s.SoundId = "rbxassetid://228343271"
  4395. s.Volume = .7
  4396. s.Pitch = 0.9
  4397. s:Play()
  4398. P.Touched:connect(function(ht)
  4399. hit = ht.Parent
  4400. if ht and hit:IsA("Model") then
  4401. if hit:FindFirstChild("Humanoid") then
  4402. if hit.Name ~= p.Name then
  4403. --[[if Debounces.Slashing == true and Debounces.Slashed == false then
  4404. Debounces.Slashed = true]]--
  4405. hit:FindFirstChild("Humanoid"):TakeDamage(math.random(1,3))
  4406. hit:FindFirstChild("Humanoid").PlatformStand = true
  4407. wait(1)
  4408. --Debounces.Slashed = false
  4409. --end
  4410. end
  4411. end
  4412. elseif ht and hit:IsA("Hat") then
  4413. if hit.Parent.Name ~= p.Name then
  4414. if hit.Parent:FindFirstChild("Humanoid") then
  4415. --[[if Debounces.Slashing == true and Debounces.Slashed == false then
  4416. Debounces.Slashed = true]]--
  4417. hit.Parent:FindFirstChild("Humanoid"):TakeDamage(math.random (1,3))
  4418. hit:FindFirstChild("Humanoid").PlatformStand = true
  4419. wait(1)
  4420. --Debounces.Slashed = false
  4421. --end
  4422. end
  4423. end
  4424. end
  4425. end)
  4426. Parts[#Parts+1] = P
  4427. end
  4428. local BREAKIT = false
  4429. local CParts = {}
  4430. local Rocks = {}
  4431. local LastPos = nil
  4432. for i = 1,70 do
  4433. for i2,v in pairs(Parts) do
  4434. v.CFrame = v.CFrame*CFrame.new(0,0,-4)
  4435. local cf = v.CFrame
  4436. v.Size = v.Size+Vector3.new(0.4,0.35,0)
  4437. v.CFrame = cf
  4438. v.Transparency = v.Transparency+0.02
  4439. if v.Transparency >= 0.975 then BREAKIT = true end
  4440. if v.Name == "0" then
  4441. local Ignore = {}
  4442. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  4443. if v.Character ~= nil then
  4444. Ignore[#Ignore+1] = v.Character
  4445. end
  4446. end
  4447. local ray = Ray.new(v.Position+Vector3.new(0,20,0),Vector3.new(0,-200,0))
  4448. local Hit,Pos,SurfaceNorm = Workspace:FindPartOnRayWithIgnoreList(ray,Ignore)
  4449. if Hit ~= nil then
  4450. if #Rocks == 0 then
  4451. for i = 1,5 do
  4452. local P = Instance.new("Part",char)
  4453. Rocks[#Rocks+1] = P
  4454. P.Anchored = true
  4455. P.FormFactor = "Custom"
  4456. P.BrickColor = Hit.BrickColor
  4457. P.Material = Hit.Material
  4458. P.TopSurface = "Smooth"
  4459. P.BottomSurface = "Smooth"
  4460. P.Size = Vector3.new(1,1,1)*(math.random(500,900)/100)
  4461. end
  4462. end
  4463. for i,P in pairs(Rocks) do
  4464. P.CFrame = ((CFrame.new(Pos)*(v.CFrame-v.Position))*CFrame.new(math.random(-math.ceil(v.Size.X/2),math.ceil(v.Size.X/2)),0,-math.random(5,8))-Vector3.new(0,0.25,0))*CFrame.Angles(math.rad(math.random(-50,50)),math.rad(math.random(-50,50)),math.rad(math.random(20,50)))
  4465. end
  4466. local P = Instance.new("Part",char)
  4467. CParts[#CParts+1] = {P,tick()}
  4468. P.Anchored = true
  4469. P.FormFactor = "Custom"
  4470. P.BrickColor = Hit.BrickColor
  4471. P.Material = Hit.Material
  4472. P.TopSurface = "Smooth"
  4473. P.BottomSurface = "Smooth"
  4474. P.Size = Vector3.new(1,1,1)*(math.random(100,300)/100)
  4475. Pos = CFrame.new(Pos)*(v.CFrame-v.Position)*CFrame.new(v.Size.X/2,0,0)
  4476. Pos = Pos.p
  4477. P.CFrame = ((CFrame.new(Pos,Pos+SurfaceNorm)*CFrame.Angles(math.rad(90),0,0))-Vector3.new(0,0.25,0))*CFrame.Angles(math.rad(math.random(-50,50)),math.rad(math.random(-50,50)),math.rad(math.random(20,50)))
  4478. local P = P:Clone()
  4479. CParts[#CParts+1] = {P,tick()}
  4480. P.Parent = char
  4481. Pos = CFrame.new(Pos)*(v.CFrame-v.Position)*CFrame.new(-v.Size.X,0,0)
  4482. Pos = Pos.p
  4483. P.CFrame = ((CFrame.new(Pos,Pos+SurfaceNorm)*CFrame.Angles(math.rad(90),0,0))-Vector3.new(0,0.25,0))*CFrame.Angles(math.rad(math.random(-50,50)),math.rad(math.random(-50,50)),math.rad(math.random(-50,-20)))
  4484. if LastPos ~= nil then
  4485. local P = P:Clone()
  4486. CParts[#CParts+1] = {P,tick()}
  4487. P.Parent = char
  4488. P.BrickColor = BrickColor.new("Really black")
  4489. Pos = CFrame.new(Pos)*(v.CFrame-v.Position)*CFrame.new(v.Size.X/2,0,0)
  4490. Pos = Pos.p
  4491. local CFr = (CFrame.new(Pos)*(v.CFrame-v.Position))-Vector3.new(0,0.4,0)
  4492. P.Size = Vector3.new(v.Size.X-0.25,1,(CFr.p-LastPos.p).Magnitude+0.25)
  4493. --P.Velocity = Vector3.new(0,-1000,0)
  4494. P.CFrame = CFrame.new(CFr.p,LastPos.p)*CFrame.new(0,0,-((CFr.p-LastPos.p).Magnitude+0.25)/2)
  4495. end
  4496. LastPos = (CFrame.new(Pos)*(v.CFrame-v.Position))-Vector3.new(0,0.4,0)
  4497. end
  4498. end
  4499. end
  4500. if BREAKIT then break end
  4501. wait(0.002)
  4502. end
  4503. for i,v in pairs(Rocks) do
  4504. CParts[#CParts+1] = {v,tick()}
  4505. end
  4506. for i,v in pairs(Parts) do
  4507. v:Destroy()
  4508. end
  4509. Parts = nil
  4510. while true do
  4511. local t = tick()
  4512. local p = nil
  4513. for i,v in pairs(CParts) do
  4514. if t-v[2] > 4 then
  4515. v[1].Transparency = v[1].Transparency+0.05
  4516. if v[1].Transparency >= 1 then
  4517. v[1]:Destroy()
  4518. CParts[i] = nil
  4519. end
  4520. end
  4521. p = v
  4522. end
  4523. if p == nil then break end
  4524. wait(0.002)
  4525. end
  4526. for i,v in pairs(CParts) do
  4527. v:Destroy()
  4528. end
  4529. CParts = {}
  4530. end)
  4531. for i = 1, 20 do
  4532. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(2.3,.8,-1) * CFrame.Angles(math.rad(50), math.rad(0), math.rad(-55)), 0.4)
  4533. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-2.3,.8,-1) * CFrame.Angles(math.rad(50), math.rad(0), math.rad(55)), 0.4)
  4534. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,0) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(0)),0.4)
  4535. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -2.6, 0) * CFrame.Angles(math.rad(-30), math.rad(0), 0), 0.4)
  4536. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -1, -1.4) * CFrame.Angles(math.rad(40), 0, math.rad(0)), 0.4)
  4537. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -1.6, -.9) * CFrame.Angles(math.rad(10), 0, math.rad(0)), 0.4)
  4538. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(1.4, -3.5, -7) * CFrame.Angles(math.rad(-90), math.rad(-142), math.rad(20)), 1)
  4539. if Debounces.on == false then break end
  4540. rs:wait(2)
  4541. end
  4542. if Debounces.CanAttack == false then
  4543. Debounces.CanAttack = true
  4544. Debounces.on = false
  4545. Debounces.NoIdl = false
  4546. end
  4547. end
  4548. end
  4549. end)
  4550. ----------------------------------------------------
  4551. mouse.KeyDown:connect(function(key)
  4552. if key == "e" then
  4553. larm.BrickColor = BrickColor.new("Bright red")
  4554. rarm.BrickColor = BrickColor.new("Bright red")
  4555. if Debounces.CanAttack == true then
  4556. Debounces.CanAttack = false
  4557. Debounces.on = true
  4558. Debounces.NoIdl = true
  4559. for i = 1, 18 do
  4560. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3, 1.7, 0) * CFrame.Angles(math.rad(90),math.rad(50),math.rad(90)), 0.4)
  4561. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3, 0.9, 0) * CFrame.Angles(math.rad(0),math.rad(0),math.rad(-20)), 0.4)
  4562. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, 0) * CFrame.Angles(math.rad(-14),math.rad(0),0), 0.4)
  4563. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(0, math.rad(0), 0), 0.4)
  4564. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3, 0) * CFrame.Angles(0, 0, math.rad(-10)), 0.4)
  4565. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -3, 0) * CFrame.Angles(0, 0, math.rad(10)), 0.4)
  4566. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1.5, -.9) * CFrame.Angles(math.rad(-90), math.rad(-90), math.rad(0)), 1)
  4567. if Debounces.on == false then break end
  4568. rs:wait(4)
  4569. end
  4570. local HandCF = CFrame.new(char.Absolution.Handle.Position - Vector3.new(0,8.8,0)) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(0))
  4571. local rng = Instance.new("Part", char.Absolution.Handle)
  4572. rng.Anchored = true
  4573. rng.BrickColor = BrickColor.new("Really black")
  4574. rng.CanCollide = true
  4575. rng.FormFactor = 3
  4576. rng.Name = "Ring"
  4577. rng.Size = Vector3.new(1, 1, 1)
  4578. rng.CanCollide = false
  4579. rng.Transparency = 0.35
  4580. rng.TopSurface = 0
  4581. rng.BottomSurface = 0
  4582. rng.CFrame = HandCF
  4583. local rngm = Instance.new("SpecialMesh", rng)
  4584. rngm.MeshId = "http://www.roblox.com/asset/?id=3270017"
  4585. rngm.Scale = Vector3.new(1, 1, 2)
  4586. x = Instance.new("Sound", hed)
  4587. x.SoundId = "http://www.roblox.com/asset/?id=169445602"
  4588. x.Looped = false
  4589. x.Pitch = .7
  4590. x.Volume = 1
  4591. x1 = Instance.new("Sound", hed)
  4592. x1.SoundId = "http://www.roblox.com/asset/?id=169445602"
  4593. x1.Looped = false
  4594. x1.Pitch = .7
  4595. x1.Volume = 1
  4596. x:Play()
  4597. x1:Play()
  4598. rngto = rng.Touched:connect(function(ht)
  4599. hit = ht.Parent
  4600. if ht and hit:IsA("Model") then
  4601. if hit:FindFirstChild("Humanoid") then
  4602. if hit.Name ~= p.Name then
  4603. --[[if Debounces.Slashing == true and Debounces.Slashed == false then
  4604. Debounces.Slashed = true]]--
  4605. hit:FindFirstChild("Humanoid"):TakeDamage(4)
  4606. hit:FindFirstChild("Humanoid").PlatformStand = true
  4607. hit:FindFirstChild("Torso").Velocity = hit:FindFirstChild("Torso").CFrame.lookVector * -120
  4608. --Debounces.Slashed = false
  4609. --end
  4610. end
  4611. end
  4612. elseif ht and hit:IsA("Hat") then
  4613. if hit.Parent.Name ~= p.Name then
  4614. if hit.Parent:FindFirstChild("Humanoid") then
  4615. --[[ if Debounces.Slashing == true and Debounces.Slashed == false then
  4616. Debounces.Slashed = true]]--
  4617. hit.Parent:FindFirstChild("Humanoid"):TakeDamage(4)
  4618. hit:FindFirstChild("Humanoid").PlatformStand = true
  4619. hit:FindFirstChild("Torso").Velocity = hit:FindFirstChild("Torso").CFrame.lookVector * -120
  4620. --Debounces.Slashed = false
  4621. end
  4622. end
  4623. end
  4624. end)
  4625. coroutine.wrap(function()
  4626. for i = 1, 60, 2 do
  4627. rngm.Scale = Vector3.new(2 + i*2, 2 + i*2, 1)
  4628. rng.Size = rngm.Scale
  4629. rng.CFrame = HandCF
  4630. rng.Transparency = i/60
  4631. wait()
  4632. end
  4633. wait()
  4634. rng:Destroy()
  4635. end)()
  4636. for i = 1, 18 do
  4637. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3, 0.9, 0) * CFrame.Angles(math.rad(90),math.rad(0),math.rad(90)), 0.4)
  4638. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3, 0.9, 0) * CFrame.Angles(math.rad(0),math.rad(0),math.rad(-20)), 0.4)
  4639. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, 0) * CFrame.Angles(math.rad(-14),math.rad(0),0), 0.4)
  4640. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(0, math.rad(0), 0), 0.4)
  4641. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3, 0) * CFrame.Angles(0, 0, math.rad(-10)), 0.4)
  4642. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -3, 0) * CFrame.Angles(0, 0, math.rad(10)), 0.4)
  4643. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1.5, 0.2) * CFrame.Angles(math.rad(-90), math.rad(-90), math.rad(0)), 1)
  4644. if Debounces.on == false then break end
  4645. rs:wait(2.4)
  4646. end
  4647. larm.BrickColor = BrickColor.new("Really black")
  4648. rarm.BrickColor = BrickColor.new("Really black")
  4649. x:Destroy()
  4650. x1:Destroy()
  4651. if Debounces.CanAttack == false then
  4652. Debounces.CanAttack = true
  4653. Debounces.on = false
  4654. Debounces.NoIdl = false
  4655. end
  4656. end
  4657. end
  4658. end)
  4659. ----------------------------------------------------
  4660. mouse.KeyDown:connect(function(key)
  4661. if key == "y" then
  4662. if Debounces.CanAttack == true then
  4663. Debounces.CanAttack = false
  4664. Debounces.on = true
  4665. Debounces.NoIdl = true
  4666. for i = 1, 15 do
  4667. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3,.9,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(30)), 0.2)
  4668. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3,.9,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(-89)), 0.6)
  4669. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.2)*CFrame.Angles(math.rad(-14),math.rad(90),0), 0.2)
  4670. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(0, math.rad(-90), 0), 0.2)
  4671. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -3, 0) * CFrame.Angles(0, 0, math.rad(-10)), 0.2)
  4672. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -3, 0) * CFrame.Angles(0, 0, math.rad(10)), 0.2)
  4673. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1, -1.1) * CFrame.Angles(math.rad(-90), math.rad(-110), math.rad(-70)), 1)
  4674. if Debounces.on == false then break end
  4675. rs:wait(2.7)
  4676. end
  4677. x = Instance.new("Sound",char)
  4678. x.SoundId = "rbxassetid://228343271"
  4679. x.Pitch = 1
  4680. x.Volume = .8
  4681. wait(.1)
  4682. x:Play()
  4683. Debounces.on = false
  4684. Debounces.Here = false
  4685. shot = shot + 1
  4686. local rng = Instance.new("Part", char)
  4687. rng.Anchored = true
  4688. rng.BrickColor = BrickColor.new("Gold")
  4689. rng.CanCollide = false
  4690. rng.FormFactor = 3
  4691. rng.Name = "Ring"
  4692. rng.Size = Vector3.new(1, 1, 1)
  4693. rng.Transparency = 0.35
  4694. rng.TopSurface = 0
  4695. rng.BottomSurface = 0
  4696. rng2 = rng:clone()
  4697. rng3 = rng2:clone()
  4698. rng4 = rng2:clone()
  4699. local rngm = Instance.new("SpecialMesh", rng)
  4700. rngm.MeshId = "http://www.roblox.com/asset/?id=3270017"
  4701. rngm.Scale = Vector3.new(10, 10, 1)
  4702. rngm2 = rngm:clone()
  4703. rngm2.Scale = Vector3.new(5, 5, 3)
  4704. rngm3=rngm2:clone()
  4705. rngm3.Parent = rng3
  4706. rngm3.Scale = Vector3.new(8, 8, 1)
  4707. rngm4 = rngm2:clone()
  4708. rngm4.Parent = rng4
  4709. rngm4.Scale = Vector3.new(6, 6, 1)
  4710. local bem = Instance.new("Part", char)
  4711. bem.Anchored = true
  4712. bem.BrickColor = BrickColor.new("Really black")
  4713. bem.CanCollide = false
  4714. bem.FormFactor = 3
  4715. bem.Name = "Beam" .. shot
  4716. bem.Size = Vector3.new(1, 1, 1)
  4717. bem.Transparency = 0.35
  4718. bem.TopSurface = 0
  4719. bem.BottomSurface = 0
  4720. local bemm = Instance.new("SpecialMesh", bem)
  4721. bemm.MeshType = 4
  4722. bemm.Scale = Vector3.new(1, 4, 4)
  4723. local out = Instance.new("Part", char)
  4724. out.Anchored = true
  4725. out.BrickColor = BrickColor.new("Really black")
  4726. out.CanCollide = false
  4727. out.FormFactor = 3
  4728. out.Name = "Out"
  4729. out.Size = Vector3.new(4, 4, 4)
  4730. out.Transparency = 0.35
  4731. out.TopSurface = 0
  4732. out.BottomSurface = 0
  4733. local outm = Instance.new("SpecialMesh", out)
  4734. outm.MeshId = "http://www.roblox.com/asset/?id=1033714"
  4735. outm.Scale = Vector3.new(4, 4, 4)
  4736. local bnd = Instance.new("Part", char)
  4737. bnd.Anchored = true
  4738. bnd.BrickColor = BrickColor.new("Gold")
  4739. bnd.CanCollide = false
  4740. bnd.FormFactor = 3
  4741. bnd.Name = "Bend"
  4742. bnd.Size = Vector3.new(1, 1, 1)
  4743. bnd.Transparency = 1
  4744. bnd.TopSurface = 0
  4745. bnd.BottomSurface = 0
  4746. local bndm = Instance.new("SpecialMesh", bnd)
  4747. bndm.MeshType = 3
  4748. bndm.Scale = Vector3.new(8, 8, 8)
  4749. out.CFrame = larm.CFrame * CFrame.new(0, -2.7, 0)
  4750. bem.CFrame = out.CFrame * CFrame.new(0, -2.5, 0) * CFrame.Angles(0, 0, math.rad(90))
  4751. bnd.CFrame = bem.CFrame * CFrame.new(0, 0, 0)
  4752. rng.CFrame = out.CFrame * CFrame.Angles(math.rad(90), 0, 0)
  4753. rng3.CFrame = rng.CFrame * CFrame.new(0, -.5, 0)
  4754. rng4.CFrame = rng.CFrame * CFrame.new(0, -1, 0)
  4755. Debounces.Shewt = true
  4756. coroutine.wrap(function()
  4757. for i = 1, 20, 0.2 do
  4758. rngm.Scale = Vector3.new(10 + i*2, 10 + i*2, 1)
  4759. rngm3.Scale = Vector3.new(8 + i*3, 8 + i*3, 1)
  4760. rngm4.Scale = Vector3.new(6 + i*4, 6 + i*4, 1)
  4761. rng.Transparency = i/20
  4762. rng3.Transparency = 1/24
  4763. rng4.Transparency = i/26
  4764. wait()
  4765. end
  4766. wait()
  4767. rng:Destroy()
  4768. end)()
  4769. if Debounces.Shewt == true then
  4770. char:WaitForChild("Beam" .. shot).Touched:connect(function(ht)
  4771. hit = ht.Parent
  4772. if hit:IsA("Model") and hit:findFirstChild("Humanoid") then
  4773. if HasntTouched(hit.Name) == true and deb == false then
  4774. deb = true
  4775. coroutine.wrap(function()
  4776. hit:FindFirstChild("Humanoid").PlatformStand = true
  4777. hit:FindFirstChild("Torso").Velocity = char.Head.CFrame.lookVector * 180
  4778. hit:FindFirstChild("Humanoid"):TakeDamage(math.random(24,73))
  4779. end)()
  4780. table.insert(Touche, hit.Name)
  4781. deb = false
  4782. end
  4783. elseif hit:IsA("Hat") and hit.Parent:findFirstChild("Humanoid") then
  4784. if HasntTouched(hit.Parent.Name) == true and deb == false then
  4785. deb = true
  4786. coroutine.wrap(function()
  4787. hit.Parent:FindFirstChild("Humanoid").PlatformStand = true
  4788. hit.Parent:FindFirstChild("Torso").Velocity = char.Head.CFrame.lookVector * 180
  4789. wait(1)
  4790. hit.Parent:FindFirstChild("Humanoid").PlatformStand = false
  4791. end)()
  4792. table.insert(Touche, hit.Parent.Name)
  4793. deb = false
  4794. for i, v in pairs(Touche) do
  4795. print(v)
  4796. end
  4797. end
  4798. end
  4799. end)
  4800. end
  4801. for i = 0, 260, 8 do
  4802. bem.Size = Vector3.new(i, 2, 2)
  4803. bem.CFrame = larm.CFrame * CFrame.new(0, -4.2 -(i/2), 0) * CFrame.Angles(0, 0, math.rad(90))
  4804. bnd.CFrame = bem.CFrame * CFrame.new(-i/2, 0, 1.2)
  4805. bnd.Size = Vector3.new(1,1,1)
  4806. bndm.Scale = Vector3.new(8,8,8)
  4807. if i % 10 == 0 then
  4808. local newRng = rng2:Clone()
  4809. newRng.Parent = char
  4810. newRng.CFrame = larm.CFrame * CFrame.new(0, -4.2-i, 0) * CFrame.Angles(math.rad(90), 0, 0)
  4811. local newRngm = rngm2:clone()
  4812. newRngm.Parent=newRng
  4813. coroutine.wrap(function()
  4814. for i = 1, 10, 0.2 do
  4815. newRngm.Scale = Vector3.new(8 + i*2, 8 + i*2, 3)
  4816. newRng.Transparency = i/10
  4817. wait()
  4818. end
  4819. wait()
  4820. newRng:Destroy()
  4821. end)()
  4822. end
  4823. wait()
  4824. end
  4825. wait()
  4826. Debounces.Shewt = false
  4827. bem:Destroy()
  4828. out:Destroy()
  4829. bnd:Destroy()
  4830. Debounces.Ready = false
  4831. for i, v in pairs(Touche) do
  4832. table.remove(Touche, i)
  4833. end
  4834. wait()
  4835. table.insert(Touche, char.Name)
  4836. Debounces.NoIdl = false
  4837. if Debounces.CanAttack == false then
  4838. Debounces.CanAttack = true
  4839. end
  4840. end
  4841. end
  4842. end)
  4843. ----------------------------------------------------
  4844. sidz = {"231917888", "231917845", "231917806"}
  4845. ptz = {0.65, 0.7, 0.75, 0.8, 0.95, 1}
  4846. mouse.KeyDown:connect(function(key)
  4847. if key == "f" then
  4848. larm.BrickColor = BrickColor.new("Bright red")
  4849. rarm.BrickColor = BrickColor.new("Bright red")
  4850. if Debounces.CanAttack == true then
  4851. Debounces.CanAttack = false
  4852. Debounces.on = true
  4853. Debounces.NoIdl = true
  4854. for i = 1, 20 do
  4855. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(2.4, 2.4, 0)*CFrame.Angles(math.rad(170),math.rad(0),math.rad(-34)), 0.2)
  4856. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-2.4, 2.4, 0)*CFrame.Angles(math.rad(170),math.rad(0),math.rad(34)), 0.2)
  4857. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, .2)*CFrame.Angles(math.rad(16),math.rad(0),0), 0.2)
  4858. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(math.rad(20), math.rad(0), 0), 0.2)
  4859. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3, 0) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(0)), 0.2)
  4860. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -2, -1.4) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(0)), 0.2)
  4861. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1.5, -.9) * CFrame.Angles(math.rad(-90), math.rad(-90), math.rad(0)), 1)
  4862. if Debounces.on == false then break end
  4863. rs:wait(6)
  4864. end
  4865. z = Instance.new("Sound",char)
  4866. z.SoundId = "rbxassetid://"..sidz[math.random(1,#sidz)]
  4867. z.Pitch = ptz[math.random(1,#ptz)]
  4868. z.Volume = 1
  4869. z1 = Instance.new("Sound",char)
  4870. z1.SoundId = z.SoundId
  4871. z1.Pitch = z.Pitch
  4872. z1.Volume = 1
  4873. z:Play()
  4874. z1:Play()
  4875. Stomp()
  4876. for i = 1, 20 do
  4877. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3, 0.9, .4)*CFrame.Angles(math.rad(-50),math.rad(0),math.rad(28)), 0.3)
  4878. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3, 0.9, .4)*CFrame.Angles(math.rad(-50),math.rad(0),math.rad(-28)), 0.3)
  4879. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, -.2)*CFrame.Angles(math.rad(-26),math.rad(0),0), 0.3)
  4880. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, -.6) * CFrame.Angles(math.rad(-30), math.rad(0), 0), 0.3)
  4881. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3, 0) * CFrame.Angles(math.rad(30), 0, math.rad(0)), 0.3)
  4882. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -2.8, -1.4) * CFrame.Angles(math.rad(30), 0, math.rad(0)), 0.3)
  4883. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1.5, -.9) * CFrame.Angles(math.rad(-90), math.rad(-90), math.rad(0)), 1)
  4884. if Debounces.on == false then break end
  4885. rs:wait(2.5)
  4886. end
  4887. if Debounces.CanAttack == false then
  4888. Debounces.CanAttack = true
  4889. Debounces.on = false
  4890. Debounces.NoIdl = false
  4891. larm.BrickColor = BrickColor.new("Really black")
  4892. rarm.BrickColor = BrickColor.new("Really black")
  4893. end
  4894. end
  4895. end
  4896. end)
  4897. ----------------------------------------------------
  4898. mouse.KeyDown:connect(function(key)
  4899. if key == "g" then
  4900. larm.BrickColor = BrickColor.new("Bright red")
  4901. rarm.BrickColor = BrickColor.new("Bright red")
  4902. if Debounces.CanAttack == true then
  4903. Debounces.CanAttack = false
  4904. Debounces.on = true
  4905. Debounces.NoIdl = true
  4906. chrg = lleg.Touched:connect(function(ht)
  4907. hit = ht.Parent
  4908. if ht and hit:IsA("Model") then
  4909. if hit:FindFirstChild("Humanoid") then
  4910. if hit.Name ~= p.Name then
  4911. --[[if Debounces.Slashing == true and Debounces.Slashed == false then
  4912. Debounces.Slashed = true]]--
  4913. hit:FindFirstChild("Humanoid"):TakeDamage(2)
  4914. hit:FindFirstChild("Humanoid").PlatformStand = true
  4915. hit:FindFirstChild("Torso").Velocity = hit:FindFirstChild("Torso").CFrame.lookVector * -70
  4916. --Debounces.Slashed = false
  4917. --end
  4918. end
  4919. end
  4920. elseif ht and hit:IsA("Hat") then
  4921. if hit.Parent.Name ~= p.Name then
  4922. if hit.Parent:FindFirstChild("Humanoid") then
  4923. --[[ if Debounces.Slashing == true and Debounces.Slashed == false then
  4924. Debounces.Slashed = true]]--
  4925. hit.Parent:FindFirstChild("Humanoid"):TakeDamage(2)
  4926. hit:FindFirstChild("Humanoid").PlatformStand = true
  4927. hit:FindFirstChild("Torso").Velocity = hit:FindFirstChild("Torso").CFrame.lookVector * -70
  4928. --Debounces.Slashed = false
  4929. end
  4930. end
  4931. end
  4932. end)
  4933. for i = 1, 14 do
  4934. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3, .9, 0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(30)), 0.2)
  4935. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-2.6, .9, -.4)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(50)), 0.2)
  4936. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, -.2)*CFrame.Angles(math.rad(0),math.rad(90),math.rad(0)), 0.2)
  4937. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(math.rad(0), math.rad(-90), math.rad(0)), 0.2)
  4938. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-.8, -3, 0) * CFrame.Angles(math.rad(0),math.rad(0),math.rad(15)), 0.2)
  4939. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -3, 0) * CFrame.Angles(math.rad(0),math.rad(0),math.rad(15)), 0.2)
  4940. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1.3, -1.1) * CFrame.Angles(math.rad(-60), math.rad(-90), math.rad(0)), 0.9)
  4941. if Debounces.on == false then break end
  4942. rs:wait(3)
  4943. end
  4944. charge()
  4945. z = Instance.new("Sound",char)
  4946. z.SoundId = "rbxassetid://200632875"
  4947. z.Volume = 1
  4948. z.Pitch = .8
  4949. z1 = Instance.new("Sound",char)
  4950. z1.SoundId = "rbxassetid://200632875"
  4951. z1.Volume = 1
  4952. z1.Pitch = .9
  4953. z:Play()
  4954. z1:Play()
  4955. wait(1)
  4956. z:Destroy()
  4957. z1:Destroy()
  4958. chrg:disconnect()
  4959. if Debounces.CanAttack == false then
  4960. Debounces.CanAttack = true
  4961. Debounces.on = false
  4962. Debounces.NoIdl = false
  4963. larm.BrickColor = BrickColor.new("Really black")
  4964. rarm.BrickColor = BrickColor.new("Really black")
  4965. end
  4966. end
  4967. end
  4968. end)
  4969. ----------------------------------------------------
  4970. pt = {0.7, 0.8, 0.9}
  4971. mouse.KeyDown:connect(function(key)
  4972. if key == "h" then
  4973. if Debounces.CanJoke == true then
  4974. Debounces.CanJoke = false
  4975. u = Instance.new("Sound")
  4976. u.SoundId = "http://www.roblox.com/asset/?id=138199573"
  4977. u.Parent = char
  4978. u.Looped = false
  4979. u.Pitch = pt[math.random(1,#pt)]
  4980. u.Volume = 1
  4981. u2 = Instance.new("Sound")
  4982. u2.SoundId = "http://www.roblox.com/asset/?id=138199573"
  4983. u2.Parent = char
  4984. u2.Looped = false
  4985. u2.Pitch = u.Pitch
  4986. u2.Volume = 1
  4987. wait(.01)
  4988. u:Play()
  4989. u2:Play()
  4990. wait(6)
  4991. u:Destroy()
  4992. u2:Destroy()
  4993. if Debounces.CanJoke == false then
  4994. Debounces.CanJoke = true
  4995. end
  4996. end
  4997. end
  4998. end)
  4999. ----------------------------------------------------
  5000. mouse.KeyDown:connect(function(key)
  5001. if key == "j" then
  5002. if Debounces.CanJoke == true then
  5003. Debounces.CanJoke = false
  5004. z = Instance.new("Sound",char)
  5005. z.SoundId = "rbxassetid://135017755"
  5006. z.Pitch = .76
  5007. z.Volume = 1
  5008. wait()
  5009. z:Play()
  5010. wait(6)
  5011. z:Destroy()
  5012. if Debounces.CanJoke == false then
  5013. Debounces.CanJoke = true
  5014. end
  5015. end
  5016. end
  5017. end)
  5018. ----------------------------------------------------
  5019. mouse.KeyDown:connect(function(key)
  5020. if key == "k" then
  5021. if Debounces.CanJoke == true then
  5022. Debounces.CanJoke = false
  5023. z = Instance.new("Sound",char)
  5024. z.SoundId = "rbxassetid://135017578"
  5025. z.Pitch = .76
  5026. z.Volume = 1
  5027. wait()
  5028. z:Play()
  5029. wait(4)
  5030. z:Destroy()
  5031. if Debounces.CanJoke == false then
  5032. Debounces.CanJoke = true
  5033. end
  5034. end
  5035. end
  5036. end)
  5037. ----------------------------------------------------
  5038. mouse.KeyDown:connect(function(key)
  5039. if key == "x" then
  5040. if Debounces.CanAttack == true then
  5041. Debounces.CanAttack = false
  5042. Debounces.NoIdl = true
  5043. Debounces.on = true
  5044. Debounces.ks = true
  5045. for i = 1, 10 do
  5046. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3,.9,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(20)), 0.2)
  5047. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-2.7,.9,-.5)*CFrame.Angles(math.rad(40),math.rad(0),math.rad(20)), 0.2)
  5048. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.4)*CFrame.Angles(math.rad(-26),math.rad(0),0), 0.2)
  5049. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(math.rad(-10), math.rad(0), 0), 0.2)
  5050. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3, 0) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(0)), 0.2)
  5051. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -2.7, .6) * CFrame.Angles(math.rad(-70), math.rad(0), math.rad(0)), 0.2)
  5052. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1, -1.1) * CFrame.Angles(math.rad(-90), math.rad(-110), math.rad(-70)), 1)
  5053. if Debounces.on == false then break end
  5054. rs:wait(1)
  5055. end
  5056. z = Instance.new("Sound",hed)
  5057. z.SoundId = "rbxassetid://169445092"
  5058. z.Volume = 1
  5059. wait(0.1)
  5060. z:Play()
  5061. kik = rleg.Touched:connect(function(ht)
  5062. hit = ht.Parent
  5063. if ht and hit:IsA("Model") then
  5064. if hit:FindFirstChild("Humanoid") then
  5065. if hit.Name ~= p.Name then
  5066. --[[if Debounces.Slashing == true and Debounces.Slashed == false then
  5067. Debounces.Slashed = true]]--
  5068. if Debounces.ks==true then
  5069. z = Instance.new("Sound",hed)
  5070. z.SoundId = "rbxassetid://169380525"
  5071. z.Volume = 1
  5072. z:Play()
  5073. Debounces.ks=false
  5074. end
  5075. hit:FindFirstChild("Humanoid"):TakeDamage(2)
  5076. hit:FindFirstChild("Humanoid").PlatformStand = true
  5077. hit:FindFirstChild("Torso").Velocity = hit:FindFirstChild("Torso").CFrame.lookVector * -70
  5078. --Debounces.Slashed = false
  5079. --end
  5080. end
  5081. end
  5082. elseif ht and hit:IsA("Hat") then
  5083. if hit.Parent.Name ~= p.Name then
  5084. if hit.Parent:FindFirstChild("Humanoid") then
  5085. --[[if Debounces.Slashing == true and Debounces.Slashed == false then
  5086. Debounces.Slashed = true]]--
  5087. hit.Parent:FindFirstChild("Humanoid"):TakeDamage(2)
  5088. hit:FindFirstChild("Humanoid").PlatformStand = true
  5089. hit:FindFirstChild("Torso").Velocity = hit:FindFirstChild("Torso").CFrame.lookVector * -70
  5090. --Debounces.Slashed = false
  5091. --end
  5092. end
  5093. end
  5094. end
  5095. end)
  5096. for i = 1, 8 do
  5097. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3,.9,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(20)), 0.3)
  5098. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3,.9,0)*CFrame.Angles(math.rad(-50),math.rad(0),math.rad(-20)), 0.3)
  5099. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,.2)*CFrame.Angles(math.rad(8),math.rad(0),0), 0.3)
  5100. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(math.rad(16), math.rad(0), 0), 0.3)
  5101. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3, 0) * CFrame.Angles(math.rad(-16), math.rad(0), math.rad(0)), 0.3)
  5102. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -2.6, -1.4) * CFrame.Angles(math.rad(60), math.rad(0), math.rad(0)), 0.3)
  5103. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1, -1.1) * CFrame.Angles(math.rad(-90), math.rad(-110), math.rad(-70)), 1)
  5104. if Debounces.on == false then break end
  5105. rs:wait(.7)
  5106. end
  5107. kik:disconnect()
  5108. if Debounces.CanAttack == false then
  5109. Debounces.CanAttack = true
  5110. Debounces.on = false
  5111. Debounces.NoIdl = false
  5112. end
  5113. end
  5114. end
  5115. end)
  5116. ----------------------------------------------------
  5117. mouse.KeyDown:connect(function(key)
  5118. if key == "c" then
  5119. if Debounces.CanAttack == true then
  5120. Debounces.CanAttack = false
  5121. Debounces.NoIdl = true
  5122. Debounces.on = true
  5123. SIDZ = {"231917744", "231917742"}
  5124. PTZ = {0.7, 0.8, 0.9, 1}
  5125. for i = 1, 20 do
  5126. wait()
  5127. for i,v in pairs(char.Absolution:children()) do
  5128. if v:IsA("Part") or v:IsA("WedgePart") then
  5129. v.Transparency = v.Transparency + 0.05
  5130. end
  5131. end
  5132. end
  5133. function FindNearestTorso(Position,Distance,SinglePlayer)
  5134. if SinglePlayer then return(SinglePlayer.Torso.CFrame.p -Position).magnitude < Distance end
  5135. local List = {}
  5136. for i,v in pairs(workspace:GetChildren())do
  5137. if v:IsA("Model")then
  5138. if v:findFirstChild("Torso")then
  5139. if v ~= char then
  5140. if(v.Torso.Position -Position).magnitude <= Distance then
  5141. table.insert(List,v)
  5142. end
  5143. end
  5144. end
  5145. end
  5146. end
  5147. return List
  5148. end
  5149. GroundPound()
  5150. for i = 1, 11 do
  5151. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3,.9,1)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(50)), 0.4)
  5152. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-2.2,.9,-2.2)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(20)), 0.4)
  5153. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.2)*CFrame.Angles(math.rad(-14),math.rad(20),0), 0.3)
  5154. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -2.2, 0) * CFrame.Angles(math.rad(-80), math.rad(-20), 0), 0.3)
  5155. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -2, -.4) * CFrame.Angles(math.rad(80), 0, math.rad(-30)), 0.3)
  5156. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -2, -1) * CFrame.Angles(math.rad(80), 0, math.rad(10)), 0.3)
  5157. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1, -1.1) * CFrame.Angles(math.rad(-90), math.rad(-110), math.rad(-70)), 1)
  5158. if Debounces.on == false then break end
  5159. rs:wait(1.4)
  5160. end
  5161. GroundPound()
  5162. for i = 1, 11 do
  5163. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(2.2,.9,-2.2)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-20)), 0.4)
  5164. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3,.9,1)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-50)), 0.4)
  5165. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.2)*CFrame.Angles(math.rad(-14),math.rad(-20),0), 0.3)
  5166. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -2.2, 0) * CFrame.Angles(math.rad(-80), math.rad(20), 0), 0.3)
  5167. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -2, -1) * CFrame.Angles(math.rad(80), 0, math.rad(10)), 0.3)
  5168. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -2, -.4) * CFrame.Angles(math.rad(80), 0, math.rad(30)), 0.3)
  5169. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1, -1.1) * CFrame.Angles(math.rad(-90), math.rad(-110), math.rad(-70)), 1)
  5170. if Debounces.on == false then break end
  5171. rs:wait(1.4)
  5172. end
  5173. GroundPound()
  5174. for i = 1, 11 do
  5175. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3,.9,1)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(50)), 0.4)
  5176. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-2.2,.9,-2.2)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(20)), 0.4)
  5177. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.2)*CFrame.Angles(math.rad(-14),math.rad(20),0), 0.3)
  5178. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -2.2, 0) * CFrame.Angles(math.rad(-80), math.rad(-20), 0), 0.3)
  5179. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -2, -.4) * CFrame.Angles(math.rad(80), 0, math.rad(-30)), 0.3)
  5180. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -2, -1) * CFrame.Angles(math.rad(80), 0, math.rad(10)), 0.3)
  5181. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1, -1.1) * CFrame.Angles(math.rad(-90), math.rad(-110), math.rad(-70)), 1)
  5182. if Debounces.on == false then break end
  5183. rs:wait(1.4)
  5184. end
  5185. GroundPound()
  5186. for i = 1, 11 do
  5187. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(2.2,.9,-2.2)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-20)), 0.4)
  5188. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3,.9,1)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-50)), 0.4)
  5189. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.2)*CFrame.Angles(math.rad(-14),math.rad(-20),0), 0.3)
  5190. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -2.2, 0) * CFrame.Angles(math.rad(-80), math.rad(20), 0), 0.3)
  5191. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -2, -1) * CFrame.Angles(math.rad(80), 0, math.rad(10)), 0.3)
  5192. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -2, -.4) * CFrame.Angles(math.rad(80), 0, math.rad(30)), 0.3)
  5193. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1, -1.1) * CFrame.Angles(math.rad(-90), math.rad(-110), math.rad(-70)), 1)
  5194. if Debounces.on == false then break end
  5195. rs:wait(1.4)
  5196. end
  5197. GroundPound()
  5198. for i = 1, 11 do
  5199. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3,.9,1)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(50)), 0.4)
  5200. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-2.2,.9,-2.2)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(20)), 0.4)
  5201. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.2)*CFrame.Angles(math.rad(-14),math.rad(20),0), 0.3)
  5202. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -2.2, 0) * CFrame.Angles(math.rad(-80), math.rad(-20), 0), 0.3)
  5203. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -2, -.4) * CFrame.Angles(math.rad(80), 0, math.rad(-30)), 0.3)
  5204. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -2, -1) * CFrame.Angles(math.rad(80), 0, math.rad(10)), 0.3)
  5205. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1, -1.1) * CFrame.Angles(math.rad(-90), math.rad(-110), math.rad(-70)), 1)
  5206. if Debounces.on == false then break end
  5207. rs:wait(1.4)
  5208. end
  5209. GroundPound()
  5210. for i = 1, 11 do
  5211. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(2.2,.9,-2.2)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-20)), 0.4)
  5212. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3,.9,1)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-50)), 0.4)
  5213. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.2)*CFrame.Angles(math.rad(-14),math.rad(-20),0), 0.3)
  5214. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -2.2, 0) * CFrame.Angles(math.rad(-80), math.rad(20), 0), 0.3)
  5215. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -2, -1) * CFrame.Angles(math.rad(80), 0, math.rad(10)), 0.3)
  5216. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -2, -.4) * CFrame.Angles(math.rad(80), 0, math.rad(30)), 0.3)
  5217. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1, -1.1) * CFrame.Angles(math.rad(-90), math.rad(-110), math.rad(-70)), 1)
  5218. if Debounces.on == false then break end
  5219. rs:wait(1.4)
  5220. end
  5221. for i = 1, 24 do
  5222. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(2.4, 2.4, 0)*CFrame.Angles(math.rad(170),math.rad(0),math.rad(-10)), 0.2)
  5223. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-2.4, 2.4, 0)*CFrame.Angles(math.rad(170),math.rad(0),math.rad(10)), 0.2)
  5224. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, .2)*CFrame.Angles(math.rad(16),math.rad(0),0), 0.2)
  5225. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 2, 0) * CFrame.Angles(math.rad(20), math.rad(0), 0), 0.2)
  5226. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3, 0) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(0)), 0.2)
  5227. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -2, -1.4) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(0)), 0.2)
  5228. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1.5, -.9) * CFrame.Angles(math.rad(-90), math.rad(-90), math.rad(0)), 1)
  5229. if Debounces.on == false then break end
  5230. rs:wait(3)
  5231. end
  5232. for i,v in pairs(FindNearestTorso(torso.CFrame.p,25))do
  5233. if v:FindFirstChild('Humanoid') then
  5234. v.Humanoid:TakeDamage(math.random(20,60))
  5235. v.Humanoid.PlatformStand = true
  5236. v:FindFirstChild("Torso").Velocity = hed.CFrame.lookVector * 100
  5237. end
  5238. end
  5239. x = Instance.new("Sound",char)
  5240. x.SoundId = "rbxassetid://"..SIDZ[math.random(1,#SIDZ)]
  5241. x.Pitch = PTZ[math.random(1,#PTZ)]
  5242. x.Volume = 1
  5243. wait(0.1)
  5244. x:Play()
  5245. Crater(hed,20)
  5246. for i = 1, 20 do
  5247. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(2.4, 3.2, -.5)*CFrame.Angles(math.rad(160),math.rad(0),math.rad(-10)), 0.6)
  5248. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-2.4, 3.2, -.5)*CFrame.Angles(math.rad(160),math.rad(0),math.rad(10)), 0.6)
  5249. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, .2)*CFrame.Angles(math.rad(16),math.rad(0),0), 0.6)
  5250. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -5, 0) * CFrame.Angles(math.rad(-90), math.rad(0), 0), 0.6)
  5251. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3, .4) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(0)), 0.6)
  5252. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -2, .4) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(0)), 0.6)
  5253. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1.5, -.9) * CFrame.Angles(math.rad(-90), math.rad(-90), math.rad(0)), 1)
  5254. if Debounces.on == false then break end
  5255. rs:wait(2)
  5256. end
  5257. if Debounces.CanAttack == false then
  5258. Debounces.CanAttack = true
  5259. Debounces.on = false
  5260. Debounces.NoIdl = false
  5261. for i = 1, 20 do
  5262. wait()
  5263. for i,v in pairs(char.Absolution:children()) do
  5264. if v:IsA("Part") or v:IsA("WedgePart") then
  5265. v.Transparency = v.Transparency - 0.05
  5266. end
  5267. end
  5268. end
  5269. end
  5270. end
  5271. end
  5272. end)
  5273. ----------------------------------------------------176349813
  5274. mouse.KeyDown:connect(function(key)
  5275. if key == "b" then
  5276. hum.WalkSpeed = 0.01
  5277. if Debounces.CanAttack == true then
  5278. Debounces.CanAttack = false
  5279. Debounces.NoIdl = true
  5280. Debounces.on = true
  5281. for i = 1, 30 do
  5282. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(2.4, 2.4, 0)*CFrame.Angles(math.rad(170),math.rad(0),math.rad(-34)), 0.2)
  5283. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-2.4, 2.4, 0)*CFrame.Angles(math.rad(170),math.rad(0),math.rad(34)), 0.2)
  5284. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, .2)*CFrame.Angles(math.rad(16),math.rad(0),0), 0.2)
  5285. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(math.rad(20), math.rad(0), 0), 0.2)
  5286. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3, 0) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(0)), 0.2)
  5287. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -2, -1.4) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(0)), 0.2)
  5288. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1.5, -.9) * CFrame.Angles(math.rad(-90), math.rad(-90), math.rad(0)), 1)
  5289. if Debounces.on == false then break end
  5290. rs:wait(6)
  5291. end
  5292. v = Instance.new("Sound")
  5293. v.SoundId = "rbxassetid://181384451"
  5294. v.Parent = char
  5295. v.Looped = false
  5296. v.Pitch = .94
  5297. v.Volume = 1
  5298. wait(.01)
  5299. v:Play()
  5300.  
  5301. if Daytime == true then
  5302. Daytime = false
  5303. l.TimeOfDay = 24
  5304. else
  5305. Daytime = true
  5306. l.TimeOfDay = 12
  5307. l.OutdoorAmbient = Color3.new(0.498039, 0.498039, 0.498039)
  5308. end
  5309.  
  5310. local Shockwave = function()
  5311. local rng1 = Instance.new("Part", char)
  5312. rng1.Anchored = true
  5313. rng1.BrickColor = BrickColor.new("Really black")
  5314. rng1.CanCollide = false
  5315. rng1.FormFactor = 3
  5316. rng1.Name = "Ring"
  5317. rng1.Size = Vector3.new(1, 1, 1)
  5318. rng1.Transparency = 0.35
  5319. rng1.TopSurface = 0
  5320. rng1.BottomSurface = 0
  5321. local rngm1 = Instance.new("SpecialMesh", rng)
  5322. rngm1.MeshId = "http://www.roblox.com/asset/?id=3270017"
  5323. rngm1.Scale = Vector3.new(10, 10, 1)
  5324. rng1.CFrame = CFrame.new(0, -2, 0) * CFrame.Angles(0, 0, 0)
  5325. local Wave = Instance.new("Part", game.Workspace--[[?]])
  5326. Wave.Name = "Shockwave"
  5327. Wave.BrickColor = BrickColor.new("Really black")
  5328. Wave.Size = Vector3.new(1, 1, 1)
  5329. Wave.Shape = "Ball"
  5330. Wave.CanCollide = false
  5331. Wave.Anchored = true
  5332. Wave.TopSurface = 0
  5333. Wave.BottomSurface = 0
  5334. Wave.Touched:connect(function(hit)
  5335. if hit.Parent:findFirstChild("Humanoid") and hit.Parent:findFirstChild("Torso") then
  5336. local Occlude = true
  5337. local NotOccludes = {
  5338. char.Name;
  5339. "Wings";
  5340. "Scythe";
  5341. "Thingy";
  5342. "Thingy2"; -- put all of the names in a table pls
  5343. }
  5344. for i,v in pairs(NotOccludes) do
  5345. if hit.Parent.Name == v then
  5346. Occlude = false
  5347. end
  5348. end
  5349. --if hit.Parent.Name ~= char.Name and hit.Name ~= "Wings" and hit.Name ~= "Scythe" and hit.Name ~= "Thingy" and hit.Name ~= "Thingy2" and hit.Parent.Name ~= "Wings" and hit.Parent.Name ~= "Scythe" and hit.Parent.Name ~= "Thingy" and hit.Parent.Name ~= "Thingy2" then
  5350. if Occlude then
  5351. hit.Parent:findFirstChild("Humanoid").Health = hit.Parent:findFirstChild("Humanoid").Health - 1
  5352. hit.Parent:findFirstChild("Torso").Velocity = hit.Parent:findFirstChild("Torso").CFrame.lookVector * -120
  5353. end
  5354. end
  5355. end)
  5356.  
  5357. Instance.new("SpecialMesh", Wave).MeshType = "Sphere"
  5358.  
  5359. coroutine.wrap(function()
  5360. for i = 1, 20, 0.2 do
  5361. rngm1.Scale = Vector3.new(10 + i*2, 10 + i*2, 1)
  5362. rng1.Transparency = i/20
  5363. wait()
  5364. end
  5365. wait()
  5366. rng1:Destroy()
  5367. end)()
  5368.  
  5369. Delay(0, function()
  5370.  
  5371. if Daytime == false then
  5372. for i = 1, 50, 1 do
  5373. Wave.Size = Vector3.new(1 + i, 1 + i, 1 + i)
  5374. Wave.CFrame = char.Torso.CFrame
  5375. local t = i / 50
  5376. Wave.Transparency = t
  5377. wait()
  5378. end
  5379. else
  5380. for i = 1, 50, 1 do
  5381. Wave.Size = Vector3.new(1 + i, 1 + i, 1 + i)
  5382. Wave.CFrame = char.Torso.CFrame
  5383. local t = i / 50
  5384. Wave.Transparency = t
  5385. wait()
  5386. end
  5387. end
  5388. Wave:Destroy()
  5389. end)
  5390. Delay(0, function()
  5391. while wait() do
  5392. if Wave ~= nil then
  5393. Wave.CFrame = char.Torso.CFrame
  5394. else
  5395. break
  5396. end
  5397. end
  5398. end)
  5399. end
  5400. Shockwave()
  5401. for i = 1, 30 do
  5402. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, 0)*CFrame.Angles(math.rad(20),math.rad(0), math.rad(0)),0.3)
  5403. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.6, 0) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(0)), 0.3)
  5404. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3, 0.9, .4)*CFrame.Angles(math.rad(-50),math.rad(0),math.rad(28)), 0.3)
  5405. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3, 0.9, .4)*CFrame.Angles(math.rad(-50),math.rad(0),math.rad(-28)), 0.3)
  5406. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.2)
  5407. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -3.2, .3) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(0)), 0.2)
  5408. if Debounces.on == false then break end
  5409. rs:wait()
  5410. end
  5411. wait(2.4)
  5412. Debounces.NoIdl = false
  5413. hum.WalkSpeed = 5
  5414. Debounces.on = false
  5415. wait()
  5416. if Debounces.CanAttack == false then
  5417. Debounces.CanAttack = true
  5418. v:Destroy()
  5419. end
  5420. end
  5421. end
  5422. end)
  5423. ----------------------------------------------------
  5424. mouse.KeyDown:connect(function(key)
  5425. if key == "l" then
  5426. for i = 1, 20 do
  5427. wait()
  5428. for i,v in pairs(char.Absolution:children()) do
  5429. if v:IsA("Part") or v:IsA("WedgePart") then
  5430. v.Transparency = v.Transparency + 0.05
  5431. end
  5432. end
  5433. end
  5434. if Debounces.CanAttack == true then
  5435. Debounces.CanAttack = false
  5436. Debounces.NoIdl = true
  5437. Debounces.on = true
  5438. bv = Instance.new("BodyVelocity",torso)
  5439. bv.maxForce = Vector3.new(0,200000,0)
  5440. bv.P = 100000
  5441. bv.velocity = Vector3.new(0,500,0)
  5442. wait(2)
  5443. bv:Destroy()
  5444. if (torso.Velocity*Vector3.new(1, 1, 1)).magnitude > 1 then
  5445. for i = 1, 20 do
  5446. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, 0)*CFrame.Angles(math.rad(-14),math.rad(0), math.rad(0)),0.3)
  5447. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -2.6, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
  5448. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-2.5, .9, -.5) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(40)), 0.3)
  5449. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(2.5, .9, -.5) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(-40)), 0.3)
  5450. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -1.5, -1) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(0)), 0.2)
  5451. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -1.5, -1) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(0)), 0.2)
  5452. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1.85, -.9) * CFrame.Angles(math.rad(-90), math.rad(-90), math.rad(0)), 1)
  5453. if Debounces.on == false then break end
  5454. wait()
  5455. end
  5456. for i = 1, 360, 20 do wait()
  5457. torso.Weld.C1 = CFrame.new(0,0,0) * CFrame.Angles(math.rad(i),0,0)
  5458. end
  5459. end
  5460. torso.Weld.C1 = CFrame.new(0,-1.2,0)
  5461. local ry,ht,ps=nil,nil,nil
  5462. while ht==nil do
  5463. ry,ht,ps=newRay(root.CFrame*CFrame.new(0,-2,0),root.CFrame*CFrame.new(0,-3,0),4.1,{char})
  5464. wait()
  5465. end
  5466. z = Instance.new("Sound",char)
  5467. z.SoundId = "rbxassetid://245537790"
  5468. z.Pitch = 1
  5469. z.Volume = 1
  5470. wait(0.1)
  5471. z:Play()
  5472. local sp = Instance.new("Part", char)
  5473. sp.Name = "Energy"
  5474. sp.BrickColor = BrickColor.new("Really black")
  5475. sp.Size = Vector3.new(1, 1, 1)
  5476. sp.Shape = "Ball"
  5477. sp.CanCollide = false
  5478. sp.Anchored = true
  5479. sp.TopSurface = 0
  5480. sp.BottomSurface = 0
  5481. local spm = Instance.new("SpecialMesh",sp)
  5482. spm.MeshId = "rbxassetid://9982590"
  5483. spm.Scale = Vector3.new(3,3,3)
  5484. local sp2 = Instance.new("Part", char)
  5485. sp2.Name = "Energy2"
  5486. sp2.BrickColor = BrickColor.new("Really black")
  5487. sp2.Size = Vector3.new(1, 1, 1)
  5488. sp2.Shape = "Ball"
  5489. sp2.CanCollide = false
  5490. sp2.Anchored = true
  5491. sp2.TopSurface = 0
  5492. sp2.BottomSurface = 0
  5493. local spm2 = Instance.new("SpecialMesh",sp2)
  5494. spm2.MeshId = "rbxassetid://9982590"
  5495. spm2.Scale = Vector3.new(3,3,3)
  5496. sp.Touched:connect(function(hit)
  5497. if hit.Parent:findFirstChild("Humanoid") and hit.Parent:findFirstChild("Torso") then
  5498. local Occlude = true
  5499. local NotOccludes = {
  5500. char.Name;
  5501. "Wings";
  5502. "Scythe";
  5503. "Thingy";
  5504. "Thingy2"; -- put all of the names in a table pls
  5505. }
  5506. for i,v in pairs(NotOccludes) do
  5507. if hit.Parent.Name == v then
  5508. Occlude = false
  5509. end
  5510. end
  5511. --if hit.Parent.Name ~= char.Name and hit.Name ~= "Wings" and hit.Name ~= "Scythe" and hit.Name ~= "Thingy" and hit.Name ~= "Thingy2" and hit.Parent.Name ~= "Wings" and hit.Parent.Name ~= "Scythe" and hit.Parent.Name ~= "Thingy" and hit.Parent.Name ~= "Thingy2" then
  5512. if Occlude then
  5513. hit.Parent:findFirstChild("Humanoid").Health = hit.Parent:findFirstChild("Humanoid").Health - 80
  5514. hit.Parent:findFirstChild("Torso").Velocity = hit.Parent:findFirstChild("Torso").CFrame.lookVector * -120
  5515. end
  5516. end
  5517. end)
  5518. sp2.Touched:connect(function(hit)
  5519. if hit.Parent:findFirstChild("Humanoid") and hit.Parent:findFirstChild("Torso") then
  5520. local Occlude = true
  5521. local NotOccludes = {
  5522. char.Name;
  5523. "Wings";
  5524. "Scythe";
  5525. "Thingy";
  5526. "Thingy2"; -- put all of the names in a table pls
  5527. }
  5528. for i,v in pairs(NotOccludes) do
  5529. if hit.Parent.Name == v then
  5530. Occlude = false
  5531. end
  5532. end
  5533. --if hit.Parent.Name ~= char.Name and hit.Name ~= "Wings" and hit.Name ~= "Scythe" and hit.Name ~= "Thingy" and hit.Name ~= "Thingy2" and hit.Parent.Name ~= "Wings" and hit.Parent.Name ~= "Scythe" and hit.Parent.Name ~= "Thingy" and hit.Parent.Name ~= "Thingy2" then
  5534. if Occlude then
  5535. hit.Parent:findFirstChild("Humanoid").Health = hit.Parent:findFirstChild("Humanoid").Health - 1
  5536. hit.Parent:findFirstChild("Torso").Velocity = hit.Parent:findFirstChild("Torso").CFrame.lookVector * -120
  5537. end
  5538. end
  5539. end)
  5540. for i = 1, 100, 1 do
  5541. sp.Size = Vector3.new(1 + i, 1 + i, 1 + i)
  5542. sp2.Size = Vector3.new(1 + i, 1 + i, 1 + i)
  5543. sp.CFrame = root.CFrame * CFrame.new(0,0,0) * CFrame.Angles(math.rad(i), math.rad(i), math.rad(-i))
  5544. sp2.CFrame = root.CFrame * CFrame.new(0,0,0) * CFrame.Angles(math.rad(-i), math.rad(-i), math.rad(i))
  5545. spm.Scale = sp.Size
  5546. spm2.Scale = sp2.Size
  5547. local t = i / 100
  5548. sp.Transparency = t
  5549. sp2.Transparency = t
  5550. wait()
  5551. end
  5552. sp:Destroy()
  5553. sp2:Destroy()
  5554. z:Destroy()
  5555. for i = 1, 20 do
  5556. wait()
  5557. for i,v in pairs(char.Absolution:children()) do
  5558. if v:IsA("Part") or v:IsA("WedgePart") then
  5559. v.Transparency = v.Transparency - 0.05
  5560. end
  5561. end
  5562. end
  5563. if Debounces.CanAttack == false then
  5564. Debounces.CanAttack = true
  5565. Debounces.NoIdl = false
  5566. Debounces.on = false
  5567. end
  5568. end
  5569. end
  5570. end)
  5571. ----------------------------------------------------
  5572. local orbt={}
  5573. local stlt={}
  5574. local chot={}
  5575. local cfxt={}
  5576. local pfxt={}
  5577. local cns=0
  5578. local cnOrb=nil
  5579. mouse.KeyDown:connect(function(key)
  5580. if key == "u" then
  5581. if Debounces.CanAttack == true then
  5582. Debounces.CanAttack = false
  5583. Debounces.NoIdl = true
  5584. Debounces.on = true
  5585. orbt={}
  5586. stlt={}
  5587. chot={}
  5588. cfxt={}
  5589. for i = 1, 20 do
  5590. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3,.9,0)*CFrame.Angles(math.rad(70),math.rad(0),math.rad(30)), 0.2)
  5591. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3,1.4,0)*CFrame.Angles(math.rad(170),math.rad(-20),math.rad(-30)), 0.2)
  5592. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,0)*CFrame.Angles(math.rad(0),math.rad(-40),0), 0.2)
  5593. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(0, math.rad(40), 0), 0.2)
  5594. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.15, -3, 0.4) * CFrame.Angles(math.rad(-20), math.rad(20), math.rad(-10)), 0.2)
  5595. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.15, -3, -0.4) * CFrame.Angles(math.rad(20), math.rad(-10), math.rad(10)), 0.2)
  5596. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1.85, -.9) * CFrame.Angles(math.rad(-90), math.rad(-90), math.rad(0)), 1)
  5597. if Debounces.on == false then end
  5598. rs:wait()
  5599. end
  5600. z = Instance.new("Sound",char)
  5601. z.SoundId = "rbxassetid://170053944"
  5602. z.Pitch = 1.07
  5603. z.Volume = 1
  5604. wait(0.1)
  5605. z:Play()
  5606. cnOrb=nwPrt(char,Vector3.new(1,1,1),larm.CFrame*CFrame.new(0,-3.4,-0.1),"Really black")
  5607. debris:AddItem(cnOrb,50)
  5608. cnOrb.Mesh.MeshType=3
  5609. table.insert(orbt,cnOrb)
  5610. table.insert(stlt,cnOrb)
  5611. local nt=0
  5612. for i=0,5,0.02 do
  5613. nt=nt+1
  5614. cns=i
  5615. if nt>=2 then
  5616. nt=0
  5617. local cho=nwPrt(mod3,Vector3.new(2,2,2),cnOrb.CFrame*CFrame.Angles(math.rad(math.random(-180,180)),math.rad(math.random(-180,180)),math.rad(math.random(-180,180)))*CFrame.new(0,5+cns,0),"Really black")
  5618. debris:AddItem(cho,1)
  5619. cho.Mesh.MeshType=3
  5620. table.insert(chot,cho)
  5621. end
  5622. cnOrb.CFrame=larm.CFrame*CFrame.new(0,-3.4-(cns/2),-0.1)
  5623. cnOrb.Mesh.Scale=Vector3.new(i,i,i)
  5624. wait()
  5625. end
  5626. for i = 1, 14 do
  5627. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3,1.4,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(-90)), 0.6)
  5628. if Debounces.on == false then end
  5629. rs:wait()
  5630. end
  5631. coroutine.wrap(function()
  5632. for i = 1, 20 do
  5633. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3,.9,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(30)), 0.45)
  5634. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-2,.8,-.3)*CFrame.Angles(math.rad(70),math.rad(20),math.rad(50)), 0.6)
  5635. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,0)*CFrame.Angles(math.rad(0),math.rad(20),0), 0.5)
  5636. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(math.rad(-40), math.rad(-20), 0), 0.5)
  5637. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.15, -3, -0.4) * CFrame.Angles(math.rad(60), math.rad(20), math.rad(-10)), 0.5)
  5638. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.15, -3, 0.4) * CFrame.Angles(math.rad(0), math.rad(-10), math.rad(10)), 0.5)
  5639. if Debounces.on == false then end
  5640. rs:wait()
  5641. end
  5642. end)()
  5643. wait(0.1)
  5644. stlt={}
  5645. local ry,ht,ps=newRay(root.CFrame*CFrame.new(0,0,-4),root.CFrame*CFrame.new(0,0,-4)*CFrame.Angles(math.rad(-5),0,0)*CFrame.new(0,0,-2),160,{char})
  5646. cnOrb.CFrame=root.CFrame*CFrame.new(0,0,-4)*CFrame.Angles(math.rad(-5),0,0)
  5647. local nt=0
  5648. for i=0,160,3 do
  5649. cnOrb.CFrame=cnOrb.CFrame*CFrame.new(0,0,-3)
  5650. nt=nt+1
  5651. if nt>=6 then
  5652. nt=0
  5653. local cfx=nwPrt(mod3,Vector3.new(1,1,1),cnOrb.CFrame*CFrame.new(0,0,2)*CFrame.Angles(math.rad(90),0,0),"Really black")
  5654. cfx.Mesh.MeshId="rbxassetid://20329976"
  5655. cfx.Transparency=0.4
  5656. table.insert(cfxt,cfx)
  5657. debris:AddItem(cfx,1)
  5658. end
  5659. if (cnOrb.Position-ps).magnitude<6 then
  5660. break
  5661. end
  5662. wait()
  5663. end
  5664. orbt={}
  5665.  
  5666. for i=0,1,0.1 do
  5667. local cs=cnOrb.Mesh.Scale
  5668. cnOrb.Mesh.Scale=Vector3.new(Tween(cs.X,10,i),Tween(cs.Y,10,i),Tween(cs.Z,10,i))
  5669. wait()
  5670. end
  5671. local ofx=nwPrt(cnOrb,Vector3.new(1,1,1),cnOrb.CFrame,"Really black")
  5672. ofx.Transparency=0.5
  5673. ofx.Mesh.MeshType=3
  5674. ofx.Mesh.Scale=Vector3.new(30,30,30)
  5675. for _,v in pairs(game:service"Players":GetChildren()) do
  5676. pcall(function()
  5677. for _,c in pairs(v.Character:GetChildren()) do
  5678. if v~=p and c:IsA("Part") and (cnOrb.CFrame.p-c.CFrame.p).magnitude<60 and (cnOrb.CFrame.p-c.CFrame.p).magnitude>15 then
  5679. local hrp=v.Character:FindFirstChild("HumanoidRootPart")
  5680. hrp.Velocity=CFrame.new(hrp.CFrame.p,(cnOrb.CFrame*CFrame.new(0,10,0)).p).lookVector*150
  5681. end
  5682. end
  5683. end)
  5684. end
  5685. for i=0,1,0.05 do
  5686. local cs=cnOrb.Mesh.Scale
  5687. cnOrb.Mesh.Scale=Vector3.new(Tween(cs.X,0.1,i),Tween(cs.Y,0.1,i),Tween(cs.Z,0.1,i))
  5688. local ofs=ofx.Mesh.Scale
  5689. ofx.Mesh.Scale=Vector3.new(Tween(ofs.X,0.1,i),Tween(ofs.Y,0.1,i),Tween(ofs.Z,0.1,i))
  5690. ofx.Transparency=Tween(ofx.Transparency,1,i)
  5691. wait()
  5692. end
  5693. ofx:Destroy()
  5694. cnOrb.CFrame=CFrame.new(cnOrb.Position)*CFrame.new(0,10,0)
  5695. local cnfx=nwPrt(cnOrb,Vector3.new(1,1,1),cnOrb.CFrame,"Really black")
  5696. cnfx.Mesh.MeshType=3
  5697. cnOrb.Transparency=0.05
  5698. local cnr=nwPrt(cnOrb,Vector3.new(1,1,1),cnOrb.CFrame,"Really black")
  5699. cnr.Mesh.MeshType=3
  5700. local rn1=nwPrt(cnOrb,Vector3.new(1,1,1),cnOrb.CFrame*CFrame.Angles(math.rad(90),0,0),"Really black")
  5701. rn1.Transparency=1
  5702. rn1.Mesh.MeshId="rbxassetid://3270017"
  5703. local rn2=nwPrt(cnOrb,Vector3.new(1,1,1),cnOrb.CFrame,"Really black")
  5704. rn2.Transparency=1
  5705. rn2.Mesh.MeshId="rbxassetid://3270017"
  5706. local nt=0
  5707. local cs=nil
  5708. for i=0,1,0.05 do
  5709. cs=cnOrb.Mesh.Scale
  5710. cnOrb.Mesh.Scale=Vector3.new(Tween(cs.X,100,i),Tween(cs.Y,100,i),Tween(cs.Z,100,i))
  5711. local fs=cnfx.Mesh.Scale
  5712. cnfx.Mesh.Scale=Vector3.new(Tween(fs.X,120,i),Tween(fs.Y,120,i),Tween(fs.Z,120,i))
  5713. cnfx.Transparency=cnfx.Transparency+0.05
  5714. rn1.Mesh.Scale=Vector3.new(Tween(fs.X,120,i),Tween(fs.Y,120,i),Tween(fs.Z,60,i))
  5715. rn2.Mesh.Scale=Vector3.new(Tween(fs.X,120,i),Tween(fs.Y,120,i),Tween(fs.Z,60,i))
  5716. rn1.CFrame=rn1.CFrame*CFrame.Angles(math.rad(10),math.rad(6),math.rad(3))
  5717. rn2.CFrame=rn2.CFrame*CFrame.Angles(math.rad(10),math.rad(6),math.rad(3))
  5718. rn1.Transparency=Tween(rn1.Transparency,0.8,i)
  5719. rn2.Transparency=Tween(rn2.Transparency,0.8,i)
  5720. local rs=cnr.Mesh.Scale
  5721. cnr.Mesh.Scale=Vector3.new(Tween(rs.X,10,i),Tween(rs.Y,10,i),Tween(rs.Z,10,i))
  5722. nt=nt+1
  5723. if nt>=6 then
  5724. local pls={}
  5725. for _,v in pairs(game.Players:GetChildren()) do
  5726. table.insert(pls,v)
  5727. end
  5728. local ry2,ht2,ps2=newRay(cnOrb.CFrame,cnOrb.CFrame*CFrame.new(0,-1,0),1000,pls)
  5729. local pffx=nwPrt(mod3,Vector3.new(1,1,1),CFrame.new(ps2)*CFrame.new(0,10,-12),"Really black")
  5730. pffx.Mesh.MeshId="rbxassetid://20329976"
  5731. pffx.Mesh.Scale=Vector3.new(cs.X,cs.Y/5,cs.Z)
  5732. debris:AddItem(pffx,2)
  5733. table.insert(pfxt,pffx)
  5734. nt=0
  5735. end
  5736. wait()
  5737. end
  5738. local int=0
  5739. coroutine.wrap(function()
  5740. for i=1,500 do
  5741. rn1.CFrame=rn1.CFrame*CFrame.Angles(math.rad(10),math.rad(5),math.rad(5))
  5742. rn2.CFrame=rn2.CFrame*CFrame.Angles(math.rad(10),math.rad(5),math.rad(5))
  5743. nt=nt+1
  5744. int=int+1
  5745. local htd={p}
  5746. for _,v in pairs(game:service"Players":GetChildren()) do
  5747. pcall(function()
  5748. for _,c in pairs(v.Character:GetChildren()) do
  5749. if c:IsA("Part") and not inT(v,htd) and (cnOrb.CFrame.p-c.CFrame.p).magnitude<50 then
  5750. v.Character:FindFirstChild("Humanoid").Health=v.Character:FindFirstChild("Humanoid").Health-2
  5751. v.Character:FindFirstChild("HumanoidRootPart").Velocity=Vector3.new(0,0,0)
  5752. table.insert(htd,v)
  5753. end
  5754. end
  5755. end)
  5756. end
  5757. htd={p}
  5758. if int>=6 then
  5759. for _,v in pairs(game:service"Players":GetChildren()) do
  5760. pcall(function()
  5761. for _,c in pairs(v.Character:GetChildren()) do
  5762. if c:IsA("Part") and not inT(v,htd) and (cnOrb.CFrame.p-c.CFrame.p).magnitude<50 then
  5763. table.insert(htd,v)
  5764. local hfx=nwPrt(mod3,Vector3.new(1,1,1),c.CFrame*CFrame.new(math.random(-2,2),math.random(-2,2),math.random(-2,2)),"Really black")
  5765. hfx.Mesh.Scale=Vector3.new(2,2,2)
  5766. hfx.Mesh.MeshType=3
  5767. debris:AddItem(hfx,2)
  5768. coroutine.wrap(function()
  5769. pcall(function()
  5770. for i=0,1,0.05 do
  5771. pcall(function()
  5772. local hs=hfx.Mesh.Scale
  5773. hfx.CFrame=Lerp(hfx.CFrame,cnOrb.CFrame,i)
  5774. hfx.Mesh.Scale=Vector3.new(Tween(hs.X,0.1,i),Tween(hs.Y,0.1,i),Tween(hs.Z,0.1,i))
  5775. end)
  5776. wait()
  5777. end
  5778. hfx:Destroy()
  5779. end)
  5780. end)()
  5781. end
  5782. end
  5783. end)
  5784. end
  5785. int=0
  5786. end
  5787. if nt>=4 then
  5788. local pls={}
  5789. for _,v in pairs(game.Players:GetChildren()) do
  5790. table.insert(pls,v)
  5791. end
  5792. local ry2,ht2,ps2=newRay(cnOrb.CFrame,cnOrb.CFrame*CFrame.new(0,-1,0),1000,pls)
  5793. local pffx=nwPrt(mod3,Vector3.new(1,1,1),CFrame.new(ps2)*CFrame.new(0,10,-12),"Really black")
  5794. pffx.Transparency=0.4
  5795. pffx.Mesh.MeshId="rbxassetid://20329976"
  5796. pffx.Mesh.Scale=Vector3.new(cs.X-10,cs.Y/5,cs.Z-10)
  5797. debris:AddItem(pffx,2)
  5798. table.insert(pfxt,pffx)
  5799. nt=0
  5800. end
  5801. wait()
  5802. end
  5803. cnOrb:Destroy()
  5804. cnfx:Destroy()
  5805. for _,v in pairs(mod3:GetChildren()) do
  5806. v:Destroy()
  5807. end
  5808. orbt={}
  5809. stlt={}
  5810. chot={}
  5811. cfxt={}
  5812. pfxt={}
  5813. end)()
  5814. if Debounces.CanAttack == false then
  5815. Debounces.CanAttack = true
  5816. Debounces.NoIdl = false
  5817. Debounces.on = false
  5818. end
  5819. end
  5820. end
  5821. end)
  5822. ----------------------------------------------------
  5823. mouse.KeyDown:connect(function(key)
  5824. if key == "m" then
  5825. if Debounces.CanAttack == true then
  5826. Debounces.CanAttack = false
  5827. Debounces.on = true
  5828. Debounces.NoIdl = true
  5829. --[[x = Instance.new("Sound",char)
  5830. x.SoundId = "http://www.roblox.com/asset/?id=169445572"
  5831. x.Looped = false
  5832. x.Pitch = 1.1
  5833. x.Volume = 1
  5834. x:Play()
  5835. x2 = Instance.new("Sound",char)
  5836. x2.SoundId = "http://www.roblox.com/asset/?id=169380495"
  5837. x2.Looped = false
  5838. x2.Pitch = .7
  5839. x2.Volume = 1
  5840. wait(.1)
  5841. x:Play()
  5842. x2:Play()
  5843. for i = 1, 20 do
  5844. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3,0.6,-.2) *CFrame.Angles (math.rad (45),math.rad(0),math.rad(32)), 0.2)
  5845. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3,1,0)*CFrame.Angles(math.rad (0),math.rad(0),math.rad(-20)), 0.2)
  5846. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.4)*CFrame.Angles(math.rad (- 8),math.rad(-40), math.rad(-8)),0.2)
  5847. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -3.2, 0) * CFrame.Angles (math.rad (-50), math.rad(40), math.rad(0)), 0.2)
  5848. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.8, .4, -1.6) * CFrame.Angles (math.rad (30), 0, math.rad(20)), 0.2)
  5849. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.6, -2, 0) * CFrame.Angles (math.rad(- 10), math.rad(-40), math.rad(0)), 0.2)
  5850. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1.3, -1.1) * CFrame.Angles(math.rad(-60), math.rad(-90), math.rad(0)), 0.4)
  5851. if Debounces.on == false then break end
  5852. wait()
  5853. x:Destroy()
  5854. x2:Destroy()
  5855. end
  5856. wait(1)]]--
  5857. local rng = Instance.new("Part", char)
  5858. rng.Anchored = true
  5859. rng.BrickColor = BrickColor.new("Really black")
  5860. rng.CanCollide = false
  5861. rng.FormFactor = 3
  5862. rng.Name = "Ring"
  5863. rng.Size = Vector3.new(1, 1, 1)
  5864. rng.Transparency = 0.35
  5865. rng.TopSurface = 0
  5866. rng.BottomSurface = 0
  5867. rng.Position = torso.Position - Vector3.new(0,5,0)
  5868. rng.CFrame = rng.CFrame * CFrame.Angles(math.rad(90), math.rad(0), math.rad(0))
  5869. local rngm = Instance.new("SpecialMesh", rng)
  5870. rngm.MeshId = "http://www.roblox.com/asset/?id=3270017"
  5871. rngm.Scale = Vector3.new(1, 1, 2)
  5872. x = Instance.new("Sound",char)
  5873. x.SoundId = "http://www.roblox.com/asset/?id=169445602"
  5874. x.Looped = false
  5875. x.Pitch = .7
  5876. x.Volume = 1
  5877. x:Play()
  5878. coroutine.wrap(function()
  5879. for i = 1, 60, 2 do
  5880. rngm.Scale = Vector3.new(2 + i*2, 2 + i*2, 1)
  5881. rng.Transparency = i/60
  5882. wait()
  5883. end
  5884. wait()
  5885. rng:Destroy()
  5886. end)()
  5887. hum.WalkSpeed = 100
  5888. BV = Instance.new("BodyVelocity", torso)
  5889. BV.maxForce = Vector3.new(0,200000,0)
  5890. BV.P = 240000
  5891. BV.velocity = Vector3.new(0,700,0)
  5892. for i = 1, 20 do
  5893. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, 0)*CFrame.Angles(math.rad(20),math.rad(0), math.rad(0)),0.7)
  5894. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(math.rad(-16), math.rad(0), math.rad(0)), 0.7)
  5895. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3, 1, 0) * CFrame.Angles(math.rad(40), 0, math.rad(-20)), 0.7)
  5896. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3, 1, 0) * CFrame.Angles(math.rad(-40), math.rad(0), math.rad(20)), 0.7)
  5897. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -1.8, .2) * CFrame.Angles(math.rad(-10), 0, 0), 0.7)
  5898. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -1.5, -2) * CFrame.Angles(math.rad(0), 0, 0), 0.7)
  5899. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1.85, -.9) * CFrame.Angles(math.rad(-90), math.rad(-90), math.rad(0)), 1)
  5900. if Debounces.on == false then break end
  5901. wait()
  5902. end
  5903. x:Destroy()
  5904. BV:Destroy()
  5905. --[[for i = 1, 30 do
  5906. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, 0)*CFrame.Angles(math.rad(-14),math.rad(0), math.rad(0)),0.3)
  5907. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-16), math.rad (0), math.rad(0)), 0.3)
  5908. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5, 0.5, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-10)), 0.3)
  5909. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5, 0.5, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(10)), 0.3)
  5910. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -.4, -1) * CFrame.Angles(math.rad(20), 0, 0), 0.3)
  5911. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -.8, -.6) * CFrame.Angles(math.rad(-30), 0, 0), 0.3)
  5912. if Debounces.on == false then break end
  5913. wait()
  5914. end]]--
  5915. if (torso.Velocity*Vector3.new(1, 1, 1)).magnitude > 1 then
  5916. for i = 1, 30 do
  5917. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, 0)*CFrame.Angles(math.rad(-14),math.rad(0), math.rad(0)),0.3)
  5918. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.6, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
  5919. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3, 1.4, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-120)), 0.3)
  5920. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3, 1.4, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(120)), 0.3)
  5921. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3, .4) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(0)), 0.2)
  5922. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -2, -1) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(0)), 0.2)
  5923. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1.85, -.9) * CFrame.Angles(math.rad(-90), math.rad(-90), math.rad(0)), 1)
  5924. if Debounces.on == false then break end
  5925. wait()
  5926. end
  5927. end
  5928. Debounces.on = false
  5929. Debounces.NoIdl = false
  5930. local ry,ht,ps=nil,nil,nil
  5931. while ht==nil do
  5932. ry,ht,ps=newRay(root.CFrame*CFrame.new(0,-2,0),root.CFrame*CFrame.new(0,-3,0),4.1,{char})
  5933. wait()
  5934. end
  5935. z = Instance.new("Sound",char)
  5936. z.SoundId = "rbxassetid://142070127"
  5937. z.Volume = 1
  5938. wait(.1)
  5939. z:Play()
  5940. Landing()
  5941. hum.WalkSpeed = 8
  5942. if Debounces.CanAttack == false then
  5943. Debounces.CanAttack = true
  5944. end
  5945. end
  5946. end
  5947. end)
  5948. ----------------------------------------------------
  5949. Grab = false
  5950. mouse.KeyDown:connect(function(key)
  5951. if key == "z" then
  5952. Debounces.on = true
  5953. Debounces.NoIdl = true
  5954. if Grab == false then
  5955. gp = nil
  5956. con1=larm.Touched:connect(function(hit) -- this is grab
  5957. ht = hit.Parent
  5958. hum1=ht:FindFirstChild('Humanoid')
  5959. if hum1 ~= nil then
  5960. hum1.PlatformStand=true
  5961. gp = ht
  5962. Grab = true
  5963. asd=weld5(larm,ht:FindFirstChild("Torso"),CFrame.new(0,-3.3,0),CFrame.new(0,0,0))
  5964. asd.Parent = larm
  5965. asd.Name = "asd"
  5966. asd.C0=asd.C0*CFrame.Angles(math.rad(-90),0,0)
  5967. con1:disconnect()
  5968. elseif hum1 ~= nil then
  5969. con1:disconnect()
  5970. wait() return
  5971. end
  5972. end)
  5973. for i = 1, 18 do
  5974. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3,.9,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(36)), 0.2)
  5975. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-2.65,.9,-.5)*CFrame.Angles(math.rad(70),math.rad(0),math.rad(20)), 0.2)
  5976. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.2)*CFrame.Angles(math.rad(-14),math.rad(0),0), 0.2)
  5977. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.8, 0) * CFrame.Angles(math.rad(-60), math.rad(0), 0), 0.2)
  5978. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3, -.6) * CFrame.Angles(math.rad(60), math.rad(0), math.rad(0)), 0.2)
  5979. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -3, -.6) * CFrame.Angles(math.rad(60), math.rad(0), math.rad(0)), 0.2)
  5980. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1.3, -1.1) * CFrame.Angles(math.rad(-60), math.rad(-90), math.rad(0)), 0.9)
  5981. if Debounces.on == false then break end
  5982. wait()
  5983. end
  5984. con1:disconnect()
  5985. Debounces.on = false
  5986. Debounces.NoIdl = false
  5987. elseif Grab == true then
  5988. Grab = false
  5989. for i = 1, 20 do
  5990. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3,.9,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-20)), 0.2)
  5991. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-2.6, .9, -.4)*CFrame.Angles(math.rad(170),math.rad(0),math.rad(-20)), 0.1)
  5992. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.2)*CFrame.Angles(math.rad(-14),math.rad(0),0), 0.2)
  5993. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(0, math.rad(0), 0), 0.2)
  5994. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -3, 0) * CFrame.Angles(0, 0, math.rad(-10)), 0.2)
  5995. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -3, 0) * CFrame.Angles(0, 0, math.rad(10)), 0.2)
  5996. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1, -1.1) * CFrame.Angles(math.rad(-90), math.rad(-110), math.rad(-70)), 1)
  5997. if Debounces.on == false then end
  5998. wait()
  5999. end
  6000. if gp ~= nil then
  6001. for i,v in pairs(larm:GetChildren()) do
  6002. if v.Name == "asd" and v:IsA("Weld") then
  6003. v:Remove()
  6004. end
  6005. end
  6006. bv = Instance.new("BodyVelocity",gp:FindFirstChild("Torso"))
  6007. bv.maxForce = Vector3.new(400000, 400000, 400000)
  6008. bv.P = 125000
  6009. bv.velocity = char.Head.CFrame.lookVector * 200
  6010. for i = 1, 12 do
  6011. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-2.6, .9, -.75)*CFrame.Angles(math.rad(30),math.rad(0),math.rad(20)), 0.5)
  6012. if Debounces.on == false then end
  6013. wait()
  6014. end--
  6015. ht=nil
  6016. Spawn(function()
  6017. wait(0.5)
  6018. bv:Destroy()
  6019. end)
  6020. Debounces.on = false
  6021. Debounces.NoIdl = false
  6022. elseif ht == nil then wait()
  6023. Grab = false
  6024. Debounces.on = false
  6025. Debounces.NoIdl = false
  6026. end
  6027. end
  6028. end
  6029. end)
  6030. ----------------------------------------------------
  6031. mouse.KeyDown:connect(function(key)
  6032. if string.byte(key) == 52 then
  6033. char.Humanoid.WalkSpeed = 21
  6034. end
  6035. end)
  6036. mouse.KeyUp:connect(function(key)
  6037. if string.byte(key) == 52 then
  6038. char.Humanoid.WalkSpeed = 5
  6039. end
  6040. end)
  6041. ----------------------------------------------------
  6042. Change = false
  6043. mouse.KeyDown:connect(function(key)
  6044. if key == "n" then
  6045. if Change == false then
  6046. Change = true
  6047. stanceToggle = "Normal2"
  6048. elseif Change == true then
  6049. Change = false
  6050. stanceToggle = "Normal"
  6051. end
  6052. end
  6053. end)
  6054. ----------------------------------------------------
  6055. local animpose = "Idle"
  6056. local lastanimpose = "Idle"
  6057. local sine = 0
  6058. local change = 1
  6059. local val = 0
  6060. local ffing = false
  6061. local och = 0
  6062. ----------------------------------------------------
  6063. game:GetService("RunService").RenderStepped:connect(function()
  6064. --[[if char.Humanoid.Jump == true then
  6065. jump = true
  6066. else
  6067. jump = false
  6068. end]]
  6069. char.Humanoid.FreeFalling:connect(function(f)
  6070. if f then
  6071. ffing = true
  6072. else
  6073. ffing = false
  6074. end
  6075. end)
  6076. sine = sine + change
  6077. if jumpn == true then
  6078. animpose = "Jumping"
  6079. elseif ffing == true then
  6080. animpose = "Freefalling"
  6081. elseif (torso.Velocity*Vector3.new(1, 0, 1)).magnitude < 2 then
  6082. animpose = "Idle"
  6083. elseif (torso.Velocity*Vector3.new(1, 0, 1)).magnitude < 20 then
  6084. animpose = "Walking"
  6085. elseif (torso.Velocity*Vector3.new(1, 0, 1)).magnitude > 20 then
  6086. animpose = "Running"
  6087. end
  6088. if animpose ~= lastanimpose then
  6089. sine = 0
  6090. if Debounces.NoIdl == false then
  6091. if animpose == "Idle" then
  6092. for i = 1, 2 do
  6093. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3,.9,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(20)), 0.2)
  6094. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3,.9,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(-20)), 0.2)
  6095. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.2)*CFrame.Angles(math.rad(-14),math.rad(0),0), 0.2)
  6096. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(0, math.rad(0), 0), 0.2)
  6097. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -3, 0) * CFrame.Angles(0, 0, math.rad(-10)), 0.2)
  6098. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -3, 0) * CFrame.Angles(0, 0, math.rad(10)), 0.2)
  6099. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1, -1.1) * CFrame.Angles(math.rad(-90), math.rad(-110), math.rad(-70)), 1)
  6100. end
  6101. elseif animpose == "Walking" then
  6102. for i = 1, 2 do
  6103. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3, .9, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(20)), 0.2)
  6104. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3, .9, 0)*CFrame.Angles(0, math.rad(1), math.rad(-10)), 0.2)
  6105. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,0)*CFrame.Angles(math.rad(-8), math.rad(0), math.rad(0)),0.2)
  6106. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(math.rad(-4), 0, math.rad(0)), 0.2)
  6107. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3, -.05) * CFrame.Angles(math.rad(-18), 0, 0), .4)
  6108. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -3, -.05) * CFrame.Angles(math.rad(-18), 0, 0), .4)
  6109. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1, -1.1) * CFrame.Angles(math.rad(-90), math.rad(-110), math.rad(-70)), 1)
  6110. end
  6111. elseif animpose == "Running" then
  6112. for i = 1, 2 do
  6113. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3, 0.9, .5) * CFrame.Angles(math.rad(-10), math.rad(-40), math.rad(50)), 0.2)
  6114. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3, 1.2, 0-1*math.cos(sine/4)/2)*CFrame.Angles(math.rad(50-80*math.cos(sine/8)/2), math.rad(0), math.rad(0-70*math.cos(sine/8)/2)), 0.2)
  6115. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,0)*CFrame.Angles(math.rad(6+8*math.cos(sine/4)/1.8), math.rad(0), math.rad(0)),0.2)
  6116. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2+0.2*math.cos(sine/4)/2, 0) * CFrame.Angles(math.rad(-14+4*math.cos(sine/4)/2), 0, math.rad(0)), 0.2)
  6117. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3-0.44*math.cos(sine/8)/2.4, -.15 + math.sin(sine/8)/1.5) * CFrame.Angles(math.rad(-20) + -math.sin(sine/8)/1.7, 0, 0), .4)
  6118. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -3+0.44*math.cos(sine/8)/2.4, -.15 + -math.sin(sine/8)/1.5) * CFrame.Angles(math.rad(-20) + math.sin(sine/8)/1.7, 0, 0), .4)
  6119. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1.85, -.9) * CFrame.Angles(math.rad(-90), math.rad(-90), math.rad(0)), 1)
  6120. end
  6121. rs:wait(2)
  6122. end
  6123. else
  6124. end
  6125. end
  6126. lastanimpose = animpose
  6127. if Debounces.NoIdl == false then
  6128. if animpose == "Idle" then
  6129. if stanceToggle == "Normal" then
  6130. change = 0.5
  6131. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3,.9,0)*CFrame.Angles(math.rad(88+2*math.cos(sine/14)),math.rad(0),math.rad(20)), 0.2)
  6132. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3,.9+0.1*math.cos(sine/14),0)*CFrame.Angles(math.rad(50),math.rad(-30),math.rad(-40-2*math.cos(sine/14))), 0.2)
  6133. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.2)*CFrame.Angles(math.rad(-14+1*math.cos(sine/14)),math.rad(40),0), 0.2)
  6134. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(-40), 0), 0.2)
  6135. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.15, -3, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-10)), 0.2)
  6136. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.15, -3, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(10)), 0.2)
  6137. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1, -1.1) * CFrame.Angles(math.rad(-90), math.rad(-110), math.rad(-70)), 1)
  6138. elseif stanceToggle == "Sitting" then
  6139. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3, .9, 0) * CFrame.Angles(math.rad(100-1*math.cos(sine/14)), math.rad(0), math.rad(20)), 0.2)
  6140. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3, .9, 0)*CFrame.Angles(math.rad(-36+1*math.cos(sine/14)), math.rad(0), math.rad(-30)), 0.2)
  6141. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, -.3) * CFrame.Angles(math.rad(-14+1*math.cos(sine/14)), math.rad(0), math.rad(0)),0.2)
  6142. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -2.8, 0) * CFrame.Angles(math.rad(-10+1*math.cos(sine/14)), 0, math.rad(0)), 0.2)
  6143. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -1, -2) * CFrame.Angles(math.rad(-10-1*math.cos(sine/14)), 0, 0), 0.2)
  6144. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -3, .6) * CFrame.Angles(math.rad(-50-1*math.cos(sine/14)), 0, 0), 0.2)
  6145. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1.85, -.9) * CFrame.Angles(math.rad(-90), math.rad(-90), math.rad(0)), 1)
  6146. elseif stanceToggle == "Normal2" then
  6147. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3,.9,0)*CFrame.Angles(math.rad(30+2*math.cos(sine/14)),math.rad(40),math.rad(40)), 0.2)
  6148. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3,.9+0.1*math.cos(sine/14),0)*CFrame.Angles(math.rad(-20),math.rad(30),math.rad(-40-2*math.cos(sine/14))), 0.2)
  6149. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.2)*CFrame.Angles(math.rad(-14+1*math.cos(sine/14)),math.rad(-40),0), 0.2)
  6150. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(40), 0), 0.2)
  6151. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -3, 0) * CFrame.Angles(math.rad(-16), math.rad(-20), math.rad(-14)), 0.2)
  6152. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -3, 0) * CFrame.Angles(math.rad(10), math.rad(-30), math.rad(18)), 0.2)
  6153. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1.9, -.9) * CFrame.Angles(math.rad(-90), math.rad(-90), math.rad(0)), 1)
  6154. end
  6155. elseif animpose == "Walking" then
  6156. if stanceToggle == "Normal" then
  6157. change = 1
  6158. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3, .9+.1*math.cos(sine/7), 0) * CFrame.Angles(math.rad(90+2*math.cos(sine/7)), math.rad(0), math.rad(20)), 0.2)
  6159. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3, .9+.1*math.cos(sine/7), -math.sin(sine/14)/2)*CFrame.Angles(math.sin(sine/14)/4, math.rad(1) + -math.sin(sine/14)/2, math.rad(-30)), 0.2)
  6160. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,0)*CFrame.Angles(math.rad(-8+2*math.cos(sine/7)), math.rad(0-8*math.cos(sine/14)), math.rad(0)),0.2)
  6161. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1+0.1*math.cos(sine/7), 0) * CFrame.Angles(math.rad(-4+2*math.cos(sine/7)), math.rad(0+8*math.cos(sine/14)), math.rad(0)), 0.2)
  6162. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3-0.3*math.cos(sine/14)/2, -.05 + math.sin(sine/14)/2) * CFrame.Angles(math.rad(-12) + -math.sin(sine/14)/2, math.rad(0-8*math.cos(sine/14)), 0), .4)
  6163. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -3+0.3*math.cos(sine/14)/2, -.05 + -math.sin(sine/14)/2) * CFrame.Angles(math.rad(-12) + math.sin(sine/14)/2, math.rad(0-8*math.cos(sine/14)), 0), .4)
  6164. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1, -1.1) * CFrame.Angles(math.rad(-90), math.rad(-110), math.rad(-70)), 1)
  6165. elseif stanceToggle == "Normal2" then
  6166. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3, .9+.1*math.cos(sine/7), math.sin(sine/14)/2)*CFrame.Angles(-math.sin(sine/14)/4, -math.sin(sine/14)/2, math.rad(20)), 0.2)
  6167. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3, .9+.1*math.cos(sine/7), -math.sin(sine/14)/2)*CFrame.Angles(math.sin(sine/14)/4, -math.sin(sine/14)/2, math.rad(-20)), 0.2)
  6168. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,0)*CFrame.Angles(math.rad(-8+2*math.cos(sine/7)), math.rad(0), math.rad(0)),0.2)
  6169. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1+0.1*math.cos(sine/7), 0) * CFrame.Angles(math.rad(-4+2*math.cos(sine/7)), 0, math.rad(0)), 0.2)
  6170. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3-0.3*math.cos(sine/14)/2, -.05 + math.sin(sine/14)/2) * CFrame.Angles(math.rad(-18) + -math.sin(sine/14)/2.3, 0, 0), .4)
  6171. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -3+0.3*math.cos(sine/14)/2, -.05 + -math.sin(sine/14)/2) * CFrame.Angles(math.rad(-18) + math.sin(sine/14)/2.3, 0, 0), .4)
  6172. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1.9, -.9) * CFrame.Angles(math.rad(-90), math.rad(-90), math.rad(0)), 1)
  6173. end
  6174. elseif animpose == "Running" then
  6175. change = 1
  6176. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3, 0.9, .5) * CFrame.Angles(math.rad(-10-20*math.cos(sine/4)/2), math.rad(-40+10*math.cos(sine/4)/2), math.rad(50-10*math.cos(sine/4)/2)), 0.2)
  6177. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3, 0.9, .5)*CFrame.Angles(math.rad(10+20*math.cos(sine/4)/2), math.rad(40-10*math.cos(sine/4)/2), math.rad(-50+10*math.cos(sine/4)/2)), 0.2)
  6178. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,0)*CFrame.Angles(math.rad(6+6*math.cos(sine/4)/1.8), math.rad(0), math.rad(0)),0.2)
  6179. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1+0.2*math.cos(sine/4)/2, 0) * CFrame.Angles(math.rad(-14+10*math.cos(sine/4)/2), 0, math.rad(0)), 0.2)
  6180. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3-0.44*math.cos(sine/8)/2.4, -.15 + math.sin(sine/8)/1.5) * CFrame.Angles(math.rad(-20) + -math.sin(sine/8)/1.7, 0, 0), .4)
  6181. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -3+0.44*math.cos(sine/8)/2.4, -.15 + -math.sin(sine/8)/1.5) * CFrame.Angles(math.rad(-20) + math.sin(sine/8)/1.7, 0, 0), .4)
  6182. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1.85, -.9) * CFrame.Angles(math.rad(-90), math.rad(-90), math.rad(0)), 1)
  6183. end
  6184. end
  6185. och=och+1
  6186. for _,v in pairs(orbt) do
  6187. pcall(function()
  6188. v.Mesh.Scale=Vector3.new(cns+(0.2*math.cos(och/12)),cns+(0.2*math.cos(och/10)),cns+(0.2*math.cos(och/8)))
  6189. end)
  6190. end
  6191. for _,v in pairs(stlt) do
  6192. pcall(function()
  6193. v.CFrame=larm.CFrame*CFrame.new(0,-3.5-(cns/2),-0.1)
  6194. end)
  6195. end
  6196. for _,v in pairs(chot) do
  6197. pcall(function()
  6198. v.CFrame=Lerp(v.CFrame,cnOrb.CFrame,0.1)
  6199. v.Mesh.Scale=Vector3.new(Tween(v.Mesh.Scale.X,0,0.1),Tween(v.Mesh.Scale.Y,0,0.1),Tween(v.Mesh.Scale.Z,0,0.1))
  6200. end)
  6201. end
  6202. for _,v in pairs(cfxt) do
  6203. pcall(function()
  6204. local vs=v.Mesh.Scale
  6205. v.Mesh.Scale=Vector3.new(vs.x+0.5,vs.y+0.1,vs.z+0.5)
  6206. v.Transparency=v.Transparency+0.05
  6207. end)
  6208. end
  6209. for _,v in pairs(pfxt) do
  6210. pcall(function()
  6211. local vs=v.Mesh.Scale
  6212. v.Mesh.Scale=Vector3.new(vs.x+2,vs.y+0.5,vs.z+2)
  6213. v.Transparency=v.Transparency+0.025
  6214. end)
  6215. end
  6216. end)
  6217. end
  6218. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement