Xafichy

Groom GUI

Jan 7th, 2021
18
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.17 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version: 3.2
  3.  
  4. -- Instances:
  5.  
  6. local GroomGUI = Instance.new("ScreenGui")
  7. local Topframe = Instance.new("Frame")
  8. local GUIName = Instance.new("TextLabel")
  9. local Discord = Instance.new("TextLabel")
  10. local ToggleInfo = Instance.new("TextLabel")
  11. local Version = Instance.new("TextLabel")
  12. local ScriptsButton = Instance.new("TextButton")
  13. local CreditsButton = Instance.new("TextButton")
  14. local ScriptsFrame = Instance.new("Frame")
  15. local TextLabel = Instance.new("TextLabel")
  16. local TrollingGUI = Instance.new("TextButton")
  17. local Chetbypass = Instance.new("TextButton")
  18. local InfiniteYield = Instance.new("TextButton")
  19. local Walkspeed = Instance.new("TextButton")
  20. local Jumppower = Instance.new("TextButton")
  21. local Fly = Instance.new("TextButton")
  22. local TextLabel_2 = Instance.new("TextLabel")
  23. local TextLabel_3 = Instance.new("TextLabel")
  24. local Close = Instance.new("TextButton")
  25. local CredsFrame = Instance.new("Frame")
  26. local TextLabel_4 = Instance.new("TextLabel")
  27. local Close_2 = Instance.new("TextButton")
  28.  
  29. --Properties:
  30.  
  31. GroomGUI.Name = "Groom GUI"
  32. GroomGUI.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  33. GroomGUI.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  34. GroomGUI.ResetOnSpawn = false
  35.  
  36. Topframe.Name = "Topframe"
  37. Topframe.Parent = GroomGUI
  38. Topframe.AnchorPoint = Vector2.new(0.5, 0.5)
  39. Topframe.BackgroundColor3 = Color3.fromRGB(43, 43, 43)
  40. Topframe.BorderColor3 = Color3.fromRGB(0, 0, 0)
  41. Topframe.BorderSizePixel = 5
  42. Topframe.Position = UDim2.new(0.499517858, 0, 0.498933911, 0)
  43. Topframe.Size = UDim2.new(0, 317, 0, 196)
  44. Topframe.Active = true
  45. Topframe.Draggable = true
  46.  
  47. GUIName.Name = "GUIName"
  48. GUIName.Parent = Topframe
  49. GUIName.AnchorPoint = Vector2.new(0.5, 0.5)
  50. GUIName.BackgroundColor3 = Color3.fromRGB(104, 104, 104)
  51. GUIName.BorderSizePixel = 0
  52. GUIName.Position = UDim2.new(0.107255511, 0, 0.0510204099, 0)
  53. GUIName.Size = UDim2.new(0, 68, 0, 21)
  54. GUIName.Font = Enum.Font.SourceSans
  55. GUIName.Text = "Groom GUI"
  56. GUIName.TextColor3 = Color3.fromRGB(0, 0, 0)
  57. GUIName.TextSize = 14.000
  58.  
  59. Discord.Name = "Discord"
  60. Discord.Parent = Topframe
  61. Discord.AnchorPoint = Vector2.new(0.5, 0.5)
  62. Discord.BackgroundColor3 = Color3.fromRGB(104, 104, 104)
  63. Discord.BackgroundTransparency = 1.000
  64. Discord.BorderSizePixel = 0
  65. Discord.Position = UDim2.new(0.87066251, 0, 0.0510204099, 0)
  66. Discord.Size = UDim2.new(0, 96, 0, 21)
  67. Discord.Font = Enum.Font.SourceSans
  68. Discord.Text = "Xafichy#9356"
  69. Discord.TextColor3 = Color3.fromRGB(213, 213, 213)
  70. Discord.TextSize = 14.000
  71.  
  72. ToggleInfo.Name = "ToggleInfo"
  73. ToggleInfo.Parent = Topframe
  74. ToggleInfo.AnchorPoint = Vector2.new(0.5, 0.5)
  75. ToggleInfo.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  76. ToggleInfo.BackgroundTransparency = 1.000
  77. ToggleInfo.BorderColor3 = Color3.fromRGB(27, 42, 53)
  78. ToggleInfo.Position = UDim2.new(0.258675069, 0, 0.943877518, 0)
  79. ToggleInfo.Size = UDim2.new(0, 151, 0, 21)
  80. ToggleInfo.Font = Enum.Font.SourceSans
  81. ToggleInfo.Text = "Press \"Insert\" to toggle the GUI"
  82. ToggleInfo.TextColor3 = Color3.fromRGB(216, 216, 216)
  83. ToggleInfo.TextSize = 14.000
  84.  
  85. Version.Name = "Version"
  86. Version.Parent = Topframe
  87. Version.AnchorPoint = Vector2.new(0.5, 0.5)
  88. Version.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  89. Version.BackgroundTransparency = 1.000
  90. Version.Position = UDim2.new(0.87066251, 0, 0.948979557, 0)
  91. Version.Size = UDim2.new(0, 81, 0, 19)
  92. Version.Font = Enum.Font.SourceSans
  93. Version.Text = "VERSION:1.0.1"
  94. Version.TextColor3 = Color3.fromRGB(0, 0, 0)
  95. Version.TextSize = 14.000
  96.  
  97. ScriptsButton.Name = "ScriptsButton"
  98. ScriptsButton.Parent = Topframe
  99. ScriptsButton.AnchorPoint = Vector2.new(0.5, 0.5)
  100. ScriptsButton.BackgroundColor3 = Color3.fromRGB(85, 85, 85)
  101. ScriptsButton.BorderColor3 = Color3.fromRGB(0, 0, 0)
  102. ScriptsButton.BorderSizePixel = 3
  103. ScriptsButton.Position = UDim2.new(0.502, 0, 0.337, 0)
  104. ScriptsButton.Size = UDim2.new(0, 200, 0, 41)
  105. ScriptsButton.Font = Enum.Font.SourceSans
  106. ScriptsButton.Text = "Scripts"
  107. ScriptsButton.TextColor3 = Color3.fromRGB(0, 0, 0)
  108. ScriptsButton.TextSize = 14.000
  109. ScriptsButton.MouseButton1Click:Connect(function()
  110. ScriptsFrame.Visible = true
  111. end)
  112.  
  113. CreditsButton.Name = "CreditsButton"
  114. CreditsButton.Parent = Topframe
  115. CreditsButton.AnchorPoint = Vector2.new(0.5, 0.5)
  116. CreditsButton.BackgroundColor3 = Color3.fromRGB(85, 85, 85)
  117. CreditsButton.BorderColor3 = Color3.fromRGB(0, 0, 0)
  118. CreditsButton.BorderSizePixel = 3
  119. CreditsButton.Position = UDim2.new(0.502, 0, 0.719, 0)
  120. CreditsButton.Size = UDim2.new(0, 200, 0, 41)
  121. CreditsButton.Font = Enum.Font.SourceSans
  122. CreditsButton.Text = "Credits"
  123. CreditsButton.TextColor3 = Color3.fromRGB(0, 0, 0)
  124. CreditsButton.TextSize = 14.000
  125. CreditsButton.MouseButton1Click:Connect(function()
  126. CredsFrame.Visible = true
  127. end)
  128.  
  129.  
  130. ScriptsFrame.Name = "ScriptsFrame"
  131. ScriptsFrame.Parent = Topframe
  132. ScriptsFrame.AnchorPoint = Vector2.new(0.5, 0.5)
  133. ScriptsFrame.BackgroundColor3 = Color3.fromRGB(43, 43, 43)
  134. ScriptsFrame.BorderColor3 = Color3.fromRGB(0, 0, 0)
  135. ScriptsFrame.BorderSizePixel = 5
  136. ScriptsFrame.Position = UDim2.new(0.498574853, 0, 0.494060308, 0)
  137. ScriptsFrame.Size = UDim2.new(0, 317, 0, 196)
  138. ScriptsFrame.Visible = false
  139. ScriptsFrame.Active = true
  140. ScriptsFrame.Draggable = true
  141.  
  142. TextLabel.Parent = ScriptsFrame
  143. TextLabel.AnchorPoint = Vector2.new(0.5, 0.5)
  144. TextLabel.BackgroundColor3 = Color3.fromRGB(127, 127, 127)
  145. TextLabel.BorderColor3 = Color3.fromRGB(0, 0, 0)
  146. TextLabel.BorderSizePixel = 3
  147. TextLabel.Position = UDim2.new(0.498422742, 0, 0.0918367356, 0)
  148. TextLabel.Size = UDim2.new(0, 94, 0, 35)
  149. TextLabel.Font = Enum.Font.SourceSans
  150. TextLabel.Text = "SCRIPTS"
  151. TextLabel.TextColor3 = Color3.fromRGB(0, 0, 0)
  152. TextLabel.TextSize = 14.000
  153.  
  154. TrollingGUI.Name = "Trolling GUI"
  155. TrollingGUI.Parent = ScriptsFrame
  156. TrollingGUI.AnchorPoint = Vector2.new(0.5, 0.5)
  157. TrollingGUI.BackgroundColor3 = Color3.fromRGB(56, 56, 56)
  158. TrollingGUI.BorderSizePixel = 0
  159. TrollingGUI.Position = UDim2.new(0.835962176, 0, 0.790816307, 0)
  160. TrollingGUI.Size = UDim2.new(0, 103, 0, 25)
  161. TrollingGUI.Font = Enum.Font.SourceSans
  162. TrollingGUI.Text = "Trolling GUI"
  163. TrollingGUI.TextColor3 = Color3.fromRGB(0, 0, 0)
  164. TrollingGUI.TextSize = 14.000
  165. TrollingGUI.MouseButton1Click:Connect(function()
  166. loadstring(game:HttpGet(('https://pastebin.com/raw/CFUBWFny'),true))()
  167. end)
  168.  
  169. Chetbypass.Name = "Chetbypass"
  170. Chetbypass.Parent = ScriptsFrame
  171. Chetbypass.AnchorPoint = Vector2.new(0.5, 0.5)
  172. Chetbypass.BackgroundColor3 = Color3.fromRGB(56, 56, 56)
  173. Chetbypass.BorderSizePixel = 0
  174. Chetbypass.Position = UDim2.new(0.835962176, 0, 0.581632614, 0)
  175. Chetbypass.Size = UDim2.new(0, 103, 0, 25)
  176. Chetbypass.Font = Enum.Font.SourceSans
  177. Chetbypass.Text = "Chetbypass"
  178. Chetbypass.TextColor3 = Color3.fromRGB(0, 0, 0)
  179. Chetbypass.TextSize = 14.000
  180. Chetbypass.MouseButton1Click:Connect(function()
  181. loadstring(game:HttpGet('https://raw.githubusercontent.com/bedra45/chetbypasser/main/chetbypass'))()
  182. end)
  183. InfiniteYield.Name = "Infinite Yield"
  184. InfiniteYield.Parent = ScriptsFrame
  185. InfiniteYield.AnchorPoint = Vector2.new(0.5, 0.5)
  186. InfiniteYield.BackgroundColor3 = Color3.fromRGB(56, 56, 56)
  187. InfiniteYield.BorderSizePixel = 0
  188. InfiniteYield.Position = UDim2.new(0.835962176, 0, 0.387755096, 0)
  189. InfiniteYield.Size = UDim2.new(0, 103, 0, 25)
  190. InfiniteYield.Font = Enum.Font.SourceSans
  191. InfiniteYield.Text = "Infinite Yield"
  192. InfiniteYield.TextColor3 = Color3.fromRGB(0, 0, 0)
  193. InfiniteYield.TextSize = 14.000
  194. InfiniteYield.MouseButton1Click:Connect(function()
  195. loadstring(game:HttpGet(('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'),true))()
  196. end)
  197.  
  198. Walkspeed.Name = "Walkspeed"
  199. Walkspeed.Parent = ScriptsFrame
  200. Walkspeed.AnchorPoint = Vector2.new(0.5, 0.5)
  201. Walkspeed.BackgroundColor3 = Color3.fromRGB(56, 56, 56)
  202. Walkspeed.BorderSizePixel = 0
  203. Walkspeed.Position = UDim2.new(0.160883293, 0, 0.387755096, 0)
  204. Walkspeed.Size = UDim2.new(0, 103, 0, 25)
  205. Walkspeed.Font = Enum.Font.SourceSans
  206. Walkspeed.Text = "WalkSpeed"
  207. Walkspeed.TextColor3 = Color3.fromRGB(0, 0, 0)
  208. Walkspeed.TextSize = 14.000
  209. Walkspeed.MouseButton1Click:Connect(function()
  210. local Plr = game.Players.LocalPlayer
  211. local Char = Plr.Character or Plr.CharacterAdded:Wait()
  212.  
  213. Char:WaitForChild("Humanoid").WalkSpeed = 50
  214. end)
  215.  
  216. Jumppower.Name = "Jumppower"
  217. Jumppower.Parent = ScriptsFrame
  218. Jumppower.AnchorPoint = Vector2.new(0.5, 0.5)
  219. Jumppower.BackgroundColor3 = Color3.fromRGB(56, 56, 56)
  220. Jumppower.BorderSizePixel = 0
  221. Jumppower.Position = UDim2.new(0.160883293, 0, 0.581632614, 0)
  222. Jumppower.Size = UDim2.new(0, 103, 0, 25)
  223. Jumppower.Font = Enum.Font.SourceSans
  224. Jumppower.Text = "JumpPower"
  225. Jumppower.TextColor3 = Color3.fromRGB(0, 0, 0)
  226. Jumppower.TextSize = 14.000
  227. Jumppower.MouseButton1Click:Connect(function()
  228. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 150
  229. end)
  230.  
  231. Fly.Name = "Fly"
  232. Fly.Parent = ScriptsFrame
  233. Fly.AnchorPoint = Vector2.new(0.5, 0.5)
  234. Fly.BackgroundColor3 = Color3.fromRGB(56, 56, 56)
  235. Fly.BorderSizePixel = 0
  236. Fly.Position = UDim2.new(0.160883293, 0, 0.790816307, 0)
  237. Fly.Size = UDim2.new(0, 103, 0, 25)
  238. Fly.Font = Enum.Font.SourceSans
  239. Fly.Text = "Fly"
  240. Fly.TextColor3 = Color3.fromRGB(0, 0, 0)
  241. Fly.TextSize = 14.000
  242. Fly.MouseButton1Click:Connect(function()
  243. loadstring(game:HttpGet("https://pastebin.com/raw/7rXZ9VNc", true))()
  244. end)
  245.  
  246. TextLabel_2.Parent = ScriptsFrame
  247. TextLabel_2.AnchorPoint = Vector2.new(0.5, 0.5)
  248. TextLabel_2.BackgroundColor3 = Color3.fromRGB(127, 127, 127)
  249. TextLabel_2.BorderColor3 = Color3.fromRGB(0, 0, 0)
  250. TextLabel_2.BorderSizePixel = 3
  251. TextLabel_2.Position = UDim2.new(0.173501581, 0, 0.217674404, 0)
  252. TextLabel_2.Size = UDim2.new(0, 94, 0, 14)
  253. TextLabel_2.Font = Enum.Font.SourceSans
  254. TextLabel_2.Text = "LOCAL"
  255. TextLabel_2.TextColor3 = Color3.fromRGB(0, 0, 0)
  256. TextLabel_2.TextSize = 14.000
  257.  
  258. TextLabel_3.Parent = ScriptsFrame
  259. TextLabel_3.AnchorPoint = Vector2.new(0.5, 0.5)
  260. TextLabel_3.BackgroundColor3 = Color3.fromRGB(127, 127, 127)
  261. TextLabel_3.BorderColor3 = Color3.fromRGB(0, 0, 0)
  262. TextLabel_3.BorderSizePixel = 3
  263. TextLabel_3.Position = UDim2.new(0.835962176, 0, 0.217674404, 0)
  264. TextLabel_3.Size = UDim2.new(0, 94, 0, 14)
  265. TextLabel_3.Font = Enum.Font.SourceSans
  266. TextLabel_3.Text = "Misc"
  267. TextLabel_3.TextColor3 = Color3.fromRGB(0, 0, 0)
  268. TextLabel_3.TextSize = 14.000
  269.  
  270. Close.Name = "Close"
  271. Close.Parent = ScriptsFrame
  272. Close.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  273. Close.Position = UDim2.new(0.92429024, 0, 0.0357142873, 0)
  274. Close.Size = UDim2.new(0, 19, 0, 21)
  275. Close.Font = Enum.Font.SourceSans
  276. Close.Text = "X"
  277. Close.TextColor3 = Color3.fromRGB(0, 0, 0)
  278. Close.TextSize = 14.000
  279. Close.MouseButton1Click:Connect(function()
  280. ScriptsFrame.Visible = false
  281. end)
  282.  
  283. CredsFrame.Name = "CredsFrame"
  284. CredsFrame.Parent = Topframe
  285. CredsFrame.AnchorPoint = Vector2.new(0.5, 0.5)
  286. CredsFrame.BackgroundColor3 = Color3.fromRGB(43, 43, 43)
  287. CredsFrame.BorderColor3 = Color3.fromRGB(0, 0, 0)
  288. CredsFrame.BorderSizePixel = 5
  289. CredsFrame.Position = UDim2.new(0.498574793, 0, 0.499162346, 0)
  290. CredsFrame.Size = UDim2.new(0, 317, 0, 196)
  291. CredsFrame.Visible = false
  292. CredsFrame.Active = true
  293. CredsFrame.Draggable = true
  294.  
  295. TextLabel_4.Parent = CredsFrame
  296. TextLabel_4.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  297. TextLabel_4.BackgroundTransparency = 1.000
  298. TextLabel_4.Position = UDim2.new(0.182965294, 0, 0.10204082, 0)
  299. TextLabel_4.Size = UDim2.new(0, 200, 0, 156)
  300. TextLabel_4.Font = Enum.Font.SourceSans
  301. TextLabel_4.Text = "Script made by: Xafichy,i only made the Walkspeed, and the JumpPower script."
  302. TextLabel_4.TextColor3 = Color3.fromRGB(0, 0, 0)
  303. TextLabel_4.TextScaled = true
  304. TextLabel_4.TextSize = 14.000
  305. TextLabel_4.TextWrapped = true
  306.  
  307. Close_2.Name = "Close"
  308. Close_2.Parent = CredsFrame
  309. Close_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  310. Close_2.Position = UDim2.new(0.902208209, 0, 0.0357142873, 0)
  311. Close_2.Size = UDim2.new(0, 22, 0, 20)
  312. Close_2.Font = Enum.Font.SourceSans
  313. Close_2.Text = "X"
  314. Close_2.TextColor3 = Color3.fromRGB(0, 0, 0)
  315. Close_2.TextSize = 14.000
  316. Close_2.MouseButton1Click:Connect(function()
  317. CredsFrame.Visible = false
  318. end)
  319.  
  320. function onKeyPress(inputObject, gameProcessedEvent)
  321. if inputObject.KeyCode == Enum.KeyCode.Insert then
  322. if Topframe.Visible == false then
  323. Topframe.Visible = true
  324. else
  325. Topframe.Visible = false
  326. end
  327. end
  328. end
  329.  
  330. game:GetService("UserInputService").InputBegan:connect(onKeyPress)
Add Comment
Please, Sign In to add comment