Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local Rob = game.Workspace.Game.Props.Entities
- local CoreWithU = Instance.new("ScreenGui")
- local Main = Instance.new("Frame")
- local Title = Instance.new("TextLabel")
- local Frame = Instance.new("Frame")
- local OC = Instance.new("TextButton")
- local Close = Instance.new("TextButton")
- local Stat = Instance.new("TextLabel")
- local TextLabel = Instance.new("TextLabel")
- local Mini = Instance.new("TextButton")
- local TextButton = Instance.new("TextButton")
- A = false
- Start = false
- CoreWithU.Name = "CoreWithU"
- CoreWithU.Parent = game.CoreGui
- Main.Name = "Main"
- Main.Parent = CoreWithU
- Main.BackgroundColor3 = Color3.new(0.352941, 0.556863, 0.913726)
- Main.BorderSizePixel = 0
- Main.Position = UDim2.new(0.401785672, 0, 0.397515535, 0)
- Main.Size = UDim2.new(0, 264, 0, 164)
- Main.Draggable = true
- Main.Active = true
- Main.Selectable = true
- Title.Name = "Title"
- Title.Parent = Main
- Title.BackgroundColor3 = Color3.new(1, 1, 1)
- Title.BackgroundTransparency = 1.039999961853
- Title.BorderSizePixel = 0
- Title.Position = UDim2.new(0.208333343, 0, -0.00609756075, 0)
- Title.Size = UDim2.new(0, 154, 0, 24)
- Title.Font = Enum.Font.ArialBold
- Title.Text = "FJust"
- Title.TextColor3 = Color3.new(1, 1, 1)
- Title.TextSize = 20
- Frame.Parent = Main
- Frame.BackgroundColor3 = Color3.new(1, 1, 1)
- Frame.BorderSizePixel = 0
- Frame.Position = UDim2.new(0, 0, 0.152439028, 0)
- Frame.Size = UDim2.new(0, 264, 0, 4)
- OC.Name = "OC"
- OC.Parent = Main
- OC.BackgroundColor3 = Color3.new(1, 1, 1)
- OC.BorderSizePixel = 0
- OC.Position = UDim2.new(0.121212117, 0, 0.243902445, 0)
- OC.Size = UDim2.new(0, 200, 0, 50)
- OC.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
- OC.Font = Enum.Font.Arial
- OC.Text = "Start?"
- OC.TextColor3 = Color3.new(1, 1, 1)
- OC.TextScaled = true
- OC.TextSize = 14
- OC.TextWrapped = true
- Close.Name = "Close"
- Close.Parent = Main
- Close.BackgroundColor3 = Color3.new(1, 1, 1)
- Close.BackgroundTransparency = 1
- Close.BorderSizePixel = 0
- Close.Position = UDim2.new(0.909090936, 0, 3.7252903e-09, 0)
- Close.Size = UDim2.new(0, 24, 0, 23)
- Close.Font = Enum.Font.ArialBold
- Close.Text = "X"
- Close.TextColor3 = Color3.new(1, 1, 1)
- Close.TextSize = 20
- Stat.Name = "Stat"
- Stat.Parent = Main
- Stat.BackgroundColor3 = Color3.new(0.352941, 0.556863, 0.913726)
- Stat.BorderColor3 = Color3.new(1, 1, 1)
- Stat.Position = UDim2.new(0.121212117, 0, 0.707316995, 0)
- Stat.Size = UDim2.new(0, 200, 0, 36)
- Stat.Font = Enum.Font.ArialBold
- Stat.Text = "Nil cause why not"
- Stat.TextColor3 = Color3.new(1, 1, 1)
- Stat.TextSize = 14
- Stat.TextXAlignment = Enum.TextXAlignment.Left
- Stat.TextYAlignment = Enum.TextYAlignment.Top
- TextLabel.Parent = Stat
- TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel.BackgroundTransparency = 1
- TextLabel.Position = UDim2.new(0.0799999982, 0, -0.611111045, 0)
- TextLabel.Size = UDim2.new(0, 168, 0, 22)
- TextLabel.Font = Enum.Font.ArialBold
- TextLabel.Text = "Status:"
- TextLabel.TextColor3 = Color3.new(1, 1, 1)
- TextLabel.TextSize = 20
- Mini.Name = "Mini"
- Mini.Parent = Main
- Mini.BackgroundColor3 = Color3.new(1, 1, 1)
- Mini.BackgroundTransparency = 1
- Mini.BorderSizePixel = 0
- Mini.Position = UDim2.new(0.818181872, 0, 3.7252903e-09, 0)
- Mini.Size = UDim2.new(0, 24, 0, 23)
- Mini.Font = Enum.Font.ArialBold
- Mini.Text = "-"
- Mini.TextColor3 = Color3.new(1, 1, 1)
- Mini.TextSize = 20
- TextButton.Parent = CoreWithU
- TextButton.BackgroundColor3 = Color3.new(0.352941, 0.556863, 0.913726)
- TextButton.BorderSizePixel = 0
- TextButton.Position = UDim2.new(-1, 0, 0.696894407, 0)
- TextButton.Size = UDim2.new(0, 30, 0, 27)
- TextButton.Font = Enum.Font.SourceSans
- TextButton.Text = ">"
- TextButton.TextColor3 = Color3.new(1, 1, 1)
- TextButton.TextSize = 24
- -- Internals
- --Mouse Button Clicks
- TextButton.MouseButton1Click:connect(function()
- TextButton:TweenPosition(UDim2.new(-1, 0, 0.696894407, 0),"In","Quad",3)
- wait(0.5)
- Main:TweenPosition(UDim2.new(0.401785672, 0, 0.397515535, 0),"In","Quad",2)
- end)
- Mini.MouseButton1Click:connect(function()
- Main:TweenPosition(UDim2.new(-1, 0, 0.397515535, 0),"In","Quad",2)
- wait(0.5)
- TextButton:TweenPosition(UDim2.new(0, 0, 0.696894407, 0),"In","Quad",4)
- end)
- OC.MouseButton1Click:connect(function()
- if Start == false then
- Start = true
- OC.Text = "Stop?"
- Stat.Text = "True, Preparing and Searching"
- else
- Start = false
- OC.Text = "Start?"
- Stat.Text = "False, Searching"
- end
- end)
- Close.MouseButton1Click:connect(function()
- game.CoreGui.CoreWithU:Destroy()
- end)
- --Brain
- while wait(1.50) do
- if Start == true then
- if A == true then
- A = false
- for i=1,20 do
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(608,39,1944)
- end
- wait(0.5)
- game.Players.LocalPlayer.Character.Humanoid.Jump = true
- wait(0.3)
- game.Players.LocalPlayer.Character.Humanoid:MoveTo(Vector3.new(595,39,1944))
- wait(3)
- for i=1,10 do
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(589,39,1910)
- end
- wait(0.3)
- game.Players.LocalPlayer.Character.Humanoid.Jump = true
- print("1 ")
- wait(2)
- for i=1,10 do
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(599,39,1927)
- end
- wait(0.3)
- game.Players.LocalPlayer.Character.Humanoid.Jump = true
- print("2")
- wait(2)
- for i=1,10 do
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(597,39,1962)
- end
- wait(0.3)
- game.Players.LocalPlayer.Character.Humanoid.Jump = true
- print("3 Error" )
- wait(2)
- for i=1,10 do
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(589,39,1977)
- end
- wait(0.3)
- game.Players.LocalPlayer.Character.Humanoid.Jump = true
- print("4 Error")
- wait(2)
- for i=1,10 do
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(589,81,1911)
- end
- wait(0.3)
- game.Players.LocalPlayer.Character.Humanoid.Jump = true
- print("5")
- wait(2)
- for i=1,10 do
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(597,81,1944)
- end
- wait(0.3)
- game.Players.LocalPlayer.Character.Humanoid.Jump = true
- print("6")
- wait(2)
- for i=1,10 do
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(589,81,1977)
- end
- wait(0.3)
- game.Players.LocalPlayer.Character.Humanoid.Jump = true
- print("7")
- wait(2)
- for i=1,10 do
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(589,123,1979)
- end
- wait(0.3)
- game.Players.LocalPlayer.Character.Humanoid.Jump = true
- print("8 Error")
- wait(2)
- for i=1,10 do
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(596,123,1949)
- end
- wait(0.3)
- game.Players.LocalPlayer.Character.Humanoid.Jump = true
- print("9")
- wait(2)
- for i=1,10 do
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(595,123,1939)
- end
- wait(0.3)
- game.Players.LocalPlayer.Character.Humanoid.Jump = true
- print("10")
- wait(2)
- for i=1,10 do
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(589,123,1909)
- end
- wait(0.3)
- game.Players.LocalPlayer.Character.Humanoid.Jump = true
- print("11")
- wait(2)
- for i=1,10 do
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(589,165,1911)
- end
- wait(0.3)
- game.Players.LocalPlayer.Character.Humanoid.Jump = true
- print("12")
- wait(2)
- for i=1,10 do
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(595,165,1944)
- end
- wait(0.3)
- game.Players.LocalPlayer.Character.Humanoid.Jump = true
- print("13")
- wait(2)
- for i=1,10 do
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(589,165,1978)
- end
- wait(0.3)
- game.Players.LocalPlayer.Character.Humanoid.Jump = true
- print("14")
- wait(2)
- --More
- for i=1,10 do
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(405,508,1443)
- end
- wait(0.3)
- game.Players.LocalPlayer.Character.Humanoid.Jump = true
- wait(2)
- for i=1,10 do
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(882,39,1943)
- end
- wait(0.3)
- game.Players.LocalPlayer.Character.Humanoid.Jump = true
- game.Players.LocalPlayer.Character.Humanoid:MoveTo(Vector3.new(873,39,1942))
- wait(2)
- for i=1,10 do
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(926,39,1943)
- end
- wait(0.3)
- game.Players.LocalPlayer.Character.Humanoid.Jump = true
- game.Players.LocalPlayer.Character.Humanoid:MoveTo(Vector3.new(936,39,1942))
- --End
- wait(1)
- for i=1,20 do
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-350,56,1132)
- end
- wait(1)
- for i=1,30 do
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-350,56,1132)
- end
- game.Players.LocalPlayer.Character.Humanoid:MoveTo(Vector3.new(-350,56,1132))
- wait(0.2)
- A = false
- else
- print(A)
- end
- if not Rob:FindFirstChild("Ruby") then
- Stat.Text = "False, Reason: Target nil"
- else
- if game.Players.LocalPlayer.PlayerGui.UI.Stars.Bounty.Visible == false then
- A = true
- Stat.Text = "True, Environment Suitable"
- else
- Stat.Text "False, Environment Unsuitable"
- end
- end
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement