Advertisement
Hex4rr

Remove Limbs GUI

Jun 1st, 2020
3,672
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.71 KB | None | 0 0
  1. --[[ Script By:
  2.  
  3. ██╗░░██╗███████╗██╗░░██╗░░██╗██╗██████╗░██████╗░
  4. ██║░░██║██╔════╝╚██╗██╔╝░██╔╝██║██╔══██╗██╔══██╗
  5. ███████║█████╗░░░╚███╔╝░██╔╝░██║██████╔╝██████╔╝
  6. ██╔══██║██╔══╝░░░██╔██╗░███████║██╔══██╗██╔══██╗
  7. ██║░░██║███████╗██╔╝╚██╗╚════██║██║░░██║██║░░██║
  8. ╚═╝░░╚═╝╚══════╝╚═╝░░╚═╝░░░░░╚═╝╚═╝░░╚═╝╚═╝░░╚═╝
  9.  
  10. ]]
  11.  
  12. local ScreenGui = Instance.new("ScreenGui")
  13. local Frame = Instance.new("Frame")
  14. local RL = Instance.new("TextButton")
  15. local LL = Instance.new("TextButton")
  16. local RA = Instance.new("TextButton")
  17. local Float = Instance.new("TextButton")
  18. local Respawn = Instance.new("TextButton")
  19. local Arms = Instance.new("TextBox")
  20. local Legs = Instance.new("TextBox")
  21. local Others = Instance.new("TextBox")
  22. local LA = Instance.new("TextButton")
  23. local plr = game.Players.LocalPlayer.Character
  24.  
  25. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Script by Hex4rr",
  26. "All")
  27.  
  28. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  29. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  30.  
  31. Frame.Parent = ScreenGui
  32. Frame.BackgroundColor3 = Color3.fromRGB(138, 138, 138)
  33. Frame.BorderColor3 = Color3.fromRGB(0, 0, 0)
  34. Frame.Position = UDim2.new(0, 0, 0.357493848, 0)
  35. Frame.Size = UDim2.new(0, 277, 0, 232)
  36.  
  37. RL.Name = "RL"
  38. RL.Parent = Frame
  39. RL.BackgroundColor3 = Color3.fromRGB(184, 184, 184)
  40. RL.Position = UDim2.new(-0.00722021656, 0, 0, 0)
  41. RL.Size = UDim2.new(0, 134, 0, 50)
  42. RL.Font = Enum.Font.SourceSansLight
  43. RL.Text = "Right Leg"
  44. RL.TextColor3 = Color3.fromRGB(255, 255, 255)
  45. RL.TextScaled = true
  46. RL.TextSize = 14.000
  47. RL.TextWrapped = true
  48.  
  49. LL.Name = "LL"
  50. LL.Parent = Frame
  51. LL.BackgroundColor3 = Color3.fromRGB(184, 184, 184)
  52. LL.Position = UDim2.new(0.51145041, 0, 0, 0)
  53. LL.Size = UDim2.new(0, 134, 0, 50)
  54. LL.Font = Enum.Font.SourceSansLight
  55. LL.Text = "Left Leg"
  56. LL.TextColor3 = Color3.fromRGB(255, 255, 255)
  57. LL.TextScaled = true
  58. LL.TextSize = 14.000
  59. LL.TextWrapped = true
  60.  
  61. RA.Name = "RA"
  62. RA.Parent = Frame
  63. RA.BackgroundColor3 = Color3.fromRGB(184, 184, 184)
  64. RA.Position = UDim2.new(-0.00325548649, 0, 0.391304344, 0)
  65. RA.Size = UDim2.new(0, 134, 0, 50)
  66. RA.Font = Enum.Font.SourceSansLight
  67. RA.Text = "Right Arm"
  68. RA.TextColor3 = Color3.fromRGB(255, 255, 255)
  69. RA.TextScaled = true
  70. RA.TextSize = 14.000
  71. RA.TextWrapped = true
  72.  
  73. Float.Name = "Float"
  74. Float.Parent = Frame
  75. Float.BackgroundColor3 = Color3.fromRGB(184, 184, 184)
  76. Float.Position = UDim2.new(0.514927804, 0, 0.782608688, 0)
  77. Float.Size = UDim2.new(0, 134, 0, 50)
  78. Float.Font = Enum.Font.SourceSansLight
  79. Float.Text = "Float"
  80. Float.TextColor3 = Color3.fromRGB(255, 255, 255)
  81. Float.TextScaled = true
  82. Float.TextSize = 14.000
  83. Float.TextWrapped = true
  84.  
  85. Respawn.Name = "Respawn"
  86. Respawn.Parent = Frame
  87. Respawn.BackgroundColor3 = Color3.fromRGB(184, 184, 184)
  88. Respawn.Position = UDim2.new(-0.00332182809, 0, 0.782608688, 0)
  89. Respawn.Size = UDim2.new(0, 134, 0, 50)
  90. Respawn.Font = Enum.Font.SourceSansLight
  91. Respawn.Text = "Respawn"
  92. Respawn.TextColor3 = Color3.fromRGB(255, 255, 255)
  93. Respawn.TextScaled = true
  94. Respawn.TextSize = 14.000
  95. Respawn.TextWrapped = true
  96.  
  97. Arms.Name = "Arms"
  98. Arms.Parent = Frame
  99. Arms.Active = false
  100. Arms.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  101. Arms.BackgroundTransparency = 1.000
  102. Arms.Position = UDim2.new(0, 0, 0.215517238, 0)
  103. Arms.Selectable = false
  104. Arms.Size = UDim2.new(0, 275, 0, 40)
  105. Arms.ClearTextOnFocus = false
  106. Arms.Font = Enum.Font.SourceSansLight
  107. Arms.Text = "Arms:"
  108. Arms.TextColor3 = Color3.fromRGB(0, 0, 0)
  109. Arms.TextScaled = true
  110. Arms.TextSize = 14.000
  111. Arms.TextWrapped = true
  112.  
  113. Legs.Name = "Legs"
  114. Legs.Parent = Frame
  115. Legs.Active = false
  116. Legs.BackgroundColor3 = Color3.fromRGB(108, 108, 108)
  117. Legs.Position = UDim2.new(0, 0, -0.168103442, 0)
  118. Legs.Selectable = false
  119. Legs.Size = UDim2.new(0, 275, 0, 39)
  120. Legs.ClearTextOnFocus = false
  121. Legs.Font = Enum.Font.SourceSansLight
  122. Legs.Text = "Legs:"
  123. Legs.TextColor3 = Color3.fromRGB(0, 0, 0)
  124. Legs.TextScaled = true
  125. Legs.TextSize = 14.000
  126. Legs.TextWrapped = true
  127.  
  128. Others.Name = "Others"
  129. Others.Parent = Frame
  130. Others.Active = false
  131. Others.BackgroundColor3 = Color3.fromRGB(108, 108, 108)
  132. Others.BackgroundTransparency = 1.000
  133. Others.Position = UDim2.new(0, 0, 0.606821537, 0)
  134. Others.Selectable = false
  135. Others.Size = UDim2.new(0, 275, 0, 40)
  136. Others.ClearTextOnFocus = false
  137. Others.Font = Enum.Font.SourceSansLight
  138. Others.Text = "Others:"
  139. Others.TextColor3 = Color3.fromRGB(0, 0, 0)
  140. Others.TextScaled = true
  141. Others.TextSize = 14.000
  142. Others.TextWrapped = true
  143.  
  144. LA.Name = "LA"
  145. LA.Parent = Frame
  146. LA.BackgroundColor3 = Color3.fromRGB(184, 184, 184)
  147. LA.Position = UDim2.new(0.51145041, 0, 0.391304344, 0)
  148. LA.Size = UDim2.new(0, 134, 0, 50)
  149. LA.Font = Enum.Font.SourceSansLight
  150. LA.Text = "Left Arm"
  151. LA.TextColor3 = Color3.fromRGB(255, 255, 255)
  152. LA.TextScaled = true
  153. LA.TextSize = 14.000
  154. LA.TextWrapped = true
  155.  
  156.  
  157. RL.MouseButton1Click:connect(function()
  158. plr["Right Leg"]:Destroy()
  159. end)
  160.  
  161. LL.MouseButton1Click:connect(function()
  162. plr["Left Leg"]:Destroy()
  163. end)
  164.  
  165. RA.MouseButton1Click:connect(function()
  166. plr["Right Arm"]:Destroy()
  167. end)
  168.  
  169. LA.MouseButton1Click:connect(function()
  170. plr["Left Arm"]:Destroy()
  171. end)
  172.  
  173. Respawn.MouseButton1Click:connect(function()
  174. plr.Head:Destroy()
  175. end)
  176.  
  177. Float.MouseButton1Click:connect(function()
  178. plr.Humanoid.HipHeight = 2
  179. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement