Advertisement
octogedonbo

goofy ahhh gui

Sep 15th, 2022
1,978
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.08 KB | None | 0 0
  1. local library = loadstring(game:HttpGet(('https://raw.githubusercontent.com/AikaV3rm/UiLib/master/Lib.lua')))()
  2.  
  3. local w = library:CreateWindow("i present")
  4.  
  5. local b = w:CreateFolder("the goofy ahh script ")
  6. local c = w:CreateFolder("COLLECTION")
  7. local d = w:CreateFolder("scripts")
  8.  
  9. d:Button("Musical feet",function()
  10. game.Players.LocalPlayer.Character.HumanoidRootPart.Running.PlaybackSpeed = 1
  11. game.Players.LocalPlayer.Character.HumanoidRootPart.Running.Volume = 10
  12. game.Players.LocalPlayer.Character.HumanoidRootPart.Running.SoundId = "http://www.roblox.com/asset/?id=142376088"
  13. end)
  14. d:Button("Mr Krabs walk",function()
  15. game:GetService"RunService".RenderStepped:Connect(function()
  16. spawn(function()
  17. for i,v in next, game.Players.LocalPlayer.Character:FindFirstChild("Humanoid").Animator:GetPlayingAnimationTracks() do
  18. if v.Name == "WalkAnim" or v.Name == "RunAnim" then
  19. v:AdjustSpeed(10)
  20. end
  21. end
  22. game.Players.LocalPlayer.Character.HumanoidRootPart.Running.PlaybackSpeed = 1
  23. game.Players.LocalPlayer.Character.HumanoidRootPart.Running.Volume = 10
  24. game.Players.LocalPlayer.Character.HumanoidRootPart.Running.SoundId = "http://www.roblox.com/asset/?id=3426632334"
  25. end)
  26. end)
  27. end)
  28. d:Button("ghost",function()
  29.  
  30. if game.Players.LocalPlayer.Character.Humanoid.RigType == Enum.HumanoidRigType.R6 then
  31. spawn(function()
  32. local speaker = game.Players.LocalPlayer
  33. local Anim = Instance.new("Animation")
  34. Anim.AnimationId = "rbxassetid://27432686"
  35. local bruh = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  36. bruh:Play()
  37. bruh:AdjustSpeed(0)
  38. speaker.Character.Animate.Disabled = true
  39.  
  40. end)
  41. else
  42. spawn(function()
  43. local speaker = game.Players.LocalPlayer
  44. local Anim = Instance.new("Animation")
  45. Anim.AnimationId = "rbxassetid://507776043"
  46. local bruh = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  47. bruh:Play()
  48. bruh:AdjustSpeed(0)
  49. speaker.Character.Animate.Disabled = true
  50. end)
  51. end
  52. local air = Instance.new("Part", workspace)
  53. air.Size = Vector3.new(7, 2, 3)
  54. air.CFrame = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame + Vector3.new(0, -4, 0)
  55. air.Transparency = 1
  56. air.Anchored = true
  57. air.Name = "Airwalk"
  58. game:GetService"RunService".RenderStepped:Connect(function()
  59. air.CFrame = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame + Vector3.new(0, -4, 0)
  60. end)
  61. local Mouse = game:GetService("Players").LocalPlayer:GetMouse()
  62. local u = game.Players.LocalPlayer
  63. local urchar = u.Character
  64. task.spawn(function()
  65. qUp = Mouse.KeyUp:Connect(function(KEY)
  66. if KEY == 'q' then
  67. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame + Vector3.new(0,-3,0)
  68. end
  69. end)
  70. eUp = Mouse.KeyUp:Connect(function(KEY)
  71. if KEY == 'e' then
  72. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame + Vector3.new(0,1,0)
  73. end
  74. end)
  75. end)
  76. spawn(function()
  77. for _, v in pairs(game:GetDescendants()) do
  78. if v:IsA("BasePart") and v.Name ~= "Airwalk" then
  79. v.CanCollide = false
  80. end
  81. end
  82. end)
  83. end)
  84. d:Button("nuke simulator",function()
  85. local args = {
  86. [1] = "oh no the nukes are coming",
  87. [2] = "All"
  88. }
  89.  
  90. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(unpack(args))
  91. wait(0.5)
  92. local hi = Instance.new("Sound")
  93. hi.Name = "Sound"
  94. hi.SoundId = "http://www.roblox.com/asset/?id=9060808331"
  95. hi.Volume = 10
  96. hi.Looped = true
  97. hi.archivable = false
  98. hi.Parent = game.Workspace
  99. hi:Play()
  100. wait(3)
  101. game.Players.LocalPlayer:Kick("your fat ass legs stopped working because you cant take a step without going to the hospital and you died from the nukes")end)
  102. d:Button("random word speak",function()
  103. loadstring(game:HttpGet("https://raw.githubusercontent.com/angeld23/raw-text-host/master/condensed_english_words", true))()
  104. local mt = getrawmetatable(game)
  105. local old = mt.__namecall
  106. setreadonly(mt,false)
  107. mt.__namecall = newcclosure(function(self, ...)
  108. local args = {...}
  109. if getnamecallmethod() == 'FireServer' and self.Name == 'SayMessageRequest' then
  110. args[1] = ENGLISH_WORDS[math.random(1, #ENGLISH_WORDS)]
  111. end
  112. return old(self, unpack(args))
  113. end)
  114. end)
  115. d:Button("goofy ahh walk",function()
  116. game:GetService"RunService".RenderStepped:Connect(function()
  117. spawn(function()
  118. if game.Players.LocalPlayer.Character:FindFirstChild("Animate") then
  119. game.Players.LocalPlayer.Character.Animate.run.RunAnim.AnimationId = game.Players.LocalPlayer.Character.Animate.swimidle.SwimIdle.AnimationId
  120. game.Players.LocalPlayer.Character.Animate.walk.WalkAnim.AnimationId = game.Players.LocalPlayer.Character.Animate.swimidle.SwimIdle.AnimationId
  121. end
  122. end)
  123. end)
  124. game:GetService"RunService".RenderStepped:Connect(function()
  125. spawn(function()
  126.  
  127. for i,v in next, game.Players.LocalPlayer.Character:FindFirstChild("Humanoid").Animator:GetPlayingAnimationTracks() do
  128. if v.Name == "WalkAnim" or v.Name == "RunAnim" then
  129. v:AdjustSpeed(20)
  130. end
  131. end
  132. end)
  133. end)
  134. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement