Advertisement
Guest User

Minos Prime Script The Strongest Battlegrounds, NO ULT

a guest
Oct 24th, 2024
806
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 6.17 KB | Gaming | 0 0
  1. -- Moves name and ult
  2.  
  3. -- Moves 1 Name
  4.  
  5. local player = game.Players.LocalPlayer
  6.  
  7. local playerGui = player.PlayerGui
  8.  
  9. local hotbar = playerGui:FindFirstChild("Hotbar")
  10.  
  11. local backpack = hotbar:FindFirstChild("Backpack")
  12.  
  13. local hotbarFrame = backpack:FindFirstChild("Hotbar")
  14.  
  15. local baseButton = hotbarFrame:FindFirstChild("1").Base
  16.  
  17. local ToolName = baseButton.ToolName
  18.  
  19.  
  20. ToolName.Text = "THY END IS NOW!"
  21.  
  22. -- Moves 2 Name
  23.  
  24. local player = game.Players.LocalPlayer
  25.  
  26. local playerGui = player.PlayerGui
  27.  
  28. local hotbar = playerGui:FindFirstChild("Hotbar")
  29.  
  30. local backpack = hotbar:FindFirstChild("Backpack")
  31.  
  32. local hotbarFrame = backpack:FindFirstChild("Hotbar")
  33.  
  34. local baseButton = hotbarFrame:FindFirstChild("2").Base
  35.  
  36. local ToolName = baseButton.ToolName
  37.  
  38.  
  39. ToolName.Text = "CRUSH!"
  40.  
  41. -- Moves 3 Name
  42.  
  43. local player = game.Players.LocalPlayer
  44.  
  45. local playerGui = player.PlayerGui
  46.  
  47. local hotbar = playerGui:FindFirstChild("Hotbar")
  48.  
  49. local backpack = hotbar:FindFirstChild("Backpack")
  50.  
  51. local hotbarFrame = backpack:FindFirstChild("Hotbar")
  52.  
  53. local baseButton = hotbarFrame:FindFirstChild("3").Base
  54.  
  55. local ToolName = baseButton.ToolName
  56.  
  57.  
  58. ToolName.Text = "PREPARE THYSELF!"
  59.  
  60. -- Moves 4 Name
  61.  
  62.  
  63. local player = game.Players.LocalPlayer
  64.  
  65. local playerGui = player.PlayerGui
  66.  
  67. local hotbar = playerGui:FindFirstChild("Hotbar")
  68.  
  69. local backpack = hotbar:FindFirstChild("Backpack")
  70.  
  71. local hotbarFrame = backpack:FindFirstChild("Hotbar")
  72.  
  73. local baseButton = hotbarFrame:FindFirstChild("4").Base
  74.  
  75. local ToolName = baseButton.ToolName
  76.  
  77.  
  78. ToolName.Text = "JUDGEMENT."
  79.  
  80.  
  81. local Players = game:GetService("Players")
  82.  
  83. local player = Players.LocalPlayer
  84.  
  85. local playerGui = player:WaitForChild("PlayerGui")
  86.  
  87. -- Ult here
  88.  
  89. local function findGuiAndSetText()
  90.  
  91.     local screenGui = playerGui:FindFirstChild("ScreenGui")
  92.  
  93.     if screenGui then
  94.  
  95.         local magicHealthFrame = screenGui:FindFirstChild("MagicHealth")
  96.  
  97.         if magicHealthFrame then
  98.  
  99.             local textLabel = magicHealthFrame:FindFirstChild("TextLabel")
  100.  
  101.             if textLabel then
  102.  
  103.                 textLabel.Text = "WEAK."
  104.  
  105.             end
  106.  
  107.         end
  108.  
  109.     end
  110.  
  111. end
  112.  
  113.  
  114. playerGui.DescendantAdded:Connect(findGuiAndSetText)
  115.  
  116. findGuiAndSetText()
  117.  
  118. -- Moves
  119.  
  120. -- Move 1 here
  121.  
  122. local animationId = 12273188754
  123.  
  124.  
  125. local player = game.Players.LocalPlayer
  126.  
  127. local character = player.Character or player.CharacterAdded:Wait()
  128.  
  129. local humanoid = character:WaitForChild("Humanoid")
  130.  
  131.  
  132. local function onAnimationPlayed(animationTrack)
  133.  
  134.     if animationTrack.Animation.AnimationId == "rbxassetid://" .. animationId then
  135.  
  136.  
  137. local p = game.Players.LocalPlayer
  138.  
  139. local Humanoid = p.Character:WaitForChild("Humanoid")
  140.  
  141.  
  142. for _, animTrack in pairs(Humanoid:GetPlayingAnimationTracks()) do
  143.  
  144.     animTrack:Stop()
  145.  
  146. end
  147.  
  148.  
  149. local AnimAnim = Instance.new("Animation")
  150.  
  151. AnimAnim.AnimationId = "rbxassetid://12534735382"
  152.  
  153. local Anim = Humanoid:LoadAnimation(AnimAnim)
  154.  
  155.  
  156. local startTime = 0
  157.  
  158.  
  159. Anim:Play(0)
  160.  
  161. Anim:AdjustSpeed(0)
  162.  
  163. Anim.TimePosition = startTime
  164.  
  165. Anim:AdjustSpeed(1)
  166.  
  167.  
  168.     end
  169.  
  170. end
  171.  
  172. -- Move 2 here
  173.  
  174.  
  175. humanoid.AnimationPlayed:Connect(onAnimationPlayed)
  176.  
  177.  
  178. local animationId = 12296113986
  179.  
  180.  
  181. local player = game.Players.LocalPlayer
  182.  
  183. local character = player.Character or player.CharacterAdded:Wait()
  184.  
  185. local humanoid = character:WaitForChild("Humanoid")
  186.  
  187.  
  188. local function onAnimationPlayed(animationTrack)
  189.  
  190.     if animationTrack.Animation.AnimationId == "rbxassetid://" .. animationId then
  191.  
  192.  
  193. local p = game.Players.LocalPlayer
  194.  
  195. local Humanoid = p.Character:WaitForChild("Humanoid")
  196.  
  197.  
  198. for _, animTrack in pairs(Humanoid:GetPlayingAnimationTracks()) do
  199.  
  200.     animTrack:Stop()
  201.  
  202. end
  203.  
  204.  
  205. local AnimAnim = Instance.new("Animation")
  206.  
  207. AnimAnim.AnimationId = "rbxassetid://18464372850"
  208.  
  209. local Anim = Humanoid:LoadAnimation(AnimAnim)
  210.  
  211.  
  212. local startTime = 2
  213.  
  214.  
  215. Anim:Play()
  216.  
  217. Anim:AdjustSpeed(0)
  218.  
  219. Anim.TimePosition = startTime
  220.  
  221. Anim:AdjustSpeed(1)
  222.  
  223.  
  224.     end
  225.  
  226. end
  227.  
  228. -- Move 3 here
  229.  
  230.  
  231. humanoid.AnimationPlayed:Connect(onAnimationPlayed)
  232.  
  233.  
  234. local animationId = 12309835105
  235.  
  236.  
  237. local player = game.Players.LocalPlayer
  238.  
  239. local character = player.Character or player.CharacterAdded:Wait()
  240.  
  241. local humanoid = character:WaitForChild("Humanoid")
  242.  
  243.  
  244. local function onAnimationPlayed(animationTrack)
  245.  
  246.     if animationTrack.Animation.AnimationId == "rbxassetid://" .. animationId then
  247.  
  248.  
  249. local p = game.Players.LocalPlayer
  250.  
  251. local Humanoid = p.Character:WaitForChild("Humanoid")
  252.  
  253.  
  254. for _, animTrack in pairs(Humanoid:GetPlayingAnimationTracks()) do
  255.  
  256.     animTrack:Stop()
  257.  
  258. end
  259.  
  260.  
  261. local AnimAnim = Instance.new("Animation")
  262.  
  263. AnimAnim.AnimationId = "rbxassetid://13294790250"
  264.  
  265. local Anim = Humanoid:LoadAnimation(AnimAnim)
  266.  
  267.  
  268. local startTime = 0
  269.  
  270.  
  271. Anim:Play()
  272.  
  273. Anim:AdjustSpeed(1)
  274.  
  275. Anim.TimePosition = startTime
  276.  
  277. Anim:AdjustSpeed(1.1)
  278.  
  279.  
  280. delay(1.8, function()
  281.  
  282.     Anim:Stop()
  283.  
  284. end)
  285.  
  286.  
  287.     end
  288.  
  289. end
  290.  
  291. -- Move 4 here
  292.  
  293.  
  294. humanoid.AnimationPlayed:Connect(onAnimationPlayed)
  295.  
  296.  
  297. local animationId = 13603396939
  298.  
  299.  
  300. local player = game.Players.LocalPlayer
  301.  
  302. local character = player.Character or player.CharacterAdded:Wait()
  303.  
  304. local humanoid = character:WaitForChild("Humanoid")
  305.  
  306.  
  307. local function onAnimationPlayed(animationTrack)
  308.  
  309.     if animationTrack.Animation.AnimationId == "rbxassetid://" .. animationId then
  310.  
  311. local p = game.Players.LocalPlayer
  312.  
  313. local Humanoid = p.Character:WaitForChild("Humanoid")
  314.  
  315.  
  316. for _, animTrack in pairs(Humanoid:GetPlayingAnimationTracks()) do
  317.  
  318.     animTrack:Stop()
  319.  
  320. end
  321.  
  322.  
  323. local AnimAnim = Instance.new("Animation")
  324.  
  325. AnimAnim.AnimationId = "rbxassetid://Animation id here"
  326.  
  327. local Anim = Humanoid:LoadAnimation(AnimAnim)
  328.  
  329.  
  330. local startTime = 0
  331.  
  332.  
  333. Anim:Play()
  334.  
  335. Anim:AdjustSpeed(0)
  336.  
  337. Anim.TimePosition = startTime
  338.  
  339. Anim:AdjustSpeed(1)
  340.  
  341.  
  342.     end
  343.  
  344. end
  345.  
  346. player.CharacterAdded:Connect(function(newCharacter)
  347.  
  348.     character = newCharacter
  349.  
  350.     humanoidRootPart = character:WaitForChild("HumanoidRootPart")
  351.  
  352.     character.DescendantAdded:Connect(onBodyVelocityAdded)
  353.  
  354.    
  355.  
  356.     for _, descendant in pairs(character:GetDescendants()) do
  357.  
  358.         onBodyVelocityAdded(descendant)
  359.  
  360.     end
  361.  
  362. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement