Advertisement
lllkkklkk

SWEAT over saitama

Aug 26th, 2024
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.07 KB | None | 0 0
  1. local player = game.Players.LocalPlayer
  2.  
  3. local playerGui = player.PlayerGui
  4.  
  5. local hotbar = playerGui:FindFirstChild("Hotbar")
  6.  
  7. local backpack = hotbar:FindFirstChild("Backpack")
  8.  
  9. local hotbarFrame = backpack:FindFirstChild("Hotbar")
  10.  
  11. local baseButton = hotbarFrame:FindFirstChild("1").Base
  12.  
  13. local ToolName = baseButton.ToolName
  14.  
  15.  
  16. ToolName.Text = "No Sweat!"
  17.  
  18.  
  19. local player = game.Players.LocalPlayer
  20.  
  21. local playerGui = player.PlayerGui
  22.  
  23. local hotbar = playerGui:FindFirstChild("Hotbar")
  24.  
  25. local backpack = hotbar:FindFirstChild("Backpack")
  26.  
  27. local hotbarFrame = backpack:FindFirstChild("Hotbar")
  28.  
  29. local baseButton = hotbarFrame:FindFirstChild("2").Base
  30.  
  31. local ToolName = baseButton.ToolName
  32.  
  33.  
  34. ToolName.Text = "Give up already."
  35.  
  36.  
  37. local player = game.Players.LocalPlayer
  38.  
  39. local playerGui = player.PlayerGui
  40.  
  41. local hotbar = playerGui:FindFirstChild("Hotbar")
  42.  
  43. local backpack = hotbar:FindFirstChild("Backpack")
  44.  
  45. local hotbarFrame = backpack:FindFirstChild("Hotbar")
  46.  
  47. local baseButton = hotbarFrame:FindFirstChild("3").Base
  48.  
  49. local ToolName = baseButton.ToolName
  50.  
  51.  
  52. ToolName.Text = "type EZ"
  53.  
  54.  
  55. local player = game.Players.LocalPlayer
  56.  
  57. local playerGui = player.PlayerGui
  58.  
  59. local hotbar = playerGui:FindFirstChild("Hotbar")
  60.  
  61. local backpack = hotbar:FindFirstChild("Backpack")
  62.  
  63. local hotbarFrame = backpack:FindFirstChild("Hotbar")
  64.  
  65. local baseButton = hotbarFrame:FindFirstChild("4").Base
  66.  
  67. local ToolName = baseButton.ToolName
  68.  
  69.  
  70. ToolName.Text = "taking a break?"
  71.  
  72.  
  73. local Players = game:GetService("Players")
  74.  
  75. local player = Players.LocalPlayer
  76.  
  77. local playerGui = player:WaitForChild("PlayerGui")
  78.  
  79.  
  80. local function findGuiAndSetText()
  81.  
  82. local screenGui = playerGui:FindFirstChild("ScreenGui")
  83.  
  84. if screenGui then
  85.  
  86. local magicHealthFrame = screenGui:FindFirstChild("MagicHealth")
  87.  
  88. if magicHealthFrame then
  89.  
  90. local textLabel = magicHealthFrame:FindFirstChild("TextLabel")
  91.  
  92. if textLabel then
  93.  
  94. textLabel.Text = "TRUE SWEAT"
  95.  
  96. end
  97.  
  98. end
  99.  
  100. end
  101.  
  102. end
  103.  
  104.  
  105. playerGui.DescendantAdded:Connect(findGuiAndSetText)
  106.  
  107. findGuiAndSetText()
  108.  
  109.  
  110. local animationId = 10468665991
  111.  
  112.  
  113. local player = game.Players.LocalPlayer
  114.  
  115. local character = player.Character or player.CharacterAdded:Wait()
  116.  
  117. local humanoid = character:WaitForChild("Humanoid")
  118.  
  119.  
  120. local function onAnimationPlayed(animationTrack)
  121.  
  122. if animationTrack.Animation.AnimationId == "rbxassetid://" .. animationId then
  123.  
  124.  
  125. local p = game.Players.LocalPlayer
  126.  
  127. local Humanoid = p.Character:WaitForChild("Humanoid")
  128.  
  129.  
  130. for _, animTrack in pairs(Humanoid:GetPlayingAnimationTracks()) do
  131.  
  132. animTrack:Stop()
  133.  
  134. end
  135.  
  136.  
  137. local AnimAnim = Instance.new("Animation")
  138.  
  139. AnimAnim.AnimationId = "rbxassetid://15488553333"
  140.  
  141. local Anim = Humanoid:LoadAnimation(AnimAnim)
  142.  
  143.  
  144. local startTime = 1.8
  145.  
  146.  
  147. Anim:Play()
  148.  
  149. Anim:AdjustSpeed(0)
  150.  
  151. Anim.TimePosition = startTime
  152.  
  153. Anim:AdjustSpeed(1)
  154.  
  155.  
  156. end
  157.  
  158. end
  159.  
  160.  
  161. humanoid.AnimationPlayed:Connect(onAnimationPlayed)
  162.  
  163.  
  164. local animationId = 10466974800
  165.  
  166.  
  167. local player = game.Players.LocalPlayer
  168.  
  169. local character = player.Character or player.CharacterAdded:Wait()
  170.  
  171. local humanoid = character:WaitForChild("Humanoid")
  172.  
  173.  
  174. local function onAnimationPlayed(animationTrack)
  175.  
  176. if animationTrack.Animation.AnimationId == "rbxassetid://" .. animationId then
  177.  
  178.  
  179. local p = game.Players.LocalPlayer
  180.  
  181. local Humanoid = p.Character:WaitForChild("Humanoid")
  182.  
  183.  
  184. for _, animTrack in pairs(Humanoid:GetPlayingAnimationTracks()) do
  185.  
  186. animTrack:Stop()
  187.  
  188. end
  189.  
  190.  
  191. local AnimAnim = Instance.new("Animation")
  192.  
  193. AnimAnim.AnimationId = "rbxassetid://13801083337"
  194.  
  195. local Anim = Humanoid:LoadAnimation(AnimAnim)
  196.  
  197.  
  198. local startTime = 0
  199.  
  200.  
  201. Anim:Play()
  202.  
  203. Anim:AdjustSpeed(0)
  204.  
  205. Anim.TimePosition = startTime
  206.  
  207. Anim:AdjustSpeed(1.3)
  208.  
  209.  
  210. end
  211.  
  212. end
  213.  
  214.  
  215. humanoid.AnimationPlayed:Connect(onAnimationPlayed)
  216.  
  217.  
  218. local animationId = 10471336737
  219.  
  220.  
  221. local player = game.Players.LocalPlayer
  222.  
  223. local character = player.Character or player.CharacterAdded:Wait()
  224.  
  225. local humanoid = character:WaitForChild("Humanoid")
  226.  
  227.  
  228. local function onAnimationPlayed(animationTrack)
  229.  
  230. if animationTrack.Animation.AnimationId == "rbxassetid://" .. animationId then
  231.  
  232.  
  233. local p = game.Players.LocalPlayer
  234.  
  235. local Humanoid = p.Character:WaitForChild("Humanoid")
  236.  
  237.  
  238. for _, animTrack in pairs(Humanoid:GetPlayingAnimationTracks()) do
  239.  
  240. animTrack:Stop()
  241.  
  242. end
  243.  
  244.  
  245. local AnimAnim = Instance.new("Animation")
  246.  
  247. AnimAnim.AnimationId = "rbxassetid://14357783332"
  248.  
  249. local Anim = Humanoid:LoadAnimation(AnimAnim)
  250.  
  251.  
  252. local startTime = 0.5
  253.  
  254.  
  255. Anim:Play()
  256.  
  257. Anim:AdjustSpeed(0)
  258.  
  259. Anim.TimePosition = startTime
  260.  
  261. Anim:AdjustSpeed(1)
  262.  
  263.  
  264. delay(1.8, function()
  265.  
  266. Anim:Stop()
  267.  
  268. end)
  269.  
  270.  
  271. end
  272.  
  273. end
  274.  
  275.  
  276. humanoid.AnimationPlayed:Connect(onAnimationPlayed)
  277.  
  278.  
  279. local animationId = 12510170988
  280.  
  281.  
  282. local player = game.Players.LocalPlayer
  283.  
  284. local character = player.Character or player.CharacterAdded:Wait()
  285.  
  286. local humanoid = character:WaitForChild("Humanoid")
  287.  
  288.  
  289. local function onAnimationPlayed(animationTrack)
  290.  
  291. if animationTrack.Animation.AnimationId == "rbxassetid://" .. animationId then
  292.  
  293. local p = game.Players.LocalPlayer
  294.  
  295. local Humanoid = p.Character:WaitForChild("Humanoid")
  296.  
  297.  
  298. for _, animTrack in pairs(Humanoid:GetPlayingAnimationTracks()) do
  299.  
  300. animTrack:Stop()
  301.  
  302. end
  303.  
  304.  
  305. local AnimAnim = Instance.new("Animation")
  306.  
  307. AnimAnim.AnimationId = "rbxassetid://16039093008"
  308.  
  309. local Anim = Humanoid:LoadAnimation(AnimAnim)
  310.  
  311.  
  312. local startTime = 2
  313.  
  314.  
  315. Anim:Play()
  316.  
  317. Anim:AdjustSpeed(0)
  318.  
  319. Anim.TimePosition = startTime
  320.  
  321. Anim:AdjustSpeed(1)
  322.  
  323.  
  324. end
  325.  
  326. end
  327.  
  328. humanoid.AnimationPlayed:Connect(onAnimationPlayed)
  329.  
  330. local animationId = 11343318134
  331.  
  332.  
  333. local player = game.Players.LocalPlayer
  334.  
  335. local character = player.Character or player.CharacterAdded:Wait()
  336.  
  337. local humanoid = character:WaitForChild("Humanoid")
  338.  
  339.  
  340. local function onAnimationPlayed(animationTrack)
  341.  
  342. if animationTrack.Animation.AnimationId == "rbxassetid://" .. animationId then
  343.  
  344. local p = game.Players.LocalPlayer
  345.  
  346. local Humanoid = p.Character:WaitForChild("Humanoid")
  347.  
  348.  
  349. for _, animTrack in pairs(Humanoid:GetPlayingAnimationTracks()) do
  350.  
  351. animTrack:Stop()
  352.  
  353. end
  354.  
  355.  
  356. local AnimAnim = Instance.new("Animation")
  357.  
  358. AnimAnim.AnimationId = "rbxassetid://16598695404"
  359.  
  360. local Anim = Humanoid:LoadAnimation(AnimAnim)
  361.  
  362.  
  363. local startTime = 2
  364.  
  365. Anim:Play()
  366.  
  367. Anim:AdjustSpeed(0)
  368.  
  369. Anim.TimePosition = startTime
  370.  
  371. Anim:AdjustSpeed(0.5)
  372.  
  373.  
  374. end
  375.  
  376. end
  377.  
  378. humanoid.AnimationPlayed:Connect(onAnimationPlayed)
  379.  
  380. local animationId = 15955393872
  381.  
  382.  
  383. local player = game.Players.LocalPlayer
  384.  
  385. local character = player.Character or player.CharacterAdded:Wait()
  386.  
  387. local humanoid = character:WaitForChild("Humanoid")
  388.  
  389.  
  390. local function onAnimationPlayed(animationTrack)
  391.  
  392. if animationTrack.Animation.AnimationId == "rbxassetid://" .. animationId then
  393.  
  394. local p = game.Players.LocalPlayer
  395.  
  396. local Humanoid = p.Character:WaitForChild("Humanoid")
  397.  
  398.  
  399. for _, animTrack in pairs(Humanoid:GetPlayingAnimationTracks()) do
  400.  
  401. animTrack:Stop()
  402.  
  403. end
  404.  
  405.  
  406. local AnimAnim = Instance.new("Animation")
  407.  
  408. AnimAnim.AnimationId = "rbxassetid://13874287198"
  409.  
  410. local Anim = Humanoid:LoadAnimation(AnimAnim)
  411.  
  412.  
  413. local startTime = 0.05
  414.  
  415.  
  416. Anim:Play()
  417.  
  418. Anim:AdjustSpeed(0)
  419.  
  420. Anim.TimePosition = startTime
  421.  
  422. Anim:AdjustSpeed(1)
  423.  
  424.  
  425. end
  426.  
  427. end
  428.  
  429. humanoid.AnimationPlayed:Connect(onAnimationPlayed)
  430.  
  431. local animationId = 12983333733
  432.  
  433.  
  434. local player = game.Players.LocalPlayer
  435.  
  436. local character = player.Character or player.CharacterAdded:Wait()
  437.  
  438. local humanoid = character:WaitForChild("Humanoid")
  439.  
  440.  
  441. local function onAnimationPlayed(animationTrack)
  442.  
  443. if animationTrack.Animation.AnimationId == "rbxassetid://" .. animationId then
  444.  
  445. local p = game.Players.LocalPlayer
  446.  
  447. local Humanoid = p.Character:WaitForChild("Humanoid")
  448.  
  449.  
  450. for _, animTrack in pairs(Humanoid:GetPlayingAnimationTracks()) do
  451.  
  452. animTrack:Stop()
  453.  
  454. end
  455.  
  456.  
  457. local AnimAnim = Instance.new("Animation")
  458.  
  459. AnimAnim.AnimationId = "rbxassetid://13073745835"
  460.  
  461. local Anim = Humanoid:LoadAnimation(AnimAnim)
  462.  
  463.  
  464. local startTime = 0
  465.  
  466.  
  467. Anim:Play()
  468.  
  469. Anim:AdjustSpeed(0)
  470.  
  471. Anim.TimePosition = startTime
  472.  
  473. Anim:AdjustSpeed(0.2)
  474.  
  475.  
  476. end
  477.  
  478. end
  479.  
  480. humanoid.AnimationPlayed:Connect(onAnimationPlayed)
  481.  
  482.  
  483. local animationId = 10470104242
  484.  
  485.  
  486. local player = game.Players.LocalPlayer
  487.  
  488. local character = player.Character or player.CharacterAdded:Wait()
  489.  
  490. local humanoid = character:WaitForChild("Humanoid")
  491.  
  492.  
  493. local function onAnimationPlayed(animationTrack)
  494.  
  495. if animationTrack.Animation.AnimationId == "rbxassetid://" .. animationId then
  496.  
  497. local p = game.Players.LocalPlayer
  498.  
  499. local Humanoid = p.Character:WaitForChild("Humanoid")
  500.  
  501.  
  502. for _, animTrack in pairs(Humanoid:GetPlayingAnimationTracks()) do
  503.  
  504. animTrack:Stop()
  505.  
  506. end
  507.  
  508.  
  509. local AnimAnim = Instance.new("Animation")
  510.  
  511. AnimAnim.AnimationId = "rbxassetid://18614546390"
  512.  
  513. local Anim = Humanoid:LoadAnimation(AnimAnim)
  514.  
  515.  
  516. local startTime = 0
  517.  
  518.  
  519. Anim:Play()
  520.  
  521. Anim:AdjustSpeed(0)
  522.  
  523. Anim.TimePosition = startTime
  524.  
  525. Anim:AdjustSpeed(4)
  526.  
  527. end
  528.  
  529. end
  530.  
  531. humanoid.AnimationPlayed:Connect(onAnimationPlayed)
  532.  
  533.  
  534. local animationId = 10479335397
  535.  
  536.  
  537. local player = game.Players.LocalPlayer
  538.  
  539. local character = player.Character or player.CharacterAdded:Wait()
  540.  
  541. local humanoid = character:WaitForChild("Humanoid")
  542.  
  543.  
  544. local function onAnimationPlayed(animationTrack)
  545.  
  546. if animationTrack.Animation.AnimationId == "rbxassetid://" .. animationId then
  547.  
  548. local p = game.Players.LocalPlayer
  549.  
  550. local Humanoid = p.Character:WaitForChild("Humanoid")
  551.  
  552.  
  553. for _, animTrack in pairs(Humanoid:GetPlayingAnimationTracks()) do
  554.  
  555. animTrack:Stop()
  556.  
  557. end
  558.  
  559.  
  560. local AnimAnim = Instance.new("Animation")
  561.  
  562. AnimAnim.AnimationId = "rbxassetid://13874287198"
  563.  
  564. local Anim = Humanoid:LoadAnimation(AnimAnim)
  565.  
  566.  
  567. local startTime = 0
  568.  
  569.  
  570. Anim:Play()
  571.  
  572. Anim:AdjustSpeed(0)
  573.  
  574. Anim.TimePosition = startTime
  575.  
  576. Anim:AdjustSpeed(0.7)
  577.  
  578.  
  579. delay(1.2, function()
  580.  
  581. Anim:Stop()
  582.  
  583. end)
  584.  
  585.  
  586. end
  587.  
  588. end
  589.  
  590. humanoid.AnimationPlayed:Connect(onAnimationPlayed)
  591.  
  592.  
  593. local animationId = 10503381238
  594.  
  595.  
  596. local player = game.Players.LocalPlayer
  597.  
  598. local character = player.Character or player.CharacterAdded:Wait()
  599.  
  600. local humanoid = character:WaitForChild("Humanoid")
  601.  
  602.  
  603. local function onAnimationPlayed(animationTrack)
  604.  
  605. if animationTrack.Animation.AnimationId == "rbxassetid://" .. animationId then
  606.  
  607. local p = game.Players.LocalPlayer
  608.  
  609. local Humanoid = p.Character:WaitForChild("Humanoid")
  610.  
  611.  
  612. for _, animTrack in pairs(Humanoid:GetPlayingAnimationTracks()) do
  613.  
  614. animTrack:Stop()
  615.  
  616. end
  617.  
  618.  
  619. local AnimAnim = Instance.new("Animation")
  620.  
  621. AnimAnim.AnimationId = "rbxassetid://14900168720"
  622.  
  623. local Anim = Humanoid:LoadAnimation(AnimAnim)
  624.  
  625.  
  626. local startTime = 1.3
  627.  
  628.  
  629. Anim:Play()
  630.  
  631. Anim:AdjustSpeed(0)
  632.  
  633. Anim.TimePosition = startTime
  634.  
  635. Anim:AdjustSpeed(1)
  636.  
  637.  
  638. end
  639.  
  640. end
  641.  
  642. humanoid.AnimationPlayed:Connect(onAnimationPlayed)
  643.  
  644.  
  645. local animationId = 10470104242
  646.  
  647.  
  648. local player = game.Players.LocalPlayer
  649.  
  650. local character = player.Character or player.CharacterAdded:Wait()
  651.  
  652. local humanoid = character:WaitForChild("Humanoid")
  653.  
  654.  
  655. local function onAnimationPlayed(animationTrack)
  656.  
  657. if animationTrack.Animation.AnimationId == "rbxassetid://" .. animationId then
  658.  
  659. local p = game.Players.LocalPlayer
  660.  
  661. local Humanoid = p.Character:WaitForChild("Humanoid")
  662.  
  663.  
  664. for _, animTrack in pairs(Humanoid:GetPlayingAnimationTracks()) do
  665.  
  666. animTrack:Stop()
  667.  
  668. end
  669.  
  670.  
  671. local AnimAnim = Instance.new("Animation")
  672.  
  673. AnimAnim.AnimationId = "rbxassetid://12684185971"
  674.  
  675. local Anim = Humanoid:LoadAnimation(AnimAnim)
  676.  
  677.  
  678. local startTime = 0
  679.  
  680.  
  681. wait(0.2)
  682.  
  683. Anim:Play()
  684.  
  685. Anim:AdjustSpeed(0)
  686.  
  687. Anim.TimePosition = startTime
  688.  
  689. Anim:AdjustSpeed(1)
  690.  
  691.  
  692. end
  693.  
  694. end
  695.  
  696. humanoid.AnimationPlayed:Connect(onAnimationPlayed)
  697.  
  698.  
  699. local Players = game:GetService("Players")
  700.  
  701. local player = Players.LocalPlayer
  702.  
  703. local character = player.Character or player.CharacterAdded:Wait()
  704.  
  705. local humanoid = character:WaitForChild("Humanoid")
  706.  
  707.  
  708. local animationIdsToStop = {
  709.  
  710. [10469493270] = true,
  711.  
  712. [10469630950] = true,
  713.  
  714. [10469639222] = true,
  715.  
  716. [10469643643] = true,
  717.  
  718. }
  719.  
  720.  
  721. local replacementAnimations = {
  722.  
  723. ["10469643643"] = "rbxassetid://17889290569",
  724.  
  725. ["10469639222"] = "rbxassetid://17889471098",
  726.  
  727. ["10469630950"] = "rbxassetid://17889461810",
  728.  
  729. ["10469493270"] = "rbxassetid://17889458563",
  730.  
  731. }
  732.  
  733.  
  734. local queue = {}
  735.  
  736. local isAnimating = false
  737.  
  738.  
  739. local function playReplacementAnimation(animationId)
  740.  
  741. if isAnimating then
  742.  
  743. table.insert(queue, animationId)
  744.  
  745. return
  746.  
  747. end
  748.  
  749.  
  750.  
  751. isAnimating = true
  752.  
  753. local replacementAnimationId = replacementAnimations[tostring(animationId)]
  754.  
  755. if replacementAnimationId then
  756.  
  757. local AnimAnim = Instance.new("Animation")
  758.  
  759. AnimAnim.AnimationId = replacementAnimationId
  760.  
  761. local Anim = humanoid:LoadAnimation(AnimAnim)
  762.  
  763. Anim:Play()
  764.  
  765.  
  766.  
  767. Anim.Stopped:Connect(function()
  768.  
  769. isAnimating = false
  770.  
  771. if #queue > 0 then
  772.  
  773. local nextAnimationId = table.remove(queue, 1)
  774.  
  775. playReplacementAnimation(nextAnimationId)
  776.  
  777. end
  778.  
  779. end)
  780.  
  781. else
  782.  
  783. isAnimating = false
  784.  
  785. end
  786.  
  787. end
  788.  
  789.  
  790. local function stopSpecificAnimations()
  791.  
  792. for _, track in ipairs(humanoid:GetPlayingAnimationTracks()) do
  793.  
  794. local animationId = tonumber(track.Animation.AnimationId:match("%d+"))
  795.  
  796. if animationIdsToStop[animationId] then
  797.  
  798. track:Stop()
  799.  
  800. end
  801.  
  802. end
  803.  
  804. end
  805.  
  806.  
  807. local function onAnimationPlayed(animationTrack)
  808.  
  809. local animationId = tonumber(animationTrack.Animation.AnimationId:match("%d+"))
  810.  
  811. if animationIdsToStop[animationId] then
  812.  
  813. stopSpecificAnimations()
  814.  
  815. animationTrack:Stop()
  816.  
  817.  
  818.  
  819. local replacementAnimationId = replacementAnimations[tostring(animationId)]
  820.  
  821. if replacementAnimationId then
  822.  
  823. playReplacementAnimation(animationId)
  824.  
  825. end
  826.  
  827. end
  828.  
  829. end
  830.  
  831.  
  832. humanoid.AnimationPlayed:Connect(onAnimationPlayed)
  833.  
  834.  
  835. local player = game.Players.LocalPlayer
  836.  
  837. local character = player.Character or player.CharacterAdded:Wait()
  838.  
  839. local humanoidRootPart = character:WaitForChild("HumanoidRootPart")
  840.  
  841.  
  842. local function onBodyVelocityAdded(bodyVelocity)
  843.  
  844. if bodyVelocity:IsA("BodyVelocity") then
  845.  
  846. bodyVelocity.Velocity = Vector3.new(bodyVelocity.Velocity.X, 0, bodyVelocity.Velocity.Z)
  847.  
  848. end
  849.  
  850. end
  851.  
  852.  
  853. character.DescendantAdded:Connect(onBodyVelocityAdded)
  854.  
  855.  
  856. for _, descendant in pairs(character:GetDescendants()) do
  857.  
  858. onBodyVelocityAdded(descendant)
  859.  
  860. end
  861.  
  862.  
  863. player.CharacterAdded:Connect(function(newCharacter)
  864.  
  865. character = newCharacter
  866.  
  867. humanoidRootPart = character:WaitForChild("HumanoidRootPart")
  868.  
  869. character.DescendantAdded:Connect(onBodyVelocityAdded)
  870.  
  871.  
  872.  
  873. for _, descendant in pairs(character:GetDescendants()) do
  874.  
  875. onBodyVelocityAdded(descendant)
  876.  
  877. end
  878.  
  879. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement