Advertisement
Legend_HandlesYT

Untitled

Aug 6th, 2021
382
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.98 KB | None | 0 0
  1. -- MADE BY LEGEND HANDLESYT
  2. -- Version: 1.2
  3.  
  4. local ScreenGui = Instance.new("ScreenGui")
  5. local main = Instance.new("Frame")
  6. local credittitle = Instance.new("TextLabel")
  7. local xbutton = Instance.new("TextButton")
  8. local title = Instance.new("TextLabel")
  9. local awayrim = Instance.new("TextButton")
  10. local homerim = Instance.new("TextButton")
  11. local sprint = Instance.new("TextButton")
  12. local qtotp = Instance.new("TextButton")
  13. local longarms = Instance.new("TextButton")
  14. local cedit = Instance.new("TextLabel")
  15.  
  16. --Properties:
  17.  
  18. ScreenGui.Parent = game.CoreGui
  19.  
  20. main.Name = "main"
  21. main.Parent = ScreenGui
  22. main.BackgroundColor3 = Color3.fromRGB(31, 31, 31)
  23. main.Position = UDim2.new(0.24591656, 0, 0.0620154962, 0)
  24. main.Size = UDim2.new(0, 575, 0, 384)
  25. main.Active = true
  26. main.Draggable = true
  27.  
  28. credittitle.Name = "credit title"
  29. credittitle.Parent = main
  30. credittitle.BackgroundColor3 = Color3.fromRGB(61, 61, 61)
  31. credittitle.BorderSizePixel = 0
  32. credittitle.Size = UDim2.new(0, 575, 0, 88)
  33. credittitle.Font = Enum.Font.Antique
  34. credittitle.Text = "GUI By Legend Handles"
  35. credittitle.TextColor3 = Color3.fromRGB(0, 0, 0)
  36. credittitle.TextSize = 50.000
  37. credittitle.TextWrapped = true
  38.  
  39. xbutton.Name = "xbutton"
  40. xbutton.Parent = main
  41. xbutton.BackgroundColor3 = Color3.fromRGB(95, 95, 95)
  42. xbutton.BorderColor3 = Color3.fromRGB(0, 0, 0)
  43. xbutton.Position = UDim2.new(0.904759884, 0, 0.064619638, 0)
  44. xbutton.Size = UDim2.new(0, 48, 0, 38)
  45. xbutton.Font = Enum.Font.Antique
  46. xbutton.Text = "X"
  47. xbutton.TextColor3 = Color3.fromRGB(0, 0, 0)
  48. xbutton.TextScaled = true
  49. xbutton.TextSize = 14.000
  50. xbutton.TextWrapped = true
  51.  
  52. title.Name = "title"
  53. title.Parent = main
  54. title.BackgroundColor3 = Color3.fromRGB(61, 61, 61)
  55. title.BackgroundTransparency = 1.000
  56. title.BorderSizePixel = 0
  57. title.Position = UDim2.new(0.231304348, 0, 0.229166672, 0)
  58. title.Size = UDim2.new(0, 292, 0, 32)
  59. title.Font = Enum.Font.Antique
  60. title.Text = "Hoopverse GUI"
  61. title.TextColor3 = Color3.fromRGB(0, 0, 0)
  62. title.TextSize = 40.000
  63. title.TextWrapped = true
  64.  
  65. awayrim.Name = "awayrim"
  66. awayrim.Parent = main
  67. awayrim.BackgroundColor3 = Color3.fromRGB(84, 84, 84)
  68. awayrim.Position = UDim2.new(0.0692150369, 0, 0.33896035, 0)
  69. awayrim.Size = UDim2.new(0, 470, 0, 31)
  70. awayrim.Font = Enum.Font.Antique
  71. awayrim.Text = "Tp To Home Rim (BlockShots)"
  72. awayrim.TextColor3 = Color3.fromRGB(0, 0, 0)
  73. awayrim.TextScaled = true
  74. awayrim.TextSize = 14.000
  75. awayrim.TextWrapped = true
  76. awayrim.MouseButton1Down:connect(function()
  77. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(6.37270594, 16.1374321, -64.6051636, -0.611264706, -0.00112542894, 0.791425407, -0.00029384598, 0.999999225, 0.00119507208, -0.791426182, 0.000497948145, -0.611264586)
  78. end)
  79.  
  80. homerim.Name = "homerim"
  81. homerim.Parent = main
  82. homerim.BackgroundColor3 = Color3.fromRGB(84, 84, 84)
  83. homerim.Position = UDim2.new(0.0692150369, 0, 0.457638323, 0)
  84. homerim.Size = UDim2.new(0, 470, 0, 31)
  85. homerim.Font = Enum.Font.Antique
  86. homerim.Text = "Tp To Away Rim (Block Shots)"
  87. homerim.TextColor3 = Color3.fromRGB(0, 0, 0)
  88. homerim.TextScaled = true
  89. homerim.TextSize = 14.000
  90. homerim.TextWrapped = true
  91. homerim.MouseButton1Down:connect(function()
  92. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(6.00457001, 16.5280666, 65.478508, 0.00209328323, 9.74908687e-09, -0.999997795, -2.32648425e-08, 1, 9.70040759e-09, 0.999997795, 2.32444854e-08, 0.00209328323)
  93. end)
  94.  
  95. sprint.Name = "sprint"
  96. sprint.Parent = main
  97. sprint.BackgroundColor3 = Color3.fromRGB(84, 84, 84)
  98. sprint.Position = UDim2.new(0.0692150369, 0, 0.574097335, 0)
  99. sprint.Size = UDim2.new(0, 470, 0, 31)
  100. sprint.Font = Enum.Font.Antique
  101. sprint.Text = "Shift To Sprint"
  102. sprint.TextColor3 = Color3.fromRGB(0, 0, 0)
  103. sprint.TextScaled = true
  104. sprint.TextSize = 14.000
  105. sprint.TextWrapped = true
  106. sprint.MouseButton1Down:connect(function()
  107. ShiftHeld = false
  108. local gcheck = true
  109. urspeed = -1 -- The lower it is the faster. So don't worry about it being minus 1
  110.  
  111.  
  112. function ChangeFaster(inputObject, gameProcessedEvent)
  113. if inputObject.KeyCode == Enum.KeyCode.Minus and gameProcessedEvent == false then
  114. urspeed = urspeed - 0.1
  115. end
  116. end
  117.  
  118.  
  119.  
  120. function ChangeSlower(inputObject, gameProcessedEvent)
  121. if inputObject.KeyCode == Enum.KeyCode.Equals and gameProcessedEvent == false then
  122. urspeed = urspeed + 0.1
  123. end
  124. end
  125.  
  126.  
  127.  
  128. function GChecker(inputObject, gameProcessedEvent)
  129. if inputObject.KeyCode == Enum.KeyCode.K and gameProcessedEvent == false then
  130. if gcheck == false then
  131. gcheck = true
  132. elseif gcheck == true then
  133. gcheck = false
  134. end
  135.  
  136. end
  137. end
  138.  
  139. game:GetService("UserInputService").InputBegan:connect(GChecker)
  140.  
  141.  
  142.  
  143. function PressShift(inputObject,gameProcessedEvent)
  144. if inputObject.KeyCode == Enum.KeyCode.LeftShift and gameProcessedEvent == false and gcheck == true then
  145. ShiftHeld = true
  146. end
  147. end
  148.  
  149. function ReleaseShift(inputObject,gameProcessed)
  150. if inputObject.KeyCode == Enum.KeyCode.LeftShift then
  151. ShiftHeld = false
  152. end
  153. end
  154.  
  155. game:GetService("UserInputService").InputBegan:connect(PressShift)
  156. game:GetService("UserInputService").InputEnded:connect(ReleaseShift)
  157. game:GetService("UserInputService").InputBegan:connect(ChangeFaster)
  158. game:GetService("UserInputService").InputBegan:connect(ChangeSlower)
  159.  
  160.  
  161. game:GetService('RunService').Stepped:connect(function()
  162. if ShiftHeld == true then
  163. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame * CFrame.new(0,0,urspeed)
  164. end
  165. end)
  166. end)
  167.  
  168. qtotp.Name = "qtotp"
  169. qtotp.Parent = main
  170. qtotp.BackgroundColor3 = Color3.fromRGB(84, 84, 84)
  171. qtotp.Position = UDim2.new(0.0692150369, 0, 0.691167653, 0)
  172. qtotp.Size = UDim2.new(0, 470, 0, 31)
  173. qtotp.Font = Enum.Font.Antique
  174. qtotp.Text = "Q To Tp"
  175. qtotp.TextColor3 = Color3.fromRGB(0, 0, 0)
  176. qtotp.TextScaled = true
  177. qtotp.TextSize = 14.000
  178. qtotp.TextWrapped = true
  179. qtotp.MouseButton1Down:connect(function()
  180. plr = game.Players.LocalPlayer
  181.  
  182. hum = plr.Character.HumanoidRootPart
  183.  
  184. mouse = plr:GetMouse()
  185.  
  186.  
  187.  
  188. mouse.KeyDown:connect(function(key)
  189.  
  190. if key == "q" then
  191.  
  192. if mouse.Target then
  193.  
  194. hum.CFrame = CFrame.new(mouse.Hit.x, mouse.Hit.y + 5, mouse.Hit.z)
  195.  
  196. end
  197.  
  198. end
  199. end)
  200. end)
  201.  
  202. longarms.Name = "longarms"
  203. longarms.Parent = main
  204. longarms.BackgroundColor3 = Color3.fromRGB(84, 84, 84)
  205. longarms.Position = UDim2.new(0.0692150369, 0, 0.815439165, 0)
  206. longarms.Size = UDim2.new(0, 470, 0, 31)
  207. longarms.Font = Enum.Font.Antique
  208. longarms.Text = "LongArms (Press Q)"
  209. longarms.TextColor3 = Color3.fromRGB(0, 0, 0)
  210. longarms.TextScaled = true
  211. longarms.TextSize = 14.000
  212. longarms.TextWrapped = true
  213. longarms.MouseButton1Down:connect(function()
  214. _G.Resized = false
  215.  
  216. local Player = game:GetService('Players').LocalPlayer
  217. local Mouse = Player:GetMouse()
  218.  
  219. Mouse.KeyDown:Connect(function(Key)
  220. if Key == 'q' then
  221. _G.Resized = not _G.Resized
  222. if _G.Resized == true then
  223. Player.Character['LeftHand'].Size = Vector3.new(1, 10, 1)
  224. Player.Character['RightHand'].Size = Vector3.new(1, 10, 1)
  225. elseif _G.Resized == false then
  226. Player.Character['LeftHand'].Size = Vector3.new(0.69334, 1.10182, 0.744331)
  227. Player.Character['RightHand'].Size = Vector3.new(0.69334, 1.10182, 0.744331)
  228. end
  229. end
  230. end)
  231. end)
  232.  
  233. cedit.Name = "cedit"
  234. cedit.Parent = main
  235. cedit.BackgroundColor3 = Color3.fromRGB(61, 61, 61)
  236. cedit.BackgroundTransparency = 1.000
  237. cedit.BorderSizePixel = 0
  238. cedit.Position = UDim2.new(-0.0191304348, 0, 0.896168292, 0)
  239. cedit.Size = UDim2.new(0, 195, 0, 33)
  240. cedit.Font = Enum.Font.Antique
  241. cedit.Text = "By Legend Handles"
  242. cedit.TextColor3 = Color3.fromRGB(0, 0, 0)
  243. cedit.TextScaled = true
  244. cedit.TextSize = 40.000
  245. cedit.TextWrapped = true
  246.  
  247. -- Scripts:
  248.  
  249. local function KYCDSYB_fake_script() -- xbutton.LocalScript
  250. local script = Instance.new('LocalScript', xbutton)
  251.  
  252. script.Parent.MouseButton1Click:Connect(function()
  253. script.Parent.Parent.Visible = false
  254. end)
  255. end
  256. coroutine.wrap(KYCDSYB_fake_script)()
  257.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement