Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- game.StarterGui:SetCore("SendNotification", {
- Title = "Garou to Gojo";
- Text = "By Asteroid Destroyer";
- Duration = 5;
- Icon = "rbxassetid://0"; -- leave it like that if you don't want the icon
- })
- -- --Move & Ultimate
- local player = game.Players.LocalPlayer
- local playerGui = player.PlayerGui
- local hotbar = playerGui:FindFirstChild("Hotbar")
- local backpack = hotbar:FindFirstChild("Backpack")
- local hotbarFrame = backpack:FindFirstChild("Hotbar")
- local baseButton = hotbarFrame:FindFirstChild("1").Base
- local ToolName = baseButton.ToolName
- ToolName.Text = "Limitless Combo"
- local animationId = 12273188754
- local player = game.Players.LocalPlayer
- local character = player.Character or player.CharacterAdded:Wait()
- local humanoid = character:WaitForChild("Humanoid")
- local function onAnimationPlayed(animationTrack)
- if animationTrack.Animation.AnimationId == "rbxassetid://" .. animationId then
- local p = game.Players.LocalPlayer
- local Humanoid = p.Character:WaitForChild("Humanoid")
- for _, animTrack in pairs(Humanoid:GetPlayingAnimationTracks()) do
- animTrack:Stop()
- end
- local AnimAnim = Instance.new("Animation")
- AnimAnim.AnimationId = "rbxassetid://13560306510"
- local Anim = Humanoid:LoadAnimation(AnimAnim)
- local startTime = 0
- Anim:Play()
- Anim:AdjustSpeed(0.1)
- Anim.TimePosition = startTime
- Anim:AdjustSpeed(0.9)
- end
- end
- local player = game.Players.LocalPlayer
- local playerGui = player.PlayerGui
- local hotbar = playerGui:FindFirstChild("Hotbar")
- local backpack = hotbar:FindFirstChild("Backpack")
- local hotbarFrame = backpack:FindFirstChild("Hotbar")
- local baseButton = hotbarFrame:FindFirstChild("2").Base
- local ToolName = baseButton.ToolName
- ToolName.Text = "Air Dropper"
- local player = game.Players.LocalPlayer
- local playerGui = player.PlayerGui
- local hotbar = playerGui:FindFirstChild("Hotbar")
- local backpack = hotbar:FindFirstChild("Backpack")
- local hotbarFrame = backpack:FindFirstChild("Hotbar")
- local baseButton = hotbarFrame:FindFirstChild("3").Base
- local ToolName = baseButton.ToolName
- ToolName.Text = "Blue Kick"
- local animationId = 10468665991
- local player = game.Players.LocalPlayer
- local character = player.Character or player.CharacterAdded:Wait()
- local humanoid = character:WaitForChild("Humanoid")
- local function onAnimationPlayed(animationTrack)
- if animationTrack.Animation.AnimationId == "rbxassetid://" .. animationId then
- local p = game.Players.LocalPlayer
- local Humanoid = p.Character:WaitForChild("Humanoid")
- for _, animTrack in pairs(Humanoid:GetPlayingAnimationTracks()) do
- animTrack:Stop()
- end
- local AnimAnim = Instance.new("Animation")
- AnimAnim.AnimationId = "rbxassetid://17838006839"
- local Anim = Humanoid:LoadAnimation(AnimAnim)
- local startTime = 0
- Anim:Play()
- Anim:AdjustSpeed(0.1)
- Anim.TimePosition = startTime
- Anim:AdjustSpeed(0.9)
- end
- end
- local player = game.Players.LocalPlayer
- local playerGui = player.PlayerGui
- local hotbar = playerGui:FindFirstChild("Hotbar")
- local backpack = hotbar:FindFirstChild("Backpack")
- local hotbarFrame = backpack:FindFirstChild("Hotbar")
- local baseButton = hotbarFrame:FindFirstChild("4").Base
- local ToolName = baseButton.ToolName
- ToolName.Text = "Counter"
- local Players = game:GetService("Players")
- local player = Players.LocalPlayer
- local playerGui = player:WaitForChild("PlayerGui")
- local function findGuiAndSetText()
- local screenGui = playerGui:FindFirstChild("ScreenGui")
- if screenGui then
- local magicHealthFrame = screenGui:FindFirstChild("MagicHealth")
- if magicHealthFrame then
- local textLabel = magicHealthFrame:FindFirstChild("TextLabel")
- if textLabel then
- textLabel.Text = "BEYOND INFINITY"
- end
- end
- end
- end
- playerGui.DescendantAdded:Connect(findGuiAndSetText)
- findGuiAndSetText()
- --[[Animations]]
- --[[Move 1]]
- local animationId = 10468665991
- local player = game.Players.LocalPlayer
- local character = player.Character or player.CharacterAdded:Wait()
- local humanoid = character:WaitForChild("Humanoid")
- local function onAnimationPlayed(animationTrack)
- if animationTrack.Animation.AnimationId == "rbxassetid://" .. animationId then
- local p = game.Players.LocalPlayer
- local Humanoid = p.Character:WaitForChild("Humanoid")
- for _, animTrack in pairs(Humanoid:GetPlayingAnimationTracks()) do
- animTrack:Stop()
- end
- local AnimAnim = Instance.new("Animation")
- AnimAnim.AnimationId = "rbxassetid://17838006839"
- local Anim = Humanoid:LoadAnimation(AnimAnim)
- local startTime = 0
- Anim:Play()
- Anim:AdjustSpeed(0.1)
- Anim.TimePosition = startTime
- Anim:AdjustSpeed(0.9)
- local Test = game.ReplicatedStorage.Resources.Sneeze.im1.im1.Attachment
- local test = Test:Clone()
- test.Parent = game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart")
- for _, child in ipairs(test:GetChildren()) do
- if child:IsA("ParticleEmitter") then
- child.Color = ColorSequence.new(Color3.new(0, 1, 1))
- child:Emit(15)
- child.Enabled = true
- end
- end
- end
- end
- --[[END OF MOVE 1 ANIM]]
- --[[Move 2]]
- humanoid.AnimationPlayed:Connect(onAnimationPlayed)
- local animationId = 12273188754
- local player = game.Players.LocalPlayer
- local character = player.Character or player.CharacterAdded:Wait()
- local humanoid = character:WaitForChild("Humanoid")
- local function onAnimationPlayed(animationTrack)
- if animationTrack.Animation.AnimationId == "rbxassetid://" .. animationId then
- local p = game.Players.LocalPlayer
- local Humanoid = p.Character:WaitForChild("Humanoid")
- for _, animTrack in pairs(Humanoid:GetPlayingAnimationTracks()) do
- animTrack:Stop()
- end
- local AnimAnim = Instance.new("Animation")
- AnimAnim.AnimationId = "rbxassetid://13560306510"
- local Anim = Humanoid:LoadAnimation(AnimAnim)
- local startTime = 0
- Anim:Play()
- Anim:AdjustSpeed(1)
- Anim.TimePosition = startTime
- Anim:AdjustSpeed(2.6)
- end
- end
- --[[END OF MOVE 2 ANIM]]
- --[[Move 3]]
- humanoid.AnimationPlayed:Connect(onAnimationPlayed)
- local animationId = 12296113986
- local player = game.Players.LocalPlayer
- local character = player.Character or player.CharacterAdded:Wait()
- local humanoid = character:WaitForChild("Humanoid")
- local function onAnimationPlayed(animationTrack)
- if animationTrack.Animation.AnimationId == "rbxassetid://" .. animationId then
- local p = game.Players.LocalPlayer
- local Humanoid = p.Character:WaitForChild("Humanoid")
- for _, animTrack in pairs(Humanoid:GetPlayingAnimationTracks()) do
- animTrack:Stop()
- end
- -- best Cframe fly function
- coroutine.wrap(function()
- local Players = game:GetService("Players")
- local player = game.Players.LocalPlayer
- local RunService = game:GetService("RunService")
- local Workspace = game:GetService("Workspace")
- local Camera = Workspace.CurrentCamera
- local character = player.Character or player.CharacterAdded:Wait()
- local humanoidRootPart = character:WaitForChild("HumanoidRootPart")
- local normalGravity = Workspace.Gravity
- local spinSpeed = 800
- local spinDuration = 1.5
- local initialRadius = 100
- local finalRadius = 1
- local riseHeight = 200
- local riseDuration = 3
- local function getNearestHumanoid()
- local nearestHumanoid, shortestDistance
- for _, descendant in ipairs(Workspace.Live:GetDescendants()) do
- if descendant:IsA("Humanoid") and descendant.Parent.Name ~= game.Players.LocalPlayer.Character.Name then
- local humanoidRoot = descendant.Parent:FindFirstChild("HumanoidRootPart")
- if humanoidRoot then
- local distance = (humanoidRootPart.Position - humanoidRoot.Position).Magnitude
- if not nearestHumanoid or distance < shortestDistance then
- nearestHumanoid, shortestDistance = humanoidRoot, distance
- end
- end
- end
- end
- return nearestHumanoid
- end
- local function spinAndRise()
- Workspace.Gravity = 0
- local startTime = tick()
- local originalPosition = humanoidRootPart.Position
- local nearestHumanoid = getNearestHumanoid()
- while tick() - startTime < spinDuration do
- local elapsedTime = tick() - startTime
- local angle = math.rad(spinSpeed) * elapsedTime
- local progress = elapsedTime / spinDuration
- local currentRadius = initialRadius + (finalRadius - initialRadius) * progress
- local xOffset, zOffset = math.cos(angle) * currentRadius, math.sin(angle) * currentRadius
- local riseAmount = math.min(riseHeight * elapsedTime / riseDuration, riseHeight)
- local newPosition = originalPosition + Vector3.new(xOffset, riseAmount, zOffset)
- if nearestHumanoid then
- humanoidRootPart.CFrame = CFrame.new(newPosition, nearestHumanoid.Position)
- else
- humanoidRootPart.Position = newPosition
- end
- RunService.Stepped:Wait()
- end
- Workspace.Gravity = normalGravity
- end
- spinAndRise()
- end)()
- local AnimAnim = Instance.new("Animation")
- AnimAnim.AnimationId = "rbxassetid://17278415853"
- local Anim = Humanoid:LoadAnimation(AnimAnim)
- local startTime = 1.3
- Anim:Play()
- Anim:AdjustSpeed(0)
- Anim.TimePosition = startTime
- Anim:AdjustSpeed(1)
- delay(2.8, function()
- Anim:Stop()
- end)
- end
- end
- --[[END OF MOVE 3 ANIM]]
- --[[Move 4]]
- humanoid.AnimationPlayed:Connect(onAnimationPlayed)
- local animationId = 12309835105
- local player = game.Players.LocalPlayer
- local character = player.Character or player.CharacterAdded:Wait()
- local humanoid = character:WaitForChild("Humanoid")
- local function onAnimationPlayed(animationTrack)
- if animationTrack.Animation.AnimationId == "rbxassetid://" .. animationId then
- local p = game.Players.LocalPlayer
- local Humanoid = p.Character:WaitForChild("Humanoid")
- for _, animTrack in pairs(Humanoid:GetPlayingAnimationTracks()) do
- animTrack:Stop()
- end
- local AnimAnim = Instance.new("Animation")
- AnimAnim.AnimationId = "rbxassetid://13083332742"
- local Anim = Humanoid:LoadAnimation(AnimAnim)
- local startTime = 1.7
- Anim:Play()
- Anim:AdjustSpeed(0)
- Anim.TimePosition = startTime
- Anim:AdjustSpeed(1.4)
- local player = game.Players.LocalPlayer
- repeat wait() until player.Character
- local character = player.Character or player.CharacterAdded:Wait()
- local humanoid = character:WaitForChild("Humanoid")
- local ReplicatedStorage = game:GetService("ReplicatedStorage")
- -- Messages to send
- local messages = {"Ao!"}
- local function sendMessage(text)
- ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer(text, "All")
- end
- for _, message in ipairs(messages) do
- sendMessage(message)
- wait(1.7) -- Wait time for each message
- end
- end
- end
- --[[END OF MOVE 4 ANIM]]
- --[[Wall combo]]
- humanoid.AnimationPlayed:Connect(onAnimationPlayed)
- local animationId = 18716197426
- local player = game.Players.LocalPlayer
- local character = player.Character or player.CharacterAdded:Wait()
- local humanoid = character:WaitForChild("Humanoid")
- local function onAnimationPlayed(animationTrack)
- if animationTrack.Animation.AnimationId == "rbxassetid://" .. animationId then
- local p = game.Players.LocalPlayer
- local Humanoid = p.Character:WaitForChild("Humanoid")
- for _, animTrack in pairs(Humanoid:GetPlayingAnimationTracks()) do
- animTrack:Stop()
- end
- local AnimAnim = Instance.new("Animation")
- AnimAnim.AnimationId = "rbxassetid://18903642853"
- local Anim = Humanoid:LoadAnimation(AnimAnim)
- local startTime = 0.05
- Anim:Play()
- Anim:AdjustSpeed(0)
- Anim.TimePosition = startTime
- Anim:AdjustSpeed(1)
- end
- end
- --[[END OF WALL COMBO ANIM]]
- --[[Ult Activation]]
- humanoid.AnimationPlayed:Connect(onAnimationPlayed)
- local animationId = 12447707844
- local player = game.Players.LocalPlayer
- local character = player.Character or player.CharacterAdded:Wait()
- local humanoid = character:WaitForChild("Humanoid")
- local function onAnimationPlayed(animationTrack)
- if animationTrack.Animation.AnimationId == "rbxassetid://" .. animationId then
- local p = game.Players.LocalPlayer
- local Humanoid = p.Character:WaitForChild("Humanoid")
- for _, animTrack in pairs(Humanoid:GetPlayingAnimationTracks()) do
- animTrack:Stop()
- end
- local AnimAnim = Instance.new("Animation")
- AnimAnim.AnimationId = "rbxassetid://10469643643"
- local Anim = Humanoid:LoadAnimation(AnimAnim)
- local startTime = 0
- Anim:Play()
- Anim:AdjustSpeed(0)
- Anim.TimePosition = startTime
- Anim:AdjustSpeed(1)
- end
- end
- --[[END OF ULT ACTIVATION ANIM]]
- --[[Move 5]]
- local animationId = 12460977270
- local player = game.Players.LocalPlayer
- local character = player.Character or player.CharacterAdded:Wait()
- local humanoid = character:WaitForChild("Humanoid")
- local function onAnimationPlayed(animationTrack)
- if animationTrack.Animation.AnimationId == "rbxassetid://" .. animationId then
- local p = game.Players.LocalPlayer
- local Humanoid = p.Character:WaitForChild("Humanoid")
- for _, animTrack in pairs(Humanoid:GetPlayingAnimationTracks()) do
- animTrack:Stop()
- end
- local AnimAnim = Instance.new("Animation")
- AnimAnim.AnimationId = "rbxassetid://18896229321"
- local Anim = Humanoid:LoadAnimation(AnimAnim)
- local startTime = 0
- Anim:Play()
- Anim:AdjustSpeed(0.1)
- Anim.TimePosition = startTime
- Anim:AdjustSpeed(2.4)
- end
- end
- --[[END OF MOVE 5 ANIM]]
- --[[Move 6]]
- humanoid.AnimationPlayed:Connect(onAnimationPlayed)
- local animationId = 14057231976
- local player = game.Players.LocalPlayer
- local character = player.Character or player.CharacterAdded:Wait()
- local humanoid = character:WaitForChild("Humanoid")
- local function onAnimationPlayed(animationTrack)
- if animationTrack.Animation.AnimationId == "rbxassetid://" .. animationId then
- local p = game.Players.LocalPlayer
- local Humanoid = p.Character:WaitForChild("Humanoid")
- for _, animTrack in pairs(Humanoid:GetPlayingAnimationTracks()) do
- animTrack:Stop()
- end
- local AnimAnim = Instance.new("Animation")
- AnimAnim.AnimationId = "rbxassetid://18464372850"
- local Anim = Humanoid:LoadAnimation(AnimAnim)
- local startTime = 0
- Anim:Play()
- Anim:AdjustSpeed(1)
- Anim.TimePosition = startTime
- Anim:AdjustSpeed(1.9)
- end
- end
- --[[END OF MOVE 6 ANIM]]
- --[[Move 7]]
- humanoid.AnimationPlayed:Connect(onAnimationPlayed)
- local animationId = 12467789963
- local player = game.Players.LocalPlayer
- local character = player.Character or player.CharacterAdded:Wait()
- local humanoid = character:WaitForChild("Humanoid")
- local function onAnimationPlayed(animationTrack)
- if animationTrack.Animation.AnimationId == "rbxassetid://" .. animationId then
- local p = game.Players.LocalPlayer
- local Humanoid = p.Character:WaitForChild("Humanoid")
- for _, animTrack in pairs(Humanoid:GetPlayingAnimationTracks()) do
- animTrack:Stop()
- end
- local AnimAnim = Instance.new("Animation")
- AnimAnim.AnimationId = "rbxassetid://13071982935"
- local Anim = Humanoid:LoadAnimation(AnimAnim)
- local startTime = 2.6
- Anim:Play()
- Anim:AdjustSpeed(0)
- Anim.TimePosition = startTime
- Anim:AdjustSpeed(1.2)
- delay(1.6,function()
- Anim:Stop()
- end)
- end
- end
- --[[END OF MOVE 7 ANIM]]
- --[[Move 8]]
- humanoid.AnimationPlayed:Connect(onAnimationPlayed)
- local animationId = 12463072679
- local player = game.Players.LocalPlayer
- local character = player.Character or player.CharacterAdded:Wait()
- local humanoid = character:WaitForChild("Humanoid")
- local function onAnimationPlayed(animationTrack)
- if animationTrack.Animation.AnimationId == "rbxassetid://" .. animationId then
- local p = game.Players.LocalPlayer
- local Humanoid = p.Character:WaitForChild("Humanoid")
- for _, animTrack in pairs(Humanoid:GetPlayingAnimationTracks()) do
- animTrack:Stop()
- end
- local AnimAnim = Instance.new("Animation")
- AnimAnim.AnimationId = "rbxassetid://129651400898906"
- local Anim = Humanoid:LoadAnimation(AnimAnim)
- local startTime = 0
- Anim:Play()
- Anim:AdjustSpeed(0)
- Anim.TimePosition = startTime
- Anim:AdjustSpeed(1.3)
- end
- end
- --[[END OF MOVE 8 ANIM]]
- local Test = game.ReplicatedStorage.Resources.FiveSeasonsFX.CharFX.ArmFX
- local test = Test:Clone()
- test.Parent = game.Players.LocalPlayer.Character:WaitForChild("Right Arm")
- for _, child in ipairs(test:GetChildren()) do
- if child:IsA("ParticleEmitter") then
- child.Color = ColorSequence.new(Color3.new(0, 1, 1))
- child:Emit(15)
- child.Enabled = true
- end
- end
- local Test = game.ReplicatedStorage.Resources.FiveSeasonsFX.CharFX.ArmFX
- local test = Test:Clone()
- test.Parent = game.Players.LocalPlayer.Character:WaitForChild("Left Arm")
- for _, child in ipairs(test:GetChildren()) do
- if child:IsA("ParticleEmitter") then
- child.Color = ColorSequence.new(Color3.new(0, 1, 1))
- child:Emit(15)
- child.Enabled = true
- end
- end
- local Players = game:GetService("Players")
- local LocalPlayer = Players.LocalPlayer
- local Character = LocalPlayer.Character or LocalPlayer.CharacterAdded:Wait()
- local HumanoidRootPart = Character:WaitForChild("HumanoidRootPart")
- local JusticeLabel = Instance.new("BillboardGui", HumanoidRootPart)
- JusticeLabel.Size = UDim2.new(8, 0, 3, 0)
- JusticeLabel.StudsOffset = Vector3.new(0, 4, 0)
- JusticeLabel.AlwaysOnTop = true
- local JusticeText = Instance.new("TextLabel", JusticeLabel)
- JusticeText.Size = UDim2.new(1, 0, 1, 0)
- JusticeText.BackgroundTransparency = 1
- JusticeText.Text = "Strongest Of Today"
- JusticeText.TextColor3 = Color3.new(173,216,230)
- JusticeText.TextScaled = true
- JusticeText.Font = Enum.Font.Arcade
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement