Advertisement
Guest User

Roblox Cool Gui (Exploit) V0.2

a guest
Jun 11th, 2019
4,434
0
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.40 KB | None | 0 0
  1. wait(1)
  2. local gui=Instance.new("ScreenGui",game.Players.LocalPlayer.PlayerGui)
  3. local b1=Instance.new("TextButton",gui)
  4. local b2=Instance.new("TextButton",gui)
  5. local re=Instance.new("TextButton",gui)
  6. local sp=Instance.new("TextButton",gui)
  7. local mu=Instance.new("TextButton",gui)
  8. local playb=Instance.new("TextButton",gui)
  9. local stopb=Instance.new("TextButton",gui)
  10. local n=Instance.new("TextBox",gui)
  11. local music=Instance.new("Sound",gui)
  12. music.Name="musicc"
  13. gui.ResetOnSpawn=false
  14. gui.Name="invisible"
  15. b1.Name="invis"
  16. b2.Name="notinvis"
  17. re.Name="guiremove"
  18. sp.Name="speed"
  19. mu.Name="music"
  20. b1:TweenPosition("{0.812, 0},{0.068, 0}","Out","Elastic",0.8)
  21. b2:TweenPosition("{0.812, 0},{0.189, 0}","Out","Elastic",0.8)
  22. re:TweenPosition("{0.812, 0},{0.015, 0}","Out","Elastic",0.8)
  23. sp:TweenPosition("{0.812, 0},{0.300, 0}","Out","Elastic",0.8)
  24. mu:TweenPosition("{0.812, 0},{0.400, 0}","Out","Elastic",0.8)
  25. b1:TweenSize("{0, 200},{0, 50}","In","Bounce",0.5)
  26. b2:TweenSize("{0, 200},{0, 50}","In","Bounce",0.5)
  27. re:TweenSize("{0, 100},{0, 25}","In","Bounce",0.5)
  28. sp:TweenSize("{0, 150},{0, 50}","In","Bounce",0.5)
  29. mu:TweenSize("{0, 150},{0, 50}","In","Bounce",0.5)
  30. b1.TextScaled=true
  31. b2.TextScaled=true
  32. re.TextScaled=true
  33. sp.TextScaled=true
  34. mu.TextScaled=true
  35. b1.Visible=true
  36. b2.Visible=true
  37. re.Visible=true
  38. sp.Visible=true
  39. mu.Visible=true
  40. b1.Text="Remove Limbs"
  41. b2.Text="RestCharacter"
  42. re.Text="RemoveGui"
  43. sp.Text="FastRun"
  44. mu.Text="AddMusic"
  45. local p=game.Players.LocalPlayer.Character
  46. b1.MouseButton1Click:Connect(function()
  47. p.LeftUpperLeg:Destroy()
  48. p.LeftLowerLeg:Destroy()
  49. p.LeftFoot:Destroy()
  50. p.RightUpperLeg:Destroy()
  51. p.RightLowerLeg:Destroy()
  52. p.RightFoot:Destroy()
  53. p.LeftUpperArm:Destroy()
  54. p.LeftLowerArm:Destroy()
  55. p.LeftHand:Destroy()
  56. p.RightUpperArm:Destroy()
  57. p.RightLowerArm:Destroy()
  58. p.RightHand:Destroy()
  59. end)
  60. b2.MouseButton1Click:Connect(function()
  61. p.Humanoid.Health=0
  62. end)
  63. re.MouseButton1Click:Connect(function()
  64. game.Players.LocalPlayer.PlayerGui.invisible:Destroy()
  65. end)
  66. sp.MouseButton1Click:Connect(function()
  67. p.Humanoid.WalkSpeed=80
  68. end)
  69. mu.MouseButton1Click:Connect(function()
  70. mu.Visible=false
  71. n:TweenPosition("{0.384, 0},{0.047, 0}","Out","Elastic",0.8)
  72. n:TweenSize("{0, 245},{0, 44}","In","Bounce",0.25)
  73. playb:TweenPosition("{0.45, 0},{0.161, 0}","Out","Elastic",0.8)
  74. playb:TweenSize("{0, 105},{0, 25}","In","Bounce",0.25)
  75. stopb:TweenPosition("{0.45, 0},{0.210, 0}","Out","Elastic",0.8)
  76. stopb:TweenSize("{0, 105},{0, 25}","In","Bounce",0.25)
  77. n.Visible=true
  78. playb.Visible=true
  79. stopb.Visible=true
  80. n.Selectable=true
  81. n.Active=true
  82. n.PlaceholderText="http://www.roblox.com/asset/?id="
  83. n.Text="http://www.roblox.com/asset/?id="
  84. --n.PlaceholderColor3=Color3.new"85, 170, 255"
  85. playb.Text="Play"
  86. stopb.Text="Stop" --RemoveMusicGui
  87. music.Playing=false
  88. while true do
  89. wait(2)
  90. music.SoundId=n.Text
  91. end
  92. end)
  93. playb.MouseButton1Click:Connect(function()
  94. music:Play()
  95. end)
  96. stopb.MouseButton1Click:Connect(function()
  97. n:TweenPosition("{-0.172, 0},{0.078, 0}","Out","Elastic",0.1)
  98. n:TweenSize("{0, 100},{0, 10}","In","Bounce",0.1)
  99. playb:TweenPosition("{-0.083, 0},{0.189, 0}","Out","Elastic",0.1)
  100. playb:TweenSize("{0, 80},{0, 5}","In","Bounce",0.1)
  101. stopb:TweenPosition("{-0.083, 0},{0.189, 0}","Out","Elastic",0.1)
  102. stopb:TweenSize("{0, 80},{0, 5}","In","Bounce",0.1)
  103. n.Visible=false
  104. playb.Visible=false
  105. mu.Visible=true
  106. stopb.Visible=false
  107. music:Stop()
  108. end)
Advertisement
Comments
Add Comment
Please, Sign In to add comment
Advertisement