Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --WORKING 2019-2020
- --[[
- MADE BY
- ╔╗──╔╗╔═══╗╔═══╗╔╗───╔═══╗╔════╗╔═══╗╔═╗─╔╗╔═══╗
- ║╚╗╔╝║║╔══╝║╔═╗║║║───║╔══╝║╔╗╔╗║║╔══╝║║╚╗║║║╔═╗║
- ╚╗╚╝╔╝║╚══╗║║─║║║║───║╚══╗╚╝║║╚╝║╚══╗║╔╗╚╝║║║─╚╝
- ─╚╗╔╝─║╔══╝║╚═╝║║║─╔╗║╔══╝──║║──║╔══╝║║╚╗║║║║╔═╗
- ──║║──║╚══╗║╔═╗║║╚═╝║║╚══╗──║║──║║───║║─║║║║╚╩═║
- ──╚╝──╚═══╝╚╝─╚╝╚═══╝╚═══╝──╚╝──╚╝───╚╝─╚═╝╚═══╝
- number sign (#)
- ╔═══╗╔═══╗╔╗─╔╗╔═══╗
- ║╔══╝║╔═╗║║║─║║║╔═╗║
- ║╚══╗║╚═╝║║╚═╝║╚╝╔╝║
- ║╔═╗║╚══╗║╚══╗║╔═╝╔╝
- ║╚═╝║╔══╝║───║║║║╚═╗
- ╚═══╝╚═══╝───╚╝╚═══╝
- --]]
- -- Instances:
- local thisissparta = Instance.new("ScreenGui")
- local openframe = Instance.new("Frame")
- local openbutton = Instance.new("TextButton")
- local joinmydiscord = Instance.new("TextLabel")
- local aframetoputtitlein = Instance.new("Frame")
- local title = Instance.new("TextLabel")
- local mainframe = Instance.new("Frame")
- local mainframetitleplace = Instance.new("Frame")
- local title_2 = Instance.new("TextLabel")
- local discordshit = Instance.new("TextLabel")
- local AllAutoFarm = Instance.new("TextButton")
- local StepsAutoFarm = Instance.new("TextButton")
- local GemsAutoFarm = Instance.new("TextButton")
- local TextButton = Instance.new("TextButton")
- --Properties:
- thisissparta.Name = "this is sparta"
- thisissparta.Parent = game.CoreGui
- openframe.Name = "openframe"
- openframe.Parent = thisissparta
- openframe.BackgroundColor3 = Color3.new(0, 0, 0)
- openframe.BorderSizePixel = 0
- openframe.Position = UDim2.new(0.0512499809, 0, 0.458230942, 0)
- openframe.Size = UDim2.new(0, 264, 0, 127)
- openframe.Style = Enum.FrameStyle.RobloxRound
- openframe.Draggable = true
- openframe.Active = true
- openbutton.Name = "openbutton"
- openbutton.Parent = openframe
- openbutton.BackgroundColor3 = Color3.new(1, 1, 1)
- openbutton.BackgroundTransparency = 1
- openbutton.Position = UDim2.new(-0.0303030312, 0, 0.700787365, 0)
- openbutton.Size = UDim2.new(0, 264, 0, 40)
- openbutton.Font = Enum.Font.GothamBlack
- openbutton.Text = "open"
- openbutton.TextColor3 = Color3.new(1, 1, 1)
- openbutton.TextScaled = true
- openbutton.TextSize = 14
- openbutton.TextWrapped = true
- openbutton.MouseButton1Down:connect(function()
- mainframe.Visible = true -- Makes the gui visible
- openframe.Visible = false -- Makes the open button invisible
- end)
- joinmydiscord.Name = "joinmydiscord"
- joinmydiscord.Parent = openframe
- joinmydiscord.BackgroundColor3 = Color3.new(1, 1, 1)
- joinmydiscord.BackgroundTransparency = 1
- joinmydiscord.Position = UDim2.new(-0.0303030312, 0, 0.00787401572, 0)
- joinmydiscord.Size = UDim2.new(0, 264, 0, 28)
- joinmydiscord.Font = Enum.Font.Gotham
- joinmydiscord.Text = "https://discord.gg/TSNQ5Hk"
- joinmydiscord.TextColor3 = Color3.new(1, 1, 1)
- joinmydiscord.TextScaled = true
- joinmydiscord.TextSize = 14
- joinmydiscord.TextWrapped = true
- aframetoputtitlein.Name = "aframetoput title in"
- aframetoputtitlein.Parent = openframe
- aframetoputtitlein.BackgroundColor3 = Color3.new(0, 0, 0)
- aframetoputtitlein.Position = UDim2.new(-0.0303030312, 0, -0.472440958, 0)
- aframetoputtitlein.Size = UDim2.new(0, 264, 0, 46)
- aframetoputtitlein.Style = Enum.FrameStyle.RobloxRound
- title.Name = "title"
- title.Parent = aframetoputtitlein
- title.BackgroundColor3 = Color3.new(1, 1, 1)
- title.BackgroundTransparency = 1
- title.Position = UDim2.new(-0.0340909101, 0, -0.00568678975, 0)
- title.Size = UDim2.new(0, 264, 0, 36)
- title.Font = Enum.Font.Gotham
- title.Text = "speedfucker"
- title.TextColor3 = Color3.new(1, 1, 1)
- title.TextScaled = true
- title.TextSize = 14
- title.TextWrapped = true
- mainframe.Name = "mainframe"
- mainframe.Parent = thisissparta
- mainframe.BackgroundColor3 = Color3.new(0, 0, 0)
- mainframe.Position = UDim2.new(0.220625013, 0, 0.229729727, 0)
- mainframe.Size = UDim2.new(0, 451, 0, 457)
- mainframe.Visible = false
- mainframe.Style = Enum.FrameStyle.RobloxRound
- mainframe.Draggable = true
- mainframe.Active = true
- mainframetitleplace.Name = "mainframetitleplace"
- mainframetitleplace.Parent = mainframe
- mainframetitleplace.BackgroundColor3 = Color3.new(0, 0, 0)
- mainframetitleplace.Position = UDim2.new(-0.0199556537, 0, -0.139234617, 0)
- mainframetitleplace.Size = UDim2.new(0, 451, 0, 52)
- mainframetitleplace.Style = Enum.FrameStyle.RobloxRound
- title_2.Name = "title"
- title_2.Parent = mainframetitleplace
- title_2.BackgroundColor3 = Color3.new(1, 1, 1)
- title_2.BackgroundTransparency = 1
- title_2.Position = UDim2.new(-0.00706931902, 0, -0.0963390023, 0)
- title_2.Size = UDim2.new(0, 451, 0, 40)
- title_2.Font = Enum.Font.Gotham
- title_2.Text = "speedfucker"
- title_2.TextColor3 = Color3.new(1, 1, 1)
- title_2.TextScaled = true
- title_2.TextSize = 14
- title_2.TextWrapped = true
- discordshit.Name = "discord shit"
- discordshit.Parent = mainframe
- discordshit.BackgroundColor3 = Color3.new(1, 1, 1)
- discordshit.BackgroundTransparency = 1
- discordshit.Position = UDim2.new(0.0265964419, 0, 0.0180968903, 0)
- discordshit.Size = UDim2.new(0, 427, 0, 19)
- discordshit.Font = Enum.Font.Gotham
- discordshit.Text = "https://discord.gg/TSNQ5Hk"
- discordshit.TextColor3 = Color3.new(1, 1, 1)
- discordshit.TextScaled = true
- discordshit.TextSize = 14
- discordshit.TextWrapped = true
- AllAutoFarm.Name = "AllAutoFarm"
- AllAutoFarm.Parent = mainframe
- AllAutoFarm.BackgroundColor3 = Color3.new(0.388235, 1, 0.203922)
- AllAutoFarm.Position = UDim2.new(0.176813304, 0, 0.149998292, 0)
- AllAutoFarm.Size = UDim2.new(0, 298, 0, 56)
- AllAutoFarm.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
- AllAutoFarm.Font = Enum.Font.Gotham
- AllAutoFarm.Text = "All auto farm"
- AllAutoFarm.TextColor3 = Color3.new(1, 1, 1)
- AllAutoFarm.TextScaled = true
- AllAutoFarm.TextSize = 14
- AllAutoFarm.TextWrapped = true
- AllAutoFarm.MouseButton1Down:connect(function()
- _G.bruh = true
- while _G.bruh do
- wait()
- for _,v in next, game.Workspace:GetDescendants() do
- if v.Name == "outerOrb" then
- v.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
- elseif v.Name == "outerGem" then
- v.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
- elseif v.Name == "Hoop" then
- v.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
- end
- end
- end
- end)
- StepsAutoFarm.Name = "StepsAutoFarm"
- StepsAutoFarm.Parent = mainframe
- StepsAutoFarm.BackgroundColor3 = Color3.new(0.388235, 1, 0.203922)
- StepsAutoFarm.Position = UDim2.new(0.174596012, 0, 0.382427573, 0)
- StepsAutoFarm.Size = UDim2.new(0, 298, 0, 56)
- StepsAutoFarm.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
- StepsAutoFarm.Font = Enum.Font.Gotham
- StepsAutoFarm.Text = "Step Auto Farm"
- StepsAutoFarm.TextColor3 = Color3.new(1, 1, 1)
- StepsAutoFarm.TextScaled = true
- StepsAutoFarm.TextSize = 14
- StepsAutoFarm.TextWrapped = true
- StepsAutoFarm.MouseButton1Down:connect(function()
- for i=1, 7500 do
- local A_1 = "collectOrb"
- local A_2 = "Red Orb"
- local A_3 = "City"
- local Event = game:GetService("ReplicatedStorage").rEvents.orbEvent
- Event:FireServer(A_1, A_2, A_3)
- end
- end)
- GemsAutoFarm.Name = "GemsAutoFarm"
- GemsAutoFarm.Parent = mainframe
- GemsAutoFarm.BackgroundColor3 = Color3.new(0.388235, 1, 0.203922)
- GemsAutoFarm.Position = UDim2.new(0.174596012, 0, 0.639702141, 0)
- GemsAutoFarm.Size = UDim2.new(0, 298, 0, 56)
- GemsAutoFarm.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
- GemsAutoFarm.Font = Enum.Font.Gotham
- GemsAutoFarm.Text = "Gems Auto Farm"
- GemsAutoFarm.TextColor3 = Color3.new(1, 1, 1)
- GemsAutoFarm.TextScaled = true
- GemsAutoFarm.TextSize = 14
- GemsAutoFarm.TextWrapped = true
- GemsAutoFarm.MouseButton1Down:connect(function()
- for i=1, 1000 do
- local A_1 = "collectOrb"
- local A_2 = "Gem"
- local A_3 = "City"
- local Event = game:GetService("ReplicatedStorage").rEvents.orbEvent
- Event:FireServer(A_1, A_2, A_3)
- end
- end)
- TextButton.Parent = mainframe
- TextButton.BackgroundColor3 = Color3.new(1, 0.247059, 0.14902)
- TextButton.BackgroundTransparency = 0.80000001192093
- TextButton.Position = UDim2.new(0.0284314882, 0, 0.88628149, 0)
- TextButton.Size = UDim2.new(0, 412, 0, 38)
- TextButton.Font = Enum.Font.GothamBlack
- TextButton.Text = "close"
- TextButton.TextColor3 = Color3.new(1, 1, 1)
- TextButton.TextScaled = true
- TextButton.TextSize = 14
- TextButton.TextWrapped = true
- TextButton.MouseButton1Down:connect(function()
- mainframe.Visible = false-- Makes the gui visible
- openframe.Visible = true-- Makes the open button invisible
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement