Advertisement
Guest User

Legends Of shit

a guest
Sep 20th, 2019
1,650
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 9.30 KB | None | 0 0
  1. --Made by athoi21#6171
  2. ---Please do not recreate this gui/script. Make sure to credit me in the vid or description.
  3.  
  4. local ScreenGui = Instance.new("ScreenGui")
  5. local FirstFrame = Instance.new("TextLabel")
  6. local Frame = Instance.new("Frame")
  7. local SF = Instance.new("TextButton")
  8. local GF = Instance.new("TextButton")
  9. local R = Instance.new("TextButton")
  10. local UIListLayout = Instance.new("UIListLayout")
  11. local R_2 = Instance.new("TextButton")
  12. local closeFArm = Instance.new("TextButton")
  13. local LegendsOfSpeed = Instance.new("TextLabel")
  14. local SecoundFrame = Instance.new("TextLabel")
  15. local Frame_2 = Instance.new("Frame")
  16. local City = Instance.new("TextButton")
  17. local SC = Instance.new("TextButton")
  18. local PC = Instance.new("TextButton")
  19. local UIListLayout_2 = Instance.new("UIListLayout")
  20. local closeTp = Instance.new("TextButton")
  21.  
  22. FirstFrame.Draggable = true
  23. SecoundFrame.Draggable = true
  24.  
  25.  
  26. --Properties:
  27. ScreenGui.Parent = game.CoreGui
  28. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  29.  
  30. FirstFrame.Name = "FirstFrame"
  31. FirstFrame.Parent = ScreenGui
  32. FirstFrame.Active = true
  33. FirstFrame.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
  34. FirstFrame.BorderSizePixel = 0
  35. FirstFrame.Position = UDim2.new(0.401171386, 0, 0.419224352, 0)
  36. FirstFrame.Size = UDim2.new(0, 189, 0, 28)
  37. FirstFrame.Font = Enum.Font.SourceSans
  38. FirstFrame.Text = "FARMING"
  39. FirstFrame.TextColor3 = Color3.new(0.172549, 0.172549, 0.172549)
  40. FirstFrame.TextSize = 20
  41.  
  42. Frame.Parent = FirstFrame
  43. Frame.BackgroundColor3 = Color3.new(0, 0, 0)
  44. Frame.BackgroundTransparency = 0.5
  45. Frame.BorderSizePixel = 0
  46. Frame.Position = UDim2.new(-6.81397796e-05, 0, 0.991697013, 0)
  47. Frame.Size = UDim2.new(0, 189, 0, 103)
  48.  
  49. SF.Name = "SF"
  50. SF.Parent = Frame
  51. SF.BackgroundColor3 = Color3.new(1, 1, 1)
  52. SF.BorderSizePixel = 0
  53. SF.Position = UDim2.new(0, 0, 0.0736196339, 0)
  54. SF.Size = UDim2.new(0, 189, 0, 26)
  55. SF.Font = Enum.Font.Cartoon
  56. SF.Text = "Steps Farm"
  57. SF.TextColor3 = Color3.new(0, 0, 0)
  58. SF.TextSize = 21
  59. SF.MouseButton1Down:connect(function()
  60. function autostepfarm()
  61. while wait() do
  62. -- City Farm
  63. -- 1st step farm
  64. local tbl_main =
  65. {
  66.       "collectOrb",
  67.       "Orange Orb",
  68.       "City"
  69. }
  70. game:GetService("ReplicatedStorage").rEvents.orbEvent:FireServer(unpack(tbl_main))
  71. -- 2nd step farm
  72. local tbl_main =
  73. {
  74.       "collectOrb",
  75.       "Red Orb",
  76.       "City"
  77. }
  78. game:GetService("ReplicatedStorage").rEvents.orbEvent:FireServer(unpack(tbl_main))
  79. --3rd Step farm
  80. local tbl_main =
  81. {
  82.       "collectOrb",
  83.       "Blue Orb",
  84.       "City"
  85. }
  86. game:GetService("ReplicatedStorage").rEvents.orbEvent:FireServer(unpack(tbl_main))
  87. -- Snow City Farm
  88.  
  89. local tbl_main =
  90. {
  91.       "collectOrb",
  92.       "Orange Orb",
  93.       "Snow City"
  94. }
  95. game:GetService("ReplicatedStorage").rEvents.orbEvent:FireServer(unpack(tbl_main))
  96. -- 2nd step farm
  97. local tbl_main =
  98. {
  99.       "collectOrb",
  100.       "Red Orb",
  101.       "Snow City"
  102. }
  103. game:GetService("ReplicatedStorage").rEvents.orbEvent:FireServer(unpack(tbl_main))
  104. --3rd Step farm
  105. local tbl_main =
  106. {
  107.       "collectOrb",
  108.       "Blue Orb",
  109.       "Snow City"
  110. }
  111. game:GetService("ReplicatedStorage").rEvents.orbEvent:FireServer(unpack(tbl_main))
  112.  
  113. end
  114. end
  115. autostepfarm()
  116. end)
  117.  
  118. GF.Name = "GF"
  119. GF.Parent = Frame
  120. GF.BackgroundColor3 = Color3.new(1, 1, 1)
  121. GF.BorderSizePixel = 0
  122. GF.Position = UDim2.new(0, 0, 0.276073635, 0)
  123. GF.Size = UDim2.new(0, 189, 0, 26)
  124. GF.Font = Enum.Font.Cartoon
  125. GF.Text = "Gems Farm"
  126. GF.TextColor3 = Color3.new(0, 0, 0)
  127. GF.TextSize = 21
  128. GF.MouseButton1Down:connect(function()
  129.     -- Gems farm
  130.  
  131. function gemsfarm()
  132. while wait() do
  133. --City Gems farm
  134. local tbl_main =
  135. {
  136.       "collectOrb",
  137.       "Gem",
  138.       "City"
  139. }
  140. game:GetService("ReplicatedStorage").rEvents.orbEvent:FireServer(unpack(tbl_main))
  141.  
  142. -- Snow Citygems farm
  143. local tbl_main =
  144. {
  145.       "collectOrb",
  146.       "Gem",
  147.       "Snow City"
  148. }
  149. game:GetService("ReplicatedStorage").rEvents.orbEvent:FireServer(unpack(tbl_main))
  150. end
  151. end
  152. gemsfarm()
  153. end)
  154.  
  155. R.Name = "R"
  156. R.Parent = Frame
  157. R.BackgroundColor3 = Color3.new(1, 1, 1)
  158. R.BorderSizePixel = 0
  159. R.Position = UDim2.new(0, 0, 0.478527606, 0)
  160. R.Size = UDim2.new(0, 189, 0, 26)
  161. R.Font = Enum.Font.Cartoon
  162. R.Text = "Hoops Farm"
  163. R.TextColor3 = Color3.new(0, 0, 0)
  164. R.TextSize = 21
  165. R.MouseButton1Down:connect(function()
  166.     game:GetService"RunService".RenderStepped:Connect(function()
  167. for i,v in pairs(game.Workspace.Hoops:GetChildren()) do
  168. if v.Name == "Hoop" then
  169. wait()
  170. v.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  171. end
  172. end
  173. end)
  174. end)
  175.  
  176.  
  177. UIListLayout.Parent = Frame
  178. UIListLayout.SortOrder = Enum.SortOrder.LayoutOrder
  179.  
  180. R_2.Name = "R"
  181. R_2.Parent = Frame
  182. R_2.BackgroundColor3 = Color3.new(1, 1, 1)
  183. R_2.BorderSizePixel = 0
  184. R_2.Position = UDim2.new(0, 0, 0.478527606, 0)
  185. R_2.Size = UDim2.new(0, 189, 0, 26)
  186. R_2.Font = Enum.Font.Cartoon
  187. R_2.Text = "Rebirth"
  188. R_2.TextColor3 = Color3.new(0, 0, 0)
  189. R_2.TextSize = 21
  190. R_2.MouseButton1Down:connect(function()
  191.         function R()
  192.     local tbl_main =
  193. {
  194.       game:GetService("Workspace").rewardChests.rewardChest
  195. }
  196. game:GetService("ReplicatedStorage").rEvents.collectCourseChestRemote:InvokeServer(unpack(tbl_main))
  197.  
  198.     R()
  199.     end
  200. end)
  201.  
  202. closeFArm.Name = "closeFArm"
  203. closeFArm.Parent = FirstFrame
  204. closeFArm.BackgroundColor3 = Color3.new(1, 1, 1)
  205. closeFArm.BackgroundTransparency = 1
  206. closeFArm.Position = UDim2.new(0.873015881, 0, 0, 0)
  207. closeFArm.Size = UDim2.new(0, 23, 0, 22)
  208. closeFArm.Font = Enum.Font.SourceSans
  209. closeFArm.Text = "X"
  210. closeFArm.TextColor3 = Color3.new(1, 0, 0)
  211. closeFArm.TextSize = 25
  212. closeFArm.MouseButton1Down:connect(function()
  213.     FirstFrame.Visible = false
  214.     FirstFrame.Active = false
  215. end)
  216.  
  217. LegendsOfSpeed.Name = "LegendsOfSpeed"
  218. LegendsOfSpeed.Parent = ScreenGui
  219. LegendsOfSpeed.BackgroundColor3 = Color3.new(1, 1, 1)
  220. LegendsOfSpeed.BackgroundTransparency = 1
  221. LegendsOfSpeed.BorderSizePixel = 0
  222. LegendsOfSpeed.Position = UDim2.new(-0.047314629, 0, 0.939078033, 0)
  223. LegendsOfSpeed.Size = UDim2.new(0, 379, 0, 42)
  224. LegendsOfSpeed.Font = Enum.Font.SciFi
  225. LegendsOfSpeed.Text = "Legends Of Speed Haxx\n by athoi21"
  226. LegendsOfSpeed.TextColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  227. LegendsOfSpeed.TextScaled = true
  228. LegendsOfSpeed.TextSize = 14
  229. LegendsOfSpeed.TextWrapped = true
  230.  
  231. SecoundFrame.Name = "SecoundFrame"
  232. SecoundFrame.Parent = ScreenGui
  233. SecoundFrame.Active = true
  234. SecoundFrame.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
  235. SecoundFrame.BorderSizePixel = 0
  236. SecoundFrame.Position = UDim2.new(0.616903484, 0, 0.417777151, 0)
  237. SecoundFrame.Size = UDim2.new(0, 189, 0, 28)
  238. SecoundFrame.Font = Enum.Font.SourceSans
  239. SecoundFrame.Text = "TELEPORT"
  240. SecoundFrame.TextColor3 = Color3.new(0.172549, 0.172549, 0.172549)
  241. SecoundFrame.TextSize = 20
  242.  
  243. Frame_2.Parent = SecoundFrame
  244. Frame_2.BackgroundColor3 = Color3.new(0, 0, 0)
  245. Frame_2.BackgroundTransparency = 0.5
  246. Frame_2.BorderSizePixel = 0
  247. Frame_2.Position = UDim2.new(-6.81397796e-05, 0, 0.991697013, 0)
  248. Frame_2.Size = UDim2.new(0, 189, 0, 78)
  249.  
  250. City.Name = "City"
  251. City.Parent = Frame_2
  252. City.BackgroundColor3 = Color3.new(1, 1, 1)
  253. City.BorderSizePixel = 0
  254. City.Position = UDim2.new(0, 0, 0.0736196339, 0)
  255. City.Size = UDim2.new(0, 189, 0, 26)
  256. City.Font = Enum.Font.Cartoon
  257. City.Text = "City"
  258. City.TextColor3 = Color3.new(0, 0, 0)
  259. City.TextSize = 21
  260. City.MouseButton1Down:connect(function()
  261.     game.Players.LocalPlayer.character.HumanoidRootPart.CFrame = CFrame.new(-764.341675, 4.17686653, 559.398987)
  262. end)
  263.  
  264. SC.Name = "SC"
  265. SC.Parent = Frame_2
  266. SC.BackgroundColor3 = Color3.new(1, 1, 1)
  267. SC.BorderSizePixel = 0
  268. SC.Position = UDim2.new(0, 0, 0.276073635, 0)
  269. SC.Size = UDim2.new(0, 189, 0, 26)
  270. SC.Font = Enum.Font.Cartoon
  271. SC.Text = "Snow City "
  272. SC.TextColor3 = Color3.new(0, 0, 0)
  273. SC.TextSize = 21
  274. SC.MouseButton1Down:connect(function()
  275.     game.Players.LocalPlayer.character.HumanoidRootPart.CFrame = CFrame.new(-864.25293, 4.17686653, 2164.34106)
  276. end)
  277.  
  278. PC.Name = "PC"
  279. PC.Parent = Frame_2
  280. PC.BackgroundColor3 = Color3.new(1, 1, 1)
  281. PC.BorderSizePixel = 0
  282. PC.Position = UDim2.new(0, 0, 0.478527606, 0)
  283. PC.Size = UDim2.new(0, 189, 0, 26)
  284. PC.Font = Enum.Font.Cartoon
  285. PC.Text = "Pirate Course "
  286. PC.TextColor3 = Color3.new(0, 0, 0)
  287. PC.TextSize = 21
  288. PC.MouseButton1Down:connect(function()
  289.     game.Players.LocalPlayer.character.HumanoidRootPart.CFrame = CFrame.new(-1612.89026, 101.772789, 5664.27246)
  290. end)
  291.  
  292. UIListLayout_2.Parent = Frame_2
  293. UIListLayout_2.SortOrder = Enum.SortOrder.LayoutOrder
  294.  
  295. closeTp.Name = "closeTp"
  296. closeTp.Parent = SecoundFrame
  297. closeTp.BackgroundColor3 = Color3.new(1, 1, 1)
  298. closeTp.BackgroundTransparency = 1
  299. closeTp.Position = UDim2.new(0.873015881, 0, 0, 0)
  300. closeTp.Size = UDim2.new(0, 23, 0, 22)
  301. closeTp.Font = Enum.Font.SourceSans
  302. closeTp.Text = "X"
  303. closeTp.TextColor3 = Color3.new(1, 0, 0)
  304. closeTp.TextSize = 25
  305. closeTp.MouseButton1Down:connect(function()
  306.     SecoundFrame.Visible = false
  307.     SecoundFrame.Active = false
  308. end)
  309.  
  310. -- Scripts:
  311. function SCRIPT_JGFN83_FAKESCRIPT() -- LegendsOfSpeed.Script
  312.     local script = Instance.new('Script')
  313.     script.Parent = LegendsOfSpeed
  314.     repeat  
  315.       for hue = 0, 1, .01 do
  316.            script.Parent.TextColor3= Color3.fromHSV(hue, 1, 1)
  317.             wait(1)
  318.         end
  319.         for hue = 1, 0 -.01 do
  320.            script.Parent.TextColor3= Color3.fromHSV(hue, 1, 1)
  321.             wait(1)
  322.         end
  323.     until nil
  324.  
  325. end
  326. coroutine.resume(coroutine.create(SCRIPT_JGFN83_FAKESCRIPT))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement