Advertisement
UnknownCoolGuy

Unreleased

Dec 17th, 2024 (edited)
22
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.69 KB | None | 0 0
  1. local ScreenGui = Instance.new("ScreenGui")
  2. local StartButton = Instance.new("TextButton")
  3.  
  4. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  5. ScreenGui.ResetOnSpawn = false
  6.  
  7. StartButton.Size = UDim2.new(0, 50, 0, 50)
  8. StartButton.Position = UDim2.new(0.5, -25, 0, 0)
  9. StartButton.Text = "Corrupted Guy(unreleased)"
  10. StartButton.BackgroundColor3 = Color3.new(0, 0, 0)
  11. StartButton.TextColor3 = Color3.new(1, 1, 1)
  12. StartButton.Parent = ScreenGui
  13.  
  14. local Button1, Button2, LeapButton, LeapFinishButton
  15. local buttonsCreated = false
  16.  
  17. local function equipAndRenameTools()
  18. local player = game.Players.LocalPlayer
  19. local character = player.Character or player.CharacterAdded:Wait()
  20.  
  21. for _, tool in ipairs(player.Backpack:GetChildren()) do
  22. if tool:IsA("Tool") then
  23. tool.Parent = character
  24. tool.Name = "Nothing"
  25. end
  26. end
  27. end
  28.  
  29. local function onPlayerDeath()
  30. if Button1 then Button1:Destroy() end
  31. if Button2 then Button2:Destroy() end
  32. if LeapButton then LeapButton:Destroy() end
  33. if LeapFinishButton then LeapFinishButton:Destroy() end
  34. buttonsCreated = false
  35. end
  36.  
  37. local player = game.Players.LocalPlayer
  38. player.CharacterAdded:Connect(function(character)
  39. character:WaitForChild("Humanoid").Died:Connect(onPlayerDeath)
  40. end)
  41.  
  42. local function createButtons()
  43. if not buttonsCreated then
  44. equipAndRenameTools()
  45.  
  46. Button1 = Instance.new("TextButton")
  47. Button2 = Instance.new("TextButton")
  48. LeapButton = Instance.new("TextButton")
  49. LeapFinishButton = Instance.new("TextButton")
  50.  
  51. Button1.Size = UDim2.new(0, 100, 0, 50)
  52. Button1.Position = UDim2.new(0.9, -100, 0.5, -25)
  53. Button1.Text = "1"
  54. Button1.BackgroundColor3 = Color3.new(0, 0, 0)
  55. Button1.TextColor3 = Color3.new(1, 1, 1)
  56. Button1.Parent = ScreenGui
  57.  
  58. Button2.Size = UDim2.new(0, 100, 0, 50)
  59. Button2.Position = UDim2.new(0.9, -100, 0.5, -85)
  60. Button2.Text = "soon."
  61. Button2.BackgroundColor3 = Color3.new(0, 0, 0)
  62. Button2.TextColor3 = Color3.new(1, 1, 1)
  63. Button2.Parent = ScreenGui
  64.  
  65. LeapButton.Size = UDim2.new(0, 100, 0, 50)
  66. LeapButton.Position = UDim2.new(0.9, -100, 0.5, -145)
  67. LeapButton.Text = "Glitch Punch"
  68. LeapButton.BackgroundColor3 = Color3.new(0, 0, 0)
  69. LeapButton.TextColor3 = Color3.new(1, 1, 1)
  70. LeapButton.Parent = ScreenGui
  71.  
  72. LeapFinishButton.Size = UDim2.new(0, 100, 0, 50)
  73. LeapFinishButton.Position = UDim2.new(0.85, -100, 0.5, -205)
  74. LeapFinishButton.Text = "Smash The Ground!"
  75. LeapFinishButton.BackgroundColor3 = Color3.new(0, 0, 0)
  76. LeapFinishButton.TextColor3 = Color3.new(1, 1, 1)
  77. LeapFinishButton.Parent = ScreenGui
  78.  
  79. Button1.MouseButton1Click:Connect(function()
  80. local args = { [1] = "Strike" }
  81. game:GetService("Players").LocalPlayer.Character.FerrymanStaff.StaffConfig.AbilityEvent:FireServer(unpack(args))
  82. end)
  83.  
  84. Button2.MouseButton1Click:Connect(function()
  85. local args = { [1] = "Strike" }
  86. game:GetService("Players").LocalPlayer.Character.FerrymanStaff.StaffConfig.AbilityEvent:FireServer(unpack(args))
  87. game:GetService("Players").LocalPlayer.Character.FerrymanStaff.StaffConfig.AbilityEvent:FireServer(unpack(args))
  88. end)
  89.  
  90. LeapButton.MouseButton1Click:Connect(function()
  91. local player = game.Players.LocalPlayer
  92. local character = player.Character or player.CharacterAdded:Wait()
  93. local humanoid = character:FindFirstChild("Humanoid")
  94.  
  95. if humanoid then
  96. local animation = Instance.new("Animation")
  97. animation.AnimationId = "rbxassetid://16102526396"
  98. local animationTrack = humanoid:LoadAnimation(animation)
  99. animationTrack:Play()
  100. end
  101. local args = {
  102. [1] = "rbxassetid://9117895522",
  103. [2] = game:GetService("Players").LocalPlayer.Character.Torso
  104. }
  105.  
  106. game:GetService("ReplicatedStorage").PlaySoundRemote:InvokeServer(unpack(args))
  107. local args = {
  108. [1] = "Ban Hammer"
  109. }
  110.  
  111. game:GetService("ReplicatedStorage").RetroAbility:FireServer(unpack(args))
  112. end)
  113.  
  114. LeapFinishButton.MouseButton1Click:Connect(function()
  115. local player = game.Players.LocalPlayer
  116. local character = player.Character or player.CharacterAdded:Wait()
  117. local humanoid = character:FindFirstChild("Humanoid")
  118.  
  119. if humanoid then
  120. local animation = Instance.new("Animation")
  121. animation.AnimationId = "rbxassetid://17274903927"
  122. local animationTrack = humanoid:LoadAnimation(animation)
  123. animationTrack:Play()
  124. end
  125.  
  126. local args = {
  127. [1] = "rbxassetid://147722910",
  128. [2] = game:GetService("Players").LocalPlayer.Character.Torso
  129. }
  130.  
  131. game:GetService("ReplicatedStorage").PlaySoundRemote:InvokeServer(unpack(args))
  132. local args = {
  133. [1] = "Ban Hammer"
  134. }
  135.  
  136. game:GetService("ReplicatedStorage").RetroAbility:FireServer(unpack(args))
  137. end)
  138.  
  139. buttonsCreated = true
  140. end
  141. end
  142.  
  143. StartButton.MouseButton1Click:Connect(function()
  144. if not buttonsCreated then
  145. createButtons()
  146. end
  147. end)
  148.  
  149. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-5,-5,15))
  150. local player = game.Players.LocalPlayer
  151. local character = player.Character or player.CharacterAdded:Wait()
  152. local humanoid = character:FindFirstChild("Humanoid")
  153.  
  154. if humanoid then
  155. local animation = Instance.new("Animation")
  156. animation.AnimationId = "rbxassetid://13675136513"
  157. local animationTrack = humanoid:LoadAnimation(animation)
  158. animationTrack:Play()
  159. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement