Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2019
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.33 KB | None | 0 0
  1. local gui = Instance.new("BillboardGui")
  2. local text = Instance.new("TextLabel")
  3. local song = Instance.new("Sound")
  4. local mouse = game.Players:FindFirstChild("AnDrEI1956"):GetMouse()
  5.  
  6. local explodepart = Instance.new("Part")
  7. local BOOM = Instance.new("Explosion")
  8. --stud char B)
  9. warn("Prepare.. For major pwnage.")
  10. wait(5)
  11. warn("STUD Script Loaded! Enjoy! ;)")
  12. warn("L - To Plant a 5 Second Timer Bomb.")
  13. warn("Z - To BECOME AN SUPER SONIC (X to Cancel that Mode.)")
  14. game.Workspace:FindFirstChild("AnDrEI1956")["Left Arm"]:Destroy()
  15. game.Workspace:FindFirstChild("AnDrEI1956")["Head"].Mesh:Destroy()
  16. game.Workspace:FindFirstChild("AnDrEI1956")["Left Leg"]:Destroy()
  17. game.Workspace:FindFirstChild("AnDrEI1956")["Right Arm"]:Destroy()
  18. game.Workspace:FindFirstChild("AnDrEI1956")["Right Leg"]:Destroy()
  19. for i, v in pairs(game.Workspace.AnDrEI1956:GetChildren()) do
  20. if v:IsA("Accessory") then
  21. v:Destroy()
  22. if game.Workspace.AnDrEI1956:FindFirstChildOfClass("Shirt") then
  23. game.Workspace:FindFirstChild("AnDrEI1956")["Shirt"]:Destroy()
  24. end
  25. if game.Workspace.AnDrEI1956:FindFirstChildOfClass("Shirt") then
  26. game.Workspace:FindFirstChild("AnDrEI1956")["Pants"]:Destroy()
  27. end
  28. game.Workspace:WaitForChild("AnDrEI1956").Torso.Color = Color3.fromRGB(163, 162, 165)
  29. game.Workspace:WaitForChild("AnDrEI1956").Head.Color = Color3.fromRGB(163, 162, 165)
  30. game.Workspace:WaitForChild("AnDrEI1956").Torso.Size = Vector3.new(1,1,1)
  31. game.Workspace:WaitForChild("AnDrEI1956").Head.Size = Vector3.new(1,1,1)
  32. game.Workspace:WaitForChild("AnDrEI1956").HumanoidRootPart.Size = Vector3.new(1,1,1)
  33. game.Workspace:WaitForChild("AnDrEI1956").HumanoidRootPart.Position = (game.Workspace:WaitForChild("AnDrEI1956").Torso.Position)
  34. song.SoundId = "http://www.roblox.com/asset/?id=2270475347"
  35. song.MaxDistance = 100000000000000000000000000
  36. song.EmitterSize = 100000000000000000000000000
  37. song.Looped = true
  38. song.Playing = true
  39. song.Volume = 3
  40. song.Parent = game.Workspace:WaitForChild("AnDrEI1956").Torso
  41. gui.StudsOffset = Vector3.new(0,2,0)
  42. gui.AlwaysOnTop = true
  43. gui.Size = UDim2.new(1,1,1)
  44. gui.Parent = game.Workspace:WaitForChild("AnDrEI1956").Torso
  45. wait()
  46. text.Size = UDim2.new(1,1,1)
  47. text.BackgroundTransparency = 1
  48. text.Font = "GothamBlack"
  49. text.TextColor3 = Color3.fromRGB(248, 248, 248)
  50. text.TextStrokeTransparency = 0
  51. text.TextScaled = true
  52. text.Text = "Stud"
  53. text.Parent = game.Workspace:WaitForChild("AnDrEI1956").Torso:FindFirstChild("BillboardGui")
  54. wait()
  55. game.Workspace:WaitForChild("AnDrEI1956").Head.Transparency = 1
  56. game.Workspace:WaitForChild("AnDrEI1956").Head.face.Transparency = 1
  57. --key binds
  58. mouse.KeyDown:connect(function(Press)
  59. Press=Press:lower()
  60. if Press=='l' then
  61. explodepart.Name = "Bomb"
  62. explodepart.Parent = game.Workspace
  63. explodepart.CanCollide = false
  64. explodepart.Anchored = true
  65. explodepart.Shape = "Ball"
  66. explodepart.Position = Vector3.new(game.Workspace:FindFirstChild("AnDrEI1956").Torso.Position)
  67. wait()
  68. explodepart.Position = explodepart.Position + Vector3(0, 5, 0)
  69. explodepart.CanCollide = true
  70. explodepart.Anchored = false
  71. wait(5)
  72. BOOM.Parent = game.Workspace.Bomb
  73. BOOM.BlastRadius = 100
  74. BOOM.BlastPressure = 100
  75. end
  76. if Press=='z' then
  77. game.Workspace:WaitForChild("AnDrEI1956").Humanoid.WalkSpeed = 50
  78. end
  79. if Press=='x' then
  80. game.Workspace:WaitForChild("AnDrEI1956").Humanoid.WalkSpeed = 16
  81. end
  82. end)
  83. end
  84. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement