Advertisement
so50que

Saitama to The combat god

Jan 28th, 2025 (edited)
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 34.84 KB | None | 0 0
  1. local p = game.Players.LocalPlayer
  2. local Humanoid = p.Character:WaitForChild("Humanoid")
  3.  
  4. for _, animTrack in pairs(Humanoid:GetPlayingAnimationTracks()) do
  5.     animTrack:Stop()
  6. end
  7. function info(txt)
  8.     local ScreenGui = Instance.new("ScreenGui")
  9.     local MainFrame = Instance.new("Frame")
  10.     local Credits = Instance.new("TextLabel")
  11.     pcall(function() game.CoreGui.Revit:Destroy() end)
  12.     task.wait(.1)
  13.     ScreenGui.Parent = game.CoreGui
  14.     ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  15.     ScreenGui.IgnoreGuiInset = true
  16.     ScreenGui.ResetOnSpawn = false
  17.     ScreenGui.Name = 'Revit'
  18.     MainFrame.Name = "MainFrame"
  19.     MainFrame.Parent = ScreenGui
  20.     MainFrame.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  21.     MainFrame.BorderColor3 = Color3.fromRGB(255, 0, 0)
  22.    
  23.     spawn(function()
  24.         Credits.Parent = ScreenGui
  25.         Credits.Font=Enum.Font.Fondamento
  26.         Credits.TextColor3=Color3.new(1,0,0)
  27.         Credits.Position = UDim2.new(0,0,0,0)
  28.         Credits.TextSize = 35
  29.         Credits.Size = UDim2.new(1,0,.1,0)
  30.         Credits.Text = ''
  31.         Credits.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  32.         Credits.BackgroundTransparency = 0.5
  33.         Credits.BorderColor3 = Color3.fromRGB(255, 0, 0)
  34.     end)
  35.     function tw(var,s)
  36.         local a = ""
  37.         local s_l = #s
  38.         for i = 1, s_l do
  39.             local c = string.sub(s, i, i)
  40.             a = a .. c
  41.             var.Text = a
  42.             if c == "." then
  43.                 wait(.6)
  44.             elseif c == ";" then
  45.                 wait(.3)
  46.             elseif c == "," then
  47.                 wait(.3)
  48.             elseif c == "!" then
  49.                 wait(.3)
  50.             end
  51.             wait(.03)
  52.         end
  53.     end
  54.     tw(Credits,txt)
  55.     task.wait(1.5)
  56.     ScreenGui:Destroy()
  57. end
  58.  
  59. spawn(function()
  60.     info('You call that kung fu?')
  61. end)
  62.  
  63. local L = game:GetService("Lighting")
  64. local sky = L:FindFirstChild("Clear Blue Sky")
  65.  
  66. -- Ensure the effect was loaded properly
  67. if sky then
  68.     sky.CelestialBodiesShown = false
  69.     sky.SkyboxBk = "rbxassetid://15876597103"
  70.     sky.SkyboxDn = "rbxassetid://15876592775"
  71.     sky.SkyboxFt = "rbxassetid://15876640231"
  72.     sky.SkyboxLf = "rbxassetid://15876638420"
  73.     sky.SkyboxRt = "rbxassetid://15876595486"
  74.     sky.SkyboxUp = "rbxassetid://15876639348"
  75. end
  76.  
  77. local url = "https://raw.githubusercontent.com/Akjdja/D/refs/heads/main/Spawn.mp3" -- example
  78. local fileName = "Spawn.mp3"  -- You can name the file however you want
  79.  
  80. -- Always check and download the file
  81. if not isfile(fileName) then
  82.     writefile(fileName, game:HttpGet(url))
  83. end
  84.  
  85. -- Create a sound object and play it
  86. local sound = Instance.new("Sound")
  87. sound.SoundId = getcustomasset(fileName)  -- Load from custom asset
  88. sound.Volume = 2  -- Set volume to desired level
  89. sound.Looped = false  -- Set to false to prevent looping
  90. sound.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui") -- Parent to PlayerGui or Workspace
  91.  
  92. -- Play the sound
  93. sound:Play()
  94.  
  95. local AnimAnim = Instance.new("Animation")
  96. AnimAnim.AnimationId = "rbxassetid://180435792" -- Replace with your animation ID
  97.  
  98. local Anim = Humanoid:LoadAnimation(AnimAnim)
  99.  
  100. local startTime = 0
  101.  
  102. Anim:Play()
  103. Anim:AdjustSpeed(0)
  104. Anim.TimePosition = startTime
  105. Anim:AdjustSpeed(3)
  106. task.wait(0.5)
  107. Anim:Stop()
  108. Anim.Ended:Wait()
  109.  
  110. local AnimAnim2 = Instance.new("Animation")
  111. AnimAnim2.AnimationId = "rbxassetid://13801083337" -- Replace with your animation ID
  112.  
  113. local Anim2 = Humanoid:LoadAnimation(AnimAnim2)
  114.  
  115. local startTime = 0
  116.  
  117. wait(2)
  118.  
  119. function info(txt)
  120.     local ScreenGui = Instance.new("ScreenGui")
  121.     local MainFrame = Instance.new("Frame")
  122.     local Credits = Instance.new("TextLabel")
  123.     pcall(function() game.CoreGui.Revit:Destroy() end)
  124.     task.wait(.1)
  125.     ScreenGui.Parent = game.CoreGui
  126.     ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  127.     ScreenGui.IgnoreGuiInset = true
  128.     ScreenGui.ResetOnSpawn = false
  129.     ScreenGui.Name = 'Revit'
  130.     MainFrame.Name = "MainFrame"
  131.     MainFrame.Parent = ScreenGui
  132.     MainFrame.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  133.     MainFrame.BorderColor3 = Color3.fromRGB(255, 0, 0)
  134.    
  135.     spawn(function()
  136.         Credits.Parent = ScreenGui
  137.         Credits.Font=Enum.Font.Fondamento
  138.         Credits.TextColor3=Color3.new(1,0,0)
  139.         Credits.Position = UDim2.new(0,0,0,0)
  140.         Credits.TextSize = 35
  141.         Credits.Size = UDim2.new(1,0,.1,0)
  142.         Credits.Text = ''
  143.         Credits.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  144.         Credits.BackgroundTransparency = 0.5
  145.         Credits.BorderColor3 = Color3.fromRGB(255, 0, 0)
  146.     end)
  147.     function tw(var,s)
  148.         local a = ""
  149.         local s_l = #s
  150.         for i = 1, s_l do
  151.             local c = string.sub(s, i, i)
  152.             a = a .. c
  153.             var.Text = a
  154.             if c == "." then
  155.                 wait(.6)
  156.             elseif c == ";" then
  157.                 wait(.3)
  158.             elseif c == "," then
  159.                 wait(.3)
  160.             elseif c == "!" then
  161.                 wait(.3)
  162.             end
  163.             wait(.03)
  164.         end
  165.     end
  166.     tw(Credits,txt)
  167.     task.wait(1)
  168.     ScreenGui:Destroy()
  169. end
  170.  
  171. spawn(function()
  172.     info('Allow me...')
  173. end)
  174.  
  175. Anim2:Play()
  176. Anim2:AdjustSpeed(0)
  177. Anim2.TimePosition = startTime
  178. Anim2:AdjustSpeed(1)
  179. Anim2.Ended:Wait()
  180. wait(0.1)
  181.  
  182. -- //MOVES NAMES + FONT NEW UPDATE 🗣️🔥\\
  183.  
  184. local Players = game:GetService("Players")
  185. local player = Players.LocalPlayer
  186. local character = player.Character or player.CharacterAdded:Wait()
  187. local humanoid = character:WaitForChild("Humanoid")
  188.  
  189. local playerGui = player:WaitForChild("PlayerGui")
  190. local hotbar = playerGui:FindFirstChild("Hotbar")
  191. local backpack = hotbar:FindFirstChild("Backpack")
  192. local hotbarFrame = backpack:FindFirstChild("Hotbar")
  193.  
  194. local buttonData = {
  195.     {name = "1", text = "Wolf Strike", font = Enum.Font.SourceSans},
  196.     {name = "2", text = "Rapid Cut Flury", font = Enum.Font.SourceSans},
  197.     {name = "3", text = "Double Palm Strike", font = Enum.Font.SourceSans},
  198.     {name = "4", text = "Jab Breaker", font = Enum.Font.SourceSans},
  199. }
  200.  
  201. for _, data in pairs(buttonData) do
  202.     local baseButton = hotbarFrame:FindFirstChild(data.name).Base
  203.     local ToolName = baseButton.ToolName
  204.     ToolName.Text = data.text
  205.     ToolName.Font = data.font
  206. end
  207.  
  208. local function waitForGui()
  209.     while true do
  210.         local screenGui = playerGui:FindFirstChild("ScreenGui")
  211.         if screenGui then
  212.             local magicHealthFrame = screenGui:FindFirstChild("MagicHealth")
  213.             if magicHealthFrame then
  214.                 local textLabel = magicHealthFrame:FindFirstChild("TextLabel")
  215.                 if textLabel then
  216.                     textLabel.Text = "『TRUE KUNG FU』" -- //ULT NAME\\
  217.                     textLabel.Font = Enum.Font.Merriweather --//TEXT ULT FONT 🅰️\\
  218.                     hotbarFrame:WaitForChild("4").Base.Reuse.Visible = true
  219.                     hotbarFrame["4"].Base.Reuse.Text = "VARIANT"
  220.                     return
  221.                 end
  222.             end
  223.         end
  224.         wait(1)
  225.     end
  226. end
  227.  
  228. waitForGui()
  229.  
  230. -- Services
  231. local Players = game:GetService("Players")
  232. local TweenService = game:GetService("TweenService")
  233.  
  234. -- Local Player
  235. local player = Players.LocalPlayer
  236. local playerGui = player:WaitForChild("PlayerGui")
  237.  
  238. -- GUI and color adjustment function
  239. local function updateBarColor()
  240.     -- Find the ScreenGui on the screen
  241.     local screenGui = playerGui:FindFirstChild("ScreenGui")
  242.     if not screenGui then return end
  243.  
  244.     -- Find the MagicHealth Frame
  245.     local magicHealthFrame = screenGui:FindFirstChild("MagicHealth")
  246.     if not magicHealthFrame then return end
  247.  
  248.     -- Find the Health Frame
  249.     local healthFrame = magicHealthFrame:FindFirstChild("Health")
  250.     if not healthFrame then return end
  251.  
  252.     -- Find the Bar Frame
  253.     local barFrame = healthFrame:FindFirstChild("Bar")
  254.     if not barFrame then return end
  255.  
  256.     -- Find the ImageLabel with ImageColor3 property inside the Bar Frame
  257.     local imageLabel = barFrame:FindFirstChild("Bar")
  258.     if not imageLabel or not imageLabel:IsA("ImageLabel") then return end
  259.  
  260.     -- Set the color to yellow
  261.     imageLabel.ImageColor3 = Color3.fromRGB(200, 0, 0) -- Yellow
  262. end
  263.  
  264. -- Check the GUI again when the character resets
  265. local function onCharacterAdded(character)
  266.     -- Update the GUI
  267.     updateBarColor()
  268. end
  269.  
  270. -- Check the local player's character
  271. local function onPlayerAdded()
  272.     local character = player.Character or player.CharacterAdded:Wait()
  273.     onCharacterAdded(character)
  274.  
  275.     -- Check again when the character changes
  276.     player.CharacterAdded:Connect(onCharacterAdded)
  277. end
  278.  
  279. -- Check when the player is added
  280. Players.PlayerAdded:Connect(onPlayerAdded)
  281. if player then
  282.     onPlayerAdded()
  283. end
  284.  
  285. -- LocalScript inside StarterPlayerScripts
  286. local replacementAnimations = {
  287.     ["10469493270"] = "rbxassetid://15259161390",
  288.     ["10469630950"] = "rbxassetid://13390230973",
  289.     ["10469639222"] = "rbxassetid://13532604085",
  290.     ["10469643643"] = "rbxassetid://13491635433"
  291. }
  292.  
  293. local function onAnimationPlayed(animationTrack)
  294.     if player.Character and humanoid then
  295.         local animationId = animationTrack.Animation.AnimationId:match("%d+")
  296.         local replacementId = replacementAnimations[animationId]
  297.  
  298.         if replacementId then
  299.             animationTrack:Stop()
  300.  
  301.             local newAnimation = Instance.new("Animation")
  302.             newAnimation.AnimationId = replacementId
  303.             local newTrack = humanoid:LoadAnimation(newAnimation)
  304.             newTrack:Play()
  305.         end
  306.     end
  307. end
  308.  
  309. humanoid.AnimationPlayed:Connect(onAnimationPlayed)
  310.  
  311. -- Function to show the notification
  312. game:GetService("StarterGui"):SetCore("SendNotification", {
  313.     Title = "Saitama to Jun",
  314.     Text = "By Sundayo",
  315.     Icon = "rbxassetid://100333010891094",
  316.     Duration = 3 -- Duration in seconds
  317. })
  318.  
  319. --[[M1 ANIM]]
  320.  
  321. local player = game.Players.LocalPlayer
  322. local character = player.Character or player.CharacterAdded:Wait()
  323. local humanoid = character:WaitForChild("Humanoid")
  324. local animationId = 10469493270
  325.  
  326. -- Animation logic
  327. local function onAnimationPlayed(animationTrack)
  328.     if animationTrack.Animation.AnimationId == "rbxassetid://" .. animationId then
  329.         -- Stop all playing animations
  330.         for _, animTrack in pairs(humanoid:GetPlayingAnimationTracks()) do
  331.             animTrack:Stop()
  332.         end
  333.        
  334.         -- Create a new sound object
  335.         local sound = Instance.new("Sound")
  336.  
  337. -- Set the Sound ID (example Sound ID from Roblox library)
  338.         sound.SoundId = "rbxassetid://1306070008"  -- Replace with your Sound ID
  339.  
  340. -- Set other properties for the sound
  341.         sound.Volume = 2
  342.         sound.Looped = false  -- Set to true if you want the sound to loop
  343.         sound.PlayOnRemove = false
  344. -- Set the playback speed (change speed here)
  345.         local playbackSpeed = 1 -- Adjust playback speed (1 = normal, 1.5 = faster, 0.5 = slower)
  346.         sound.PlaybackSpeed = playbackSpeed
  347.  
  348. -- Parent the sound to the player's PlayerGui so it plays locally
  349.         sound.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  350.  
  351.         local Test = game.ReplicatedStorage.Resources.AtomicFX.particlesroot.Slash1
  352.         local test = Test:Clone()
  353.         test.Parent = game.Players.LocalPlayer.Character["HumanoidRootPart"]
  354.         test.CFrame = test.CFrame * CFrame.new(0, 0, 0) * CFrame.Angles(0, math.rad(0), -50)
  355.        
  356.         for _, child in ipairs(test:GetChildren()) do
  357.             if child:IsA("ParticleEmitter") then
  358.                 child.Color = ColorSequence.new(Color3.new(1, 1, 1))
  359.                 child:Emit(15)
  360.                 child.Enabled = true
  361.                 task.wait(0.2)
  362.                 sound:Play()
  363.                 test:Destroy()
  364.             end
  365.         end
  366.         -- Add your sound and particle effects below this line
  367.     end
  368. end
  369.  
  370. -- Connect the function to humanoid's animation played event
  371. humanoid.AnimationPlayed:Connect(onAnimationPlayed)
  372.  
  373. --[[END OF M1 ANIM]]
  374.  
  375. --[[M2 ANIM]]
  376.  
  377. local player = game.Players.LocalPlayer
  378. local character = player.Character or player.CharacterAdded:Wait()
  379. local humanoid = character:WaitForChild("Humanoid")
  380. local animationId = 10469630950
  381.  
  382. -- Animation logic
  383. local function onAnimationPlayed(animationTrack)
  384.     if animationTrack.Animation.AnimationId == "rbxassetid://" .. animationId then
  385.         -- Stop all playing animations
  386.         for _, animTrack in pairs(humanoid:GetPlayingAnimationTracks()) do
  387.             animTrack:Stop()
  388.         end
  389.        
  390.         -- Create a new sound object
  391.         local sound = Instance.new("Sound")
  392.  
  393. -- Set the Sound ID (example Sound ID from Roblox library)
  394.         sound.SoundId = "rbxassetid://127261807725481"  -- Replace with your Sound ID
  395.  
  396. -- Set other properties for the sound
  397.         sound.Volume = 3
  398.         sound.Looped = false  -- Set to true if you want the sound to loop
  399.         sound.PlayOnRemove = false
  400. -- Set the playback speed (change speed here)
  401.         local playbackSpeed = 1 -- Adjust playback speed (1 = normal, 1.5 = faster, 0.5 = slower)
  402.         sound.PlaybackSpeed = playbackSpeed
  403.  
  404. -- Parent the sound to the player's PlayerGui so it plays locally
  405.         sound.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  406.  
  407.         local Test = game.ReplicatedStorage.Resources.AtomicFX.particlesroot.Slash1
  408.         local test = Test:Clone()
  409.         test.Parent = game.Players.LocalPlayer.Character["HumanoidRootPart"]
  410.         test.CFrame = test.CFrame * CFrame.new(0, 0, 0) * CFrame.Angles(0.02, math.rad(0), 0)
  411.        
  412.         for _, child in ipairs(test:GetChildren()) do
  413.             if child:IsA("ParticleEmitter") then
  414.                 child.Color = ColorSequence.new(Color3.new(1, 1, 1))
  415.                 child:Emit(15)
  416.                 child.Enabled = true
  417.                 task.wait(0.2)
  418.                 sound:Play()
  419.                 test:Destroy()
  420.             end
  421.         end
  422.         -- Add your sound and particle effects below this line
  423.     end
  424. end
  425.  
  426. -- Connect the function to humanoid's animation played event
  427. humanoid.AnimationPlayed:Connect(onAnimationPlayed)
  428.  
  429. --[[END OF M2 ANIM]]
  430.  
  431. --[[WALL ANIM]]
  432.  
  433. local player = game.Players.LocalPlayer
  434. local character = player.Character or player.CharacterAdded:Wait()
  435. local humanoid = character:WaitForChild("Humanoid")
  436. local animationId = 15955393872
  437.  
  438. -- Animation logic
  439. local function onAnimationPlayed(animationTrack)
  440.     if animationTrack.Animation.AnimationId == "rbxassetid://" .. animationId then
  441.         -- Stop all playing animations
  442.         for _, animTrack in pairs(humanoid:GetPlayingAnimationTracks()) do
  443.             animTrack:Stop()
  444.         end
  445.        
  446.         -- Play new animation
  447.         local newAnim = Instance.new("Animation")
  448.         newAnim.AnimationId = "rbxassetid://15997042291"
  449.         local loadedAnim = humanoid:LoadAnimation(newAnim)
  450.        
  451.         local startTime = 0
  452.         loadedAnim:Play()
  453.         loadedAnim:AdjustSpeed(0.8)
  454.         loadedAnim.TimePosition = startTime
  455.         loadedAnim:AdjustSpeed(0.8)
  456.        
  457.         -- Create a new sound object
  458.         local sound = Instance.new("Sound")
  459.  
  460. -- Set the Sound ID (example Sound ID from Roblox library)
  461.         sound.SoundId = "rbxassetid://15997641783"  -- Replace with your Sound ID
  462.  
  463. -- Set other properties for the sound
  464.         sound.Volume = 2
  465.         sound.Looped = false  -- Set to true if you want the sound to loop
  466.         sound.PlayOnRemove = false
  467. -- Set the playback speed (change speed here)
  468.         local playbackSpeed = 0.8 -- Adjust playback speed (1 = normal, 1.5 = faster, 0.5 = slower)
  469.         sound.PlaybackSpeed = playbackSpeed
  470.  
  471. -- Parent the sound to the player's PlayerGui so it plays locally
  472.         sound.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  473.         sound:Play()
  474.         -- Add your sound and particle effects below this line
  475.         -- Create a new sound object
  476.         local sound2 = Instance.new("Sound")
  477.  
  478. -- Set the Sound ID (example Sound ID from Roblox library)
  479.         sound2.SoundId = "rbxassetid://15997640281"  -- Replace with your Sound ID
  480.  
  481. -- Set other properties for the sound
  482.         sound2.Volume = 2
  483.         sound2.Looped = false  -- Set to true if you want the sound to loop
  484.         sound2.PlayOnRemove = false
  485. -- Set the playback speed (change speed here)
  486.         local playbackSpeed = 0.8 -- Adjust playback speed (1 = normal, 1.5 = faster, 0.5 = slower)
  487.         sound2.PlaybackSpeed = playbackSpeed
  488.  
  489. -- Parent the sound to the player's PlayerGui so it plays locally
  490.         sound2.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  491.         sound2:Play()        
  492.     end
  493. end
  494.  
  495. -- Connect the function to humanoid's animation played event
  496. humanoid.AnimationPlayed:Connect(onAnimationPlayed)
  497.  
  498. --[[END OF WALL ANIM]]
  499.  
  500. --[[MOVE 1 ANIM]]
  501.  
  502. local player = game.Players.LocalPlayer
  503. local character = player.Character or player.CharacterAdded:Wait()
  504. local humanoid = character:WaitForChild("Humanoid")
  505. local animationId = 10468665991
  506.  
  507. loadstring(game:HttpGet('https://pastebin.com/raw/kpzCntGN'))()
  508. -- Animation logic
  509. local function onAnimationPlayed(animationTrack)
  510.     if animationTrack.Animation.AnimationId == "rbxassetid://" .. animationId then
  511.         -- Stop all playing animations
  512.         for _, animTrack in pairs(humanoid:GetPlayingAnimationTracks()) do
  513.             animTrack:Stop()
  514.         end
  515.      
  516.         -- Play new animation
  517.         local newAnim = Instance.new("Animation")
  518.         newAnim.AnimationId = "rbxassetid://18896127525"
  519.         local loadedAnim = humanoid:LoadAnimation(newAnim)
  520.        
  521.         local startTime = 0
  522.         loadedAnim:Play()
  523.         loadedAnim:AdjustSpeed(1.7)
  524.         loadedAnim.TimePosition = startTime
  525.         loadedAnim:AdjustSpeed(1.7)
  526.            
  527.         task.wait(0.5)
  528.         local Test = game:GetService("ReplicatedStorage").Resources.KJThrow.Toss.Toss["2"]
  529.         local test = Test:Clone()
  530.         test.Parent = game.Players.LocalPlayer.Character["HumanoidRootPart"]
  531.         test.CFrame = test.CFrame * CFrame.new(0, 0, 0) * CFrame.Angles(0, math.rad(0), 90)
  532.            
  533.         for _, child in ipairs(test:GetChildren()) do
  534.             if child:IsA("ParticleEmitter") then
  535.                    
  536.                 child.Color = ColorSequence.new(Color3.new(255, 0, 0))
  537.                 child:Emit(15)
  538.                 child.Enabled = true
  539.                 child.Rate = 1
  540.             end
  541.         end
  542.         local bd = Instance.new("BodyVelocity", character.HumanoidRootPart)
  543.         bd.MaxForce = Vector3.new(1, 0, 1) * 30000
  544.            
  545.         for count = 1,2 do
  546.             task.wait(0.1)
  547.             bd.Velocity = character.HumanoidRootPart.CFrame.lookVector * 350
  548.         end
  549.         task.wait(0.002)
  550.         test:Destroy()
  551.         task.wait(0.05)
  552.         bd:Destroy()
  553.         -- Add your sound and particle effects below this line
  554.     end
  555. end
  556.  
  557. -- Connect the function to humanoid's animation played event
  558. humanoid.AnimationPlayed:Connect(onAnimationPlayed)
  559.  
  560. --[[END OF MOVE 1 ANIM]]
  561.  
  562. -- move 2
  563.  
  564. local player = game.Players.LocalPlayer
  565. local character = player.Character or player.CharacterAdded:Wait()
  566. local humanoid = character:WaitForChild("Humanoid")
  567. local animationId = 10466974800
  568.  
  569. -- Animation logic
  570. local function onAnimationPlayed(animationTrack)
  571.     if animationTrack.Animation.AnimationId == "rbxassetid://" .. animationId then
  572.         -- Stop all playing animations
  573.         for _, animTrack in pairs(humanoid:GetPlayingAnimationTracks()) do
  574.             animTrack:Stop()
  575.         end
  576.        
  577.         -- Create a new sound object
  578.         local sound = Instance.new("Sound")
  579.  
  580. -- Set the Sound ID (example Sound ID from Roblox library)
  581.         sound.SoundId = "rbxassetid://15134096288"  -- Replace with your Sound ID
  582.  
  583. -- Set other properties for the sound
  584.         sound.Volume = 1
  585.         sound.Looped = false  -- Set to true if you want the sound to loop
  586.         sound.PlayOnRemove = false
  587. -- Set the playback speed (change speed here)
  588.         local playbackSpeed = 1.1 -- Adjust playback speed (1 = normal, 1.5 = faster, 0.5 = slower)
  589.         sound.PlaybackSpeed = playbackSpeed
  590.  
  591. -- Parent the sound to the player's PlayerGui so it plays locally
  592.         sound.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  593.  
  594.         -- Play new animation
  595.         local newAnim = Instance.new("Animation")
  596.         newAnim.AnimationId = "rbxassetid://15290930205"
  597.         local loadedAnim = humanoid:LoadAnimation(newAnim)
  598.        
  599.         local startTime = 0
  600.         loadedAnim:Play()
  601.         loadedAnim:AdjustSpeed(1.2)
  602.         loadedAnim.TimePosition = startTime
  603.         loadedAnim:AdjustSpeed(1.2)
  604.        
  605.       local ambatukam = game.Players.LocalPlayer.Character:WaitForChild("BarrageBind")
  606.       ambatukam:Destroy()
  607.      
  608.         task.wait(0.3)
  609.         local Test = game:GetService("ReplicatedStorage").Emotes.swordkillemote.Sword:GetChildren()[2].Attachment
  610.         local test = Test:Clone()
  611.        
  612.         test.Parent = game.Players.LocalPlayer.Character["HumanoidRootPart"]
  613.         test.CFrame = test.CFrame * CFrame.new(0, 0, -3) * CFrame.Angles(0, math.rad(0), 0)
  614.        
  615.         for _, child in ipairs(test:GetChildren()) do
  616.             if child:IsA("ParticleEmitter") then
  617.        
  618.                 child.Color = ColorSequence.new(Color3.new(1, 1, 1))
  619.                 child:Emit(1)
  620.                 child.Enabled = true
  621.                 sound:Play()
  622.                 task.wait(1.1)
  623.                 test:Destroy()
  624.             end
  625.         end
  626.        
  627.         -- Add your sound and particle effects below this line
  628.     end
  629. end
  630.  
  631. -- Connect the function to humanoid's animation played event
  632. humanoid.AnimationPlayed:Connect(onAnimationPlayed)
  633.  
  634. -- end of move 2
  635.  
  636. -- move 3
  637.  
  638. local player = game.Players.LocalPlayer
  639. local character = player.Character or player.CharacterAdded:Wait()
  640. local humanoid = character:WaitForChild("Humanoid")
  641. local animationId = 10471336737
  642.  
  643. -- Animation logic
  644. local function onAnimationPlayed(animationTrack)
  645.     if animationTrack.Animation.AnimationId == "rbxassetid://" .. animationId then
  646.         -- Stop all playing animations
  647.         for _, animTrack in pairs(humanoid:GetPlayingAnimationTracks()) do
  648.             animTrack:Stop()
  649.         end
  650.  
  651.         local url = "https://raw.githubusercontent.com/Akjdja/D/refs/heads/main/Kanji.mp3" -- example
  652.         local fileName = "Kanji.mp3"  -- You can name the file however you want
  653.        
  654.         -- Always check and download the file
  655.         if not isfile(fileName) then
  656.             writefile(fileName, game:HttpGet(url))
  657.         end
  658.                  -- Create a new sound object
  659.         local sound = Instance.new("Sound")
  660. -- Set the Sound ID (example Sound ID from Roblox library)
  661.         sound.SoundId = getcustomasset(fileName)
  662. -- Set other properties for the sound
  663.         sound.Volume = 0.5
  664.         sound.Looped = false  -- Set to true if you want the sound to loop
  665.         sound.PlayOnRemove = false
  666. -- Set the playback speed (change speed here)
  667.         local playbackSpeed = 1 -- Adjust playback speed (1 = normal, 1.5 = faster, 0.5 = slower)
  668.         sound.PlaybackSpeed = playbackSpeed
  669. -- Parent the sound to the player's PlayerGui so it plays locally
  670.         sound.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  671. -- Optionally, destroy the sound after it finishes playing
  672.         sound.Ended:Connect(function()
  673.             sound:Destroy()
  674.         end)
  675.        
  676.                  -- Create a new sound object
  677.         local sound2 = Instance.new("Sound")
  678.  
  679. -- Set the Sound ID (example Sound ID from Roblox library)
  680.         sound2.SoundId = "rbxassetid://12273059009"  -- Replace with your Sound ID
  681.  
  682. -- Set other properties for the sound
  683.         sound2.Volume = 5
  684.         sound2.Looped = false  -- Set to true if you want the sound to loop
  685.         sound2.PlayOnRemove = false
  686. -- Set the playback speed (change speed here)
  687.         local playbackSpeed = 1 -- Adjust playback speed (1 = normal, 1.5 = faster, 0.5 = slower)
  688.         sound2.PlaybackSpeed = playbackSpeed
  689.  
  690. -- Parent the sound to the player's PlayerGui so it plays locally
  691.         sound2.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  692. -- Optionally, destroy the sound after it finishes playing
  693.         sound2.Ended:Connect(function()
  694.             sound2:Destroy()
  695.         end)
  696.        
  697.         -- Play new animation
  698.         local newAnim = Instance.new("Animation")
  699.         newAnim.AnimationId = "rbxassetid://13603396939"
  700.         local loadedAnim = humanoid:LoadAnimation(newAnim)
  701.  
  702.         local startTime = 2
  703.         loadedAnim:Play()
  704.         loadedAnim:AdjustSpeed(1)
  705.         loadedAnim.TimePosition = startTime
  706.         loadedAnim:AdjustSpeed(1)
  707.        
  708.         local Test = game:GetService("ReplicatedStorage").Resources.RealDragonVfx.Kanji.Part.Attachment
  709.         local test = Test:Clone()
  710.         test.Parent = game.Players.LocalPlayer.Character["HumanoidRootPart"]
  711.         test.CFrame = test.CFrame * CFrame.new(4, 1, 0) * CFrame.Angles(0, math.rad(0), 0)
  712.        
  713.         for _, child in ipairs(test:GetChildren()) do
  714.             if child:IsA("ParticleEmitter") then
  715.                 child:Emit(1)
  716.                 child.Enabled = true
  717.                 child.Lifetime = NumberRange.new(0.5, 0.5)
  718.                 child.Rate = 2
  719.                 child.LockedToPart = true
  720.                 sound:Play()
  721.             end
  722.         end        
  723.        
  724.         task.wait(0.4)
  725.         sound2:Play()
  726.         local Test2 = game:GetService("ReplicatedStorage").Resources.KJEffects.lastkick.Attachment
  727.         local test2 = Test2:Clone()
  728.         test2.Parent = game.Players.LocalPlayer.Character["HumanoidRootPart"]
  729.         test2.CFrame = test2.CFrame * CFrame.new(0, 0, -2) * CFrame.Angles(0, math.rad(0), 0)
  730.        
  731.         for _, child in ipairs(test2:GetChildren()) do
  732.             if child:IsA("ParticleEmitter") then
  733.                 child:Emit(5)
  734.                 child.Enabled = true
  735.                 task.wait(1.5)
  736.                 test:Destroy()
  737.                 test2:Destroy()
  738.             end
  739.         end
  740.     end
  741. end
  742.  
  743. -- Connect the function to humanoid's animation played event
  744. humanoid.AnimationPlayed:Connect(onAnimationPlayed)
  745.  
  746. -- end of move 3
  747.  
  748. -- move 4
  749.  
  750. local player = game.Players.LocalPlayer
  751. local character = player.Character or player.CharacterAdded:Wait()
  752. local humanoid = character:WaitForChild("Humanoid")
  753. local animationId = 12510170988
  754.  
  755. -- Animation logic
  756. local function onAnimationPlayed(animationTrack)
  757.     if animationTrack.Animation.AnimationId == "rbxassetid://" .. animationId then
  758.         -- Stop all playing animations
  759.         for _, animTrack in pairs(humanoid:GetPlayingAnimationTracks()) do
  760.             animTrack:Stop()
  761.         end
  762.        
  763.         if humanoid:GetState() == Enum.HumanoidStateType.Freefall then
  764.             -- Play new animation
  765.             local newAnim = Instance.new("Animation")
  766.             newAnim.AnimationId = "rbxassetid://13497875049"
  767.             local loadedAnim = humanoid:LoadAnimation(newAnim)
  768.            
  769.             local startTime = 0
  770.             loadedAnim:Play()
  771.             loadedAnim:AdjustSpeed(1.2)
  772.             loadedAnim.TimePosition = startTime
  773.             loadedAnim:AdjustSpeed(1.2)
  774.         else
  775.             -- Play new animation
  776.             local newAnim = Instance.new("Animation")
  777.             newAnim.AnimationId = "rbxassetid://18179181663"
  778.             local loadedAnim = humanoid:LoadAnimation(newAnim)
  779.            
  780.             local startTime = 0
  781.             loadedAnim:Play()
  782.             loadedAnim:AdjustSpeed(1)
  783.             loadedAnim.TimePosition = startTime
  784.             loadedAnim:AdjustSpeed(1)
  785.         end
  786.         -- BodyVelocity kısmı
  787.         local humanoidRootPart = character:WaitForChild("HumanoidRootPart")
  788.        
  789.         local function onBodyVelocityAdded(bodyVelocity)
  790.             if bodyVelocity:IsA("BodyVelocity") then
  791.                 bodyVelocity.Velocity = Vector3.new(bodyVelocity.Velocity.X, 0, bodyVelocity.Velocity.Z)
  792.             end
  793.         end
  794.         character.DescendantAdded:Connect(onBodyVelocityAdded)
  795.     end
  796. end
  797.  
  798. -- Connect the function to humanoid's animation played event
  799. humanoid.AnimationPlayed:Connect(onAnimationPlayed)
  800.  
  801. -- end of move 4
  802.  
  803. -- ult anim
  804. local animationId = 12447707844 -- the animation ID that triggers the aura
  805. local player = game.Players.LocalPlayer
  806. local character = player.Character or player.CharacterAdded:Wait()
  807. local humanoid = character:WaitForChild("Humanoid")
  808.  
  809. -- Triggered when the animation is played
  810. local function onAnimationPlayed(animationTrack)
  811.     if animationTrack.Animation.AnimationId == "rbxassetid://" .. animationId then
  812.  
  813.         -- Stop all currently playing animations
  814.         local p = game.Players.LocalPlayer
  815.         local Humanoid = p.Character:WaitForChild("Humanoid")
  816.  
  817.         for _, animTrack in pairs(Humanoid:GetPlayingAnimationTracks()) do
  818.             animTrack:Stop()
  819.         end
  820.  
  821.         -- Load and play the specific ultimate animation
  822.         local AnimAnim = Instance.new("Animation")
  823.         AnimAnim.AnimationId = "rbxassetid://78521642007560" -- the specific animation
  824.  
  825.         local Anim = Humanoid:LoadAnimation(AnimAnim)
  826.        
  827.         local url = "https://raw.githubusercontent.com/Akjdja/D/refs/heads/main/Come.mp3" -- example
  828.         local fileName = "Come.mp3"  -- You can name the file however you want
  829.        
  830.         -- Always check and download the file
  831.         if not isfile(fileName) then
  832.             writefile(fileName, game:HttpGet(url))
  833.         end
  834.                  -- Create a new sound object
  835.         local sound = Instance.new("Sound")
  836. -- Set the Sound ID (example Sound ID from Roblox library)
  837.         sound.SoundId = getcustomasset(fileName)
  838. -- Set other properties for the sound
  839.         sound.Volume = 7
  840.         sound.Looped = false  -- Set to true if you want the sound to loop
  841.         sound.PlayOnRemove = false
  842. -- Set the playback speed (change speed here)
  843.         local playbackSpeed = 1 -- Adjust playback speed (1 = normal, 1.5 = faster, 0.5 = slower)
  844.         sound.PlaybackSpeed = playbackSpeed
  845. -- Parent the sound to the player's PlayerGui so it plays locally
  846.         sound.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  847. -- Optionally, destroy the sound after it finishes playing
  848.         sound.Ended:Connect(function()
  849.             sound:Destroy()
  850.         end)
  851.        
  852.         local startTime = 0 -- the specific start time for the animation
  853.         Anim:Play()
  854.         Anim:AdjustSpeed(0.5)  -- Set speed to 0 initially
  855.         Anim.TimePosition = startTime
  856.         Anim:AdjustSpeed(0.5)-- Restore speed after starting the animation
  857.        
  858.         local Test = game:GetService("ReplicatedStorage").Resources.SplitSecond.Final.Part.A0
  859.         local test = Test:Clone()
  860.         test.Parent = game.Players.LocalPlayer.Character["HumanoidRootPart"]
  861.         test.CFrame = test.CFrame * CFrame.new(0, 0, 0) * CFrame.Angles(0, math.rad(0), 0)
  862.        
  863.         for _, child in ipairs(test:GetChildren()) do
  864.             if child:IsA("ParticleEmitter") then
  865.                 child.Color = ColorSequence.new(Color3.new(1, 1, 1))
  866.                 child:Emit(15)
  867.                 child.Enabled = true
  868.                 child.Rate = 5
  869.                 child.Lifetime = NumberRange.new(0.1, 0.1)
  870.                 task.wait(0.2)
  871.                 test:Destroy()
  872.             end
  873.         end
  874.        
  875.         local Test2 = game:GetService("ReplicatedStorage").Resources.DogVariant.Head["1"]
  876.         local test2 = Test2:Clone()
  877.         test2.Parent = game.Players.LocalPlayer.Character["Head"]
  878.         test2.CFrame = test2.CFrame * CFrame.new(0.1, 0.2, 0) * CFrame.Angles(0, math.rad(0), 0)
  879.        
  880.         for _, child in ipairs(test2:GetChildren()) do
  881.             if child:IsA("ParticleEmitter") then
  882.                
  883.                 child.Color = ColorSequence.new(Color3.new(130, 0, 0))
  884.                 child:Emit(15)
  885.                 child.Enabled = true
  886.             end
  887.         end
  888.        
  889.         local Test3 = game:GetService("ReplicatedStorage").Resources.DogVariant.Head["2"]
  890.         local test3 = Test3:Clone()
  891.         test3.Parent = game.Players.LocalPlayer.Character["Head"]
  892.         test3.CFrame = test3.CFrame * CFrame.new(-0.1, 0.2, 0) * CFrame.Angles(0, math.rad(0), 0)
  893.        
  894.         for _, child in ipairs(test3:GetChildren()) do
  895.             if child:IsA("ParticleEmitter") then
  896.                 child.Color = ColorSequence.new(Color3.new(130, 0, 0))
  897.                 child:Emit(15)
  898.                 child.Enabled = true
  899.             end
  900.         end
  901.         task.wait(0.7)
  902.         sound:Play()
  903.        
  904.         function info(txt)
  905.             local ScreenGui = Instance.new("ScreenGui")
  906.             local MainFrame = Instance.new("Frame")
  907.             local Credits = Instance.new("TextLabel")
  908.             pcall(function() game.CoreGui.Revit:Destroy()
  909.                
  910.             end)
  911.             task.wait(.1)
  912.             ScreenGui.Parent = game.CoreGui
  913.             ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  914.             ScreenGui.IgnoreGuiInset = true
  915.             ScreenGui.ResetOnSpawn = false
  916.             ScreenGui.Name = 'Revit'
  917.             MainFrame.Name = "MainFrame"
  918.             MainFrame.Parent = ScreenGui
  919.             MainFrame.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  920.             MainFrame.BorderColor3 = Color3.fromRGB(255, 0, 0)
  921.            
  922.             spawn(function()
  923.                 Credits.Parent = ScreenGui
  924.                 Credits.Font=Enum.Font.Fondamento
  925.                 Credits.TextColor3=Color3.new(255,0,0)
  926.                 Credits.Position = UDim2.new(0,0,0,0)
  927.                 Credits.TextSize = 35
  928.                 Credits.Size = UDim2.new(1,0,.1,0)
  929.                 Credits.Text = 'bgd'
  930.                 Credits.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  931.                 Credits.BackgroundTransparency = 0.5
  932.                 Credits.BorderSizePixel = 10
  933.                 Credits.BorderColor3 = Color3.fromRGB(130, 0, 0)
  934.             end)
  935.             function tw(var,s)
  936.                 local a = ""
  937.                 local s_l = #s
  938.                 for i = 1, s_l do
  939.                     local c = string.sub(s, i, i)
  940.                     a = a .. c
  941.                     var.Text = a
  942.                     if c == "." then
  943.                         wait(.6)
  944.                     elseif c == ";" then
  945.                         wait(.3)
  946.                     elseif c == "," then
  947.                         wait(.3)
  948.                     elseif c == "!" then
  949.                         wait(.3)
  950.                     end
  951.                     wait(.1)
  952.                 end
  953.             end
  954.             tw(Credits,txt)
  955.             task.wait(1.5)
  956.             ScreenGui:Destroy()
  957.             test2:Destroy()
  958.             test3:Destroy()
  959.         end
  960.        
  961.         spawn(function()
  962.             info("Come")
  963.         end)
  964.     end
  965. end
  966.  
  967. -- Connect to the AnimationPlayed event
  968. humanoid.AnimationPlayed:Connect(onAnimationPlayed)
  969.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement