Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --https://github.com/Mokiros/roblox-FE-compatibility
- if game:GetService("RunService"):IsClient() then error("Script must be server-side in order to work; use h/ and not hl/") end
- local Player,game,owner = owner,game
- local RealPlayer = Player
- do
- print("FE Compatibility code V2 by Mokiros")
- local RealPlayer = RealPlayer
- script.Parent = RealPlayer.Character
- --Fake event to make stuff like Mouse.KeyDown work
- local Disconnect_Function = function(this)
- this[1].Functions[this[2]] = nil
- end
- local Disconnect_Metatable = {__index={disconnect=Disconnect_Function,Disconnect=Disconnect_Function}}
- local FakeEvent_Metatable = {__index={
- Connect = function(this,f)
- local i = tostring(math.random(0,10000))
- while this.Functions[i] do
- i = tostring(math.random(0,10000))
- end
- this.Functions[i] = f
- return setmetatable({this,i},Disconnect_Metatable)
- end
- }}
- FakeEvent_Metatable.__index.connect = FakeEvent_Metatable.__index.Connect
- local function fakeEvent()
- return setmetatable({Functions={}},FakeEvent_Metatable)
- end
- --Creating fake input objects with fake variables
- local FakeMouse = {Hit=CFrame.new(),KeyUp=fakeEvent(),KeyDown=fakeEvent(),Button1Up=fakeEvent(),Button1Down=fakeEvent(),Button2Up=fakeEvent(),Button2Down=fakeEvent()}
- FakeMouse.keyUp = FakeMouse.KeyUp
- FakeMouse.keyDown = FakeMouse.KeyDown
- local UIS = {InputBegan=fakeEvent(),InputEnded=fakeEvent()}
- local CAS = {Actions={},BindAction=function(self,name,fun,touch,...)
- CAS.Actions[name] = fun and {Name=name,Function=fun,Keys={...}} or nil
- end}
- --Merged 2 functions into one by checking amount of arguments
- CAS.UnbindAction = CAS.BindAction
- --This function will trigger the events that have been :Connect()'ed
- local function TriggerEvent(self,ev,...)
- for _,f in pairs(self[ev].Functions) do
- f(...)
- end
- end
- FakeMouse.TriggerEvent = TriggerEvent
- UIS.TriggerEvent = TriggerEvent
- --Client communication
- local Event = Instance.new("RemoteEvent")
- Event.Name = "UserInput_Event"
- Event.OnServerEvent:Connect(function(plr,io)
- if plr~=RealPlayer then return end
- FakeMouse.Target = io.Target
- FakeMouse.Hit = io.Hit
- if not io.isMouse then
- local b = io.UserInputState == Enum.UserInputState.Begin
- if io.UserInputType == Enum.UserInputType.MouseButton1 then
- return FakeMouse:TriggerEvent(b and "Button1Down" or "Button1Up")
- end
- if io.UserInputType == Enum.UserInputType.MouseButton2 then
- return FakeMouse:TriggerEvent(b and "Button2Down" or "Button2Up")
- end
- for _,t in pairs(CAS.Actions) do
- for _,k in pairs(t.Keys) do
- if k==io.KeyCode then
- t.Function(t.Name,io.UserInputState,io)
- end
- end
- end
- FakeMouse:TriggerEvent(b and "KeyDown" or "KeyUp",io.KeyCode.Name:lower())
- UIS:TriggerEvent(b and "InputBegan" or "InputEnded",io,false)
- end
- end)
- Event.Parent = NLS([==[local Event = script:WaitForChild("UserInput_Event")
- local Mouse = owner:GetMouse()
- local UIS = game:GetService("UserInputService")
- local input = function(io,RobloxHandled)
- if RobloxHandled then return end
- --Since InputObject is a client-side instance, we create and pass table instead
- Event:FireServer({KeyCode=io.KeyCode,UserInputType=io.UserInputType,UserInputState=io.UserInputState,Hit=Mouse.Hit,Target=Mouse.Target})
- end
- UIS.InputBegan:Connect(input)
- UIS.InputEnded:Connect(input)
- local h,t
- --Give the server mouse data every second frame, but only if the values changed
- --If player is not moving their mouse, client won't fire events
- local HB = game:GetService("RunService").Heartbeat
- while true do
- if h~=Mouse.Hit or t~=Mouse.Target then
- h,t=Mouse.Hit,Mouse.Target
- Event:FireServer({isMouse=true,Target=t,Hit=h})
- end
- --Wait 2 frames
- for i=1,2 do
- HB:Wait()
- end
- end]==],script)
- ----Sandboxed game object that allows the usage of client-side methods and services
- --Real game object
- local RealGame = game
- --Metatable for fake service
- local FakeService_Metatable = {
- __index = function(self,k)
- local s = rawget(self,"_RealService")
- if s then
- return typeof(s[k])=="function"
- and function(_,...)return s[k](s,...)end or s[k]
- end
- end,
- __newindex = function(self,k,v)
- local s = rawget(self,"_RealService")
- if s then s[k]=v end
- end
- }
- local function FakeService(t,RealService)
- t._RealService = typeof(RealService)=="string" and RealGame:GetService(RealService) or RealService
- return setmetatable(t,FakeService_Metatable)
- end
- --Fake game object
- local FakeGame = {
- GetService = function(self,s)
- return rawget(self,s) or RealGame:GetService(s)
- end,
- Players = FakeService({
- LocalPlayer = FakeService({GetMouse=function(self)return FakeMouse end},Player)
- },"Players"),
- UserInputService = FakeService(UIS,"UserInputService"),
- ContextActionService = FakeService(CAS,"ContextActionService"),
- RunService = FakeService({
- _btrs = {},
- RenderStepped = RealGame:GetService("RunService").Heartbeat,
- BindToRenderStep = function(self,name,_,fun)
- self._btrs[name] = self.Heartbeat:Connect(fun)
- end,
- UnbindFromRenderStep = function(self,name)
- self._btrs[name]:Disconnect()
- end,
- },"RunService")
- }
- rawset(FakeGame.Players,"localPlayer",FakeGame.Players.LocalPlayer)
- FakeGame.service = FakeGame.GetService
- FakeService(FakeGame,game)
- --Changing owner to fake player object to support owner:GetMouse()
- game,owner = FakeGame,FakeGame.Players.LocalPlayer
- end
- function TakeDamage(hum, dmg)
- hum:TakeDamage(dmg * 125)
- end
- plr = game.Players.LocalPlayer
- repeat
- wait(0.4)
- until plr.Character
- chr = plr.Character
- human = chr:FindFirstChild("Humanoid")
- human.MaxHealth = 15000
- human.Health = 15000
- human.JumpPower = 75
- human.WalkSpeed = 25
- mouse = plr:GetMouse()
- cam = workspace.CurrentCamera
- selected = false
- equipd = false
- tors = chr.Torso
- rarm = chr["Right Arm"]
- larm = chr["Left Arm"]
- rleg = chr["Right Leg"]
- lleg = chr["Left Leg"]
- hrp = chr.HumanoidRootPart
- hed = chr.Head
- local reggface = hed.face
- reggface.Texture = "http://www.roblox.com/asset/?id=0"
- anim = human.Animator
- local CanDamage = true
- activu = false
- appeared = false
- animpose = nil
- POSU = false
- local cancarry = true
- local wherto = hrp
- local addcfr = CFrame.new(0, 0, 0)
- Heartbeat = Instance.new("BindableEvent")
- Heartbeat.Name = "Heartbeat"
- Heartbeat.Parent = script
- local frame = 0.03333333333333333
- tf = 0
- game:GetService("RunService").Heartbeat:connect(function(s, p)
- tf = tf + s
- if tf >= frame then
- for i = 1, math.floor(tf / frame) do
- Heartbeat:Fire()
- end
- tf = tf - frame * math.floor(tf / frame)
- end
- end)
- function swait(num)
- if num == 0 or num == nil then
- Heartbeat.Event:wait()
- else
- for i = 1, num do
- Heartbeat.Event:wait()
- end
- end
- end
- tool = Instance.new("Tool")
- tool.CanBeDropped = false
- tool.RequiresHandle = false
- tool.TextureId = "rbxassetid://0"
- tool.ToolTip = "NANI"
- tool.Name = "AAAAAAAAAAAAAA"
- tool.Parent = plr.Backpack
- modz = Instance.new("Model")
- modz.Name = "efx"
- modz.Parent = chr
- ZANOOB = Instance.new("Model")
- ZANOOB.Name = "THENOOB"
- ZANOOB.Parent = chr
- RSC0 = CFrame.new(1, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
- RSC1 = CFrame.new(-0.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
- LSC0 = CFrame.new(-1, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
- LSC1 = CFrame.new(0.5, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
- RHC0 = CFrame.new(1, -1, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
- RHC1 = CFrame.new(0.5, 1, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
- LHC0 = CFrame.new(-1, -1, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
- RJC1 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0)
- LHC1 = CFrame.new(-0.5, 1, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
- NC0 = CFrame.new(0, 1, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0)
- NC1 = CFrame.new(0, -0.5, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0)
- RJC0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0)
- RS = tors:FindFirstChild("Right Shoulder")
- LS = tors:FindFirstChild("Left Shoulder")
- RH = tors:FindFirstChild("Right Hip")
- LH = tors:FindFirstChild("Left Hip")
- RJ = hrp:FindFirstChild("RootJoint")
- N = tors:FindFirstChild("Neck")
- cf = CFrame.new
- ang = CFrame.Angles
- rd = math.rad
- rd2 = math.random
- function nooutline(p)
- p.TopSurface, p.BottomSurface, p.LeftSurface, p.RightSurface, p.FrontSurface, p.BottomSurface = 10, 10, 10, 10, 10, 10
- end
- function makepart(color, name, reflec, mater, parnt, cfram)
- local port = Instance.new("Part")
- port.BrickColor = BrickColor.new(color)
- port.Name = name
- port.Transparency = 1
- nooutline(port)
- port.Reflectance = reflec
- port.Material = mater
- port.Anchored = false
- port.CanCollide = false
- port.Locked = true
- port.Size = Vector3.new(0.2, 0.2, 0.2)
- port.Parent = parnt
- return port
- end
- function makemesh(meshtype, scale, meshid, parent)
- local mes = Instance.new("SpecialMesh")
- mes.MeshType = meshtype
- mes.Scale = scale
- if meshtype == "FileMesh" then
- mes.MeshId = meshid
- end
- mes.Parent = parent
- return mes
- end
- function makemotor(parent, p0, p1, c0, c1)
- swait()
- local wel = Instance.new("Motor6D")
- wel.Part0 = p0
- wel.Part1 = p1
- wel.C0 = c0
- if c1 ~= nil then
- wel.C1 = c1
- end
- wel.Parent = parent
- return wel
- end
- local konodioda = Instance.new("Sound")
- konodioda.SoundId = "rbxassetid://921051148"
- konodioda.Volume = 2.5
- konodioda.Parent = hrp
- local bast = Instance.new("Sound")
- bast.SoundId = "rbxassetid://1300588094"
- bast.TimePosition = 9
- bast.Volume = 2.5
- bast.Parent = hrp
- local zaworld = Instance.new("Sound")
- zaworld.SoundId = "rbxassetid://873240542"
- zaworld.Volume = 2.5
- zaworld.Parent = hrp
- local zaworld2 = Instance.new("Sound")
- zaworld2.SoundId = "rbxassetid://873240410"
- zaworld2.Volume = 2.5
- zaworld2.Parent = hrp
- local zaworld3 = Instance.new("Sound")
- zaworld3.SoundId = "rbxassetid://1207959412"
- zaworld3.Volume = 2.5
- zaworld3.Parent = hrp
- local wry = Instance.new("Sound")
- wry.SoundId = "rbxassetid://933302532"
- wry.Volume = 7.5
- wry.Parent = hrp
- local wryy = Instance.new("Sound")
- wryy.SoundId = "rbxassetid://933302532"
- wryy.Volume = 7.5
- wryy.Parent = hrp
- local wryyy = Instance.new("Sound")
- wryyy.SoundId = "rbxassetid://933302532"
- wryyy.Volume = 7.5
- wryyy.Parent = hrp
- function animo(yep)
- if yep == true then
- anim.Parent = human
- chr.Animate.Disabled = false
- elseif yep == false then
- chr.Animate.Disabled = true
- anim.Parent = nil
- end
- end
- animo(false)
- function lerpz(joint, prop, cfrmz, alp)
- joint[prop] = joint[prop]:lerp(cfrmz, alp)
- end
- lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
- lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
- lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
- lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
- lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
- lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
- lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
- lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
- lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
- lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
- function resetlerp(whoever)
- if whoever == nil then
- RJ.C0 = RJC0
- RJ.C1 = RJC1
- N.C0 = NC0
- N.C1 = NC1
- RS.C0 = RSC0
- RS.C1 = RSC1
- LS.C0 = LSC0
- LS.C1 = LSC1
- RH.C0 = RHC0
- RH.C1 = RHC1
- LH.C0 = LHC0
- LH.C1 = LHC1
- elseif whoever ~= nil then
- nRJ.C0 = RJC0
- nRJ.C1 = RJC1
- nN.C0 = NC0
- nN.C1 = NC1
- nRS.C0 = RSC0
- nRS.C1 = RSC1
- nLS.C0 = LSC0
- nLS.C1 = LSC1
- nRH.C0 = RHC0
- nRH.C1 = RHC1
- nLH.C0 = LHC0
- nLH.C1 = LHC1
- end
- end
- function STANDO(cfr)
- local rooto = Instance.new("Part")
- nooutline(rooto)
- rooto.Name = "HumanoidRootPart"
- rooto.Anchored = true
- rooto.CFrame = cfr
- rooto.Size = Vector3.new(2, 2, 1)
- rooto.CanCollide = false
- rooto.Locked = true
- rooto.Transparency = 1
- rooto.Parent = ZANOOB
- local head = Instance.new("Part")
- nooutline(head)
- head.Anchored = false
- head.CFrame = rooto.CFrame * CFrame.new(0, 1.5, 0)
- head.Size = Vector3.new(2, 1, 1)
- head.BrickColor = BrickColor.new("White")
- head.CanCollide = false
- head.Name = "Head"
- head.Locked = true
- head.Transparency = 1
- head.Parent = ZANOOB
- local headmesh = makemesh("Head", Vector3.new(1.25, 1.25, 1.25), nil, head)
- local headdecal = Instance.new("Decal")
- headdecal.Name = "face"
- headdecal.Texture = "http://www.roblox.com/asset/?id=0"
- headdecal.Face = "Front"
- headdecal.Transparency = 1
- headdecal.Parent = head
- local mp = Instance.new("Part",ZANOOB)
- mp.Name = "Mask"
- mp.BrickColor = BrickColor.new("Bright green")
- mp.Transparency = 1
- mp.CanCollide = false
- local mask = Instance.new("SpecialMesh",mp)
- mask.MeshId = "http://www.roblox.com/asset/?id=6837450"
- mask.MeshType = "FileMesh"
- mask.TextureId = "http://www.roblox.com/asset/?id=6837452"
- mask.Scale = Vector3.new(1,1,1)
- local mw = Instance.new("Weld")
- mw.Parent = mask
- mw.Part0 = head
- mw.Part1 = mp
- mw.C1 = CFrame.new(-0.05,-0.5, -0.1)
- mw.C0 = CFrame.Angles(0,0,0)
- local mp2 = Instance.new("Part",ZANOOB)
- mp2.Name = "Mask2"
- mp2.BrickColor = BrickColor.new("Really black")
- mp2.Transparency = 1
- mp2.CanCollide = false
- local mask2 = Instance.new("SpecialMesh",mp2)
- mask2.MeshId = "http://www.roblox.com/asset/?id=0"
- mask2.MeshType = "FileMesh"
- mask2.TextureId = "http://www.roblox.com/asset/?id=0"
- mask2.Scale = Vector3.new(1,1,1)
- local mw2 = Instance.new("Weld")
- mw2.Parent = mask2
- mw2.Part0 = head
- mw2.Part1 = mp2
- mw2.C1 = CFrame.new(-0.05,-1.25, -0.1)
- mw2.C0 = CFrame.Angles(0,0,0)
- local torso = Instance.new("Part")
- nooutline(torso)
- torso.Name = "Torso"
- torso.Anchored = false
- torso.CFrame = rooto.CFrame * CFrame.new(0, 0, 0)
- torso.Size = Vector3.new(2, 1, 1)
- torso.BrickColor = BrickColor.new("Bright red")
- torso.CanCollide = false
- torso.Transparency = 1
- torso.Locked = true
- torso.Parent = ZANOOB
- local torsomesh = makemesh("FileMesh", Vector3.new(1, 1, 1), "rbxasset://fonts/torso.mesh", torso)
- local leftarm = Instance.new("Part")
- nooutline(leftarm)
- leftarm.Anchored = false
- leftarm.Name = "Left Arm"
- leftarm.CFrame = rooto.CFrame * CFrame.new(1.5, 0, 0)
- leftarm.Size = Vector3.new(1, 2, 1)
- leftarm.BrickColor = BrickColor.new("White")
- leftarm.CanCollide = false
- leftarm.Transparency = 1
- leftarm.Locked = true
- leftarm.Parent = ZANOOB
- local leftarmmesh = makemesh("FileMesh", Vector3.new(1, 1, 1), "rbxasset://fonts/leftarm.mesh", leftarm)
- local rightarm = Instance.new("Part")
- nooutline(rightarm)
- rightarm.Anchored = false
- rightarm.CFrame = rooto.CFrame * CFrame.new(-1.5, 0, 0)
- rightarm.Name = "Right Arm"
- rightarm.Size = Vector3.new(1, 2, 1)
- rightarm.BrickColor = BrickColor.new("White")
- rightarm.CanCollide = false
- rightarm.Locked = true
- rightarm.Transparency = 1
- rightarm.Parent = ZANOOB
- local rightarmmesh = makemesh("FileMesh", Vector3.new(1, 1, 1), "rbxasset://fonts/rightarm.mesh", rightarm)
- local leftleg = Instance.new("Part")
- nooutline(leftleg)
- leftleg.Anchored = false
- leftleg.CFrame = rooto.CFrame * CFrame.new(1.5, -1.5, 0)
- leftleg.Name = "Left Leg"
- leftleg.Size = Vector3.new(1, 2, 1)
- leftleg.BrickColor = BrickColor.new("Really black")
- leftleg.CanCollide = false
- leftleg.Transparency = 1
- leftleg.Locked = true
- leftleg.Parent = ZANOOB
- local leftlegmesh = makemesh("FileMesh", Vector3.new(1, 1, 1), "rbxasset://fonts/leftleg.mesh", leftleg)
- local rightleg = Instance.new("Part")
- nooutline(rightleg)
- rightleg.Anchored = false
- rightleg.CFrame = rooto.CFrame * CFrame.new(-1.5, -1.5, 0)
- rightleg.Name = "Right Leg"
- rightleg.Size = Vector3.new(1, 2, 1)
- rightleg.BrickColor = BrickColor.new("Really black")
- rightleg.CanCollide = false
- rightleg.Locked = true
- rightleg.Transparency = 1
- rightleg.Parent = ZANOOB
- local rightlegmesh = makemesh("FileMesh", Vector3.new(1, 1, 1), "rbxasset://fonts/rightleg.mesh", rightleg)
- local rootweld = makemotor(rooto, rooto, torso, RJC0, RJC1)
- rootweld.Name = "RootJoint"
- local neckweld = makemotor(torso, torso, head, NC0, NC1)
- neckweld.Name = "Neck"
- local rshoulderweld = makemotor(torso, torso, rightarm, RSC0, RSC1)
- rshoulderweld.Name = "Right Shoulder"
- local lshoulderweld = makemotor(torso, torso, leftarm, LSC0, LSC1)
- lshoulderweld.Name = "Left Shoulder"
- local rhipweld = makemotor(torso, torso, rightleg, RHC0, RHC1)
- rhipweld.Name = "Right Hip"
- local lhipweld = makemotor(torso, torso, leftleg, LHC0, LHC1)
- lhipweld.Name = "Left Hip"
- local should1 = Instance.new("Part")
- nooutline(should1)
- should1.Anchored = false
- should1.CFrame = rooto.CFrame * CFrame.new(0, 0, 0)
- should1.Name = "should1"
- should1.Size = Vector3.new(1.5, 0.25, 1)
- should1.BrickColor = BrickColor.new("Bright yellow")
- should1.Material = "Metal"
- should1.CanCollide = false
- should1.Locked = true
- should1.Transparency = 1
- should1.Parent = ZANOOB
- local should1w = makemotor(should1, should1, torso, ang(rd(0), rd(0), rd(0)) * cf(-1.5, -1.1, 0), ang(0, 0, 0))
- local should12 = Instance.new("Part")
- nooutline(should12)
- should12.Anchored = false
- should12.CFrame = rooto.CFrame * CFrame.new(0, 0, 0)
- should12.Name = "should12"
- should12.Size = Vector3.new(1.4, 0.15, 0.9)
- should12.BrickColor = BrickColor.new("New Yeller")
- should12.Material = "Neon"
- should12.CanCollide = false
- should12.Locked = true
- should12.Transparency = 1
- should12.Parent = ZANOOB
- local should12w = makemotor(should12, should12, torso, ang(rd(0), rd(0), rd(0)) * cf(-1.5, -1.2, 0), ang(0, 0, 0))
- local should13 = Instance.new("Part")
- nooutline(should13)
- should13.Anchored = false
- should13.CFrame = rooto.CFrame * CFrame.new(0, 0, 0)
- should13.Name = "should13"
- should13.Size = Vector3.new(1.25, 0.15, 0.85)
- should13.BrickColor = BrickColor.new("Bright yellow")
- should13.Material = "Metal"
- should13.CanCollide = false
- should13.Locked = true
- should13.Transparency = 1
- should13.Parent = ZANOOB
- local should13w = makemotor(should13, should13, torso, ang(rd(0), rd(0), rd(0)) * cf(-1.5, -1.3, 0), ang(0, 0, 0))
- local should2 = Instance.new("Part")
- nooutline(should2)
- should2.Anchored = false
- should2.CFrame = rooto.CFrame * CFrame.new(0, 0, 0)
- should2.Name = "should2"
- should2.Size = Vector3.new(1.5, 0.25, 1)
- should2.BrickColor = BrickColor.new("Bright yellow")
- should2.Material = "Metal"
- should2.CanCollide = false
- should2.Locked = true
- should2.Transparency = 1
- should2.Parent = ZANOOB
- local should2w = makemotor(should2, should2, torso, ang(rd(0), rd(0), rd(0)) * cf(1.5, -1.1, 0), ang(0, 0, 0))
- local should22 = Instance.new("Part")
- nooutline(should22)
- should22.Anchored = false
- should22.CFrame = rooto.CFrame * CFrame.new(0, 0, 0)
- should22.Name = "should22"
- should22.Size = Vector3.new(1.4, 0.15, 0.9)
- should22.BrickColor = BrickColor.new("New Yeller")
- should22.Material = "Neon"
- should22.CanCollide = false
- should22.Locked = true
- should22.Transparency = 1
- should22.Parent = ZANOOB
- local should22w = makemotor(should22, should22, torso, ang(rd(0), rd(0), rd(0)) * cf(1.5, -1.2, 0), ang(0, 0, 0))
- local should23 = Instance.new("Part")
- nooutline(should23)
- should23.Anchored = false
- should23.CFrame = rooto.CFrame * CFrame.new(0, 0, 0)
- should23.Name = "should23"
- should23.Size = Vector3.new(1.25, 0.15, 0.85)
- should23.BrickColor = BrickColor.new("Bright yellow")
- should23.Material = "Metal"
- should23.CanCollide = false
- should23.Locked = true
- should23.Transparency = 1
- should23.Parent = ZANOOB
- local should23w = makemotor(should23, should23, torso, ang(rd(0), rd(0), rd(0)) * cf(1.5, -1.3, 0), ang(0, 0, 0))
- local pa7 = Instance.new("Part")
- nooutline(pa7)
- pa7.Anchored = false
- pa7.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
- pa7.Name = "pa7"
- pa7.Size = Vector3.new(0.2, 0.2, 0.2)
- pa7.BrickColor = BrickColor.new("Bright yellow")
- pa7.CanCollide = false
- pa7.Locked = true
- pa7.Transparency = 1
- pa7.Parent = ZANOOB
- local pa7m = makemesh("FileMesh", Vector3.new(1.05, 0.201, 1.1), "rbxasset://fonts/torso.mesh", pa7)
- local pa7w = makemotor(pa7, pa7, torso, ang(rd(0), rd(0), rd(0)) * cf(0, 0.9, 0), ang(0, 0, 0))
- local ca = Instance.new("Part")
- nooutline(ca)
- ca.Anchored = false
- ca.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
- ca.Name = "ca"
- ca.Size = Vector3.new(0.2, 0.2, 0.2)
- ca.BrickColor = BrickColor.new("Institutional white")
- ca.CanCollide = false
- ca.Locked = true
- ca.Transparency = 1
- ca.Parent = ZANOOB
- local cam = makemesh("FileMesh", Vector3.new(0.875, 0.875, 0.875), "rbxassetid://114046169", ca)
- local caw = makemotor(ca, ca, torso, ang(rd(0), rd(0), rd(0)) * cf(0, 1.75, -0.4), ang(0, 0, 0))
- local ca2 = Instance.new("Part")
- nooutline(ca2)
- ca2.Anchored = false
- ca2.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
- ca2.Name = "ca2"
- ca2.Size = Vector3.new(0.2, 0.2, 0.2)
- ca2.BrickColor = BrickColor.new("Institutional white")
- ca2.CanCollide = false
- ca2.Locked = true
- ca2.Transparency = 1
- ca2.Parent = ZANOOB
- local ca2m = makemesh("FileMesh", Vector3.new(0.875, 0.875, 0.875), "rbxassetid://114046169", ca2)
- local ca2w = makemotor(ca2, ca2, torso, ang(rd(0), rd(0), rd(0)) * cf(0, 1.75, -0.4), ang(0, 135, 0))
- local scarf = Instance.new("Part")
- nooutline(scarf)
- scarf.Anchored = false
- scarf.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
- scarf.Name = "scarf"
- scarf.Size = Vector3.new(0.2, 0.2, 0.2)
- scarf.BrickColor = BrickColor.new("Maroon")
- scarf.CanCollide = false
- scarf.Locked = true
- scarf.Transparency = 1
- scarf.Parent = ZANOOB
- local scarfm = makemesh("FileMesh", Vector3.new(1.125, 1.125, 1.125), "rbxassetid://62744572", scarf)
- local scarfw = makemotor(scarf, scarf, torso, ang(rd(0), rd(0), rd(0)) * cf(0, -1, 0), ang(0, 135, 0))
- local raemblem = Instance.new("Part")
- local raemblem = Instance.new("Part")
- nooutline(raemblem)
- raemblem.Anchored = false
- raemblem.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
- raemblem.Name = "raemblem"
- raemblem.Size = Vector3.new(0.2, 0.2, 0.2)
- raemblem.BrickColor = BrickColor.new("White")
- raemblem.CanCollide = false
- raemblem.Locked = true
- raemblem.Material = "SmoothPlastic"
- raemblem.Transparency = 1
- raemblem.Parent = ZANOOB
- local raemblemm = makemesh("Brick", Vector3.new(0, 3, 3), nil, raemblem)
- local raemblemw = makemotor(raemblem, raemblem, rightarm, ang(rd(0.5), rd(0), rd(0)) * cf(-0.5, -0.5, 0), ang(rd(0), 0, 0))
- local emmes = Instance.new("Decal")
- emmes.Texture = "rbxassetid://0"
- emmes.Transparency = 1
- emmes.Face = "Right"
- emmes.Name = "embe"
- emmes.Parent = raemblem
- local ra1 = Instance.new("Part")
- nooutline(ra1)
- ra1.Anchored = false
- ra1.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
- ra1.Name = "ra1"
- ra1.Size = Vector3.new(0.2, 0.2, 0.2)
- ra1.BrickColor = BrickColor.new("Really black")
- ra1.CanCollide = false
- ra1.Locked = true
- ra1.Transparency = 1
- ra1.Parent = ZANOOB
- local ra1m = makemesh("FileMesh", Vector3.new(1.1, 0.25, 1.1), "rbxasset://fonts/rightarm.mesh", ra1)
- local ra1w = makemotor(ra1, ra1, rightarm, ang(rd(0), rd(0), rd(0)) * cf(0, 0.55, 0), ang(rd(0), 0, 0))
- local ra2 = Instance.new("Part")
- nooutline(ra2)
- ra2.Anchored = false
- ra2.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
- ra2.Name = "ra2"
- ra2.Size = Vector3.new(0.2, 0.2, 0.2)
- ra2.BrickColor = BrickColor.new("Really black")
- ra2.CanCollide = false
- ra2.Locked = true
- ra2.Transparency = 1
- ra2.Parent = ZANOOB
- local ra2m = makemesh("FileMesh", Vector3.new(0.75, 0.15, 1.1), "rbxasset://fonts/rightarm.mesh", ra2)
- local ra2w = makemotor(ra2, ra2, rightarm, ang(rd(0), rd(0), rd(0)) * cf(-0.175, 0.9, 0), ang(rd(0), 0, 0))
- local ra3 = Instance.new("Part")
- nooutline(ra3)
- ra3.Anchored = false
- ra3.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
- ra3.Name = "ra3"
- ra3.Size = Vector3.new(0.2, 0.2, 0.2)
- ra3.BrickColor = BrickColor.new("Bright red")
- ra3.CanCollide = false
- ra3.Locked = true
- ra3.Transparency = 1
- ra3.Parent = ZANOOB
- local ra3m = makemesh("FileMesh", Vector3.new(1.15, 0.2, 1.15), "rbxasset://fonts/rightarm.mesh", ra3)
- local ra3w = makemotor(ra3, ra3, rightarm, ang(rd(0), rd(0), rd(0)) * cf(0, 0.55, 0), ang(rd(0), 0, 0))
- local ra4 = Instance.new("Part")
- nooutline(ra4)
- ra4.Anchored = false
- ra4.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
- ra4.Name = "ra4"
- ra4.Size = Vector3.new(0.2, 0.2, 0.2)
- ra4.BrickColor = BrickColor.new("Bright red")
- ra4.CanCollide = false
- ra4.Locked = true
- ra4.Transparency = 1
- ra4.Parent = ZANOOB
- local ra4m = makemesh("FileMesh", Vector3.new(0.75, 0.15, 1.15), "rbxasset://fonts/rightarm.mesh", ra4)
- local ra4w = makemotor(ra4, ra4, rightarm, ang(rd(0), rd(0), rd(0)) * cf(-0.2, 0.85, 0), ang(rd(0), 0, 0))
- local ra5 = Instance.new("Part")
- nooutline(ra5)
- ra5.Anchored = false
- ra5.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
- ra5.Name = "ra6"
- ra5.Size = Vector3.new(0.1625, 0.1625, 0.1625)
- ra5.BrickColor = BrickColor.new("New Yeller")
- ra5.Shape = "Ball"
- ra5.Material = "Neon"
- ra5.CanCollide = false
- ra5.Locked = true
- ra5.Transparency = 1
- ra5.Parent = ZANOOB
- local ra5w = makemotor(ra5, ra5, rightarm, ang(rd(0), rd(90), rd(0)) * cf(-0.55, 0.9, 0.375), ang(rd(0), 0, 0))
- local ra6 = Instance.new("Part")
- nooutline(ra6)
- ra6.Anchored = false
- ra6.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
- ra6.Name = "ra6"
- ra6.Size = Vector3.new(0.1625, 0.1625, 0.1625)
- ra6.BrickColor = BrickColor.new("New Yeller")
- ra6.Shape = "Ball"
- ra6.Material = "Neon"
- ra6.CanCollide = false
- ra6.Locked = true
- ra6.Transparency = 1
- ra6.Parent = ZANOOB
- local ra6w = makemotor(ra6, ra6, rightarm, ang(rd(0), rd(90), rd(0)) * cf(-0.55, 0.9, -0.375), ang(rd(0), 0, 0))
- local ra7 = Instance.new("Part")
- nooutline(ra7)
- ra7.Anchored = false
- ra7.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
- ra7.Name = "ra7"
- ra7.Size = Vector3.new(0.1625, 0.1625, 0.1625)
- ra7.BrickColor = BrickColor.new("New Yeller")
- ra7.Shape = "Ball"
- ra7.Material = "Neon"
- ra7.CanCollide = false
- ra7.Locked = true
- ra7.Transparency = 1
- ra7.Parent = ZANOOB
- local ra7w = makemotor(ra7, ra7, rightarm, ang(rd(0), rd(90), rd(0)) * cf(-0.55, 0.9, -0.125), ang(rd(0), 0, 0))
- local ra8 = Instance.new("Part")
- nooutline(ra8)
- ra8.Anchored = false
- ra8.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
- ra8.Name = "ra8"
- ra8.Size = Vector3.new(0.1625, 0.1625, 0.1625)
- ra8.BrickColor = BrickColor.new("New Yeller")
- ra8.Shape = "Ball"
- ra8.Material = "Neon"
- ra8.CanCollide = false
- ra8.Locked = true
- ra8.Transparency = 1
- ra8.Parent = ZANOOB
- local ra8w = makemotor(ra8, ra8, rightarm, ang(rd(0), rd(90), rd(0)) * cf(-0.55, 0.9, 0.125), ang(rd(0), 0, 0))
- local ra9 = Instance.new("Part")
- nooutline(ra9)
- ra9.Anchored = false
- ra9.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
- ra9.Name = "ra9"
- ra9.Size = Vector3.new(0.1625, 0.1625, 0.1625)
- ra9.BrickColor = BrickColor.new("New Yeller")
- ra9.Shape = "Ball"
- ra9.Material = "Neon"
- ra9.CanCollide = false
- ra9.Locked = true
- ra9.Transparency = 1
- ra9.Parent = ZANOOB
- local ra9w = makemotor(ra9, ra9, rightarm, ang(rd(0), rd(90), rd(0)) * cf(-0.55, 0.75, 0), ang(rd(0), 0, 0))
- local ra10 = Instance.new("Part")
- nooutline(ra10)
- ra10.Anchored = false
- ra10.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
- ra10.Name = "ra10"
- ra10.Size = Vector3.new(0.1625, 0.1625, 0.1625)
- ra10.BrickColor = BrickColor.new("New Yeller")
- ra10.Shape = "Ball"
- ra10.Material = "Neon"
- ra10.CanCollide = false
- ra10.Locked = true
- ra10.Transparency = 1
- ra10.Parent = ZANOOB
- local ra10w = makemotor(ra10, ra10, rightarm, ang(rd(0), rd(90), rd(0)) * cf(-0.55, 0.75, 0.25), ang(rd(0), 0, 0))
- local ra11 = Instance.new("Part")
- nooutline(ra11)
- ra11.Anchored = false
- ra11.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
- ra11.Name = "ra11"
- ra11.Size = Vector3.new(0.1625, 0.1625, 0.1625)
- ra11.BrickColor = BrickColor.new("New Yeller")
- ra11.Shape = "Ball"
- ra11.Material = "Neon"
- ra11.CanCollide = false
- ra11.Locked = true
- ra11.Transparency = 1
- ra11.Parent = ZANOOB
- local ra11w = makemotor(ra11, ra11, rightarm, ang(rd(0), rd(90), rd(0)) * cf(-0.55, 0.75, -0.25), ang(rd(0), 0, 0))
- local ra12 = Instance.new("Part")
- nooutline(ra12)
- ra12.Anchored = false
- ra12.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
- ra12.Name = "ra12"
- ra12.Size = Vector3.new(0.1625, 0.1625, 0.1625)
- ra12.BrickColor = BrickColor.new("New Yeller")
- ra12.Shape = "Ball"
- ra12.Material = "Neon"
- ra12.CanCollide = false
- ra12.Locked = true
- ra12.Transparency = 1
- ra12.Parent = ZANOOB
- local ra12w = makemotor(ra12, ra12, rightarm, ang(rd(0), rd(90), rd(0)) * cf(-0.55, 0.6, -0.125), ang(rd(0), 0, 0))
- local ra13 = Instance.new("Part")
- nooutline(ra13)
- ra13.Anchored = false
- ra13.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
- ra13.Name = "ra13"
- ra13.Size = Vector3.new(0.1625, 0.1625, 0.1625)
- ra13.BrickColor = BrickColor.new("New Yeller")
- ra13.Shape = "Ball"
- ra13.Material = "Neon"
- ra13.CanCollide = false
- ra13.Locked = true
- ra13.Transparency = 1
- ra13.Parent = ZANOOB
- local ra13w = makemotor(ra13, ra13, rightarm, ang(rd(0), rd(90), rd(0)) * cf(-0.55, 0.6, 0.125), ang(rd(0), 0, 0))
- local ra14 = Instance.new("Part")
- nooutline(ra14)
- ra14.Anchored = false
- ra14.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
- ra14.Name = "ra14"
- ra14.Size = Vector3.new(0.1625, 0.1625, 0.1625)
- ra14.BrickColor = BrickColor.new("New Yeller")
- ra14.Shape = "Ball"
- ra14.Material = "Neon"
- ra14.CanCollide = false
- ra14.Locked = true
- ra14.Transparency = 1
- ra14.Parent = ZANOOB
- local ra14w = makemotor(ra14, ra14, rightarm, ang(rd(0), rd(90), rd(0)) * cf(-0.55, 0.45, 0), ang(rd(0), 0, 0))
- local ra15 = Instance.new("Part")
- nooutline(ra15)
- ra15.Anchored = false
- ra15.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
- ra15.Name = "ra15"
- ra15.Size = Vector3.new(0.2, 0.2, 0.2)
- ra15.BrickColor = BrickColor.new("Really black")
- ra15.CanCollide = false
- ra15.Locked = true
- ra15.Transparency = 1
- ra15.Parent = ZANOOB
- local ra15m = makemesh("FileMesh", Vector3.new(1.1, 0.25, 1.1), "rbxasset://fonts/rightarm.mesh", ra15)
- local ra15w = makemotor(ra15, ra15, rightarm, ang(rd(0), rd(0), rd(0)) * cf(0, -0.25, 0), ang(rd(0), 0, 0))
- local ra16 = Instance.new("Part")
- nooutline(ra16)
- ra16.Anchored = false
- ra16.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
- ra16.Name = "ra16"
- ra16.Size = Vector3.new(0.2, 0.2, 0.2)
- ra16.BrickColor = BrickColor.new("Bright red")
- ra16.CanCollide = false
- ra16.Locked = true
- ra16.Transparency = 1
- ra16.Parent = ZANOOB
- local ra16m = makemesh("FileMesh", Vector3.new(1.15, 0.2, 1.15), "rbxasset://fonts/rightarm.mesh", ra16)
- local ra16w = makemotor(ra16, ra16, rightarm, ang(rd(0), rd(0), rd(0)) * cf(0, -0.25, 0), ang(rd(0), 0, 0))
- local la1 = Instance.new("Part")
- nooutline(la1)
- la1.Anchored = false
- la1.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
- la1.Name = "la1"
- la1.Size = Vector3.new(0.2, 0.2, 0.2)
- la1.BrickColor = BrickColor.new("Really black")
- la1.CanCollide = false
- la1.Locked = true
- la1.Transparency = 1
- la1.Parent = ZANOOB
- local la1m = makemesh("FileMesh", Vector3.new(1.1, 0.25, 1.1), "rbxasset://fonts/rightarm.mesh", la1)
- local la1w = makemotor(la1, la1, leftarm, ang(rd(0), rd(0), rd(0)) * cf(0, 0.55, 0), ang(rd(0), 0, 0))
- local la2 = Instance.new("Part")
- nooutline(la2)
- la2.Anchored = false
- la2.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
- la2.Name = "la2"
- la2.Size = Vector3.new(0.2, 0.2, 0.2)
- la2.BrickColor = BrickColor.new("Really black")
- la2.CanCollide = false
- la2.Locked = true
- la2.Transparency = 1
- la2.Parent = ZANOOB
- local la2m = makemesh("FileMesh", Vector3.new(0.75, 0.15, 1.1), "rbxasset://fonts/rightarm.mesh", la2)
- local la2w = makemotor(la2, la2, leftarm, ang(rd(0), rd(0), rd(0)) * cf(0.175, 0.9, 0), ang(rd(0), 0, 0))
- local la3 = Instance.new("Part")
- nooutline(la3)
- la3.Anchored = false
- la3.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
- la3.Name = "la3"
- la3.Size = Vector3.new(0.2, 0.2, 0.2)
- la3.BrickColor = BrickColor.new("Bright red")
- la3.CanCollide = false
- la3.Locked = true
- la3.Transparency = 1
- la3.Parent = ZANOOB
- local la3m = makemesh("FileMesh", Vector3.new(1.15, 0.2, 1.15), "rbxasset://fonts/rightarm.mesh", la3)
- local la3w = makemotor(la3, la3, leftarm, ang(rd(0), rd(0), rd(0)) * cf(0, 0.55, 0), ang(rd(0), 0, 0))
- local la4 = Instance.new("Part")
- nooutline(la4)
- la4.Anchored = false
- la4.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
- la4.Name = "la4"
- la4.Size = Vector3.new(0.2, 0.2, 0.2)
- la4.BrickColor = BrickColor.new("Bright red")
- la4.CanCollide = false
- la4.Locked = true
- la4.Transparency = 1
- la4.Parent = ZANOOB
- local la4m = makemesh("FileMesh", Vector3.new(0.75, 0.15, 1.15), "rbxasset://fonts/rightarm.mesh", la4)
- local la4w = makemotor(la4, la4, leftarm, ang(rd(0), rd(0), rd(0)) * cf(0.2, 0.85, 0), ang(rd(0), 0, 0))
- local la5 = Instance.new("Part")
- nooutline(la5)
- la5.Anchored = false
- la5.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
- la5.Name = "la5"
- la5.Size = Vector3.new(0.1625, 0.1625, 0.1625)
- la5.BrickColor = BrickColor.new("New Yeller")
- la5.Shape = "Ball"
- la5.Material = "Neon"
- la5.CanCollide = false
- la5.Locked = true
- la5.Transparency = 1
- la5.Parent = ZANOOB
- local la5w = makemotor(la5, la5, leftarm, ang(rd(0), rd(90), rd(0)) * cf(0.55, 0.9, 0.375), ang(rd(0), 0, 0))
- local la6 = Instance.new("Part")
- nooutline(la6)
- la6.Anchored = false
- la6.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
- la6.Name = "la6"
- la6.Size = Vector3.new(0.1625, 0.1625, 0.1625)
- la6.BrickColor = BrickColor.new("New Yeller")
- la6.Shape = "Ball"
- la6.Material = "Neon"
- la6.CanCollide = false
- la6.Locked = true
- la6.Transparency = 1
- la6.Parent = ZANOOB
- local la6w = makemotor(la6, la6, leftarm, ang(rd(0), rd(90), rd(0)) * cf(0.55, 0.9, -0.375), ang(rd(0), 0, 0))
- local la7 = Instance.new("Part")
- nooutline(la7)
- la7.Anchored = false
- la7.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
- la7.Name = "la7"
- la7.Size = Vector3.new(0.1625, 0.1625, 0.1625)
- la7.BrickColor = BrickColor.new("New Yeller")
- la7.Shape = "Ball"
- la7.Material = "Neon"
- la7.CanCollide = false
- la7.Locked = true
- la7.Transparency = 1
- la7.Parent = ZANOOB
- local la7w = makemotor(la7, la7, leftarm, ang(rd(0), rd(90), rd(0)) * cf(0.55, 0.9, -0.125), ang(rd(0), 0, 0))
- local la8 = Instance.new("Part")
- nooutline(la8)
- la8.Anchored = false
- la8.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
- la8.Name = "la8"
- la8.Size = Vector3.new(0.1625, 0.1625, 0.1625)
- la8.BrickColor = BrickColor.new("New Yeller")
- la8.Shape = "Ball"
- la8.Material = "Neon"
- la8.CanCollide = false
- la8.Locked = true
- la8.Transparency = 1
- la8.Parent = ZANOOB
- local la8w = makemotor(la8, la8, leftarm, ang(rd(0), rd(90), rd(0)) * cf(0.55, 0.9, 0.125), ang(rd(0), 0, 0))
- local la9 = Instance.new("Part")
- nooutline(la9)
- la9.Anchored = false
- la9.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
- la9.Name = "la9"
- la9.Size = Vector3.new(0.1625, 0.1625, 0.1625)
- la9.BrickColor = BrickColor.new("New Yeller")
- la9.Shape = "Ball"
- la9.Material = "Neon"
- la9.CanCollide = false
- la9.Locked = true
- la9.Transparency = 1
- la9.Parent = ZANOOB
- local la9w = makemotor(la9, la9, leftarm, ang(rd(0), rd(90), rd(0)) * cf(0.55, 0.75, 0), ang(rd(0), 0, 0))
- local la10 = Instance.new("Part")
- nooutline(la10)
- la10.Anchored = false
- la10.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
- la10.Name = "la10"
- la10.Size = Vector3.new(0.1625, 0.1625, 0.1625)
- la10.BrickColor = BrickColor.new("New Yeller")
- la10.Shape = "Ball"
- la10.Material = "Neon"
- la10.CanCollide = false
- la10.Locked = true
- la10.Transparency = 1
- la10.Parent = ZANOOB
- local la10w = makemotor(la10, la10, leftarm, ang(rd(0), rd(90), rd(0)) * cf(0.55, 0.75, 0.25), ang(rd(0), 0, 0))
- local la11 = Instance.new("Part")
- nooutline(la11)
- la11.Anchored = false
- la11.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
- la11.Name = "la11"
- la11.Size = Vector3.new(0.1625, 0.1625, 0.1625)
- la11.BrickColor = BrickColor.new("New Yeller")
- la11.Shape = "Ball"
- la11.Material = "Neon"
- la11.CanCollide = false
- la11.Locked = true
- la11.Transparency = 1
- la11.Parent = ZANOOB
- local la11w = makemotor(la11, la11, leftarm, ang(rd(0), rd(90), rd(0)) * cf(0.55, 0.75, -0.25), ang(rd(0), 0, 0))
- local la12 = Instance.new("Part")
- nooutline(la12)
- la12.Anchored = false
- la12.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
- la12.Name = "la12"
- la12.Size = Vector3.new(0.1625, 0.1625, 0.1625)
- la12.BrickColor = BrickColor.new("New Yeller")
- la12.Shape = "Ball"
- la12.Material = "Neon"
- la12.CanCollide = false
- la12.Locked = true
- la12.Transparency = 1
- la12.Parent = ZANOOB
- local la12w = makemotor(la12, la12, leftarm, ang(rd(0), rd(90), rd(0)) * cf(0.55, 0.6, -0.125), ang(rd(0), 0, 0))
- local la13 = Instance.new("Part")
- nooutline(la13)
- la13.Anchored = false
- la13.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
- la13.Name = "la13"
- la13.Size = Vector3.new(0.1625, 0.1625, 0.1625)
- la13.BrickColor = BrickColor.new("New Yeller")
- la13.Shape = "Ball"
- la13.Material = "Neon"
- la13.CanCollide = false
- la13.Locked = true
- la13.Transparency = 1
- la13.Parent = ZANOOB
- local la13w = makemotor(la13, la13, leftarm, ang(rd(0), rd(90), rd(0)) * cf(0.55, 0.6, 0.125), ang(rd(0), 0, 0))
- local la14 = Instance.new("Part")
- nooutline(la14)
- la14.Anchored = false
- la14.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
- la14.Name = "la14"
- la14.Size = Vector3.new(0.1625, 0.1625, 0.1625)
- la14.BrickColor = BrickColor.new("New Yeller")
- la14.Shape = "Ball"
- la14.Material = "Neon"
- la14.CanCollide = false
- la14.Locked = true
- la14.Transparency = 1
- la14.Parent = ZANOOB
- local la14w = makemotor(la14, la14, leftarm, ang(rd(0), rd(90), rd(0)) * cf(0.55, 0.45, 0), ang(rd(0), 0, 0))
- local la15 = Instance.new("Part")
- nooutline(la15)
- la15.Anchored = false
- la15.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
- la15.Name = "la15"
- la15.Size = Vector3.new(0.2, 0.2, 0.2)
- la15.BrickColor = BrickColor.new("Really black")
- la15.CanCollide = false
- la15.Locked = true
- la15.Transparency = 1
- la15.Parent = ZANOOB
- local la15m = makemesh("FileMesh", Vector3.new(1.1, 0.25, 1.1), "rbxasset://fonts/rightarm.mesh", la15)
- local la15w = makemotor(la15, la15, leftarm, ang(rd(0), rd(0), rd(0)) * cf(0, -0.25, 0), ang(rd(0), 0, 0))
- local la16 = Instance.new("Part")
- nooutline(la16)
- la16.Anchored = false
- la16.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
- la16.Name = "la16"
- la16.Size = Vector3.new(0.2, 0.2, 0.2)
- la16.BrickColor = BrickColor.new("Bright red")
- la16.CanCollide = false
- la16.Locked = true
- la16.Transparency = 1
- la16.Parent = ZANOOB
- local la16m = makemesh("FileMesh", Vector3.new(1.15, 0.2, 1.15), "rbxasset://fonts/rightarm.mesh", la16)
- local la16w = makemotor(la16, la16, leftarm, ang(rd(0), rd(0), rd(0)) * cf(0, -0.25, 0), ang(rd(0), 0, 0))
- return ZANOOB
- end
- local thenoob = STANDO(hrp.CFrame * CFrame.new(0, 0, 0))
- local followspeed = 0.75
- coroutine.resume(coroutine.create(function()
- local rot = thenoob.HumanoidRootPart
- repeat
- swait()
- rot.CFrame = rot.CFrame:lerp(wherto.CFrame * addcfr, followspeed)
- until rot == nil
- end))
- local rot = thenoob.HumanoidRootPart
- local ntorso = thenoob:FindFirstChild("Torso")
- local rightarm = thenoob:FindFirstChild("Right Arm")
- local leftarm = thenoob:FindFirstChild("Left Arm")
- local leftleg = thenoob:FindFirstChild("Left Leg")
- local rightleg = thenoob:FindFirstChild("Right Leg")
- local head = thenoob:FindFirstChild("Head")
- local face = head:FindFirstChild("face")
- local emblem = thenoob:FindFirstChild("raemblem"):FindFirstChild("embe")
- local embpart = thenoob:FindFirstChild("raemblem")
- local nRJ = rot:FindFirstChild("RootJoint")
- local nN = ntorso:FindFirstChild("Neck")
- local nRS = ntorso:FindFirstChild("Right Shoulder")
- local nLS = ntorso:FindFirstChild("Left Shoulder")
- local nRH = ntorso:FindFirstChild("Right Hip")
- local nLH = ntorso:FindFirstChild("Left Hip")
- function standappear(nbz)
- if selected == false or activu == true then
- return
- end
- if appeared == false then
- appeared = true
- wherto = hrp
- addcfr = cf(-2, 1, 2)
- local apear = Instance.new("Sound")
- apear.SoundId = "rbxassetid://463010917"
- apear.Parent = rot
- apear.Volume = 1.25
- game.Debris:AddItem(apear, 1.5)
- apear:Play()
- for _, n in pairs(nbz:GetChildren()) do
- coroutine.resume(coroutine.create(function()
- for _ = 1, 5 do
- if n ~= rot and n ~= embpart and n.ClassName ~= "Sound" then
- swait()
- n.Transparency = n.Transparency - 0.2
- face.Transparency = face.Transparency - 0.2
- emblem.Transparency = emblem.Transparency - 0.2
- end
- end
- if n ~= rot and n ~= embpart then
- n.Transparency = 0
- end
- face.Transparency = 0
- emblem.Transparency = 0
- end))
- end
- elseif appeared == true then
- appeared = false
- wherto = hrp
- addcfr = cf(0, 0, 0)
- for _, n in pairs(nbz:GetChildren()) do
- coroutine.resume(coroutine.create(function()
- for _ = 1, 5 do
- if n ~= rot and n ~= embpart then
- swait()
- n.Transparency = n.Transparency + 0.2
- face.Transparency = face.Transparency + 0.2
- emblem.Transparency = emblem.Transparency + 0.2
- end
- end
- if n ~= rot and n ~= embpart then
- n.Transparency = 1
- end
- face.Transparency = 1
- emblem.Transparency = 1
- end))
- end
- end
- end
- local auraon = false
- function auraappear()
- if auraon == false then
- auraon = true
- Par1=Instance.new('ParticleEmitter', hed)
- Par1.LightEmission=100
- Par1.LightInfluence=5
- Par1.LockedToPart=true
- Par1.Texture="rbxassetid://74697410"
- Par1.Color=ColorSequence.new(Color3.new(255, 255, 0))
- Par1.Transparency=NumberSequence.new(0.825)
- Par1.Lifetime=NumberRange.new(0.1)
- Par1.Rate=1000
- Par1.Enabled = true
- Par2=Instance.new('ParticleEmitter', tors)
- Par2.LightEmission=100
- Par2.LightInfluence=5
- Par2.LockedToPart=true
- Par2.Texture="rbxassetid://74697410"
- Par2.Color=ColorSequence.new(Color3.new(255, 255, 0))
- Par2.Transparency=NumberSequence.new(0.825)
- Par2.Lifetime=NumberRange.new(0.1)
- Par2.Rate=1000
- Par2.Enabled = true
- Par3=Instance.new('ParticleEmitter', rarm)
- Par3.LightEmission=100
- Par3.LightInfluence=5
- Par3.LockedToPart=true
- Par3.Texture="rbxassetid://74697410"
- Par3.Color=ColorSequence.new(Color3.new(255, 255, 0))
- Par3.Transparency=NumberSequence.new(0.825)
- Par3.Lifetime=NumberRange.new(0.1)
- Par3.Rate=1000
- Par3.Enabled = true
- Par4=Instance.new('ParticleEmitter', larm)
- Par4.LightEmission=100
- Par4.LightInfluence=5
- Par4.LockedToPart=true
- Par4.Texture="rbxassetid://74697410"
- Par4.Color=ColorSequence.new(Color3.new(255, 255, 0))
- Par4.Transparency=NumberSequence.new(0.825)
- Par4.Lifetime=NumberRange.new(0.1)
- Par4.Rate=1000
- Par4.Enabled = true
- Par5=Instance.new('ParticleEmitter', rleg)
- Par5.LightEmission=100
- Par5.LightInfluence=5
- Par5.LockedToPart=true
- Par5.Texture="rbxassetid://74697410"
- Par5.Color=ColorSequence.new(Color3.new(255, 255, 0))
- Par5.Transparency=NumberSequence.new(0.825)
- Par5.Lifetime=NumberRange.new(0.1)
- Par5.Rate=1000
- Par5.Enabled = true
- Par6=Instance.new('ParticleEmitter', lleg)
- Par6.LightEmission=100
- Par6.LightInfluence=5
- Par6.LockedToPart=true
- Par6.Texture="rbxassetid://74697410"
- Par6.Color=ColorSequence.new(Color3.new(255, 255, 0))
- Par6.Transparency=NumberSequence.new(0.825)
- Par6.Lifetime=NumberRange.new(0.1)
- Par6.Rate=1000
- Par6.Enabled = true
- elseif auraon == true then
- auraon = false
- Par1:Remove()
- Par2:Remove()
- Par3:Remove()
- Par4:Remove()
- Par5:Remove()
- Par6:Remove()
- end
- end
- function quickhit()
- if selected == false or activu == true then
- return
- end
- if appeared == false then
- standappear(thenoob)
- wherto = hrp
- addcfr = cf(2, 1, 2)
- end
- cancarry = false
- activu = true
- wherto = hrp
- addcfr = cf(0, 0, -3.5)
- local ZAWRU = Instance.new("Sound")
- ZAWRU.SoundId = "rbxassetid://200632136"
- ZAWRU.TimePosition = 0
- ZAWRU.Volume = 3
- ZAWRU.Parent = hrp
- ZAWRU:Play()
- local pooo = Instance.new("Sound")
- pooo.SoundId = "rbxassetid://0"
- pooo.Pitch = 1.25
- pooo.Volume = 3
- pooo.Parent = hrp
- pooo:Play()
- game.Debris:AddItem(pooo, 2.5)
- for _ = 1, 7 do
- swait()
- lerpz(nRJ, "C0", RJC0 * cf(0, 1.25, 0) * ang(rd(0), rd(4), rd(-85)), 0.75)
- lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(0), rd(3), rd(75)), 0.75)
- lerpz(nRS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(-10), rd(-20), rd(100)), 0.75)
- lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.75)
- lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(-25), rd(10), rd(10)), 0.75)
- lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.75)
- lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-5)), 0.75)
- lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.75)
- lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(5)), 0.75)
- lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.75)
- end
- for _ = 1, 8 do
- swait()
- hito(rightarm, 3, 20, 0.35, rot.CFrame.lookVector * 50)
- lerpz(nRJ, "C0", RJC0 * cf(0, -1, 0) * ang(rd(0), rd(10), rd(75)), 0.75)
- lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(5), rd(-7), rd(-65)), 0.75)
- lerpz(nRS, "C0", RSC0 * cf(0.75, 0, 0.25) * ang(rd(10), rd(-60), rd(100)), 0.75)
- lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(-20), rd(0)), 0.75)
- lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(-25), rd(10), rd(10)), 0.75)
- lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.75)
- lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-5)), 0.75)
- lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.75)
- lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(5)), 0.75)
- lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.75)
- end
- swait(5)
- wherto = hrp
- addcfr = cf(-2, 1, 2)
- activu = false
- cancarry = true
- end
- function THREATENING()
- if selected == false and cancarry == true then
- return
- end
- if POSU == false then
- activu = true
- cancarry = false
- addcfr = cf(2, 1, 2)
- POSU = true
- human.WalkSpeed = 0
- local d = Instance.new("ParticleEmitter")
- d.Name = "MENACINGU"
- d.Lifetime = NumberRange.new(1)
- d.Rate = 2
- d.Texture = "rbxassetid://298768656"
- d.VelocitySpread = 60
- d.Parent = tors
- human:SetStateEnabled(3, false)
- local randomoth = math.random(1, 2)
- if randomoth == 1 then
- repeat
- swait()
- lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(50)), 0.3)
- lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(6), rd(0), rd(-50)), 0.3)
- lerpz(RS, "C0", RSC0 * cf(0, 0, -0.125) * ang(rd(-0), rd(-45), rd(90)), 0.3)
- lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
- lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(-0), rd(0), rd(15)), 0.3)
- lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
- lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-15), rd(-10)), 0.3)
- lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
- lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-5), rd(10), rd(-10)), 0.3)
- lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
- lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(50)), 0.3)
- lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(6), rd(0), rd(-50)), 0.3)
- lerpz(nRS, "C0", RSC0 * cf(0, 0, -0.125) * ang(rd(-0), rd(-45), rd(90)), 0.3)
- lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
- lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(-0), rd(0), rd(15)), 0.3)
- lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
- lerpz(nRH, "C0" ,RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-15), rd(-10)), 0.3)
- lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
- lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-5), rd(10), rd(-10)), 0.3)
- lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
- until POSU == false
- elseif randomoth == 2 then
- repeat
- swait()
- lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(0), rd(-2), rd(25)), 0.3)
- lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(6), rd(0), rd(-50)), 0.3)
- lerpz(RS, "C0", RSC0 * cf(-0.25, 0.3, -0.5) * ang(rd(-30), rd(-15), rd(200)), 0.3)
- lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
- lerpz(LS, "C0", LSC0 * cf(0.25, 0.3, -0.5) * ang(rd(-32), rd(13), rd(-195)), 0.3)
- lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
- lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-15), rd(-10)), 0.3)
- lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
- lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-5), rd(10), rd(-10)), 0.3)
- lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
- lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(0), rd(-2), rd(25)), 0.3)
- lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(6), rd(0), rd(-50)), 0.3)
- lerpz(nRS, "C0", RSC0 * cf(-0.25, 0.3, -0.5) * ang(rd(-30), rd(-15), rd(200)), 0.3)
- lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
- lerpz(nLS, "C0", LSC0 * cf(0.25, 0.3, -0.5) * ang(rd(-32), rd(13), rd(-195)), 0.3)
- lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
- lerpz(nRH, "C0" ,RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-15), rd(-10)), 0.3)
- lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
- lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-5), rd(10), rd(-10)), 0.3)
- lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
- until POSU == false
- end
- elseif POSU == true then
- POSU = false
- addcfr = cf(-2, 1, 2)
- human.WalkSpeed = 25
- human:SetStateEnabled(3, true)
- frame = 0.03333333333333333
- tors.MENACINGU:Destroy()
- activu = true
- activu = false
- cancarry = true
- end
- end
- function CARRY()
- if selected == false then
- return
- end
- if appeared == false then
- standappear(thenoob)
- wherto = hrp
- addcfr = cf(0, 0, -3.5)
- end
- if POSU == false and cancarry == true then
- activu = true
- addcfr = cf(0, 0, -3.5)
- POSU = true
- human.WalkSpeed = 37.5
- cancarry = false
- local mount = Instance.new("Sound")
- mount.SoundId = "rbxassetid://260411131"
- mount.Parent = rot
- mount.Volume = 1.25
- mount:Play()
- human:SetStateEnabled(3, false)
- frame = 0.005
- local randomoth = math.random(1, 1)
- if randomoth == 1 then
- repeat
- swait()
- lerpz(RJ, "C0", RJC0 * cf(0, -2.25, 1) * ang(rd(15), rd(0), rd(0)), 0.25)
- lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(-15), rd(0), rd(0)), 0.25)
- lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.25)
- lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(-95)), 0.25)
- lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.25)
- lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(105)), 0.25)
- lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.25)
- lerpz(RH, "C1", RHC1 * cf(-0.75, -1, 0) * ang(rd(0), rd(0), rd(0.25)), 0.25)
- lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.25)
- lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(5)), 0.25)
- lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(25), rd(0), rd(0)), 0.25)
- lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(-25), rd(0), rd(0)), 0.25)
- lerpz(nRS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.25)
- lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(-25), rd(45)), 0.25)
- lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.25)
- lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(25), rd(-45)), 0.25)
- lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.25)
- lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.25)
- lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.25)
- lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.25)
- until POSU == false
- elseif randomoth == 2 then
- repeat
- swait()
- lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(0), rd(-2), rd(25)), 0.3)
- lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(6), rd(0), rd(-50)), 0.3)
- lerpz(RS, "C0", RSC0 * cf(-0.25, 0.3, -0.5) * ang(rd(-30), rd(-15), rd(200)), 0.3)
- lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
- lerpz(LS, "C0", LSC0 * cf(0.25, 0.3, -0.5) * ang(rd(-32), rd(13), rd(-195)), 0.3)
- lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
- lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-15), rd(-10)), 0.3)
- lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
- lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-5), rd(10), rd(-10)), 0.3)
- lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
- lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(0), rd(-2), rd(25)), 0.3)
- lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(6), rd(0), rd(-50)), 0.3)
- lerpz(nRS, "C0", RSC0 * cf(-0.25, 0.3, -0.5) * ang(rd(-30), rd(-15), rd(200)), 0.3)
- lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
- lerpz(nLS, "C0", LSC0 * cf(0.25, 0.3, -0.5) * ang(rd(-32), rd(13), rd(-195)), 0.3)
- lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
- lerpz(nRH, "C0" ,RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-15), rd(-10)), 0.3)
- lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
- lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-5), rd(10), rd(-10)), 0.3)
- lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
- until POSU == false
- end
- elseif POSU == true then
- POSU = false
- addcfr = cf(-2, 1, 2)
- human.WalkSpeed = 25
- frame = 0.03333333333333333
- human:SetStateEnabled(3, true)
- activu = true
- activu = false
- cancarry = true
- end
- end
- local EHMMM = 0
- function block()
- if EHMMM == 125 or selected == false or activu == true then
- return
- end
- if appeared == false then
- standappear(thenoob)
- end
- wherto = hrp
- addcfr = cf(0, 0, -3)
- local bep = true
- local humanshealth = human.Health
- activu = true
- human:SetStateEnabled(15, false)
- local de = mouse.KeyUp:connect(function(key)
- if key == "e" then
- bep = false
- end
- end)
- local poopes = 0
- repeat
- swait()
- poopes = poopes + 1
- human.Health = humanshealth
- lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(2), rd(0), rd(0)), 0.5)
- lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(7), rd(0), rd(0)), 0.5)
- lerpz(nRS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(0), rd(110), rd(160)), 0.5)
- lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(20), rd(0), rd(0)), 0.5)
- lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(0), rd(-110), rd(-160)), 0.5)
- lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(20), rd(0), rd(0)), 0.5)
- lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
- lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
- lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
- lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
- until bep == false or poopes > 240
- de:Disconnect()
- human:SetStateEnabled(15, true)
- activu = false
- EHMMM = 125
- coroutine.resume(coroutine.create(function()
- wait(5)
- EHMMM = 0
- end))
- wherto = hrp
- addcfr = cf(-2, 1, 2)
- end
- function MUDA()
- if selected == false or activu == true then
- return
- end
- if appeared == false then
- standappear(thenoob)
- wherto = hrp
- addcfr = cf(0, 0, -3.5)
- end
- wry:Stop()
- local bep = true
- activu = true
- wherto = hrp
- addcfr = cf(0, 0, -3.5)
- local function blur(limb)
- coroutine.resume(coroutine.create(function()
- local memedon = {}
- for i = 1, 6 do
- local b1 = Instance.new("Part")
- nooutline(b1)
- b1.Size = Vector3.new(1, 2, 1)
- b1.CFrame = limb.CFrame * CFrame.new(rd2(-5, 5) / 10, rd2(-5, 5) / 10, rd2(-5, 5) / 10)
- b1.CanCollide = false
- b1.BrickColor = limb.BrickColor
- b1.Anchored = true
- b1.Transparency = 0.85
- b1.Locked = true
- b1.Parent = modz
- b1.Material = "Neon"
- table.insert(memedon, b1)
- end
- local num = 0
- repeat
- swait()
- num = num % 6 + 1
- memedon[num].CFrame = limb.CFrame * CFrame.new(rd2(-5, 5) / 10, rd2(-5, 5) / 10, rd2(-5, 5) / 10)
- until bep == false
- for i = 1, #memedon do
- swait()
- memedon[i]:Destroy()
- end
- end))
- end
- local de = mouse.KeyUp:connect(function(key)
- if key == "r" then
- bep = false
- end
- end)
- blur(rightarm)
- blur(leftarm)
- local mudodo = Instance.new("Sound")
- mudodo.Volume = 5
- mudodo.SoundId = "rbxassetid://627578508"
- mudodo.Looped = true
- mudodo.Parent = hrp
- mudodo:Play()
- cancarry = false
- repeat
- for _ = 1, 2 do
- swait()
- lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(4), rd(4), rd(30)), 0.85)
- lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(-2), rd(0), rd(-28)), 0.85)
- lerpz(nRS, "C0", RSC0 * cf(0.5, 0.25, -0.1) * ang(rd(20), rd(20), rd(105)), 0.85)
- lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
- lerpz(nLS, "C0", LSC0 * cf(0.25, 0.1, 0) * ang(rd(30), rd(10), rd(-70)), 0.85)
- lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
- lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-10)), 0.85)
- lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
- lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-10)), 0.85)
- lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
- end
- hito(rightarm, 3.3, 5, 0.01, rot.CFrame.lookVector * 5)
- for _ = 1, 2 do
- swait()
- lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(5), rd(2), rd(-30)), 0.85)
- lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(2), rd(0), rd(31)), 0.85)
- lerpz(nRS, "C0", RSC0 * cf(-0.1, 0.05, -0.1) * ang(rd(-10), rd(-30), rd(75)), 0.85)
- lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
- lerpz(nLS, "C0", LSC0 * cf(-0.5, 0.1, -0.2) * ang(rd(-30), rd(10), rd(-70)), 0.85)
- lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
- lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(10)), 0.85)
- lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
- lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(10)), 0.85)
- lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
- end
- hito(leftarm, 3.3, 5, 0.01, rot.CFrame.lookVector * 5)
- for _ = 1, 2 do
- swait()
- lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(3), rd(3), rd(32)), 0.85)
- lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(-2), rd(0), rd(-29)), 0.85)
- lerpz(nRS, "C0", RSC0 * cf(0.35, 0.25, 0.1) * ang(rd(-10), rd(-20), rd(95)), 0.85)
- lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
- lerpz(nLS, "C0", LSC0 * cf(0.25, 0.1, 0) * ang(rd(-10), rd(10), rd(-80)), 0.85)
- lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
- lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-10)), 0.85)
- lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
- lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-10)), 0.85)
- lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
- end
- hito(rightarm, 3.3, 5, 0.01, rot.CFrame.lookVector * 5)
- for _ = 1, 2 do
- swait()
- lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(-10), rd(3), rd(-40)), 0.85)
- lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(10), rd(-2), rd(35)), 0.85)
- lerpz(nRS, "C0", RSC0 * cf(-0.1, 0.05, -0.1) * ang(rd(20), rd(-30), rd(65)), 0.85)
- lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
- lerpz(nLS, "C0", LSC0 * cf(-0.5, 0.1, -0.2) * ang(rd(-30), rd(30), rd(-75)), 0.85)
- lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
- lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(10)), 0.85)
- lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
- lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(10)), 0.85)
- lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
- end
- hito(leftarm, 3.3, 5, 0.01, rot.CFrame.lookVector * 5)
- until bep == false or 0 >= human.Health
- de:Disconnect()
- mudodo:Stop()
- wry:Play()
- for _ = 1, 6 do
- swait()
- lerpz(nRJ, "C0", RJC0 * cf(0, 1.25, 0) * ang(rd(0), rd(4), rd(-85)), 0.75)
- lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(0), rd(3), rd(75)), 0.75)
- lerpz(nRS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(-10), rd(-20), rd(100)), 0.75)
- lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.75)
- lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(-25), rd(10), rd(10)), 0.75)
- lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.75)
- lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-5)), 0.75)
- lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.75)
- lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(5)), 0.75)
- lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.75)
- end
- for _ = 1, 7 do
- swait()
- hito(rightarm, 3, 20, 0.35, rot.CFrame.lookVector * 50)
- lerpz(nRJ, "C0", RJC0 * cf(0, -1, 0) * ang(rd(0), rd(10), rd(75)), 0.75)
- lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(5), rd(-7), rd(-65)), 0.75)
- lerpz(nRS, "C0", RSC0 * cf(0.75, 0, 0.25) * ang(rd(10), rd(-60), rd(100)), 0.75)
- lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(-20), rd(0)), 0.75)
- lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(-25), rd(10), rd(10)), 0.75)
- lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.75)
- lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-5)), 0.75)
- lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.75)
- lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(5)), 0.75)
- lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.75)
- end
- swait(5)
- wherto = hrp
- mudodo:Destroy()
- addcfr = cf(-2, 1, 2)
- activu = false
- cancarry = true
- end
- function MUDAAA()
- if selected == false or activu == true then
- return
- end
- if appeared == false then
- standappear(thenoob)
- wherto = hrp
- addcfr = cf(0, 0, -3.5)
- end
- wryyy:Stop()
- local bep = true
- activu = true
- wherto = hrp
- addcfr = cf(0, 0, -3.5)
- local function blur(limb)
- coroutine.resume(coroutine.create(function()
- local memedon = {}
- for i = 1, 6 do
- local b1 = Instance.new("Part")
- nooutline(b1)
- b1.Size = Vector3.new(1, 2, 1)
- b1.CFrame = limb.CFrame * CFrame.new(rd2(-5, 5) / 10, rd2(-5, 5) / 10, rd2(-5, 5) / 10)
- b1.CanCollide = false
- b1.BrickColor = limb.BrickColor
- b1.Anchored = true
- b1.Transparency = 0.85
- b1.Locked = true
- b1.Parent = modz
- b1.Material = "Neon"
- table.insert(memedon, b1)
- end
- local num = 0
- repeat
- swait()
- num = num % 6 + 1
- memedon[num].CFrame = limb.CFrame * CFrame.new(rd2(-5, 5) / 10, rd2(-5, 5) / 10, rd2(-5, 5) / 10)
- until bep == false
- for i = 1, #memedon do
- swait()
- memedon[i]:Destroy()
- end
- end))
- end
- local de = mouse.KeyUp:connect(function(key)
- if key == "t" then
- bep = false
- end
- end)
- blur(rightleg)
- blur(leftleg)
- local mudodododo = Instance.new("Sound")
- mudodododo.Volume = 7.5
- mudodododo.SoundId = "rbxassetid://627578508"
- mudodododo.Looped = true
- mudodododo.Parent = hrp
- mudodododo:Play()
- cancarry = false
- repeat
- for _ = 1, 2 do
- swait()
- lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(-45), rd(0), rd(10)), 0.85)
- lerpz(nN, "C0", NC0 * cf(0, 0, 0.15) * ang(rd(35), rd(0), rd(0)), 0.85)
- lerpz(nRS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
- lerpz(nRS, "C1", RSC1 * cf(0, 0.25, 0) * ang(rd(22.5), rd(0), rd(0)), 0.5)
- lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
- lerpz(nLS, "C1", LSC1 * cf(0, 0.25, 0) * ang(rd(22.5), rd(0), rd(0)), 0.5)
- lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
- lerpz(nRH, "C1", RHC1 * cf(-0.25, 0.30, 0) * ang(rd(0), rd(0), rd(-67.5)), 0.85)
- lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
- lerpz(nLH, "C1", LHC1 * cf(0.5, -1, 0) * ang(rd(0), rd(0), rd(-22.5)), 0.85)
- end
- hito(rightleg, 3.3, 5, 0.01, rot.CFrame.lookVector * 5)
- for _ = 1, 2 do
- swait()
- lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(-45), rd(0), rd(-10)), 0.85)
- lerpz(nN, "C0", NC0 * cf(0, 0, 0.15) * ang(rd(35), rd(0), rd(0)), 0.85)
- lerpz(nRS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
- lerpz(nRS, "C1", RSC1 * cf(0, 0.25, 0) * ang(rd(22.5), rd(0), rd(0)), 0.5)
- lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
- lerpz(nLS, "C1", LSC1 * cf(0, 0.25, 0) * ang(rd(22.5), rd(0), rd(0)), 0.5)
- lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
- lerpz(nRH, "C1", RHC1 * cf(-0.5, -1, 0) * ang(rd(0), rd(0), rd(22.5)), 0.85)
- lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
- lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(67.5)), 0.85)
- end
- hito(leftleg, 3.3, 5, 0.01, rot.CFrame.lookVector * 5)
- for _ = 1, 2 do
- swait()
- lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(-45), rd(0), rd(10)), 0.85)
- lerpz(nN, "C0", NC0 * cf(0, 0, 0.15) * ang(rd(35), rd(0), rd(0)), 0.85)
- lerpz(nRS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
- lerpz(nRS, "C1", RSC1 * cf(0, 0.25, 0) * ang(rd(22.5), rd(0), rd(0)), 0.5)
- lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
- lerpz(nLS, "C1", LSC1 * cf(0, 0.25, 0) * ang(rd(22.5), rd(0), rd(0)), 0.5)
- lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
- lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(-67.5)), 0.85)
- lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
- lerpz(nLH, "C1", LHC1 * cf(0.5, -1, 0) * ang(rd(0), rd(0), rd(-22.5)), 0.85)
- end
- hito(rightleg, 3.3, 5, 0.01, rot.CFrame.lookVector * 5)
- for _ = 1, 2 do
- swait()
- lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(-45), rd(0), rd(-10)), 0.85)
- lerpz(nN, "C0", NC0 * cf(0, 0, 0.15) * ang(rd(35), rd(0), rd(0)), 0.85)
- lerpz(nRS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
- lerpz(nRS, "C1", RSC1 * cf(0, 0.25, 0) * ang(rd(22.5), rd(0), rd(0)), 0.5)
- lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
- lerpz(nLS, "C1", LSC1 * cf(0, 0.25, 0) * ang(rd(22.5), rd(0), rd(0)), 0.5)
- lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
- lerpz(nRH, "C1", RHC1 * cf(-0.5, -1, 0) * ang(rd(0), rd(0), rd(22.5)), 0.85)
- lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
- lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(67.5)), 0.85)
- end
- hito(leftleg, 3.3, 5, 0.01, rot.CFrame.lookVector * 5)
- until bep == false or 0 >= human.Health
- de:Disconnect()
- mudodododo:Stop()
- wryyy:Play()
- for _ = 1, 6 do
- swait()
- lerpz(nRJ, "C0", RJC0 * cf(0, 1, 0) * ang(rd(-22.5), rd(0), rd(0)), 0.85)
- lerpz(nN, "C0", NC0 * cf(0, 0, 0.15) * ang(rd(35), rd(0), rd(0)), 0.85)
- lerpz(nRS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
- lerpz(nRS, "C1", RSC1 * cf(0, 0.25, 0) * ang(rd(11.25), rd(0), rd(0)), 0.5)
- lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
- lerpz(nLS, "C1", LSC1 * cf(0, 0.25, 0) * ang(rd(11.25), rd(0), rd(0)), 0.5)
- lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
- lerpz(nRH, "C1", RHC1 * cf(-0.5, -1, 0) * ang(rd(0), rd(0), rd(22.5)), 0.85)
- lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
- lerpz(nLH, "C1", LHC1 * cf(0.5, -1, 0) * ang(rd(0), rd(0), rd(-22.5)), 0.85)
- end
- for _ = 1, 7 do
- swait()
- hito(rightleg, 3, 20, 0.35, rot.CFrame.lookVector * 50)
- lerpz(nRJ, "C0", RJC0 * cf(0, -1, 0) * ang(rd(-67.5), rd(0), rd(0)), 0.85)
- lerpz(nN, "C0", NC0 * cf(0, 0, 0.15) * ang(rd(35), rd(0), rd(0)), 0.85)
- lerpz(nRS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
- lerpz(nRS, "C1", RSC1 * cf(0, 0.25, 0) * ang(rd(45), rd(0), rd(0)), 0.5)
- lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
- lerpz(nLS, "C1", LSC1 * cf(0, 0.25, 0) * ang(rd(45), rd(0), rd(0)), 0.5)
- lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
- lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(-45)), 0.85)
- lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
- lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(45)), 0.85)
- end
- swait(5)
- wherto = hrp
- mudodododo:Destroy()
- addcfr = cf(-2, 1, 2)
- activu = false
- cancarry = true
- end
- function turnto(pos,part)
- tors.CFrame = cf(tors.Position,Vector3.new(pos.X,hrp.Position.Y,pos.Z))
- end
- function cability()
- if selected == false or activu == true then
- return
- end
- if appeared == false then
- standappear(thenoob)
- wherto = hrp
- addcfr = cf(0, 0, -3.75)
- end
- cancarry = false
- activu = true
- wherto = hrp
- addcfr = cf(0, 0, -3.5)
- turnto(mouse.Hit.p,RootPart)
- local ZAWRUA = Instance.new("Sound")
- ZAWRUA.SoundId = "rbxassetid://1056668930"
- ZAWRUA.Volume = 3.5
- ZAWRUA.Parent = hrp
- ZAWRUA:Play()
- game.Debris:AddItem(ZAWRUA, 2.5)
- local wate = Instance.new("Part")
- nooutline(wate)
- wate.Size = Vector3.new(0.2, 0.2, 0.2)
- wate.Material = "Neon"
- wate.Transparency = 1
- wate.BrickColor = BrickColor.new("New Yeller")
- wate.CFrame = rightarm.CFrame * cf(0, -1.5, 0)
- wate.Anchored = true
- wate.CanCollide = false
- wate.Parent = modz
- local wmesh = makemesh("Sphere", Vector3.new(5, 5, 5), nil, wate)
- coroutine.resume(coroutine.create(function()
- repeat
- swait()
- wate.CFrame = rightarm.CFrame * cf(0, -1, 0)
- wmesh.Scale = wmesh.Scale:lerp(Vector3.new(10, 10, 10), 0.5)
- until not wate
- end))
- coroutine.resume(coroutine.create(function()
- local pt = {}
- for _ = 1, 10 do
- local wp = Instance.new("Part")
- nooutline(wp)
- wp.Size = Vector3.new(0.2, 0.2, 0.2)
- wp.Material = "Neon"
- wp.Transparency = 1
- wp.BrickColor = BrickColor.new("New Yeller")
- wp.CFrame = wate.CFrame * ang(rd2(-100, 100) / 1000, rd2(-100, 100) / 1000, rd2(-100, 100) / 1000) * cf(0, -0.25, 0)
- wp.Anchored = true
- wp.CanCollide = false
- wp.Parent = modz
- local wmz = makemesh("Sphere", Vector3.new(0.5, 2, 0.5), nil, wp)
- table.insert(pt, wp)
- table.insert(pt, wmz)
- end
- for m = 1, 45 do
- swait()
- for _, hey in pairs(pt) do
- if hey.ClassName == "SpecialMesh" then
- hey.Scale = hey.Scale + Vector3.new(0.005, 0.04, 0.005)
- elseif hey.ClassName == "Part" then
- hey.CFrame = wate.CFrame * ang(rd(rd2(-360, 360)), rd(rd2(-360, 360)), rd(rd2(-360, 360))) * cf(0, -m / 25, 0)
- hey.Transparency = hey.Transparency - 0.015
- end
- end
- end
- for m = 45, 50 do
- swait()
- for _, hey in pairs(pt) do
- if hey.ClassName == "SpecialMesh" then
- hey.Scale = hey.Scale + Vector3.new(0.025, 0.08, 0.025)
- elseif hey.ClassName == "Part" then
- hey.CFrame = wate.CFrame * ang(rd(rd2(-360, 360)), rd(rd2(-360, 360)), rd(rd2(-360, 360))) * cf(0, -m / 25, 0)
- hey.Transparency = hey.Transparency + 0.2
- end
- end
- end
- for _, AAA in pairs(pt) do
- if AAA.ClassName == "Part" then
- AAA:Destroy()
- end
- end
- end))
- for _ = 1, 50 do
- swait()
- wmesh.Scale = Vector3.new(9, 9, 9)
- wate.Transparency = wate.Transparency - 0.008
- lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(0), rd(4), rd(-125)), 0.2)
- lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(0), rd(3), rd(115)), 0.2)
- lerpz(nRS, "C0", RSC0 * cf(rd2(-1, 1) / 10, rd2(-1, 1) / 10, rd2(-1, 1) / 10) * ang(rd(rd2(-15, -5)), rd(rd2(-25, -15)), rd(rd2(95, 105))), 0.2)
- lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.2)
- lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(-25), rd(10), rd(10)), 0.2)
- lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.2)
- lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-5)), 0.2)
- lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.2)
- lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(5)), 0.2)
- lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.2)
- end
- local pooo = Instance.new("Sound")
- pooo.SoundId = "rbxassetid://463598785"
- pooo.TimePosition = 0
- pooo.Volume = 3
- pooo.Parent = hrp
- pooo:Play()
- game.Debris:AddItem(pooo, 2.5)
- for _ = 1, 1 do
- swait()
- wate.Transparency = wate.Transparency + 0.15
- lerpz(nRJ, "C0", RJC0 * cf(0, -2, 0) * ang(rd(0), rd(10), rd(35)), 0.5)
- lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(5), rd(-7), rd(-30)), 0.5)
- lerpz(nRS, "C0", RSC0 * cf(0.75, 0, 0.25) * ang(rd(10), rd(-80), rd(100)), 0.5)
- lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(-20), rd(0)), 0.5)
- lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(-25), rd(10), rd(10)), 0.5)
- lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
- lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-5)), 0.5)
- lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
- lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(5)), 0.5)
- lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
- end
- local aimpos = mouse.Hit.p
- local EffectsTransparency ={
- NumberSequenceKeypoint.new(0,0,0),
- NumberSequenceKeypoint.new(1,1,0)
- }
- local EffectsSize ={
- NumberSequenceKeypoint.new(0,4.5,2.25),
- NumberSequenceKeypoint.new(1,1.12,0.562)
- }
- local swoo = Instance.new("Part")
- nooutline(swoo)
- swoo.Name = "Part2"
- swoo.Size = Vector3.new(3, 3, 3)
- swoo.Shape = "Ball"
- swoo.Material = "Neon"
- swoo.Transparency = 0.2
- swoo.BrickColor = BrickColor.new("New Yeller")
- swoo.CFrame = rightarm.CFrame * ang(rd(0), rd(-15), rd(240)) * cf(0, 0, 0)
- swoo.Anchored = false
- swoo.CanCollide = false
- swoo.Parent = modz
- local bv = Instance.new("BodyVelocity")
- bv.maxForce = Vector3.new(1e9, 1e9, 1e9)
- bv.velocity = cf(swoo.Position,aimpos).lookVector*100
- bv.Parent = swoo
- bv.Name = "MOVE"
- local bvv = Instance.new("BodyAngularVelocity")
- bvv.AngularVelocity = Vector3.new(2, 2, 2)
- bvv.MaxTorque = Vector3.new(4000, 4000, 4000)
- bvv.Parent = swoo
- Par0=Instance.new('ParticleEmitter')
- Par0.Name = "woah"
- Par0.Parent=swoo
- Par0.LightEmission=0.8
- Par0.LockedToPart=false
- Par0.Texture="rbxassetid://296874871"
- Par0.Color=ColorSequence.new(Color3.new(1, 0.75, 0))
- Par0.Transparency=NumberSequence.new(EffectsTransparency)
- Par0.Drag=2
- Par0.ZOffset=0.3
- Par0.Size=NumberSequence.new(EffectsSize)
- Par0.Lifetime=NumberRange.new(1)
- Par0.Rate=999
- Par0.Enabled=true
- turnto(mouse.Hit.p,RootPart)
- for _ = 1, 50 do
- swait()
- wate.Transparency = wate.Transparency + 0.05
- lerpz(nRJ, "C0", RJC0 * cf(0, -3, 0) * ang(rd(0), rd(10), rd(105)), 0.5)
- lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(5), rd(-7), rd(-65)), 0.5)
- lerpz(nRS, "C0", RSC0 * cf(0.75, 0, 0.25) * ang(rd(10), rd(-30), rd(100)), 0.5)
- lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(-20), rd(0)), 0.5)
- lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(-25), rd(10), rd(10)), 0.5)
- lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
- lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-5)), 0.5)
- lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
- lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(5)), 0.5)
- lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
- hito3(swoo, 5, 100, 0.15, rot.CFrame.lookVector * 100)
- coroutine.resume(coroutine.create(function()
- local woohs = human.Parent.efx:FindFirstChild("Part2")
- wait(2)
- woohs:Remove()
- end))
- end
- wate:Remove()
- swait(15)
- wherto = hrp
- addcfr = cf(-2, 1, 2)
- activu = false
- cancarry = true
- end
- function cability2()
- if selected == false or activu == true then
- return
- end
- if appeared == false then
- standappear(thenoob)
- wherto = hrp
- addcfr = cf(0, 0, -3.75)
- end
- cancarry = false
- activu = true
- wherto = hrp
- addcfr = cf(0, 0, -3.5)
- local ZAWRU = Instance.new("Sound")
- ZAWRU.SoundId = "rbxassetid://1056668930"
- ZAWRU.TimePosition = 0
- ZAWRU.Volume = 3
- ZAWRU.Parent = hrp
- ZAWRU:Play()
- coroutine.resume(coroutine.create(function()
- wait(0.5)
- local ZAWRUA = Instance.new("Sound")
- ZAWRUA.SoundId = "rbxassetid://1125531635"
- ZAWRUA.TimePosition = 0
- ZAWRUA.Volume = 3
- ZAWRUA.Parent = hrp
- ZAWRUA:Play()
- end))
- game.Debris:AddItem(ZAWRUA, 2.5)
- local wate = Instance.new("Part")
- nooutline(wate)
- wate.Size = Vector3.new(0.2, 0.2, 0.2)
- wate.Material = "Neon"
- wate.Transparency = 1
- wate.BrickColor = BrickColor.new("New Yeller")
- wate.CFrame = rightarm.CFrame * cf(0, -1.5, 0)
- wate.Anchored = true
- wate.CanCollide = false
- wate.Parent = modz
- local wmesh = makemesh("Sphere", Vector3.new(5, 5, 5), nil, wate)
- coroutine.resume(coroutine.create(function()
- repeat
- swait()
- wate.CFrame = rightarm.CFrame * cf(0, -1, 0)
- wmesh.Scale = wmesh.Scale:lerp(Vector3.new(10, 10, 10), 0.5)
- until not wate
- end))
- coroutine.resume(coroutine.create(function()
- local pt = {}
- for _ = 1, 10 do
- local wp = Instance.new("Part")
- nooutline(wp)
- wp.Size = Vector3.new(0.2, 0.2, 0.2)
- wp.Material = "Neon"
- wp.Transparency = 1
- wp.BrickColor = BrickColor.new("New Yeller")
- wp.CFrame = wate.CFrame * ang(rd2(-100, 100) / 1000, rd2(-100, 100) / 1000, rd2(-100, 100) / 1000) * cf(0, -0.25, 0)
- wp.Anchored = true
- wp.CanCollide = false
- wp.Parent = modz
- local wmz = makemesh("Sphere", Vector3.new(0.5, 2, 0.5), nil, wp)
- table.insert(pt, wp)
- table.insert(pt, wmz)
- end
- for m = 1, 45 do
- swait()
- for _, hey in pairs(pt) do
- if hey.ClassName == "SpecialMesh" then
- hey.Scale = hey.Scale + Vector3.new(0.005, 0.04, 0.005)
- elseif hey.ClassName == "Part" then
- hey.CFrame = wate.CFrame * ang(rd(rd2(-360, 360)), rd(rd2(-360, 360)), rd(rd2(-360, 360))) * cf(0, -m / 25, 0)
- hey.Transparency = hey.Transparency - 0.015
- end
- end
- end
- for m = 45, 50 do
- swait()
- for _, hey in pairs(pt) do
- if hey.ClassName == "SpecialMesh" then
- hey.Scale = hey.Scale + Vector3.new(0.025, 0.08, 0.025)
- elseif hey.ClassName == "Part" then
- hey.CFrame = wate.CFrame * ang(rd(rd2(-360, 360)), rd(rd2(-360, 360)), rd(rd2(-360, 360))) * cf(0, -m / 25, 0)
- hey.Transparency = hey.Transparency + 0.2
- end
- end
- end
- for _, AAA in pairs(pt) do
- if AAA.ClassName == "Part" then
- AAA:Destroy()
- end
- end
- end))
- for _ = 1, 50 do
- swait()
- wmesh.Scale = Vector3.new(9, 9, 9)
- wate.Transparency = wate.Transparency - 0.008
- lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(0), rd(4), rd(-125)), 0.2)
- lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(0), rd(3), rd(115)), 0.2)
- lerpz(nRS, "C0", RSC0 * cf(rd2(-1, 1) / 10, rd2(-1, 1) / 10, rd2(-1, 1) / 10) * ang(rd(rd2(-15, -5)), rd(rd2(-25, -15)), rd(rd2(95, 105))), 0.2)
- lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.2)
- lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(-25), rd(10), rd(10)), 0.2)
- lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.2)
- lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-5)), 0.2)
- lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.2)
- lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(5)), 0.2)
- lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.2)
- end
- local pooo = Instance.new("Sound")
- pooo.SoundId = "rbxassetid://0"
- pooo.Pitch = 1.25
- pooo.Volume = 3
- pooo.Parent = hrp
- pooo:Play()
- game.Debris:AddItem(pooo, 2.5)
- for _ = 1, 1 do
- swait()
- wate.Transparency = wate.Transparency + 0.15
- lerpz(nRJ, "C0", RJC0 * cf(0, -2, 0) * ang(rd(0), rd(10), rd(35)), 0.5)
- lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(5), rd(-7), rd(-30)), 0.5)
- lerpz(nRS, "C0", RSC0 * cf(0.75, 0, 0.25) * ang(rd(10), rd(-80), rd(100)), 0.5)
- lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(-20), rd(0)), 0.5)
- lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(-25), rd(10), rd(10)), 0.5)
- lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
- lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-5)), 0.5)
- lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
- lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(5)), 0.5)
- lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
- end
- local swoo = Instance.new("Part")
- nooutline(swoo)
- swoo.Size = Vector3.new(1, 20, 1)
- swoo.Material = "Plastic"
- swoo.BrickColor = BrickColor.new("White")
- swoo.Anchored = true
- swoo.CanCollide = false
- swoo.Parent = modz
- swoo.CFrame = rightarm.CFrame * ang(rd(0), rd(0), rd(0)) * cf(0, -10, 0)
- local swoomesh = makemesh("FileMesh", Vector3.new(1, 10, 1), "rbxasset://fonts/rightarm.mesh", swoo)
- local pli = Instance.new("PointLight")
- pli.Brightness = 2
- pli.Color = Color3.new(0.45098039215686275, 1, 0)
- pli.Range = 10
- pli.Shadows = true
- pli.Parent = swoo
- for _ = 1, 25 do
- swait()
- wate.Transparency = wate.Transparency + 0.05
- pli.Range = pli.Range - 1
- lerpz(nRJ, "C0", RJC0 * cf(0, -1, 0) * ang(rd(0), rd(10), rd(75)), 0.75)
- lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(5), rd(-7), rd(-65)), 0.75)
- lerpz(nRS, "C0", RSC0 * cf(0.75, 0, 0.25) * ang(rd(10), rd(-75), rd(100)), 0.75)
- lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(-20), rd(0)), 0.75)
- lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(-25), rd(10), rd(10)), 0.75)
- lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.75)
- lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-5)), 0.75)
- lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.75)
- lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(5)), 0.75)
- lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.75)
- hito4(swoo, 5, 50, 0.15, rot.CFrame.lookVector * 80)
- hito4(rightarm, 5, 50, 0.15, rot.CFrame.lookVector * 80)
- swoo.CFrame = rightarm.CFrame * ang(rd(0), rd(0), rd(0)) * cf(0, -10, 0)
- end
- wate:Destroy()
- pli:Destroy()
- swoo.CFrame = rightarm.CFrame * ang(rd(0), rd(0), rd(0)) * cf(0, -10, 0)
- swait()
- swoo:Destroy()
- wherto = hrp
- addcfr = cf(-2, 1, 2)
- activu = false
- cancarry = true
- end
- function JUDGE()
- if selected == false or activu == true then
- return
- end
- if appeared == false then
- wherto = hrp
- addcfr = cf(2, 1, 2)
- end
- POSU = true
- cancarry = false
- activu = true
- wherto = hrp
- addcfr = cf(0, 0, -3.5)
- local ZAWRU = Instance.new("Sound")
- ZAWRU.SoundId = "rbxassetid://1300588094"
- ZAWRU.TimePosition = 0
- ZAWRU.Volume = 3
- ZAWRU.Parent = hrp
- ZAWRU:Play()
- game.Debris:AddItem(ZAWRU, 2.35)
- local pooo = Instance.new("Sound")
- pooo.SoundId = "rbxassetid://0"
- pooo.Pitch = 1.25
- pooo.Volume = 3
- pooo.Parent = hrp
- pooo:Play()
- game.Debris:AddItem(pooo, 2.5)
- human.WalkSpeed = 0
- for _ = 1, 20 do
- swait()
- lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(-10), rd(-5), rd(-20)), 0.3)
- lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(20), rd(10), rd(20)), 0.3)
- lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(-10), rd(30), rd(-30)), 0.3)
- lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
- lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(35), rd(-50), rd(-100)), 0.3)
- lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
- lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-20), rd(-10), rd(-20)), 0.3)
- lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
- lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(10)), 0.3)
- lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
- lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(-10), rd(-5), rd(-20)), 0.3)
- lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(20), rd(10), rd(20)), 0.3)
- lerpz(nRS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(-10), rd(30), rd(-30)), 0.3)
- lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
- lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(35), rd(-50), rd(-100)), 0.3)
- lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
- lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-20), rd(-10), rd(-20)), 0.3)
- lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
- lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(10)), 0.3)
- lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
- end
- for _ = 1, 15 do
- swait()
- lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(-10), rd(-5), rd(-20)), 0.3)
- lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(10), rd(10), rd(20)), 0.3)
- lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(-10), rd(30), rd(-30)), 0.3)
- lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
- lerpz(LS, "C0", LSC0 * cf(0, 0, 0.4) * ang(rd(70), rd(-60), rd(-100)), 0.3)
- lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
- lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-20), rd(-10), rd(-20)), 0.3)
- lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
- lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(10)), 0.3)
- lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
- lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(-10), rd(-5), rd(-20)), 0.3)
- lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(10), rd(10), rd(20)), 0.3)
- lerpz(nRS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(-10), rd(30), rd(-30)), 0.3)
- lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
- lerpz(nLS, "C0", LSC0 * cf(0, 0, 0.4) * ang(rd(70), rd(-60), rd(-100)), 0.3)
- lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
- lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-20), rd(-10), rd(-20)), 0.3)
- lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
- lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(10)), 0.3)
- lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
- end
- swait(5)
- human.WalkSpeed = 25
- wherto = hrp
- addcfr = cf(-2, 1, 2)
- activu = false
- cancarry = true
- POSU = false
- end
- game:GetService("ContentProvider"):Preload("http://www.roblox.com/asset/?id=188959462")
- game:GetService("ContentProvider"):Preload("http://www.roblox.com/asset/?id=616594208")
- game:GetService("ContentProvider"):Preload("http://www.roblox.com/asset/?id=616576400")
- game:GetService("ContentProvider"):Preload("http://www.roblox.com/asset/?id=291088606")
- function THEBEST()
- if selected == false or activu == true or appeared == true or POSU == true then
- return
- end
- local dipperhat = chr:FindFirstChild("DXD_DipperHat")
- local dipperrot
- if dipperhat then
- dipperrot = dipperhat.Handle.HatAttachment.Rotation
- end
- cancarry = false
- activu = true
- POSU = true
- cam.CameraType = "Scriptable"
- chr.PrimaryPart = hrp
- human.WalkSpeed = 0
- human:SetStateEnabled(3, false)
- local actmus1 = Instance.new("Sound")
- actmus1.SoundId = "rbxassetid://188959462"
- actmus1.Volume = 1.5
- actmus1.RollOffMode = 1
- actmus1.TimePosition = 0
- actmus1.Parent = cam
- local actmus2 = Instance.new("Sound")
- actmus2.SoundId = "rbxassetid://188959462"
- actmus2.Volume = 1.5
- actmus2.RollOffMode = 1
- actmus2.TimePosition = 0
- actmus2.Parent = hrp
- actmus1:Play()
- actmus2:Play()
- local mus1 = Instance.new("Sound")
- mus1.SoundId = "rbxassetid://616594208"
- mus1.Volume = 1.25
- mus1.TimePosition = 0.45
- mus1.Parent = cam
- local mus2 = Instance.new("Sound")
- mus2.SoundId = "rbxassetid://616594208"
- mus2.Volume = 1.25
- mus2.TimePosition = 0.45
- mus2.Parent = hrp
- local zawarudoda = Instance.new("Sound")
- zawarudoda.SoundId = "rbxassetid://616576400"
- zawarudoda.Volume = 2
- zawarudoda.TimePosition = 0.3
- zawarudoda.Parent = hrp
- mus1:Play()
- mus2:Play()
- cam.CoordinateFrame = hrp.CFrame * ang(rd(20), rd(100), rd(0)) * cf(0, 0, 7)
- local regface = hed.face.Texture
- local whogothit, bodyvel
- local function checkhit(partoz, magn)
- for _, guy in pairs(workspace:GetChildren()) do
- if guy:FindFirstChild("Humanoid") and guy:FindFirstChild("HumanoidRootPart") and guy ~= chr and magn > (guy:FindFirstChild("HumanoidRootPart").Position - partoz.Position).magnitude and not whogothit then
- whogothit = guy
- guy:FindFirstChild("Humanoid").PlatformStand = true
- do
- local derp = Instance.new("BodyPosition")
- derp.MaxForce = Vector3.new(999999999999, 999999999999, 999999999999)
- derp.P = 8000
- derp.D = 500
- derp.Position = hrp.Position + hrp.CFrame.lookVector * 20
- derp.Parent = guy:FindFirstChild("HumanoidRootPart")
- bodyvel = derp
- local derp2 = Instance.new("BodyAngularVelocity")
- derp2.MaxTorque = Vector3.new(999999999999, 999999999999, 999999999999)
- derp2.P = 8000
- derp2.AngularVelocity = Vector3.new(rd2(2, 4), rd2(50, 100), 0)
- derp2.Parent = guy:FindFirstChild("HumanoidRootPart")
- delay(0.1, function()
- derp2:Destroy()
- end)
- bodyvel = derp
- end
- end
- end
- end
- coroutine.resume(coroutine.create(function()
- for _ = 1, 25 do
- swait()
- lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(-10), rd(-5), rd(-20)), 0.3)
- lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(20), rd(10), rd(20)), 0.3)
- lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(-10), rd(30), rd(-30)), 0.3)
- lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
- lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(35), rd(-50), rd(-100)), 0.3)
- lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
- lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-20), rd(-10), rd(-20)), 0.3)
- lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
- lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(10)), 0.3)
- lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
- end
- for _ = 1, 20 do
- swait()
- lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(-10), rd(-5), rd(-20)), 0.3)
- lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(10), rd(10), rd(20)), 0.3)
- lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(-10), rd(30), rd(-30)), 0.3)
- lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
- lerpz(LS, "C0", LSC0 * cf(0, 0, 0.4) * ang(rd(70), rd(-60), rd(-100)), 0.3)
- if dipperhat then
- dipperhat.Handle.HatAttachment.Rotation = dipperhat.Handle.HatAttachment.Rotation:lerp(dipperrot + Vector3.new(0, -40, 0), 0.3)
- end
- lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
- lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-20), rd(-10), rd(-20)), 0.3)
- lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
- lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(10)), 0.3)
- lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
- end
- end))
- repeat
- swait()
- cam.CoordinateFrame = cam.CoordinateFrame * ang(rd(0), rd(1), rd(0)) * cf(0.15, 0, 0)
- until mus1.TimePosition > 2.9
- mus1:Pause()
- mus2:Pause()
- zawarudoda:Play()
- coroutine.resume(coroutine.create(function()
- for _ = 1, 7 do
- swait()
- lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(-10), rd(0), rd(-5)), 0.4)
- lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(5), rd(2), rd(0)), 0.3)
- lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(10), rd(80), rd(80)), 0.3)
- lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
- lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(10), rd(-80), rd(-70)), 0.3)
- lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
- lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-10)), 0.3)
- lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
- lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(10)), 0.3)
- lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
- end
- for _ = 1, 16 do
- swait()
- lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(-15), rd(0), rd(-5)), 0.4)
- lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(15), rd(8), rd(0)), 0.3)
- lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(10), rd(-80), rd(80)), 0.3)
- lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
- lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(10), rd(80), rd(-70)), 0.3)
- lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
- lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-15)), 0.3)
- lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
- lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(15)), 0.3)
- lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
- end
- end))
- repeat
- swait()
- until zawarudoda.TimePosition > 1.4
- zawarudoda:Pause()
- activu = false
- standappear(thenoob)
- wherto = hrp
- addcfr = cf(3, 0.25, -1.5)
- activu = true
- cam.CoordinateFrame = hrp.CFrame * ang(rd(-25), rd(0), rd(0)) * cf(0, 2, 3)
- for _ = 1, 10 do
- swait()
- cam.CoordinateFrame = cam.CoordinateFrame * ang(rd(0), rd(0), rd(0)) * cf(0, 0, 1.5)
- lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(0), rd(4), rd(-75)), 0.5)
- lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(0), rd(3), rd(45)), 0.5)
- lerpz(nRS, "C0", RSC0 * cf(rd2(-1, 1) / 10, rd2(-1, 1) / 10, rd2(-1, 1) / 10) * ang(rd(rd2(-15, -5)), rd(rd2(-25, -15)), rd(rd2(95, 105))), 0.5)
- lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
- lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(-25), rd(10), rd(10)), 0.5)
- lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
- lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-5)), 0.5)
- lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
- lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(5)), 0.5)
- lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
- end
- wherto = hrp
- addcfr = cf(-3, 0.25, -1.5)
- for _ = 1, 25 do
- swait()
- checkhit(rightarm, 3)
- lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(0), rd(4), rd(105)), 0.4)
- lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(0), rd(3), rd(-45)), 0.4)
- lerpz(nRS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(-10), rd(-20), rd(100)), 0.4)
- lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.4)
- lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(-25), rd(10), rd(10)), 0.4)
- lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.4)
- lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-5)), 0.4)
- lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.4)
- lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(5)), 0.4)
- lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.4)
- end
- if whogothit then
- print("derp")
- cam.CoordinateFrame = hrp.CFrame * ang(rd(15), rd(140), rd(0)) * cf(0, 1, 4)
- local laugo = Instance.new("Sound")
- laugo.SoundId = "rbxassetid://291088606"
- laugo.Volume = 1.5
- laugo.Parent = hrp
- game.Debris:AddItem(laugo, 2.5)
- laugo:Play()
- local sda = 0
- local chn = 2
- local cs = math.cos
- for D = 1, 60 do
- swait()
- cam.CoordinateFrame = cam.CoordinateFrame * ang(rd(0), rd(0), rd(0)) * cf(0, 0, 0.15)
- sda = sda + chn
- lerpz(RJ, "C0", RJC0 * cf(0, 0.75, 1 * cs(sda / 2)) * ang(rd(-40), rd(0), rd(-5)), 0.8 / D)
- lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(-60 + 40 * cs(sda / 2)), rd(8), rd(0)), 0.8 / D)
- lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(10), rd(-110 + 80 * cs(sda / 2)), rd(80)), 0.8 / D)
- lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.8 / D)
- lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(10), rd(110 + 80 * cs(sda / 2)), rd(-70)), 0.8 / D)
- lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.8 / D)
- lerpz(RH, "C0", RHC0 * cf(0, -1 * cs(sda / 2), 0) * ang(rd(-10), rd(-10), rd(-40)), 0.8 / D)
- lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.8 / D)
- lerpz(LH, "C0", LHC0 * cf(0, -1 * cs(sda / 2), 0) * ang(rd(-10), rd(10), rd(40)), 0.8 / D)
- lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.8 / D)
- end
- hed.face.Texture = "rbxassetid://176777497"
- mus1.TimePosition = 2.75
- mus1:Play()
- for C = 1, 30 do
- swait()
- cam.CoordinateFrame = cam.CoordinateFrame * ang(rd(0), rd(0), rd(0)) * cf(0, 0, -(0.02 + C / 60))
- sda = sda + chn
- lerpz(RJ, "C0", RJC0 * cf(0, -0.5, 0) * ang(rd(20), rd(0), rd(-5)), 0.05 + C / 31)
- lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(30), rd(0), rd(0)), 0.05 + C / 31)
- lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(-10), rd(-20), rd(-20)), 0.05 + C / 31)
- lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.05 + C / 31)
- lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(35), rd(-50), rd(-100)), 0.05 + C / 31)
- lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.05 + C / 31)
- lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(20)), 0.05 + C / 31)
- lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.05 + C / 31)
- lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(20)), 0.05 + C / 31)
- lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.05 + C / 31)
- end
- for _ = 1, 5 do
- swait()
- cam.CoordinateFrame = cam.CoordinateFrame * ang(rd(0), rd(0), rd(0)) * cf(0, 0, 0.02)
- sda = sda + chn
- lerpz(RJ, "C0", RJC0 * cf(0, -0.5, 0) * ang(rd(20), rd(0), rd(-5)), 0.5)
- lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(-10), rd(0), rd(0)), 0.5)
- lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(-10), rd(-20), rd(-20)), 0.5)
- lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
- lerpz(LS, "C0", LSC0 * cf(0, 0.25, 0) * ang(rd(60), rd(-60), rd(-100)), 0.5)
- if dipperhat then
- dipperhat.Handle.HatAttachment.Rotation = dipperhat.Handle.HatAttachment.Rotation:lerp(dipperrot + Vector3.new(0, 0, 0), 0.5)
- end
- lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
- lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(20)), 0.5)
- lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
- lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(20)), 0.5)
- lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
- end
- wait(2)
- elseif whogothit == nil then
- print("noderp")
- end
- human:SetStateEnabled(3, true)
- activu = false
- standappear(thenoob)
- activu = true
- if dipperhat then
- dipperhat.Handle.HatAttachment.Rotation = dipperrot
- end
- actmus1:Destroy()
- actmus2:Destroy()
- bast:Play()
- if bodyvel then
- bodyvel:Destroy()
- end
- cam.CameraType = "Custom"
- hed.face.Texture = regface
- chr.PrimaryPart = head
- human.WalkSpeed = 25
- activu = false
- POSU = false
- cancarry = true
- end
- function hito(partoz, magn, dmg, debtim, bodyfdire)
- for _, guy in pairs(workspace:GetChildren()) do
- if guy:FindFirstChild("Humanoid") and guy:FindFirstChild("HumanoidRootPart") and guy ~= chr and magn > (guy:FindFirstChild("HumanoidRootPart").Position - partoz.Position).magnitude and guy:FindFirstChild("HumanoidRootPart"):FindFirstChild("alabo") == nil then
- do
- local humz = guy:FindFirstChild("Humanoid")
- local horp = guy:FindFirstChild("HumanoidRootPart")
- TakeDamage(humz, dmg)
- local db = Instance.new("StringValue")
- db.Name = "alabo"
- db.Parent = horp
- delay(debtim, function()
- db:Destroy()
- end)
- local b = Instance.new("Part")
- nooutline(b)
- b.Size = Vector3.new(0.2, 0.2, 0.2)
- b.Transparency = 0.25
- b.Anchored = true
- b.CanCollide = false
- b.BrickColor = BrickColor.new("New Yeller")
- b.Locked = true
- b.CFrame = horp.CFrame * CFrame.new(rd2(-1, 1), rd2(-2, 2), rd2(-1, 1))
- b.Parent = modz
- b.Material = "Neon"
- local c = Instance.new("SpecialMesh")
- c.MeshType = "Sphere"
- c.Scale = Vector3.new(3.5, 3.5, 3.5)
- c.Parent = b
- game.Debris:AddItem(b, 1)
- if bodyfdire then
- local boopyve = Instance.new("BodyVelocity")
- boopyve.MaxForce = Vector3.new(math.huge, math.huge, math.huge)
- boopyve.P = math.huge
- boopyve.Velocity = bodyfdire * 1.25
- boopyve.Parent = horp
- game.Debris:AddItem(boopyve, debtim)
- end
- local bet = Instance.new("Sound")
- bet.Pitch = rd2(9, 11) / 10
- bet.Volume = rd2(12, 14) / 10
- bet.SoundId = "rbxassetid://856713718"
- bet.Parent = b
- bet:Play()
- coroutine.resume(coroutine.create(function()
- for _ = 1, 5 do
- swait()
- b.Transparency = b.Transparency + 0.15
- c.Scale = c.Scale + Vector3.new(1 * dmg, 1 * dmg, 1 * dmg)
- end
- end))
- end
- end
- end
- end
- function hito3(partoz, magn, dmg, debtim, bodyfdire)
- for _, guy in pairs(workspace:GetChildren()) do
- if guy:FindFirstChild("Humanoid") and CanDamage == true and guy:FindFirstChild("HumanoidRootPart") and guy ~= chr and magn > (guy:FindFirstChild("HumanoidRootPart").Position - partoz.Position).magnitude and guy:FindFirstChild("HumanoidRootPart"):FindFirstChild("alabo") == nil then
- do
- CanDamage = false
- local humz = guy:FindFirstChild("Humanoid")
- local horp = guy:FindFirstChild("HumanoidRootPart")
- TakeDamage(humz, dmg)
- local db = Instance.new("StringValue")
- db.Name = "alabo"
- db.Parent = horp
- delay(debtim, function()
- db:Destroy()
- end)
- local b = Instance.new("Part")
- nooutline(b)
- b.Size = Vector3.new(0.2, 0.2, 0.2)
- b.Transparency = 0.25
- b.Anchored = true
- b.CanCollide = false
- b.BrickColor = BrickColor.new("Deep orange")
- b.Locked = true
- b.CFrame = horp.CFrame * CFrame.new(rd2(-1, 1), rd2(-2, 2), rd2(-1, 1))
- b.Parent = modz
- b.Material = "Neon"
- local c = Instance.new("SpecialMesh")
- c.MeshType = "Sphere"
- c.Scale = Vector3.new(3.5, 3.5, 3.5)
- c.Parent = b
- game.Debris:AddItem(b, 1)
- if bodyfdire then
- local boopyve = Instance.new("BodyVelocity")
- boopyve.MaxForce = Vector3.new(math.huge, math.huge, math.huge)
- boopyve.P = math.huge
- boopyve.Velocity = bodyfdire * 2
- boopyve.Parent = horp
- game.Debris:AddItem(boopyve, debtim)
- end
- local d = Instance.new("Part")
- nooutline(d)
- d.Name = "EXPLOSION"
- d.Size = Vector3.new(3, 3, 3)
- d.Transparency = 1
- d.Anchored = true
- d.CanCollide = false
- d.BrickColor = BrickColor.new("Deep orange")
- d.Locked = true
- d.CFrame = horp.CFrame * CFrame.new(rd2(-1, 1), rd2(-2, 2), rd2(-1, 1))
- d.Parent = modz
- d.Material = "Neon"
- Par1=Instance.new('ParticleEmitter')
- Par1.Drag = 5
- Par1.Name = "fire"
- Par1.Parent = d
- Par1.LightEmission=0.8
- Par1.LockedToPart=true
- Par1.Texture="rbxassetid://296874871"
- Par1.Color=ColorSequence.new(Color3.new(1, 0.75, 0))
- Par1.Speed=NumberRange.new(100)
- local EffectsTransparency ={
- NumberSequenceKeypoint.new(0,0,0),
- NumberSequenceKeypoint.new(1,1,0)
- }
- local EffectsSize ={
- NumberSequenceKeypoint.new(0,7.5,3),
- NumberSequenceKeypoint.new(1,1.5,0.75)
- }
- local EffectsSize2 ={
- NumberSequenceKeypoint.new(0,5,3),
- NumberSequenceKeypoint.new(1,1,0.75)
- }
- Par1.ZOffset = 0.3
- Par1.Rotation = NumberRange.new(0, 360)
- Par1.Transparency = NumberSequence.new(EffectsTransparency)
- Par1.Size = NumberSequence.new(EffectsSize)
- Par1.Lifetime=NumberRange.new(2)
- Par1.SpreadAngle=Vector2.new(90000, 90000)
- Par1.Rate=1000
- Par1.Enabled = true
- Par2=Instance.new('ParticleEmitter')
- Par2.Drag = 5
- Par2.Name = "fire2"
- Par2.Parent = d
- Par2.LightEmission=0.8
- Par2.LockedToPart=true
- Par2.Texture="rbxassetid://296874871"
- Par2.Color=ColorSequence.new(Color3.new(1, 0.75, 0))
- Par2.Speed=NumberRange.new(100)
- Par2.ZOffset = 0.3
- Par2.Rotation = NumberRange.new(0, 360)
- Par2.Transparency = NumberSequence.new(EffectsTransparency)
- Par2.Size = NumberSequence.new(EffectsSize2)
- Par2.Lifetime=NumberRange.new(2)
- Par2.SpreadAngle=Vector2.new(90000, 90000)
- Par2.Rate=1000
- Par2.Enabled = true
- local bet = Instance.new("Sound")
- bet.Volume = 5
- bet.SoundId = "rbxassetid://416328540"
- bet.Parent = b
- bet:Play()
- coroutine.resume(coroutine.create(function()
- for _ = 1, 25 do
- swait()
- b.Transparency = b.Transparency + 0.04
- c.Scale = c.Scale + Vector3.new(0.25 * dmg, 0.25 * dmg, 0.25 * dmg)
- d.Size = d.Size + Vector3.new(2.5,2.5,2.5)
- end
- end))
- coroutine.resume(coroutine.create(function()
- human.Parent.efx.Part2.Anchored = true
- human.Parent.efx.Part2.Transparency = 1
- human.Parent.efx.Part2.woah.Enabled = false
- wait(0.5)
- human.Parent.efx.EXPLOSION.fire.Enabled = false
- human.Parent.efx.EXPLOSION.fire2.Enabled = false
- human.Parent.efx.Part2.Anchored = true
- wait(2)
- human.Parent.efx.EXPLOSION:Remove()
- CanDamage = true
- end))
- end
- end
- end
- end
- function hito4(partoz, magn, dmg, debtim, bodyfdire)
- for _, guy in pairs(workspace:GetChildren()) do
- if guy:FindFirstChild("Humanoid") and CanDamage == true and guy:FindFirstChild("HumanoidRootPart") and guy ~= chr and magn > (guy:FindFirstChild("HumanoidRootPart").Position - partoz.Position).magnitude and guy:FindFirstChild("HumanoidRootPart"):FindFirstChild("alabo") == nil then
- do
- CanDamage = false
- local humz = guy:FindFirstChild("Humanoid")
- local horp = guy:FindFirstChild("HumanoidRootPart")
- TakeDamage(humz, dmg)
- local db = Instance.new("StringValue")
- db.Name = "alabo"
- db.Parent = horp
- delay(debtim, function()
- db:Destroy()
- end)
- local b = Instance.new("Part")
- nooutline(b)
- b.Size = Vector3.new(0.2, 0.2, 0.2)
- b.Transparency = 0.25
- b.Anchored = true
- b.CanCollide = false
- b.BrickColor = BrickColor.new("New Yeller")
- b.Locked = true
- b.CFrame = horp.CFrame * CFrame.new(rd2(-1, 1), rd2(-2, 2), rd2(-1, 1))
- b.Parent = modz
- b.Material = "Neon"
- local c = Instance.new("SpecialMesh")
- c.MeshType = "Sphere"
- c.Scale = Vector3.new(3.5, 3.5, 3.5)
- c.Parent = b
- game.Debris:AddItem(b, 1)
- if bodyfdire then
- local boopyve = Instance.new("BodyVelocity")
- boopyve.MaxForce = Vector3.new(math.huge, math.huge, math.huge)
- boopyve.P = math.huge
- boopyve.Velocity = bodyfdire * 1.25
- boopyve.Parent = horp
- game.Debris:AddItem(boopyve, debtim)
- end
- local bet = Instance.new("Sound")
- bet.Pitch = rd2(9, 11) / 10
- bet.Volume = rd2(12, 14) / 10
- bet.SoundId = "rbxassetid://856713718"
- bet.Parent = b
- bet:Play()
- coroutine.resume(coroutine.create(function()
- for _ = 1, 5 do
- swait()
- b.Transparency = b.Transparency + 0.15
- c.Scale = c.Scale + Vector3.new(1 * dmg, 1 * dmg, 1 * dmg)
- end
- end))
- coroutine.resume(coroutine.create(function()
- wait(1)
- CanDamage = true
- end))
- end
- end
- end
- end
- mouse.KeyDown:connect(function(key)
- if human.Health <= 0 then
- return
- end
- if key == "f" then
- standappear(thenoob)
- end
- if key == "n" then
- auraappear()
- end
- if key == "r" then
- MUDA()
- end
- if key == "t" then
- MUDAAA()
- end
- if key == "e" then
- block()
- end
- if key == "q" then
- quickhit()
- end
- if key == "v" then
- cability()
- end
- if key == "b" then
- cability2()
- end
- if key == "m" and plr.UserId then
- THEBEST()
- end
- if key == "j" then
- THREATENING()
- end
- if key == "x" then
- JUDGE()
- end
- if key == "z" then
- CARRY()
- end
- if key == "k" then
- konodioda:Play()
- end
- if key == "l" then
- bast:Play()
- end
- if key == ";" then
- zaworld:Play()
- wait(3.5)
- zaworld2:Play()
- wait(2)
- zaworld3:Play()
- end
- end)
- tool.Equipped:connect(function()
- selected = true
- end)
- tool.Unequipped:connect(function()
- selected = false
- end)
- sine = 0
- charge = 1
- cos = math.cos
- game:GetService("RunService").RenderStepped:connect(function()
- if POSU == false then
- local checkfloor = Ray.new(hrp.Position, hrp.CFrame.upVector * -4)
- local checkpart = workspace:FindPartOnRayWithIgnoreList(checkfloor, {chr}, false, false)
- local checkstate = human:GetState()
- if checkstate.Value == 13 then
- animpose = "Sitting"
- elseif hrp.Velocity.y > 1 and checkpart == nil then
- animpose = "Jumping"
- elseif hrp.Velocity.y < -1 and checkpart == nil then
- animpose = "Falling"
- elseif 1 > (hrp.Velocity * Vector3.new(1, 0, 1)).magnitude then
- animpose = "Idle"
- elseif (hrp.Velocity * Vector3.new(1, 0, 1)).magnitude < 35 then
- animpose = "Walking"
- elseif (hrp.Velocity * Vector3.new(1, 0, 1)).magnitude > 35 then
- animpose = "TooFast"
- end
- if animpose == "Idle" then
- sine = sine + charge
- lerpz(RJ, "C0", RJC0 * cf(0, 0, 0.03 * cos(sine / 60)) * ang(rd(0), rd(0), rd(0)), 0.3)
- lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(3 - 3 * cos(sine / 60)), rd(0), rd(0)), 0.3)
- lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(2 - 2 * cos(sine / 60)), rd(2 - 2 * cos(sine / 60)), rd(2 * cos(sine / 60))), 0.3)
- lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
- lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(2 - 2 * cos(sine / 60)), rd(-2 - 2 * cos(sine / 60)), rd(2 * cos(sine / 60))), 0.3)
- lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
- lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-3 - 1 * cos(sine / 60)), rd(-5 - 1 * cos(sine / 60)), rd(1 * cos(sine / 60))), 0.3)
- lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
- lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-3 - 1 * cos(sine / 60)), rd(5 - 1 * cos(sine / 60)), rd(1 * cos(sine / 60))), 0.3)
- lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
- end
- if animpose == "Walking" then
- sine = sine + charge
- lerpz(RJ, "C0", RJC0 * cf(0, 0, 0.03 * cos(sine / 60)) * ang(rd(0), rd(0), rd(0)), 0.3)
- lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(3 - 3 * cos(sine / 60)), rd(0), rd(0)), 0.3)
- lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(-2 - 2 * cos(sine / 60)), rd(2 - 2 * cos(sine / 60)), rd(30 * cos(sine / 10))), 0.3)
- lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
- lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(-2 - 2 * cos(sine / 60)), rd(-2 - 2 * cos(sine / 60)), rd(30 * cos(sine / 10))), 0.3)
- lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
- lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-1 - 1 * cos(sine / 60)), rd(-1 - 1 * cos(sine / 60)), rd(-30 * cos(sine / 10))), 0.6)
- lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
- lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-1 - 1 * cos(sine / 60)), rd(1 - 1 * cos(sine / 60)), rd(-30 * cos(sine / 10))), 0.6)
- lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
- end
- if animpose == "Jumping" then
- lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(5), rd(0), rd(0)), 0.3)
- lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(-10), rd(0), rd(0)), 0.3)
- lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(7), rd(-5), rd(2)), 0.3)
- lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
- lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(7), rd(5), rd(-3)), 0.3)
- lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
- lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(-10)), 0.3)
- lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
- lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(20)), 0.3)
- lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
- end
- if animpose == "Falling" then
- lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(-6), rd(0), rd(0)), 0.3)
- lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(20), rd(0), rd(0)), 0.3)
- lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(7), rd(-5), rd(2)), 0.3)
- lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
- lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(7), rd(5), rd(-3)), 0.3)
- lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
- lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(10)), 0.3)
- lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
- lerpz(LH, "C0", LHC0 * cf(-0.65, 0.75, 0) * ang(rd(0), rd(0), rd(20)), 0.3)
- lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
- end
- if animpose == "TooFast" then
- lerpz(RJ, "C0", RJC0 * cf(0, 0, -1.5) * ang(rd(20), rd(0), rd(0)), 0.3)
- lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(20), rd(0), rd(0)), 0.3)
- lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(-20), rd(-10), rd(-10)), 0.3)
- lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
- lerpz(LS, "C0", LSC0 * cf(0, -0.75, 0) * ang(rd(10), rd(-80), rd(-10)), 0.3)
- lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(30), rd(0), rd(0)), 0.3)
- lerpz(RH, "C0", RHC0 * cf(0.75, 1.5, 0) * ang(rd(0), rd(0), rd(30)), 0.3)
- lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
- lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(50)), 0.3)
- lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
- end
- if animpose == "Sitting" then
- lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
- lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
- lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(90)), 0.3)
- lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
- lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(-90)), 0.3)
- lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
- lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(90)), 0.3)
- lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
- lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(-90)), 0.3)
- lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
- end
- end
- if appeared == false and activu == false then
- lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
- lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
- lerpz(nRS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
- lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
- lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
- lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
- lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
- lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
- lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
- lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
- elseif appeared == true and activu == false then
- sine = sine + charge
- lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0.05 * cos(sine / 90)) * ang(rd(1 - 1 * cos(sine / 90)), rd(0), rd(-5)), 0.3)
- lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(2 - 2 * cos(sine / 90)), rd(0), rd(4)), 0.3)
- lerpz(nRS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(2 * cos(sine / 110)), rd(-3 - 3 * cos(sine / 100)), rd(0)), 0.3)
- lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
- lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(2 * cos(sine / 110)), rd(3 - 3 * cos(sine / 100)), rd(0)), 0.3)
- lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
- lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-2 - 2 * cos(sine / 100)), rd(-3 - 3 * cos(sine / 100)), rd(-2 - 2 * cos(sine / 100))), 0.3)
- lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
- lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-2 - 2 * cos(sine / 100)), rd(3 - 3 * cos(sine / 100)), rd(2 - 2 * cos(sine / 100))), 0.3)
- lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
- end
- end)
- function dispose()
- for i, v in pairs(getfenv(0)) do
- v = nil
- end
- error = nil
- print = nil
- warn = nil
- end
- human.Died:connect(dispose)
- chr.Changed:connect(function()
- if chr.Parent == nil then
- dispose()
- end
- end)
- local p = game.Players.LocalPlayer
- local char = p.Character
- local hed = char.Head
- local LocalPlayer = p
- local Player = game.Players.localPlayer
- local Character = p.Character
- local LeftArm2 = Character["Left Arm"]
- local RightArm2 = Character["Right Arm"]
- local LeftLeg2 = Character["Left Leg"]
- local RightLeg2 = Character["Right Leg"]
- local Head2 = Character.Head
- local Torso2 = Character.Torso
- --created by SoldierJoao
- --Credits to metabee for the knives edit
- cut = Instance.new("Sound", Character)
- cut.SoundId = "https://www.roblox.com/asset/?id=0"
- cut.Volume = 1.5
- thri = Instance.new("Sound", Character)
- thri.SoundId = "https://www.roblox.com/asset/?id=186311262"
- thri.Volume = 2.5
- WRY = Instance.new("Sound", Character)
- WRY.SoundId = "https://www.roblox.com/asset/?id=276152532"
- WRY.Volume = 5
- local Players=game:service'Players'
- local Player=Players.LocalPlayer
- local Mouse=Player:GetMouse''
- local RenderStepped=game:service'RunService'.RenderStepped
- local MeshId='http://www.roblox.com/asset?id=202083123'
- local TextureId='http://www.roblox.com/asset/?id=189436355'
- mse = Player:GetMouse()
- sound2 = Instance.new("Sound", Character)
- sound2.SoundId = "https://www.roblox.com/asset/?id=864569342"
- sound2.Volume = 5
- sound4 = Instance.new("Sound", Character)
- sound4.SoundId = "https://www.roblox.com/asset/?id=1404933085"
- sound4.Volume = 5
- TSTheme = Instance.new("Sound", Character)
- TSTheme.SoundId = "https://www.roblox.com/asset/?id=850256806"
- TSTheme.Volume = 10
- TSTheme.Looped = true
- TPsound = Instance.new("Sound", Character)
- TPsound.SoundId = "https://www.roblox.com/asset/?id=872436640"
- TPsound.Volume = 1
- canworld = true
- cooldown = false
- mse.KeyDown:connect(function(key)
- key = key:lower()
- if key == "g" and cooldown == false then
- sound4:Play()
- wait(1.5)
- if canworld == false then return end
- if canworld then
- canworld = false
- TSTheme:Play()
- local function spawnpart()
- sphere = Instance.new("Part")
- local sm = Instance.new("SpecialMesh", sphere)
- sm.MeshType = "Sphere"
- sphere.Transparency = 0
- sphere.Anchored = true
- sphere.CanCollide = false
- sphere.Material = "Neon"
- sphere.BrickColor = BrickColor.new("Institutional white")
- end
- local function weld(lol)
- local weld = Instance.new("Weld", Player.Character.Torso)
- weld.Part0 = Player.Character.Torso
- weld.Part1 = lol
- weld.C0 = Player.Character.Torso.CFrame:inverse()
- weld.C1 = lol.CFrame:inverse()
- end
- wait()
- spawnpart()
- for i, v in pairs(game.Players:GetChildren()) do
- t = v.Character:FindFirstChild("Torso")
- if t then
- t.Anchored = true
- Player.Character:FindFirstChild("Torso").Anchored = false
- end
- RA = v.Character:FindFirstChild("Right Arm")
- if RA then
- RA.Anchored = true
- Player.Character:FindFirstChild("Right Arm").Anchored = false
- end
- LA = v.Character:FindFirstChild("Left Arm")
- if LA then
- LA.Anchored = true
- Player.Character:FindFirstChild("Left Arm").Anchored = false
- end
- RL = v.Character:FindFirstChild("Right Leg")
- if RL then
- RL.Anchored = true
- Player.Character:FindFirstChild("Right Leg").Anchored = false
- end
- LL = v.Character:FindFirstChild("Left Leg")
- if LL then
- LL.Anchored = true
- Player.Character:FindFirstChild("Left Leg").Anchored = false
- end
- end
- game.Lighting.TimeOfDay="00:00:00"
- game.Lighting.OutdoorAmbient=Color3.new(50,0,350)
- wait(0.1)
- game.Lighting.OutdoorAmbient=Color3.new(0,114,235)
- wait(0.1)
- game.Lighting.OutdoorAmbient=Color3.new(0,0,235)
- wait(0.1)
- game.Lighting.OutdoorAmbient=Color3.new(0,114,0)
- wait(0.1)
- game.Lighting.OutdoorAmbient=Color3.new(255, 255, 355)
- cooldown = true
- sphere.Parent = Character.Torso
- weld(sphere)
- coroutine.resume(coroutine.create(function()
- for i = 1,10 do
- sphere.Size = sphere.Size + Vector3.new(20,20,20)
- sphere.Transparency = sphere.Transparency + 0.1
- wait()
- end
- wait()
- sphere:Destroy()
- end))
- wait(4.6)
- cooldown = false
- canworld = true
- sound2:Play()
- wait()
- for i, v in pairs(game.Players:GetChildren()) do
- t = v.Character:FindFirstChild("Torso")
- if t then
- t.Anchored = false
- end
- RA = v.Character:FindFirstChild("Right Arm")
- if RA then
- RA.Anchored = false
- end
- LA = v.Character:FindFirstChild("Left Arm")
- if LA then
- LA.Anchored = false
- end
- RL = v.Character:FindFirstChild("Right Leg")
- if RL then
- RL.Anchored = false
- end
- LL = v.Character:FindFirstChild("Left Leg")
- if LL then
- LL.Anchored = false
- end
- end
- game.Lighting.OutdoorAmbient=Color3.new(0,114,0)
- wait(0.1)
- game.Lighting.OutdoorAmbient=Color3.new(50,0,350)
- wait(0.1)
- game.Lighting.OutdoorAmbient=Color3.new(0,114,235)
- wait(0.1)
- game.Lighting.OutdoorAmbient=Color3.new(0,0,235)
- game.Lighting.OutdoorAmbient=Color3.new(135/255, 135/255, 128/255)
- game.Lighting.TimeOfDay="15:00:00"
- TSTheme:Stop()
- end
- end
- end
- )
- if canworld == false then
- wait(10)
- canworld = true
- end
- mse.KeyDown:connect(function(key)
- if key == "h" and part == nil and cooldown == false and canworld == true then
- game.Lighting.OutdoorAmbient=Color3.new(0,114,0)
- wait(0.1)
- game.Lighting.OutdoorAmbient=Color3.new(50,0,350)
- wait(0.1)
- game.Lighting.OutdoorAmbient=Color3.new(0,114,235)
- wait(0.1)
- game.Lighting.OutdoorAmbient=Color3.new(0,0,235)
- game.Lighting.TimeOfDay="00:00:00"
- wait(0.000004)
- game.Lighting.OutdoorAmbient=Color3.new(135/255, 135/255, 128/255)
- game.Lighting.TimeOfDay="15:00:00"
- plr.Character.Torso.CFrame = CFrame.new(Vector3.new(Mouse.hit.p.X,Mouse.hit.p.Y+1.5,Mouse.hit.p.Z),plr.Character.Torso.CFrame.p)
- TPsound:Play()
- cooldown = true
- wait(3)
- cooldown = false
- end
- end)
- --- [[ Time Stop ]] ---
- -- by fo43123
- --https://github.com/Mokiros/roblox-FE-compatibility
- if game:GetService("RunService"):IsClient() then error("Script must be server-side in order to work; use h/ and not hl/") end
- local Player,game,owner = owner,game
- local RealPlayer = Player
- do
- print("FE Compatibility code V2 by Mokiros")
- local RealPlayer = RealPlayer
- script.Parent = RealPlayer.Character
- --Fake event to make stuff like Mouse.KeyDown work
- local Disconnect_Function = function(this)
- this[1].Functions[this[2]] = nil
- end
- local Disconnect_Metatable = {__index={disconnect=Disconnect_Function,Disconnect=Disconnect_Function}}
- local FakeEvent_Metatable = {__index={
- Connect = function(this,f)
- local i = tostring(math.random(0,10000))
- while this.Functions[i] do
- i = tostring(math.random(0,10000))
- end
- this.Functions[i] = f
- return setmetatable({this,i},Disconnect_Metatable)
- end
- }}
- FakeEvent_Metatable.__index.connect = FakeEvent_Metatable.__index.Connect
- local function fakeEvent()
- return setmetatable({Functions={}},FakeEvent_Metatable)
- end
- --Creating fake input objects with fake variables
- local FakeMouse = {Hit=CFrame.new(),KeyUp=fakeEvent(),KeyDown=fakeEvent(),Button1Up=fakeEvent(),Button1Down=fakeEvent(),Button2Up=fakeEvent(),Button2Down=fakeEvent()}
- FakeMouse.keyUp = FakeMouse.KeyUp
- FakeMouse.keyDown = FakeMouse.KeyDown
- local UIS = {InputBegan=fakeEvent(),InputEnded=fakeEvent()}
- local CAS = {Actions={},BindAction=function(self,name,fun,touch,...)
- CAS.Actions[name] = fun and {Name=name,Function=fun,Keys={...}} or nil
- end}
- --Merged 2 functions into one by checking amount of arguments
- CAS.UnbindAction = CAS.BindAction
- --This function will trigger the events that have been :Connect()'ed
- local function TriggerEvent(self,ev,...)
- for _,f in pairs(self[ev].Functions) do
- f(...)
- end
- end
- FakeMouse.TriggerEvent = TriggerEvent
- UIS.TriggerEvent = TriggerEvent
- --Client communication
- local Event = Instance.new("RemoteEvent")
- Event.Name = "UserInput_Event"
- Event.OnServerEvent:Connect(function(plr,io)
- if plr~=RealPlayer then return end
- FakeMouse.Target = io.Target
- FakeMouse.Hit = io.Hit
- if not io.isMouse then
- local b = io.UserInputState == Enum.UserInputState.Begin
- if io.UserInputType == Enum.UserInputType.MouseButton1 then
- return FakeMouse:TriggerEvent(b and "Button1Down" or "Button1Up")
- end
- if io.UserInputType == Enum.UserInputType.MouseButton2 then
- return FakeMouse:TriggerEvent(b and "Button2Down" or "Button2Up")
- end
- for _,t in pairs(CAS.Actions) do
- for _,k in pairs(t.Keys) do
- if k==io.KeyCode then
- t.Function(t.Name,io.UserInputState,io)
- end
- end
- end
- FakeMouse:TriggerEvent(b and "KeyDown" or "KeyUp",io.KeyCode.Name:lower())
- UIS:TriggerEvent(b and "InputBegan" or "InputEnded",io,false)
- end
- end)
- Event.Parent = NLS([==[local Event = script:WaitForChild("UserInput_Event")
- local Mouse = owner:GetMouse()
- local UIS = game:GetService("UserInputService")
- local input = function(io,RobloxHandled)
- if RobloxHandled then return end
- --Since InputObject is a client-side instance, we create and pass table instead
- Event:FireServer({KeyCode=io.KeyCode,UserInputType=io.UserInputType,UserInputState=io.UserInputState,Hit=Mouse.Hit,Target=Mouse.Target})
- end
- UIS.InputBegan:Connect(input)
- UIS.InputEnded:Connect(input)
- local h,t
- --Give the server mouse data every second frame, but only if the values changed
- --If player is not moving their mouse, client won't fire events
- local HB = game:GetService("RunService").Heartbeat
- while true do
- if h~=Mouse.Hit or t~=Mouse.Target then
- h,t=Mouse.Hit,Mouse.Target
- Event:FireServer({isMouse=true,Target=t,Hit=h})
- end
- --Wait 2 frames
- for i=1,2 do
- HB:Wait()
- end
- end]==],script)
- ----Sandboxed game object that allows the usage of client-side methods and services
- --Real game object
- local RealGame = game
- --Metatable for fake service
- local FakeService_Metatable = {
- __index = function(self,k)
- local s = rawget(self,"_RealService")
- if s then
- return typeof(s[k])=="function"
- and function(_,...)return s[k](s,...)end or s[k]
- end
- end,
- __newindex = function(self,k,v)
- local s = rawget(self,"_RealService")
- if s then s[k]=v end
- end
- }
- local function FakeService(t,RealService)
- t._RealService = typeof(RealService)=="string" and RealGame:GetService(RealService) or RealService
- return setmetatable(t,FakeService_Metatable)
- end
- --Fake game object
- local FakeGame = {
- GetService = function(self,s)
- return rawget(self,s) or RealGame:GetService(s)
- end,
- Players = FakeService({
- LocalPlayer = FakeService({GetMouse=function(self)return FakeMouse end},Player)
- },"Players"),
- UserInputService = FakeService(UIS,"UserInputService"),
- ContextActionService = FakeService(CAS,"ContextActionService"),
- RunService = FakeService({
- _btrs = {},
- RenderStepped = RealGame:GetService("RunService").Heartbeat,
- BindToRenderStep = function(self,name,_,fun)
- self._btrs[name] = self.Heartbeat:Connect(fun)
- end,
- UnbindFromRenderStep = function(self,name)
- self._btrs[name]:Disconnect()
- end,
- },"RunService")
- }
- rawset(FakeGame.Players,"localPlayer",FakeGame.Players.LocalPlayer)
- FakeGame.service = FakeGame.GetService
- FakeService(FakeGame,game)
- --Changing owner to fake player object to support owner:GetMouse()
- game,owner = FakeGame,FakeGame.Players.LocalPlayer
- end
- local me = game.Players.LocalPlayer
- local mouse = me:GetMouse()
- local char = me.Character
- local hum = char:FindFirstChild('Humanoid')
- local hd = char:FindFirstChild('Head')
- local ts = char:FindFirstChild('Torso') or char:FindFirstChild('UpperTorso')
- local ra = char:FindFirstChild('Right Arm') or char:FindFirstChild('RightUpperArm')
- local la = char:FindFirstChild('Left Arm') or char:FindFirstChild('LeftUpperArm')
- local rl = char:FindFirstChild('Right Leg') or char:FindFirstChild('RightUpperLeg')
- local ll = char:FindFirstChild('Left Leg') or char:FindFirstChild('LeftUpperLeg')
- local root = char:FindFirstChild('HumanoidRootPart')
- local rj = root:FindFirstChild('RootJoint')
- local rs = ts:FindFirstChild('Right Shoulder')
- local ls = ts:FindFirstChild('Left Shoulder')
- local rh = ts:FindFirstChild('Right Hip')
- local lh = ts:FindFirstChild('Left Hip')
- local nk = ts:FindFirstChild('Neck')
- local anim = char:FindFirstChild('Animate')
- local base = workspace:FindFirstChild('Baseplate') or workspace:FindFirstChild('Base')
- local cantimestop = true
- local cooldown = false
- local cc = workspace.CurrentCamera
- local cos = math.cos
- local sin = math.sin
- local rad = math.rad
- local rand = math.random
- local cfn = CFrame.new
- local cfa = CFrame.Angles
- local v3 = Vector3.new
- local str = string
- local unfreeze = {}
- local health = {}
- local connect = {}
- local sine = 0
- local effects = nil
- hum.WalkSpeed = 23
- if char:FindFirstChild('Effects') then
- effects = char:FindFirstChild('Effects')
- else
- effects = Instance.new('Folder', char)
- effects.Name = 'Effects'
- end
- ArtificialHB = Instance.new('BindableEvent', script)
- ArtificialHB.Name = 'Heartbeat'
- script:WaitForChild('Heartbeat')
- frame = 1 / 60
- tf = 0
- allowframeloss = false
- tossremainder = false
- lastframe = tick()
- script.Heartbeat:Fire()
- game:GetService('RunService').Heartbeat:connect(function(s, p)
- tf = tf + s
- if tf >= frame then
- if allowframeloss then
- script.Heartbeat:Fire()
- lastframe = tick()
- else
- for i = 1, math.floor(tf / frame) do
- script.Heartbeat:Fire()
- end
- lastframe = tick()
- end
- if tossremainder then
- tf = 0
- else
- tf = tf - frame * math.floor(tf / frame)
- end
- end
- end)
- function swait(t)
- if t == 0 or t == nil then
- script.Heartbeat.Event:Wait()
- else
- for i = 0, t do
- script.Heartbeat.Event:Wait()
- end
- end
- end
- function sound(id, parent, vol, pitch, timepos)
- local s = Instance.new('Sound')
- s.Parent = parent
- s.SoundId = id
- s.Volume = vol
- s.PlaybackSpeed = pitch
- s.TimePosition = timepos
- s:Play()
- game.Debris:AddItem(s, s.PlaybackSpeed + 5)
- end
- function camshake(duration, intensity)
- coroutine.wrap(function()
- for i = 1, duration do
- hum.CameraOffset = hum.CameraOffset:lerp(v3(rand(-1, 1), rand(-1, 1), rand(-1, 1)), 0.1 * intensity)
- swait()
- end
- hum.CameraOffset = v3(0, 0, 0)
- end)()
- end
- function findascendant(obj, class)
- local par = obj
- local ret = nil
- pcall(function()
- repeat
- par = par.Parent
- if par:IsA(class) then
- ret = par
- break
- end
- until par == nil
- end)
- return ret
- end
- local TimeStopSounds = {
- TimeStop = 'rbxassetid://2152227673';
- TimeResume = 'rbxassetid://864569342';
- }
- function timestop()
- cantimestop = false
- coroutine.wrap(function()
- local effect1 = Instance.new('Part', effects)
- effect1.Shape = 'Ball'
- effect1.Material = 'ForceField'
- effect1.Anchored = true
- effect1.CanCollide = false
- effect1.Size = v3(0, 0, 0)
- effect1.Transparency = 0
- sound(TimeStopSounds.TimeStop, ts, 5, 1, 0)
- for i,v in pairs(workspace:GetDescendants()) do
- if v:IsA('BasePart') then
- if not v.Anchored and not findascendant(v, 'Tool') and not findascendant(v, 'HopperBin') then
- if not v:IsDescendantOf(char) then
- v.Anchored = true
- table.insert(unfreeze, v)
- end
- end
- end
- if v:IsA('Sound') then
- if not v:IsDescendantOf(char) then
- if v.IsPlaying then
- v:Pause()
- table.insert(unfreeze, v)
- end
- end
- end
- if v:IsA('Humanoid') then
- local last = v.Health
- local always = last
- local e = v.HealthChanged:connect(function(hp)
- if last - hp > 0 then
- table.insert(health, {humanoid = v, change = last - hp})
- end
- last = hp
- v.Health = always
- end)
- table.insert(connect, e)
- end
- if v:IsA('BodyVelocity') then
- local lastforce = v.MaxForce
- v.MaxForce = v3(0, 0, 0)
- table.insert(unfreeze, {force = v, change = lastforce})
- end
- if v:IsA('BodyPosition') then
- local lastposition = v.MaxForce
- local lastD = v.D
- local lastP = v.P
- v.MaxForce = v3(0, 0, 0)
- v.D = 0
- v.P = 0
- table.insert(unfreeze, {position = v, change = lastposition, dchange = lastD, pchange = lastP})
- end
- if v:IsA('BodyForce') then
- local lastforce2 = v.Force
- v.Force = v3(0, 0, 0)
- table.insert(unfreeze, {force2 = v, fchange = lastforce2})
- end
- end
- ee = workspace.DescendantAdded:Connect(function(v)
- if v:IsA('BasePart') then
- if not v.Anchored and not findascendant(v, 'Tool') and not findascendant(v, 'HopperBin') then
- if not v:IsDescendantOf(char) then
- v.Anchored = true
- table.insert(unfreeze, v)
- end
- end
- end
- if v:IsA('Sound') then
- if not v:IsDescendantOf(char) then
- if v.IsPlaying then
- v:Pause()
- table.insert(unfreeze, v)
- end
- end
- end
- if v:IsA('Humanoid') then
- local last = v.Health
- local always = last
- local e = v.HealthChanged:connect(function(hp)
- if last - hp > 0 then
- table.insert(health, {humanoid = v, change = last - hp})
- end
- last = hp
- v.Health = always
- end)
- table.insert(connect, e)
- end
- end)
- coroutine.wrap(function()
- for i = 1, 10 do
- camshake(70, 2)
- swait(5)
- end
- end)()
- coroutine.wrap(function()
- for i = 1, 1000 do
- effect1.CFrame = ts.CFrame
- effect1.Size = effect1.Size:lerp(v3(50, 50, 50), 0.015)
- effect1.Transparency = effect1.Transparency + 0.010
- if effect1.Transparency >= 1 then
- effect1:Destroy()
- end
- swait()
- end
- end)()
- wait(0.5)
- local effect2 = Instance.new('Part', effects)
- local effect3 = Instance.new('Part', effects)
- effect3.Shape = 'Ball'
- effect3.Material = 'ForceField'
- effect3.Anchored = true
- effect3.CanCollide = false
- effect3.Size = v3(0, 0, 0)
- effect3.Transparency = 0
- effect2.Shape = 'Ball'
- effect2.Material = 'ForceField'
- effect2.Anchored = true
- effect2.CanCollide = false
- effect2.Size = v3(40, 40, 40)
- effect2.Transparency = 1
- coroutine.wrap(function()
- for i = 1, 15 do
- effect2.Transparency = effect2.Transparency - 0.11
- swait()
- end
- end)()
- coroutine.wrap(function()
- for i = 1, 1000 do
- effect3.CFrame = ts.CFrame
- effect3.Size = effect3.Size:lerp(v3(50, 50, 50), 0.015)
- effect3.Transparency = effect3.Transparency + 0.010
- if effect3.Transparency >= 1 then
- effect3:Destroy()
- end
- swait()
- end
- end)()
- for i = 1, 1000 do
- effect2.CFrame = ts.CFrame
- effect2.Size = effect2.Size:lerp(v3(0, 0, 0), 0.015)
- effect2.Transparency = effect2.Transparency + 0.015
- if effect2.Transparency >= 1 then
- effect2:Destroy()
- end
- swait()
- end
- end)()
- wait(1.5) -- cooldown
- cooldown = true
- end
- function timeresume()
- coroutine.wrap(function()
- sound(TimeStopSounds.TimeResume, ts, 5, 1, 0.15)
- coroutine.wrap(function()
- for i = 1, 10 do
- camshake(20, 0.3)
- swait(5)
- end
- end)()
- coroutine.wrap(function()
- wait(1.5)
- for i,v in pairs(unfreeze) do
- pcall(function()
- v.Anchored = false
- end)
- pcall(function()
- v:Resume()
- end)
- end
- for i,v in pairs(connect) do
- pcall(function()
- v:Disconnect()
- end)
- end
- for i,v in pairs(health) do
- pcall(function()
- local humanoid = v.humanoid
- humanoid.Health = humanoid.Health - v.change
- if humanoid.Parent:FindFirstChild('Health') then
- pcall(function()
- humanoid.Parent.Health.Disabled = false
- end)
- end
- end)
- end
- pcall(function()
- ee:Disconnect()
- end)
- health = {}
- unfreeze = {}
- end)()
- cantimestop = true
- end)()
- wait(1.5) -- cooldown
- cooldown = false
- end
- mouse.KeyDown:connect(function(key)
- if str.lower(key) == 'c' and cantimestop and cooldown == false then
- timestop()
- elseif str.lower(key) == 'c' and cantimestop == false and cooldown then
- timeresume()
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment